@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import "plyr3.css";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@font-face {
  font-family: 'Aktiv Grotesk W Light';
  src: url('/static/font/aktivgroteskstdlt.eot');
  src: url('/static/font/aktivgroteskstdlt.eot?#iefix') format('embedded-opentype'), url('/static/font/aktivgroteskstdlt.woff') format('woff'), url('/static/font/aktivgroteskstdlt.ttf') format('truetype'), url('/static/font/aktivgroteskstdlt.svg#c73b6f4c6b3c1aaf9f734ccc6598539a') format('svg');
  font-style: normal;
  font-weight: 200;
  font-display: fallback;
}
@font-face {
  font-family: 'GTWalsheimProMedium';
  src: url('/static/font/gt-walsheim-pro-medium.eot');
  src: url('/static/font/gt-walsheim-pro-medium.eot?#iefix') format('embedded-opentype'), url('/static/font/gt-walsheim-pro-medium.woff') format('woff'), url('/static/font/gt-walsheim-pro-medium.ttf') format('truetype'), url('/static/font/gt-walsheim-pro-medium.svg#12d4695fa932d3b4e3cf98cb6c677a3f') format('svg');
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: 'PT Rouble Sans';
  src: url('/static/font/RUBSN.eot');
  src: url('/static/font/RUBSN.eot?#iefix') format('embedded-opentype'), url('/static/font/RUBSN.woff') format('woff'), url('/static/font/RUBSN.ttf') format('truetype'), url('/static/font/RUBSN.svg#ea66b405fd710a17b7f06a59f2265cc6') format('svg');
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}
body {
  font-family: 'Aktiv Grotesk W Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  background-color: #fff;
  font-size: 16px;
  line-height: 140%;
  padding-top: 140px;
  font-weight: 200;
}
form input {
  outline: none;
  /*
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
}
a {
  text-decoration: none;
  color: #8b8684;
}
h1,
h2,
h3,
h4 {
  font-family: 'GTWalsheimProMedium', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 42px;
  letter-spacing: 0px;
  line-height: 120%;
}
h2 {
  font-size: 38px;
  letter-spacing: 0px;
  line-height: 120%;
}
h3 {
  font-size: 28px;
  margin-bottom: 0.4em;
  letter-spacing: 0px;
  line-height: 120%;
}
@media (max-width: 481px) {
  h1 {
    font-size: 30px;
    line-height: 120%;
  }
}
.bej {
  color: #8b8684;
}
.stroked {
  text-decoration: line-through;
}
.gray {
  color: #777;
}
.underline {
  text-decoration: underline;
}
a.underline {
  text-decoration: underline;
}
.icon-menu {
  width: 32px;
}
.icon-menu2 {
  width: 36px;
}
.header {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 40px;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  /*
	&.ontitle {
		.logo-pix {
			display: none;
		}

		.logo-phone {
			display: inline-block;
			vertical-align: top;
			margin-top: 25px;
			font-size: 15px;
			//background: #888;


			.logo-phone-line {
				color: @bej;		//#B3754D;
				margin: 10px 0;

				.logo-phone-icon {
					
				}
			}
		}
	}
	*/
}
.header .header-box {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 16px;
  vertical-align: middle;
}
.header .logo {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  text-align: center;
}
.header .logo-pix {
  width: 190px;
  display: inline-block;
  margin-top: -5px;
}
.header .logo-phone {
  display: none;
}
.header .header-contacts {
  /*
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		*/
  font-size: 12px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.header .header-contacts .header-contacts-item {
  padding: 12px;
}
.header nav {
  display: inline-block;
  width: 20%;
  text-align: right;
}
.header nav .nav {
  list-style: none;
  margin: 0;
}
.header nav .nav .nav-item {
  display: inline-block;
  margin-left: 20px;
}
.header nav .nav .nav-item:first-child {
  margin-left: 0;
}
.header nav .nav .nav-item .nav-a {
  color: #000;
  font-size: 14px;
  font-weight: 200;
}
.header .hamburger {
  display: inline-block;
  width: 20%;
  text-align: left;
  position: relative;
}
.header .hamburger a {
  display: block;
  margin-top: 2px;
}
.header .hamburger a .icon-hamburger {
  width: 33px;
}
.header .cart {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: right;
  white-space: nowrap;
}
.header .cart a {
  display: block;
  float: right;
  position: relative;
  width: 30px;
  height: 30px;
}
.header .cart a .icon-cart {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 14px;
}
.header .cart a .cart-num {
  position: absolute;
  top: -1px;
  left: 3px;
  z-index: 12;
  font-size: 10px !important;
  color: #8b8684;
  width: 20px;
  height: 20px;
  text-align: center;
}
.header .cart a .icon-searchme {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 12;
  font-size: 14px;
}
@media (max-width: 481px) {
  header {
    padding: 20px 20px;
  }
  header nav {
    display: none;
  }
  header .logo {
    width: 60%;
  }
  header .logo-pix {
    width: 146px;
    margin-top: 0;
  }
  header .cart a .icon-searchme {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.wa-green {
  color: #60BA57 !important;
  margin-left: 2em;
  position: relative;
}
.wa-green:visited {
  color: #60BA57 !important;
}
.wa-green .wa-green-icon {
  position: absolute;
  top: -0.2em;
  left: -1.7em;
  width: 1.4em;
}
.tg-blue {
  color: #2FA7DF !important;
}
.tg-blue:visted {
  color: #2FA7DF !important;
}
@media (max-width: 481px) {
  .hide-mobile {
    display: none;
  }
}
.menu-slider,
.prod-slider,
.video-slider {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  background-color: #f5f5f5;
  border-bottom: solid 1px #8b8684;
  padding: 20px 40px;
  position: absolute;
  top: -1700px;
  left: 0;
  min-height: 100%;
  z-index: 2400;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  font-size: 16px;
  line-height: 140%;
}
.menu-slider.opened,
.prod-slider.opened,
.video-slider.opened {
  top: 0;
}
.menu-slider.closeit,
.prod-slider.closeit,
.video-slider.closeit {
  top: 1000px;
}
.menu-slider .header-box,
.prod-slider .header-box,
.video-slider .header-box {
  padding-top: 10px;
  max-width: 980px;
  margin: 0 auto;
  vertical-align: middle;
}
.menu-slider .menu,
.prod-slider .menu,
.video-slider .menu {
  font-size: 0;
}
.menu-slider .close,
.prod-slider .close,
.video-slider .close {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.menu-slider .close a,
.prod-slider .close a,
.video-slider .close a {
  display: block;
}
.menu-slider .close a .icon-close,
.prod-slider .close a .icon-close,
.video-slider .close a .icon-close {
  width: 26px;
  height: 26px;
}
.menu-slider .cart,
.prod-slider .cart,
.video-slider .cart {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: right;
  /*
		a {
			display: block;
		
			.icon-cart {
				width: 50px;
				height: 50px;
			}
		}
		*/
}
.menu-slider .cart a,
.prod-slider .cart a,
.video-slider .cart a {
  display: block;
  float: right;
  position: relative;
  width: 50px;
  height: 50px;
}
.menu-slider .cart a .icon-cart,
.prod-slider .cart a .icon-cart,
.video-slider .cart a .icon-cart {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 14px;
}
.menu-slider .cart a .cart-num,
.prod-slider .cart a .cart-num,
.video-slider .cart a .cart-num {
  position: absolute;
  top: 0px;
  left: 3px;
  z-index: 11;
  font-size: 10px !important;
  color: #8b8684;
  width: 20px;
  height: 20px;
  text-align: center;
}
.menu-slider .logo-big,
.prod-slider .logo-big,
.video-slider .logo-big {
  display: inline-block;
  width: 60%;
  text-align: center;
  margin-top: -20px;
}
.menu-slider .logo-big .logo-big-pix,
.prod-slider .logo-big .logo-big-pix,
.video-slider .logo-big .logo-big-pix {
  width: 200px;
}
.menu-slider .menu-items,
.prod-slider .menu-items,
.video-slider .menu-items {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 1%;
}
.menu-slider .menu-items ul.menu-items-ul,
.prod-slider .menu-items ul.menu-items-ul,
.video-slider .menu-items ul.menu-items-ul {
  padding: 0;
  list-style: none;
}
.menu-slider .menu-items ul.menu-items-ul li.menu-items-li,
.prod-slider .menu-items ul.menu-items-ul li.menu-items-li,
.video-slider .menu-items ul.menu-items-ul li.menu-items-li {
  text-align: center;
}
.menu-slider .menu-items ul.menu-items-ul li.menu-items-li a,
.prod-slider .menu-items ul.menu-items-ul li.menu-items-li a,
.video-slider .menu-items ul.menu-items-ul li.menu-items-li a {
  padding: 10px;
  font-size: 18px;
  line-height: 120%;
  box-sizing: border-box;
  display: inline-block;
}
.menu-slider .menu-items ul.menu-items-ul li.menu-items-li a:hover,
.prod-slider .menu-items ul.menu-items-ul li.menu-items-li a:hover,
.video-slider .menu-items ul.menu-items-ul li.menu-items-li a:hover {
  color: #000;
}
.menu-slider .menu-items ul.menu-items-ul li.menu-items-li.menu-items-li-sep,
.prod-slider .menu-items ul.menu-items-ul li.menu-items-li.menu-items-li-sep,
.video-slider .menu-items ul.menu-items-ul li.menu-items-li.menu-items-li-sep {
  font-size: 1px;
  height: 15px;
}
.menu-slider .menu-contact,
.prod-slider .menu-contact,
.video-slider .menu-contact {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  box-sizing: border-box;
}
.menu-slider .menu-contact ul,
.prod-slider .menu-contact ul,
.video-slider .menu-contact ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.menu-slider .menu-contact ul li,
.prod-slider .menu-contact ul li,
.video-slider .menu-contact ul li {
  display: inline-block;
  padding: 5px 20px;
  vertical-align: middle;
}
.no-touch .menu-slider .menu-cols {
  margin-top: 10%;
}
@media (max-width: 481px) {
  .menu-slider {
    padding: 20px 20px;
  }
  .menu-slider .menu-items ul.menu-items-ul {
    margin: 0px -20px;
  }
  .menu-slider .menu-contact ul li {
    width: 80%;
  }
}
.prod-gotop {
  position: fixed;
  z-index: 180;
  bottom: 1px;
  left: 0px;
  width: 100%;
  height: 1px;
  color: #fff;
  padding: 0px;
}
.prod-gotop .prod-gotop-box {
  width: 100%;
  text-align: center;
  position: relative;
}
.prod-gotop .prod-gotop-arrow {
  width: 50px;
  height: 50px;
}
.prod-gotop .prod-gotop-arrow:hover {
  opacity: 0.8;
}
.prod-gotop #prod-gotop-link {
  color: #fff;
  position: absolute;
  width: 50px;
  padding: 0;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.prod-gotop #prod-gotop-link.show-it {
  -webkit-transform: translate(-48%, -60px);
  -moz-transform: translate(-48%, -60px);
  -ms-transform: translate(-48%, -60px);
  -o-transform: translate(-48%, -60px);
  transform: translate(-48%, -60px);
  opacity: 1;
}
#prod-shadow {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.6);
}
.prod-slider {
  background-color: #fff;
  min-height: 110vh;
  z-index: 200;
  top: -1500;
  border-bottom: solid 1px #8b8684;
  border-top: solid 1px #8b8684;
  -webkit-transition: top opacity 10.5s ease;
  -moz-transition: top opacity 10.5s ease;
  -o-transition: top opacity 10.5s ease;
  transition: top opacity 10.5s ease;
}
.prod-slider .prod-content {
  margin: 0px -40px;
}
@media (max-width: 481px) {
  .prod-slider {
    padding: 20px 10px;
  }
  .prod-slider .prod-content {
    margin: 0px -10px;
  }
}
#main-content {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer {
  background-color: #8b8684;
  color: #f5f5f5;
  padding: 40px 40px 100px 40px;
  font-size: 0;
  line-height: 150%;
  font-weight: 200;
}
footer a {
  color: #f5f5f5;
  text-decoration: underline;
}
footer a:visted {
  color: #f5f5f5;
}
footer .footer-box {
  max-width: 980px;
  margin: 0 auto;
  vertical-align: middle;
}
footer address {
  font-style: normal;
}
footer .footer-col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 5%;
}
footer .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-col ul li {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0.7em;
}
footer .footer-col ul li.developer {
  font-size: 12px;
  color: #575352;
}
footer .footer-col ul li.developer a,
footer .footer-col ul li.developer a:visited {
  color: #575352;
}
footer .footer-col ul li.footer-sep {
  font-size: 1px;
  height: 10px;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 40px;
  }
  footer .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rub {
  font-family: 'PT Rouble Sans';
}
.prod-cat-desc {
  color: #777;
  margin-top: -20px;
  padding-bottom: 20px;
  max-width: 45em;
}
.prod-cat-h2 {
  color: #777;
  font-size: 22px !important;
  margin-bottom: 1.8em;
  max-width: 35em;
}
.prod-list-count {
  font-size: 12px;
  color: #777;
}
.prod-list {
  margin-left: -5%;
  box-sizing: border-box;
  font-size: 0;
  margin-top: 20px;
}
.prod-list .prod-headline {
  margin-left: 5%;
}
.prod-list .prod-headline h2 {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  padding-top: 0;
  font-size: 32px;
  font-weight: 200;
  color: #000;
}
.prod-list .prod-headline .prod-headline-desc {
  display: inline-block;
  vertical-align: bottom;
}
.prod-list .prod-see-more {
  font-size: 16px;
  text-align: center;
  margin-left: 5%;
  margin-bottom: 3%;
}
.prod-list .prod-see-more .prod-see-more-button {
  display: inline-block;
  padding: 20px 30px;
  font-size: 12px;
  border: solid 1px #8b8684;
  text-transform: uppercase;
  color: #8b8684;
  font-weight: 200;
}
.prod-list .prod-see-more .prod-see-more-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.prod-list .prod-list-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  width: 28.3%;
  margin: 0px 0px 5% 5%;
  text-align: center;
}
.prod-list .prod-list-item .prod-list-pp-title {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  box-sizing: border-box;
  padding-right: 1em;
  text-align: left;
  color: #777;
  line-height: 120%;
  font-size: 14px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.prod-list .prod-list-item a {
  text-decoration: none;
  color: #333;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
}
.prod-list .prod-list-item a .prod-img-box {
  position: relative;
}
.prod-list .prod-list-item a .prod-img-box .prod-list-is-new {
  position: absolute;
  top: 7px;
  left: 4px;
}
.prod-list .prod-list-item a .prod-img-box .prod-list-is-new .prod-list-is-new-pix {
  width: 40px;
  height: 40px;
}
.prod-list .prod-list-item a .prod-list-item-preview2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  opacity: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  font-size: 0;
}
.prod-list .prod-list-item a .prod-list-item-preview2:hover {
  opacity: 1;
}
.prod-list .prod-list-item a .prod-list-item-preview {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  font-size: 0;
  margin-bottom: 15px;
}
.prod-list .prod-list-item a .prod-list-item-text {
  font-size: 0;
  padding: 0;
}
.prod-list .prod-list-item a .prod-list-item-text .prod-list-item-title {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  box-sizing: border-box;
  padding-right: 1em;
  text-align: left;
  color: #777;
  line-height: 130%;
  font-size: 14px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.prod-list .prod-list-item a .prod-list-item-text .prod-list-item-title .prod-list-item-art {
  font-size: 10px;
  margin-top: 0.3em;
  color: #777;
}
.prod-list .prod-list-item a .prod-list-item-text .prod-list-item-price {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  box-sizing: border-box;
  line-height: 120%;
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
  color: #8b8684;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.prod-list .prod-list-item a .prod-list-item-text .prod-list-item-price-stroke {
  text-decoration: line-through;
  color: #777;
}
.prod-list .prod-list-item a .prod-list-item-text .prod-list-item-request {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  box-sizing: border-box;
  line-height: 120%;
  font-size: 11px;
  text-align: right;
  color: #8b8684;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.prod-list .prod-list-item a:hover {
  text-decoration: none;
}
.prod-list .prod-list-item a:hover .prod-list-item-preview {
  opacity: 80 / 100;
  filter: alpha(opacity=80);
}
.prod-list .prod-list-item a:hover .prod-list-item-price {
  color: #bdbab8;
}
.prod-list .prod-list-item a:hover .prod-list-item-request {
  color: #bdbab8;
}
.prod-list .prod-list-item a:hover .prod-list-item-title {
  color: #aaaaaa;
}
@media (max-width: 768px) {
  .prod-list .prod-list-item {
    font-size: 13px;
    width: 45%;
  }
  .prod-list .prod-list-item .prod-list-item-text {
    display: block;
  }
  .prod-list .prod-list-item .prod-list-item-text .prod-list-item-title {
    display: block !important;
    width: 100% !important;
  }
  .prod-list .prod-list-item .prod-list-item-text .prod-list-item-price {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-top: 5px;
  }
}
@media (max-width: 481px) {
  .prod-list .prod-headline h2 {
    font-size: 20px !important;
  }
  .prod-list .prod-list-item {
    width: 45%;
  }
}
@media (max-width: 481px) {
  .prod-headline {
    font-size: 16px;
  }
}
.prod-param-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.prod-param-list a,
.prod-param-list a:visited {
  color: #555;
  border-bottom: dotted 1px;
}
.prod-param-list li {
  margin-bottom: 0.5em;
}
.button-buy {
  padding: 20px 20px;
  display: block;
  box-shadow: border-box;
  color: #8b8684;
  border: solid 1px #8b8684;
  font-weight: 200;
}
.button-buy:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.button-buy.disabled {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
.button-order1 {
  padding: 20px 50px;
  display: inline-block;
  box-shadow: border-box;
  color: #8b8684;
  border: solid 1px #8b8684;
  background: none;
  font-weight: 200;
  text-align: center;
}
.button-order1:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button-order1.disabled1 {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
.button-order2 {
  padding: 20px 50px;
  display: inline-block;
  box-shadow: border-box;
  color: #8b8684;
  border: solid 1px #8b8684;
  background: none;
  font-weight: 200;
  text-align: center;
}
.button-order2:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button-order2.disabled1 {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
.button-order2 .order-card-w {
  display: none;
}
.button-order2:hover .order-card-w {
  display: inline-block;
}
.button-order2:hover .order-card-b {
  display: none;
}
.button-dontshow {
  vertical-align: top;
  padding: 16px 20px;
  display: inline-block;
  box-shadow: border-box;
  color: #777;
  border: solid 1px #f5f5f5;
  background: none;
  font-weight: 200;
  text-align: center;
  font-size: 12px;
  line-height: 116.9%;
}
.button-dontshow:hover {
  background: #ddd;
  color: #fff;
  border-color: #ddd;
}
.button-dontshow.disabled1 {
  color: #777;
  border-color: #777;
  background-color: none !important;
}
.button-buy2 {
  padding: 20px 20px;
  display: block;
  box-shadow: border-box;
  color: #8b8684;
  border: solid 1px #8b8684;
  font-weight: 200;
  width: 100%;
  background: transparent;
}
.button-buy2:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.button-buy2.disabled {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
@media (max-width: 481px) {
  .button-order1,
  .button-order2 {
    width: 100%;
  }
}
.submit-box {
  padding-bottom: 50px;
  text-align: center;
  border-top: solid 1px #8b8684;
  padding-top: 20px;
}
.submit-agreement {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 12px;
  color: #777;
  line-height: 150%;
}
@media (max-width: 481px) {
  .submit-agreement {
    width: 90%;
  }
}
.button-wide {
  width: auto;
  text-align: center;
}
.prod-cart-result,
.order-process {
  font-size: 14px;
  line-height: 130%;
  color: #777;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.btn-checkout {
  margin-top: 10px;
  padding: 10px;
  display: block;
  box-shadow: border-box;
  font-size: 13px;
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
  font-weight: 200;
  text-align: center;
}
.btn-checkout:hover {
  background: none;
  color: #8b8684;
  border: solid 1px #8b8684;
}
.button-search {
  padding: 10px;
  display: inline-block;
  box-shadow: border-box;
  font-size: 16px;
  color: #8b8684;
  border: solid 1px #8b8684;
  background: none;
  font-weight: 200;
  text-align: center;
}
.button-search:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button-search.disabled1 {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
.button-alfa {
  padding: 20px 50px;
  display: inline-block;
  box-shadow: border-box;
  color: #8b8684;
  border: solid 1px #8b8684;
  background: none;
  font-weight: 200;
  text-align: center;
  background-color: #EB312E;
  color: #fff;
  border: #e91a17;
}
.button-alfa:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.button-alfa.disabled1 {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
.alfa-logo {
  float: right;
  padding-left: 2em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  width: 81px;
}
.alfa-logo2 {
  float: right;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  width: 81px;
}
.alfa-infobox {
  margin-top: 20px;
  margin-bottom: 2em;
  text-align: center;
  line-height: 130%;
  padding: 15px;
  background-color: #D8BAA4;
  border-radius: 2px;
}
.alfa-buy0 {
  width: 100%;
  max-width: 220px;
}
.buy1c-box {
  margin: 20px 0;
}
.buy1c {
  padding: 20px 20px;
  display: block;
  box-shadow: border-box;
  color: #8b8684;
  border: solid 1px #8b8684;
  font-weight: 200;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #555;
  text-align: center;
  padding: 6px;
}
.buy1c:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.buy1c.disabled {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
.buy1c .buy1c-text {
  display: inline-block;
  line-height: 120%;
  text-align: left;
  padding: 5px;
}
.buy1c .buy1c-zero {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding: 5px;
}
.buy1c .buy1c-zero sup {
  font-weight: normal;
  font-size: 16px;
}
.buy1c:hover {
  background-color: #e8e8e8 !important;
  border-color: #f5f5f5;
  color: #555;
}
.buy1c:hover .buy1c-zero {
  background-color: #e8e8e8 !important;
  border-color: #f5f5f5;
}
.down3d {
  padding: 20px 20px;
  display: block;
  box-shadow: border-box;
  color: #8b8684;
  border: solid 1px #8b8684;
  font-weight: 200;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #555;
  text-align: center;
  padding: 6px;
}
.down3d:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.down3d.disabled {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
.down3d .buy1c-text {
  display: inline-block;
  line-height: 120%;
  text-align: left;
  padding: 5px;
}
.down3d .buy1c-zero {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding: 5px;
}
.down3d .buy1c-zero sup {
  font-weight: normal;
  font-size: 16px;
}
.down3d:hover {
  background-color: #e8e8e8 !important;
  border-color: #f5f5f5;
  color: #555;
}
.down3d:hover .buy1c-zero {
  background-color: #e8e8e8 !important;
  border-color: #f5f5f5;
}
.icon-3d {
  width: 28px;
}
.payonline-box {
  margin: 20px 0;
}
.payonline-button {
  padding: 20px 20px;
  display: block;
  box-shadow: border-box;
  color: #8b8684;
  border: solid 1px #8b8684;
  font-weight: 200;
  border-color: #000;
  color: #000;
  text-align: center;
  vertical-align: top;
}
.payonline-button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.payonline-button.disabled {
  color: #555;
  border-color: #555;
  background-color: none !important;
}
.payonline-button .payonline-text {
  display: inline-block;
  max-width: 18em;
  line-height: 110%;
  text-align: left;
  padding-left: 35px;
  position: relative;
}
.payonline-button .payonline-card-w {
  display: none;
  vertical-align: top;
  position: absolute;
  top: 5px;
  left: 0;
}
.payonline-button .payonline-card-b {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 5px;
  left: 0;
}
.payonline-button:hover .payonline-card-w {
  display: inline-block;
  vertical-align: top;
}
.payonline-button:hover .payonline-card-b {
  display: none;
  vertical-align: top;
}
/*

@media (max-width: 768px) {

	.buy1c {
		.buy1c-text {
			width: 25%;
		}
		.buy1c-zero {
			width: 25%;
		}

	}

}

@media (max-width: 481px) { 

	.buy1c {
		.buy1c-text {
			width: 45%;
		}
		.buy1c-zero {
			width: 45%;
		}

	}

}
*/
.form-line {
  margin-bottom: 20px;
  font-size: 0;
  box-sizing: border-box;
}
.form-line .form-button-box {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-left: 1em;
}
.form-line .form-label {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  box-sizing: border-box;
  padding-top: 5px;
  font-size: 16px;
}
.form-line .form-label .required {
  color: #8b8684;
}
.form-line .form-label.form-label-short {
  width: auto;
  padding-right: 1em;
}
.form-line .form-item {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font-size: 16px;
  box-sizing: border-box;
}
.form-line .form-item.form-item-short {
  width: 50%;
}
.form-line .form-item input[type=text],
.form-line .form-item input[type=email],
.form-line .form-item input[type=password],
.form-line .form-item textarea {
  border: solid 1px #777;
  padding: 10px;
  width: 100%;
  color: #555;
  box-sizing: border-box;
  margin-bottom: 4px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.form-line .form-item input[type=text]:focus,
.form-line .form-item input[type=email]:focus,
.form-line .form-item input[type=password]:focus,
.form-line .form-item textarea:focus {
  outline: 0;
  border-color: #8b8684;
}
.form-line .form-item input[type=checkbox] {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-size: 26px;
}
.form-line .form-item textarea {
  height: 5em;
}
.form-line .form-item .form-help-text {
  font-size: 14px;
  color: #777;
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
.form-line .form-item #id_i_agree + .form-help-text,
.form-line .form-item #id_alfa_credit + .form-help-text {
  margin-top: 5px;
}
.form-line .form-item #id_promo_code {
  width: 50%;
}
.form-line .form-item ul.errorlist {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: bold;
  color: #8b8684;
}
.form-line .form-item ul#id_person {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.form-line .form-item ul#id_person li {
  margin: 3px 0px;
}
@media (max-width: 481px) {
  .form-line .form-label {
    display: block;
    width: auto;
    padding-top: 0px;
    font-size: 14px;
  }
  .form-line .form-item {
    display: block;
    width: auto;
    font-size: 16px;
  }
  .form-line .form-item.form-item-short {
    width: 50%;
    display: inline-block;
  }
}
.form2 .errorlist {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.form2 .errorlist li {
  color: #8b8684;
  font-weight: bold;
}
.fast-select {
  margin: 20px 0px;
  display: none;
}
@media (max-width: 481px) {
  .fast-select {
    display: block;
  }
  .subcat-hr {
    display: none;
  }
}
.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #8b8684;
  width: 120px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  background: #fff url("../img/arrowdown2.svg") no-repeat 99% 50%;
}
.select-style select {
  padding: 5px 8px;
  width: 130%;
  font-size: 16px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
  user-select: none;
}
.select-style select::-moz-focus-inner {
  border: 0;
}
.select-style2 {
  padding: 0;
  margin: 0;
  border: 1px solid #8b8684;
  width: 120px;
  overflow: hidden;
  background-color: #fff;
  width: 99.3%;
  background: #fff url("../img/arrowdown2.svg") no-repeat 99% 50%;
  margin-bottom: 20px;
}
.select-style2 select {
  padding: 5px 8px;
  width: 110%;
  font-size: 14px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style2 select:focus {
  outline: none;
  user-select: none;
}
.select-style2 select::-moz-focus-inner {
  border: 0;
}
@media (max-width: 768px) {
  .select-style2 select {
    font-size: 16px;
  }
}
.search-line {
  border: solid 1px #8b8684;
  font-size: 16px;
  position: relative;
  padding: 8px;
}
.search-line .search-input {
  border: none;
  background-color: transparent;
  width: 90%;
}
.search-line .search-loop {
  position: absolute;
  right: 6px;
  top: 7px;
  width: 26px;
}
.order-topline {
  border-top: solid 1px #8b8684;
  margin-bottom: 20px;
}
.prod-rel {
  margin-bottom: -10%;
  font-size: 0;
  margin-left: -10%;
}
.prod-rel .prod-rel-item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10%;
  margin-bottom: 10%;
  width: 40%;
}
.prod-rel .prod-rel-item .prod-rel-pix {
  width: 100%;
}
.prod-rel .prod-rel-item .prod-rel-item-title {
  display: inline-block;
  margin-top: 3px;
}
.prod-rel-box .prod-rel {
  margin-bottom: -5%;
  font-size: 0;
  margin-left: -5%;
}
.prod-rel-box .prod-rel .prod-rel-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
  margin-bottom: 5%;
  width: 20%;
}
.prod-rel-box .prod-rel .prod-rel-item .prod-rel-item-title {
  font-size: 12px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .prod-rel-box .prod-rel .prod-rel-item {
    width: 28%;
  }
}
.prod-info {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
.prod-info .prod-headline-h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
}
.prod-info .prod-pix-box {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.prod-info .prod-pix-box .prod-pixx {
  width: 100%;
}
.prod-info .prod-pix-box .prod-pixx .prod-pix1 {
  width: 100%;
}
.prod-info .prod-pix-box .prod-slidexx {
  width: 100%;
  margin-top: 0px;
  margin-top: 20px;
  padding-bottom: 36px;
  overflow-x: hidden;
}
.prod-info .prod-pix-box .prod-slidexx .prod-slidexx-item {
  width: 157px;
}
.prod-info .prod-pix-box .prod-slidexx div {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.prod-info .prod-pix-box .prod-pix {
  width: 100%;
  position: relative;
}
.prod-info .prod-pix-box .prod-pix .prod-pix-big {
  width: 100%;
}
.prod-info .prod-pix-box .prod-pix .prod-thumbs-next,
.prod-info .prod-pix-box .prod-pix .prod-thumbs-prev {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  right: 0px;
  z-index: 301;
  font-size: 16px;
  background-color: #fff;
  display: inline-block;
  width: 39px;
  height: 74px;
  text-align: right;
  background: url(../img/arrow-pix.png) 100% 0%;
  -webkit-background-size: 78px;
  -moz-background-size: 78px;
  -o-background-size: 78px;
  background-size: 78px;
}
.prod-info .prod-pix-box .prod-pix .prod-thumbs-next:hover,
.prod-info .prod-pix-box .prod-pix .prod-thumbs-prev:hover {
  background-position: 100% 100%;
}
.prod-info .prod-pix-box .prod-pix .prod-thumbs-prev {
  z-index: 302;
  left: 0px;
  text-align: left;
  background-position: 0% 0%;
}
.prod-info .prod-pix-box .prod-pix .prod-thumbs-prev:hover {
  background-position: 0% 100%;
}
.prod-info .prod-pix-box .prod-pix #spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8b8684;
  opacity: 70 / 100;
  filter: alpha(opacity=70);
  z-index: 304;
  display: none;
}
.prod-info .prod-pix-box .prod-pix #spinner .ajax-loader {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  display: block;
  margin-top: 45%;
}
.prod-info .prod-pix-box .prod-pix .prod-alt-desc {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 33%;
  display: none;
  z-index: 290;
  color: #333;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.prod-info .prod-pix-box .prod-pix .prod-alt-desc .prod-alt-desc-box {
  font-size: 0;
  padding: 20px 10px 15px 20px;
  opacity: 50 / 100;
  filter: alpha(opacity=50);
}
.prod-info .prod-pix-box .prod-pix .prod-alt-desc .prod-alt-desc-box .prod-alt-desc-text {
  display: block;
  font-size: 12px;
  text-align: left;
  line-height: 120% !important;
  text-shadow: 0px 1px 1px #fff;
}
.prod-info .prod-pix-box .prod-thumbs {
  margin-top: 30px;
  margin-bottom: -5%;
  margin-left: -5%;
  text-align: center;
}
.prod-info .prod-pix-box .prod-thumbs .prod-thumbs-item {
  margin-left: 5%;
  margin-bottom: 5%;
  padding: 1px;
  border: solid 1px #f0f0f0;
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
}
.prod-info .prod-pix-box .prod-thumbs .prod-thumbs-item.active {
  border-color: #8b8684;
}
.prod-info .prod-pix-box .prod-thumbs .prod-thumbs-item .prod-thumbs-item-pix {
  width: 100%;
}
.prod-info .prod-video-icon {
  display: inline-block;
  vertical-align: middle;
  color: #FC0D1B;
}
.prod-info .prod-desc-video {
  display: inline-block;
  vertical-align: middle;
  color: #777;
  font-size: 14px;
  padding: 5px;
  line-height: 130%;
}
.prod-info .prod-video-button {
  display: inline-block;
  text-align: center;
  width: 90%;
  padding: 10px 15px;
  border: solid 1px #FC0D1B;
  border-radius: 50px;
  margin-top: 5px;
}
.prod-info .prod-text {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 30px;
  width: 30%;
  font-size: 14px;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
}
.prod-info .prod-text .prod-desc {
  margin: 10px 0px;
  line-height: 150%;
  font-size: 14px;
}
.prod-info .prod-text .prod-headline {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}
.prod-info .prod-text .prod-articil {
  color: #8b8684;
  font-size: 12px;
}
.prod-info .prod-text .prod-art-left {
  width: 57%;
  float: left;
  text-align: left;
}
.prod-info .prod-text .prod-cert-right {
  width: 42%;
  float: right;
  text-align: right;
}
.prod-info .prod-text .prod-cert-svg {
  width: 140px;
  max-width: 100%;
}
.prod-info .prod-text .prod-note {
  font-size: 12px;
  line-height: 120%;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  background-color: #8b8684;
  margin: 10px 0px;
}
.prod-info .prod-text .prod-price-box {
  margin-top: 30px;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
}
.prod-info .prod-text .prod-price-box .prod-price-box-request {
  font-size: 28px !important;
  line-height: 130%;
}
.prod-info .prod-text .prod-button {
  margin-top: 30px;
}
.prod-info .prod-text .prod-button .button-buy {
  width: auto;
  text-align: center;
}
.prod-info .prod-sale-price-box .prod-sale-price-box1 {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: right;
  padding: 2%;
}
.prod-info .prod-sale-price-box .prod-sale-price-box2 {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: left;
  padding: 2%;
}
@media (max-width: 768px) {
  .prod-info .prod-pix-box {
    width: 100%;
  }
  .prod-info .prod-pix-box .prod-thumbs {
    text-align: center;
  }
  .prod-info .prod-pix-box .prod-thumbs .prod-thumbs-item {
    width: 20%;
  }
  .prod-info .prod-pix-box .prod-slidexx {
    width: 100%;
  }
  .prod-info .prod-pix-box .prod-slidexx .prod-slidexx-item {
    display: inline-block;
    vertical-align: top;
    width: 110px;
  }
  .prod-info .prod-text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prod-info .prod-text .prod-articil {
    font-size: 16px;
  }
  .prod-info .prod-video-button {
    width: 95%;
  }
}
.tab-info {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 140%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #8b8684;
}
.tab-info tr {
  border-bottom: solid 1px #eeeded;
}
.tab-info tr:last-child {
  border: none;
}
.tab-info tr td {
  padding: 5px 10px 5px 0px;
}
.tab-info tr td:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .tab-info {
    font-size: 14px;
  }
}
.table-cart {
  width: 100%;
  font-weight: 200;
}
.table-cart .cart-preview {
  width: 50px;
  height: 50px;
}
.table-cart .button-cart {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin: 5px;
  color: #8b8684;
  border: solid 1px #8b8684;
  font-weight: 200;
}
.table-cart .button-cart:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.table-cart th {
  border-bottom: solid 1px #8b8684;
  text-align: left;
  padding-bottom: 5px;
}
.table-cart th.count {
  text-align: center;
}
.table-cart th.th-price {
  text-align: right;
  padding: 0px 15px;
}
.table-cart th.th-preview {
  width: 70px;
}
.table-cart tr {
  border-bottom: solid 1px #f5f5f5;
}
.table-cart tr td {
  padding: 15px 0px;
}
.table-cart tr td:first-child {
  padding-right: 5px;
}
.table-cart tr td.count {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}
.table-cart tr td.td-btn-munus {
  text-align: right;
}
.table-cart tr td.td-price {
  text-align: right;
  padding: 0px 10px;
  white-space: nowrap;
}
.table-cart tr.summary {
  border-bottom: solid 1px #8b8684;
  font-weight: normal;
}
@media (max-width: 481px) {
  .table-cart {
    font-size: 12px;
    line-height: 130%;
  }
  .table-cart .button-cart {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .table-cart .cart-preview {
    width: 30px;
    height: 30px;
  }
  .table-cart th.th-preview {
    width: 40px;
  }
}
.cart-small {
  font-size: 12px;
  line-height: 110%;
}
.prev-next {
  font-size: 0;
  margin-bottom: -5px;
}
.prev-next .prev-box,
.prev-next .next-box,
.prev-next .back-box {
  display: inline-block;
  width: 33.333%;
  font-size: 16px;
  font-weight: 200;
  height: 50px;
}
.prev-next .prev-box .prev-next-title,
.prev-next .next-box .prev-next-title,
.prev-next .back-box .prev-next-title {
  padding: 10px;
}
.prev-next .prev-box .prev-next-thumbs,
.prev-next .next-box .prev-next-thumbs,
.prev-next .back-box .prev-next-thumbs {
  width: 50px;
  height: 50px;
  padding: 2px;
  display: inline-block;
  position: relative;
}
.prev-next .prev-box .prev-next-thumbs img,
.prev-next .next-box .prev-next-thumbs img,
.prev-next .back-box .prev-next-thumbs img {
  width: 100%;
}
.prev-next .prev-box .prev-next-thumbs .prev-next-arr2,
.prev-next .next-box .prev-next-thumbs .prev-next-arr2,
.prev-next .back-box .prev-next-thumbs .prev-next-arr2 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 15px;
  height: 15px;
}
.prev-next .next-box {
  text-align: right;
}
.prev-next .back-box {
  text-align: center;
}
.prev-next .back-arr2 {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .prev-next .prev-box,
  .prev-next .next-box {
    font-size: 14px;
  }
  .prev-next .prev-box .prev-next-title,
  .prev-next .next-box .prev-next-title {
    display: none;
  }
}
@media (max-width: 481px) {
  .prev-next .prev-box,
  .prev-next .next-box {
    font-size: 14px;
  }
  .prev-next .prev-box .prev-next-title,
  .prev-next .next-box .prev-next-title {
    display: none;
  }
}
.prev-next2 {
  width: 100%;
  font-size: 14px;
}
.prev-next2 tr td {
  vertical-align: middle;
}
.prev-next2 .prev-next2-thumbs {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.prev-next2 .prev-next2-thumbs img {
  width: 100%;
}
.prev-next2 .prev-next2-thumbs .prev-next2-arr2 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 15px;
  height: 15px;
}
.prev-next2 .prev-next2-title {
  padding: 10px;
  display: inline-block;
  line-height: 130%;
  vertical-align: baseline;
}
.prev-next2 .back-arr2 {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .prev-next2 .prev-next2-prev,
  .prev-next2 .prev-next2-next {
    display: none;
  }
}
.top-light {
  background-color: #18130B;
  height: 600px;
  margin-top: -101px;
  text-align: center;
  overflow-x: hidden;
}
.top-light .top-light-pix {
  height: 600px;
}
@media (max-width: 768px) {
  .top-light {
    height: 400px;
  }
  .top-light .top-light-pix {
    height: 400px;
  }
}
@media (max-width: 481px) {
  .top-light {
    height: 200px;
  }
  .top-light .top-light-pix {
    height: 200px;
  }
}
.top-wide {
  margin-top: -101px;
  position: relative;
  background-size: cover;
  height: 600px;
}
.top-wide.top-wide-top {
  background-position: center top;
}
.top-wide.top-wide-bottom {
  background-position: center bottom;
}
.top-wide.top-wide-center {
  background-position: center center;
}
.top-wide .top-wide-box {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.top-wide .top-wide-box .top-wide-btn {
  border: solid 1px #000;
  color: #000;
  padding: 10px 20px;
  display: inline-block;
  font-size: 12px;
}
.top-wide .top-wide-box h1 {
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 40%;
  margin: 0 auto;
}
.top-wide .top-wide-box .top-wide-desc {
  margin-bottom: 70px;
  width: 40%;
  margin: 0 auto;
}
.top-wide .top-wide-box.white .top-wide-btn {
  border-color: #fff;
  color: #fff;
}
.top-wide .top-wide-box.white h1 {
  color: #fff;
}
.top-wide .top-wide-box.white .top-wide-desc {
  color: #fff;
}
.top-wide .top-wide-box.bej .top-wide-btn {
  border-color: #8b8684;
  color: #8b8684;
}
.top-wide .top-wide-box.bej h1 {
  color: #8b8684;
}
.top-wide .top-wide-box.bej .top-wide-desc {
  color: #8b8684;
}
@media (max-width: 768px) {
  .top-wide {
    height: 400px;
  }
  .top-wide .top-wide-box h1 {
    width: 50%;
    font-size: 22px;
    line-height: 130%;
  }
  .top-wide .top-wide-box .top-wide-desc {
    width: 50%;
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 481px) {
  .top-wide {
    height: 300px;
  }
  .top-wide .top-wide-box h1 {
    width: 70%;
    font-size: 18px;
  }
  .top-wide .top-wide-box .top-wide-desc {
    width: 70%;
    font-size: 12px;
  }
}
.pagination {
  font-size: 0;
  margin-bottom: 30px;
}
.pagination a,
.pagination a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-prev,
.pagination .page-next,
.pagination .page-nums {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 33.3%;
}
.pagination .page-prev a:hover,
.pagination .page-next a:hover,
.pagination .page-nums a:hover {
  color: #555;
}
.pagination .page-next {
  text-align: right;
}
.pagination .page-nums {
  text-align: center;
  font-size: 16px;
}
.pagination .page-nums a,
.pagination .page-nums a:visited {
  color: #777;
}
.pagination .page-nums a:hover,
.pagination .page-nums a:visited:hover {
  color: #8b8684;
}
.pagination .page-nums .page {
  padding: 0px 5px;
}
.pagination .page-short {
  display: none;
}
@media (max-width: 768px) {
  .pagination .page-nums .page-list {
    display: none;
  }
  .pagination .page-nums .page-short {
    display: inline-block;
  }
}
@media (max-width: 481px) {
  .pagination .page-short {
    display: inline-block;
  }
}
.subcat-list {
  margin: 20px 0;
  padding: 0;
  padding-top: 2px;
  overflow-x: hidden;
}
.subcat-list .subcat-item {
  list-style: none;
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em;
}
.subcat-list .subcat-item .subcat-link {
  padding: 6px 10px;
  border: solid 1px #8b8684;
  border-radius: 20px;
  font-size: 12px;
}
.subcat-list .subcat-item .subcat-link:hover {
  color: #fff;
  background-color: #8b8684;
}
@media (max-width: 481px) {
  .subcat-list {
    display: none;
  }
}
.paging-info {
  margin-top: -20px;
  font-size: 14px;
  text-align: center;
  color: #8b8684;
  display: none;
}
.paging-goto {
  margin-top: 0px;
  font-size: 14px;
  text-align: center;
  color: #777;
  display: none;
}
.paging-goto .paging-goto-curr {
  color: #777;
  width: 45px;
  display: inline-block;
  text-align: right;
}
.paging-goto a,
.paging-goto a:visited {
  display: inline-block;
  margin: 0 5px;
  color: #777;
  border-bottom: 1px dotted #aaa;
  line-height: 100%;
}
.paging-goto a.active,
.paging-goto a:visited.active {
  color: #8b8684;
  border-bottom: 1px dotted #8b8684;
}
#video-shadow {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 3100;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-over {
  display: table;
  width: 100%;
  height: 80vh;
}
.video-over .video-over-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  min-height: 100%;
}
#prod-video-code-h {
  display: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.opt-box {
  text-align: center;
  padding: 7px 5px 0px 5px;
  color: #8b8684;
}
.modal-bg {
  position: absolute;
  display: none;
  left: 0;
  top: 0px;
  z-index: 1200;
  height: 100vh;
  width: 100%;
  background-color: rgba(22, 22, 22, 0.9);
}
.modal-box {
  position: fixed;
  z-index: 1201;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #fff;
  border: solid 1px #8b8684;
  padding: 30px;
}
.modal-box .modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.modal-container {
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}
.modal-container h3 {
  margin-top: 0;
}
.modal-container .modal-col {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-bottom: 30px;
}
.modal-container .modal-col:nth-child(1) {
  margin-right: 5%;
}
@media (max-width: 768px) {
  .modal-box {
    width: 90%;
  }
  .modal-container {
    padding-top: 0px;
  }
  .modal-container .modal-col {
    margin-right: 0;
    margin-bottom: 0px;
    width: 100%;
  }
}
.ff2 label {
  font-size: 14px;
}
.ff2 input[type=radio],
.ff2 input[type=text],
.ff2 input[type=email] {
  margin-right: 5px;
  padding: 3px 5px;
}
.ff2 ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.ff2 ul li label {
  margin-top: 0;
}
.ff2 .helptext {
  font-size: 14px;
  line-height: 130%;
  display: inline-block;
  width: 90%;
}
.ff2 #id_i_agree {
  display: inline;
}
.ff2 label[for=id_i_agree] {
  display: none;
}
.ff2 ul.errorlist {
  margin-top: 3px;
  margin-bottom: 0;
}
.ff2 ul.errorlist li {
  color: #8b8684;
  font-size: 12px;
  line-height: 130%;
  font-weight: bold;
}
.ff2 .agree-help {
  font-size: 14px;
}
.ff2 .ff2-line {
  margin-bottom: 1em;
  display: block;
}
.ff2 .ff2-label {
  display: inline-block;
  vertical-align: top;
  width: 60px;
}
.ff2 .ff2-field {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.se-box {
  margin-left: -10px;
}
.se-50 {
  width: calc(49% - 10px);
}
.se-49 {
  width: calc(49% - 10px);
}
.se-25 {
  width: calc(25% - 12px);
}
.se-input {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 18px !important;
  border: solid 1px #8b8684;
  padding: 10px;
  font-size: 16px;
  color: #555;
  box-sizing: border-box;
  margin-bottom: 4px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.se-input:focus {
  outline: 0;
  border-color: #8b8684;
}
.se-btn {
  margin-left: 10px;
  border: solid 1px #8b8684;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #8b8684;
  box-sizing: border-box;
}
.se-btn:hover {
  background-color: #979391;
}
.se-style2,
.se-style21 {
  display: inline-block;
  vertical-align: top;
  width: calc(49% - 12px);
  padding: 0;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 18px !important;
  min-height: 39px;
  border: 1px solid #8b8684;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("../img/arrowdown2.svg") no-repeat 99% 50%;
  margin-bottom: 20px;
}
.se-style2 select {
  padding: 7px 12px;
  width: 110%;
  font-size: 16px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.se-style2 select option {
  font-size: 16px;
}
.se-style2 select:focus {
  outline: none;
  user-select: none;
}
.se-style2 select::-moz-focus-inner {
  border: 0;
}
.se-style21 {
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .se-style2 {
    width: calc(100% - 12px);
  }
  .se-50 {
    width: calc(100% - 10px);
  }
  .se-25 {
    width: calc(50% - 12px);
  }
}
.se-sub-box {
  margin-left: 10px;
  text-align: center;
  padding: 10px;
}
.se-help {
  font-size: 14px;
  line-height: 130%;
}
.se-help a {
  color: #777 !important;
  text-decoration: underline;
}
.se-help a:hover {
  color: #000;
}
.marquiz-custom-button {
  position: fixed;
  left: 0px;
  top: 200px;
  z-index: 8000;
  background-color: #8b8684;
  border: none;
  color: #fff;
  font-size: 13px;
  line-height: 110%;
  text-align: left;
  padding: 10px 18px;
  transform: rotate(90deg);
  transform-origin: bottom left;
  border-radius: 5px 5px 0 0;
  transition-property: background;
  transition-duration: 2s;
  transition-timing-function: ease-in;
}
.marquiz-custom-button-pulse {
  animation: pulse2 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
  background: #3d3a39;
  /* you need this to specify a color to pulse to */
}
@keyframes pulse2 {
  0% {
    background: #8b8684;
  }
  10% {
    background: #575352;
  }
  100% {
    background: #8b8684;
  }
}
.alertPulse-css {
  animation: alertPulse 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
  background: #000;
  /* you need this to specify a color to pulse to */
}
.button-box {
  text-align: center;
  margin-top: -20px;
}
.button-see-more {
  font-size: 16px;
  text-align: center;
  margin-bottom: 3%;
}
.button-see-more .button-see-more-button {
  display: inline-block;
  padding: 20px 30px;
  font-size: 12px;
  border: solid 1px #8b8684;
  text-transform: uppercase;
  color: #8b8684;
  font-weight: 200;
}
.button-see-more .button-see-more-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.down-tab {
  border-collapse: collapse;
  width: 100%;
}
.down-tab tr td {
  padding: 10px 10px 10px 0px;
  border-bottom: solid 1px #8b8684;
}
.down-tab tr:first-child td {
  border-top: solid 1px #8b8684;
}
.down-tab .down-td-preview {
  width: 220px;
}
.down-tab .down-td-link {
  text-align: right;
}
.down-tab .down-preview {
  max-width: 100%;
  width: 200px;
}
.down-tab .down-type {
  color: #8b8684;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 0.5em;
}
.box {
  line-height: 160%;
  padding: 20px 40px 20px 40px;
}
.box.text_page {
  padding-bottom: 0px;
  margin-bottom: -20px;
}
.box.bg-1 {
  background-color: #fff;
  color: #555;
}
.box.bg-2 {
  background-color: #000;
  color: #ddd;
}
.box.bg-3 {
  background-color: #555;
  color: #fff;
}
.box.bg-4 {
  background-color: #f5f5f5;
  color: #555;
}
.box.bg-41 {
  background-color: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5, #eeeeee);
  color: #555;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.box.bg-5 {
  background-color: #333;
  color: #f5f5f5;
}
.box.bg-6 {
  background-color: #E5EFF4;
  color: #333;
}
.box.bg-7 {
  background-color: #8b8684;
  color: #fff;
}
.box.bg-8 {
  background-color: #eeeded;
}
.box .inside {
  max-width: 980px;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 481px) {
  .box {
    padding: 20px 20px 20px 20px;
  }
  .box .inside h2 {
    font-size: 30px;
  }
}
.ul-nice ul {
  list-style-type: none;
  margin-left: 20px;
  padding-left: 0;
}
.ul-nice ul li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.5em;
}
.ul-nice ul li:before {
  content: '\2014\a0';
  float: left;
  margin-left: -1.4em;
  color: #8b8684;
}
.h01 h2 {
  font-family: GTWalsheimProMedium;
}
.h01 .h01-text {
  margin-top: -1em;
}
.t02 {
  margin-left: -50px;
  margin-bottom: 20px;
  *zoom: 1;
}
.t02:before,
.t02:after {
  display: table;
  content: "";
  line-height: 0;
}
.t02:after {
  clear: both;
}
.t02 .t02-text {
  float: left;
  box-sizing: border-box;
  width: 43%;
  margin-left: 50px;
  margin-bottom: 0em;
}
@media (max-width: 768px) {
  .t02 .t02-text {
    width: auto;
  }
}
.t03 {
  *zoom: 1;
}
.t03:before,
.t03:after {
  display: table;
  content: "";
  line-height: 0;
}
.t03:after {
  clear: both;
}
.t03 .t03-text {
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}
.t03 .t03-text.t03-up {
  margin-top: -50px;
}
@media (max-width: 768px) {
  .t03 .t03-text {
    font-size: 22px;
    line-height: 150%;
  }
}
@media (max-width: 481px) {
  .t03 .t03-text {
    font-size: 18px;
    line-height: 150%;
  }
}
.t04 {
  font-size: 24px;
  color: #777;
  line-height: 140%;
  width: 70%;
}
.t04 p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .t04 {
    font-size: 18px;
    width: auto;
  }
}
.t06 .t06-text,
.t06 .t06-img-box {
  display: inline-block;
  width: 75%;
  box-sizing: border-box;
  vertical-align: middle;
}
.t06 .t06-text {
  padding-right: 2em;
}
.t06 .t06-img-box {
  width: 23%;
}
.t06 .t06-img-box .t06-img {
  max-width: 90%;
  max-height: 90%;
  margin: 10px ;
  background-color: #fff;
  background: linear-gradient(to top, #f5f5f5, #eeeeee);
  padding: 25px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media (max-width: 768px) {
  .t06 h3 {
    font-size: 24px;
  }
  .t06 .t06-img-box .t06-img {
    padding: 15px;
  }
}
@media (max-width: 481px) {
  .t06 .t06-text {
    width: 100%;
    padding-right: 0;
  }
  .t06 .t06-img-box {
    display: none;
  }
}
.t07 .t07-text {
  width: 60%;
  padding-right: 6%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 180%;
}
.t07 .t07-headline {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.t07 h3 {
  font-size: 20px;
  line-height: 150%;
  margin-top: 0;
  padding-top: 15px;
  color: #555;
}
.t07 .t07-mobile {
  display: none;
}
@media (max-width: 768px) {
  .t07 h3 {
    font-size: 18px;
  }
  .t07 .t07-text {
    width: 70%;
    font-size: 14px;
  }
  .t07 .t07-headline {
    width: 20%;
  }
}
@media (max-width: 481px) {
  .t07 .t07-mobile {
    display: block;
  }
  .t07 .t07-headline {
    display: none;
  }
  .t07 .t07-text {
    width: auto;
    padding: 0;
  }
  .t07 h3 {
    line-height: 130%;
    font-size: 20px;
  }
}
.t08 {
  min-height: 600px;
  padding: 50px 0px;
}
.t08 h2 {
  font-size: 22px;
  line-height: 160%;
  color: #8b8684;
  text-align: center;
  padding: 20px 50px;
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
}
.t08 .t08-cols {
  margin-left: -5%;
  margin-bottom: 300px;
  margin-top: 40px;
  text-align: center;
}
.t08 .t08-cols .t08-text {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin-left: 5%;
  margin-bottom: 0em;
  box-sizing: border-box;
  text-align: left;
  padding: 20px;
  line-height: 200%;
  color: #aaa;
}
@media (max-width: 768px) {
  .t08 h2 {
    width: 100%;
    padding: 0px 50px;
  }
  .t08 .t08-cols {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .t08 .t08-cols .t08-text {
    width: auto;
    padding: 0px;
  }
}
@media (max-width: 481px) {
  .t08 h2 {
    font-size: 20px !important;
    padding: 10px;
  }
}
.l01 .list-item {
  padding: 0px 20px 0px 20px;
}
.l01 .list-item .list-num {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.l01 .list-item .list-num .num {
  width: 60px;
  height: 60px;
  border: solid 1px #777;
  color: #777;
  border-radius: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.l01 .list-item .list-text {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font-weight: 200;
}
.l01 .list-item .list-text h3 {
  margin-bottom: 0.1em;
}
@media (max-width: 768px) {
  .l01 .list-item {
    padding: 0;
  }
}
.l02 {
  padding: 30px 0px;
}
.l02 .l02-cols {
  margin-left: -50px;
  text-align: center;
}
.l02 .l02-cols .l02-col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-left: 50px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 180%;
  color: #fff;
  text-align: center;
}
.l02 .l02-cols .l02-col h3 {
  color: #000;
  font-size: 16px;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
.l02 .l02-cols .l02-col .l02-icon {
  width: 50px;
  height: 50px;
}
.l02 .l02-cols .l02-col .l02-header {
  display: block;
}
.l02 .l02-cols .l02-col .l02-text {
  display: block;
}
.l02 .l02-cols.onwhite .l02-col {
  color: #333;
}
.l02 .l02-cols.onwhite .l02-col h3 {
  color: #333;
}
.l02 h2 {
  font-size: 22px;
  line-height: 160%;
  color: #fff;
  text-align: center;
  padding: 20px 50px;
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
}
.l02 h2.bej {
  font-size: 22px;
  line-height: 160%;
  color: #8b8684;
  text-align: center;
  padding: 20px 50px;
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l02 .l02-cols {
    padding: 0;
    margin-left: 0px;
  }
  .l02 .l02-cols .l02-col {
    width: auto;
    margin-bottom: 3em;
    margin-left: 0px;
  }
  .l02 .l02-cols .l02-col .l02-header {
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
    padding-right: 5%;
  }
  .l02 .l02-cols .l02-col .l02-text {
    display: inline-block;
    vertical-align: bottom;
    width: 70%;
    padding-left: 3%;
    font-size: 15px;
    text-align: left;
    margin-bottom: -1em;
  }
}
@media (max-width: 481px) {
  .l02 .l02-cols {
    padding: 0;
    margin-left: 0px;
  }
  .l02 .l02-cols .l02-col {
    width: auto;
    margin-bottom: 3em;
    margin-left: 0px;
  }
  .l02 .l02-cols .l02-col .l02-header {
    display: inline-block;
    vertical-align: bottom;
    width: 25%;
    padding-right: 5%;
    font-size: 14px;
  }
  .l02 .l02-cols .l02-col .l02-header h3 {
    font-size: 14px !important;
  }
  .l02 .l02-cols .l02-col .l02-text {
    display: inline-block;
    vertical-align: bottom;
    width: 65%;
    padding-left: 3%;
    font-size: 13px;
    line-height: 140%;
    text-align: left;
    margin-bottom: -1em;
  }
}
.boxfull {
  font-weight: 200;
  line-height: 160%;
  padding: 0;
  background: #000;
  font-size: 0;
  color: #fff;
}
.boxfull .bf-left,
.boxfull .bf-right {
  box-sizing: border-box;
  width: 50%;
  font-size: 16px;
  line-height: 160%;
  display: inline-block;
  vertical-align: top;
  min-height: 70vh;
}
.boxfull .bf-left {
  text-align: right;
}
.boxfull .bf-left .bf-left-inside {
  display: inline-block;
  max-width: 430px;
  padding: 40px 50px 40px 40px;
  text-align: left;
}
.boxfull .bf-left .bf-left-inside h2 {
  text-align: left;
  padding-top: 0.5em;
  margin-top: 0;
}
.boxfull .bf-left .bf-left-inside p {
  display: block;
}
.boxfull .bf-right {
  background-position: center bottom;
  background-size: cover;
}
@media (min-width: 1200px) {
  .boxfull .bf-left .bf-left-inside {
    font-size: 18px;
    line-height: 160%;
  }
}
@media (max-width: 768px) {
  .boxfull .bf-left {
    width: 55%;
    text-align: left;
    min-height: 0;
  }
  .boxfull .bf-left .bf-left-inside {
    padding: 20px 20px 20px 40px;
    margin: 0;
    max-width: 100%;
    font-size: 14px;
  }
  .boxfull .bf-left .bf-left-inside p {
    padding-right: 20px;
  }
  .boxfull .bf-left .bf-left-inside h2 {
    font-size: 28px;
    text-align: left;
    padding-top: 0.9em;
    margin-top: 0;
  }
  .boxfull .bf-right {
    width: 45%;
  }
}
@media (max-width: 481px) {
  .boxfull .bf-left .bf-left-inside {
    font-size: 12px;
    line-height: 140%;
    padding: 20px 10px 20px 20px;
  }
  .boxfull .bf-left .bf-left-inside h2 {
    font-size: 22px;
  }
}
.boxfull2 {
  font-weight: 200;
  line-height: 160%;
  padding: 0;
  background: #f5f5f5;
  font-size: 0;
  color: #333;
}
.boxfull2 .bf2-left,
.boxfull2 .bf2-right {
  box-sizing: border-box;
  width: 50%;
  font-size: 16px;
  line-height: 160%;
  display: inline-block;
  vertical-align: top;
  min-height: 70vh;
}
.boxfull2 .bf2-right {
  text-align: left;
}
.boxfull2 .bf2-right .bf2-right-inside {
  display: inline-block;
  max-width: 430px;
  padding: 40px 50px 40px 40px;
  text-align: left;
}
.boxfull2 .bf2-right .bf2-right-inside h2 {
  text-align: left;
  padding-top: 0.5em;
  margin-top: 0;
}
.boxfull2 .bf2-right .bf2-right-inside p {
  display: block;
}
.boxfull2 .bf2-left {
  background-position: center bottom;
  background-size: cover;
}
@media (min-width: 1200px) {
  .boxfull2 .bf2-right .bf2-right-inside {
    font-size: 18px;
    line-height: 160%;
  }
}
@media (max-width: 768px) {
  .boxfull2 .bf2-right {
    width: 55%;
    text-align: left;
    min-height: 0;
  }
  .boxfull2 .bf2-right .bf2-right-inside {
    padding: 20px 20px 20px 40px;
    margin: 0;
    max-width: 100%;
    font-size: 14px;
  }
  .boxfull2 .bf2-right .bf2-right-inside p {
    padding-right: 20px;
  }
  .boxfull2 .bf2-right .bf2-right-inside h2 {
    font-size: 28px;
    text-align: left;
    padding-top: 0.9em;
    margin-top: 0;
  }
  .boxfull2 .bf2-left {
    width: 45%;
  }
}
@media (max-width: 481px) {
  .boxfull2 .bf2-right .bf2-right-inside {
    font-size: 12px;
    line-height: 140%;
    padding: 20px 10px 20px 20px;
  }
  .boxfull2 .bf2-right .bf2-right-inside h2 {
    font-size: 22px;
  }
}
.p01 {
  text-align: center;
}
.p01 .p01-col {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 40%;
  margin: 0 2em 3em 2em;
}
.p01 .p01-col .p01-img {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: solid 2px #14819E;
  margin-bottom: 0em;
}
.p01 .p01-col .p01-text h3 {
  text-align: center;
  margin-bottom: 0.2em;
  padding: 0;
}
.p01 .p01-col .p01-text h6 {
  margin: 0 0 0 0em;
  padding: 0;
  color: #555;
}
.p01 .p01-col .p01-text p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p01 .p01-col {
    width: auto;
  }
  .p01 .p01-col .p01-img {
    float: left;
    margin-right: 2em;
    margin-top: 1em;
    width: 80px;
    height: 80px;
  }
  .p01 .p01-col .p01-text {
    float: left;
    width: 70%;
  }
  .p01 .p01-col .p01-text h3 {
    text-align: left;
  }
  .p01 .p01-col .p01-text h6 {
    text-align: left;
  }
  .p01 .p01-col .p01-text p {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 481px) {
  .p01 .p01-col .p01-img {
    width: 80px;
    height: 80px;
    margin-right: 1em;
    margin-top: 1em;
  }
  .p01 .p01-col .p01-text {
    width: 80%;
  }
  .p01 .p01-col .p01-text p {
    font-size: 14px;
  }
}
.p02 {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  min-height: 70vh;
  margin-right: -40px;
  margin-left: -40px;
  margin-top: -20px;
  margin-bottom: -20px;
  /*
    .p02-vert {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
    */
}
.p02 a {
  text-decoration: underline;
  font-weight: bold;
}
.p02 h2 {
  color: #555;
  font-size: 40px;
  line-height: 120%;
  width: 60%;
  margin: 0.5em auto;
  text-align: center;
}
.p02 p {
  text-align: center;
  font-size: 22px;
  line-height: 140%;
  width: 60%;
  margin: 1em auto;
}
.p02 .item-wrapper {
  display: table;
  width: 100%;
  height: 90vh;
}
.p02 .item-wrapper .item-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}
.p02.onwhite h2 {
  color: #fff;
}
.p02.onwhite p {
  color: #fff;
}
.p02.onwhite a,
.p02.onwhite a:visited {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p02 {
    min-height: 40vh;
  }
  .p02 h2 {
    width: 90%;
    font-size: 32px;
  }
  .p02 p {
    width: 90%;
    font-size: 18px;
  }
  .p02 .item-wrapper {
    height: 80vh;
  }
  .p02 .item-wrapper .item-cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 481px) {
  .p02 {
    min-height: 60vh;
    margin: -20px;
  }
  .p02 h2 {
    width: 90%;
    font-size: 28px;
  }
  .p02 p {
    width: 80%;
    font-size: 16px;
  }
  .p02 .item-wrapper {
    height: 70vh;
  }
  .p02 .item-wrapper .item-cell {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
  }
}
.p03 .p03-img {
  width: 100%;
  max-width: 100%;
}
.p04 {
  margin-left: -5%;
  margin-bottom: -20px;
  font-size: 0;
}
.p04 .p04-item {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-left: 5%;
  margin-bottom: 5%;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #eee;
  position: relative;
}
.p04 .p04-item .p04-img {
  max-width: 100%;
}
.p04 .p04-item .p04-desc {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
}
.p04 .p04-item .p04-desc h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 0.4em;
}
@media (max-width: 768px) {
  .p04 {
    margin-left: -3%;
  }
  .p04 .p04-item {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
}
@media (max-width: 481px) {
  .p04 {
    margin-left: -3%;
  }
  .p04 .p04-item {
    width: 97%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
}
.p05 .p05-img-box {
  position: relative;
  width: 100%;
  background-color: #eee;
  margin-bottom: 30px;
}
.p05 .p05-img-box .p05-img {
  max-width: 100%;
}
.p05 .p05-img-box .p05-item {
  position: absolute;
  background-color: #F5F5F5;
  border-radius: 20px;
  width: 40%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  opacity: 80 / 100;
  filter: alpha(opacity=80);
}
.p05 .p05-img-box .p05-item .p05-num-box {
  margin-left: 0px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-color: #14819E;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
}
.p05 .p05-img-box .p05-item .p05-desc {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  width: 80%;
  line-height: 120%;
}
@media (max-width: 768px) {
  .p05 .p05-img-box .p05-item {
    opacity: 80 / 100;
    filter: alpha(opacity=80);
    font-size: 12px;
    line-height: 130%;
    padding: 5px 8px;
    border-radius: 10px;
  }
  .p05 .p05-img-box .p05-item .p05-num-box {
    display: none;
  }
  .p05 .p05-img-box .p05-item .p05-desc {
    padding-top: 7px;
    width: 95%;
  }
}
.p07 {
  height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  text-align: center;
  color: #fff;
}
.p07 h2 {
  margin-top: -50px;
  padding-top: 0;
}
.p07 .p07-text {
  height: 500px;
  text-align: center;
  margin: 0px auto;
  padding: 50px 20px 50px 20px;
  max-width: 600px;
  font-size: 20px;
  line-height: 140%;
}
.p07 .p07-text .p07-table {
  height: 400px;
}
.p07 .p07-text .p07-table .p07-td {
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 1200px) {
  .p07 {
    min-height: 650px;
  }
  .p07 h2 {
    font-size: 50px;
  }
  .p07 .p07-text {
    height: 650px;
  }
  .p07 .p07-text .p07-table {
    height: 650px;
  }
}
@media (max-width: 768px) {
  .p07 .p07-text {
    font-size: 16px;
  }
  .p07 .p07-text .p07-table {
    height: 100%;
  }
}
.p09 {
  padding-bottom: 20px;
}
.p09 .p09-img {
  width: 100%;
}
.fi01 .fi01-filebox {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  margin-right: 5%;
}
.fi01 .fi01-icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.fi01 .fi01-desc {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.fi01 .fi01-format {
  font-size: 14px;
  color: #777;
}
.fi01 .fi01-text {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .fi01 .fi01-filebox {
    width: 100%;
  }
  .fi01 .fi01-text {
    width: 100%;
    margin-left: 0;
  }
}
.vi01 {
  text-align: center;
  margin-bottom: 30px;
}
.vi01 .vi01-video {
  border-radius: 0px;
  margin: 0 auto;
}
.vi01 .vi01-desc {
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .vi01 {
    padding: 0;
  }
}
video {
  width: 100%;
}
.plyr--html5 {
  border-radius: 0px;
}
.team2-list {
  margin-left: -5%;
  box-sizing: border-box;
  font-size: 0;
  margin-top: 20px;
}
.team2-list .team2-headline {
  margin-left: 5%;
}
.team2-list .team2-headline h2 {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  padding-top: 0;
  font-size: 32px;
  font-weight: 200;
  color: #000;
}
.team2-list .team2-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  width: 20%;
  margin: 0px 0px 5% 5%;
  text-align: center;
}
.team2-list .team2-item .team2-img-box {
  margin-bottom: 15px;
}
.team2-list .team2-item .team2-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  padding-right: 1em;
  text-align: left;
  color: #777;
  line-height: 120%;
  font-size: 14px;
  margin-bottom: 0em;
}
.team2-list .team2-item .teem2-mail,
.team2-list .team2-item .team2-desc {
  color: #8b8684;
  font-size: 13px;
  text-align: left;
  margin-top: -5px;
}
.team2-list .team2-item .teem2-mail a,
.team2-list .team2-item .team2-desc a {
  text-decoration: underline;
}
.team2-list .team2-item .teem2-mail p,
.team2-list .team2-item .team2-desc p {
  margin-top: 0;
  line-height: 130%;
}
.team2-list .team2-item .teem2-mail p a,
.team2-list .team2-item .team2-desc p a {
  text-decoration: underline;
}
.team2-list .team2-item .team2-preview {
  max-width: 100%;
}
.prod-banner {
  width: 100%;
  margin-bottom: 5%;
}
.prod-banner .prod-banner-pix {
  max-width: 100%;
  width: 100%;
}
.cl01 {
  font-size: 0;
}
.cl01 img {
  max-width: 100%;
  width: 100%;
}
.cl01 .cl01-big {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  margin-right: 5%;
  background-color: #ccc;
}
.cl01 .cl01-thumb {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.cl01 .cl01-thumb .cl01-pic2,
.cl01 .cl01-thumb .cl01-pic3 {
  width: 100%;
  margin-bottom: 16.5%;
  background-color: #ccc;
}
.cl01 .cl01-thumb .cl02-pic3 {
  margin-bottom: 0px;
}
.cl01 .cl01-texts {
  width: 105%;
  margin-left: -5%;
  margin-bottom: 5%;
}
.cl01 .cl01-texts .cl01-titem {
  display: inline-block;
  vertical-align: top;
  width: 28.4%;
  margin-left: 5%;
  line-height: 150%;
  margin-top: -1.9em;
}
.cl01 .cl01-texts .cl01-titem h3,
.cl01 .cl01-texts .cl01-titem h4,
.cl01 .cl01-texts .cl01-titem h5 {
  padding-top: 0;
  margin-top: 0;
}
.cl01 .cl01-texts .cl01-titem.cl01-titem-last {
  width: 27.9%;
}
@media (max-width: 768px) {
  .cl01 .cl01-big {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .cl01 .cl01-thumb {
    width: 105%;
    margin-left: -5%;
    margin-bottom: 0%;
  }
  .cl01 .cl01-thumb .cl01-pic2,
  .cl01 .cl01-thumb .cl01-pic3 {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
    margin-bottom: 0;
  }
  .cl01 .cl01-texts .cl01-titem {
    width: 45%;
    line-height: 150%;
    margin-top: -1.1em;
  }
  .cl01 .cl01-texts .cl01-titem.cl01-titem-last {
    display: none;
  }
}
.p071 {
  margin-bottom: 2em;
}
.p071 .p071-img {
  width: 100%;
  max-width: 100%;
}
.p071 .p071-text {
  font-size: 14px;
  line-height: 150%;
  padding-top: 0.4em;
  padding-bottom: 10px;
  text-align: center;
  margin: 0 auto;
  color: #777;
  max-width: 30em;
}
.cl02 {
  margin-left: -5%;
  width: 105%;
  font-size: 0;
}
.cl02 .cl02-item {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 5%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
}
.cl02 .cl02-item .cl02-desc {
  padding-top: 0.7em;
  max-width: 30em;
  text-align: center;
  margin: 0 auto;
  color: #777;
}
.cl02 .cl02-item img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .cl02 {
    width: 100%;
    margin-left: 0;
  }
  .cl02 .cl02-item {
    width: 100%;
    margin-left: 0;
    line-height: 150%;
  }
}
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) 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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  cursor: hand;
  outline: none;
  /*
    &:active, &:hover {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    */
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 1000;
  height: 50px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/*
.slick-prev:before, .slick-next:before {
    font-family: @slick-font-family;
    font-size: 20px;
    line-height: 1;
    color: @slick-arrow-color;
    opacity: @slick-opacity-default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: 25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "url(/static/img/arrow-right.png)";
}
.slick-next {
  right: 25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "url(/static/img/arrow-right.png)";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #8b8684;
  opacity: 0.75;
}
.prod-slidexx .slick-current .prod-slidexx-item {
  background-color: #000;
  opacity: 0.3;
}
.blog-list {
  margin-left: -5%;
  box-sizing: border-box;
  font-size: 0;
  margin-top: 20px;
}
.blog-list .blog-list-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  width: 45%;
  margin: 0px 0px 5% 5%;
}
.blog-list a {
  text-decoration: none;
  color: #333;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
}
.blog-list .blog-list-item-preview {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  border: none;
}
.blog-list .blog-list-item-date {
  font-size: 12px;
  color: #777;
}
.blog-list .blog-list-item-desc {
  font-size: 16px;
  color: #777;
  margin-top: 0.2em;
}
.blog-list .blog-list-item-title {
  box-sizing: border-box;
  text-align: left;
  font-size: 20px;
  line-height: 130%;
  margin-top: 0.6em;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blog-list .blog-list-item .blog-list-item-title {
    font-size: 20px;
  }
}
@media (max-width: 481px) {
  .blog-list .blog-list-item {
    width: 100%;
  }
}
.imenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
.imenu .imenu-item {
  width: calc(12.5% - 10px);
  text-align: center;
  padding: 0px 5px;
  margin-bottom: 1.5em;
}
.imenu .imenu-icon {
  width: 80px;
}
.imenu .imenu-text {
  font-size: 12px;
  line-height: 130%;
  max-width: 8em;
  margin: 0 auto;
  padding-top: 0.2em;
}
.imenu a.imenu-link {
  color: #555 !important;
  text-decoration: none;
}
.imenu a.imenu-link:visited {
  color: #555 !important;
}
.imenu a.imenu-link:hover {
  color: #8b8684;
}
.imenu a.imenu-link:hover .imenu-text {
  color: #8b8684;
}
@media (max-width: 768px) {
  .imenu {
    flex-wrap: wrap;
  }
  .imenu .imenu-item {
    width: calc(25% - 10px);
  }
  .imenu .imenu-text {
    font-size: 12px;
    line-height: 130%;
  }
  .imenu .imenu-icon {
    width: 60px;
  }
}
@media (max-width: 481px) {
  .imenu {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .imenu .imenu-icon {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .hide-md {
    display: none;
  }
}
@media (max-width: 481px) {
  .hide-sm {
    display: none;
  }
}
.rubi-box {
  background: #eee;
}
.rubi-list {
  background: #eee;
  margin-top: 20px;
  padding: 30px;
  font-size: 1.2em;
}
.rubi-list a.rubi-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 45%;
  margin: 1em 0px 1em 1em;
  padding-left: 2em;
  position: relative;
}
.rubi-list a.rubi-item .rubi-icon {
  position: absolute;
  top: -0.3em;
  left: -0.5em;
  width: 2em;
  height: 2em;
}
.subvar {
  list-style: none;
  margin: 0;
  margin-top: 0px;
  padding: 0;
  padding-top: 10px;
  text-decoration: none;
}
.subvar .subvar-item {
  margin-bottom: 1.2em;
  line-height: 120%;
  padding-left: 75px;
  position: relative;
  min-height: 55px;
}
.subvar .subvar-item .subvar-art {
  font-size: 11px;
  color: #555;
}
.subvar .subvar-item .subvar-price {
  font-size: 14px;
  color: #555;
  margin-top: 3px;
}
.subvar .subvar-item .subvar-pix {
  width: 55px;
  height: 55px;
}
.subvar .subvar-item .subvar-pix-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 55px;
  padding-left: 5px;
  border-left: solid 5px #fff;
}
.subvar .subvar-item:hover a:link,
.subvar .subvar-item:hover a:visited {
  color: #000;
}
.subvar .subvar-item:hover .subvar-pix-box {
  border-left: solid 5px #000;
}
.subvar .subvar-item.active .subvar-pix-box {
  border-left: solid 5px #8b8684;
}
.price-sale-box {
  text-align: center;
}
.price-old {
  text-decoration: line-through;
  color: #555;
}
.price-sale {
  padding: 2px 4px;
  font-size: 11px;
  color: #fff;
  background-color: #8b8684;
}
.prod-nb3 {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.prod-nb3 h4 {
  font-size: 16px;
}
.prod-nb3 ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.prod-nb3 ul li {
  padding-left: 4em;
  position: relative;
  line-height: 140%;
  margin-bottom: 1.7em;
}
.prod-nb3 ul li .prod-nb3-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
}
.prod-headline-h22 {
  font-size: 19px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 0;
  margin-top: 20px;
  padding-bottom: 0;
}
#cookie-law {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eee;
  z-index: 3200;
}
#cookie-law .cookie-box {
  max-width: 960px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-content: top;
  flex-direction: row;
}
#cookie-law .cookie-btn-box {
  padding-top: 0.5em;
  padding-left: 2em;
}
#cookie-law .cookie-btn {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  #cookie-law .cookie-box {
    flex-direction: column;
  }
  #cookie-law .cookie-box .cookie-text {
    font-size: 14px;
    line-height: 140%;
  }
  #cookie-law .cookie-btn-box {
    padding-top: 1.6em;
    padding-left: 0em;
  }
}
@media (max-width: 481px) {
  #cookie-law .cookie-box {
    padding: 20px;
  }
  #cookie-law .cookie-box .cookie-text {
    font-size: 13px;
    line-height: 140%;
  }
}
