@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/subset-Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham/subset-Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/subset-Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham/subset-Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/subset-Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham/subset-Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/subset-Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham/subset-Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/subset-Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham/subset-Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0; }

ul, li {
  list-style: none; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box;
  outline: none; }

img {
  max-width: 100%; }

/*!
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(-300px);
    transform: translateY(-300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px); }
  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(-300px);
    transform: translateX(-300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px); }
  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(300px);
    transform: translateX(300px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); }
  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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

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

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

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

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

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

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

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

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

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

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

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

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

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

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

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

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

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

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

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

sup {
  top: -.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.btn-icon {
  position: relative; }
  .btn-icon__el {
    width: 23.1%;
    height: 23.1%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s; }
    .btn-icon__el:nth-child(2) {
      left: 41%; }
    .btn-icon__el:nth-child(3) {
      left: 80%; }
    .btn-icon__el:nth-child(4) {
      left: 0;
      top: 38%; }
    .btn-icon__el:nth-child(5) {
      top: 38%;
      left: 41%; }
    .btn-icon__el:nth-child(6) {
      left: 80%;
      top: 38%; }
    .btn-icon__el:nth-child(7) {
      left: 0;
      top: 78%; }
    .btn-icon__el:nth-child(8) {
      left: 41%;
      top: 78%; }
    .btn-icon__el:nth-child(9) {
      left: 80%;
      top: 78%; }

.btn-menu {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.466666666666667rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  user-select: none; }
  .btn-menu__icon {
    flex: none;
    margin-left: 2.333333333333333rem;
    width: 2.666666666666667rem;
    height: 2.666666666666667rem; }
  .btn-menu.active .btn-icon__el:nth-child(2) {
    left: 19%;
    top: 19%; }
  .btn-menu.active .btn-icon__el:nth-child(3) {
    left: 40%;
    top: 38%; }
  .btn-menu.active .btn-icon__el:nth-child(4) {
    left: 59%;
    top: 59%; }
  .btn-menu.active .btn-icon__el:nth-child(5) {
    left: 78%;
    top: 78%; }
  .btn-menu.active .btn-icon__el:nth-child(6) {
    top: 78%;
    left: 0; }
  .btn-menu.active .btn-icon__el:nth-child(7) {
    top: 59%;
    left: 21%; }
  .btn-menu.active .btn-icon__el:nth-child(8) {
    top: 19%;
    left: 60%; }
  .btn-menu.active .btn-icon__el:nth-child(9) {
    top: 0;
    left: 78%; }

.menu-dropdown-links__el:last-child .menu-dropdown-links__link {
  border-bottom: 0; }

.menu-dropdown-links__link {
  color: #000000;
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 1.466666666666667rem;
  letter-spacing: 0.01em;
  display: inline-block;
  padding: 1.466666666666667rem 1.4rem;
  border-bottom: 1px solid #C6C6C6;
  display: block;
  transition: .2s; }
  .menu-dropdown-links__link:hover {
    background: #000000;
    color: #FFFFFF; }

.title {
  color: #000000;
  letter-spacing: 0.01rem; }
  .title_main {
    font-weight: 900;
    font-size: 3.666666666666667rem; }
  .title_sec {
    font-size: 2.133333333333333rem;
    font-weight: bold; }

.text-sec {
  color: #000000;
  font-size: 1.866666666666667rem; }

.text-med {
  letter-spacing: 0.01em;
  color: #000000;
  font-size: 22px; }

.text-info {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #000000;
  line-height: 1.4; }

@keyframes btnAnim {
  0% {
    background-position: 0 9%; }
  50% {
    background-position: 100% 92%; }
  to {
    background-position: 0 9%; } }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.8666666666666667rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: .2s;
  top: 0; }
  .btn__text {
    border-radius: 1px;
    background: #1B1B1B;
    position: relative;
    z-index: 2;
    padding: 1.133333333333333rem 3.866666666666667rem; }
  .btn_small {
    font-size: 0.8666666666666667rem; }
    .btn_small .btn__text {
      padding: 1.133333333333333rem 2.4rem; }
  .btn::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(0.5rem);
    z-index: -1;
    background-image: linear-gradient(90deg, #ff55e1, red, #ffb400);
    width: calc(100% - 2.5rem);
    height: 2.534rem;
    -webkit-filter: blur(0.5rem);
    filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    bottom: -0.7rem;
    background-size: 600% 600%;
    animation: btnAnim 6s ease infinite;
    transition: .2s; }
  .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 128%;
    z-index: 10; }
  .btn:hover {
    transform: translateY(-0.3rem); }
    .btn:hover::after {
      background: linear-gradient(0deg, #FF41E7 -0.31%, #FF32B1 9.8%, #FF1D66 23.96%, #FF0D2F 36.1%, #FF040D 45.2%, #FF0000 50.26%, #FF0A00 56.33%, #FF2500 65.43%, #FF5000 78.58%, #FF8C00 92.75%, #FFB000 100.84%); }

.btn-border {
  font-family: 'Gotham';
  color: #1B1B1B;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8666666666666667rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C6C6C6;
  border-radius: 1px;
  padding: 1.066666666666667rem 2.533333333333333rem;
  transition: .2s; }
  .btn-border:hover {
    background: #F4F4F4; }

@-webkit-keyframes diamondShape {
  0% {
    background-position: 0 9%; }
  50% {
    background-position: 100% 92%; }
  to {
    background-position: 0 9%; } }

@keyframes diamondShape {
  0% {
    background-position: 0 9%; }
  50% {
    background-position: 100% 92%; }
  to {
    background-position: 0 9%; } }

.diamond-dec {
  position: relative;
  flex: none;
  font-size: 0;
  opacity: 0;
  transition: .2s; }
  .diamond-dec__mask {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .diamond-dec::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: linear-gradient(90deg, #FF41E7 -0.31%, #FF32B1 9.8%, #FF1D66 23.96%, #FF0D2F 36.1%, #FF040D 45.2%, #FF0000 50.26%, #FF0A00 56.33%, #FF2500 65.43%, #FF5000 78.58%, #FF8C00 92.75%, #FFB000 100.84%);
    background-size: 600% 600%;
    animation: diamondShape 6s ease infinite;
    background-position: 0 9%; }
  .diamond-dec_dark::after {
    background-image: url("../img/dec/mask_dark.png"); }

.diamond-dec-2 {
  position: relative;
  flex: none;
  font-size: 0;
  opacity: 0;
  transition: .2s; }
  .diamond-dec-2__mask {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .diamond-dec-2::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: linear-gradient(90deg, #FF41E7 -0.31%, #FF32B1 9.8%, #FF1D66 23.96%, #FF0D2F 36.1%, #FF040D 45.2%, #FF0000 50.26%, #FF0A00 56.33%, #FF2500 65.43%, #FF5000 78.58%, #FF8C00 92.75%, #FFB000 100.84%);
    background-size: 600% 600%;
    animation: diamondShape 6s ease infinite;
    background-position: 0 9%; }

.info-el__title {
  cursor: pointer;
  color: #000000;
  font-size: 1.466666666666667rem;
  font-weight: normal;
  letter-spacing: 0.01em; }
  .info-el__title:hover {
    font-weight: 500; }

.info-el.is-active .info-el__title {
  font-weight: 500; }

.info-el__body {
  margin: 1.733333333333333rem 0;
  position: relative;
  display: none; }

.info-el__text {
  padding: 0 1.8rem; }

.info-el__timer {
  position: absolute;
  height: 100%;
  left: 2px;
  background: #C6C6C6;
  width: 1px; }
  .info-el__timer span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1B1B1B;
    border-radius: 1px;
    width: 3px;
    height: 25%;
    display: block; }

.block-info__el {
  margin-bottom: 1.733333333333333rem; }

.info-slides {
  display: flex;
  align-items: center; }
  .info-slides__text {
    font-family: 'Gotham';
    color: #000000;
    letter-spacing: 0.01em;
    font-size: 1.466666666666667rem;
    white-space: nowrap;
    margin-left: 4.4rem; }
    .info-slides__text-count {
      display: inline-block;
      min-width: 0.6993333333333333rem; }
  .info-slides__arrows {
    display: flex;
    align-items: center; }
    .info-slides__arrows svg {
      cursor: pointer;
      user-select: none;
      width: 2.666666666666667rem;
      height: 2.666666666666667rem; }
      .info-slides__arrows svg path, .info-slides__arrows svg circle {
        transition: .2s; }
      .info-slides__arrows svg circle {
        fill: transparent; }
      .info-slides__arrows svg:hover path {
        stroke: #FFFFFF; }
      .info-slides__arrows svg:hover circle {
        fill: #1B1B1B; }
    .info-slides__arrows-prev {
      margin-right: 2.2rem; }

.review-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .review-block__left {
    max-width: 24rem;
    width: 100%; }
  .review-block__center {
    margin-top: 2.666666666666667rem;
    position: relative; }
  .review-block__line {
    position: absolute;
    top: -3.066666666666667rem;
    left: -4rem;
    z-index: 1;
    pointer-events: none;
    max-width: none;
    width: 48rem;
    user-select: none; }
  .review-block__dec {
    position: absolute;
    max-width: none;
    z-index: 1;
    top: -0.9333333333333333rem;
    left: -1.933333333333333rem;
    width: 44rem;
    pointer-events: none;
    user-select: none; }
  .review-block__img {
    position: relative;
    z-index: 10;
    width: 40.06666666666667rem;
    user-select: none; }
  .review-block__right {
    max-width: 24rem;
    width: 100%; }
    .review-block__right-title {
      margin-bottom: 2.733333333333333rem; }
  .review-block__body-mob {
    display: none; }
  .review-block__title {
    margin-bottom: 10.4rem; }
  .review-block__info {
    margin-bottom: 3.333333333333333rem; }
  .review-block__text {
    margin-bottom: 1.733333333333333rem; }
  .review-block__man {
    display: flex;
    align-items: center;
    margin-bottom: 2.066666666666667rem; 
}
    .review-block__man-img {
      width: 8rem;
      height: 8rem;
      flex: none;
      object-fit: contain;
      margin-right: 2rem; }
    .review-block__man-text {
      font-family: 'Gotham';
      color: #000000;
      letter-spacing: 0.01em;
      font-size: 1.466666666666667rem; }

.video-block {
  position: relative;
  height: 0;
  padding-bottom: 56.6%;
  width: 100%;
  font-size: 0;
  display: block; }
  .video-block__dec {
    position: absolute;
    width: 22.93333333333333rem;
    height: 3.466666666666667rem;
    background-image: linear-gradient(90deg, #ff55e1, red, #ffb400);
    -webkit-filter: blur(1.5rem);
    filter: blur(1.5rem);
    -webkit-backdrop-filter: blur(1.5rem);
    backdrop-filter: blur(1.5rem);
    border-radius: 19.33333333333333rem;
    bottom: -1.733333333333333rem;
    left: 50%;
    transform: translateX(-50%); }
  .video-block__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10; }
  .video-block__play {
    width: 4.333333333333333rem;
    height: 6.8rem;
    background: url("../img/play.svg") no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 20;
    cursor: pointer; }

.block-videoreview {
  display: flex;
  justify-content: space-between; }
  .block-videoreview__dec {
    position: absolute;
    top: -5.266666666666667rem;
    left: -0.3333333333333333rem;
    max-width: 24rem;
    width: 24rem;
    z-index: -1;
    pointer-events: none; }
  .block-videoreview__left {
    max-width: 40.66666666666667rem;
    width: 100%;
    position: relative; }
  .block-videoreview__right {
    max-width: 48rem;
    width: 100%;
    padding-top: 0.8666666666666667rem;
    position: relative; }
    .block-videoreview__right-dec {
      position: absolute;
      top: 0;
      left: -21.93333333333333rem;
      width: 43.33333333333333rem;
      height: 43.33333333333333rem;
      z-index: -1; }
  .block-videoreview__title {
    max-width: 28rem;
    margin-bottom: 6.266666666666667rem; }
  .block-videoreview__mans {
    display: flex;
    margin-bottom: 4.266666666666667rem; }
  .block-videoreview__man {
    display: flex;
    align-items: center;
    margin-right: 1.333333333333333rem; }
    .block-videoreview__man-img {
      width: 10rem;
      height: 10rem;
      object-fit: cover;
      border-radius: 100%;
      margin-right: 1.866666666666667rem; }
    .block-videoreview__man-text {
      font-family: 'Gotham';
      color: #000000;
      letter-spacing: 0.01em;
      font-size: 1.466666666666667rem;
      max-width: 8.266666666666667rem; }
  .block-videoreview__info {
    margin-bottom: 4rem; }

.btn-plus {
  position: relative;
  width: 2.666666666666667rem;
  height: 2.666666666666667rem;
  border-radius: 100%;
  border: 1px solid #1B1B1B;
  transition: .2s; }
  .btn-plus__el {
    display: block;
    height: 0.0666666666666667rem;
    width: 1.152666666666667rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #1B1B1B;
    transition: .2s; }
    .btn-plus__el:last-child {
      height: 1.152666666666667rem;
      width: 0.0666666666666667rem; }
  .btn-plus:hover {
    background: #1B1B1B; }
    .btn-plus:hover .btn-plus__el {
      background: #FFFFFF; }

.whiteText {
  color: #FFFFFF !important; }

.specifications-el {
  border-bottom: 1px solid #C6C6C6;
  display: block; }
  .specifications-el__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.733333333333333rem;
    cursor: pointer; }
    .specifications-el__top:hover .specifications-el__title {
      font-weight: 500; }
  .specifications-el__title {
    font-family: 'Gotham';
    font-size: 1.466666666666667rem;
    letter-spacing: 0.01em;
    color: #000000; }
  .specifications-el__text {
    margin-bottom: 1.266666666666667rem; }
  .specifications-el__body {
    display: none; }
  .specifications-el.active .btn-plus {
    background: #1B1B1B; }
    .specifications-el.active .btn-plus .btn-plus__el {
      background: #FFFFFF; }
  .specifications-el.active .btn-plus__el:last-child {
    transform: translateY(-50%) translateX(-50%) rotate(-90deg); }
  .specifications-el.active .specifications-el__title {
    font-weight: 500; }

.block-specifications__el {
  margin-bottom: 1.8rem; }

.command-notebook {
  overflow: hidden;
  font-size: 0; }
  .command-notebook__main {
    width: 100%; }
  .command-notebook__slide, .command-notebook::after {
    position: absolute;
    top: 1.866666666666667rem;
    left: 50%;
    transform: translateX(-50%);
    width: 58%;
    height: 44%; }
  .command-notebook::after {
    content: '';
    position: absolute;
    box-shadow: 0px 4.8rem 2rem 3.33333rem rgba(0, 0, 0, 0.5);
    filter: blur(1.33333rem);
    display: block;
    z-index: 1;
    height: 30%; }
  .command-notebook__slide {
    z-index: 10;
    object-fit: contain; }

.info-dec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF55E1 -0.72%, #FF0000 50.28%, #FBB216 99.28%);
  color: #FFFFFF;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8666666666666667rem;
  height: 2.8rem;
  padding: 0.6666666666666667rem 3.066666666666667rem;
  position: relative; }
  .info-dec__dec {
    position: absolute;
    background: #202020;
    width: 2.333333333333333rem;
    height: 2.333333333333333rem;
    display: block;
    transform: rotate(45deg); }
    .info-dec__dec:nth-child(1) {
      top: -1.266666666666667rem;
      left: -1.133333333333333rem; }
    .info-dec__dec:nth-child(2) {
      bottom: -1.2rem;
      left: -1.066666666666667rem; }
    .info-dec__dec:nth-child(3) {
      top: -1.266666666666667rem;
      right: -1.133333333333333rem; }
    .info-dec__dec:nth-child(4) {
      bottom: -1.2rem;
      right: -1.066666666666667rem; }

.block-buy {
  display: flex;
  justify-content: center;
  align-items: center; }
  .block-buy__el {
    display: block;
    font-size: 0;
    margin-right: 5.266666666666667rem;
    transition: .2s; }
    .block-buy__el:last-child {
      margin-right: 0; }
    .block-buy__el:hover {
      transform: scale(1.1); }

.social-el {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.333333333333333rem;
  height: 3.333333333333333rem;
  position: relative;
  font-size: 0; }
  .social-el::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.333333333333333rem;
    height: 3.333333333333333rem;
    transform: rotate(45deg);
    border: 1px solid #FFFFFF; }
  .social-el__icon {
    flex: none;
    position: relative;
    z-index: 1;
    width: 1.666666666666667rem;
    object-fit: scale-down; }

.block-socials {
  display: inline-flex;
  align-items: center; }
  .block-socials__el {
    margin-right: 4.2rem; }
    .block-socials__el:last-child {
      margin-right: 0; }

@keyframes animOne {
  0% {
    width: 12.23%; }
  50% {
    width: 20%; }
  100% {
    width: 12.23%; } }

@keyframes animTwo {
  0% {
    height: 14.585%; }
  50% {
    height: 25%; }
  100% {
    height: 14.585%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% { }
  100% {
    transform: rotate(360deg); } }

.note-anim {
  position: relative; }
  .note-anim__main {
    width: 100%; }
  .note-anim__one {
    position: absolute;
    top: 27%;
    right: 90%;
    width: 12.23%;
    height: 20.5%;
    animation: animOne 2s reverse infinite; }
  .note-anim__two {
    position: absolute;
    bottom: 89%;
    left: 66%;
    width: 24.656%;
    height: 14.585%;
    animation: animTwo 2s reverse infinite; }
  .note-anim__tree {
    position: absolute;
    bottom: 91%;
    left: 7%;
    width: 22.8%;
    animation: animTwo 2s reverse infinite; }
  .note-anim__four {
    position: absolute;
    top: 17%;
    left: 5%;
    width: 27%;
    animation: rotate 2s linear reverse infinite; }
  .note-anim__five {
    position: absolute;
    top: 16%;
    left: 64%;
    width: 27%;
    animation: rotate 2s linear reverse infinite; }

.center {
  text-align: center; }

.article-block h4 {
  margin-bottom: 47px; 
  margin-top: 50px; 
}

.article-block ul {
  margin-bottom: 52px; }

.article-block ul {
  margin-left: 36px; }
  .article-block ul li {
    list-style-type: initial;
    margin-bottom: 0.5333333333333333rem; }

.article-block a {
  font-family: 'Gotham';
  color: #1184EF;
  font-weight: 300; }
  .article-block a:hover {
    text-decoration: underline; }

.article-block p {
  margin-bottom: 29px; }

.article-block img {
  display: inline-block;
  margin-bottom: 40px; }

.table-frol {
  width: 100%;
  background: #FFFFFF; }
  .table-frol__title {
    color: #000000;
    letter-spacing: 0.01em;
    font-size: 10.5333333333333333rem; }
    .table-frol__title_bold {
      font-weight: 500; }
  .table-frol__tr .table-frol__cell:first-child {
    background: #F4F4F4; }
  .table-frol__tr_main {
    background: #1B1B1B; }
    .table-frol__tr_main .table-frol__title {
      text-align: center;
      color: #FFFFFF; }
    .table-frol__tr_main .table-frol__cell {
      background: transparent !important;
      border: 0; }
      .table-frol__tr_main .table-frol__cell-body {
        border: 1px solid #1B1B1B;
        justify-content: center; }
      .table-frol__tr_main .table-frol__cell:first-child .table-frol__cell-body {
        justify-content: flex-start; }
  .table-frol__tr_one .table-frol__cell-body {
    padding-right: 139px;
    justify-content: center; }
  .table-frol__cell {
    vertical-align: middle;
    padding: 0;
    border: 1px solid #D4D4D4; }
    .table-frol__cell_bg {
      background: #F4F4F4; }
    .table-frol__cell-body {
      min-height: 50.5333333333333333rem;
      display: flex;
      align-items: center;
      padding: 17.5px 20px; }
    .table-frol__cell:first-child {
      max-width: 300.5333333333333333rem; }
  .table-frol__text {
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 1.3; }
  .table-frol_center .table-frol__tr .table-frol__cell-body {
    justify-content: center; }
  .table-frol_center .table-frol__tr .table-frol__cell:first-child .table-frol__cell-body {
    justify-content: flex-start; }

.userBlock {
  display: inline-flex;
  align-items: center; }
  .userBlock__img {
    display: block;
    width: 115px;
    height: auto;
    object-fit: contain;
    border-radius: 100%;
    margin-right: 1rem;
    flex: none; }
  .userBlock__text {
    font-family: 'Gotham';
    color: #000000;
    letter-spacing: 0.01em;
    font-size: 22px; }

html {
  font-size: 15px; }

body {
  font-family: 'Gotham';
  color: #000000;
  line-height: 1.25;
  background: #FFFFFF;
  overflow-x: hidden;
  position: relative; }

.noscroll {
  overflow: hidden; }

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

a {
  font-family: 'Gotham'; }

.container {
  position: relative;
  max-width: 98rem;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto; }

.header {
  height: 15.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden; }
  .header__wrap {
    padding: 4.466666666666667rem 0; }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    max-width: 16.93333333333333rem; }

.menu-dropdown {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 90;
  transition: .4s;
  overflow-y: auto; }
  .menu-dropdown.active {
    top: 0; }
  .menu-dropdown__body {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 80px; }
  .menu-dropdown__links {
    margin-top: -1.466666666666667rem;
    max-width: 48.13333333333333rem;
    width: 100%; }

.topPaddingHeader {
  padding-top: 15.6rem; }

.sec-first {
  position: relative; }
  .sec-first__container {
    position: relative; }
  .sec-first__dec {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    user-select: none; }
  .sec-first__notebook {
    top: 7.5rem;
    left: -5.5rem;
    max-width: 55.66666666666667rem; }
  .sec-first__core {
    top: 18.6rem;
    left: 49rem;
    max-width: 4.333333333333333rem; }
  .sec-first__notebook2 {
    top: -23rem;
    right: -1.01rem;
    max-width: 54.93333333333333rem; }
  .sec-first__diamond {
    width: 66.66666666666667rem;
    height: 66.66666666666667rem;
    z-index: 1;
    top: -75.5rem;
    left: -1.3rem; }
  .sec-first__rhombus {
    z-index: 2;
    left: -1.4rem;
    top: -2rem;
    max-width: 45.06666666666667rem; }
  .sec-first__rhombus2 {
    right: 39rem;
    top: -15.5rem;
    z-index: 2;
    max-width: 53.4rem; }
  .sec-first__rhombus3 {
    z-index: 1;
    right: -2.7rem;
    top: 13rem;
    max-width: 25.8rem; }
  .sec-first__wrap {
    position: relative;
    z-index: 10;
    padding: 25.93333333333333rem 0;
    padding-bottom: 5rem; }
  .sec-first__content {
    margin-left: auto;
    max-width: 48rem; }
  .sec-first__title {
    margin-bottom: 1.133333333333333rem; }
  .sec-first__text {
    max-width: 32.66666666666667rem;
    margin-bottom: 3.133333333333333rem; }

.sec-design {
  min-height: 42.4rem; }
  .sec-design__video {
    position: absolute;
    z-index: 1;
    top: -2.733333333333333rem;
    left: -14.06666666666667rem;
    width: 78.06666666666667rem;
    pointer-events: none; }
  .sec-design__dec {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    user-select: none; }
  .sec-design__rhombus {
    z-index: 1;
    top: -5.5rem;
    right: -25.6rem;
    max-width: 44.4rem; }
  .sec-design__wrap {
    padding: 3.933333333333333rem 0;
    padding-bottom: 1rem; }
  .sec-design__content {
    display: flex;
    align-items: flex-start;
    padding: 0 4rem;
    position: relative;
    z-index: 10;
    max-width: 52rem;
    margin-left: auto; }
  .sec-design__image {
    flex: none;
    margin-top: 1.8rem;
    margin-right: 4.2rem; }
  .sec-design__title {
    margin-bottom: 2.2rem; }
  .sec-design__body {
    max-width: 35.53333333333333rem;
    width: 100%; }
  .sec-design__text {
    margin-bottom: 2.666666666666667rem; }

.sec-review {
  background: linear-gradient(0deg, #F4F4F4, #F4F4F4), linear-gradient(114.92deg, #FFFFFF 0%, rgba(244, 244, 244, 0) 65.86%);
  min-height: 50.66666666666667rem;
  position: relative; }
  .sec-review__diamond {
    position: absolute;
    right: -24.06666666666667rem;
    top: 4.066666666666667rem;
    width: 48.46666666666667rem;
    height: 48.46666666666667rem;
    flex: none;
    z-index: 1;
    mix-blend-mode: darken;
    pointer-events: none; }
  .sec-review__wrap {
    padding: 4.266666666666667rem 0;
    position: relative;
    z-index: 10; }

.sec-videoreview__wrap {
  padding: 11.13333333333333rem 0;
  padding-bottom: 9.933333333333333rem; }

.sec-specifications {
  background: #F4F4F4; }
  .sec-specifications__wrap {
    padding: 4.866666666666667rem 0;
    padding-bottom: 6.266666666666667rem; }
  .sec-specifications__content {
    display: flex; }
    .sec-specifications__content .block-specifications__el:nth-child(n + 7) {
      display: none; }
  .sec-specifications.hideElements .block-specifications__el:nth-child(n + 7) {
    display: none; }
  .sec-specifications__left {
    padding-top: 0.4rem;
    flex: none;
    max-width: 19.13333333333333rem;
    width: 100%;
    margin-right: 4.933333333333333rem; }
  .sec-specifications__right {
    width: 100%; }
  .sec-specifications__btn {
    margin-left: 15.66666666666667rem;
    margin-top: 1.533333333333333rem; }

.sec-command__wrap {
  padding: 12.13333333333333rem 0;
  padding-bottom: 2.666666666666667rem; }

.sec-command__notebook {
  position: absolute;
  top: -3.8rem;
  right: -9.066666666666667rem;
  max-width: 66.13333333333333rem;
  pointer-events: none;
  z-index: 1; }

.sec-command__content {
  position: relative;
  padding: 4.866666666666667rem 0; }
  .sec-command__content-body {
    max-width: 36rem;
    width: 100%;
    position: static;
    z-index: 10; }

.sec-command__dec {
  position: absolute;
  top: -8.8rem;
  left: 1.066666666666667rem;
  width: 24rem;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-3deg); }

.sec-command__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 30.66666666666667rem;
  width: 94vw;
  z-index: -1;
  background: #202020;
  pointer-events: none; }

.sec-command__title {
  margin-bottom: 3.866666666666667rem; }

.sec-command__text {
  margin-bottom: 10rem; }

.sec-command__slides {
  background-color: #fff;
  min-height: 300px; }
  .sec-command__slides-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.666666666666667rem; }
  .sec-command__slides-title {
    color: #000000;
    letter-spacing: 0.01em;
    font-size: 1.466666666666667rem;
    margin-right: 7.133333333333333rem;
    min-width: 12.2rem;
    max-width: 12.2rem; }
  .sec-command__slides .info-slides {
    padding-top: 0.5333333333333333rem; }
  .sec-command__slides .info-slides__text {
    margin-left: 2.666666666666667rem; }
  .sec-command__slides-text {
    max-width: 24rem; }

.sec-technology {
  position: relative; }
  .sec-technology__diamond {
    position: absolute;
    top: 1.666666666666667rem;
    right: -19.33333333333333rem;
    pointer-events: none;
    z-index: -1;
    width: 38.66666666666667rem;
    height: 38.66666666666667rem; }
  .sec-technology__wrap {
    padding: 2.133333333333333rem 0;
    padding-bottom: 11.13333333333333rem; }
  .sec-technology__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .sec-technology__left {
    flex: none;
    width: 67.6rem; }
  .sec-technology__right {
    max-width: 24rem;
    margin-top: 3.8rem; }
  .sec-technology__title {
    margin-bottom: 5.133333333333333rem; }
    .sec-technology__title-mob {
      display: none; }

.sec-infovideo {
  min-height: 42rem;
  position: relative; }
  .sec-infovideo__video {
    position: absolute;
    top: 0;
    right: 3%;
    z-index: 1;
    height: 100%;
    overflow: hidden; }
    .sec-infovideo__video-tag {
      height: 100%; }
    .sec-infovideo__video::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(90deg, #202020 -0.1%, rgba(32, 32, 32, 0) 50%); }
  .sec-infovideo__bg {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    height: 100%;
    background: #202020;
    z-index: -1;
    user-select: none; }
  .sec-infovideo .container {
    position: relative;
    z-index: 10; }
  .sec-infovideo__rtx {
    position: absolute;
    top: 18.53333333333333rem;
    left: 39.13333333333333rem;
    pointer-events: none;
    z-index: 1;
    width: 9.866666666666667rem;
    user-select: none; }
  .sec-infovideo__notebook {
    position: absolute;
    top: -3.2rem;
    right: -4.533333333333333rem;
    z-index: 1;
    width: 62.13333333333333rem;
    user-select: none; }
  .sec-infovideo__wrap {
    padding: 5.333333333333333rem 0;
    padding-bottom: 5.666666666666667rem;
    position: relative;
    z-index: 5; }
  .sec-infovideo__content {
    position: relative;
    max-width: 36rem;
    width: 100%; }
  .sec-infovideo__line {
    position: absolute;
    top: -9.133333333333333rem;
    left: 0.9333333333333333rem;
    width: 24rem;
    z-index: 1;
    transform: rotate(-3deg);
    pointer-events: none;
    user-select: none; }
  .sec-infovideo__title {
    margin-bottom: 3.666666666666667rem;
    position: relative;
    z-index: 2; }
  .sec-infovideo__info {
    color: #FFFFFF;
    font-size: 1.866666666666667rem;
    margin-bottom: 2.333333333333333rem;
    position: relative;
    z-index: 2; }
  .sec-infovideo__text {
    margin-bottom: 4.733333333333333rem; }

.sec-buy__top {
  text-align: center; }

.sec-buy__wrap {
  padding: 25.333333333333333rem 0;
  padding-bottom: 16.66666666666667rem; }

.sec-buy__info {
  margin-top: 0.3333333333333333rem;
  color: #000000;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 2.133333333333333rem; }

.sec-buy__content {
  position: relative;
  margin-top: 3.6rem; }

.sec-buy__dec {
  position: absolute;
  top: 11.13333333333333rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid #D7D7D7;
  width: 30rem;
  height: 30rem;
  z-index: -1; }

.footer {
  margin-top: auto;
  background: #1B1B1B;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .footer__diamond {
    width: 35.33333333333333rem;
    height: 35.33333333333333rem;
    position: absolute;
    z-index: 1;
    top: -18.333333rem;
    left: 10.66666666666667rem;
    pointer-events: none; }
  .footer__wrap {
    padding: 6.266666666666667rem 0;
    position: relative;
    z-index: 10; }
  .footer__top {
    margin-bottom: 1.333333333333333rem; }
  .footer__text {
    color: #FFFFFF;
    letter-spacing: 0.01em;
    font-weight: 300;
    font-size: 1rem; }
  .footer__content {
    display: inline-block;
    margin-top: 3.266666666666667rem;
    position: relative; }
  .footer__logo {
    position: absolute;
    top: -1.866666666666667rem;
    right: -20.333333rem;
    width: 6.8rem; }

.sec-article__container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }

.sec-article__wrap {
  padding: 10px 0; }

.sec-article__title {
  max-width: 800px;
  margin-bottom: 46px; }

.sec-configuration {
  padding: 20px 0;
  padding-bottom: 0;
  margin-bottom: 60px; }
  .sec-configuration_margin {
    margin-bottom: 42px; }
  .sec-configuration__top {
    margin-bottom: 50px; }
  .sec-configuration__wrap {
    background: #F4F4F4; }
  .sec-configuration__content {
    padding: 64px 0;
    padding-bottom: 50px; }
  .sec-configuration__title {
    margin-bottom: 35px; }

.sec-conclusions__wrap {
  padding: 38px 0;
  padding-bottom: 74px; }

.sec-conclusions__title {
  margin-bottom: 48px; }

.sec-conclusions__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 96px; }
  .sec-conclusions__bottom-text {
    font-family: 'Gotham';
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #000000; }

@media screen and (max-width: 1600px) {
  .sec-command__title {
    font-size: 3rem; }
  .sec-command__text {
    font-size: 1.5em;
    margin-bottom: 4rem; }
  .sec-command__notebook {
    max-width: 63rem; }
  .sec-command__bg {
    width: 100vw; }
  .sec-command__bg {
    height: 24rem; }
  .sec-command__slides-top {
    margin-bottom: 2rem; }
  .sec-command__title {
    min-height: 112px; }
  .sec-infovideo__bg {
    width: 100%; }
  .sec-infovideo__video {
    right: 0; } }

@media screen and (max-width: 1500px) {
  html {
    font-size: 13px; }
  .sec-command__title {
    margin-bottom: 1.8rem; }
  .sec-technology__left {
    width: 57rem; }
  .sec-technology__right {
    max-width: 34rem; }
  .sec-technology__diamond {
    width: 30rem;
    height: 30rem; }
  .sec-technology__wrap {
    padding-top: 10rem; }
  .sec-command__slides {
    min-height: 230px; } }

@media screen and (max-width: 1300px) {
  html {
    font-size: 11px; }
  .sec-article__container {
    padding-left: 1rem;
    padding-right: 1rem; }
  .container .sec-article__container:not(.sec-conclusions__wrap) {
    padding: 0; }
  .sec-article__container {
    max-width: 780px; } }

@media screen and (max-width: 1100px) {
  .header {
    height: 10.63636363636364rem; }
  .topPaddingHeader {
    padding-top: 10.63636363636364rem; }
  .container {
    max-width: 76rem; }
  .sec-first__notebook {
    max-width: 46rem;
    top: 1.5rem; }
  .sec-first__notebook2 {
    top: -17rem;
    max-width: 45rem; }
  .sec-first__rhombus {
    max-width: 32rem;
    left: 0.6rem;
    top: -2rem; }
  .sec-first__content {
    max-width: 38rem; }
  .header__wrap {
    padding: 2rem 0; }
  .sec-first__wrap {
    padding-top: 22rem; }
  .sec-first__rhombus2 {
    max-width: 21rem; }
  .sec-first__rhombus3 {
    max-width: 20rem;
    top: 5rem; }
  .sec-first__diamond {
    left: -10rem; }
  .sec-first__core {
    top: 15.6rem;
    left: 37.3rem; }
  .sec-first__diamond {
    top: -72rem; }
  .sec-design__video {
    width: 65rem; }
  .sec-design__content {
    max-width: 40rem; }
  .review-block__title {
    margin-bottom: 5rem; }
  .review-block__dec {
    top: -0.9333333333333333rem;
    left: 0;
    width: 24rem; }
  .review-block__man-img {
    width: 7rem;
    height: 7rem;
    margin-right: 1rem; }
  .title_main {
    font-size: 2.6rem; }
  .review-block__right {
    margin-left: 30px; }
  .review-block__man {
    margin-bottom: 3rem; }
  .sec-review {
    min-height: 40rem; }
  .sec-review__diamond {
    width: 40rem;
    height: 40rem;
    right: -21.066667rem; }
  .review-block__line {
    width: 39rem;
    left: -1rem; }
  .block-videoreview__right-dec {
    width: 35rem;
    height: 35rem;
    left: -17rem; }
  .sec-command__notebook {
    max-width: 45rem; }
  .sec-technology__wrap {
    padding-top: 5rem; }
  .sec-technology__left {
    width: 43rem;
    margin-right: 30px; }
  .sec-technology__title {
    margin-bottom: 3rem; }
  .sec-infovideo__notebook {
    top: -0.2rem;
    right: -12.533333rem;
    width: 49.133333rem; }
  .sec-buy__wrap {
    padding: 16rem 0;
    padding-bottom: 10rem; }
  .sec-buy__dec {
    width: 20rem;
    height: 20rem; }
  .sec-buy__dec {
    top: 9rem; }
  .footer__logo {
    right: -16rem; }
  .sec-infovideo {
    min-height: 36.6rem; }
  .footer__diamond {
    top: -28.333333rem; } }

@media screen and (max-width: 840px) {
  .container {
    max-width: 100%; }
  .sec-first__notebook {
    max-width: 34rem;
    left: -0.5rem; }
  .sec-first__notebook2 {
    max-width: 31rem;
    top: -10rem;
    right: 4.99rem; }
  .sec-first__rhombus {
    max-width: 24rem;
    left: 5.6rem; }
  .sec-first__rhombus3 {
    max-width: 14rem; }
  .header__logo {
    max-width: 12rem; }
  .header__wrap {
    padding: 15px 0; }
  .btn-menu__icon {
    width: 2rem;
    height: 2rem;
    margin-left: 2rem; }
  .header {
    height: 82px; }
  .topPaddingHeader {
    padding-top: 82px; }
  .sec-first__wrap {
    padding-top: 200px; }
  .sec-first__content {
    max-width: 300px; }
  .sec-first__core {
    top: 12.6rem;
    left: 43.3rem; }
  .sec-design__content {
    padding: 0;
    max-width: 45vw; }
  .sec-design__video {
    max-width: none;
    left: -22vw;
    width: 90vw; }
  .review-block__dec {
    width: 100%; }
  .review-block__line {
    width: 15rem; }
  .block-videoreview__left {
    margin-right: 40px; }
  .sec-specifications__left {
    margin-right: 20px; }
  .sec-specifications__btn {
    margin-left: auto;
    margin-right: auto; }
  .sec-command__content-body {
    max-width: 100%; }
  .sec-technology__left {
    width: 50%; }
  .sec-technology__content {
    align-items: center; }
  .sec-technology__right {
    margin-top: 0; }
  .sec-technology__diamond {
    width: 250px;
    height: 250px; }
  .sec-infovideo__notebook {
    right: auto;
    left: 52%; }
  .text-med {
    font-size: 18px; }
  .article-block p {
    font-size: 15px; } }

@media screen and (max-width: 800px) {
  .sec-command__notebook {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%; }
  .sec-command__content {
    padding-bottom: 0; }
  .sec-command__wrap {
    padding-bottom: 0; }
  .sec-command__title {
    min-height: 0; }
  .sec-command__text {
    margin-bottom: 35px; }
  .sec-command__slides-top {
    display: block; }
  .sec-command__slides-title {
    max-width: 100%;
    min-width: 0; }
  .sec-infovideo__notebook {
    width: 320px;
    left: auto;
    right: 3vw;
    top: -33px; }
  .sec-infovideo__rtx {
    top: 300px; }
  .sec-command__wrap {
    padding-top: 50px; }
  .table-frol-wrap {
    max-width: 100%;
    overflow-x: auto; } }

@media screen and (max-width: 768px) {
  .video-block__play {
    width: 40px;
    height: 40px; }
  .block-videoreview__title {
    margin-bottom: 20px; }
  .block-videoreview__mans {
    margin-bottom: 30px; }
  .sec-infovideo__video {
    right: -200px; }
  .footer__wrap {
    padding: 50px 0; }
  .footer__logo {
    right: -130px; } }

@media screen and (max-width: 700px) {
  .block-videoreview {
    display: block; }
  .block-videoreview__left {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 40px; }
  .block-videoreview__right {
    max-width: 100%;
    padding: 0; }
  .sec-infovideo__notebook {
    right: -7vw; }
  .sec-infovideo__video {
    right: -250px; }
  .block-buy {
    justify-content: space-between; 
    flex-flow: column;
    
	}
  .block-buy__el {
    /*margin-right: 20px; */
    margin-bottom: 40px;
	} 
}

@media screen and (max-width: 600px) {
  html, body {
    max-width: 100vw;
    overflow-x: hidden; }
  html {
    font-size: 15px; }
  .container {
    padding: 0 20px; }
    .container .sec-article__container {
      padding-left: 0;
      padding-right: 0; }
  .sec-article__container {
    padding-left: 20px;
    padding-right: 20px; }
  .article-block ul {
    margin-left: 20px; }
  .header__logo {
    max-width: 148px; }
  .btn-menu__text {
    display: none; }
  .btn-menu__icon {
    margin: 0; }
  .sec-first__notebook2 {
    max-width: 320px;
    top: -28px;
    right: -18px; }
  .sec-first__notebook {
    max-width: 356px;
    top: 185px;
    left: -145px; }
  .sec-first__rhombus {
    max-width: 302px;
    top: 56px;
    left: -106px; }
  .sec-first__rhombus3 {
    max-width: 190px;
    top: 178px;
    right: -13px;
    left: auto; }
  .sec-first__core {
    max-width: 50px;
    left: auto;
    right: 58px;
    top: 243px; }
  .sec-first__wrap {
    padding: 0;
    padding-top: 380px;
    padding-bottom: 31px; }
  .sec-first__content {
    margin: 0;
    max-width: 100%;
    text-align: center; }
  .title_main {
    font-size: 35px; }
  .text-sec {
    font-size: 20px; }
  .sec-first__title {
    margin-bottom: 14px; }
  .sec-first__text {
    margin-bottom: 28px; }
  .btn {
    font-size: 12px; }
    .btn__text {
      padding: 15px 61px; }
  .sec-design__wrap {
    padding: 0;
    padding-top: 312px;
    padding-bottom: 27px; }
  .sec-design__video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 537px;
    max-width: none; }
  .sec-design__content {
    max-width: 100%; }
  .title_sec {
    font-size: 28px; }
  .sec-design__title {
    margin-bottom: 26px; }
  .info-el__title {
    font-size: 19px; }
  .info-el__text {
    font-size: 14px; }
  .sec-design__text {
    margin-bottom: 32px; }
  .info-el__body {
    margin: 20px 0; }
  .block-info__el {
    margin-bottom: 23px; }
  .sec-review__wrap {
    padding: 49px 0;
    padding-bottom: 57px; }
  .review-block {
    display: block; }
  .review-block__left {
    max-width: 100%; }
  .info-slides {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    width: 100%;
    max-width: 100%; }
    .info-slides__text {
      margin: 0;
      text-align: center;
      width: 100%;
      display: block;
      font-size: 19px;
      margin: 0 50px;
      position: relative;
      z-index: 10; }
    .info-slides .info-slides__arrows {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      justify-content: space-between; }
  .review-block__title {
    margin-bottom: 38px; }
  .review-block__body {
    display: none; }
    .review-block__body-mob {
      display: block; }
  .review-block__info {
    margin-bottom: 46px; }
  .review-block__center {
    margin: 0; }
  .review-block__dec {
    width: 344px;
    top: -10px;
    left: -5px; }
  .review-block__line {
    width: 374px;
    top: -24px;
    left: -22px; }
  .sec-review__diamond {
    width: 550px;
    height: 550px;
    top: 375px;
    right: -300px; }
  .review-block__right {
    margin: 0;
    margin-top: 87px; }
  .review-block__man-img {
    width: 65px;
    height: 65px;
    margin-right: 30px; }
  .review-block__man-text {
    font-size: 19px;
    max-width: 100px;
    text-align: left; }
  .review-block__man {
    margin-bottom: 34px; }
  .review-block__right {
    text-align: center; }
  .review-block__right-title {
    margin-bottom: 34px;
    text-align: left; }
  .review-block__text {
    margin-bottom: 21px;
    text-align: left; }
  .btn_small {
    font-size: 12px; }
    .btn_small .btn__text {
      padding: 15px 31px; }
  .review-block__btn {
    margin-top: 14px; }
  .sec-videoreview__wrap {
    padding: 52px 0;
    padding-bottom: 87px; }
  .block-videoreview__man-img {
    width: 65px;
    height: 65px;
    margin-right: 5px; }
  .block-videoreview__man-text {
    font-size: 19px;
    max-width: 100px; }
  .block-videoreview__right {
    position: static; }
  .block-videoreview__info {
    position: absolute;
    top: 158px;
    margin: 0;
    left: 20px;
    right: 20px;
    width: auto; }
  .block-videoreview__title {
    margin-bottom: 113px; }
  .block-videoreview__man {
    margin-right: 5px; }
  .block-videoreview__mans {
    justify-content: space-between; }
  .video-block {
    padding-bottom: 62.6%; }
  .block-videoreview__right .video-block {
    width: calc(100% + 40px);
    margin-left: -20px; }
  .block-videoreview__left {
    margin-bottom: 34px; }
  .block-videoreview__right-dec {
    display: none; }
  .video-block__dec {
    width: 180px;
    height: 30px;
    bottom: -11px; }
  .block-videoreview__dec {
    width: 372px;
    right: auto;
    left: 0;
    top: 373px; }
  .sec-first__diamond {
    width: 350px;
    height: 350px;
    left: auto;
    top: -352px;
    right: -70px; }
  .sec-specifications__content {
    display: block; }
  .sec-specifications__wrap {
    padding: 41px 0; }
  .sec-specifications__left {
    margin: 0;
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 36px; }
  .specifications-el__title {
    font-size: 19px; }
  .sec-specifications .container {
    padding: 0; }
  .specifications-el {
    padding: 0 25px;
    padding-left: 20px; }
  .specifications-el__top {
    padding-bottom: 19px; }
  .block-specifications__el {
    margin-bottom: 20px; }
  .specifications-el__text {
    font-size: 14px;
    margin-bottom: 23px; }
  .sec-specifications__right {
    text-align: center; }
  .block-specifications {
    text-align: left; }
  .sec-specifications__btn {
    margin-top: 9px; }
  .sec-command__content {
    padding: 33px 0; }
  .sec-command__title {
    margin-bottom: 29px; }
  .sec-command__dec {
    top: -11px;
    left: 0; }
  .sec-command__notebook {
    width: 145.523vw;
    left: -28vw;
    max-width: none; }
  .command-notebook__slide, .command-notebook::after {
    top: 15px; }
  .sec-command__slides-top {
    display: flex;
    flex-direction: column; }
    .sec-command__slides-top .sec-command__slides-title {
      order: 2; }
    .sec-command__slides-top .info-slides {
      order: 1;
      padding: 0;
      margin-bottom: 27px; }
  .sec-command__slides-title {
    font-size: 19px; }
  .sec-command__slides-top {
    margin-bottom: 33px; }
  .sec-technology__content {
    display: block; }
  .sec-technology__wrap {
    padding: 30px 0;
    padding-bottom: 87px; }
  .sec-technology__title {
    display: none; }
    .sec-technology__title-mob {
      display: block;
      max-width: 300px; }
  .sec-technology__left {
    width: 100%;
    margin-bottom: 48px; }
  .sec-technology__right {
    max-width: 100%; }
  .sec-infovideo__video {
    display: none; }
  .sec-infovideo__wrap {
    padding: 29px 0;
    padding-bottom: 52px; }
  .sec-infovideo__title {
    margin-bottom: 447px; }
  .sec-infovideo__rtx {
    top: 145px;
    left: 19px; }
  .sec-infovideo__notebook {
    right: auto;
    top: 231px;
    left: 0;
    width: 376px; }
  .sec-infovideo__line {
    width: 360px;
    top: -42px;
    left: 0; }
  .sec-infovideo__info {
    font-size: 20px; }
  .sec-infovideo__info {
    margin-bottom: 27px; }
  .info-dec {
    font-size: 11px;
    padding: 10px 10px;
    display: flex; }
  .sec-infovideo__text {
    margin-bottom: 35px; }
  .sec-buy__dec {
    top: 99px;
    width: 237px;
    height: 237px; }
  .sec-buy__wrap {
    padding: 150px 0;
    padding-bottom: 0px; }
  .sec-buy__info {
    font-size: 20px;
    font-family: 'Gotham';
    font-weight: normal;
    letter-spacing: 0; }
  .sec-buy__title {
    margin-bottom: 18px; }
  .sec-buy__content {
    align-items: center; }
    .sec-buy__content .block-buy__el:nth-child(n + 4) {
      /*display: none; */
  }
    .sec-buy__content .block-buy__el {
      margin-right: 0px; }
      .sec-buy__content .block-buy__el:nth-child(3) {
        margin-right: 0; }
  .sec-buy__content {
    margin-top: 20px; }
  .footer__text {
    font-size: 14px; }
  .footer__wrap {
    padding: 47px 0;
    padding-bottom: 95px; }
  .footer__text {
    max-width: 314px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.6px; }
  .social-el {
    width: 40px;
    height: 40px; }
  .social-el::after {
    width: 100%;
    height: 100%; }
  .block-socials {
    display: flex;
    justify-content: space-between; }
  .footer__content {
    display: block;
    margin-top: 115px;
    padding: 0 10px; }
  .block-socials__el {
    margin-right: 0; }
  .footer__logo {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -98px;
    max-width: 92px; }
  .footer__diamond {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -439px;
    transform: translateX(-50%); }
  .userBlock__img {
    width: 65px;
    height: 65px;
    margin-right: 15px; }
  .userBlock__text {
    font-size: 19px; }
  .sec-conclusions__bottom-text {
    font-size: 19px; }
  .sec-conclusions__bottom {
    margin-top: 50px; }
  .sec-configuration {
    margin-bottom: 20px; }
  .article-block ul {
    margin-bottom: 30px; }
  .article-block img {
    margin-bottom: 40px; }
  .menu-dropdown-links__link {
    font-size: 19px; }
  .menu-dropdown__links {
    margin: 0; }
  .menu-dropdown__body {
    padding-top: 113px;
    padding-bottom: 80px; }
  .menu-dropdown-links__link {
    padding: 17.5px 24px; }
  .menu-dropdown-links__link {
    border-bottom: 0;
    position: relative; }
    .menu-dropdown-links__link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 24px;
      height: 1px;
      width: calc(100% - 24px);
      background: #C6C6C6; }
    .menu-dropdown-links__link:hover::after {
      opacity: 0; }
  .menu-dropdown-links__el:last-child .menu-dropdown-links__link::after {
    display: none; } }

@media screen and (max-width: 360px) {
  .title_main {
    font-size: 29px; }
  .block-videoreview__mans {
    display: block; }
  .block-videoreview__man {
    margin: 0;
    margin-bottom: 20px; }
  .block-videoreview__info {
    top: 180px; }
  .block-videoreview__info {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: calc(100% - 40px); }
  .info-slides__text {
    display: inline-block;
    word-break: break-all;
    max-width: calc(100% - 170px);
    font-size: 16px; }
  .info-dec {
    font-size: 9px; } }


@font-face {
    font-family: icons;
    src: url(https://www.ixbt.com/site2/resources/fonts/icons/icons.eot);
    src: url(https://www.ixbt.com/site2/resources/fonts/icons/icons.eot?#iefix) format("eot"),url(https://www.ixbt.com/site2/resources/fonts/icons/icons.woff2) format("woff2"),url(https://www.ixbt.com/site2/resources/fonts/icons/icons.woff) format("woff"),url(https://www.ixbt.com/site2/resources/fonts/icons/icons.ttf) format("truetype")
}



blockquote:before {
    display: block;
    /*position: absolute;*/
    color: #ccc;
    font-size: 24px;
    top: -5px;
    left: -35px;
	content: "\E00A";    
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

blockquote p {
	margin-left: 50px;
	font-style: italic;
}

.flexgallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flexgallery >  figure {
	margin-right: 10px;
}

.article-block img.mb_small {
    margin-bottom: 10px;
}

figure.image-caption{
	margin-bottom: 30px;
}


.gallery_grid > div {
	margin-right: 5px;
}

table.table-lined {
    margin: 30px 0;
    width: 100%;
}

/*    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
*/table.table-lined tr {
    background: #fff;
    border: 1px solid #777777;
}

table.table-lined tr th {
    background: #000;
    color: #fff;
    font-weight: 400;
    text-align: left;
}


table.table-lined td,  table.table-lined th {
    padding: 15px 30px;
}

table.table-lined tr:nth-child(2n) {
    background: #f6f6f6;
}

.g_slider {
    background-color: #fff;
    /*box-shadow: 0 5px 5px 0 #eee;*/
    text-align: center;
}
.carousel_slide {
    position: relative;
    background: #fff;
}
.carousel_slide_left, .carousel_slide_right {
    display: block;
    width: 30px;
    height: 38px;
    position: absolute;
    margin: 25% 0 0 10px;
    cursor: pointer;
    z-index: 1;
}
.carousel_slide_left:before, .carousel_slide_right:before {
    display: block;
    margin-top: 10px;
    color: #000;
    content: "\E003";
    font-family: icons;
    font-size: 30px;
}

.carousel_slide_right {
    right: 0;
    margin-right: 10px;
}
.carousel_slide_right:before {
    content: "\E004";
}
.carousel_container {
    display: inline-block;
    /*background*/
}
.left_scroll, .right_scroll {
    float: left;
    height: 30px;
    width: 15px;
    margin-top: 65px;
    margin-left: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.left_scroll:before {
    content: "\E003";
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #ooo;
}

.right_scroll:before {
    content: "\E004";
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    color: #000;
}

.carousel_inner {
    float: left;
    width: 656px;
    overflow: hidden;
}

.carousel_ul {
    
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px;
    width: 9999px;
    margin-top: 15px;
    list-style: none;
}
.carousel_ul li {
    float: left;
    width: 110px;
    padding: 0!important;
    margin: 0 10px 6px!important;
    position: relative;
}

.tablescroll{
	overflow: auto;
}
