@-webkit-keyframes fadeInDownSoft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownSoft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes helloTrigger {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes helloTrigger {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInUpSoft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpSoft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/* line 138, base.scss */
.fukol-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 148, base.scss */
.fukol-grid > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px; }

/* line 154, base.scss */
.button-go {
  padding: 12px 65px 11px 15px;
  color: #ffffff;
  line-height: 1;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(arr-right-white.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  outline: none;
  background-color: transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  /* line 175, base.scss */
  .button-go:hover {
    background-color: rgba(255, 255, 255, 0.15);
    background-position: 96% 50%; }

/* line 181, base.scss */
.button-go {
  padding: 12px 65px 11px 15px;
  color: #ffffff;
  line-height: 1;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(arr-right-white.svg);
  background-repeat: no-repeat;
  background-position: 94% 50%;
  outline: none;
  background-color: transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  /* line 202, base.scss */
  .button-go.is-gray {
    color: #808080;
    border: 1px solid #a1a1a1;
    background-image: url(arr-right-gray.svg); }
  /* line 207, base.scss */
  .button-go:hover {
    background-color: rgba(255, 255, 255, 0.15);
    background-position: 96% 50%; }

/* line 212, base.scss */
.button-go.is-submit {
  padding-right: 48px;
  border: 1px solid #f5f5f5; }

/* line 216, base.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(angle-right.svg); }

/* line 219, base.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(angle-left.svg); }

/* line 222, base.scss */
.button {
  font: 12px HelveticaNeueCyr, sans-serif; }

/* line 225, base.scss */
.buttn {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap; }

/* line 242, base.scss */
.button.is-white {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #888450;
  border: 1px solid #888450;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 5px;
  line-height: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  /* line 255, base.scss */
  .button.is-white:hover {
    background-color: transparent;
    color: #333; }

/* line 260, base.scss */
.button.is-primary {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff8400;
  border: 1px solid #ff8400;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 40px;
  line-height: 1;
  outline: none;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  /* line 274, base.scss */
  .button.is-primary:hover {
    background-color: transparent;
    color: #ff8400; }

@media (max-width: 768px) {
  /* line 282, base.scss */
  .col-reverse-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px; } }
/* line 305, base.scss */
.image-container {
  display: inline-block;
  height: 0;
  width: 100%;
  position: relative; }

/* line 312, base.scss */
.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%; }

/* line 323, base.scss */
.image-container.is-square {
  padding-top: 100%; }

/* line 326, base.scss */
.image-container.is-rectangle {
  padding-top: 120%; }

/* line 330, base.scss */
.image-container.is-rounded {
  padding-top: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 337, base.scss */
.image-container.is-simple {
  padding-top: 75%; }

/* line 341, base.scss */
.image-container.is-wide {
  padding-top: 56.25%; }

/* line 345, base.scss */
.image-container.is-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* line 351, base.scss */
.notice {
  padding: 20px; }

/* line 354, base.scss */
.notice.notice-error {
  background: rgba(255, 87, 34, 0.4);
  border: 1px solid rgba(255, 87, 34, 0.6);
  margin-bottom: 20px; }

/* line 359, base.scss */
.notice.notice-info {
  line-height: 1.5;
  background: #f9cfa8;
  border: 1px solid #f7b67a;
  margin: 1rem 0; }

/* line 365, base.scss */
.notice.notice-success {
  line-height: 1.5;
  background: rgba(0, 152, 209, 0.8);
  border: 1px solid rgba(0, 152, 209, 0.9);
  margin: 1rem 0;
  color: #fff; }

/* line 372, base.scss */
.notice.notice--warning {
  background: #fed8b2; }

/* line 377, base.scss */
body {
  height: 100%;
  max-height: 100%;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #616161; }

/* line 385, base.scss */
.hashtag {
  font-family: "Axure Handwriting", sans-serif; }

/* line 388, base.scss */
h1, h2, h3,
h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-family: Code, sans-serif; }

/* line 396, base.scss */
h1 {
  font-size: 2.5rem;
  line-height: 1.2em; }

/* line 401, base.scss */
h2 {
  font-size: 2rem;
  line-height: 1.2em; }

/* line 406, base.scss */
h3 {
  font-size: 1.5rem; }

/* line 410, base.scss */
h4 {
  font-size: 1rem; }

/* line 414, base.scss */
h5 {
  font-size: 1rem; }

/* line 418, base.scss */
h6 {
  font-size: 1rem; }

/* line 422, base.scss */
a {
  color: #424147;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  text-decoration: none; }

/* line 429, base.scss */
a:hover {
  color: #a9a453; }

/* line 433, base.scss */
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  color: #50585D; }

/* line 439, base.scss */
p, ul, ol {
  margin: 1.6em 0; }

/* line 442, base.scss */
p {
  margin: 0.5em 0 0.5em 0; }

/* line 445, base.scss */
ol ol, ul ul,
ul ol, ol ul {
  margin: 0.4em 0; }

/* line 450, base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efefef;
  margin: 3.2em 0;
  padding: 0; }

/* line 459, base.scss */
blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0 1.6em -1.2em;
  padding: 0 0 0 1.6em;
  border-left: #4a4a4a 0.6em solid; }

/* line 467, base.scss */
blockquote p {
  margin: 0.8em 0; }

/* line 471, base.scss */
blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #ccc; }

/* line 478, base.scss */
blockquote small:before {
  content: '\2014 \00A0'; }

/* line 480, base.scss */
blockquote cite {
  font-weight: bold; }

/* line 484, base.scss */
blockquote cite a {
  font-weight: normal; }

/* line 486, base.scss */
dl {
  margin: 1.6em 0; }

/* line 490, base.scss */
dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em; }

/* line 502, base.scss */
dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

/* line 507, base.scss */
mark {
  background-color: #ffc336; }

/* line 511, base.scss */
code, tt {
  padding: 1px 3px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.85em;
  white-space: pre;
  border: 1px solid #E3EDF3;
  background: #F7FAFB;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 522, base.scss */
pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #E3EDF3;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 538, base.scss */
pre code, tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

/* line 547, base.scss */
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }

/* line 567, base.scss */
table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

/* line 576, base.scss */
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #efefef; }

/* line 585, base.scss */
table th {
  color: #000; }

/* line 587, base.scss */
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

/* line 596, base.scss */
table tbody + tbody {
  border-top: 2px solid #efefef; }

/* line 598, base.scss */
table table table {
  background-color: #fff; }

/* line 600, base.scss */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #fff; }

/* line 606, base.scss */
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

/* line 612, base.scss */
.heading {
  color: #50525a;
  font-family: Code;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 60px; }
  @media (max-width: 1000px) {
    /* line 612, base.scss */
    .heading {
      font-size: 48px; } }
  @media (max-width: 768px) {
    /* line 612, base.scss */
    .heading {
      font-size: 42px;
      margin-bottom: 30px; } }
  @media (max-width: 640px) {
    /* line 612, base.scss */
    .heading {
      font-size: 36px; } }
  @media (max-width: 480px) {
    /* line 612, base.scss */
    .heading {
      font-size: 28px; } }

/* line 632, base.scss */
.heading > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

/* line 637, base.scss */
.heading .hashtag {
  color: #d802f1;
  font-family: "Axure Handwriting";
  font-size: 52px;
  font-weight: 400; }
  @media (max-width: 1000px) {
    /* line 637, base.scss */
    .heading .hashtag {
      font-size: 48px; } }
  @media (max-width: 768px) {
    /* line 637, base.scss */
    .heading .hashtag {
      font-size: 42px; } }
  @media (max-width: 640px) {
    /* line 637, base.scss */
    .heading .hashtag {
      font-size: 36px; } }
  @media (max-width: 480px) {
    /* line 637, base.scss */
    .heading .hashtag {
      font-size: 28px; } }

/* line 655, base.scss */
.heading.is-products .hashtag {
  color: #bbb8b8; }

/* line 658, base.scss */
.index_news .heading .hashtag {
  color: #f5ae04; }

/* line 661, base.scss */
.brands .heading .hashtag {
  color: #0ad1a9; }

/* line 664, base.scss */
.instagram .heading .hashtag {
  color: #01fff0;
  position: relative;
  top: 28px;
  left: -120px; }

/*
.page-container  {
  img {
    height: auto;
  }
}
*/
@media (max-width: 640px) {
  /* line 678, base.scss */
  .product_tabs-box table {
    width: 100% !important;
    display: block;
    overflow-y: auto;
    height: auto !important; } }
@media (max-width: 640px) {
  /* line 686, base.scss */
  .product_tabs-box tr {
    width: 100% !important;
    display: block;
    overflow-y: auto;
    height: auto !important; } }
@media (max-width: 640px) {
  /* line 694, base.scss */
  .product_tabs-box td {
    width: 100% !important;
    display: block;
    overflow-y: auto;
    height: auto !important; } }

/* line 703, base.scss */
.sizes_table-box img {
  max-width: 100%;
  max-height: none;
  height: initial; }

/* line 708, base.scss */
.sizes_table-box table {
  width: 100% !important;
  overflow-y: auto;
  height: auto !important; }
  @media (max-width: 900) {
    /* line 708, base.scss */
    .sizes_table-box table {
      display: block; } }

@media (max-width: 640px) {
  /* line 716, base.scss */
  .page-container table {
    width: 100% !important;
    display: block;
    overflow-y: auto;
    height: auto !important; } }
