<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* font
---------------------------------------------------------------*/
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Scada';
  src: url('../font/Scada/400.woff') format('woff');
}
@font-face {
  font-weight: 400;
  font-style: italic;
  font-family: 'Scada';
  src: url('../font/Scada/400-italic.woff') format('woff');
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: 'Scada';
  src: url('../font/Scada/600.woff') format('woff');
}
@font-face {
  font-weight: 600;
  font-style: italic;
  font-family: 'Scada';
  src: url('../font/Scada/600-italic.woff') format('woff');
}
/* reset
---------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
body {
  margin: 0;
  height: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:not([class]):hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
p + p {
  margin-top: 10px;
}
img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
iframe {
  border: 0;
  vertical-align: bottom;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
svg:not(:root) {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  pointer-events: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
[class*="icon--"] {
  width: 1em;
  height: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: currentColor;
}
:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.disabled,
[disabled] {
  opacity: .65;
  pointer-events: none;
}
.readonly,
[readonly] {
  pointer-events: none;
}
/* l-body
---------------------------------------------------------------*/
.l-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  font-weight: 400;
  background: #e9eaed;
  padding-top: 0 !important;
  font-family: 'Scada', sans-serif;
}
.admin-top-menu {
  bottom: 0;
  top: auto !important;
}
@media (max-width: 767px) {
  .admin-top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
  .admin-top-menu * {
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
  }
  .admin-top-menu i {
    display: none;
  }
}
@media (max-width: 1024px) {
  .admin-top-menu .site-edit {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .admin-top-menu .clear-cache {
    margin-right: 16px !important;
  }
}
.ui-datepicker {
  margin: 0 !important;
}
/* l-main
---------------------------------------------------------------*/
.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .l-main {
    padding-top: 70px;
  }
}
.l-main &gt; * {
  padding: 16px;
  padding-bottom: 16px;
}
.l-main__right {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
}
.l-main__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px !important;
}
@media (max-width: 1024px) {
  .l-main__left {
    left: -300%;
    position: absolute;
  }
}
@media (min-width: 1025px) {
  .l-main--active:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 4;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  @supports (-ms-ime-align:auto) {
    .l-main--active:before {
      -webkit-animation-name: none;
              animation-name: none;
      -webkit-animation-duration: 0;
              animation-duration: 0;
      -webkit-animation-fill-mode: none;
              animation-fill-mode: none;
    }
  }
}
@media (min-width: 1025px) and all and (-ms-high-contrast: none) {
  .l-main--active:before *::-ms-backdrop,
  .l-main--active:before {
    animation-name: none;
    animation-duration: 0;
    animation-fill-mode: none;
  }
}
/* l-header
---------------------------------------------------------------*/
.l-header {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.l-header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #ffffff;
}
.l-header__row &gt; * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .l-header__row:nth-of-type(1) {
    height: 34px;
    border-bottom: solid 1px #e3e4e7;
  }
}
@media (min-width: 768px) {
  .l-header__row:nth-of-type(1) {
    height: 34px;
    border-bottom: solid 1px #e3e4e7;
  }
}
@media (max-width: 767px) {
  .l-header__row:nth-of-type(2) {
    height: 34px;
  }
}
@media (min-width: 768px) {
  .l-header__row:nth-of-type(2) {
    height: 76px;
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .l-header__row:nth-of-type(3) {
    height: auto;
  }
}
@media (min-width: 768px) {
  .l-header__row:nth-of-type(3) {
    height: 54px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
    background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
    background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  }
}
/* l-footer
---------------------------------------------------------------*/
.l-footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.l-footer__row:nth-of-type(1) {
  padding: 40px 0;
  background: #333333;
}
@media (max-width: 989px) {
  .l-footer__row:nth-of-type(1) {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-footer__row:nth-of-type(2) {
  padding: 6px 0;
  background: #222222;
}
@media (max-width: 989px) {
  .l-footer__column {
    padding-top: 30px;
  }
}
/* l-container
---------------------------------------------------------------*/
.l-container .l-container {
  padding: 0;
}
/* c-tab
---------------------------------------------------------------*/
.c-tab {
  width: 100%;
  background: #ffffff;
}
.c-tab__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-tab__nav {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.c-tab__link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
}
@media (max-width: 767px) {
  .c-tab__link {
    text-align: center;
    white-space: nowrap;
    font-size: 13px !important;
  }
}
.c-tab__link:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-tab__link:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-tab__link .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 18px;
  font-size: 18px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .c-tab__link .icon {
    min-width: 14px;
    font-size: 14px;
  }
}
.c-tab__link--active {
  pointer-events: none;
}
.c-tab__link:hover,
.c-tab__link--active {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
}
.c-tab__content {
  padding-top: 16px;
}
.c-tab__item {
  text-align: justify;
  display: none;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.c-tab__item--active {
  display: block;
}
.c-tab__item--no-padding {
  padding: 0;
}
/* c-form
---------------------------------------------------------------*/
.c-form {
  width: 100%;
}
.c-form__row + .c-form__row {
  margin-top: 10px;
}
.c-form__row--300 {
  max-width: 300px;
}
@media (min-width: 768px) {
  .c-form__row--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-form__row--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.c-form__item {
  width: 100%;
}
.c-form__label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .c-form__label:hover [type="radio"] ~ .c-form__title:before {
    border-color: #4573b9;
  }
  .c-form__label:hover [type="checkbox"] ~ .c-form__title:before {
    border-color: #4573b9;
  }
}
.c-form__title {
  word-break: break-word;
  font-size: 14px;
  margin-bottom: 4px;
}
.c-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form [type="radio"] {
  z-index: 1;
  display: none;
}
.c-form [type="radio"] ~ .c-form__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  color: #000000;
  padding-left: 28px;
}
.c-form [type="radio"] ~ .c-form__title:after,
.c-form [type="radio"] ~ .c-form__title:before {
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  border-radius: 100%;
}
.c-form [type="radio"] ~ .c-form__title:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .12s;
  transition: all .12s;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #4573b9;
}
.c-form [type="radio"] ~ .c-form__title:before {
  width: 16px;
  height: 16px;
  border: 2px solid #dadada;
  background: #ffffff;
  -webkit-transition: border .12s, -webkit-transform .12s;
  transition: border .12s, -webkit-transform .12s;
  transition: transform .12s, border .12s;
  transition: transform .12s, border .12s, -webkit-transform .12s;
}
.c-form [type="radio"]:checked ~ .c-form__title:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-form [type="radio"]:checked ~ .c-form__title:before {
  border-color: #4573b9;
}
.c-form [type="checkbox"] {
  z-index: 1;
  display: none;
}
.c-form [type="checkbox"] ~ .c-form__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 28px;
}
.c-form [type="checkbox"] ~ .c-form__title:before {
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #dadada;
  border-radius: 0;
  background: transparent;
  -webkit-transition: border-color 0.12s, -webkit-transform 0.12s;
  transition: border-color 0.12s, -webkit-transform 0.12s;
  transition: transform 0.12s, border-color 0.12s;
  transition: transform 0.12s, border-color 0.12s, -webkit-transform 0.12s;
}
.c-form [type="checkbox"]:checked ~ .c-form__title:before {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left-color: #4573b9;
  border-bottom-color: #4573b9;
  left: 2px;
  bottom: 6px;
  width: 16px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-form select,
.c-form textarea,
.c-form [type="url"],
.c-form [type="text"],
.c-form [type="email"],
.c-form [type="search"],
.c-form [type="password"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  color: inherit;
  height: 40px;
  border: 0;
  padding: 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #ececec;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: all .12s;
  transition: all .12s;
  vertical-align: bottom;
  -webkit-appearance: none;
}
.c-form select:focus,
.c-form textarea:focus,
.c-form [type="url"]:focus,
.c-form [type="text"]:focus,
.c-form [type="email"]:focus,
.c-form [type="search"]:focus,
.c-form [type="password"]:focus {
  background: #e2e2e2;
}
.c-form select::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form [type="url"]::-moz-placeholder,
.c-form [type="text"]::-moz-placeholder,
.c-form [type="email"]::-moz-placeholder,
.c-form [type="search"]::-moz-placeholder,
.c-form [type="password"]::-moz-placeholder {
  color: #999999;
}
.c-form select:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form [type="url"]:-ms-input-placeholder,
.c-form [type="text"]:-ms-input-placeholder,
.c-form [type="email"]:-ms-input-placeholder,
.c-form [type="search"]:-ms-input-placeholder,
.c-form [type="password"]:-ms-input-placeholder {
  color: #999999;
}
.c-form select::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form [type="url"]::-webkit-input-placeholder,
.c-form [type="text"]::-webkit-input-placeholder,
.c-form [type="email"]::-webkit-input-placeholder,
.c-form [type="search"]::-webkit-input-placeholder,
.c-form [type="password"]::-webkit-input-placeholder {
  color: #999999;
}
.c-form select:-webkit-autofill,
.c-form textarea:-webkit-autofill,
.c-form [type="url"]:-webkit-autofill,
.c-form [type="text"]:-webkit-autofill,
.c-form [type="email"]:-webkit-autofill,
.c-form [type="search"]:-webkit-autofill,
.c-form [type="password"]:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
  to {
    background: #ececec;
  }
}
.c-form [type="search"] ::-webkit-search-decoration,
.c-form [type="search"] ::-webkit-search-cancel-button,
.c-form [type="search"] ::-webkit-search-results-button,
.c-form [type="search"] ::-webkit-search-results-decoration {
  display: none;
}
.c-form textarea {
  overflow: auto;
  resize: vertical;
  display: inline-block;
  vertical-align: bottom;
  height: 100px;
  padding: 14px;
}
.c-form__select {
  position: relative;
  border-radius: 0;
  background: #ececec;
}
.c-form__select select {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: transparent;
  padding-right: 40px;
}
.c-form__select select::-ms-expand {
  display: none;
}
.c-form__select select:focus {
  background: transparent;
}
.c-form__select:before {
  top: 0;
  bottom: 0;
  content: '';
  margin: auto;
  right: 16px;
  width: 8px;
  height: 8px;
  border: 2px solid #999999;
  border-top: 0;
  border-left: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.12s, -webkit-transform 0.12s;
  transition: border-color 0.12s, -webkit-transform 0.12s;
  transition: transform 0.12s, border-color 0.12s;
  transition: transform 0.12s, border-color 0.12s, -webkit-transform 0.12s;
}
.c-form__select:hover {
  background: #e2e2e2;
}
@media (min-width: 768px) {
  .c-form--300 {
    max-width: 300px;
  }
}
.c-form--error {
  -webkit-box-shadow: 0 0 0 1px #e44d4d !important;
          box-shadow: 0 0 0 1px #e44d4d !important;
}
.c-form__currency,
.c-form__language {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 50px;
  height: 100%;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .c-form__currency,
  .c-form__language {
    display: none;
  }
}
.c-form__currency .c-form__select:before,
.c-form__language .c-form__select:before {
  width: 5px;
  height: 5px;
  right: 10px;
  border-width: 1px;
}
.c-form__currency .c-form__select select,
.c-form__language .c-form__select select {
  height: 22px;
  font-size: 12px;
  border-width: 1px;
  padding-right: 20px;
  text-transform: lowercase;
}
.c-filter .c-form [type="checkbox"] {
  z-index: -1;
  display: block;
  position: absolute;
  visibility: hidden;
}
.c-filter .c-form__label {
  padding-top: 8px;
}
.c-filter .c-form__select {
  margin-top: 8px;
}
.c-agreement [type="checkbox"] ~ .c-form__title {
  display: block;
  padding-left: 22px;
}
.c-agreement [type="checkbox"] ~ .c-form__title:before {
  width: 12px;
  height: 12px;
}
.c-agreement [type="checkbox"]:checked ~ .c-form__title:before {
  bottom: 4px;
  width: 12px;
  height: 5px;
}
.payment-details-list label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  color: #000000;
  margin-bottom: 10px;
  padding-left: 28px;
}
.payment-details-list label:after,
.payment-details-list label:before {
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  border-radius: 100%;
}
.payment-details-list label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .12s;
  transition: all .12s;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #4573b9;
}
.payment-details-list label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #dadada;
  background: #ffffff;
  -webkit-transition: border .12s, -webkit-transform .12s;
  transition: border .12s, -webkit-transform .12s;
  transition: transform .12s, border .12s;
  transition: transform .12s, border .12s, -webkit-transform .12s;
}
.payment-details-list label.active:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.payment-details-list label.active:before {
  border-color: #4573b9;
}
@media (min-width: 1025px) {
  .payment-details-list label:hover:before {
    border-color: #4573b9;
  }
}
/* c-table
---------------------------------------------------------------*/
.c-table {
  width: 100%;
}
.c-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.c-table th {
  padding: 10px;
  border: 1px solid #dadada;
}
@media (max-width: 767px) {
  .c-table th {
    display: none;
  }
}
.c-table td {
  padding: 10px;
  border: 1px solid #dadada;
  -webkit-transition: background-color 0.12s;
  transition: background-color 0.12s;
}
@media (max-width: 767px) {
  .c-table td {
    width: 100%;
    display: block;
    line-height: 1.2;
    text-align: center;
    margin-bottom: -1px;
  }
}
.c-table tr {
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.12s;
  transition: -webkit-box-shadow 0.12s;
  transition: box-shadow 0.12s;
  transition: box-shadow 0.12s, -webkit-box-shadow 0.12s;
}
@media (max-width: 767px) {
  .c-table tr {
    display: block;
  }
}
.c-table--cart {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .c-table--cart {
    padding-bottom: 100px;
  }
}
.c-table--no-border td {
  border-left: 0;
  border-right: 0;
}
.c-table--striped tr:nth-of-type(even) {
  background: #f8f8f8;
}
/* c-title
---------------------------------------------------------------*/
.c-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-title {
    font-size: 20px;
    text-align: center;
  }
}
.c-title--small {
  font-size: 14px;
  font-weight: 400;
}
.c-title--relative {
  color: inherit;
  position: relative;
}
.c-title--relative:hover .c-title--small {
  text-decoration: underline;
}
.l-footer .c-title {
  color: #bbbbbb;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 6px;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
/* c-modal
---------------------------------------------------------------*/
.c-modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  position: fixed;
  background: rgba(0, 0, 0, 0.96);
  display: none;
}
@media (min-width: 1025px) {
  .c-modal {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
.c-modal--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-modal__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  min-height: 100%;
}
@media (min-width: 768px) {
  .c-modal__wrap {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-modal__wrap {
    left: 0;
    right: 0;
    position: absolute;
  }
}
.c-modal__content {
  padding: 30px;
  position: relative;
  background: #ffffff;
}
@media (max-width: 767px) {
  .c-modal__content {
    width: 100vw;
    overflow: auto;
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .c-modal__content {
    width: 700px;
    max-width: 100%;
    border-radius: 0;
  }
}
.c-modal__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: fixed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  -webkit-transition: -webkit-transform .12s;
  transition: -webkit-transform .12s;
  transition: transform .12s;
  transition: transform .12s, -webkit-transform .12s;
  border-radius: 0;
}
@media (max-width: 767px) {
  .c-modal__close {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .c-modal__close {
    position: absolute;
  }
}
.c-modal__close:after,
.c-modal__close:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: '';
  height: 50%;
  margin: auto;
  position: absolute;
  background: #ffffff;
}
.c-modal__close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal__close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-modal__close:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
}
.c-modal--no-scroll {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .c-modal--no-scroll body {
    padding-right: 17px;
  }
  @supports (-ms-ime-align:auto) {
    .c-modal--no-scroll body {
      padding-right: 12px;
    }
  }
  .c-modal--no-scroll body .c-modal--full .c-modal__content {
    width: -webkit-calc(100vw - 17px);
    width: calc(100vw - 17px);
  }
  @supports (-ms-ime-align:auto) {
    .c-modal--no-scroll body .c-modal--full .c-modal__content {
      width: -webkit-calc(100vw - 12px);
      width: calc(100vw - 12px);
    }
  }
}
@media (min-width: 768px) {
  .c-modal--300 .c-modal__content {
    width: 300px;
  }
  .c-modal--400 .c-modal__content {
    width: 400px;
  }
  .c-modal--500 .c-modal__content {
    width: 500px;
  }
  .c-modal--600 .c-modal__content {
    width: 600px;
  }
  .c-modal--full .c-modal__wrap {
    padding: 0;
  }
  .c-modal--full .c-modal__content {
    width: 100vw;
    border-radius: 0;
    min-height: 100vh;
    -webkit-box-shadow: 0 0 0 20px #ffffff;
            box-shadow: 0 0 0 20px #ffffff;
  }
}
/* c-button
---------------------------------------------------------------*/
.c-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  height: 40px;
  border: 0;
  padding: 0 30px;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  white-space: nowrap;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color 0.12s, background 0.12s, border-color 0.12s;
  transition: color 0.12s, background 0.12s, border-color 0.12s;
}
.c-button__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button .icon {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .c-button {
    width: 100%;
    margin-top: 10px;
  }
  .c-button:first-child {
    margin-top: 0;
  }
}
.c-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
}
.c-button:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.c-button--2 {
  padding: 0;
  height: auto;
  color: inherit;
  background: none;
  line-height: 1.4;
  border-radius: 0;
  border-bottom: 1px dashed;
}
@media (max-width: 767px) {
  .c-button--2 {
    border: 0;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
  }
}
.c-button--2:hover {
  color: inherit;
  background: none;
  border-bottom-style: solid;
}
.c-filter__action .c-button {
  padding: 0;
}
@media (max-width: 767px) {
  .c-cart__footer .c-button {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .c-cart__footer .c-button + .c-button {
    margin-left: 16px;
  }
}
/* c-static
---------------------------------------------------------------*/
.c-static h1,
.c-static h2,
.c-static h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-static h1,
  .c-static h2,
  .c-static h3 {
    line-height: 1.2;
    text-align: center;
  }
}
.c-static h1 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .c-static h1 {
    font-size: 20px;
  }
}
.c-static h2 {
  font-size: 18px;
  margin-top: 20px;
}
.c-static h3 {
  font-size: 16px;
  margin-top: 20px;
}
.c-static h1 + ul,
.c-static h2 + ul,
.c-static h3 + ul,
.c-static p + ul,
.c-static h1 + ol,
.c-static h2 + ol,
.c-static h3 + ol,
.c-static p + ol {
  margin-top: 0;
}
.c-static ul,
.c-static ol {
  margin: 16px 0;
  padding-left: 20px;
}
.c-static ul li {
  list-style: disc;
}
.c-static li {
  margin-top: 6px;
}
.c-static li:first-of-type {
  margin-top: 0;
}
.c-static p {
  margin: 10px 0;
}
.c-static [href*="/"],
.c-static [href*="http"] {
  color: #3498db;
  text-decoration: none;
}
.c-static [href*="/"]:hover,
.c-static [href*="http"]:hover {
  text-decoration: underline;
}
.c-static table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.c-static table th {
  padding: 10px;
  border: 1px solid #dadada;
}
@media (max-width: 767px) {
  .c-static table th {
    display: none;
  }
}
.c-static table td {
  padding: 10px;
  border: 1px solid #dadada;
  -webkit-transition: background-color 0.12s;
  transition: background-color 0.12s;
}
@media (max-width: 767px) {
  .c-static table td {
    width: 100%;
    display: block;
    line-height: 1.2;
    text-align: center;
    margin-bottom: -1px;
  }
}
.c-static table tr {
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.12s;
  transition: -webkit-box-shadow 0.12s;
  transition: box-shadow 0.12s;
  transition: box-shadow 0.12s, -webkit-box-shadow 0.12s;
}
@media (max-width: 767px) {
  .c-static table tr {
    display: block;
  }
}
.c-static table tr:nth-of-type(even) {
  background: #f8f8f8;
}
.c-static iframe[allowfullscreen] {
  width: 100% !important;
}
.c-static pre {
  margin: 0;
  -moz-tab-size: 4;
       tab-size: 4;
  padding: 16px;
  overflow-x: auto;
  background: #f0f0f0;
  font-family: monospace;
  border-radius: 0;
}
.c-static section + section {
  margin-top: 32px;
}
.c-static section h3 {
  margin-top: 0;
}
.c-static .c-demo-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-static .c-demo-icon__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 10px;
  border: 1px solid #e3e4e7;
  -webkit-box-shadow: 0 0 0 1px #e3e4e7;
          box-shadow: 0 0 0 1px #e3e4e7;
}
.c-static .c-demo-icon__item .icon {
  width: 100%;
  height: 100%;
}
/* c-carousel
---------------------------------------------------------------*/
.c-carousel {
  width: 100%;
  display: none;
  position: relative;
}
.c-carousel img {
  border-radius: 0;
}
.c-carousel .animateIn,
.c-carousel .animateOut {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.c-carousel .animateIn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@media all and (-ms-high-contrast: none) {
  .c-carousel .animateIn *::-ms-backdrop,
  .c-carousel .animateIn {
    animation-name: fadeIn;
  }
}
.c-carousel .animateOut {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
@media all and (-ms-high-contrast: none) {
  .c-carousel .animateOut *::-ms-backdrop,
  .c-carousel .animateOut {
    animation-name: fadeOut;
  }
}
.c-carousel .owl-prev,
.c-carousel .owl-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  width: 50px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background .3s, opacity .3s;
  transition: background .3s, opacity .3s;
  border-radius: 0;
}
@media (max-width: 767px) {
  .c-carousel .owl-prev,
  .c-carousel .owl-next {
    width: 30px;
    height: 40px;
  }
}
.c-carousel .owl-prev:after,
.c-carousel .owl-next:after {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .c-carousel .owl-prev:after,
  .c-carousel .owl-next:after {
    width: 10px;
    height: 10px;
  }
}
.c-carousel .owl-prev:hover,
.c-carousel .owl-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.c-carousel .owl-prev {
  left: 16px;
}
.c-carousel .owl-prev:after {
  margin-right: -10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
@media (max-width: 767px) {
  .c-carousel .owl-prev:after {
    margin-right: -5px;
  }
}
.c-carousel .owl-next {
  right: 16px;
}
.c-carousel .owl-next:after {
  margin-left: -10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
@media (max-width: 767px) {
  .c-carousel .owl-next:after {
    margin-left: -5px;
  }
}
.c-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
}
.c-carousel .owl-dot {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.c-carousel .owl-dot:hover,
.c-carousel .owl-dot.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
}
.c-carousel .owl-dot.active {
  pointer-events: none;
}
.c-carousel--has-dots {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .c-carousel__slideset {
    margin-bottom: 0;
  }
  .c-carousel__slideset .owl-dots {
    right: 0;
    margin: 0;
    top: -40px;
    left: auto;
    width: auto;
  }
}
.c-carousel__slideset .owl-stage-outer {
  padding: 1px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
}
.c-carousel__slideset.c-carousel--has-dots {
  border-right: 1px solid #dadada;
}
.c-carousel__slideset.c-carousel--has-dots .owl-stage-outer {
  width: auto;
}
.c-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.c-carousel .owl-stage:after,
.c-carousel .owl-stage:before {
  clear: both;
  content: ' ';
  display: table;
}
.c-carousel.owl-loaded {
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.c-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.c-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.c-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-carousel .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.c-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.c-carousel .owl-item,
.c-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-carousel .owl-item {
  float: left;
  min-height: 1px;
  position: relative;
  touch-callout: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-carousel .owl-item img {
  display: block;
}
.c-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.c-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.c-carousel .owl-animated-in {
  z-index: 0;
}
.c-carousel .owl-animated-out {
  z-index: 1;
}
.c-carousel .disabled {
  display: none;
}
/* c-box
---------------------------------------------------------------*/
.c-box {
  padding: 16px;
  position: relative;
}
.c-box:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  margin: auto;
  position: absolute;
  background: #ffffff;
  border-radius: 0;
}
.c-box .c-box {
  padding: 0;
  position: static;
}
.c-box .c-box:before {
  display: none;
}
.c-box--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* c-404
---------------------------------------------------------------*/
.c-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  padding: 80px 16px;
}
.c-404__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-404__row + .c-404__row {
  margin-top: 30px;
}
.c-404__title {
  font-size: 140px;
  font-weight: 600;
}
.c-404__text {
  font-size: 62px;
}
/* c-sub
---------------------------------------------------------------*/
.c-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 10px;
  color: inherit;
  background: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 0;
}
.c-sub__img {
  height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .c-sub__img {
    height: 100px;
  }
}
.c-sub__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 0;
}
.c-sub__title {
  line-height: 1;
  margin-top: 16px;
  text-align: center;
}
.c-sub:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
/* c-seo
---------------------------------------------------------------*/
.c-seo {
  overflow: hidden;
  max-height: 100px;
  position: relative;
}
.c-seo:after,
.c-seo:before {
  clear: both;
  content: ' ';
  display: table;
}
.c-seo--shadow:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 60px;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.c-seo--active {
  max-height: none;
  overflow: visible;
}
.c-seo--active:before {
  display: none;
}
.c-seo__button {
  display: none;
  color: inherit;
  cursor: pointer;
  padding-top: 10px;
  text-align: right;
}
.c-seo__button:after {
  width: 4px;
  height: 4px;
  content: '';
  margin-left: 6px;
  margin-bottom: 2px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.c-seo__button--active:after {
  border: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}
.c-seo__button:hover {
  text-decoration: underline;
}
.c-seo img {
  float: left;
  display: block;
  margin-right: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-seo img {
    max-height: 100px;
  }
}
.c-seo p {
  margin: 10px 0;
}
.c-seo h1,
.c-seo h2,
.c-seo h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-seo h1,
  .c-seo h2,
  .c-seo h3 {
    line-height: 1.2;
    text-align: center;
  }
}
.c-seo h1 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .c-seo h1 {
    font-size: 20px;
  }
}
.c-seo h2 {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-seo h2 {
    font-size: 18px;
  }
}
.c-seo h3 {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-seo h3 {
    font-size: 16px;
  }
}
.c-seo h1 + ul,
.c-seo h2 + ul,
.c-seo h3 + ul,
.c-seo h1 + ol,
.c-seo h2 + ol,
.c-seo h3 + ol {
  margin-top: 0;
}
.c-seo ul,
.c-seo ol {
  margin: 16px 0;
  padding-left: 20px;
}
.c-seo ul li {
  list-style: disc;
}
.c-seo li {
  margin-top: 6px;
}
.c-seo li:first-of-type {
  margin-top: 0;
}
.c-seo [href*="http"] {
  color: #3498db;
  text-decoration: none;
}
.c-seo [href*="http"]:hover {
  text-decoration: underline;
}
.c-seo__top {
  margin-top: 0;
}
/* c-nav
---------------------------------------------------------------*/
.c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-nav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bbbbbb;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.c-nav__item:before {
  content: '';
  height: 6px;
  min-width: 6px;
  border: 1px solid;
  margin-right: 10px;
  border-radius: 100%;
}
.c-nav__item + .c-nav__item {
  padding-top: 6px;
}
.c-nav a.active,
.c-nav a:not([href^="tel"]):hover {
  color: #ffffff;
}
/* c-menu
---------------------------------------------------------------*/
.c-menu__title {
  display: none;
}
@media (max-width: 1024px) {
  .c-menu__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    height: 34px;
    color: inherit;
    padding: 0 16px;
    font-weight: 600;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .c-menu__title {
    font-size: 0;
    position: fixed;
  }
}
.c-menu__title:before {
  width: 21px;
  height: 21px;
  content: '';
  margin-right: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #333333));
  background: -webkit-linear-gradient(transparent 50%, #333333 50%);
  background: linear-gradient(transparent 50%, #333333 50%);
  background-size: 6px 6px;
}
@media (max-width: 767px) {
  .c-menu__title:before {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .c-menu {
    width: 100%;
    height: 100%;
  }
  .c-menu .ul {
    display: none;
  }
  .c-menu .ul--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 100%;
    height: 100%;
  }
  .c-menu .ul--2,
  .c-menu .ul--3 {
    left: 0;
    top: 100%;
    padding: 1px;
    width: 240px;
    z-index: 999;
    position: absolute;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .c-menu .ul--3 {
    top: -1px;
    left: 100%;
  }
  .c-menu .li {
    position: relative;
  }
  .c-menu .li--1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
  }
  .c-menu .li--parent &gt; .link {
    pointer-events: none;
  }
  .c-menu .li--parent &gt; .link:after {
    width: 6px;
    height: 6px;
    content: '';
    margin-top: -2px;
    margin-left: 10px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-menu .li--parent &gt; .link--2 {
    padding-right: 20px;
  }
  .c-menu .li--parent &gt; .link--2:after {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-left: 0;
    position: absolute;
    border-right: 1px solid;
  }
  .c-menu .li:hover &gt; .link--1 {
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .c-menu .li:hover &gt; .link--2,
  .c-menu .li:hover &gt; .link--3 {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
    background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
    background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  }
  .c-menu .li:hover &gt; .ul {
    display: block;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .c-menu .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 16px;
    position: relative;
  }
  .c-menu .link--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 10px;
    text-align: center;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.12s;
    transition: -webkit-box-shadow 0.12s;
    transition: box-shadow 0.12s;
    transition: box-shadow 0.12s, -webkit-box-shadow 0.12s;
  }
  .c-menu .link--1.active {
    text-decoration: underline;
  }
  .c-menu .link--2,
  .c-menu .link--3 {
    height: 40px;
    color: inherit;
    padding: 0 10px;
  }
  .c-menu .link--2.active,
  .c-menu .link--3.active {
    color: #4573b9;
  }
  .c-menu .text {
    line-height: 1;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .c-menu .ul {
    width: 100%;
    display: none;
    background: #ffffff;
  }
  .c-menu .ul--1 {
    display: block;
  }
  .c-menu .li--parent &gt; .link:after {
    top: 0;
    bottom: 0;
    right: 12px;
    width: 6px;
    height: 6px;
    content: '';
    margin: auto;
    position: absolute;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-menu .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    color: inherit;
    position: relative;
    padding-left: 16px;
    padding-right: 26px;
    border-bottom: 1px solid #dadada;
  }
  .c-menu .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1;
    max-height: 100%;
    overflow: hidden;
    position: relative;
  }
  .c-menu .show {
    display: block;
  }
  .c-menu .hide {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .c-menu .link {
    height: 40px;
  }
}
/* c-logo
---------------------------------------------------------------*/
.c-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 280px;
  position: relative;
}
@media (max-width: 1024px) {
  .c-logo {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .c-logo {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 34px;
    padding: 2px 0;
    position: fixed;
    max-width: 160px;
  }
}
.c-logo img {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
/* c-cart
---------------------------------------------------------------*/
.c-cart {
  height: 100%;
}
.c-cart__li + .c-cart__li {
  margin-top: 4px;
}
.c-cart__img {
  width: 80px;
  height: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.c-cart__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-cart__name {
  color: inherit;
  font-weight: 600;
}
.c-cart__name:hover {
  text-decoration: underline;
}
.c-cart__price {
  color: #cc413e;
  font-size: 16px;
  font-weight: 600;
}
.c-cart__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  min-width: 20px;
  position: relative;
}
.c-cart__remove:after,
.c-cart__remove:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 2px;
  height: 60%;
  margin: auto;
  position: absolute;
  background: #bcbcbc;
  -webkit-transition: background .12s;
  transition: background .12s;
}
.c-cart__remove:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-cart__remove:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  .c-cart__remove:hover:after,
  .c-cart__remove:hover:before {
    background: #cc413e;
  }
}
.c-cart__footer {
  margin-top: 16px;
  text-align: right;
}
@media (max-width: 767px) {
  .c-cart__footer {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    position: fixed;
    padding-top: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .c-cart__footer--row {
    text-align: center;
  }
}
.c-cart__total {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .c-cart__total {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.c-cart__total--payment {
  color: #cc413e;
}
.c-cart__empty {
  display: none;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .c-cart__empty {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
}
.c-cart__empty .icon {
  font-size: 100px;
}
.c-cart__empty--text {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}
.c-cart__empty--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-body__order .c-cart {
  pointer-events: none;
}
/* c-prop
---------------------------------------------------------------*/
.c-prop__title {
  font-weight: 600;
  text-align: center;
  pointer-events: none;
  text-transform: uppercase;
}
.c-prop__name {
  font-weight: 600;
}
.c-prop__set + .c-prop__set {
  margin-top: 20px;
}
.c-prop__set--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}
.c-prop__set--title:after {
  content: ':';
}
/* c-star
---------------------------------------------------------------*/
.c-star {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.c-star__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e0e0e0;
}
.c-star__item + .c-star__item {
  padding-left: 3px;
}
.c-star__item--active {
  color: #ffb72b;
}
.c-star__item:hover {
  color: #ffb72b;
}
.c-star__item:hover ~ * {
  color: #e0e0e0 !important;
}
.c-star:hover .c-star__item {
  color: #ffb72b;
}
.c-star--big {
  font-size: 18px;
}
.c-star--readonly {
  pointer-events: none;
}
/* c-sent
---------------------------------------------------------------*/
.c-sent {
  text-align: center;
}
@media (max-width: 767px) {
  .c-sent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 30px;
    position: absolute;
  }
}
.c-sent__check {
  font-size: 28px;
  position: relative;
  padding-left: 34px;
  display: inline-block;
}
.c-sent__check:before {
  top: 0;
  left: 0;
  bottom: 6px;
  content: '';
  width: 24px;
  height: 10px;
  margin: auto;
  position: absolute;
  border-left: 3px solid;
  border-bottom: 3px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-sent__text {
  font-size: 16px;
  margin-top: 10px;
}
/* c-promo
---------------------------------------------------------------*/
.c-promo {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 0;
}
.c-promo img {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .c-promo:hover img {
    -webkit-transform: scale(0.94);
        -ms-transform: scale(0.94);
            transform: scale(0.94);
  }
}
/* c-group
---------------------------------------------------------------*/
.c-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .c-group {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .c-group {
    display: none;
  }
}
.c-group__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: inherit;
}
.c-group__link + .c-group__link {
  margin-left: 16px;
}
.c-group__link:hover,
.c-group__link.active {
  text-decoration: underline;
}
/* c-login
---------------------------------------------------------------*/
.c-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  float: right;
  color: inherit;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    right: 0;
    height: 34px;
    font-size: 0;
    padding: 0 16px;
    position: fixed;
  }
}
.c-login .icon {
  font-size: 16px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .c-login .icon {
    font-size: 22px;
    margin-right: 0;
  }
}
.c-login:hover {
  text-decoration: underline;
}
/* c-goods
---------------------------------------------------------------*/
.c-goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-goods__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 10px;
  position: relative;
  background: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 0 0 1px #dadada;
          box-shadow: 0 0 0 1px #dadada;
}
.c-goods__item:hover {
  -webkit-box-shadow: 0 0 0 1px #dadada, inset 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px #dadada, inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.c-goods__left {
  height: 100px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-goods__left {
    height: 200px;
  }
}
.c-goods__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-goods__right form {
  width: 100%;
}
.c-goods__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
  text-align: center;
}
.c-goods__row:first-of-type {
  margin-top: 0;
}
.c-goods__row--grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-goods__img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.c-goods__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-goods__title {
  display: block;
  color: inherit;
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-goods__title {
    font-size: 13px;
    text-align: center;
  }
}
.c-goods__title:hover {
  text-decoration: underline;
}
.c-goods__code {
  color: #999999;
  font-size: 13px;
}
.c-goods__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .c-goods__price {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-goods__price--old {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #999999;
  font-size: 15px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .c-goods__price--old {
    margin-left: 0;
    margin-top: 6px;
    font-size: 14px;
  }
}
.c-goods__price--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-goods__price--current {
    font-size: 16px;
  }
}
.c-goods__action {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-goods__add,
.c-goods__more,
.c-goods__related {
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 15px;
}
@media (max-width: 767px) {
  .c-goods__add,
  .c-goods__more,
  .c-goods__related {
    margin: 0;
    width: auto;
  }
}
.c-goods__add .icon,
.c-goods__more .icon,
.c-goods__related .icon {
  font-size: 20px;
  min-width: 20px;
}
.c-goods__compare,
.c-goods__favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  color: #777777;
  font-size: 32px;
  margin-left: 16px;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.c-goods__compare--active,
.c-goods__favorite--active {
  pointer-events: none;
}
.c-goods__compare--active:after,
.c-goods__favorite--active:after,
.c-goods__compare--active:before,
.c-goods__favorite--active:before {
  content: '';
  position: absolute;
}
.c-goods__compare--active:before,
.c-goods__favorite--active:before {
  top: -6px;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #4eba06;
}
.c-goods__compare--active:after,
.c-goods__favorite--active:after {
  top: 0;
  right: 0;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
.c-goods__compare:hover,
.c-goods__favorite:hover {
  color: inherit;
}
.c-goods__compare:active,
.c-goods__favorite:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.c-goods__favorite {
  font-size: 28px;
}
@media (max-width: 767px) {
  .c-goods__compare {
    display: none !important;
  }
}
.c-goods__buyclick {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-top: 6px;
}
.c-goods__waiting {
  width: 100%;
  line-height: 1.1;
  white-space: normal;
}
.c-goods__description {
  display: none;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 1025px) {
  .c-goods--list .l-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .c-goods--list .c-goods__row {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-goods--list .c-goods__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-goods--list .c-goods__left {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 0;
  }
  .c-goods--list .c-goods__right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 40px;
  }
  .c-goods--list .c-goods__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-goods--list .c-goods__title {
    height: auto;
    font-size: 16px;
  }
  .c-goods--list .c-goods__add,
  .c-goods--list .c-goods__more,
  .c-goods--list .c-goods__related {
    width: 100%;
    max-width: 140px;
  }
  .c-goods--list .c-goods__buyclick {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
}
.c-goods__item .c-amount ~ .c-goods__compare,
.c-goods__item .c-amount ~ .c-goods__favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  position: absolute;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.c-goods__item .c-amount ~ .c-goods__favorite + .c-goods__compare {
  top: 50px;
}
.c-goods__item .c-amount ~ .c-goods__buyclick {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: initial;
      -ms-flex-order: initial;
          order: initial;
}
.c-product .c-goods__action {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .c-product .c-goods__action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-product .c-goods__add {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .c-product .c-goods__add {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .c-product .c-goods__favorite {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .c-product .c-goods__buyclick {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
}
/* c-alert
---------------------------------------------------------------*/
.c-alert {
  padding: 10px;
  font-size: 14px;
  position: relative;
  border-radius: 0;
}
@media (max-width: 767px) {
  .c-alert {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-alert {
    padding: 16px;
    font-size: 16px;
  }
}
.c-alert--red {
  color: #a94442;
  background: #f2dede;
}
.c-alert--blue {
  color: #31708f;
  background: #d9edf7;
}
.c-alert--green {
  color: #3c763d;
  background: #dff0d8;
  padding-left: 44px;
}
.c-alert--green:before {
  top: 0;
  left: 16px;
  bottom: 5px;
  content: '';
  width: 16px;
  height: 6px;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #3c763d;
  border-bottom: 2px solid #3c763d;
}
.c-alert--orange {
  background: #fcf8e3;
}
.c-alert a {
  color: #3498db;
  border-bottom: 1px dashed #3498db;
}
@media (min-width: 1025px) {
  .c-alert a:hover {
    text-decoration: none;
    border-bottom-style: solid;
  }
}
/* c-apply
---------------------------------------------------------------*/
.c-apply {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 16px;
}
.c-apply__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
}
.c-apply__ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-apply__li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  margin-bottom: 6px;
}
.c-apply__li:last-of-type {
  margin-right: 0;
}
.c-apply__li--no-margin {
  margin-bottom: 0;
}
.c-apply__name {
  font-weight: 600;
  margin-right: 4px;
}
.c-apply__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 4px 8px;
  margin-right: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  -webkit-transition: color .3s;
  transition: color .3s;
  border-radius: 0;
}
.c-apply__value:last-of-type {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .c-apply__value:hover .c-apply__remove {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
    background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
    background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
  }
  .c-apply__value:hover .c-apply__remove:after,
  .c-apply__value:hover .c-apply__remove:before {
    background: #ffffff;
  }
  .c-apply__value:active {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.c-apply__remove {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  margin-left: 6px;
  position: relative;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.c-apply__remove:after,
.c-apply__remove:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 10px;
  height: 2px;
  margin: auto;
  position: absolute;
  background: #999999;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.c-apply__remove:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-apply__remove:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-apply__refresh {
  color: #ffffff;
  padding: 4px 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  -webkit-transition: background .3s;
  transition: background .3s;
  border-radius: 0;
}
.c-apply__refresh:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
}
.c-apply__refresh:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
/* c-order
---------------------------------------------------------------*/
.c-order [class*="icon-"] {
  display: none;
}
.c-order__block {
  height: 100%;
  padding: 16px;
  background: #ffffff;
}
.c-order__title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
}
.c-order__ul {
  padding-top: 10px;
}
.c-order__ul--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-order__ul--wrap .c-order__li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .c-order__ul--wrap .c-order__li {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
.c-order__li {
  margin-bottom: 10px;
}
.c-order__delivery {
  font-weight: 600;
  margin-left: 10px;
  white-space: nowrap;
}
.c-order__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-order__row:last-of-type {
  margin-top: 16px;
}
.c-order__total {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.c-order__no-storage {
  line-height: 1;
  font-size: 12px;
  padding-left: 28px;
}
/* c-video
---------------------------------------------------------------*/
.c-video {
  height: 0;
  padding-top: 25px;
  position: relative;
  padding-bottom: 56.25%;
}
.c-video iframe {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
/* c-filter
---------------------------------------------------------------*/
.c-filter {
  position: relative;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .c-filter {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 70px;
  }
}
.c-filter__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  text-transform: uppercase;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .c-filter__title {
    display: none;
  }
}
.c-filter__result {
  left: 100%;
  z-index: 9;
  height: 40px;
  width: 240px;
  display: none;
  position: absolute;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.c-filter__result--active {
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-filter__result {
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .c-filter__result {
    margin: 0;
    width: 100%;
    z-index: 99;
    bottom: 50px;
    position: fixed;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ffffff;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  }
}
.c-filter__result:after {
  top: 0;
  left: -7px;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  margin: auto;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .c-filter__result:after {
    display: none;
  }
}
.c-filter__result a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
}
.c-filter__result span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  border-radius: 0;
  opacity: 1 !important;
}
@media (max-width: 1024px) {
  .c-filter__result span {
    color: inherit;
    border-radius: 0;
    background: #ffffff;
  }
}
.c-filter__result span:hover {
  text-decoration: none;
}
.c-filter__result:hover span {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
}
.c-filter__result:hover:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
}
.c-filter__name {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
  padding-right: 20px;
  border-bottom: 1px solid #dadada;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.c-filter__name:after {
  top: 0;
  right: 5px;
  bottom: 4px;
  width: 6px;
  height: 6px;
  content: '';
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.c-filter__name:hover {
  color: #4573b9;
}
.c-filter__name:hover:after {
  border-color: #4573b9;
}
.c-filter__name--disabled {
  border: 0;
  padding-bottom: 0;
  pointer-events: none;
}
.c-filter__name--disabled:after {
  display: none;
}
.c-filter__ul {
  display: none;
  overflow: auto;
  max-height: 200px;
  padding-bottom: 10px;
}
.c-filter__li--color {
  display: inline-block;
}
.c-filter__row {
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .c-filter__row {
    padding: 0 16px;
  }
}
.c-filter__row--active .c-filter__ul {
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.c-filter__row--active .c-filter__name {
  color: #4573b9;
}
.c-filter__row--active .c-filter__name:after {
  border-right: 0;
  border-bottom: 0;
  border-top: 2px solid;
  border-left: 2px solid;
}
.c-filter__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.c-filter__price [type="text"] {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  width: 100px;
  text-align: center;
}
@media (min-width: 767px) {
  .c-filter__price [type="text"] {
    width: 80px;
  }
}
.c-filter__price--separator {
  margin: 0 4px;
}
.c-filter__price--currency {
  display: none;
}
.c-filter__price--button {
  width: auto;
  margin: 0;
  padding: 0 16px;
}
.c-filter__unit {
  margin-left: 4px;
}
.c-filter__color {
  width: 32px;
  height: 32px;
  margin: 0 4px;
  position: relative;
  -webkit-transition: all .12s;
  transition: all .12s;
  -webkit-box-shadow: 0 0 0 1px #dadada;
          box-shadow: 0 0 0 1px #dadada;
}
.c-filter__color img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-filter__color--hide {
  display: none;
}
@media (min-width: 1025px) {
  .c-filter__color:hover {
    -webkit-box-shadow: 0 0 0 3px #f39c12;
            box-shadow: 0 0 0 3px #f39c12;
  }
}
:checked ~ .c-filter__color:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 3px;
  content: '';
  width: 16px;
  height: 7px;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 4px solid #4eba06;
  border-bottom: 4px solid #4eba06;
}
.c-filter__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-filter__action--reset,
.c-filter__action--search {
  margin: 0;
  width: 48%;
}
.c-filter__tooltip {
  float: right;
  position: relative;
}
.c-filter__tooltip--question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
}
.c-filter__tooltip--content {
  z-index: 1;
  right: 100%;
  bottom: 100%;
  min-width: 200px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.c-filter__tooltip:hover .c-filter__tooltip--question {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
}
.c-filter__tooltip:hover .c-filter__tooltip--content {
  opacity: 1;
  visibility: visible;
}
.c-filter .mg-viewfilter-all {
  display: block;
  color: inherit;
  margin-top: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .c-filter .mg-viewfilter-all:hover {
    opacity: .8;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-filter__footer {
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .c-filter__footer:last-of-type {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 10px;
    position: fixed;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
/* c-social
---------------------------------------------------------------*/
.c-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.c-social__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #dadada;
  font-size: 36px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.c-social__item + .c-social__item {
  margin-left: 14px;
}
.c-social__item:hover {
  color: #ffffff;
}
/* c-action
---------------------------------------------------------------*/
@media (max-width: 1024px) {
  .c-action {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .c-action {
    top: 34px;
    right: 16px;
    height: auto;
    position: fixed;
  }
}
@media (min-width: 1025px) {
  .c-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 40%;
    right: 0;
    z-index: 9;
    position: fixed;
  }
}
@media (min-width: 768px) {
  .c-action__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-action__column {
    width: 100%;
    height: 100%;
    max-width: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
    background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
    background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
  }
}
@media (max-width: 1024px) {
  .c-action__column + .c-action__column {
    margin-right: 6px;
  }
}
@media (min-width: 1025px) {
  .c-action__column {
    width: 70px;
    height: 64px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
    background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
    background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  }
  .c-action__column:first-of-type {
    border-top-left-radius: 0;
  }
  .c-action__column:last-of-type {
    border-bottom-left-radius: 0;
  }
  .c-action__column:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
    background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
    background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
  }
}
@media (max-width: 767px) {
  .c-action__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: inherit;
    width: 34px;
    height: 34px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .c-action__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .c-action__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .c-action__icon {
    color: #ffffff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .c-action__icon .icon {
    font-size: 26px;
  }
  .c-action__icon .icon--cart {
    font-size: 28px;
  }
  .c-action__icon .icon--compare {
    font-size: 22px;
    width: 1.48148148em;
  }
}
@media (max-width: 767px) {
  .c-action__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 2px;
    right: -4px;
    color: #ffffff;
    min-width: 14px;
    font-size: 10px;
    position: absolute;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
    background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
    background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  }
}
@media (min-width: 768px) {
  .c-action__count {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-action__count {
    top: 0;
    right: 6px;
    position: absolute;
  }
}
.c-action__title {
  display: none;
}
/* c-amount
---------------------------------------------------------------*/
@media (min-width: 768px) {
  .c-amount {
    margin-right: 10px;
  }
}
.c-amount__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-amount [type="text"] {
  -webkit-box-ordinal-group: NaN;
  -webkit-order: inherit;
      -ms-flex-order: inherit;
          order: inherit;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 0 4px;
  font-size: 16px;
  text-align: center;
  background: #efefef;
  font-family: inherit;
}
.c-amount__up,
.c-amount__down {
  width: 26px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
}
.c-amount__up:after,
.c-amount__down:after,
.c-amount__up:before,
.c-amount__down:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 10px;
  height: 2px;
  margin: auto;
  position: absolute;
  background: #ffffff;
}
.c-amount__up:hover,
.c-amount__down:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
}
.c-amount__up {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-amount__up:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-amount__down {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-table .c-amount {
  margin-right: 0;
}
/* c-search
---------------------------------------------------------------*/
.c-search {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .c-search {
    padding: 0 16px;
    position: relative;
  }
}
.c-search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-search__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
}
.c-search__input [type="search"] {
  height: 100%;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c-search__input [type="submit"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  height: 100%;
  padding: 0 16px;
  text-indent: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 1024px) {
  .c-search__input [type="submit"] {
    font-size: 0;
  }
}
@media (max-width: 767px) {
  .c-search__input [type="submit"] {
    margin: 0;
    width: auto;
    padding: 0 10px;
  }
}
.c-search__input [type="submit"] .icon {
  margin: 0;
  font-size: 16px;
  min-width: 16px;
}
.c-search__input [type="submit"]:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.c-search__button[href="#c-modal__search"] {
  display: none;
}
@media (max-width: 767px) {
  .c-search__button[href="#c-modal__search"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 34px;
    right: 130px;
    width: 34px;
    height: 34px;
    color: inherit;
    font-size: 22px;
    position: fixed;
  }
}
.c-search__dropdown {
  width: 100%;
}
@media (min-width: 768px) {
  .c-search__dropdown {
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    position: absolute;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .c-search__dropdown {
    min-width: 500px;
    margin-top: 10px;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .c-search__ul {
    overflow: auto;
    max-height: 300px;
  }
}
.c-search__li {
  border-top: 1px solid #dadada;
}
.c-search__li:first-child {
  border-top: 0;
}
.c-search__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 10px 0;
  min-height: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .c-search__link {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .c-search__link:hover {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(70%, #efefef), to(#e8e8e8));
    background: -webkit-linear-gradient(left, #ffffff 0%, #efefef 70%, #e8e8e8 100%);
    background: linear-gradient(to right, #ffffff 0%, #efefef 70%, #e8e8e8 100%);
  }
}
.c-search__img {
  width: 80px;
  height: 50px;
  margin-right: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .c-search__img {
    display: none;
  }
}
.c-search__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-search__info {
  font-weight: 600;
}
.c-search__span {
  width: 100%;
  display: block;
  color: #cc413e;
  font-size: 12px;
}
.c-search__variant {
  color: inherit;
  font-weight: 400;
}
/* c-loader
---------------------------------------------------------------*/
.c-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  position: fixed;
  background: #ffffff;
}
.c-loader__spin {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ffffff;
}
.c-loader__spin:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  margin: 2px;
  border-radius: 100%;
  background: #ffffff;
}
.c-loader__radial {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-animation: spin .8s linear infinite;
          animation: spin .8s linear infinite;
}
.c-loader__radial:before,
.c-loader__radial:after {
  top: 0;
  bottom: 0;
  content: '';
  position: absolute;
}
.c-loader__radial:after {
  right: 0;
  left: 50%;
  border-radius: 0 100px 100px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#4573b9));
  background-image: -webkit-linear-gradient(top, #ffffff, #4573b9);
  background-image: linear-gradient(to bottom, #ffffff, #4573b9);
}
.c-loader__radial:before {
  left: 0;
  right: 50%;
  background: #4573b9;
  border-radius: 100px 0 0 100px;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* c-ribbon
---------------------------------------------------------------*/
.c-ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 24px;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .c-ribbon {
    width: 60px;
    height: 16px;
    font-size: 9px;
  }
}
.c-ribbon__sale {
  background: #e44d4d;
}
.c-ribbon__sale + .c-ribbon__new {
  top: 28px;
}
@media (max-width: 767px) {
  .c-ribbon__sale + .c-ribbon__new {
    top: 18px;
  }
}
.c-ribbon__sale + .c-ribbon__new + .c-ribbon__hit {
  top: 56px;
}
@media (max-width: 767px) {
  .c-ribbon__sale + .c-ribbon__new + .c-ribbon__hit {
    top: 36px;
  }
}
.c-ribbon__sale + .c-ribbon__hit {
  top: 28px;
}
@media (max-width: 767px) {
  .c-ribbon__sale + .c-ribbon__hit {
    top: 18px;
  }
}
.c-ribbon__new {
  background: #4eba06;
}
.c-ribbon__new + .c-ribbon__hit {
  top: 28px;
}
@media (max-width: 767px) {
  .c-ribbon__new + .c-ribbon__hit {
    top: 18px;
  }
}
.c-ribbon__hit {
  background: #f39817;
}
/* c-images
---------------------------------------------------------------*/
.c-images {
  z-index: 1;
  position: relative;
}
.c-images__big {
  height: 200px;
  width: 100% !important;
  position: relative;
  background: #ffffff;
}
@media (min-width: 768px) {
  .c-images__big {
    height: 300px;
  }
}
@media (min-width: 1025px) {
  .c-images__big {
    height: 400px;
  }
}
.c-images__slider {
  margin-top: 10px;
}
.c-images__slider--item {
  height: 80px;
  display: block;
  position: relative;
  background: #ffffff;
  border: 2px solid #dadada;
}
.c-images__slider--item.active {
  border-color: #f39c12;
}
.c-images img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
}
.c-images .magnify {
  width: 100%;
  height: 100%;
}
.c-images .magnify-lens {
  top: 0 !important;
  border: 0 !important;
  left: 100% !important;
  width: 460px !important;
  height: 400px !important;
  margin-top: -1px !important;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .c-images .magnify-lens {
    display: none !important;
  }
}
.c-images .fancy-modal:first-child {
  width: 100%;
  height: 100%;
}
/* c-widget
---------------------------------------------------------------*/
.c-widget {
  float: right;
}
@media (max-width: 767px) {
  .c-widget {
    float: none;
    text-align: center;
  }
}
/* c-variant
---------------------------------------------------------------*/
.c-variant {
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
}
.c-variant__title {
  display: none;
}
.c-variant__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.c-variant__scroll tr,
.c-variant__scroll td,
.c-variant__scroll table,
.c-variant__scroll tbody {
  display: block;
}
.c-variant__row {
  border-top: 1px solid #dadada;
}
.c-variant__row:first-of-type {
  border-top: 0;
}
.c-variant__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
}
.c-variant__label--checked {
  top: 0;
  right: 4px;
  bottom: 4px;
  width: 14px;
  height: 8px;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
@media (min-width: 1025px) {
  .c-variant__label:hover .c-variant__label--checked {
    border-color: #dadada;
  }
}
.c-variant__label :checked ~ .c-variant__label--checked {
  border-color: #4eba06;
}
.c-variant__img {
  height: 40px;
  min-width: 40px;
  margin-right: 4px;
  position: relative;
}
.c-variant__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-variant__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
}
.c-variant__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 4px;
}
.c-variant__price--old {
  color: #999999;
  margin-right: 10px;
}
.c-variant__price--current {
  font-weight: 600;
}
.c-variant__price--not-available {
  width: 100%;
  display: none;
  color: #e44d4d;
  font-size: 11px;
  margin-top: 4px;
}
.c-variant__color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .c-variant__color {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-variant__color .c-variant__size {
  padding-bottom: 0;
}
.c-variant__color--title {
  color: #949494;
  font-size: 13px;
  margin-right: 4px;
}
.c-variant__color--item {
  margin: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #dadada;
          box-shadow: 0 0 0 1px #dadada;
}
.c-variant__color--item img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-variant__color--item.active {
  -webkit-box-shadow: 0 0 0 2px #f39c12;
          box-shadow: 0 0 0 2px #f39c12;
}
@media (min-width: 1025px) {
  .c-variant__color--item:hover {
    -webkit-box-shadow: 0 0 0 2px #f39c12;
            box-shadow: 0 0 0 2px #f39c12;
  }
  .c-variant__color--item:active {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.c-variant__size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .c-variant__size {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-variant__size--title {
  color: #949494;
  font-size: 13px;
  margin-right: 4px;
}
.c-variant__size--item {
  cursor: pointer;
  font-size: 13px;
  padding: 4px 0;
  padding-right: 8px;
  position: relative;
}
.c-variant__size--item.active {
  text-decoration: underline;
}
.c-variant__size--item.inactive {
  opacity: .5;
  text-decoration: line-through;
}
@media (min-width: 1025px) {
  .c-variant__size--item:hover {
    text-decoration: underline;
  }
  .c-variant__size--item:active {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.c-goods--list .c-variant__color .c-variant__size {
  padding: 0;
}
.c-product .c-variant {
  margin-top: 10px;
}
.c-product .c-variant__scroll {
  max-height: 300px;
}
.c-product .c-variant__img {
  height: 50px;
  min-width: 80px;
}
.c-product .c-variant__size {
  width: 100%;
}
/* c-catalog
---------------------------------------------------------------*/
.c-catalog {
  height: 100%;
}
@media (min-width: 1025px) {
  .c-catalog {
    z-index: 5;
    position: relative;
  }
  .c-catalog .ul {
    top: 0;
    left: 0;
    display: none;
    padding: 1px;
    width: 280px;
    position: absolute;
    background: #ffffff;
  }
  .c-catalog .ul--show {
    display: block;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  @supports (-ms-ime-align:auto) {
    .c-catalog .ul--show {
      -webkit-animation-name: none;
              animation-name: none;
      -webkit-animation-duration: 0;
              animation-duration: 0;
      -webkit-animation-fill-mode: none;
              animation-fill-mode: none;
    }
  }
  .c-catalog .ul--1 {
    top: 100%;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .c-catalog .ul--2,
  .c-catalog .ul--3 {
    left: 100%;
    z-index: -12;
    padding-left: 0;
    min-height: 100%;
  }
  .c-catalog .ul--2:before,
  .c-catalog .ul--3:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    background: inherit;
  }
  .c-catalog .ul--3:before {
    left: -200%;
    width: 200%;
  }
  .c-catalog .li--parent &gt; .link:after {
    top: 0;
    bottom: 0;
    right: 12px;
    width: 6px;
    height: 6px;
    content: '';
    margin: auto;
    position: absolute;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-catalog .li:hover &gt; .link {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .c-catalog .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    color: inherit;
    font-size: 16px;
    position: relative;
    padding-left: 16px;
    padding-right: 26px;
  }
  .c-catalog .link.active {
    color: #4573b9;
  }
  .c-catalog .img {
    height: 100%;
    min-width: 40px;
    max-width: 40px;
    margin-left: -16px;
    margin-right: 6px;
    position: relative;
  }
  .c-catalog .img img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-width: -webkit-calc(100% - 9px);
    max-width: calc(100% - 9px);
    max-height: -webkit-calc(100% - 9px);
    max-height: calc(100% - 9px);
  }
  .c-catalog .img img[src*="svg"] {
    max-width: 20px;
    max-height: 20px;
  }
  .c-catalog .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1;
    max-height: 100%;
    overflow: hidden;
    position: relative;
  }
  .c-catalog .count {
    margin: 0 6px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .c-catalog .ul {
    width: 100%;
    display: none;
    background: #ffffff;
  }
  .c-catalog .ul--1 {
    display: block;
  }
  .c-catalog .li--parent &gt; .link:after {
    top: 0;
    bottom: 0;
    right: 12px;
    width: 6px;
    height: 6px;
    content: '';
    margin: auto;
    position: absolute;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-catalog .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    color: inherit;
    position: relative;
    padding-left: 16px;
    padding-right: 26px;
    border-bottom: 1px solid #dadada;
  }
  .c-catalog .img {
    height: 100%;
    min-width: 40px;
    max-width: 40px;
    margin-left: -16px;
    margin-right: 6px;
    position: relative;
  }
  .c-catalog .img img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-width: -webkit-calc(100% - 9px);
    max-width: calc(100% - 9px);
    max-height: -webkit-calc(100% - 9px);
    max-height: calc(100% - 9px);
  }
  .c-catalog .img img[src*="svg"] {
    max-width: 20px;
    max-height: 20px;
  }
  .c-catalog .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1;
    max-height: 100%;
    overflow: hidden;
    position: relative;
  }
  .c-catalog .count {
    margin: 0 6px;
    line-height: 1;
  }
  .c-catalog .show {
    display: block;
  }
  .c-catalog .hide {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .c-catalog .link {
    height: 40px;
  }
}
.c-catalog__title {
  height: 100%;
}
@media (max-width: 767px) {
  .c-catalog__title {
    top: 37px;
    left: 16px;
    height: 28px;
    width: 100px;
    position: fixed;
  }
}
@media (min-width: 768px) {
  .c-catalog__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 230px;
    color: #ffffff;
    padding: 0 10px;
    font-size: 24px;
    border-radius: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
    background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
    background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
  }
  .c-catalog__title:before {
    width: 22px;
    height: 22px;
    content: '';
    margin-right: 14px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ffffff));
    background: -webkit-linear-gradient(transparent 70%, #ffffff 30%);
    background: linear-gradient(transparent 70%, #ffffff 30%);
    background-size: 6px 6px;
  }
  .c-catalog__title:after {
    width: 10px;
    height: 10px;
    content: '';
    margin-top: -6px;
    margin-left: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
@media (min-width: 1025px) {
  .c-catalog__title {
    width: 280px;
  }
}
.c-catalog__title:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* c-product
---------------------------------------------------------------*/
.c-product__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .c-product__row {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-product__row:first-of-type {
  padding-top: 0;
}
.c-product__row form {
  width: 100%;
}
.c-product__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-product__li {
  width: 100%;
}
.c-product__price {
  padding: 10px 0;
}
.c-product__price--title {
  display: none;
}
.c-product__price--old {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  margin-left: 10px;
}
.c-product__price--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e44d4d;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
}
.c-product__price--value {
  white-space: nowrap;
}
.c-product__code,
.c-product__weight {
  color: #999999;
  font-size: 13px;
}
.c-product__stock {
  font-size: 13px;
  position: relative;
  padding-left: 18px;
}
.c-product__stock--in {
  color: #4eba06;
}
.c-product__stock--in:before {
  top: 0;
  left: 0;
  bottom: 3px;
  content: '';
  width: 10px;
  height: 5px;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #4eba06;
  border-bottom: 2px solid #4eba06;
}
.c-product__stock--out {
  color: #e44d4d;
}
.c-product__stock--out:after,
.c-product__stock--out:before {
  top: 0;
  left: 6px;
  bottom: 0;
  width: 1px;
  height: 13px;
  content: '';
  margin: auto;
  position: absolute;
  background: #e44d4d;
}
.c-product__stock--out:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-product__stock--out:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-product__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}
.c-product__message .icon {
  font-size: 16px;
  margin-right: 6px;
}
.c-product__message--link {
  color: inherit;
}
@media (min-width: 1025px) {
  .c-product__message--link:hover {
    text-decoration: underline;
  }
}
.c-goods__item .c-product__message {
  display: none !important;
}
/* c-compare
---------------------------------------------------------------*/
.c-compare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  position: fixed;
  padding: 100px 16px;
  background: #ffffff;
}
.c-compare__top {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 26px;
  position: fixed;
  background: #ffffff;
  border-bottom: 1px solid #dadada;
}
.c-compare__top__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-compare__top__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-compare__back {
  margin-left: 10px;
  position: relative;
}
.c-compare__back:before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.c-compare__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 20%;
  height: 100%;
  position: relative;
}
.c-compare__right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  max-width: 75%;
  min-width: 40%;
  height: 100%;
}
.c-compare__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-compare__item {
  margin: 0;
  overflow: hidden;
  margin-right: 10px;
  min-width: 225px;
  max-width: 225px;
  min-height: 300px;
  max-height: 300px;
}
.c-compare__img {
  height: 140px;
}
.c-compare__property {
  display: none;
}
.c-compare__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 60px;
}
.c-compare__table__left {
  top: 300px;
  left: 0;
  width: 100%;
  position: absolute;
}
.c-compare__table__left .c-compare__row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-compare__table__left .c-compare__column {
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
}
.c-compare__table__right .c-compare__column {
  min-width: 225px;
  max-width: 225px;
}
.c-compare__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.c-compare__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 35px;
  line-height: 1.2;
  padding: 2px 10px;
  margin-top: 6px;
  margin-right: 10px;
  border-bottom: 1px solid #dadada;
}
.c-compare__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 6px;
  right: 6px;
  z-index: 1;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: fixed;
  border-radius: 100%;
  -webkit-transition: -webkit-transform .12s;
  transition: -webkit-transform .12s;
  transition: transform .12s;
  transition: transform .12s, -webkit-transform .12s;
}
@media (max-width: 767px) {
  .c-compare__remove {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .c-compare__remove {
    position: absolute;
  }
}
.c-compare__remove:after,
.c-compare__remove:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: '';
  height: 70%;
  margin: auto;
  position: absolute;
  background: #333333;
}
.c-compare__remove:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-compare__remove:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  .c-compare__remove:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.c-compare__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.c-compare__link--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .c-compare__link--icon {
    font-size: 24px;
  }
}
.c-compare__link--count {
  top: 0;
  right: 0;
  position: absolute;
}
.c-compare__link--text {
  font-size: 12px;
  margin-top: 4px;
}
.c-compare__link:hover .c-compare__link--text {
  text-decoration: underline;
}
.c-compare__informer {
  display: none;
  left: 16px;
  bottom: 16px;
  z-index: 999;
  color: #ffffff;
  position: fixed;
  font-size: 16px;
  padding: 10px 20px;
  background: #333333;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .c-compare__informer {
    font-size: 16px;
  }
}
/* c-contact
---------------------------------------------------------------*/
.c-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.c-contact__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-contact__row + .c-contact__row {
  margin-top: 6px;
}
.c-contact__phone {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .c-contact__phone {
    margin-top: 6px;
  }
  .c-contact__phone:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .c-contact__phone {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .c-contact__phone {
    font-size: 18px;
  }
}
.c-contact .icon--phone {
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 989px) {
  .c-contact .icon--phone {
    display: none;
  }
}
.c-contact__time {
  display: block;
  color: #777777;
  white-space: nowrap;
}
.c-contact__button {
  display: none;
}
@media (max-width: 767px) {
  .c-contact__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 34px;
    right: 90px;
    width: 34px;
    height: 34px;
    color: inherit;
    font-size: 24px;
    position: fixed;
  }
}
/* c-trigger
---------------------------------------------------------------*/
.c-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 16px 10px;
  background: #ffffff;
  border-radius: 0;
}
.c-trigger__text {
  line-height: 1.2;
  margin-top: 10px;
}
@media (min-width: 990px) {
  .c-trigger__text {
    font-size: 16px;
    margin-top: 16px;
  }
}
.c-trigger__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-trigger__img img {
  border-radius: 0;
}
.c-trigger .icon {
  font-size: 50px;
  color: #4573b9;
}
@media (min-width: 990px) {
  .c-trigger .icon {
    font-size: 70px;
  }
}
.c-trigger .icon--trigger-1 {
  width: 1.424em;
}
.c-trigger .icon--trigger-2 {
  width: 1.581em;
}
.c-trigger .icon--trigger-3 {
  width: 1.088em;
}
/* c-payment
---------------------------------------------------------------*/
.c-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-payment__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-payment__row + .c-payment__row {
  margin-top: 6px;
}
.c-payment__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  padding: 6px;
  background: #ffffff;
}
.c-payment__column + .c-payment__column {
  margin-left: 6px;
}
.c-payment__column .icon {
  font-size: 30px;
}
.c-payment__column .icon--visa {
  width: 3.092em;
}
.c-payment__column .icon--mastercard {
  width: 1.671em;
}
/* c-history
---------------------------------------------------------------*/
.c-history__item {
  margin-top: 16px;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.c-history__item:first-child {
  margin-top: 0;
}
.c-history__item--active {
  border-color: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-history__item--active .c-history__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-history__item--active .c-history__header--left:after {
  border: 0;
  border-left: 1px solid;
  border-top: 1px solid;
}
.c-history__item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-history__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-history__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-history__header--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-history__header--left:after {
  width: 6px;
  height: 6px;
  content: '';
  display: block;
  margin-top: -2px;
  margin-left: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-history__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 150px;
  line-height: 1;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .c-history__status {
    margin-top: 6px;
  }
}
.c-history__status.paid {
  background: #28bb1d;
}
.c-history__status.get-paid {
  background: #c1a700;
}
.c-history__status.dont-paid {
  background: #b81212;
}
.c-history__status.processed {
  background: #ca5f09;
}
.c-history__status.performed {
  background: #66b917;
}
.c-history__status.in-delivery {
  background: #668bd4;
}
.c-history__status.dont-confirmed {
  background: #a9a5a5;
}
.c-history__content {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 10px;
}
.c-history__content--top {
  width: 100%;
  margin-bottom: 16px;
}
.c-history__content--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media (max-width: 767px) {
  .c-history__content--left {
    width: 100%;
    text-align: center;
  }
}
.c-history__content--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
}
@media (max-width: 767px) {
  .c-history__content--right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .c-history__content--right .order-total {
    width: 100%;
  }
}
.c-history__row {
  margin-top: 10px;
}
.c-history__row:first-of-type {
  margin-top: 0;
}
.c-history__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-history__list--item {
  margin-top: 10px;
}
.c-history__list--item:first-of-type {
  margin-top: 0;
}
.c-history__list--total {
  color: #cc413e;
  font-size: 16px;
  font-weight: 600;
}
.c-history__list--link:hover {
  text-decoration: underline;
}
.c-history__table--title {
  display: block;
  color: inherit;
  font-weight: 600;
}
.c-history__table--title .prop-position {
  font-size: 12px;
  margin-top: 4px;
  font-weight: 400;
}
.c-history__table--title:hover {
  text-decoration: underline;
}
.c-history__table--code {
  text-transform: lowercase;
}
.c-history__table--total {
  color: #cc413e;
  font-weight: 600;
}
.c-history__download {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cc413e;
  font-weight: 600;
}
.c-history__download .icon {
  margin-right: 6px;
}
.c-history__download:hover {
  text-decoration: underline;
}
.c-history__hidden {
  display: none;
}
/* c-storage
---------------------------------------------------------------*/
.c-storage {
  margin-top: 16px;
  text-align: left;
}
.c-storage__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f3f3f3;
}
.c-storage__row + .c-storage__row {
  border-top: 1px solid #dadada;
}
.c-storage__column {
  padding: 10px;
}
.c-storage__adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-storage__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #777777;
  font-size: 12px;
  margin-top: 4px;
}
.c-storage__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-storage__count {
  font-weight: 400;
}
.c-storage__unit {
  font-weight: 400;
  margin-left: 4px;
}
/* c-switcher
---------------------------------------------------------------*/
.c-switcher {
  display: none;
}
@media (min-width: 1025px) {
  .c-switcher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-switcher__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 40px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.c-switcher__item + .c-switcher__item {
  margin-left: 6px;
}
.c-switcher__item--grid:before {
  width: 16px;
  height: 16px;
  content: '';
  background: -webkit-linear-gradient(left, transparent 4px, #ffffff 4px), -webkit-linear-gradient(bottom, transparent 2px, #333333 2px);
  background: linear-gradient(90deg, transparent 4px, #ffffff 4px), linear-gradient(to top, transparent 2px, #333333 2px);
  background-size: 6px 6px;
}
.c-switcher__item--list:before {
  width: 20px;
  height: 20px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #333333));
  background: -webkit-linear-gradient(transparent 50%, #333333 50%);
  background: linear-gradient(transparent 50%, #333333 50%);
  background-size: 6px 6px;
}
.c-switcher__item--active {
  pointer-events: none;
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
}
/* c-offcanvas
---------------------------------------------------------------*/
@media (min-width: 1025px) {
  .c-offcanvas {
    width: 100%;
    height: 100%;
  }
  .c-offcanvas__panel {
    display: none;
  }
  .c-offcanvas__scroll,
  .c-offcanvas__content {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .c-offcanvas {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
  }
  .c-offcanvas--active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .c-offcanvas--active .c-offcanvas__content {
    left: 0;
  }
  .c-offcanvas__content {
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    -webkit-transition: left .3s;
    transition: left .3s;
  }
  .c-offcanvas__scroll {
    height: 100%;
    padding-bottom: 40px;
    max-height: -webkit-calc(100% - 40px);
    max-height: calc(100% - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  }
  .c-offcanvas__panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 99;
    width: 100%;
    height: 40px;
    font-size: 16px;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .c-offcanvas__back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    cursor: pointer;
    font-weight: 600;
    padding: 20px 10px;
    visibility: hidden;
  }
  .c-offcanvas__back--active {
    visibility: visible;
  }
  .c-offcanvas__back:before {
    width: 8px;
    height: 8px;
    content: '';
    margin-right: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-left: 3px solid #333333;
    border-bottom: 3px solid #333333;
  }
  .c-offcanvas__close {
    width: 20px;
    height: 20px;
    padding: 20px;
    cursor: pointer;
    position: relative;
  }
  .c-offcanvas__close:after,
  .c-offcanvas__close:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50%;
    height: 3px;
    margin: auto;
    position: absolute;
    background: #333333;
  }
  .c-offcanvas__close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-offcanvas__close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .c-offcanvas__content {
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .c-offcanvas--no-scroll {
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .c-catalog .c-offcanvas {
    height: auto;
  }
}
/* c-copyright
---------------------------------------------------------------*/
.c-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #999999;
  font-size: 13px;
}
.c-copyright--developer {
  float: right;
  -webkit-transition: color .3s;
  transition: color .3s;
}
@media (min-width: 1025px) {
  .c-copyright--developer:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .c-copyright {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
    height: auto;
    margin-bottom: 10px;
  }
}
/* c-agreement
---------------------------------------------------------------*/
.c-agreement {
  text-align: left;
  display: inline-block;
}
.c-agreement__link {
  color: #3498db;
  border-bottom: 1px dashed #3498db;
}
@media (min-width: 1025px) {
  .c-agreement__link:hover {
    border-bottom-style: solid;
  }
}
/* c-pagination
---------------------------------------------------------------*/
.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-pagination__count {
  font-weight: 600;
}
.c-pagination__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.c-pagination__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69a8e3), to(#4573b9));
  background: -webkit-linear-gradient(top, #69a8e3 0, #4573b9 100%);
  background: linear-gradient(to bottom, #69a8e3 0, #4573b9 100%);
  border-radius: 0;
}
.c-pagination__button[href*="/"] {
  color: #ffffff;
}
.c-pagination__button:last-of-type {
  margin-right: 0;
}
.c-pagination__button--last:after,
.c-pagination__button--first:after {
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-pagination__button--last:after {
  margin-left: -4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.c-pagination__button--first:after {
  margin-right: -4px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.c-pagination__button.active {
  pointer-events: none;
}
.c-pagination__button:hover,
.c-pagination__button.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e8fdb), to(#375c94));
  background: -webkit-linear-gradient(top, #3e8fdb 0%, #375c94 100%);
  background: linear-gradient(to bottom, #3e8fdb 0%, #375c94 100%);
  text-decoration: none !important;
}
.c-pagination__button:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
/* c-geo
---------------------------------------------------------------*/
.c-geo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-geo__choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.c-geo__current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .c-geo__current {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-geo__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  font-weight: 600;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .c-geo__link {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.c-geo__link:after {
  content: ':';
}
.c-geo__link .icon {
  margin-right: 4px;
  color: #4573b9;
}
@media (max-width: 767px) {
  .c-geo__link .icon {
    font-size: 13px;
    margin-right: 4px;
  }
}
.c-geo__link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-geo__border {
    border-bottom: 1px dashed;
  }
}
.c-geo__dropdown {
  left: 0;
  top: 100%;
  z-index: 9;
  margin-top: 10px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .c-geo__dropdown {
    right: 0;
    left: auto;
    font-size: 12px;
    margin-top: 10px;
  }
}
.c-geo__dropdown:before {
  top: -8px;
  left: 40px;
  width: 14px;
  height: 14px;
  content: '';
  position: absolute;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
@media (max-width: 767px) {
  .c-geo__dropdown:before {
    top: -6px;
    left: auto;
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.c-geo__question {
  padding: 10px 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-geo__question {
    padding: 6px 10px;
  }
}
.c-geo__confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dadada;
}
.c-geo__no,
.c-geo__yes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 34px;
  color: inherit;
  font-weight: 600;
  -webkit-transition: -webkit-box-shadow 0.12s;
  transition: -webkit-box-shadow 0.12s;
  transition: box-shadow 0.12s;
  transition: box-shadow 0.12s, -webkit-box-shadow 0.12s;
}
@media (max-width: 767px) {
  .c-geo__no,
  .c-geo__yes {
    height: 30px;
  }
}
.c-geo__no:hover,
.c-geo__yes:hover {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.14);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.14);
}
.c-geo__yes {
  border-right: 1px solid #dadada;
}
.c-geo__list {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 767px) {
  .c-geo__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.c-geo__city {
  width: 100%;
  display: block;
  color: inherit;
  padding-bottom: 6px;
}
.c-geo__city:first-letter {
  font-weight: 600;
}
@media (min-width: 1025px) {
  .c-geo__city:hover {
    text-decoration: underline;
  }
}
.c-geo__favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-geo__favorite .c-geo__city {
  padding: 0;
  width: auto;
  font-weight: 600;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .c-geo__favorite .c-geo__city {
    margin-right: 10px;
  }
}
.c-geo__favorite .c-geo__city:last-of-type {
  margin-right: 0;
}
/* c-more
---------------------------------------------------------------*/
.c-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  text-align: center;
}
.c-more__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.c-more__button .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  margin-right: 10px;
  color: #4573b9;
}
.c-more__button:hover .icon {
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
}
.c-more__text {
  line-height: 1.2;
  border-bottom: 1px dashed;
}
.c-more__text:hover {
  border-bottom-style: solid;
}
.c-more__count {
  color: #666666;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* c-crumb
---------------------------------------------------------------*/
.c-crumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .c-crumb {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-crumb__link {
  color: inherit;
}
.c-crumb__link:hover {
  color: #4573b9;
}
.c-crumb__separator {
  margin: 0 6px;
}
.c-crumb__separator:before {
  content: '»';
}
.c-crumb__current {
  color: #4573b9;
}
/* c-record
---------------------------------------------------------------*/
.c-record__item {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 0;
}
.c-record__item + .c-record__item {
  margin-top: 10px;
}
.c-record__item--active .c-record__header {
  color: #555555;
}
.c-record__item--active .c-record__header:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-record__item--active .c-record__content {
  display: block;
}
.c-record__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 16px;
  padding-left: 40px;
  position: relative;
  background: #ffffff;
  -webkit-transition: all .12s;
  transition: all .12s;
}
.c-record__header:before {
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transition: -webkit-transform .12s;
  transition: -webkit-transform .12s;
  transition: transform .12s;
  transition: transform .12s, -webkit-transform .12s;
}
.c-record__header:hover {
  color: #4573b9;
}
.c-record__content {
  display: none;
  padding: 16px;
  padding-top: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/* c-article
---------------------------------------------------------------*/
.c-article__item {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .c-article__item {
    text-align: center;
  }
}
.c-article__row + .c-article__row {
  margin-top: 10px;
}
@media (min-width: 990px) {
  .c-article__row--float {
    float: left;
  }
}
.c-article__img {
  text-align: center;
}
.c-article__img img {
  border-radius: 0;
}
.c-article__title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 !important;
  display: inline-block;
}
.c-article__review {
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
  border-bottom: 1px dashed #3498db;
}
.c-article__review:hover {
  border-bottom-style: solid;
}
.c-article__date {
  color: #999999;
}
.c-article__back {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .c-article__back {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-article__back--link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
}
.c-article__back--link:before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transition: margin .3s;
  transition: margin .3s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-article__back--link:hover {
  color: #4573b9;
}
.c-article__back:after,
.c-article__back:before {
  clear: both;
  content: ' ';
  display: table;
}
.c-article__read {
  float: right;
  font-weight: 600;
  display: inline-block;
}
.c-article__read:hover {
  text-decoration: underline;
}
.c-article__blog,
.c-article__preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-article__blog .c-article__item,
.c-article__preview .c-article__item {
  padding: 16px;
  border: 1px solid #dadada;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border-radius: 0;
}
@media (max-width: 767px) {
  .c-article__blog .c-article__item,
  .c-article__preview .c-article__item {
    margin-top: 16px;
  }
  .c-article__blog .c-article__item:first-child,
  .c-article__preview .c-article__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .c-article__blog .c-article__item,
  .c-article__preview .c-article__item {
    margin-top: 16px;
    width: -webkit-calc(33.333333333333336% - 10.666666666666666px);
    width: calc(33.333333333333336% - 10.666666666666666px);
  }
  .c-article__blog .c-article__item:nth-of-type(3n + 1),
  .c-article__preview .c-article__item:nth-of-type(3n + 1) {
    margin-right: 16px;
  }
  .c-article__blog .c-article__item:nth-of-type(3n + 2),
  .c-article__preview .c-article__item:nth-of-type(3n + 2) {
    margin-right: 16px;
  }
  .c-article__blog .c-article__item:nth-of-type(-n + 3),
  .c-article__preview .c-article__item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
.c-article__blog .c-article__item:hover,
.c-article__preview .c-article__item:hover {
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.2);
}
.c-article__blog [href],
.c-article__preview [href] {
  color: inherit;
}
.c-article__blog [href]:hover,
.c-article__preview [href]:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-article__single .c-article__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .c-article__single .c-article__img {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
/* c-comment
---------------------------------------------------------------*/
.c-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border-radius: 0;
}
.c-comment__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-comment__row {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-comment__row + .c-comment__row {
  margin-top: 10px;
}
.c-comment__row--hide {
  display: none;
}
.c-comment__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.c-comment__column:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-comment__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-right: 0;
  }
  .c-comment__column + .c-comment__column {
    margin-top: 6px;
  }
}
.c-comment__title {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-comment__title {
    font-size: 24px;
  }
}
.c-comment__autor {
  font-size: 16px;
  font-weight: 600;
}
.c-comment__bought {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2ecc71;
}
.c-comment__bought .icon {
  font-size: 18px;
  margin-right: 6px;
}
.c-comment__date {
  color: #999999;
}
.c-comment__review {
  color: #3498db;
  margin-left: 10px;
  border-bottom: 1px dashed #3498db;
}
@media (min-width: 1025px) {
  .c-comment__review:hover {
    border-bottom-style: solid;
  }
}
.c-comment__link {
  color: #3498db;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) {
  .c-comment__link:hover {
    text-decoration: underline;
  }
}
.c-comment__reply {
  color: inherit;
  font-weight: 600;
}
.c-comment__reply:hover {
  text-decoration: underline;
}
.c-comment__trigger {
  font-size: 13px;
  cursor: pointer;
  margin-right: 16px;
  border-bottom: 1px dashed;
}
.c-comment__trigger:hover {
  border-bottom-style: solid;
}
.c-comment [type="checkbox"] {
  display: none;
}
.c-comment [type="checkbox"]:checked + .c-comment__answer {
  display: block;
}
.c-comment__answer {
  display: none;
  margin-top: 16px;
}
@media (min-width: 767px) {
  .c-comment__answer {
    padding-left: 32px;
  }
}
.c-comment__answer--item {
  width: 100%;
  padding: 10px 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border-top: 1px dotted #dadada;
}
.c-comment__score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-comment__score--title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.c-comment__score .c-comment__star {
  cursor: pointer;
}
.c-comment__score .c-comment__star--item {
  font-size: 20px;
}
.c-comment--goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .c-comment--form {
    padding-top: 16px;
  }
}
.c-comment--tree {
  padding: 16px;
  background: #f8f8f8;
}
.c-comment--tree + .c-comment--tree {
  margin-top: 16px;
}
.c-comment--last {
  height: 100%;
  padding: 16px;
  border: 1px solid #dadada;
}
/* c-favorite
---------------------------------------------------------------*/
.c-favorite__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  background: #dadada;
  -webkit-transition: background .12s;
  transition: background .12s;
  border-radius: 0;
}
@media (max-width: 767px) {
  .c-favorite__remove {
    width: 20px;
    height: 20px;
  }
}
.c-favorite__remove:after,
.c-favorite__remove:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: '';
  height: 50%;
  margin: auto;
  position: absolute;
  background: #ffffff;
}
.c-favorite__remove:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-favorite__remove:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-favorite__remove:hover {
  background: #c1c1c1;
}
.c-favorite__informer {
  display: none;
  left: 16px;
  bottom: 16px;
  z-index: 999;
  color: #ffffff;
  position: fixed;
  padding: 10px 20px;
  background: #333333;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .c-favorite__informer {
    font-size: 16px;
  }
}
/* c-property
---------------------------------------------------------------*/
.c-property {
  width: 100%;
  overflow: auto;
  font-size: 13px;
  max-height: 100px;
}
@media (max-width: 767px) {
  .c-property {
    display: none;
  }
}
.c-property__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2px;
  position: relative;
}
.c-property__title {
  z-index: 1;
  color: #949494;
  text-align: left;
  margin-right: 16px;
  padding-right: 6px;
  position: relative;
  background: #ffffff;
  white-space: nowrap;
}
.c-property__value {
  z-index: 1;
  padding-left: 6px;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-property__separator {
  left: 0;
  right: 0;
  bottom: 4px;
  content: '';
  position: absolute;
  border-bottom: 1px dotted #dadada;
}
.c-property a {
  color: inherit;
}
.c-goods--list .c-property {
  width: auto;
}
/* c-callback
---------------------------------------------------------------*/
.c-callback__button {
  color: #777777;
  white-space: nowrap;
  display: inline-block;
  border-bottom: 1px dashed;
}
.c-callback__button:hover {
  color: inherit;
}
.l-footer .c-callback__button {
  color: #bbbbbb;
}
/* c-category
---------------------------------------------------------------*/
.c-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-category__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #ffffff;
  border-radius: 0;
}
@media (max-width: 767px) {
  .c-category__item {
    margin-top: 10px;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .c-category__item:nth-of-type(2n + 1) {
    margin-right: 10px;
  }
  .c-category__item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .c-category__item {
    margin-top: 16px;
    width: -webkit-calc(33.333333333333336% - 10.666666666666666px);
    width: calc(33.333333333333336% - 10.666666666666666px);
  }
  .c-category__item:nth-of-type(3n + 1) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(3n + 2) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 990px) and (max-width: 1024px) {
  .c-category__item {
    margin-top: 16px;
    width: -webkit-calc(25% - 12px);
    width: calc(25% - 12px);
  }
  .c-category__item:nth-of-type(4n + 1) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(4n + 2) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(4n + 3) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .c-category__item {
    margin-top: 16px;
    width: -webkit-calc(20% - 12.8px);
    width: calc(20% - 12.8px);
  }
  .c-category__item:nth-of-type(5n + 1) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(5n + 2) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(5n + 3) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(5n + 4) {
    margin-right: 16px;
  }
  .c-category__item:nth-of-type(-n + 5) {
    margin-top: 0;
  }
  .c-category__item:hover {
    z-index: 9;
    -webkit-box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 16px 16px rgba(0, 0, 0, 0.2);
  }
  .c-category__item:hover:before {
    display: block;
  }
  .c-category__item:hover .c-category__level--1 {
    -webkit-box-shadow: 0 0 0 16px #ffffff;
            box-shadow: 0 0 0 16px #ffffff;
  }
  .c-category__item:hover .c-category__dropdown {
    display: block;
    -webkit-box-shadow: 0 -16px 0 16px #ffffff, 0 0 16px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -16px 0 16px #ffffff, 0 0 16px 16px rgba(0, 0, 0, 0.2);
  }
}
.c-category__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-category__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-category__row + .c-category__row {
  padding-top: 16px;
}
.c-category__level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  position: relative;
}
.c-category__level--1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  padding: 10px;
}
.c-category__level--1 .c-category__name {
  font-weight: 600;
  text-align: center;
}
.c-category__level--1 .c-category__count {
  font-weight: 600;
}
.c-category__level--2,
.c-category__level--3 {
  font-size: 13px;
  padding: 6px 0;
  line-height: 1.2;
}
.c-category__level--2 {
  border-top: 1px dotted #dadada;
}
.c-category__level--3 {
  color: #777777;
  padding-left: 16px;
}
.c-category__level:hover .c-category__name {
  text-decoration: underline;
}
.c-category__dropdown {
  left: 0;
  right: 0;
  top: 100%;
  padding: 16px;
  position: absolute;
  background: #ffffff;
  display: none;
}
.c-category__dropdown--parent {
  margin-bottom: 10px;
}
.c-category__img {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .c-category__img {
    height: 70px;
  }
}
.c-category__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-category__name {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-category__name {
    font-size: 13px;
  }
}
.c-category__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #777777;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .c-category__count {
    margin-left: 0;
    margin-top: 6px;
    font-size: 13px;
  }
}
/* h-system
---------------------------------------------------------------*/
.l-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1232px;
}
.l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -16px;
  margin-left: -16px;
}
.l-row + .l-row {
  margin-top: 0;
}
.l-row--no-space {
  margin-top: 0;
  margin-left: 0;
}
.l-row--no-space &gt; .l-col {
  padding-top: 0;
  padding-left: 0;
}
.l-row--no-space-top {
  margin-top: 0;
}
.l-row--no-space-top &gt; .l-col {
  padding-top: 0;
}
.l-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  display: block;
  max-width: 100%;
  padding-top: 16px;
  padding-left: 16px;
}
@media (min-width: 0px) {
  .min-0--1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333% ;
        -ms-flex: 0 0 8.333333% ;
            flex: 0 0 8.333333% ;
    max-width: 8.333333%;
  }
  .min-0--2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .min-0--3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%       ;
        -ms-flex: 0 0 25%       ;
            flex: 0 0 25%       ;
    max-width: 25%;
  }
  .min-0--4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .min-0--5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .min-0--6 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%       ;
        -ms-flex: 0 0 50%       ;
            flex: 0 0 50%       ;
    max-width: 50%;
  }
  .min-0--7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .min-0--8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .min-0--9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%       ;
        -ms-flex: 0 0 75%       ;
            flex: 0 0 75%       ;
    max-width: 75%;
  }
  .min-0--10 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .min-0--11 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .min-0--12 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%      ;
        -ms-flex: 0 0 100%      ;
            flex: 0 0 100%      ;
    max-width: 100%;
  }
  .min-0--hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .max-767--1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333% ;
        -ms-flex: 0 0 8.333333% ;
            flex: 0 0 8.333333% ;
    max-width: 8.333333%;
  }
  .max-767--2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .max-767--3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%       ;
        -ms-flex: 0 0 25%       ;
            flex: 0 0 25%       ;
    max-width: 25%;
  }
  .max-767--4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .max-767--5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .max-767--6 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%       ;
        -ms-flex: 0 0 50%       ;
            flex: 0 0 50%       ;
    max-width: 50%;
  }
  .max-767--7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .max-767--8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .max-767--9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%       ;
        -ms-flex: 0 0 75%       ;
            flex: 0 0 75%       ;
    max-width: 75%;
  }
  .max-767--10 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .max-767--11 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .max-767--12 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%      ;
        -ms-flex: 0 0 100%      ;
            flex: 0 0 100%      ;
    max-width: 100%;
  }
  .max-767--hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .min-768--1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333% ;
        -ms-flex: 0 0 8.333333% ;
            flex: 0 0 8.333333% ;
    max-width: 8.333333%;
  }
  .min-768--2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .min-768--3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%       ;
        -ms-flex: 0 0 25%       ;
            flex: 0 0 25%       ;
    max-width: 25%;
  }
  .min-768--4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .min-768--5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .min-768--6 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%       ;
        -ms-flex: 0 0 50%       ;
            flex: 0 0 50%       ;
    max-width: 50%;
  }
  .min-768--7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .min-768--8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .min-768--9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%       ;
        -ms-flex: 0 0 75%       ;
            flex: 0 0 75%       ;
    max-width: 75%;
  }
  .min-768--10 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .min-768--11 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .min-768--12 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%      ;
        -ms-flex: 0 0 100%      ;
            flex: 0 0 100%      ;
    max-width: 100%;
  }
  .min-768--hide {
    display: none;
  }
}
@media (max-width: 989px) {
  .max-989--1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333% ;
        -ms-flex: 0 0 8.333333% ;
            flex: 0 0 8.333333% ;
    max-width: 8.333333%;
  }
  .max-989--2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .max-989--3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%       ;
        -ms-flex: 0 0 25%       ;
            flex: 0 0 25%       ;
    max-width: 25%;
  }
  .max-989--4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .max-989--5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .max-989--6 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%       ;
        -ms-flex: 0 0 50%       ;
            flex: 0 0 50%       ;
    max-width: 50%;
  }
  .max-989--7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .max-989--8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .max-989--9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%       ;
        -ms-flex: 0 0 75%       ;
            flex: 0 0 75%       ;
    max-width: 75%;
  }
  .max-989--10 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .max-989--11 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .max-989--12 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%      ;
        -ms-flex: 0 0 100%      ;
            flex: 0 0 100%      ;
    max-width: 100%;
  }
  .max-989--hide {
    display: none;
  }
}
@media (min-width: 990px) {
  .min-990--1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333% ;
        -ms-flex: 0 0 8.333333% ;
            flex: 0 0 8.333333% ;
    max-width: 8.333333%;
  }
  .min-990--2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .min-990--3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%       ;
        -ms-flex: 0 0 25%       ;
            flex: 0 0 25%       ;
    max-width: 25%;
  }
  .min-990--4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .min-990--5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .min-990--6 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%       ;
        -ms-flex: 0 0 50%       ;
            flex: 0 0 50%       ;
    max-width: 50%;
  }
  .min-990--7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .min-990--8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .min-990--9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%       ;
        -ms-flex: 0 0 75%       ;
            flex: 0 0 75%       ;
    max-width: 75%;
  }
  .min-990--10 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .min-990--11 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .min-990--12 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%      ;
        -ms-flex: 0 0 100%      ;
            flex: 0 0 100%      ;
    max-width: 100%;
  }
  .min-990--hide {
    display: none;
  }
}
@media (max-width: 1024px) {
  .max-1024--1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333% ;
        -ms-flex: 0 0 8.333333% ;
            flex: 0 0 8.333333% ;
    max-width: 8.333333%;
  }
  .max-1024--2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .max-1024--3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%       ;
        -ms-flex: 0 0 25%       ;
            flex: 0 0 25%       ;
    max-width: 25%;
  }
  .max-1024--4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .max-1024--5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .max-1024--6 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%       ;
        -ms-flex: 0 0 50%       ;
            flex: 0 0 50%       ;
    max-width: 50%;
  }
  .max-1024--7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .max-1024--8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .max-1024--9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%       ;
        -ms-flex: 0 0 75%       ;
            flex: 0 0 75%       ;
    max-width: 75%;
  }
  .max-1024--10 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .max-1024--11 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .max-1024--12 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%      ;
        -ms-flex: 0 0 100%      ;
            flex: 0 0 100%      ;
    max-width: 100%;
  }
  .max-1024--hide {
    display: none;
  }
}
@media (min-width: 1025px) {
  .min-1025--1 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333% ;
        -ms-flex: 0 0 8.333333% ;
            flex: 0 0 8.333333% ;
    max-width: 8.333333%;
  }
  .min-1025--2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .min-1025--3 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%       ;
        -ms-flex: 0 0 25%       ;
            flex: 0 0 25%       ;
    max-width: 25%;
  }
  .min-1025--4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .min-1025--5 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .min-1025--6 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%       ;
        -ms-flex: 0 0 50%       ;
            flex: 0 0 50%       ;
    max-width: 50%;
  }
  .min-1025--7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .min-1025--8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .min-1025--9 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%       ;
        -ms-flex: 0 0 75%       ;
            flex: 0 0 75%       ;
    max-width: 75%;
  }
  .min-1025--10 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .min-1025--11 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .min-1025--12 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%      ;
        -ms-flex: 0 0 100%      ;
            flex: 0 0 100%      ;
    max-width: 100%;
  }
  .min-1025--hide {
    display: none;
  }
}
/* h-animation
---------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-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);
  }
}
/* additional styles
---------------------------------------------------------------*/
</pre></body></html>