/* placeholder */
.header__inner, .top-line__inner, .header.is_stuck .header__inner, .order__form-group, .checkout-options__fieldset .form-group, .checkout-options .checkout-options-brand, .checkout-options .panel--sh-method .checkout-options__label, .lengths-carousel .slick-dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.product-carousel-0 .carousel-item__prev-wrap,
.product-carousel-1 .carousel-item__prev-wrap,
.product-carousel-2 .carousel-item__prev-wrap, .product-carousel-nav .carousel-item__tcell, .contact-form__mess {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.fill-panel-list, .fill-card-list, .product-list, .contact-address__list, .card-list-sect--about .card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fill-panel-list__item, .fill-card-list__item, .card-list-sect--about .card-list__item {
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex; }

/* transition */
.header-menu__link:active, .header-menu__link:focus, .header-menu__link:hover, [class*="button--c-"]:after, .button, .icon-m-menu, .selectric-wrapper .selectric-items, .selectric-wrapper .button, [class^="icon-"]:before, [class*=" icon-"]:before, .a-ratio__el--anim, .fill-card-sect--info .fill-card__bottom, .header-menu__link, .header, .net-bar__icon, .pagination__btn, .popup, .product-list__item:active .product-list-info__title, .product-list__item:focus .product-list-info__title, .product-list__item:hover .product-list-info__title, .product-list__top:after, .option__label, .product-gallery .range-slider__button, .mob-group__button, .color-select, .product-result .button-result:after, .carousel-landing__title, .carousel-landing__button, .checkout-options .panel__title:after, .contact-form__inner, .contact-form__mess--show, .tab-toggle--active, .tab-table td, .tab-table tr:first-child td:before {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.a-ratio__el--anim {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000; }

/*link*/
.header-menu__link:before, .sub-menu__link:before, .sub-menu-list__link:before, .tab-toggle__text:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #ebe1e1;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.header-menu__link:active:before, .sub-menu__link:active:before, .sub-menu-list__link:active:before, .tab-toggle__text:active:before, .header-menu__link:focus:before, .sub-menu__link:focus:before, .sub-menu-list__link:focus:before, .tab-toggle__text:focus:before, .header-menu__link:hover:before, .sub-menu__link:hover:before, .sub-menu-list__link:hover:before, .tab-toggle__text:hover:before {
  width: 100%;
  opacity: 1; }

.header-menu__link:active, .header-menu__link:focus, .header-menu__link:hover {
  color: #807d7c; }

@font-face {
  font-family: 'Questrial-Regular';
  src: url("../Questrial-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Questrial-Regular.woff") format("woff"), url("../font/Questrial-Regular.ttf") format("truetype"), url("../font/Questrial-Regular.svg#Questrial-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?fuow8s");
  src: url("../font/icomoon.eot?fuow8s#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?fuow8s") format("truetype"), url("../font/icomoon.woff?fuow8s") format("woff"), url("../font/icomoon.svg?fuow8s#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

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

html {
  font-family: sans-serif;
  height: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased; }

@-ms-viewport {
  width: device-width; }

body {
  font-family: "Questrial-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.42857;
  overflow-x: hidden;
  min-height: 100%;
  color: black;
  background-color: white;
  padding: 0; }

[tabindex='-1']:focus {
  outline: none !important; }

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

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

/* type */
address {
  font-style: normal;
  line-height: inherit; }

blockquote {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal; }

p {
  margin-top: 0;
  margin-bottom: 15px; }

/* list */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* link */
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: black;
  text-decoration: none;
  vertical-align: baseline;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none; }

a:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit; }

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit; }

a:not([href]):not([tabindex]):focus {
  outline: none; }

/* form */
input,
button,
select,
optgroup,
textarea,
textarea [contenteditable] {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

option,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

input[type='file'] {
  display: block; }

input[type='range'] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type='radio']:disabled,
input[type='checkbox']:disabled {
  cursor: not-allowed; }

textarea {
  overflow: auto;
  resize: vertical; }

button:focus,
button:active,
textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
  outline-width: 0; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* custom style */
[class*="button--c-"] {
  position: relative;
  text-decoration: none !important; }
  [class*="button--c-"]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    opacity: 0; }
  [class*="button--c-"]:active:after, [class*="button--c-"]:focus:after, [class*="button--c-"]:hover:after {
    width: 100%;
    opacity: 1; }

.button--c-b[class*="button--c-"] {
  border-color: black;
  color: black; }
  .button--c-b[class*="button--c-"]:after {
    background-color: black; }
  .button--c-b:active[class*="button--c-"], .button--c-b:focus[class*="button--c-"], .button--c-b:hover[class*="button--c-"] {
    color: white; }

.button--c-w[class*="button--c-"] {
  border-color: white;
  color: white; }
  .button--c-w[class*="button--c-"]:after {
    background-color: white; }
  .button--c-w:active[class*="button--c-"], .button--c-w:focus[class*="button--c-"], .button--c-w:hover[class*="button--c-"] {
    color: black; }

.button--c-g[class*="button--c-"] {
  border-color: #ebe1e1;
  background-color: #ebe1e1; }
  .button--c-g[class*="button--c-"]:after {
    background-color: #807d7c; }
  .button--c-g:active[class*="button--c-"], .button--c-g:focus[class*="button--c-"], .button--c-g:hover[class*="button--c-"] {
    color: white;
    border-color: #807d7c;
    -webkit-transition: border-color .8s ease-out;
    transition: border-color .8s ease-out; }

.button--c-tr[class*="button--c-"] {
  border-color: #cbcbcb;
  background-color: transparent; }
  .button--c-tr[class*="button--c-"]:after {
    background-color: #807d7c; }
  .button--c-tr:active[class*="button--c-"], .button--c-tr:focus[class*="button--c-"], .button--c-tr:hover[class*="button--c-"] {
    color: white;
    border-color: #807d7c;
    -webkit-transition: border-color .8s ease-out;
    transition: border-color .8s ease-out; }

.button {
  font-size: 18px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .button {
      font-size: 13px; } }

[class*="button--c-"] .button__text {
  position: relative;
  z-index: 1000;
  display: inline-block;
  vertical-align: middle; }

/* table */
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

/* embedded */
output,
iframe,
svg,
canvas {
  display: inline-block;
  vertical-align: middle; }

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

/* print */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  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; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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; }

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0; }

.tablesaw * {
  box-sizing: border-box; }

.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.tablesaw-btn {
  color: #1c95d4; }

.tablesaw-btn:hover {
  text-decoration: none; }

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-btn:active {
  background-color: #ddd; }

@supports (box-shadow: none) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none; }
  .tablesaw-btn:focus {
    box-shadow: 0 0 .35em #4faeef !important; } }

.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent; }

.tablesaw-btn select option {
  background: #fff;
  color: #000; }

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em; }

.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em; }

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em; }

.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0; }

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em; }

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em; }

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0; }

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0; }

.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
  text-indent: -9999px; }

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute; }

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none; }

/* Table Toolbar */
.tablesaw-bar {
  clear: both; }

.tablesaw-bar * {
  box-sizing: border-box; }

.tablesaw-bar-section {
  float: left; }

.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase; }

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em; }

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0; }

/* TODO */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em; }

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0; }

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em; }

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent; }

.tablesaw-bar-section ~ table {
  clear: both; }

.tablesaw-bar-section .abbreviated {
  display: inline; }

.tablesaw-bar-section .longform {
  display: none; }

@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none; }
  .tablesaw-bar-section .longform {
    display: inline; } }

.tablesaw th,
.tablesaw td {
  padding: .5em .7em;
  text-align: left;
  vertical-align: middle; }

.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: .5em .7em; }

.tablesaw thead th {
  text-align: left; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf; }

/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8; }

.tablesaw caption {
  text-align: left;
  margin: .59375em 0; }

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de; }

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px; }

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both; }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf; }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%; }
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.tablesaw-fix-persist {
  table-layout: fixed; }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none; } }

.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */ }

.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */ }

/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */ }

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em; }

.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1; }

.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none; } }

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0; }

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none; }

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell; } }

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell; } }

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell; }
  .tablesaw-columntoggle tbody td {
    line-height: 2; } }

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell; } }

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell; } }

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell; } }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none; }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell; } }

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default; }

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em; }

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top; }

/* Override */
.tablesaw .tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit; }

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em; }

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020"; }

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191"; }

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193"; }

.tablesaw-advance {
  float: right; }

.tablesaw-advance.minimap {
  margin-right: .4em; }

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em; }

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block; }

.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none; }

/* slicknav */
.slicknav_menu {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1060;
  background-color: white; }
  @media (min-width: 768px) {
    .slicknav_menu {
      display: none; } }
  .slicknav_menu .sub-menu {
    position: static;
    display: block;
    margin-bottom: 3.5%; }
  .slicknav_menu .slicknav_icon,
  .slicknav_menu .slicknav_icon-bar {
    display: none; }

.slicknav_btn {
  display: none; }

.slicknav_nav {
  position: relative;
  top: 0;
  z-index: 1060;
  background: white;
  max-height: 700px;
  overflow-y: auto;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }
  .slicknav_nav .header-menu__link {
    padding: 0; }
  .slicknav_nav > .header-menu__item {
    padding: 0 5%; }
    .slicknav_nav > .header-menu__item > a {
      position: relative;
      font-size: 22px;
      line-height: 1.15;
      padding: 15px 0;
      border-top: 1px solid #cdcdcd;
      text-align: center;
      text-decoration: none !important; }
    .slicknav_nav > .header-menu__item:first-child > a {
      border: none; }
  .slicknav_nav .slicknav_arrow {
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    display: block; }

.slicknav_collapsed .slicknav_arrow:before {
  content: '\e90e'; }

.slicknav_open .slicknav_arrow:before {
  content: '\e911'; }

/* mob-menu-button */
.mob-menu-button {
  position: relative;
  text-decoration: none !important; }
  .mob-menu-button:after {
    border-color: rgba(255, 255, 255, 0) !important;
    border-bottom-color: white !important;
    border-width: 10px !important;
    margin-left: -10px; }
  .mob-menu-button:before {
    border-color: rgba(205, 205, 205, 0) !important;
    border-bottom-color: #cdcdcd !important;
    border-width: 11px !important;
    margin-left: -11px; }
  .mob-menu-button:after, .mob-menu-button:before {
    bottom: -11px;
    left: 17px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1070;
    background-color: transparent; }
    @media (min-width: 576px) {
      .mob-menu-button:after, .mob-menu-button:before {
        left: 54%; } }

.icon-m-menu {
  font-size: 40px; }

.mob-menu-button--active .icon-m-menu {
  left: 5.5%; }
  .mob-menu-button--active .icon-m-menu:before {
    content: '\e912'; }

.mob-menu-open {
  overflow: hidden; }
  .mob-menu-open .mob-menu-button:before,
  .mob-menu-open .mob-menu-button:after {
    content: " "; }

/* selectric */
.selectric-wrapper .selectric-items li.highlighted {
  background: #f3f6f6; }

.selectric-wrapper .highlighted {
  padding: 0 10px; }

.selectric-wrapper .selectric-items {
  border-color: #bbbab9;
  background-color: white;
  opacity: 0; }
  .selectric-wrapper .selectric-items li {
    background-color: white;
    text-align: left;
    padding: 7px 15px;
    font-size: 16px; }
    .selectric-wrapper .selectric-items li:first-child {
      border: none; }
    .selectric-wrapper .selectric-items li:hover {
      background: #f3f6f6; }

.selectric-wrapper .selectric {
  background-color: transparent; }

.selectric-wrapper .label {
  font-size: 16px;
  line-height: 38px;
  margin: 0;
  padding: 0 15px;
  height: auto; }

.selectric-wrapper .button {
  right: 10px;
  left: auto;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none; }
  .selectric-wrapper .button:before {
    content: "\e90e";
    font-size: 16px;
    color: black;
    line-height: 16px; }
  .selectric-wrapper .button:after {
    display: none !important; }

.selectric-wrapper.selectric-open .button:before {
  content: '\e911'; }

.selectric-wrapper.selectric-open .selectric-items {
  border-color: #bbbab9;
  background-color: white;
  opacity: 1; }

/* carousel */
.slick-dots {
  display: block !important;
  margin-top: 35px;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
    .slick-dots li:first-child {
      margin-left: 0; }
  .slick-dots button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 3px solid #807d7c;
    background-color: white;
    color: transparent; }
  .slick-dots .slick-active button {
    background-color: #ebe1e1; }

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1000;
  border: none;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  overflow: hidden;
  margin: auto; }
  .slick-arrow:before {
    font-size: 32px;
    color: #807d7c; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
  color: black; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\e90f'; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\e910'; }

/* sticky */
.sticky {
  position: fixed;
  z-index: 101; }

.stop {
  position: relative;
  z-index: 101; }

/*stacktable*/
.stacktable {
  width: 100%; }

.st-head-row {
  padding-top: 1em; }

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0; }

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%; }

.st-val {
  width: 49%;
  padding-left: 1%; }

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none; }
  .stacktable.small-only {
    display: table; } }

/* icon */
.slicknav_nav .slicknav_arrow:before, .selectric-wrapper .button:before, .slick-arrow:before, [class^="icon-"], [class*=" icon-"], .footer-menu__title:before, .product-filter-body__title:after, .product-option .link-info:before, .checkout-options .icheckbox.checked:before, .tablesaw-bar a.tablesaw-btn:after {
  position: relative;
  font-family: 'icomoon' !important;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  speak: none;
  position: relative;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chat:before,
.icon-m-chat:before {
  content: "\e900"; }

.icon-email:before,
.icon-m-email:before {
  content: "\e901"; }

.icon-bag:before {
  content: "\e902"; }

.icon-account:before {
  content: "\e903"; }

.icon-phone:before {
  content: "\e906"; }

.icon-search:before {
  content: "\e907"; }

.icon-m-cart:before {
  content: "\e908"; }

.icon-m-info:before {
  content: "\e909"; }

.icon-m-menu:before {
  content: "\e90a"; }

.icon-m-phone:before {
  content: "\e90b"; }

.icon-m-search:before {
  content: "\e90c"; }

.icon-accept:before {
  content: "\e90d"; }

.icon-arrow-down:before {
  content: "\e90e"; }

.icon-arrow-left:before {
  content: "\e90f"; }

.icon-arrow-right:before {
  content: "\e910"; }

.icon-arrow-up:before {
  content: "\e911"; }

.icon-close:before {
  content: "\e912"; }

.icon-facebook:before {
  content: "\e913"; }

.icon-google:before {
  content: "\e914"; }

.icon-instagram:before {
  content: "\e915"; }

.icon-pinterest:before {
  content: "\e916"; }

.icon-twitter:before {
  content: "\e917"; }

.icon-p-certificate:before {
  content: "\e918"; }

.icon-p-gift:before {
  content: "\e919"; }

.icon-p-returns:before {
  content: "\e91a"; }

.icon-p-shipping:before {
  content: "\e91b"; }

.icon-filters:before {
  content: "\e91c"; }

.icon-lock:before {
  content: "\e91d"; }

.icon-trash:before {
  content: "\e91e"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-full:before {
  content: "\e9d9"; }

@media (min-width: 768px) {
  [class*="icon-m"] {
    display: none; } }

@media (max-width: 767px) {
  .icon-d {
    display: none; } }

.icon-p-certificate:before,
.icon-p-gift:before,
.icon-p-returns:before,
.icon-p-shipping:before,
.icon-m-search:before,
.icon-m-phone:before,
.icon-m-menu:before,
.icon-m-info:before,
.icon-m-email:before,
.icon-m-chat:before,
.icon-m-cart:before {
  color: #807d7c; }

.icon-mark {
  background-image: url("../img/contact/icon-mark.png");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 27px; }

[class*="icon-fp"] {
  height: 48px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.icon-fp-1 {
  background-image: url("../img/fill-card/icon-fp-1.png");
  width: 48px; }

.icon-fp-2 {
  background-image: url("../img/fill-card/icon-fp-2.png");
  width: 49px; }

.icon-fp-3 {
  background-image: url("../img/fill-card/icon-fp-3.png");
  width: 43px; }

.icon-fp-4 {
  background-image: url("../img/fill-card/icon-fp-4.png");
  width: 51px; }

.icon-fp-5 {
  background-image: url("../img/fill-card/icon-fp-5.png");
  width: 47px; }

[class*="icon-fc"] {
  overflow: hidden;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat; }

.icon-fc-1 {
  background-image: url("../img/fill-card/icon-fc-1.png");
  background-size: 58px 75px; }

.icon-fc-2 {
  background-image: url("../img/fill-card/icon-fc-2.png");
  background-size: 67px 75px; }

.icon-fc-3 {
  background-image: url("../img/fill-card/icon-fc-3.png");
  background-size: 73px 56px;
  background-position: center left 5px; }

.icon-fc-4 {
  background-image: url("../img/fill-card/icon-fc-4.png");
  background-size: 73px 55px; }

.icon-dislike,
.icon-like {
  width: 21px;
  height: 19px;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.icon-dislike {
  background-image: url("../img/testimony/icon-dislike.png"); }

.icon-like {
  background-image: url("../img/testimony/icon-like.png"); }

/* address */
.address {
  font-size: 14px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .address {
      margin-bottom: 50px; } }
  .address--footer {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .address--footer {
        margin-bottom: 10px;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .address--footer {
        text-align: left;
        margin-bottom: 50px; } }
    .address--footer br {
      display: none; }
      @media (min-width: 768px) {
        .address--footer br {
          text-align: left;
          display: inline; } }

/*banner-descrp*/
.banner-descrp {
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 575px) {
    .banner-descrp {
      padding-right: 6.7%; } }
  .banner-descrp--center {
    text-align: center; }
  .banner-descrp--right {
    text-align: right; }
  .banner-descrp--c-w {
    color: white; }
  .banner-descrp__wrap {
    position: relative;
    display: inline-block; }
  .banner-descrp__title {
    font-size: 32px; }
  .banner-descrp__text {
    letter-spacing: 1.4px; }
    .banner-descrp__text:last-child {
      margin-bottom: 0; }
  .banner-descrp__button {
    padding: 13px 50px; }

/* banner */
.banner {
  overflow: hidden;
  position: relative; }
  .banner__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 50%;
    display: table;
    margin: auto;
    width: 100%; }
    .banner__inner--right {
      left: auto; }
      @media (min-width: 768px) {
        .banner__inner--right {
          right: -20%; } }
    .banner__inner--b-left {
      top: auto;
      right: auto;
      height: auto; }
    @media (max-width: 575px) {
      .banner__inner--static {
        position: static;
        color: black; } }
  .banner__img-wrap--right {
    text-align: center; }
    .banner__img-wrap--right .banner__img {
      top: 0;
      left: 0;
      position: absolute; }
      @media (min-width: 576px) {
        .banner__img-wrap--right .banner__img {
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; } }
  .banner__img {
    display: block; }
    @media (max-width: 767px) {
      .banner__img {
        width: 100%; } }
  .banner--c-0 {
    background-color: #ebe1e1; }
  .banner--c-1 {
    background-color: #f3f6f6; }
  .banner--c-17 {
    background-color: #fbfbfd; }
  @media (max-width: 991px) {
    .banner--text {
      padding: 0;
      height: auto; } }
  @media (min-width: 992px) {
    .banner--text {
      position: relative;
      height: 0;
      padding-bottom: 100%; } }
  @media (max-width: 991px) {
    .banner--text .banner__inner {
      position: static; } }
  @media (min-width: 992px) {
    .banner--text-low {
      padding-bottom: 25%; } }
  @media (min-width: 992px) {
    .banner--text-medium {
      padding-bottom: 50%; } }
  @media (min-width: 992px) {
    .banner--text-high {
      padding-bottom: 70%; } }
  @media (min-width: 992px) {
    .banner--text-full {
      padding-bottom: 100%; } }
  .banner--main .banner-descrp {
    text-align: center; }
    @media (max-width: 767px) {
      .banner--main .banner-descrp {
        display: block; } }
    .banner--main .banner-descrp__wrap {
      max-width: 100%; }
    .banner--main .banner-descrp__title {
      font-size: 38px;
      letter-spacing: 1.3px; }
    .banner--main .banner-descrp__text {
      margin-bottom: 30px;
      max-width: 100%; }
    .banner--main .banner-descrp__button {
      border-width: 1px;
      margin-bottom: 30px; }
    .banner--main .banner-descrp__link {
      text-decoration: underline; }
      .banner--main .banner-descrp__link:hover {
        text-decoration: none; }
  @media (max-width: 767px) {
    .banner--main .banner__inner {
      position: static;
      display: block;
      background-color: #ebe1e0;
      padding: 40px;
      transform: none;
      text-align: center; } }
  @media (max-width: 575px) {
    .banner--wide .banner-descrp {
      padding: 40px;
      text-align: left;
      color: black; } }
  @media (min-width: 576px) {
    .banner--wide .banner-descrp__text {
      margin-right: auto;
      margin-left: auto; } }
  @media (max-width: 575px) {
    .banner--wide .banner-descrp__button {
      color: black;
      border-color: black; } }
  @media (max-width: 767px) {
    .banner--top {
      padding-top: 20px; } }
  .banner--top .banner-descrp {
    position: relative;
    padding: 0 15px; }
    @media (min-width: 576px) {
      .banner--top .banner-descrp {
        padding: 0; } }
    .banner--top .banner-descrp__title {
      font-size: 35px;
      line-height: 1.33;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .banner--top .banner-descrp__title {
          font-size: 43px;
          letter-spacing: 1.7px; } }
    .banner--top .banner-descrp__text {
      max-width: 100%;
      line-height: 1.56; }

/* breadcrumb */
.breadcrumb {
  margin-bottom: 25px;
  display: none; }
  .breadcrumb__list {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
  .breadcrumb__item {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .breadcrumb {
      display: block; } }
  .breadcrumb__link {
    font-size: 13px;
    color: #807d7c; }
    .breadcrumb__link--current {
      color: black;
      pointer-events: none;
      cursor: default; }
  .breadcrumb__arrow {
    color: #807d7c;
    display: inline-block;
    padding: 0 3px; }

/* content-panel */
.content-panel {
  padding: 32px;
  background-color: #ece2e1; }
  .content-panel__list {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .content-panel__list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .content-panel__item {
    margin-top: 20px;
    text-align: center; }
    .content-panel__item:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .content-panel__item {
        margin-top: 0; } }
    @media (min-width: 768px) {
      .content-panel__item * {
        display: inline-block;
        vertical-align: middle; } }
  .content-panel__top {
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block; }
    @media (min-width: 768px) {
      .content-panel__top {
        height: 60px; } }
  .content-panel__inner {
    display: inline-block;
    width: 230px; }
    @media (min-width: 768px) {
      .content-panel__inner {
        text-align: left;
        width: auto; } }
  .content-panel__text {
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    vertical-align: text-bottom; }
    @media (min-width: 768px) {
      .content-panel__text {
        font-size: 15px;
        display: block; } }
  .content-panel .link-info {
    font-size: 20px;
    display: none; }
  .content-panel__icon {
    position: relative;
    width: 100%;
    height: 80px; }
    @media (min-width: 768px) {
      .content-panel__icon {
        height: 60px; } }
    .content-panel__icon:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      font-size: 60px;
      height: 61px; }
      @media (min-width: 768px) {
        .content-panel__icon:before {
          font-size: 40px;
          height: 41px; } }
  .content-panel .icon-p-shipping:before {
    font-size: 80px;
    height: 80px; }
    @media (min-width: 768px) {
      .content-panel .icon-p-shipping:before {
        font-size: 60px;
        height: 60px; } }

/* copyright */
.copyright {
  font-size: 16px;
  text-align: center;
  display: block; }
  @media (min-width: 768px) {
    .copyright {
      font-size: 11px; } }
  @media (min-width: 1200px) {
    .copyright {
      text-align: left; } }

/* features */
.features-grid {
  margin-right: -2%;
  margin-left: -2%; }
  .features-grid:after {
    clear: both;
    content: "";
    display: block; }
  .features-grid__left, .features-grid__right {
    float: left;
    width: 50%;
    padding-right: 2%;
    padding-left: 2%; }

.features {
  padding-bottom: 5px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .features {
      padding-top: 0; } }
  .features__item {
    margin-right: auto;
    margin-left: auto; }
    .features__item--narrow {
      max-width: 1210px; }
    .features__item--middle {
      max-width: 1374px; }
    .features__item--wide {
      max-width: 1510px; }
  .features__inner {
    padding-bottom: 8.5%; }
    .features__inner--wide {
      overflow: hidden; }
      @media (min-width: 768px) {
        .features__inner--wide {
          padding-bottom: 4.1%; } }
    .features__inner--main {
      overflow: visible; }
      @media (min-width: 1600px) {
        .features__inner--main {
          padding-bottom: 3.3%; } }
    @media (min-width: 768px) {
      .features__inner--mob {
        display: none; } }
    .features__inner--desk {
      display: none; }
      @media (min-width: 768px) {
        .features__inner--desk {
          display: block; } }

@media (max-width: 767px) {
  .features [class^="features-grid"] {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0; } }

/* a-ratio */
/*
1510*648
579*895
579*424
1210*516
1510*360
*/
.a-ratio {
  position: relative;
  overflow: hidden;
  width: 115%; }
  .a-ratio--2 {
    padding-top: 155%; }
  .a-ratio--3 {
    padding-top: 73.4%; }
  .a-ratio--4 {
    padding-top: 60.5%; }
    @media (min-width: 768px) {
      .a-ratio--4 {
        padding-top: 42.5%; } }
  .a-ratio--full {
    padding-top: 100%; }
  .a-ratio__el {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 115%; }
    .a-ratio__el img {
      height: 100%; }
    .a-ratio__el--anim {
      margin-top: -5%;
      webkit-backface-visibility: hidden; }
  .a-ratio .is-stop-top,
  .a-ratio .is-stop-bottom {
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important; }

/*fill-panel-sect*/
.fill-panel-list {
  margin-right: -15px;
  margin-left: -15px; }
  .fill-panel-list:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #bbbab9; }
    @media (min-width: 576px) {
      .fill-panel-list:after {
        left: 5%;
        right: 5%; } }
    @media (min-width: 1400px) {
      .fill-panel-list:after {
        left: 0;
        right: 0; } }
  @media (min-width: 576px) {
    .fill-panel-list {
      margin-right: -20px;
      margin-left: -20px; } }
  .fill-panel-list__item {
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
    @media (min-width: 576px) {
      .fill-panel-list__item {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .fill-panel-list__item--w-50 {
        width: 50%; } }
    .fill-panel-list__item--w-50 .fill-panel__text {
      max-width: 400px; }

.fill-panel {
  width: 100%; }
  .fill-panel--c-4 {
    background-color: #ece2e1; }
  .fill-panel--c-22 {
    background-color: #f3f7f7; }
  .fill-panel__wrap {
    text-align: center;
    padding: 50px 15px 55px; }
  .fill-panel__top {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .fill-panel__left, .fill-panel__right {
      display: table-cell;
      vertical-align: middle; } }
  .fill-panel__middle {
    margin-bottom: 35px; }
  .fill-panel__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .fill-panel__title {
        font-size: 18px; } }
  .fill-panel__sub-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: none; }
  .fill-panel__text {
    font-size: 18px;
    letter-spacing: 1.4px;
    margin-right: auto;
    margin-left: auto;
    max-width: 560px; }
    @media (min-width: 768px) {
      .fill-panel__text {
        font-size: 14px; } }
    .fill-panel__text:last-child {
      margin-bottom: 0; }

.fill-panel-text > span {
  display: block; }

.fill-panel-text__small {
  font-size: 12px; }

.fill-panel-text__up {
  text-transform: uppercase; }

/*fill-card*/
.fill-card-sect__title {
  font-size: 30px;
  letter-spacing: 1px;
  color: #444444;
  margin: 0 0 35px;
  text-align: center;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .fill-card-sect__title {
      font-size: 24px; } }

.fill-card-list {
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: center; }
  .fill-card-list__item {
    padding-bottom: 30px;
    width: 300px; }
    @media (min-width: 1600px) {
      .fill-card-list__item {
        padding-bottom: 0; } }
    @media (min-width: 576px) {
      .fill-card-list__item {
        width: 50%; } }
    @media (min-width: 992px) {
      .fill-card-list__item {
        width: 33.3333%; } }

.fill-card {
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
  min-height: 406px;
  width: 100%; }
  .fill-card__icon {
    background-color: white;
    -webkit-box-shadow: 1px 5px 24px 0 #eee8df;
    box-shadow: 1px 5px 24px 0 #eee8df; }
  .fill-card__bottom {
    padding: 0 30px 30px; }
  .fill-card__text {
    letter-spacing: 1px; }
    .fill-card__text:last-child {
      margin-bottom: 0; }

/*fill-card-sect--explore*/
@media (min-width: 768px) {
  .fill-card-sect--explore .fill-card-list {
    margin-right: -15px;
    margin-left: -15px; } }

@media (min-width: 768px) {
  .fill-card-sect--explore .fill-card-list__item {
    padding-right: 15px;
    padding-left: 15px; } }

.fill-card-sect--explore .fill-card__top {
  padding-top: 20px;
  margin-bottom: -10px;
  text-align: center; }
  .fill-card-sect--explore .fill-card__top--icon {
    margin-bottom: 0;
    padding: 60px 0;
    text-align: center; }

.fill-card-sect--explore .fill-card__title {
  font-size: 24px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .fill-card-sect--explore .fill-card__title {
      font-size: 16px; } }

.fill-card-sect--explore .fill-card__text {
  font-size: 18px;
  margin-bottom: 30px;
  min-height: 75px; }
  @media (min-width: 768px) {
    .fill-card-sect--explore .fill-card__text {
      font-size: 13px;
      margin-bottom: 0; } }

.fill-card-sect--explore .fill-card__img {
  display: inline-block !important; }

.fill-card-sect--explore .fill-card__link {
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: underline; }
  @media (min-width: 768px) {
    .fill-card-sect--explore .fill-card__link {
      font-size: 12px; } }

.fill-card-sect--explore .fill-card--c-19 {
  background-color: #f4f4f4; }

/*fill-card-sect--info*/
.fill-card-sect--info .fill-card-list {
  margin-right: -8px;
  margin-left: -8px; }
  @media (min-width: 576px) {
    .fill-card-sect--info .fill-card-list__item {
      padding-bottom: 16px;
      padding-right: 8px;
      padding-left: 8px; } }
  @media (min-width: 1600px) {
    .fill-card-sect--info .fill-card-list__item {
      padding-bottom: 0;
      width: 25%; } }
  .fill-card-sect--info .fill-card-list__item:nth-child(1) .fill-card {
    background-image: url("../img/fill-card/bg-4.png"); }
    .fill-card-sect--info .fill-card-list__item:nth-child(1) .fill-card:after {
      background-image: url("../img/fill-card/bg-4.png"); }
  .fill-card-sect--info .fill-card-list__item:nth-child(2) .fill-card {
    background-image: url("../img/fill-card/bg-5.png"); }
    .fill-card-sect--info .fill-card-list__item:nth-child(2) .fill-card:after {
      background-image: url("../img/fill-card/bg-5.png");
      background-color: #f7f9f9; }
  .fill-card-sect--info .fill-card-list__item:nth-child(3) .fill-card {
    background-image: url("../img/fill-card/bg-6.png"); }
    .fill-card-sect--info .fill-card-list__item:nth-child(3) .fill-card:after {
      background-image: url("../img/fill-card/bg-6.png"); }
  .fill-card-sect--info .fill-card-list__item:nth-child(4) .fill-card {
    background-image: url("../img/fill-card/bg-7.png"); }
    .fill-card-sect--info .fill-card-list__item:nth-child(4) .fill-card:after {
      background-image: url("../img/fill-card/bg-7.png");
      background-color: #f7f9f9; }

.fill-card-sect--info .fill-card {
  height: 450px;
  background-color: #f1ebea;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  .fill-card-sect--info .fill-card:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    background-color: #f1ebea;
    z-index: 1000;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
  .fill-card-sect--info .fill-card__bottom {
    margin-top: -70px;
    max-height: 80px; }
    @media (min-width: 768px) {
      .fill-card-sect--info .fill-card__bottom {
        padding-right: 25px;
        padding-left: 25px; } }
  .fill-card-sect--info .fill-card__wrap {
    position: absolute;
    width: 100%;
    cursor: pointer;
    bottom: 0; }
    .fill-card-sect--info .fill-card__wrap:hover .fill-card__bottom {
      height: 100%;
      max-height: 400px; }
  .fill-card-sect--info .fill-card__title {
    font-size: 32px;
    white-space: nowrap; }
  .fill-card-sect--info .fill-card__text {
    font-size: 18px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .fill-card-sect--info .fill-card__text {
        font-size: 14px; } }

/* footer */
.footer {
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .footer {
      width: 100%;
      position: fixed;
      bottom: 0; } }
  .footer__top {
    margin-bottom: 40px;
    padding: 40px 0;
    background-color: #f3f3f3; }
    @media (min-width: 768px) {
      .footer__top {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (min-width: 1200px) {
      .footer__top {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .footer__left {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .footer__left {
        margin-bottom: 0;
        float: left;
        width: 79%;
        padding-top: 8px; } }
  @media (min-width: 1200px) {
    .footer__right {
      float: right; } }
  .footer .net-bar {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .footer .net-bar {
        margin-bottom: 80px; } }

@media (min-width: 768px) {
  .footer-top__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.footer-form {
  font-size: 18px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .footer-form {
      width: 300px;
      font-size: 13px; } }
  @media (min-width: 992px) {
    .footer-form {
      margin-right: 0;
      margin-left: 0; } }
  .footer-form .footer-form__input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: black;
    border-left-color: transparent;
    border-width: 1px;
    background-color: transparent; }
    .footer-form .footer-form__input.placeholder {
      color: black; }
    .footer-form .footer-form__input:-moz-placeholder {
      color: black; }
    .footer-form .footer-form__input::-moz-placeholder {
      color: black; }
    .footer-form .footer-form__input:-ms-input-placeholder {
      color: black; }
    .footer-form .footer-form__input::-webkit-input-placeholder {
      color: black; }
    .footer-form .footer-form__input.placeholder {
      color: transparent !important; }
    .footer-form .footer-form__input:focus::-webkit-input-placeholder {
      color: transparent !important; }
    .footer-form .footer-form__input:focus::-moz-placeholder {
      color: transparent !important; }
    .footer-form .footer-form__input:focus:-moz-placeholder {
      color: transparent !important; }
  .footer-form .footer-form__label {
    display: inline-block;
    width: 100%; }
    @media (min-width: 768px) {
      .footer-form .footer-form__label {
        width: 265px; } }
  .footer-form .footer-form__button {
    overflow: hidden;
    width: 35px;
    /*height: 35px;*/
    font-size: 20px; }
    .footer-form .footer-form__button:after {
      top: -5px;
      bottom: -5px; }
  .footer-form .footer-form__group {
    display: table;
    width: 100%; }
    @media (min-width: 768px) {
      .footer-form .footer-form__group {
        display: table;
        width: auto; } }
  .footer-form .footer-form__label,
  .footer-form .footer-form__button {
    display: table-cell;
    vertical-align: top; }

/* footer-menu */
@media (min-width: 768px) {
  .footer-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media (min-width: 1200px) {
  .footer-menu:after {
    clear: both;
    content: "";
    display: block; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-menu {
    padding-right: 12%;
    padding-left: 12%; } }

.footer-menu__wrap {
  padding: 15px 0;
  border-bottom: 1px solid #939393; }
  @media (min-width: 768px) {
    .footer-menu__wrap {
      border: none;
      float: left;
      margin-right: 0;
      padding: 0; } }

.footer-menu__title {
  display: block;
  position: relative;
  font-size: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-menu__title {
      margin-bottom: 25px;
      font-size: 16px;
      text-align: left; } }
  .footer-menu__title:before {
    content: '\e90e';
    position: absolute;
    display: block;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px; }
    @media (min-width: 768px) {
      .footer-menu__title:before {
        display: none; } }
  .footer-menu__title.toggle-active:before {
    content: '\e911'; }

.footer-menu__list {
  display: none;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .footer-menu__list {
      display: block !important;
      padding-top: 0; } }

.footer-menu__link {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 7px 0; }
  @media (min-width: 768px) {
    .footer-menu__link {
      text-align: left;
      font-size: 14px;
      padding: 0; } }

/* header-menu */
@media (min-width: 768px) {
  .header-menu {
    border-bottom: 1px solid #bbbab9; } }

.header-menu--home {
  border: none; }

@media (max-width: 767px) {
  .header-menu {
    display: none; } }

.header-menu__list {
  text-align: center;
  padding-top: 25px; }

.header-menu__link {
  letter-spacing: 1px;
  position: relative;
  display: block;
  pointer-events: none; }
  @media (min-width: 768px) {
    .header-menu__link {
      font-size: 13px;
      padding-bottom: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-menu__link {
      font-size: 13px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-menu__link {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .header-menu__link {
      font-size: 16px; } }
  .header-menu__link:before {
    bottom: 0;
    height: 4px; }
    @media (max-width: 767px) {
      .header-menu__link:before {
        display: none; } }
  .header-menu__link:hover {
    text-decoration: none; }

.header-menu__item {
  display: inline-block;
  cursor: pointer; }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-menu__item {
      margin-left: 8px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .header-menu__item {
      margin-left: 20px; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .header-menu__item {
      margin-left: 40px; } }
  @media (min-width: 1600px) {
    .header-menu__item {
      margin-left: 60px; } }
  @media (min-width: 768px) {
    .header-menu__item:first-child {
      margin-left: 0; } }
  .header-menu__item:hover .header-menu__link:before {
    width: 100%;
    opacity: 1; }

.header-menu__text {
  text-transform: uppercase; }

.header-menu__sub-menu:after {
  clear: both;
  content: "";
  display: block; }

.header-menu-home {
  border: none; }

/* sub-menu */
.sub-menu {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1070;
  top: 100%;
  left: 0;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.95); }
  .sub-menu__wrap {
    padding-top: 2.8%;
    padding-bottom: 2.8%;
    width: 100%; }
    @media (min-width: 768px) {
      .sub-menu__wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .sub-menu__item--right {
    display: none; }
    @media (min-width: 768px) {
      .sub-menu__item--right {
        display: inline-block; } }
    .sub-menu__item--right .sub-menu__inner {
      display: table-cell;
      vertical-align: top;
      padding-left: 15px; }
  .sub-menu__title {
    font-size: 32px;
    letter-spacing: 1.3px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .sub-menu__title {
        display: none; } }
  .sub-menu__link {
    position: relative;
    font-size: 20px;
    color: #807d7c;
    display: inline-block; }
    @media (min-width: 768px) {
      .sub-menu__link {
        font-size: 13px; } }
    .sub-menu__link:hover {
      color: #807d7c; }
  .sub-menu__img {
    max-height: 407px; }

/*sub-menu-list*/
.sub-menu-list {
  min-width: 240px; }
  .sub-menu-list__item {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .sub-menu-list__item {
        text-align: center; } }
  .sub-menu-list__link {
    position: relative;
    font-size: 18px;
    letter-spacing: 1.3px;
    white-space: nowrap;
    color: #807d7c;
    display: inline-block !important; }
    @media (min-width: 768px) {
      .sub-menu-list__link {
        font-size: 14px; } }

/* header */
.header {
  position: relative;
  z-index: 1070;
  padding-bottom: 6%;
  background: white; }
  @media (min-width: 768px) {
    .header {
      padding-top: 15px;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .header__inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }

/*top-line*/
.top-line {
  position: relative;
  z-index: 1075;
  padding: 10px 0;
  background-color: #ebe1e1; }
  @media (min-width: 768px) {
    .top-line__tool-bar {
      display: none;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto; } }
  .top-line__tagline {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
    @media (min-width: 768px) {
      .top-line__tagline {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto; } }
  .top-line__phone {
    display: none; }
    @media (min-width: 768px) {
      .top-line__phone {
        display: block;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto; } }
  .top-line__lang-bar {
    visibility: hidden; }
    @media (min-width: 768px) {
      .top-line__lang-bar {
        visibility: visible;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto; } }

/* tagline */
.tagline {
  display: inline-block; }
  .tagline__text--desk {
    display: none; }
    @media (min-width: 768px) {
      .tagline__text--desk {
        display: inline-block; } }

/* logo */
.logo {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  width: 175px; }
  @media (min-width: 768px) {
    .logo {
      margin: 0;
      width: auto; } }
  .logo__link {
    display: inline-block; }
    .logo__link:hover {
      text-decoration: none; }
  .logo__text {
    position: absolute;
    bottom: -10px; }
    @media (min-width: 768px) {
      .logo__text {
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: 270px; } }
    @media (min-width: 992px) {
      .logo__text {
        width: 306px; } }
  .logo__img {
    width: 47px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-radius: 50%; }

/* IE10+ specific styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo__text {
    bottom: -30px; } }

/* header */
@media (min-width: 768px) {
  .header.is_stuck .logo__img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .header.is_stuck .logo__text {
    margin-left: 10px; } }

/*home-about*/
@media (max-width: 767px) {
  .home-about {
    margin-right: -6%;
    margin-left: -6%; } }

.home-about__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px; }

.home-about__logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  background-image: url("../img/logo/main-logo-2.png");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 62px;
  height: 60px; }

.home-about__text {
  font-size: 14px;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .home-about__text {
      font-size: 18px;
      padding: 0 5%; } }

/* lang-switch */
.lang-switch {
  padding-left: 30px;
  width: 86px; }
  @media (min-width: 768px) {
    .lang-switch {
      padding-left: 0;
      width: 155px; } }
  .lang-switch .selectric-wrapper .selectric {
    border: none; }
  .lang-switch .selectric-wrapper .label {
    padding: 0;
    line-height: 1;
    width: 32px;
    text-align: right; }
  .lang-switch .selectric-wrapper .button {
    right: auto;
    left: 40px; }
  .lang-switch .selectric-wrapper .selectric-items {
    top: 20px;
    width: auto !important; }

/* lead-sect */
.lead-sect {
  margin-bottom: 35px;
  background-color: white; }
  .lead-sect__top, .lead-sect__middle, .lead-sect__bottom {
    margin-right: auto;
    margin-left: auto;
    max-width: 920px;
    text-align: center; }
  .lead-sect__top {
    margin-bottom: 30px; }
  .lead-sect__icon {
    background-color: #f3f6f6; }
  .lead-sect__title {
    font-size: 26px;
    line-height: 1.33;
    letter-spacing: 1.7px;
    color: #807d7c;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .lead-sect__title {
        font-size: 32px; } }
    @media (min-width: 768px) {
      .lead-sect__title {
        font-size: 43px; } }
  .lead-sect__phone {
    margin-right: 5px;
    display: none; }
  .lead-sect__text {
    line-height: 1.31;
    letter-spacing: 1.6px; }
    .lead-sect__text:last-child {
      color: black;
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .lead-sect__text span {
        display: inline-block;
        vertical-align: middle; } }

/* net-bar */
.net-bar {
  text-align: center; }
  .net-bar__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px; }
    .net-bar__item:first-child {
      margin-left: 0; }
  .net-bar__link {
    display: inline-block;
    text-decoration: none !important; }
    .net-bar__link:hover > span {
      color: #807d7c; }
  .net-bar__icon {
    text-align: center; }
    .net-bar__icon:before {
      font-size: 50px; }
      @media (min-width: 768px) {
        .net-bar__icon:before {
          font-size: 34px; } }

/* page-header */
.page-header {
  min-height: 30px; }
  .page-header__top {
    margin-bottom: 15px;
    text-align: center; }
    .page-header__top span {
      font-size: 13px; }
  .page-header__lead {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .page-header__lead {
        text-align: left; } }
  .page-header__text {
    font-size: 18px;
    color: #807d7c;
    display: none;
    text-align: center; }
    @media (min-width: 992px) {
      .page-header__text {
        font-size: 16px;
        display: block;
        text-align: left; } }
    .page-header__text:last-child {
      margin-bottom: 0; }
  .page-header__middle {
    min-height: 30px; }
  .page-header__bottom {
    position: relative; }
    .page-header__bottom:after {
      clear: both;
      content: "";
      display: block; }

/* pagination */
.pagination {
  text-align: center; }
  .pagination__icon:before {
    font-weight: bold;
    color: #ca8d91; }
  .pagination__btn {
    width: 45px;
    height: 45px;
    border: 1px solid #ca8d91;
    background-color: transparent;
    border-radius: 50%; }
    .pagination__btn:hover {
      border-color: black; }
      .pagination__btn:hover .pagination__icon:before {
        color: black; }
  .pagination__list {
    margin: 0 10px; }
    @media (min-width: 768px) {
      .pagination__list {
        margin-right: 35px;
        margin-left: 35px; } }
  .pagination__icon, .pagination__btn, .pagination__link, .pagination__item, .pagination__list {
    display: inline-block;
    vertical-align: middle; }
  .pagination__item {
    padding: 0 3px; }
    .pagination__item--active {
      color: #ca8d91; }
  .pagination__link {
    font-size: 24px;
    color: inherit; }
    @media (min-width: 768px) {
      .pagination__link {
        font-size: 16px; } }

/* phone */
.phone__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.phone__num {
  display: inline-block;
  vertical-align: middle; }

.phone--header {
  display: none; }
  @media (min-width: 768px) {
    .phone--header {
      display: block; } }

.phone--footer {
  display: none; }
  @media (min-width: 992px) {
    .phone--footer {
      display: inline-block; } }

/* popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1080;
  opacity: 0;
  background-color: rgba(235, 225, 225, 0.7);
  -webkit-overflow-scrolling: touch; }
  .popup .box_popup {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 865px; }
  .popup__title {
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .popup__title {
        font-size: 20px; } }
  .popup__text {
    font-size: 18px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .popup__text {
        font-size: 14px;
        letter-spacing: 1.3px; } }
    .popup__text:last-child {
      margin-bottom: 0; }
  .popup__img {
    margin: 30px 0; }
  .popup__title-text {
    font-size: 28px; }
  .popup .close_popup {
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto; }
  .popup.popup--show {
    height: auto; }

.popup .table_popup {
  display: table;
  width: 100%;
  height: 100%; }

.popup .table_popup .cell_popup {
  display: table-cell;
  vertical-align: middle; }

.popup_content {
  background-color: white;
  box-shadow: 0 10px 65px 0 rgba(205, 193, 191, 0.77); }
  .popup_content__top {
    position: relative;
    background-color: #f3f3f3;
    padding: 20px 15px; }
    @media (min-width: 576px) {
      .popup_content__top {
        padding-right: 35px;
        padding-left: 35px; } }
  .popup_content__bottom {
    position: relative;
    padding: 15px;
    text-align: center; }
    @media (min-width: 576px) {
      .popup_content__bottom {
        padding: 35px; } }

/*body-fixed*/
.body-fixed {
  padding-right: 16px;
  overflow: hidden; }
  .is-mobile .body-fixed {
    padding-right: 0; }

.js-popup-prod-0 .box_popup {
  width: 300px; }
  @media (min-width: 400px) {
    .js-popup-prod-0 .box_popup {
      width: 400px; } }
  @media (min-width: 576px) {
    .js-popup-prod-0 .box_popup {
      width: 540px; } }
  @media (min-width: 768px) {
    .js-popup-prod-0 .box_popup {
      width: 700px; } }
  @media (min-width: 992px) {
    .js-popup-prod-0 .box_popup {
      width: 865px; } }

/* rating */
.rating {
  height: 30px; }
  .rating [class^="icon-star"], .rating__result, .rating__ui {
    display: inline-block;
    vertical-align: middle; }
  .rating [class^="icon-star"] {
    font-size: 24px;
    cursor: pointer;
    padding: 0 3px;
    text-decoration: none;
    color: #f3d269;
    outline: none !important; }
    @media (min-width: 768px) {
      .rating [class^="icon-star"] {
        font-size: 18px; } }
    .rating [class^="icon-star"]:last-child {
      padding-right: 0; }
  .rating__result {
    margin-left: 5px;
    font-size: 24px; }
    @media (min-width: 768px) {
      .rating__result {
        font-size: 18px; } }

/* search */
.popup--search .cell_popup {
  vertical-align: top !important; }

.popup--search .box_popup {
  max-width: 100% !important;
  width: 100%;
  padding: 0; }

.popup--search .popup_content {
  padding: 10px 0 80px;
  background-color: #ebe1e1; }

.popup--search .search {
  text-align: center; }
  .popup--search .search__button {
    position: static;
    font-weight: bold;
    color: #807d7c;
    background-color: transparent;
    border: 1px solid transparent; }
  .popup--search .search__result {
    font-size: 28px;
    color: #807d7c;
    margin: 0;
    padding-top: 40px; }

.popup .form-search {
  margin: 0 auto;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .popup .form-search {
      max-width: 600px; } }
  .popup .form-search__input {
    font-size: 28px;
    color: #807d7c;
    padding: 15px;
    width: 100%;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #807d7c;
    background-color: transparent; }
  .popup .form-search__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #807d7c;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 24px; }
  .popup .form-search .form-group {
    position: relative; }

.popup .form-search__input:-webkit-input-placeholder {
  color: #807d7c !important; }

.popup .form-search__input::-moz-placeholder {
  color: #807d7c !important; }

.popup .form-search__input:-moz-placeholder {
  color: #807d7c !important; }

.popup .form-search__input:-ms-input-placeholder {
  color: #807d7c !important; }

.popup .form-search__input:focus::-webkit-input-placeholder {
  color: transparent !important; }

.popup .form-search__input:focus::-moz-placeholder {
  color: transparent !important; }

.popup .form-search__input:focus:-moz-placeholder {
  color: transparent !important; }

/* secure-brand */
.secure-brand {
  display: table;
  width: 100%; }
  @media (min-width: 768px) {
    .secure-brand {
      width: auto; } }
  .secure-brand--footer {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .secure-brand--footer {
        margin-bottom: 0; } }
  .secure-brand__item {
    padding: 0 10px;
    display: table-cell;
    vertical-align: baseline; }

/* tool-bar */
.tool-bar {
  width: 102px; }
  @media (min-width: 768px) {
    .tool-bar {
      width: 165px; } }
  .tool-bar--mob .tool-bar__item {
    margin-left: 15px; }
    .tool-bar--mob .tool-bar__item:first-child {
      margin-left: 0; }
  @media (min-width: 768px) {
    .tool-bar__list--mob {
      display: none; } }
  .tool-bar__list--desk {
    display: none; }
    @media (min-width: 768px) {
      .tool-bar__list--desk {
        display: block; } }
  .tool-bar__item {
    display: inline-block;
    vertical-align: middle; }
    .tool-bar__item--usr {
      display: none; }
      @media (min-width: 768px) {
        .tool-bar__item--usr {
          display: inline-block; } }
  .tool-bar__link {
    display: block; }
    .tool-bar__link:hover {
      text-decoration: none; }
  .tool-bar__icon {
    position: relative;
    font-size: 32px;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .tool-bar__icon:hover {
        color: #807d7c; } }
    @media (min-width: 768px) {
      .tool-bar__icon {
        font-size: 26px; } }
  .tool-bar__text {
    display: inline-block;
    vertical-align: middle; }
  .tool-bar--left .tool-bar__item {
    margin-left: 15px; }
    .tool-bar--left .tool-bar__item:first-child {
      margin-left: 0; }
  .tool-bar--right {
    text-align: right; }
    .tool-bar--right .tool-bar__item {
      margin-left: 10px; }
      .tool-bar--right .tool-bar__item:first-child {
        margin-left: 0; }

.cart-sum {
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
  width: 14px;
  height: 15px;
  text-align: center;
  line-height: 1; }
  .cart-sum--full {
    background-color: #ebe1e1; }

/* wrapper */
.wrapper {
  overflow: hidden; }

/* container */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-left: 5%;
      padding-right: 5%; } }
  .container:after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 1600px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }
  .container--thin {
    max-width: 950px; }
  .container--narrow {
    max-width: 1210px; }
  .container--wide {
    max-width: 1510px; }

/* content */
.content {
  position: relative;
  z-index: 1060;
  background-color: white;
  padding: 35px 0 50px 0; }
  .content:after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 768px) {
    .content {
      min-height: 100vh;
      margin-bottom: 535px; } }
  @media (min-width: 1200px) {
    .content {
      margin-bottom: 400px; } }

.main-content {
  padding-top: 40px; }
  @media (min-width: 992px) {
    .main-content__top:after {
      clear: both;
      content: "";
      display: block; } }

/* fixed-link */
.fixed-link {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 119px;
  padding: 30px 0 24px;
  text-align: center;
  display: none;
  z-index: 1070;
  background-color: #ebe1e1; }
  @media (min-width: 768px) {
    .fixed-link {
      display: block; } }
  .fixed-link:hover {
    text-decoration: none; }
  .fixed-link__icon {
    font-size: 16px;
    font-weight: bold;
    color: black;
    display: inline-block;
    vertical-align: top; }
  .fixed-link__text {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top; }

/* up */
.up {
  position: relative;
  display: block !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #ebe1e1;
  text-decoration: none !important;
  text-align: center; }
  @media (min-width: 768px) {
    .up {
      display: none !important; } }
  .up:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px; }

/* panel */
.panel {
  box-shadow: 0 6px 49px 0 rgba(235, 225, 224, 0.55);
  background-color: white; }

/* link-info */
.link-info {
  margin-left: 3px;
  text-decoration: none !important;
  border-radius: 50%;
  display: inline; }

/*display-table*/
.display-tb {
  display: table;
  width: 100%;
  height: 100%; }
  .display-tb__tc {
    width: inherit;
    height: inherit; }
    .display-tb__tc--middle {
      display: table-cell;
      vertical-align: middle; }

/*clearfix*/
.clearfix:after {
  clear: both;
  content: "";
  display: block; }

/* home-page */
.home-page .content {
  padding-top: 0 !important; }

.main-carousel {
  overflow: hidden; }
  @media (min-width: 992px) {
    .main-carousel {
      max-height: 654px; } }
  .main-carousel__img {
    position: relative;
    height: 0;
    padding-bottom: 81%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .main-carousel__img {
        padding-bottom: 42.92%; } }
    .main-carousel__img--0 {
      background-image: url("../img/features/mob/pic-0.jpg"); }
      @media (min-width: 768px) {
        .main-carousel__img--0 {
          background-image: url("../img/features/pic-0.jpg"); } }
    .main-carousel__img--1 {
      background-image: url("../img/features/mob/pic-0-1.jpg"); }
      @media (min-width: 768px) {
        .main-carousel__img--1 {
          background-image: url("../img/features/pic-0-1.jpg"); } }

/*banner--home*/
.banner--home .banner-descrp__wrap {
  max-width: 300px; }

.banner--home .banner-descrp__text {
  font-size: 18px;
  letter-spacing: normal; }
  @media (min-width: 768px) {
    .banner--home .banner-descrp__text {
      font-size: 16px; } }

.banner--home .banner__inner--b-left {
  top: auto;
  right: auto;
  left: 7%;
  bottom: 4.4%; }

.banner--home .banner__inner--left {
  right: auto;
  left: 40px; }

@media (max-width: 575px) {
  .banner--home .banner__inner--small {
    padding: 40px; } }

@media (min-width: 576px) {
  .banner--home .banner__inner--small {
    position: relative;
    height: 0;
    padding-bottom: 73.3%; } }

@media (max-width: 575px) {
  .banner--home.banner--small {
    padding: 7%; } }

@media (min-width: 576px) {
  .banner--home.banner--small {
    position: relative;
    height: 0;
    padding-bottom: 73.3%; } }

.banner--home.banner--small .banner__inner--b-left {
  bottom: 9%; }

@media (min-width: 768px) and (max-width: 991px) {
  .banner--home.banner--small .banner-descrp__wrap {
    max-width: 200px; } }

.banner--home.banner--small.banner--c-1, .banner--home.banner--small.banner--c-0 {
  background-color: white; }

/*product-gallery*/
@media (min-width: 768px) {
  .product-gallery .main-content__left {
    float: left;
    width: 186px; } }

@media (min-width: 768px) {
  .product-gallery .main-content__right {
    float: right;
    width: calc(100% - 186px); } }

@media (min-width: 768px) {
  .product-gallery .breadcrumb__list {
    margin-left: 186px;
    padding-left: 5%;
    max-width: 450px; } }

@media (min-width: 992px) {
  .product-gallery .breadcrumb__list {
    margin-left: 186px;
    padding-left: 5%;
    max-width: 90%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .product-gallery .page-header {
    height: 165px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .product-gallery .page-header {
    height: 140px; } }

@media (min-width: 1200px) {
  .product-gallery .page-header {
    height: 120px; } }

@media (min-width: 768px) {
  .product-gallery .page-header__wrap {
    margin-left: 186px;
    padding-left: 5%; } }

@media (min-width: 768px) {
  .product-gallery .page-header__bottom {
    border-bottom: 1px solid #bbbab9; } }

.product-gallery .page-header__text {
  max-width: 800px; }

@media (min-width: 768px) and (max-width: 991px) {
  .product-gallery .sidebar {
    margin-top: -250px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .product-gallery .sidebar {
    margin-top: -223px; } }

@media (min-width: 1200px) {
  .product-gallery .sidebar {
    margin-top: -204px; } }

@media (min-width: 768px) {
  .product-list {
    margin-left: 5%; } }

.product-list__wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  visibility: hidden; }
  .product-list__wrap.animated {
    visibility: visible; }

.product-list__item {
  position: relative;
  overflow: hidden;
  padding: 2%;
  text-align: center;
  width: 100%;
  background-color: white; }
  @media (min-width: 576px) {
    .product-list__item {
      width: 50%; } }
  @media (min-width: 992px) {
    .product-list__item {
      width: 33.3333%; } }
  @media (min-width: 1200px) {
    .product-list__item {
      width: 25%; } }
  .product-list__item:active .product-list-info__title, .product-list__item:focus .product-list-info__title, .product-list__item:hover .product-list-info__title {
    color: #807d7c; }
  .product-list__item:active .product-list__top:after, .product-list__item:focus .product-list__top:after, .product-list__item:hover .product-list__top:after {
    width: 100%;
    height: 100%; }
  @media (max-width: 575px) {
    .product-list__item .product-list__wrap.animated {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .product-list__item:nth-child(2n+1) .product-list__wrap.animated {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .product-list__item:nth-child(2n+2) .product-list__wrap.animated {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product-list__item:nth-child(3n+1) .product-list__wrap.animated {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .product-list__item:nth-child(3n+2) .product-list__wrap.animated {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    .product-list__item:nth-child(3n+3) .product-list__wrap.animated {
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s; } }
  @media (min-width: 1200px) {
    .product-list__item:nth-child(4n+1) .product-list__wrap.animated {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .product-list__item:nth-child(4n+2) .product-list__wrap.animated {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    .product-list__item:nth-child(4n+3) .product-list__wrap.animated {
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s; }
    .product-list__item:nth-child(4n+4) .product-list__wrap.animated {
      -webkit-animation-delay: 1.6s;
      animation-delay: 1.6s; } }

.product-list__top {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  overflow: hidden;
  position: relative;
  padding: 15% 0;
  width: 100%;
  height: 100%;
  background-color: inherit; }
  .product-list__top:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin: auto;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%; }

.product-list__bottom {
  width: 100%;
  background-color: inherit; }

.product-list__img {
  width: 100%;
  max-width: 250px; }

.product-list__cost {
  display: block; }

/*product-list__link*/
.product-list__link {
  display: block; }

/* IE10+ specific styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-list__wrap {
    display: block;
    height: auto; }
  .product-list__link {
    height: auto; } }

.product-list-info__title {
  margin-bottom: 15px;
  height: 70px; }

.product-list-info__text {
  display: block; }

/* product-cost */
.product-cost__text {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .product-cost__text--color {
    color: #807d7c; }
  .product-cost__text--out {
    color: #807d7c; }
    .product-cost__text--out:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 1px;
      background-color: #807d7c; }

/* rating */
.rating__val, .rating__ui {
  display: inline-block;
  vertical-align: middle; }

.rating__val {
  position: relative;
  top: -1px; }

/* product-sort */
.product-sort {
  text-align: center; }
  @media (min-width: 768px) {
    .product-sort {
      padding-bottom: 20px;
      float: right; } }
  @media (min-width: 1600px) {
    .product-sort {
      padding-bottom: 0;
      margin-top: -50px; } }
  .product-sort__right, .product-sort__left {
    vertical-align: middle; }
  .product-sort__left {
    display: inline-block; }
  .product-sort__right {
    display: none;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .product-sort__right {
        display: inline-block;
        height: 29px; } }
  .product-sort__text {
    margin-bottom: 40px; }
  .product-sort__text, .product-sort__arrow {
    font-size: 11px;
    display: inline-block; }
  .product-sort__arrow {
    color: #807d7c;
    text-decoration: none !important; }

.sort-switch {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media (min-width: 768px) {
    .sort-switch {
      width: 160px;
      margin: 0; } }
  .sort-switch .selectric-wrapper .selectric {
    border-color: #cdcdcd; }
    @media (min-width: 768px) {
      .sort-switch .selectric-wrapper .selectric {
        border-color: #bbbab9;
        border-radius: 5px; } }
  .sort-switch .selectric-wrapper .label {
    padding-left: 85px;
    color: #807d7c;
    height: 46px;
    line-height: 46px;
    text-align: left; }
    @media (min-width: 768px) {
      .sort-switch .selectric-wrapper .label {
        font-size: 11px;
        height: 27px;
        line-height: 29px;
        padding-left: 55px; } }
  .sort-switch .selectric-wrapper .button {
    color: transparent; }
    @media (min-width: 768px) {
      .sort-switch .selectric-wrapper .button {
        height: 12px; } }
    .sort-switch .selectric-wrapper .button:after {
      display: none !important; }
    .sort-switch .selectric-wrapper .button:before {
      color: #807d7c; }
      @media (min-width: 768px) {
        .sort-switch .selectric-wrapper .button:before {
          font-size: 12px; } }
  .sort-switch .selectric-wrapper .selectric-items li {
    padding: 5px 10px;
    font-size: 11px; }
  .sort-switch__title {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    z-index: 100;
    line-height: 46px; }
    @media (min-width: 768px) {
      .sort-switch__title {
        font-size: 12px;
        line-height: 31px;
        left: 10px; } }

/* product-filter */
.product-filter {
  margin-bottom: 40px; }

.product-filter-title {
  font-size: 20px;
  padding: 17px;
  margin: 0;
  background-color: #ebe1e1;
  text-align: center;
  height: auto; }
  @media (min-width: 768px) {
    .product-filter-title {
      font-size: 14px;
      text-align: left;
      background-color: transparent;
      border-bottom: 1px solid #bbbab9;
      padding: 0 0 7% 0; } }
  .product-filter-title__mob {
    display: block; }
    @media (min-width: 768px) {
      .product-filter-title__mob {
        display: none; } }
  .product-filter-title__text {
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle; }
  .product-filter-title__icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px; }
  .product-filter-title__desk {
    display: none; }
    @media (min-width: 768px) {
      .product-filter-title__desk {
        display: block; } }

.product-filter-body {
  display: none; }
  @media (min-width: 768px) {
    .product-filter-body {
      display: block; } }
  .product-filter-body__option {
    padding: 0 0 25px;
    border-top: 1px solid #cdcdcd; }
    @media (min-width: 768px) {
      .product-filter-body__option {
        display: block;
        padding-top: 3%;
        padding-bottom: 0;
        border: none; } }
  .product-filter-body__item {
    border-bottom: 1px solid #cdcdcd; }
    @media (min-width: 768px) {
      .product-filter-body__item {
        border-bottom-color: #bbbab9; } }
  .product-filter-body__wrap {
    padding: 25px 0 0; }
    @media (min-width: 768px) {
      .product-filter-body__wrap {
        padding: 7% 0; } }
  .product-filter-body__title {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .product-filter-body__title {
        text-transform: none;
        font-size: 14px;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; } }
    .product-filter-body__title:after {
      font-size: 14px;
      line-height: 17px;
      content: '\e90e';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 15px;
      height: 16px;
      margin: auto;
      display: none; }
      @media (min-width: 768px) {
        .product-filter-body__title:after {
          display: block; } }
    .product-filter-body__title.toggle-active:after {
      content: '\e911'; }

.title-list__sum {
  display: none; }
  @media (min-width: 768px) {
    .title-list__sum {
      display: inline-block;
      font-size: 12px;
      color: #807d7c; } }

.title-list__text {
  display: inline-block; }

.option-list {
  display: block; }
  .option-list__item {
    padding: 25px 0 0; }
  .option-list--checkbox .option-list__item {
    width: 115px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .option-list--checkbox .option-list__item {
        width: 100%;
        padding-top: 8px; } }
  .option-list--group .option-list__item {
    display: inline-block;
    margin-left: 10px; }
    @media (min-width: 768px) {
      .option-list--group .option-list__item {
        margin-left: 0; } }

.option__button {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  padding: 0;
  border: none;
  background: none;
  font-size: 13px;
  font-weight: bold;
  height: 12px; }
  @media (max-width: 767px) {
    .option__button {
      display: none !important; } }

.option__label {
  position: relative;
  display: inline-block;
  line-height: 1; }
  @media (min-width: 768px) {
    .option__label {
      display: block;
      padding: 4px 15px;
      border: 1px solid #ebe1e1; }
      .option__label:hover, .option__label--checked {
        background-color: #ebe1e1; } }

.option__sum {
  display: inline-block; }
  @media (min-width: 768px) {
    .option__sum {
      display: none; } }

.option__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px; }
  @media (min-width: 768px) {
    .option__title {
      font-size: 13px;
      padding-left: 0; } }

.option__input {
  width: 0;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .option__input {
      visibility: hidden; } }

/*RANGE */
.product-gallery #range label > em {
  font-style: normal; }

.product-gallery #range input {
  background: transparent; }

.product-gallery #range .form-group {
  display: inline-block; }

.product-gallery .ui-slider {
  position: relative;
  width: 100%;
  display: block;
  margin: auto;
  height: 4px;
  background: #bbbab9;
  border-radius: 2px; }

.product-gallery .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px; }
  .product-gallery .ui-slider .ui-slider-handle:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 14px;
    height: 14px;
    background: black;
    border-radius: 50%; }
  .product-gallery .ui-slider .ui-slider-handle:last-child:after {
    right: 14px; }
  .product-gallery .ui-slider .ui-slider-handle:active, .product-gallery .ui-slider .ui-slider-handle:focus {
    outline: none;
    outline-width: 0; }

.product-gallery .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0; }

.product-gallery .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 5px;
  background: #ebe1e1; }

.product-gallery .lable-range {
  display: inline-block;
  margin-top: 15px; }

.product-gallery .lable-range:last-of-type {
  float: right; }

.product-gallery .range-slider {
  padding: 0; }
  .product-gallery .range-slider__wrap {
    margin-bottom: 10px; }
  .product-gallery .range-slider__lable {
    display: none;
    font-style: normal;
    font-size: 13px; }
    @media (min-width: 768px) {
      .product-gallery .range-slider__lable {
        display: inline-block; } }
    .product-gallery .range-slider__lable:last-of-type {
      float: right; }
  .product-gallery .range-slider__button {
    border-color: black;
    padding: 10px 0;
    width: 150px;
    font-size: 16px;
    display: block;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .product-gallery .range-slider__button {
        padding: 6px 0;
        width: 90px;
        font-size: 15px; } }
    .product-gallery .range-slider__button--clear {
      margin-top: 20px;
      display: none; }
      @media (min-width: 768px) {
        .product-gallery .range-slider__button--clear {
          display: block; } }
    .product-gallery .range-slider__button--sort {
      display: block;
      margin-top: 25px; }
      @media (min-width: 768px) {
        .product-gallery .range-slider__button--sort {
          display: none; } }

.range-slider-result__group {
  position: relative; }

.range-slider-result__input {
  font-size: 13px;
  border: none; }

.range-slider-result em {
  font-style: normal; }

.range-slider-result--mob {
  margin-top: 7%;
  text-align: center; }
  .range-slider-result--mob .range-slider-result__input {
    font-size: 22px;
    color: #cdcdcd;
    text-align: center; }
  @media (min-width: 768px) {
    .range-slider-result--mob {
      display: none; } }

.range-slider-result--desk {
  display: none;
  font-size: 12px; }
  .range-slider-result--desk * {
    color: #807d7c; }
  @media (min-width: 768px) {
    .range-slider-result--desk {
      display: inline-block; } }

.search-prod-val {
  font-size: 20px;
  color: #807d7c;
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .search-prod-val {
      font-size: 13px;
      text-align: right;
      position: absolute;
      right: 5%;
      top: 5px; } }
  @media (min-width: 1600px) {
    .search-prod-val {
      right: 0; } }

@media (min-width: 768px) {
  .mob-group {
    display: none; } }

.mob-group__button {
  border: 1px solid black;
  padding: 10px 0;
  width: 100%;
  max-width: 300px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  text-transform: uppercase;
  background-color: transparent;
  display: block; }
  .mob-group__button--reset {
    border-color: transparent; }
  .mob-group__button:active, .mob-group__button:focus, .mob-group__button:hover {
    color: white !important;
    border-color: #807d7c !important;
    background-color: #807d7c !important; }

.mob-group__icon {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }

.mob-group__text {
  display: inline-block;
  vertical-align: middle; }

.product-filter .icheckbox {
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
  background: white;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .product-filter .icheckbox {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: auto;
      height: auto;
      background: transparent;
      border: none; } }

.product-filter .icheckbox.checked {
  background: #cdcdcd; }
  @media (min-width: 768px) {
    .product-filter .icheckbox.checked {
      background: #ebe1e1; } }

.product-filter .icheckbox.checked ~ .option__button {
  visibility: visible; }

/* product-page */
.product-page {
  /* product-page carousels */ }
  .product-page .main-content__top {
    margin-bottom: 55px; }
    .product-page .main-content__top:after {
      clear: both;
      content: "";
      display: block; }
  @media (min-width: 992px) {
    .product-page .main-content__left {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .product-page .main-content__right {
      float: right;
      width: 50%; } }
  .product-page .page-header {
    text-align: center; }
    .product-page .page-header__top {
      margin-bottom: 5px; }
    .product-page .page-header__label {
      color: #57aa60; }
    .product-page .page-header__text {
      padding: 0 45px; }
    @media (min-width: 992px) {
      .product-page .page-header__lead {
        text-align: center; } }
    .product-page .page-header__rating {
      text-align: center;
      font-size: 28px; }
      @media (min-width: 992px) {
        .product-page .page-header__rating {
          display: none; } }
      .product-page .page-header__rating img {
        display: inline-block;
        width: 200px; }
    .product-page .page-header .product-cost {
      font-size: 18px; }
    @media (min-width: 992px) {
      .product-page .page-header--mob {
        display: none; } }
    @media (max-width: 991px) {
      .product-page .page-header--desc {
        display: none; } }
  .product-page .carousel-item {
    cursor: pointer;
    text-align: center;
    height: 72px; }
    .product-page .carousel-item__img, .product-page .carousel-item__prev {
      display: inline-block; }

.product-carousel-0 .slick-slide,
.product-carousel-1 .slick-slide,
.product-carousel-2 .slick-slide {
  padding: 0 2px; }

.product-carousel-0 .carousel-item,
.product-carousel-1 .carousel-item,
.product-carousel-2 .carousel-item {
  margin: 15px 0;
  padding: 10px 0;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }
  @media (min-width: 768px) {
    .product-carousel-0 .carousel-item,
    .product-carousel-1 .carousel-item,
    .product-carousel-2 .carousel-item {
      font-size: 14px; } }
  .product-carousel-0 .carousel-item--active,
  .product-carousel-1 .carousel-item--active,
  .product-carousel-2 .carousel-item--active {
    border-radius: 3px;
    border-color: #57aa60; }
  .product-carousel-0 .carousel-item__title,
  .product-carousel-1 .carousel-item__title,
  .product-carousel-2 .carousel-item__title {
    display: block; }

.product-carousel-0 .slick-prev,
.product-carousel-1 .slick-prev,
.product-carousel-2 .slick-prev {
  left: -11%; }

.product-carousel-0 .slick-next,
.product-carousel-1 .slick-next,
.product-carousel-2 .slick-next {
  right: -11%; }

.product-carousel-0 .product-cost__text,
.product-carousel-1 .product-cost__text,
.product-carousel-2 .product-cost__text {
  text-transform: uppercase; }

.product-carousel-1 .carousel-item__prev {
  display: none; }

.product-carousel-2 .carousel-item__prev-wrap {
  margin-bottom: 5px; }

/*product-carousel-for*/
.product-carousel-for {
  margin-bottom: 40px; }
  .product-carousel-for .carousel-item__prev-wrap {
    position: relative; }
  .product-carousel-for .carousel-item__caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 20px;
    z-index: 1030;
    color: #b1afaf; }
  .product-carousel-for .carousel-item__img {
    max-height: 700px; }

/* IE10+ specific styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-carousel-for .carousel-item__img {
    width: 100%;
    max-width: 700px; } }

/*product-carousel-nav*/
.product-carousel-nav {
  margin: 0 auto;
  padding: 0 13%;
  height: 70px; }
  @media (min-width: 576px) {
    .product-carousel-nav {
      max-width: 400px;
      padding-right: 40px;
      padding-left: 40px; } }
  .product-carousel-nav .slick-list {
    padding: 0 !important; }
  .product-carousel-nav .carousel-item__prev-wrap {
    display: inline-block;
    width: 72px;
    height: 72px;
    border: 1px solid #bbbab9; }
  .product-carousel-nav .carousel-item__tcell {
    overflow: hidden;
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px; }
  .product-carousel-nav .carousel-item__img {
    max-width: 70px;
    max-height: 70px; }
  .product-carousel-nav .slick-slide:first-child {
    margin-top: 0; }
  .product-carousel-nav .slick-prev {
    left: 5px; }
  .product-carousel-nav .slick-next {
    right: 5px; }

.reviews-carousel .slick-prev,
.related-carousel .slick-prev {
  left: -30px; }

.reviews-carousel .slick-next,
.related-carousel .slick-next {
  right: -30px; }

/* product-main */
.product-main {
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .product-main {
      margin-bottom: 0;
      padding-right: 5%;
      padding-bottom: 0; } }

/* product-option */
.product-option {
  background-color: white; }
  .product-option .panel-group {
    margin-bottom: 85px; }
  .product-option .panel {
    margin-bottom: 20px; }
    .product-option .panel__top {
      border-bottom: 1px solid #e8e8e8; }
    .product-option .panel__title {
      font-size: 22px;
      margin-bottom: 0;
      padding: 10px;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 768px) {
        .product-option .panel__title {
          font-size: 16px; } }
    .product-option .panel__text {
      display: inline-block;
      vertical-align: text-bottom; }
    .product-option .panel__bottom {
      padding: 5px 10%; }
  .product-option .link-info:before {
    display: inline; }

/* color-select */
.color-select {
  display: inline-block;
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid; }
  .color-select:hover {
    box-shadow: 0px 7px 8.1px 0.9px rgba(128, 125, 124, 0.22); }
  .color-select--c-1 {
    border-color: #d8d5d5;
    background-color: #e9e9e9; }
  .color-select--c-2 {
    border-color: #bca5a1;
    background-color: #e8ccc7; }
  .color-select--c-3 {
    border-color: #d1c8ab;
    background-color: #e1d8bf; }
  .color-select--active {
    border-color: #807d7c; }

.product-option-form .opt-label {
  display: inline-block;
  cursor: pointer; }

.product-option-form .opt-input-radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

/* product-result */
.product-result {
  margin-bottom: 50px;
  text-align: center; }
  .product-result__top {
    font-size: 18px;
    margin-bottom: 20px; }
  .product-result .button-result {
    position: relative;
    font-size: 18px;
    width: 300px;
    height: 60px;
    border-color: black; }
    @media (min-width: 768px) {
      .product-result .button-result {
        font-size: 16px; } }
    .product-result .button-result__wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      z-index: 1000;
      overflow: hidden;
      height: 19px; }
    .product-result .button-result__item--hint, .product-result .button-result__item--done, .product-result .button-result__item--add {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      height: 19px; }
    .product-result .button-result__item--done, .product-result .button-result__item--add {
      top: 0; }
    .product-result .button-result__item--hint {
      top: -100%; }
    .product-result .button-result__item--done {
      color: white;
      display: none; }
    .product-result .button-result:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 0;
      opacity: 0;
      background-color: #807d7c; }
    .product-result .button-result--done {
      border-color: #807d7c; }
      .product-result .button-result--done:after {
        width: 100%;
        opacity: 1; }
      .product-result .button-result--done .button-result__item--hint, .product-result .button-result--done .button-result__item--add {
        color: transparent;
        top: -100% !important;
        opacity: 0 !important;
        z-index: -1; }
      .product-result .button-result--done .button-result__item--done {
        top: 0;
        z-index: 1000;
        opacity: 1;
        display: block; }

/* product-spec */
.product-spec {
  border-bottom: 1px solid #bbbab9;
  padding-bottom: 20px; }
  @media (min-width: 576px) {
    .product-spec {
      display: table;
      width: 100%;
      border: none;
      padding-bottom: 0; } }
  @media (min-width: 576px) {
    .product-spec__right, .product-spec__left {
      display: table-cell;
      vertical-align: top; } }
  @media (min-width: 576px) {
    .product-spec__left {
      width: 40%; } }
  .product-spec__right {
    border-top: 1px solid #bbbab9;
    padding-top: 15px; }
    @media (min-width: 576px) {
      .product-spec__right {
        padding-top: 0;
        width: 60%;
        border: none; } }
  .product-spec__table {
    width: 100%; }
    .product-spec__table--1 td {
      padding: 10px 0;
      white-space: nowrap;
      width: 50%; }
  .product-spec tr:first-child td {
    padding-top: 30px; }
  .product-spec p,
  .product-spec td {
    font-size: 18px; }
    @media (min-width: 768px) {
      .product-spec p,
      .product-spec td {
        font-size: 14px; } }
    .product-spec p:last-child,
    .product-spec td:last-child {
      color: #8b8787; }
  .product-spec th {
    border-bottom: 1px solid #bbbab9; }
  .product-spec a {
    color: inherit;
    text-decoration: underline; }
  .product-spec__title {
    font-size: 24px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .product-spec__title {
        font-size: 20px; } }
  .product-spec__left td:last-child {
    text-align: right; }
    @media (min-width: 576px) {
      .product-spec__left td:last-child {
        text-align: left; } }
  .product-spec__list {
    margin-left: 20px;
    list-style-type: disc;
    text-align: left; }
    .product-spec__list p {
      margin-bottom: 0; }
    .product-spec__list li {
      line-height: 1.6;
      color: #8b8787;
      margin-bottom: 15px; }

/* product-reviews */
.card-list {
  text-align: center; }
  .card-list__item {
    max-width: 480px; }
  .card-list__title {
    font-size: 22px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .card-list__title {
        font-size: 16px; } }
    .card-list__title .card-list__text {
      font-size: inherit; }
  .card-list__top {
    margin-bottom: 15px; }
  .card-list__middle {
    margin-bottom: 10px;
    line-height: 1.7; }
    @media (min-width: 768px) {
      .card-list__middle {
        height: 95px; } }
  .card-list__text {
    font-size: 18px;
    display: block; }
    @media (min-width: 768px) {
      .card-list__text {
        font-size: 14px; } }
    .card-list__text--color {
      color: #807d7c; }
  .card-list__wrap {
    margin: 45px 5.5% 10%;
    padding: 7% 11%;
    background-color: white;
    box-shadow: 0px 10px 49px 0 rgba(235, 225, 224, 0.65);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative; }
    .card-list__wrap:hover {
      -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(-25px) skewX(0deg) skewY(0deg);
      -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-25px) skewX(0deg) skewY(0deg);
      -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(-25px) skewX(0deg) skewY(0deg);
      -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(-25px) skewX(0deg) skewY(0deg);
      transform: scale(1) rotate(0deg) translateX(0px) translateY(-25px) skewX(0deg) skewY(0deg);
      box-shadow: 0 10px 60px 5px #ebe1e0; }

.product-reviews {
  padding: 40px 0;
  border-bottom: 1px solid #bbbab9;
  text-align: center; }
  @media (min-width: 768px) {
    .product-reviews {
      border: none; } }
  .product-reviews__title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .product-reviews__title {
        font-size: 20px; } }
  .product-reviews__button {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding: 14px 33px; }

/* product-related */
.product-related {
  padding: 40px 0; }
  .product-related__title {
    font-size: 24px;
    text-align: center; }
    @media (min-width: 768px) {
      .product-related__title {
        font-size: 20px; } }
  .product-related--product-page {
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto; }
    .product-related--product-page .product-list__img {
      display: inline-block; }
    .product-related--product-page .product-list {
      display: block !important; }
    .product-related--product-page .product-list__item {
      padding: 0 3.5%; }
  @media (min-width: 576px) {
    .product-related .product-list__bottom--mob .rating {
      display: none; } }

/* landing */
.landing-page .page-header__text {
  display: block !important; }

.carousel-landing-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1904px; }

.carousel-landing {
  width: 100%;
  margin-bottom: 50px; }
  .carousel-landing__inner {
    position: relative; }
  .carousel-landing__item {
    padding-right: 8px;
    padding-left: 8px; }
    @media (max-width: 575px) {
      .carousel-landing__item {
        margin-top: 5%; } }
    @media (max-width: 575px) {
      .carousel-landing__item:first-child {
        margin-top: 0; } }
  .carousel-landing__img {
    display: block;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 575px) {
      .carousel-landing__img {
        width: 100%; } }
  .carousel-landing__desrpt {
    position: absolute;
    bottom: 6.5%;
    left: 9.5%; }
  .carousel-landing__title {
    font-size: 30px; }
  .carousel-landing__button {
    padding: 12px 45px; }
  .carousel-landing .slick-prev {
    left: 15px; }
  .carousel-landing .slick-next {
    right: 15px; }

/* cart */
.cart-page .breadcrumb {
  display: none;
  text-align: left; }
  @media (min-width: 992px) {
    .cart-page .breadcrumb {
      display: block; } }

.cart-page .page-header {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .cart-page .page-header {
      margin-bottom: 0; } }
  .cart-page .page-header__middle {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .cart-page .page-header__middle {
        margin-bottom: 0; } }

.cart-page .main-content__top {
  margin-bottom: 55px; }

/* time-line */
.time-line {
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000; }
  @media (min-width: 992px) {
    .time-line {
      position: absolute; } }
  .time-line__list {
    position: relative;
    max-width: 590px;
    margin-right: auto;
    margin-left: auto;
    background-color: #959291;
    height: 2px; }
  .time-line__item {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    white-space: nowrap;
    width: 120px; }
    .time-line__item:after {
      position: absolute;
      border: 2px solid #959291;
      border-radius: 50%;
      background-color: white;
      width: 23px;
      height: 23px;
      content: '';
      position: absolute;
      margin: auto;
      display: block;
      top: 0;
      bottom: 0; }
    .time-line__item--done:after {
      border-color: #ece2e1;
      background-color: #ece2e1; }
    .time-line__item--1:after {
      left: -2px; }
    .time-line__item--2 {
      left: 0;
      right: 0;
      text-align: center; }
      .time-line__item--2:after {
        left: 0;
        right: 0; }
    .time-line__item--3 {
      right: 0;
      text-align: right; }
      .time-line__item--3:after {
        right: -2px; }
  .time-line__text {
    display: inline-block;
    margin-top: 15px;
    font-size: 12px; }
    @media (min-width: 576px) {
      .time-line__text {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .time-line__text {
        font-size: 14px; } }

.cart-form:after {
  clear: both;
  content: "";
  display: block; }

.cart-form__left {
  margin-bottom: 40px; }
  @media (min-width: 1200px) {
    .cart-form__left {
      float: left;
      width: 60.75%;
      margin-bottom: 0; } }

@media (min-width: 1200px) {
  .cart-form__right {
    float: right;
    width: 34%; } }

/* cart-unit */
.cart-unit {
  margin-bottom: 45px; }
  .cart-unit__item {
    padding: 3.4% 5.5%; }
    @media (min-width: 992px) {
      .cart-unit__item {
        display: table;
        width: 100%; } }
  .cart-unit__left {
    text-align: center; }
    @media (min-width: 992px) {
      .cart-unit__left {
        display: table-cell;
        vertical-align: middle;
        width: 33%; } }
  .cart-unit__img-wrap {
    margin-right: auto;
    margin-left: auto;
    max-width: 270px;
    text-align: center; }
  .cart-unit__img {
    display: inline-block;
    vertical-align: middle;
    max-height: 150px; }
  @media (min-width: 992px) {
    .cart-unit__right {
      display: table-cell;
      vertical-align: top;
      padding-left: 5%; } }
  .cart-unit__title {
    font-size: 19px; }

/* cart-table */
.cart-table {
  width: 100%; }
  .cart-table td {
    font-size: 18px;
    color: #484848;
    padding: 7px 0 0 0; }
    @media (min-width: 768px) {
      .cart-table td {
        font-size: 16px; } }
    .cart-table td a {
      font-size: inherit;
      color: inherit; }
  .cart-table tr:first-child td {
    padding-top: 0; }
  .cart-table tr td:last-child {
    text-align: right; }
  .cart-table .select-wrap {
    width: 163px; }
  .cart-table__divider td {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px; }
  .cart-table__sub-total {
    display: block;
    margin: 18px 0 10px 0;
    color: black; }
  .cart-table__link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .cart-table__label--d-code {
    display: block;
    text-align: left;
    margin-bottom: 5px; }
  .cart-table .button--reset {
    font-size: 26px;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    text-transform: uppercase;
    padding: 0; }

/* cart-propos */
.cart-propos__title {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .cart-propos__title {
      font-size: 16px;
      text-align: left; } }

.cart-propos__item {
  margin: 5px 0; }

.cart-propos__inner {
  padding: 20px 20px 35px;
  box-shadow: 0 0 10px 0 rgba(205, 193, 191, 0.41); }

.cart-propos__top {
  text-align: center; }

.cart-propos__img {
  display: inline-block !important;
  max-height: 110px; }

.cart-propos__middle {
  text-align: center; }

.cart-propos__text {
  margin-bottom: 0;
  max-height: 25px; }

.cart-propos__bottom {
  text-align: center; }

.cart-propos .product-cost {
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .cart-carousel {
    margin-left: -15px; } }

.cart-carousel .slick-slide {
  padding: 0 15px; }

.cart-carousel .slick-arrow {
  top: -70px; }

.cart-carousel .slick-prev {
  left: -20px; }

.cart-carousel .slick-next {
  right: -20px; }

/* cart-order */
.order {
  margin-right: auto;
  margin-left: auto; }
  .order--cart {
    max-width: 514px; }
    .order--cart .order__title {
      font-size: 28px;
      text-align: center; }
      @media (min-width: 768px) {
        .order--cart .order__title {
          font-size: 24px; } }
    .order--cart .order__table-wrap {
      padding: 30px 5%;
      margin-bottom: 40px;
      border: 1px solid #807d7c; }
      @media (min-width: 768px) {
        .order--cart .order__table-wrap {
          border: none;
          padding-right: 0;
          padding-left: 0;
          padding-top: 0;
          margin: 0; } }
    .order--cart .cart-table__sub-total {
      margin-top: 25px;
      margin-bottom: 0; }
    .order--cart .order__input {
      width: 60%;
      border: 1px solid #cbcbcb; }
      @media (min-width: 576px) {
        .order--cart .order__input {
          width: 75%; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .order--cart .order__input {
          width: 240px; } }
      @media (min-width: 1200px) and (max-width: 1599px) {
        .order--cart .order__input {
          width: 60%; } }
      @media (min-width: 1600px) {
        .order--cart .order__input {
          width: 240px; } }
    @media (max-width: 767px) {
      .order--cart .panel {
        box-shadow: none;
        padding: 0; } }
    @media (min-width: 576px) {
      .order--cart .panel {
        padding: 10%; } }
    @media (min-width: 768px) {
      .order--cart .panel {
        padding-right: 16%;
        padding-left: 16%; } }
    .order--cart .icon-lock {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      font-size: 26px; }
  .order .panel__middle {
    margin-bottom: 50px; }
  .order__caption {
    display: table-header-group; }
    @media (min-width: 768px) {
      .order__caption {
        display: none; } }
  .order__title {
    text-transform: uppercase;
    padding-bottom: 30px;
    width: 100%;
    margin-bottom: 0; }
  .order__text {
    display: block;
    text-align: center;
    padding: 15px 0; }
  .order__input {
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    height: 40px;
    vertical-align: top;
    margin-right: 10px; }
  .order .label-pp {
    display: block;
    text-align: center; }
  .order .cart-table__divider td {
    padding-bottom: 25px; }
  .order .cart-table__total {
    color: black; }
  .order__form-group {
    text-align: left; }

.button--cart {
  font-size: 18px;
  line-height: 1;
  padding: 10px 18px;
  text-transform: uppercase;
  vertical-align: top; }
  @media (min-width: 768px) {
    .button--cart {
      font-size: 16px; } }

.button--check {
  font-size: 19px;
  padding: 13px 0;
  display: block;
  width: 100%; }

.button--pp {
  display: block;
  width: 246px;
  height: 49px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  background-image: url("../img/logo/pp-logo.png");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  .button--pp:active, .button--pp:focus, .button--pp:hover {
    opacity: .8; }

/* checkout */
@media (min-width: 1200px) {
  .cart-form--checkout .cart-form__left {
    width: 57%; } }

@media (min-width: 1200px) {
  .cart-form--checkout .cart-form__right {
    width: 39.5%; } }

.cart-form--checkout .panel {
  padding: 30px 15px; }
  @media (min-width: 576px) {
    .cart-form--checkout .panel {
      padding: 35px 35px 40px 35px; } }

.cart-form .selectric-wrapper .selectric-items {
  border-color: #cbcbcb; }
  .cart-form .selectric-wrapper .selectric-items li {
    font-size: 16px;
    color: #484848; }

.cart-form .selectric-wrapper .selectric {
  height: 38px;
  background-color: white;
  border-color: #cbcbcb; }
  .cart-form .selectric-wrapper .selectric .label {
    font-size: 16px;
    color: #484848; }
  .cart-form .selectric-wrapper .selectric .button {
    color: #484848;
    background-color: white;
    border: none; }
    .cart-form .selectric-wrapper .selectric .button:after {
      font-size: 20px;
      line-height: 38px;
      content: '' !important;
      color: #484848;
      width: auto;
      height: auto;
      border: none;
      display: block; }

@media (min-width: 768px) {
  .checkout-options__fieldset .form-group:last-child .checkout-options__label {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .checkout-options .form-group {
    display: block; } }

.checkout-options .checkout-options-brand {
  margin-bottom: 35px; }
  .checkout-options .checkout-options-brand__text {
    color: #fbb850; }
  .checkout-options .checkout-options-brand__text, .checkout-options .checkout-options-brand__img {
    display: inline-block; }

.checkout-options .panel {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .checkout-options .panel {
      padding-bottom: 20px; } }
  .checkout-options .panel:last-child {
    margin-bottom: 0; }
  .checkout-options .panel__bottom {
    display: none;
    padding-top: 25px; }
  .checkout-options .panel__text {
    font-size: 28px;
    color: black; }
    @media (min-width: 768px) {
      .checkout-options .panel__text {
        font-size: 20px; } }
  .checkout-options .panel__title {
    cursor: pointer;
    position: relative;
    margin-bottom: 0; }
    .checkout-options .panel__title:before {
      font-size: 28px;
      text-align: center;
      display: inline-block;
      margin-right: 5px;
      width: 41px;
      height: 41px;
      line-height: 41px;
      border-radius: 50%;
      background-color: #ebe1e1; }
      @media (min-width: 768px) {
        .checkout-options .panel__title:before {
          font-size: 20px;
          width: 31px;
          height: 31px;
          line-height: 31px; } }
    .checkout-options .panel__title:after {
      content: '+';
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 33px;
      height: 33px;
      line-height: 29px;
      border: 1px solid #ebe1e1;
      background-color: white;
      border-radius: 50%;
      text-align: center;
      font-size: 26px;
      color: #ebe1e1; }
  .checkout-options .panel .target-active {
    display: block; }
  .checkout-options .panel .toggle-active .panel__title:after {
    display: block; }
  .checkout-options .panel--address .panel__title:before {
    content: '1'; }
  .checkout-options .panel--address [for="state"] {
    width: 100%; }
    @media (min-width: 576px) {
      .checkout-options .panel--address [for="state"] {
        width: 60%;
        margin-right: 4%; } }
    @media (min-width: 768px) {
      .checkout-options .panel--address [for="state"] {
        width: 35%;
        margin-right: 0; } }
  .checkout-options .panel--address [for="zip-code"] {
    width: 100%; }
    @media (min-width: 576px) {
      .checkout-options .panel--address [for="zip-code"] {
        width: 35%; } }
    @media (min-width: 768px) {
      .checkout-options .panel--address [for="zip-code"] {
        width: 15%; } }
  @media (max-width: 767px) {
    .checkout-options .panel--address .form-group:last-child {
      display: table;
      width: 100%; } }
  .checkout-options .panel--address .form-group:last-child .checkout-options__label:last-child {
    display: table-header-group; }
  .checkout-options .panel--p-method .panel__title:before {
    content: '3'; }
  .checkout-options .panel--p-method .checkout-options-brand {
    width: 260px; }
    .checkout-options .panel--p-method .checkout-options-brand__item {
      width: 60px; }
  .checkout-options .panel--p-method [for="m-date"],
  .checkout-options .panel--p-method [for="y-date"],
  .checkout-options .panel--p-method [for="cvv"] {
    width: 100%; }
    @media (min-width: 576px) {
      .checkout-options .panel--p-method [for="m-date"],
      .checkout-options .panel--p-method [for="y-date"],
      .checkout-options .panel--p-method [for="cvv"] {
        width: 32%;
        margin-right: 1.2%; } }
    @media (min-width: 768px) {
      .checkout-options .panel--p-method [for="m-date"],
      .checkout-options .panel--p-method [for="y-date"],
      .checkout-options .panel--p-method [for="cvv"] {
        margin-right: 0;
        width: 20%; } }
  .checkout-options .panel--p-method [for="cvv"] {
    margin-right: 0; }
  .checkout-options .panel--p-method .link-info {
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 19px;
    background-color: #ebe1e1;
    color: white; }
  .checkout-options .panel--p-method [for="card-number"] {
    width: 100%; }
  .checkout-options .panel--sh-method .panel__title:before {
    content: '2'; }
  .checkout-options .panel--sh-method .form-group:first-child {
    margin-bottom: 18px; }
  @media (max-width: 1599px) {
    .checkout-options .panel--sh-method .form-group {
      display: block; }
      .checkout-options .panel--sh-method .form-group:after {
        clear: both;
        content: "";
        display: block; } }
  .checkout-options .panel--sh-method .checkout-options-brand {
    width: 220px; }
    .checkout-options .panel--sh-method .checkout-options-brand__img {
      width: 70px; }
  .checkout-options .panel--sh-method [for^="sh-method"] {
    padding-right: 0;
    width: 200px;
    height: 67px; }
    @media (max-width: 1599px) {
      .checkout-options .panel--sh-method [for^="sh-method"] {
        float: left; } }
    .checkout-options .panel--sh-method [for^="sh-method"] .checkout-options__text {
      line-height: 1.5;
      width: 175px; }

.checkout-options__label {
  font-size: 18px;
  color: #484848;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
  @media (min-width: 768px) {
    .checkout-options__label {
      font-size: 16px;
      padding-right: 20px;
      width: 50%; }
      .checkout-options__label:last-child {
        padding-right: 0; } }

.checkout-options__sub-title {
  display: block;
  color: black; }

.checkout-options__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
  line-height: 1; }
  @media (min-width: 768px) {
    .checkout-options__text {
      width: 165px; } }

.checkout-options__sub-text {
  font-size: 14px;
  display: block;
  width: 140px; }

.checkout-options__input-radio, .checkout-options__input-checkbox {
  display: inline-block;
  vertical-align: middle; }

.checkout-options__input-select, .checkout-options__input-text {
  display: block;
  width: 100%;
  border: 1px solid #cbcbcb;
  padding: 7px 15px; }

.checkout-options .iradio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background-color: white;
  border: solid 1px #cbcbcb;
  border-radius: 50%; }
  .checkout-options .iradio.checked:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    background-color: #cbcbcb;
    border-radius: 50%; }

.checkout-options .icheckbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  background-color: white;
  border: solid 1px #cbcbcb; }
  .checkout-options .icheckbox.checked:before {
    content: "\e90d";
    color: #807d7c;
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px; }

.order--checkout {
  max-width: 600px; }
  .order--checkout .panel__top {
    border-bottom: 1px solid #cbcbcb; }
  .order--checkout .order__title {
    font-size: 19px;
    text-align: left; }
  .order--checkout .order__table-wrap {
    padding: 25px 0;
    border-top: 1px solid #cbcbcb; }
  .order--checkout .cart-table__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 85%; }
  .order--checkout .cart-table__sub-total {
    margin: 0;
    color: #484848; }
  .order--checkout .cart-table__g-total {
    margin: 0;
    display: inline-block;
    color: black; }
  .order--checkout .cart-unit {
    margin-bottom: 25px; }
    .order--checkout .cart-unit__item {
      display: table;
      margin-top: 20px;
      padding: 0;
      width: 100%; }
    .order--checkout .cart-unit__title {
      font-size: 18px; }
      @media (min-width: 768px) {
        .order--checkout .cart-unit__title {
          font-size: 14px; } }
    .order--checkout .cart-unit__left {
      display: table-cell;
      vertical-align: top;
      width: 70px; }
    .order--checkout .cart-unit__right {
      display: table-cell;
      vertical-align: top;
      padding-left: 15px; }
    .order--checkout .cart-unit__img-wrap {
      padding: 5px;
      width: 71px;
      height: 64px;
      border: 1px solid #cbcbcb;
      display: table-cell;
      vertical-align: middle; }
    .order--checkout .cart-unit__sum-total {
      display: inline-block;
      color: black; }
    .order--checkout .cart-unit td {
      font-size: 18px; }
      @media (min-width: 768px) {
        .order--checkout .cart-unit td {
          font-size: 14px; } }
  .order--checkout .add-unit {
    font-size: 16px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .order--checkout .add-unit {
        font-size: 13px; } }
    .order--checkout .add-unit__text {
      color: #484848; }
    .order--checkout .add-unit__link {
      font-size: inherit;
      color: black;
      text-decoration: underline; }
  .order--checkout .order__form-group {
    display: block;
    margin-bottom: 10px; }
    .order--checkout .order__form-group .button--cart {
      width: 100%; }
      @media (min-width: 576px) {
        .order--checkout .order__form-group .button--cart {
          width: auto; } }
  .order--checkout .order__input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #cbcbcb; }
    @media (min-width: 576px) {
      .order--checkout .order__input {
        width: 286px;
        margin-right: 10px;
        margin-bottom: 0; } }

/* confirm */
.confirm {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .confirm .button--check {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto; }

.confirm-title {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .confirm-title {
      font-size: 24px; } }
  .confirm-title__text {
    display: block;
    margin-bottom: 25px; }
  .confirm-title__icon {
    font-size: 28px;
    display: block;
    margin: auto;
    width: 49px;
    height: 49px;
    line-height: 49px;
    color: white;
    background-color: #ebe1e1;
    border-radius: 50%; }

.confirm-text {
  margin-bottom: 45px; }
  .confirm-text__item {
    font-size: 18px; }
    @media (min-width: 768px) {
      .confirm-text__item {
        font-size: 16px; } }
    .confirm-text__item:last-child {
      margin-bottom: 0; }
  .confirm-text__color {
    color: #975f5e; }

.share__title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .share__title {
      font-size: 22px; } }

.share .net-bar {
  margin-bottom: 40px; }

/* contact */
.contact-page .content {
  padding-top: 0; }

.contact-page .main-content {
  padding-top: 0; }
  @media (min-width: 1200px) {
    .contact-page .main-content__top {
      position: relative;
      z-index: -1; } }
  .contact-page .main-content__bottom:after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 768px) {
    .contact-page .main-content__bottom {
      margin-top: -6%; } }
  @media (min-width: 768px) {
    .contact-page .main-content__bottom {
      margin-top: -9%; } }
  @media (min-width: 1200px) {
    .contact-page .main-content__bottom {
      margin-top: -30%; } }
  @media (min-width: 1600px) {
    .contact-page .main-content__bottom {
      margin-top: -27%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .contact-page .main-content__right {
      float: right;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .contact-page .main-content__right {
      padding-left: 15px;
      width: 61%; } }
  @media (min-width: 1200px) {
    .contact-page .main-content__right {
      padding-left: 8.5%; } }
  .contact-page .main-content__left {
    display: none; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .contact-page .main-content__left {
        float: left;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .contact-page .main-content__left {
        width: 38%; } }
  @media (min-width: 768px) {
    .contact-page .main-content__right, .contact-page .main-content__left {
      display: inline-block;
      vertical-align: bottom; } }
  @media (min-width: 1200px) {
    .contact-page .main-content__right, .contact-page .main-content__left {
      float: none; } }

.contact-page .contact-img {
  display: block; }
  .contact-page .contact-img--mob {
    width: 100%; }
    @media (min-width: 768px) {
      .contact-page .contact-img--mob {
        display: none; } }

/*banner--contact*/
@media (min-width: 576px) {
  .banner--contact .banner__inner--left {
    left: 10%; } }

.banner--contact .banner-descrp__wrap {
  max-width: 460px; }
  @media (min-width: 1200px) {
    .banner--contact .banner-descrp__wrap {
      max-width: 435px; } }

/*contact-form*/
.contact-form {
  padding: 13.5% 5% 13%;
  background-color: #f9f7f4; }
  @media (min-width: 1200px) {
    .contact-form {
      padding-right: 8%;
      padding-left: 8%; } }
  @media (min-width: 1600px) {
    .contact-form {
      padding-right: 13%;
      padding-left: 13%; } }
  .contact-form__title {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .contact-form__title {
        font-size: 20px; } }
  .contact-form__fieldset {
    position: relative;
    margin-bottom: 50px; }
    @media (min-width: 1600px) {
      .contact-form__fieldset {
        margin-bottom: 90px; } }
  .contact-form__inner--hide {
    z-index: -1;
    opacity: 0; }
  .contact-form__group {
    margin-top: 15px; }
    .contact-form__group:after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 1600px) {
      .contact-form__group {
        margin-top: 50px; } }
    .contact-form__group:first-child {
      margin-top: 0; }
    .contact-form__group:last-child {
      margin-top: 35px; }
  .contact-form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .contact-form__textarea {
    height: 49px; }
  .contact-form__textarea, .contact-form__input-text {
    font-size: 18px;
    letter-spacing: 1.7px;
    color: #807d7c;
    padding: 14px 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #807d7c;
    border-left-color: transparent;
    background-color: transparent; }
    @media (min-width: 768px) {
      .contact-form__textarea, .contact-form__input-text {
        font-size: 14px; } }
    .contact-form__textarea.placeholder, .contact-form__input-text.placeholder {
      color: #807d7c; }
    .contact-form__textarea:-moz-placeholder, .contact-form__input-text:-moz-placeholder {
      color: #807d7c; }
    .contact-form__textarea::-moz-placeholder, .contact-form__input-text::-moz-placeholder {
      color: #807d7c; }
    .contact-form__textarea:-ms-input-placeholder, .contact-form__input-text:-ms-input-placeholder {
      color: #807d7c; }
    .contact-form__textarea::-webkit-input-placeholder, .contact-form__input-text::-webkit-input-placeholder {
      color: #807d7c; }
    .contact-form__textarea.placeholder, .contact-form__input-text.placeholder {
      color: transparent !important; }
    .contact-form__textarea:focus::-webkit-input-placeholder, .contact-form__input-text:focus::-webkit-input-placeholder {
      color: transparent !important; }
    .contact-form__textarea:focus::-moz-placeholder, .contact-form__input-text:focus::-moz-placeholder {
      color: transparent !important; }
    .contact-form__textarea:focus:-moz-placeholder, .contact-form__input-text:focus:-moz-placeholder {
      color: transparent !important; }
  @media (max-width: 575px) {
    .contact-form__captcha {
      margin-bottom: 15px; } }
  @media (min-width: 576px) {
    .contact-form__captcha {
      float: left; } }
  .contact-form__button {
    font-size: 16px;
    padding: 0; }
    @media (min-width: 576px) {
      .contact-form__button {
        float: right; } }
  .contact-form__captcha, .contact-form__button {
    width: 174px;
    height: 46px; }
  .contact-form__mess {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #f9f7f4; }
    .contact-form__mess--show {
      z-index: 1000; }
  .contact-form__sub-title {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contact-form__sub-title {
        font-size: 20px; } }
  .contact-form__link:hover {
    text-decoration: underline; }

@media (max-width: 575px) {
  .contact-address__item {
    width: 100%; } }

@media (min-width: 992px) {
  .contact-address__item {
    width: 42%; } }

.contact-address__item:first-child {
  padding-right: 15px; }

@media (min-width: 992px) {
  .contact-address__item:nth-child(2) {
    width: 58%; } }

.contact-address__row {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block; }

.contact-address__text {
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 28px; }

.contact-address__link {
  font-size: 14px;
  letter-spacing: 1.2px; }
  .contact-address__link:hover {
    text-decoration: underline; }

.contact-address-title {
  margin-bottom: 5px; }
  .contact-address-title__icon {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px; }
    .contact-address-title__icon:before {
      color: black; }
  .contact-address-title__text {
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #807d7c;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; }

/* return-policy-page */
.return-policy-page .main-content {
  padding-top: 0; }

/* shipping-page */
.shipping-page .main-content {
  padding-top: 0; }

/* about-page */
.about-page .content,
.about-page .main-content {
  padding-top: 0;
  padding-bottom: 0; }

.about-page .breadcrumb {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000; }
  @media (max-width: 1199px) {
    .about-page .breadcrumb {
      text-align: center; } }
  .about-page .breadcrumb__arrow, .about-page .breadcrumb__link {
    color: white; }

/*features--about*/
@media (min-width: 768px) {
  .features--about .features-grid__right {
    width: 41.3%; } }

@media (min-width: 768px) {
  .features--about .features-grid__left {
    width: 58.7%; } }

/*banner--about*/
.banner--about.banner--top .banner-descrp__wrap {
  max-width: 98%; }
  @media (min-width: 576px) {
    .banner--about.banner--top .banner-descrp__wrap {
      max-width: 80%; } }
  @media (min-width: 992px) {
    .banner--about.banner--top .banner-descrp__wrap {
      max-width: 70%; } }

.banner--about.banner--top .banner-descrp__title {
  margin-bottom: 0;
  font-size: 22px; }
  @media (min-width: 576px) {
    .banner--about.banner--top .banner-descrp__title {
      font-size: 26px; } }
  @media (min-width: 992px) {
    .banner--about.banner--top .banner-descrp__title {
      font-size: 32px; } }
  @media (min-width: 1600px) {
    .banner--about.banner--top .banner-descrp__title {
      font-size: 43px; } }

.banner--about.banner--top .banner-descrp .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65%;
  margin: auto;
  width: 130px;
  color: white; }
  @media (max-width: 575px) {
    .banner--about.banner--top .banner-descrp .link {
      display: none; } }
  .banner--about.banner--top .banner-descrp .link__text {
    display: block; }

@media (max-width: 991px) {
  .banner--about.banner--small {
    padding: 0;
    height: auto; } }

@media (min-width: 992px) {
  .banner--about.banner--small {
    position: relative;
    height: 0;
    padding-bottom: 84.4%; } }

@media (max-width: 991px) {
  .banner--about.banner--small .banner__inner {
    position: static; } }

@media (min-width: 992px) {
  .banner--about .banner__inner--left {
    left: 65px;
    right: auto;
    max-width: 660px; } }

@media (max-width: 767px) {
  .banner--about .banner__inner--static {
    position: static; } }

.banner--about .banner-descrp__text {
  font-size: 20px; }
  @media (min-width: 1200px) {
    .banner--about .banner-descrp__text {
      font-size: 24px; } }

.banner--about .a-ratio {
  width: 100%; }
  .banner--about .a-ratio--2 {
    padding-top: 141%; }
  .banner--about .a-ratio--3 {
    padding-top: 84.4%; }
  .banner--about .a-ratio__el {
    height: auto; }

/*card-list-sect--about*/
.card-list-sect--about {
  max-width: 1308px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .card-list-sect--about {
      margin-bottom: 0; } }
  .card-list-sect--about .card-list {
    -webkit-justify-content: center; }
    .card-list-sect--about .card-list__item {
      max-width: 436px; }
      @media (min-width: 576px) {
        .card-list-sect--about .card-list__item {
          width: 50%; } }
      @media (min-width: 992px) {
        .card-list-sect--about .card-list__item {
          width: 33.3333%; } }
    .card-list-sect--about .card-list__top {
      margin-bottom: 20px; }
    .card-list-sect--about .card-list__img {
      display: inline-block !important;
      height: 60px; }
    .card-list-sect--about .card-list__title {
      font-size: 21px;
      margin-bottom: 10px; }
    .card-list-sect--about .card-list__text {
      font-size: 14px;
      letter-spacing: 1.4px;
      color: #807d7c; }
      .card-list-sect--about .card-list__text:last-child {
        margin-bottom: 0; }
    .card-list-sect--about .card-list__wrap {
      transform: none;
      padding: 40px 40px 55px;
      box-shadow: 0px 10px 49px 0 rgba(205, 193, 191, 0.77); }

/*demo-sect*/
@media (max-width: 1199px) {
  .demo-sect {
    background-color: #f3f3f3; } }

.demo-sect__wrap {
  padding: 55px 0 75px;
  background-color: #f3f3f3; }

.demo-sect__title {
  font-size: 38px;
  letter-spacing: 1.5px;
  text-align: center; }

.demo-sect__img {
  margin-top: 30px; }
  @media (min-width: 576px) {
    .demo-sect__img {
      display: none; } }

.demo-block {
  position: relative;
  display: none;
  padding-bottom: 360px;
  padding-top: 190px;
  max-width: 655px; }
  @media (min-width: 576px) {
    .demo-block {
      display: block; } }
  @media (min-width: 992px) {
    .demo-block {
      margin-left: 4%;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    .demo-block {
      margin-left: 15%; } }
  @media (min-width: 1600px) {
    .demo-block {
      margin-left: 18%; } }

.demo-descrpt {
  position: absolute;
  max-width: 270px;
  text-align: center; }
  .demo-descrpt__img {
    position: relative; }
  .demo-descrpt__icon {
    display: inline-block;
    margin-bottom: 5px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
    .demo-descrpt__icon--1 {
      width: 30px;
      height: 31px;
      background-image: url("../img/about/shape-1.svg"); }
    .demo-descrpt__icon--2 {
      width: 36px;
      height: 31px;
      background-image: url("../img/about/shape-2.svg"); }
    .demo-descrpt__icon--3 {
      width: 43px;
      height: 26px;
      background-image: url("../img/about/shape-3.svg"); }
    .demo-descrpt__icon--4 {
      margin-top: 5px;
      margin-bottom: 0;
      width: 55px;
      height: 20px;
      background-image: url("../img/about/shape-4.svg"); }
    .demo-descrpt__icon--5 {
      width: 52px;
      height: 24px;
      background-image: url("../img/about/shape-5.svg"); }
  .demo-descrpt__text {
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 0;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .demo-descrpt__track {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
    margin: auto;
    width: 2px;
    height: 55px; }
  .demo-descrpt__mark {
    display: block;
    background-color: #a6a6a6;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    height: 55px; }
  .demo-descrpt__point {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1020;
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #ffbb9e;
    border-radius: 50%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .demo-descrpt--1 {
    top: 9%;
    left: 22%; }
    @media (min-width: 992px) {
      .demo-descrpt--1 {
        top: 12%; } }
    .demo-descrpt--1 .demo-descrpt__point {
      bottom: -57px; }
  .demo-descrpt--2 {
    left: 0;
    bottom: 60px; }
    @media (min-width: 992px) {
      .demo-descrpt--2 {
        top: 6%;
        right: 0;
        bottom: auto;
        left: auto; } }
    .demo-descrpt--2 .demo-descrpt__img {
      top: 50px;
      right: 20px; }
    .demo-descrpt--2 .demo-descrpt__point {
      bottom: 30px; }
  .demo-descrpt--3 {
    right: 0;
    bottom: 40px; }
    @media (min-width: 992px) {
      .demo-descrpt--3 {
        top: 19%;
        right: -37%;
        bottom: auto; } }
    @media (min-width: 1200px) {
      .demo-descrpt--3 {
        right: -39%; } }
    .demo-descrpt--3 .demo-descrpt__img {
      top: 35px;
      right: 30px; }
    .demo-descrpt--3 .demo-descrpt__point {
      bottom: 30px; }
  .demo-descrpt--4 {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 30%; }
    @media (min-width: 992px) {
      .demo-descrpt--4 {
        bottom: -25px;
        right: 20%;
        left: auto;
        margin: 0; } }
    .demo-descrpt--4 .demo-descrpt__track {
      top: -60px; }
    .demo-descrpt--4 .demo-descrpt__point {
      top: -65px;
      bottom: auto; }
  .demo-descrpt--5 {
    display: none;
    left: -12%;
    bottom: 26%; }
    @media (min-width: 992px) {
      .demo-descrpt--5 {
        display: block; } }
    .demo-descrpt--5 .demo-descrpt__track {
      bottom: 25px;
      right: -130%;
      width: 55px;
      height: 2px; }
    .demo-descrpt--5 .demo-descrpt__point {
      left: auto;
      right: -30%;
      bottom: 22px; }
    .demo-descrpt--5-mob {
      top: 19%;
      right: -25px; }
      @media (min-width: 992px) {
        .demo-descrpt--5-mob {
          display: none; } }
      .demo-descrpt--5-mob .demo-descrpt__point {
        bottom: -57px; }

/*animated classes*/
[class*="demo-descrpt__animated"] {
  visibility: hidden; }
  [class*="demo-descrpt__animated"].animated {
    visibility: visible; }

/*fill-panel-sect--about*/
.fill-panel-sect--about .fill-panel-list {
  margin-right: auto;
  margin-left: auto; }
  .fill-panel-sect--about .fill-panel-list:after {
    display: none !important; }
  .fill-panel-sect--about .fill-panel-list__item {
    margin: 0;
    padding: 0; }

@media (min-width: 992px) {
  .fill-panel-sect--about .fill-panel {
    margin-top: -220px;
    padding-top: 220px; } }

.fill-panel-sect--about .fill-panel__top {
  margin-bottom: 30px; }

.fill-panel-sect--about .fill-panel__title {
  font-size: 22px;
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 1014px; }
  @media (min-width: 576px) {
    .fill-panel-sect--about .fill-panel__title {
      font-size: 26px; } }
  @media (min-width: 992px) {
    .fill-panel-sect--about .fill-panel__title {
      font-size: 38px;
      letter-spacing: 1.4px; } }

.fill-panel-sect--about .fill-panel__button {
  padding: 13px 27px; }

/* testimony-page */
.testimony-page {
  /*lead-sect*/ }
  .testimony-page .lead-sect {
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .testimony-page .lead-sect {
        margin-bottom: 50px; } }
    .testimony-page .lead-sect__top, .testimony-page .lead-sect__middle, .testimony-page .lead-sect__bottom {
      max-width: 100%; }
    .testimony-page .lead-sect__middle {
      margin-bottom: 30px; }
    .testimony-page .lead-sect__img {
      display: block;
      margin-right: auto;
      margin-left: auto; }
      .testimony-page .lead-sect__img.secure-logo-9 {
        margin-bottom: 40px;
        width: 109px; }
        @media (min-width: 576px) {
          .testimony-page .lead-sect__img.secure-logo-9 {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0; } }

/* trustpl */
@media (max-width: 575px) {
  .trustpl-logo {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 30px;
    background-color: #f3f7f9; } }

@media (min-width: 576px) {
  .trustpl-logo {
    text-align: center;
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    background-color: white; } }

.trustpl-logo img {
  margin-top: 5px; }
  .trustpl-logo img:first-child {
    margin-top: 0; }

.trustpl-logo__text {
  display: inline-block;
  padding: 20px 0;
  border-bottom: 1px solid #eaecee; }
  @media (min-width: 576px) {
    .trustpl-logo__text {
      padding: 10px 0 0 0;
      border: none; } }
  @media (min-width: 1200px) {
    .trustpl-logo__text {
      display: none; } }

.trustpl-logo__divider {
  display: inline-block;
  padding: 0 4px 0 7px; }

.trustpl-logo .secure-logo-7 {
  width: 179px; }

.trustpl-logo .secure-logo-8 {
  width: 115px; }

.trustpl--testimony {
  margin-left: 0 !important;
  text-align: center; }
  .trustpl--testimony .trustpl__title {
    font-size: 26px;
    font-weight: bold; }
  .trustpl--testimony .trustpl__text {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px; }
  .trustpl--testimony .trustpl__link {
    text-decoration: underline; }
  .trustpl--testimony .secure-logo-7 {
    width: 110px; }

/*testimony-carousel*/
.testimony-carousel-sect {
  padding: 40px 0;
  background-color: #f3f7f9; }
  @media (min-width: 576px) {
    .testimony-carousel-sect {
      background-color: #f3f3f3; } }
  .testimony-carousel-sect:after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 1200px) {
    .testimony-carousel-sect__left, .testimony-carousel-sect__right {
      float: left; } }
  .testimony-carousel-sect__left {
    display: none; }
    @media (min-width: 1200px) {
      .testimony-carousel-sect__left {
        display: block;
        width: 20%; } }
  @media (min-width: 1200px) {
    .testimony-carousel-sect__right {
      width: 80%; } }

.testimony-carousel {
  padding-bottom: 70px; }
  @media (min-width: 576px) {
    .testimony-carousel {
      padding-bottom: 0; } }
  .testimony-carousel__item {
    padding: 0 30px; }
    @media (min-width: 576px) {
      .testimony-carousel__item {
        padding-right: 15px;
        padding-left: 15px; } }
  .testimony-carousel__top {
    margin-bottom: 15px;
    display: none; }
    .testimony-carousel__top:after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 576px) {
      .testimony-carousel__top {
        display: block; } }
  .testimony-carousel__img {
    float: left;
    width: 115px; }
  .testimony-carousel__date {
    font-size: 14px;
    color: #909090;
    float: right;
    padding-top: 3px; }
    .testimony-carousel__date--mob {
      color: #909090;
      display: block; }
      @media (min-width: 576px) {
        .testimony-carousel__date--mob {
          display: none; } }
  .testimony-carousel__middle {
    margin-bottom: 20px; }
  .testimony-carousel__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
  .testimony-carousel__text {
    font-size: 18px;
    max-height: 100px; }
    @media (min-width: 768px) {
      .testimony-carousel__text {
        font-size: 14px;
        max-height: 40px; } }
  .testimony-carousel__customer {
    color: #909090; }
    @media (min-width: 768px) {
      .testimony-carousel__customer {
        font-size: 14px; } }
  .testimony-carousel .slick-arrow {
    width: 45px;
    height: 45px;
    border: 1px solid #807d7c;
    border-radius: 50%; }
    @media (max-width: 575px) {
      .testimony-carousel .slick-arrow {
        top: auto; } }
    .testimony-carousel .slick-arrow:before {
      font-size: 22px; }
    .testimony-carousel .slick-arrow:hover {
      border-color: black; }
  .testimony-carousel .slick-prev {
    left: 30px; }
    @media (min-width: 576px) {
      .testimony-carousel .slick-prev {
        left: -25px; } }
    @media (min-width: 1200px) {
      .testimony-carousel .slick-prev {
        left: -40px; } }
  .testimony-carousel .slick-next {
    right: 30px; }
    @media (min-width: 576px) {
      .testimony-carousel .slick-next {
        right: -25px; } }
    @media (min-width: 1200px) {
      .testimony-carousel .slick-next {
        right: -40px; } }
  .testimony-carousel .slick-disabled {
    border-color: #d5d4d4; }
    .testimony-carousel .slick-disabled:hover {
      border-color: #d5d4d4; }
    .testimony-carousel .slick-disabled:before {
      color: #d5d4d4; }
  .testimony-carousel .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto; }
    .testimony-carousel .slick-dots button {
      width: 16px;
      height: 16px;
      border: none;
      background-color: #ccced0; }
  .testimony-carousel .slick-active button {
    background-color: #00b178; }

/*review-list-sect*/
.review-list {
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .review-list {
      margin-bottom: 0; } }
  .review-list__item {
    padding: 45px 0;
    border-top: 1px solid #bcbbba; }
    @media (min-width: 768px) {
      .review-list__item {
        border-width: 2px; } }
    .review-list__item:first-child {
      border-top-color: transparent; }
    .review-list__item:last-child {
      padding-bottom: 0; }
  @media (max-width: 767px) {
    .review-list__center, .review-list__right {
      text-align: center; } }
  @media (min-width: 768px) {
    .review-list__center, .review-list__right {
      display: table-cell;
      vertical-align: top; } }
  .review-list__center {
    max-width: 780px; }
    @media (min-width: 768px) {
      .review-list__center {
        padding-left: 50px;
        padding-right: 20px; } }
  @media (max-width: 767px) {
    .review-list__left {
      text-align: center; } }
  @media (min-width: 768px) {
    .review-list__left {
      display: table-cell;
      vertical-align: middle; } }
  .review-list__img {
    max-width: 150px; }
  .review-list__customer {
    color: #ca8d91;
    display: block;
    margin-bottom: 20px; }
  .review-list__title {
    font-size: 30px;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .review-list__title {
        font-size: 24px; } }
  .review-list__text {
    font-size: 18px;
    letter-spacing: 1.4px;
    height: 80px; }
    @media (min-width: 768px) {
      .review-list__text {
        font-size: 14px; } }
    .review-list__text:last-child {
      margin-bottom: 0; }
  .review-list__date {
    font-size: 18px;
    color: #939393;
    display: block;
    margin-bottom: 15px;
    padding-top: 4px;
    padding-right: 1px; }
    @media (min-width: 768px) {
      .review-list__date {
        font-size: 12px;
        margin-bottom: 25px;
        text-align: right; } }
  .review-list__rating {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .review-list__rating {
        margin-bottom: 64px;
        text-align: right; } }
  @media (min-width: 768px) {
    .review-list--mob {
      display: none; } }
  .review-list--mob .review-list__customer {
    font-size: 24px; }
  .review-list--mob .review-list__customer {
    font-size: 24px; }
  .review-list--desc {
    display: none; }
    @media (min-width: 768px) {
      .review-list--desc {
        display: block; } }

.rating-val {
  display: table;
  width: 100%; }
  .rating-val__label {
    font-size: 18px;
    color: #939393;
    white-space: nowrap;
    display: block;
    margin: 20px 0 10px; }
    @media (min-width: 768px) {
      .rating-val__label {
        font-size: 12px;
        margin: 0; } }
  .rating-val__inner {
    padding-left: 23px; }
  .rating-val__label, .rating-val__wrap, .rating-val__inner {
    white-space: nowrap; }
  @media (min-width: 768px) {
    .rating-val__label, .rating-val__wrap {
      display: inline-block;
      vertical-align: middle; } }
  .rating-val__inner {
    display: inline-block;
    vertical-align: middle; }
  .rating-val__icon {
    vertical-align: middle; }
  .rating-val__sum {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px; }
    @media (min-width: 768px) {
      .rating-val__sum {
        font-size: 16px; } }

/* pearl-types-page */
.features--pt .features__item:first-child {
  padding-top: 40px;
  border-top: 1px solid #bbbab9; }

.features--pt .features__item:last-child {
  border-bottom: 1px solid #bbbab9; }

/* a-ratio */
.pearl-types .a-ratio {
  width: auto; }
  .pearl-types .a-ratio__el {
    width: 100%;
    height: 100%; }

/*banner--pt*/
.banner--pt .banner-descrp__text {
  font-size: 18px;
  letter-spacing: 1.4px; }
  @media (min-width: 768px) {
    .banner--pt .banner-descrp__text {
      font-size: 14px; } }

.banner--pt .banner-descrp__wrap {
  max-width: 490px; }

@media (min-width: 768px) {
  .banner--pt .banner__inner--left {
    right: auto;
    left: 40px; } }

/* pearl-shapes-page */
.pearl-shapes-page .page-header__text {
  padding-bottom: 40px;
  border-bottom: 1px solid #bbbab9; }

.pearl-shapes-page .fill-card-sect--info .fill-card-list {
  padding-bottom: 40px;
  position: relative; }
  .pearl-shapes-page .fill-card-sect--info .fill-card-list:after {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #bbbab9; }

/* pearl-lengths-page */
.pearl-lengths-page .page-header__text {
  display: block; }

/*lengths-carousel*/
.lengths-carousel {
  padding: 40px 0;
  border-top: 1px solid #807d7c;
  border-bottom: 1px solid #807d7c; }
  @media (min-width: 768px) {
    .lengths-carousel__right, .lengths-carousel__left {
      width: 50%;
      display: table-cell;
      vertical-align: middle; } }
  .lengths-carousel__left {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .lengths-carousel__left {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .lengths-carousel__right {
      padding-left: 7%; } }
  .lengths-carousel__caption {
    text-align: center; }
    @media (min-width: 768px) {
      .lengths-carousel__caption {
        text-align: left; } }
  .lengths-carousel__title {
    font-size: 34px;
    letter-spacing: 1.4px; }
    @media (min-width: 768px) {
      .lengths-carousel__title {
        letter-spacing: 1px;
        font-size: 24px; } }
  .lengths-carousel__text {
    font-size: 18px;
    letter-spacing: 1.4px; }
    @media (min-width: 768px) {
      .lengths-carousel__text {
        font-size: 14px; } }
  .lengths-carousel__img {
    width: 100%; }
  .lengths-carousel .slick-dots {
    position: absolute;
    top: 210px;
    right: -50px;
    margin: auto;
    height: auto;
    -moz-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
    @media (min-width: 576px) {
      .lengths-carousel .slick-dots {
        top: 300px; } }
    @media (min-width: 768px) {
      .lengths-carousel .slick-dots {
        top: 45%;
        right: auto;
        left: 30%; } }
    @media (min-width: 992px) {
      .lengths-carousel .slick-dots {
        left: 32%; } }
    @media (min-width: 1200px) {
      .lengths-carousel .slick-dots {
        left: 35%; } }
    @media (min-width: 1600px) {
      .lengths-carousel .slick-dots {
        left: 37%; } }
    .lengths-carousel .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0 !important;
      -moz-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -webkit-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -o-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      -ms-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
      transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
    .lengths-carousel .slick-dots__link {
      font-size: 18px;
      line-height: 1;
      color: #a3a2a1;
      position: relative;
      display: block; }
      @media (min-width: 992px) {
        .lengths-carousel .slick-dots__link {
          font-size: 20px; } }
    .lengths-carousel .slick-dots .slick-active .slick-dots__link {
      color: black; }
  .lengths-carousel .lengths-carousel-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 40px; }
    @media (min-width: 768px) {
      .lengths-carousel .lengths-carousel-slider {
        bottom: 50px; } }
    @media (min-width: 768px) {
      .lengths-carousel .lengths-carousel-slider {
        bottom: 74px; } }
    .lengths-carousel .lengths-carousel-slider:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -8%;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 116%;
      height: 3px;
      background: #d7d7d8;
      z-index: -1;
      border-radius: 2px; }
    .lengths-carousel .lengths-carousel-slider__input[type=range] {
      -webkit-appearance: none;
      width: 100%;
      padding: 0 10px 0 8px;
      background: #d7d7d8; }
    .lengths-carousel .lengths-carousel-slider__input[type=range]:focus {
      outline: none; }
    .lengths-carousel .lengths-carousel-slider__input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 3px;
      cursor: pointer;
      background: #d7d7d8; }
    .lengths-carousel .lengths-carousel-slider__input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: 1px solid #eaecee;
      height: 21px;
      width: 21px;
      border-radius: 50%;
      background: #fcdcce;
      margin-top: -9.5px;
      cursor: pointer; }
    .lengths-carousel .lengths-carousel-slider__input[type=range]:focus::-webkit-slider-runnable-track {
      background: #d7d7d8; }
    .lengths-carousel .lengths-carousel-slider__input[type=range]::-moz-range-track {
      width: 100%;
      height: 3px;
      cursor: pointer;
      background: #d7d7d8; }
    .lengths-carousel .lengths-carousel-slider__input[type=range]::-moz-range-thumb {
      border: 1px solid #eaecee;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #fcdcce;
      cursor: pointer; }
    .lengths-carousel .lengths-carousel-slider__input[type=range]::-ms-track {
      width: 100%;
      height: 20px;
      cursor: pointer;
      background: #d7d7d8;
      opacity: 0;
      margin-bottom: -12px; }
    .lengths-carousel .lengths-carousel-slider__input[type=range]::-ms-thumb {
      border: 1px solid #eaecee;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background: #fcdcce;
      cursor: pointer; }

@-moz-document url-prefix() {
  .lengths-carousel .lengths-carousel-slider__input[type=range] {
    background-color: transparent; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .lengths-carousel .lengths-carousel-slider {
      display: none; } }
  .lengths-carousel--popup {
    padding-top: 0;
    padding-bottom: 0;
    border: none; }
    .lengths-carousel--popup .lengths-carousel__caption {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      max-width: 260px; }
      @media (min-width: 992px) {
        .lengths-carousel--popup .lengths-carousel__caption {
          max-width: 280px; } }
    .lengths-carousel--popup .slick-dots {
      left: auto;
      top: 120px;
      right: -55px; }
      @media (min-width: 400px) {
        .lengths-carousel--popup .slick-dots {
          top: 160px; } }
      @media (min-width: 576px) {
        .lengths-carousel--popup .slick-dots {
          top: 200px; } }
      @media (min-width: 768px) {
        .lengths-carousel--popup .slick-dots {
          right: 220px; } }
      @media (min-width: 992px) {
        .lengths-carousel--popup .slick-dots {
          right: 290px; } }
      @media (min-width: 1200px) {
        .lengths-carousel--popup .slick-dots {
          left: 35%; } }
      @media (min-width: 1600px) {
        .lengths-carousel--popup .slick-dots {
          left: 30%; } }
    @media (min-width: 768px) {
      .lengths-carousel--popup .lengths-carousel-slider {
        bottom: 50px; } }
    @media (min-width: 992px) {
      .lengths-carousel--popup .lengths-carousel-slider {
        bottom: 60px; } }

/* pearl-grading-page */
@media (max-width: 767px) {
  .pearl-grading-page .main-content {
    padding-top: 0; } }

@media (max-width: 767px) {
  .pearl-grading-page .page-header {
    display: none; } }

/* fill-panel-sect */
@media (max-width: 767px) {
  .fill-panel-sect--grading-1 {
    margin-bottom: 40px; } }

.fill-panel-sect--grading-1 .fill-panel__title--mob {
  font-size: 34px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .fill-panel-sect--grading-1 .fill-panel__title--mob {
      display: none; } }

.fill-panel-sect--grading-1 .fill-panel__wrap {
  padding: 0; }
  @media (min-width: 768px) {
    .fill-panel-sect--grading-1 .fill-panel__wrap {
      text-align: left; } }

.fill-panel-sect--grading-1 .fill-panel__link {
  text-decoration: underline; }
  .fill-panel-sect--grading-1 .fill-panel__link:hover {
    text-decoration: none; }

@media (min-width: 768px) {
  .fill-panel-sect--grading-1 .fill-panel__text--mob {
    display: none; } }

.fill-panel-sect--grading-1 .fill-panel__text--desc {
  display: none; }
  @media (min-width: 768px) {
    .fill-panel-sect--grading-1 .fill-panel__text--desc {
      display: block; } }

.fill-panel-sect--grading-1 .fill-panel-list:after {
  display: none; }

.fill-panel-sect--grading-1 .fill-panel-list__item {
  margin-bottom: 0; }
  .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__text {
    max-width: 480px; }
  .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__left {
    display: block;
    padding: 40px 5% 35%;
    margin-bottom: -30%;
    background-color: #ece2e1; }
    @media (min-width: 992px) {
      .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__left {
        display: table-cell;
        padding: 85px 17% 85px 60px;
        width: 62%; } }
  .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__right {
    display: block; }
    @media (min-width: 992px) {
      .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__right {
        display: table-cell;
        width: 38%; } }
  .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__text {
    max-width: 100%; }
  .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__img-wrap {
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 40px;
    text-align: center; }
    @media (min-width: 992px) {
      .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__img-wrap {
        display: block;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0; } }
  @media (min-width: 992px) {
    .fill-panel-sect--grading-1 .fill-panel-list__item:first-child .fill-panel__img {
      position: relative;
      left: -35%;
      width: 135%;
      max-width: none; } }
  @media (max-width: 767px) {
    .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__wrap {
      display: table;
      width: 100%; } }
  .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__left {
    padding: 60px 5% 0; }
    @media (max-width: 767px) {
      .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__left {
        display: table-footer-group; } }
    @media (min-width: 768px) {
      .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__left {
        width: 78%;
        padding: 60px 0 5% 5%; } }
    @media (min-width: 992px) {
      .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__left {
        padding-left: 60px; } }
  .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__right {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__right {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 5%;
        padding-left: 5%;
        width: 170px; } }
    @media (min-width: 992px) {
      .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__right {
        padding-right: 60px;
        padding-left: 60px;
        width: 170px; } }
  .fill-panel-sect--grading-1 .fill-panel-list__item:last-child .fill-panel__text {
    letter-spacing: 1.4px;
    max-width: 100%; }

.fill-panel-sect--grading-2 .fill-panel__wrap {
  padding: 50px 5%;
  text-align: left; }
  @media (min-width: 992px) {
    .fill-panel-sect--grading-2 .fill-panel__wrap {
      padding-top: 85px;
      padding-bottom: 85px; } }

.fill-panel-sect--grading-2 .fill-panel__left {
  text-align: center; }
  @media (min-width: 768px) {
    .fill-panel-sect--grading-2 .fill-panel__left {
      width: 26%; } }
  @media (min-width: 992px) {
    .fill-panel-sect--grading-2 .fill-panel__left {
      text-align: left; } }

@media (min-width: 768px) {
  .fill-panel-sect--grading-2 .fill-panel__right {
    width: 74%; } }

.fill-panel-sect--grading-2 .fill-panel__title {
  font-size: 32px;
  text-transform: none;
  margin-bottom: 10px; }

.fill-panel-sect--grading-2 .fill-panel__text {
  max-width: 850px;
  letter-spacing: 1.4px; }

.fill-panel-sect--grading-2 .fill-panel__img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 8%; }
  @media (min-width: 768px) {
    .fill-panel-sect--grading-2 .fill-panel__img {
      right: 30%; } }
  @media (min-width: 992px) {
    .fill-panel-sect--grading-2 .fill-panel__img {
      top: 30px;
      right: 10%; } }

/*trustpl*/
.trustpl {
  margin-right: auto;
  margin-left: auto;
  width: 200px; }
  @media (min-width: 768px) {
    .trustpl {
      width: 170px; } }
  .trustpl__img {
    display: block;
    margin-bottom: 3px; }
  .trustpl__text {
    font-size: 14px;
    color: #333333;
    text-align: left; }
    @media (min-width: 768px) {
      .trustpl__text {
        font-size: 12px; } }
  .trustpl__link {
    font-size: inherit;
    font-weight: bold;
    color: black; }
    .trustpl__link:hover {
      text-decoration: underline; }

/*tab*/
@media (max-width: 767px) {
  .tab .container--tab {
    padding-right: 0;
    padding-left: 0; } }

.tab-toggle-list {
  display: block;
  width: 100%;
  overflow-x: auto; }
  @media (min-width: 768px) {
    .tab-toggle-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.tab-toggle {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  background-color: #f3f3f3;
  cursor: pointer;
  width: 25%; }
  @media (min-width: 768px) {
    .tab-toggle {
      border-top: 1px solid #d5d4d4;
      border-left: 1px solid #d5d4d4; } }
  .tab-toggle:first-child {
    border-left-color: transparent; }
  .tab-toggle__text {
    position: relative;
    font-size: 21px;
    line-height: 1;
    color: #939393;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    white-space: nowrap; }
    .tab-toggle__text:before {
      bottom: 0;
      height: 6px;
      background-color: #ece2e1; }
      @media (min-width: 768px) {
        .tab-toggle__text:before {
          display: none; } }
    @media (min-width: 768px) {
      .tab-toggle__text {
        color: black;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal; } }
  @media (min-width: 768px) {
    .tab-toggle--active {
      background-color: white; } }
  .tab-toggle--active .tab-toggle__text {
    color: black; }
    .tab-toggle--active .tab-toggle__text:before {
      width: 100%;
      opacity: 1; }

.tab-target {
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden; }
  .tab-target.fadeIn {
    padding-top: 45px;
    padding-bottom: 45px;
    height: auto;
    opacity: 1; }

.tab-caption {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .tab-caption {
      display: table;
      width: 100%; } }
  @media (max-width: 767px) {
    .tab-caption__left {
      display: table-footer-group;
      text-align: center; } }
  @media (min-width: 768px) {
    .tab-caption__left {
      display: table-cell;
      vertical-align: top;
      padding-right: 10px;
      width: 78%; } }
  .tab-caption__right {
    text-align: center; }
    @media (min-width: 768px) {
      .tab-caption__right {
        display: table-cell;
        vertical-align: middle;
        width: 32%; } }
  .tab-caption__title {
    font-size: 34px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .tab-caption__title {
        font-size: 32px; } }
  .tab-caption__text {
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .tab-caption__text {
        font-size: 14px;
        padding-right: 0;
        padding-left: 0; } }
    .tab-caption__text > span {
      letter-spacing: 1.4px;
      display: block;
      margin-bottom: 10px; }
      .tab-caption__text > span:last-child {
        margin-bottom: 0; }
  .tab-caption__link {
    font-size: 18px;
    color: #807d7c;
    display: inline-block; }
    @media (min-width: 768px) {
      .tab-caption__link {
        font-size: 14px; } }
  .tab-caption__spoiler {
    display: none; }

.tab-table-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tablesaw-bar {
  width: 100%;
  margin-top: 35px;
  text-align: center; }
  @media (min-width: 768px) {
    .tablesaw-bar {
      display: none; } }
  .tablesaw-bar .tablesaw-advance {
    float: none; }
  .tablesaw-bar a.tablesaw-btn {
    font-size: 0 !important;
    text-indent: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-color: #939393;
    margin-left: 25px;
    margin-bottom: 25px; }
    .tablesaw-bar a.tablesaw-btn:before {
      display: none; }
    .tablesaw-bar a.tablesaw-btn:after {
      line-height: 60px !important;
      font-size: 18px !important;
      color: #939393; }
  .tablesaw-bar .left:after {
    content: '\e90f' !important; }
  .tablesaw-bar .right:after {
    content: '\e910' !important; }

.tab-table th,
.tab-table td {
  border-width: 1px !important;
  border-style: solid;
  border-color: #cccccc !important; }

.tab-table th {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 15px 15px;
  text-align: center !important;
  width: 17.2%; }
  @media (max-width: 767px) {
    .tab-table th {
      width: 120px !important;
      background-color: #f3f3f3; } }
  @media (min-width: 768px) {
    .tab-table th {
      border-top: none; } }

.tab-table td {
  font-size: 14px;
  letter-spacing: 1.4px;
  position: relative;
  padding: 15px;
  vertical-align: top;
  background-color: white;
  cursor: pointer; }

.tab-table tr th:first-child,
.tab-table tr td:first-child {
  border-left: none;
  background-color: #f3f3f3; }
  @media (min-width: 768px) {
    .tab-table tr th:first-child,
    .tab-table tr td:first-child {
      background-color: transparent; } }

.tab-table tr th:last-child,
.tab-table tr td:last-child {
  border-right: none; }

@media (min-width: 768px) {
  .tab-table tr th,
  .tab-table tr td {
    border-bottom-color: transparent !important; } }

.tab-table tr:hover td {
  background-color: #f3f3f3; }

.tab-table tr th:first-child {
  width: 14%; }

.tab-table tr td:first-child {
  font-size: 20px; }

.tab-table tr:first-child td {
  padding-top: 40px; }
  .tab-table tr:first-child td:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 1px;
    background-color: #cccccc; }
    @media (min-width: 768px) {
      .tab-table tr:first-child td:before {
        content: ''; } }
  .tab-table tr:first-child td:first-child:before {
    background-color: transparent; }

.tab-table tr:first-child:hover td:before {
  background-color: transparent; }

.tab-table__highlight {
  font-size: 13px;
  font-weight: 600;
  display: block; }

.tab-table__v-center td {
  vertical-align: middle; }

/* pearl-sizing-page */
@media (max-width: 767px) {
  .pearl-sizing-page .main-content {
    padding-top: 0; } }

@media (max-width: 767px) {
  .pearl-sizing-page .page-header {
    display: none; } }

/* fill-panel-sect */
.fill-panel-sect--sizing {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .fill-panel-sect--sizing {
      margin-bottom: 40px; } }
  .fill-panel-sect--sizing .fill-panel__title--mob {
    font-size: 34px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .fill-panel-sect--sizing .fill-panel__title--mob {
        display: none; } }
  .fill-panel-sect--sizing .fill-panel {
    background-color: #ece2e1;
    background-image: url("../img/sizing/pic-1-1.jpg");
    background-position: center top;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .fill-panel-sect--sizing .fill-panel {
        background-position: right -220px top; } }
    @media (min-width: 992px) {
      .fill-panel-sect--sizing .fill-panel {
        background-position: right -150px top; } }
    @media (min-width: 1200px) {
      .fill-panel-sect--sizing .fill-panel {
        background-position: right -75px top; } }
    @media (min-width: 1600px) {
      .fill-panel-sect--sizing .fill-panel {
        background-position: right top; } }
    .fill-panel-sect--sizing .fill-panel__wrap {
      position: relative; }
      @media (max-width: 767px) {
        .fill-panel-sect--sizing .fill-panel__wrap {
          padding-top: 80%; } }
      @media (min-width: 768px) {
        .fill-panel-sect--sizing .fill-panel__wrap {
          text-align: left;
          padding: 5% 42% 6.5% 5%; } }
    .fill-panel-sect--sizing .fill-panel__link {
      text-decoration: underline; }
      .fill-panel-sect--sizing .fill-panel__link:hover {
        text-decoration: none; }
    .fill-panel-sect--sizing .fill-panel__text {
      letter-spacing: 0.6px; }
  .fill-panel-sect--sizing .fill-panel-list:after {
    display: none; }
  .fill-panel-sect--sizing .fill-panel-list__item {
    margin-bottom: 0; }
    .fill-panel-sect--sizing .fill-panel-list__item:first-child .fill-panel__text {
      max-width: 480px; }
    .fill-panel-sect--sizing .fill-panel-list__item:first-child .fill-panel__text {
      max-width: 100%; }
  .fill-panel-sect--sizing .button {
    margin-top: 10px;
    padding: 10px 30px; }
    @media (min-width: 768px) {
      .fill-panel-sect--sizing .button {
        padding-top: 13px;
        padding-bottom: 13px; } }
  .fill-panel-sect--sizing .img {
    margin: 15px 0 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .fill-panel-sect--sizing .img {
        display: none; } }
    @media (min-width: 992px) {
      .fill-panel-sect--sizing .img {
        position: absolute;
        right: 1%;
        bottom: 6%;
        margin: 0;
        width: 65%; } }
    @media (min-width: 1600px) {
      .fill-panel-sect--sizing .img {
        right: 8%;
        width: auto; } }

/*tab*/
.tab--sizing .tab-target {
  border-bottom: 1px solid #d5d4d4; }

.tab--sizing .tab-caption {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .tab--sizing .tab-caption {
      padding-right: 0;
      padding-left: 0; } }
  .tab--sizing .tab-caption__bottom {
    text-align: center; }
    @media (min-width: 768px) {
      .tab--sizing .tab-caption__bottom {
        text-align: left; } }

.tab--sizing .tab-caption-top {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .tab--sizing .tab-caption-top {
      display: table;
      width: 100%; } }
  .tab--sizing .tab-caption-top__inner {
    display: inline-block;
    vertical-align: top;
    text-align: center; }
  .tab--sizing .tab-caption-top__left, .tab--sizing .tab-caption-top__right {
    text-align: center; }
    @media (min-width: 768px) {
      .tab--sizing .tab-caption-top__left, .tab--sizing .tab-caption-top__right {
        display: table-cell;
        vertical-align: top; } }
  .tab--sizing .tab-caption-top__left {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .tab--sizing .tab-caption-top__left {
        margin-bottom: 0;
        padding-right: 40px;
        border-right: 1px solid #d5d4d4;
        width: 68%;
        text-align: right; } }
  @media (min-width: 768px) {
    .tab--sizing .tab-caption-top__right {
      padding-left: 40px;
      width: 32%;
      text-align: left; } }
  .tab--sizing .tab-caption-top__title {
    position: relative;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #918e8d;
    display: inline-block;
    margin-bottom: 15px;
    padding-top: 35px; }
    @media (min-width: 768px) {
      .tab--sizing .tab-caption-top__title {
        padding-top: 0; } }
    .tab--sizing .tab-caption-top__title:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 1px;
      background-color: #d5d4d4; }
      @media (min-width: 768px) {
        .tab--sizing .tab-caption-top__title:before {
          display: none; } }

.tab--sizing .tab-chart__el {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 2.5px solid #ebe1e1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%; }
  .tab--sizing .tab-chart__el--1 {
    width: 65px;
    height: 65px; }
  .tab--sizing .tab-chart__el--2 {
    width: 90px;
    height: 90px; }
  .tab--sizing .tab-chart__el + .tab-chart__el {
    margin-left: -15px; }

.tab--sizing .tab-chart__num {
  font-size: 16px;
  letter-spacing: 1.7px;
  color: #918e8d;
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  white-space: nowrap;
  text-align: center; }


/*# sourceMappingURL=style.css.map */
