@font-face {
  font-family: 'Geometria';
  src: url("/fonts/Geometria-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Geometria';
  src: url("/fonts/Geometria-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }
html, body {
  min-height: 100vh;
  font-family: 'Geometria', sans-serif; }

body {
  display: flex;
  flex-direction: column;
  padding-top: 90px;
  background: white;
  color: black;
  font-size: 14px;
  transition: background-color 0.3s ease; }

main.container {
  margin-top: 10px;
  flex: 1;
  padding: 0 10px 80px; }

@media (min-width: 992px) {
  main.container {
    padding: 0 40px 80px; } }
a {
  color: #000000;
  font-weight: 500; }

a:hover, a:focus {
  color: #000000; }

@media (min-width: 992px) {
  body {
    padding-top: 150px; }

  main {
    margin-top: 20px; } }
.container {
  width: 100%; }

@media (min-width: 1420px) {
  .container {
    max-width: 1350px;
    padding: 0 6px; } }
main {
  margin-top: 20px; }

h1, h2, h3, h4 {
  letter-spacing: 1px;
  font-family: 'Geometria', sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px; }

h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px; }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px; }

.h4, h4 {
  margin: 0 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold; }

h3, .h3 {
  font-size: 16px;
  font-weight: bold; }

h6, .h6 {
  font-size: 10px;
  color: #4E5459;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

.h7 {
  letter-spacing: 1px;
  font-size: 10px;
  color: #4E5459;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

@media (min-width: 992px) {
  h1 {
    font-size: 24px;
    text-align: center; } }
header {
  background: white;
  z-index: 15;
  width: 100%;
  position: fixed;
  top: 0; }
  header .container:after,
  header .container:before {
    display: none; }
  header .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 7px; }
    header .container * button, header .container a.btn-link {
      display: inline-block;
      height: 40px;
      min-width: 40px;
      padding: 0;
      margin: -4px 0 0 0; }
      header .container * button svg, header .container a.btn-link svg {
        width: 40px;
        height: 40px; }
    header .container div.header-left {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      header .container div.header-left button#toggleMenu {
        margin: 0 19px 0 0;
        border: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        position: relative;
        cursor: pointer;
        background: none; }
        header .container div.header-left button#toggleMenu span {
          left: 8px;
          display: block;
          position: absolute;
          height: 2px;
          width: 24px;
          background: black;
          border-radius: 1px;
          opacity: 1;
          transform: rotate(0deg);
          -webkit-transition: 0.25s ease-in-out;
          -moz-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out; }
        header .container div.header-left button#toggleMenu span:nth-child(1) {
          top: 12px; }
        header .container div.header-left button#toggleMenu span:nth-child(2), header .container div.header-left button#toggleMenu span:nth-child(3) {
          top: 19px; }
        header .container div.header-left button#toggleMenu span:nth-child(4) {
          top: 26px; }
      header .container div.header-left button#toggleMenu.opened span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%; }
      header .container div.header-left button#toggleMenu.opened span:nth-child(2) {
        transform: rotate(45deg); }
      header .container div.header-left button#toggleMenu.opened span:nth-child(3) {
        transform: rotate(-45deg); }
      header .container div.header-left button#toggleMenu.opened span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%; }
    header .container a.logo {
      display: inline-block; }
      header .container a.logo img {
        height: 62px;
        width: 100%; }
    header .container div.header-right {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header .container div.header-right .menu-backdrop {
        transition: all 0.4s ease;
        background: #FFFFFF;
        position: absolute;
        left: 0;
        top: 73px;
        width: 100%;
        max-height: 0;
        height: calc(100vh - 70px);
        opacity: 0;
        overflow: hidden; }
        header .container div.header-right .menu-backdrop div.user-block {
          padding: 10px 15px 0; }
          header .container div.header-right .menu-backdrop div.user-block > a {
            text-transform: uppercase;
            display: flex;
            height: 40px;
            min-width: 40px;
            margin: 0;
            padding: 0;
            justify-content: flex-start;
            align-items: center; }
            header .container div.header-right .menu-backdrop div.user-block > a svg {
              margin-right: 10px; }
        header .container div.header-right .menu-backdrop nav {
          font-size: 16px; }
          header .container div.header-right .menu-backdrop nav ul {
            margin-top: 20px;
            padding: 2px 0 10px 20px;
            list-style: none; }
            header .container div.header-right .menu-backdrop nav ul li {
              padding: 0 0 0 3px;
              position: relative; }
              header .container div.header-right .menu-backdrop nav ul li a {
                display: block;
                padding: 5px 0;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 14px;
                letter-spacing: 1px; }
              header .container div.header-right .menu-backdrop nav ul li > button {
                min-width: auto;
                padding: 0;
                position: absolute;
                right: 10px;
                top: 0;
                width: 20px;
                height: 28px;
                display: block;
                background: none;
                border: 0; }
                header .container div.header-right .menu-backdrop nav ul li > button > svg {
                  width: 20px;
                  height: 20px;
                  transition: all 0.3s ease; }
              header .container div.header-right .menu-backdrop nav ul li ul.dropdown {
                margin: 0 0;
                max-height: 0;
                opacity: 0;
                transition: all 0.2s ease; }
                header .container div.header-right .menu-backdrop nav ul li ul.dropdown a {
                  text-transform: none;
                  font-weight: normal; }
            header .container div.header-right .menu-backdrop nav ul li.menu-red {
              color: #c60808; }
              header .container div.header-right .menu-backdrop nav ul li.menu-red > a {
                color: #c60808; }
            header .container div.header-right .menu-backdrop nav ul li.opened > button svg {
              transform: rotate(90deg); }
            header .container div.header-right .menu-backdrop nav ul li.opened ul.dropdown {
              max-height: 1200px;
              opacity: 1; }
      header .container div.header-right .menu-backdrop.opened {
        opacity: 1;
        max-height: calc(100vh - 70px); }
      header .container div.header-right .lk {
        display: none; }
      header .container div.header-right .phone-text {
        display: none; }
      header .container div.header-right .search-desktop {
        display: none; }
      header .container div.header-right .favorites-link {
        margin-left: 8px;
        margin-right: 4px;
        display: flex;
        align-items: center;
        text-decoration: none; }
        header .container div.header-right .favorites-link span {
          font-weight: bold;
          display: inline-block;
          margin: 0 0 0 3px; }
        header .container div.header-right .favorites-link svg {
          width: 24px;
          height: 24px; }
      header .container div.header-right .cart {
        margin-left: 8px;
        margin-right: 4px;
        display: flex;
        align-items: center;
        text-decoration: none; }
        header .container div.header-right .cart span {
          font-weight: bold;
          display: inline-block;
          margin: 0 0 0 -4px; }

@media (min-width: 992px) {
  header .container {
    justify-content: flex-start;
    padding: 17px 40px; }
    header .container div.header-left {
      display: none; }
    header .container div.header-right {
      flex: 1; }
      header .container div.header-right .favorites-link {
        margin-left: 15px;
        margin-right: -6px; }
        header .container div.header-right .favorites-link span {
          margin: 0 2px 0 8px; }
      header .container div.header-right .menu-backdrop {
        position: relative;
        flex: 1;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
        max-height: none;
        height: auto;
        overflow: inherit; }
        header .container div.header-right .menu-backdrop div.user-block {
          display: none; }
        header .container div.header-right .menu-backdrop nav ul {
          display: flex;
          padding: 0;
          margin: 0 7%;
          justify-content: flex-start; }
          header .container div.header-right .menu-backdrop nav ul li {
            position: relative;
            margin-right: 5%;
            white-space: nowrap;
            display: flex;
            align-items: center;
            width: auto;
            max-width: 129px; }
            header .container div.header-right .menu-backdrop nav ul li button {
              height: 24px;
              position: relative;
              right: -4px;
              top: 3px; }
              header .container div.header-right .menu-backdrop nav ul li button svg {
                transform: rotate(90deg); }
            header .container div.header-right .menu-backdrop nav ul li ul.dropdown {
              position: absolute;
              opacity: 1;
              left: 0;
              margin: 0;
              top: 20px;
              flex-direction: column;
              max-height: 0;
              overflow: hidden;
              z-index: 20;
              min-width: 300px; }
              header .container div.header-right .menu-backdrop nav ul li ul.dropdown li {
                margin: 5px 30px 5px 0; }
          header .container div.header-right .menu-backdrop nav ul li.dropdown:hover button svg, header .container div.header-right .menu-backdrop nav ul li.dropdown:focus-within button svg {
            transform: rotate(270deg); }
          header .container div.header-right .menu-backdrop nav ul li.dropdown:hover ul.dropdown, header .container div.header-right .menu-backdrop nav ul li.dropdown:focus-within ul.dropdown {
            padding-top: 30px;
            max-height: 1200px; }
          header .container div.header-right .menu-backdrop nav ul li.active a {
            border-bottom: 2px #4E5459 solid;
            padding: 5px 0 4px; }
          header .container div.header-right .menu-backdrop nav ul li.active ul.dropdown li a {
            border: 0; }
          header .container div.header-right .menu-backdrop nav ul li.active ul.dropdown li.active a {
            border-bottom: 2px #4E5459 solid; }
      header .container div.header-right .phone-text {
        display: inline-block;
        white-space: nowrap;
        font-weight: bold;
        margin: 0 30px 0 20px;
        letter-spacing: 1px; }
      header .container div.header-right .lk {
        display: inline-block;
        margin: 0 0 0 14px; }
      header .container div.header-right .search-desktop {
        display: inline-block; }
      header .container div.header-right a.phone {
        display: none; }
      header .container div.header-right .cart {
        margin-left: 11px; }
        header .container div.header-right .cart span {
          margin: 0 0 0 1px; }
  header .desktop-menu-backdrop {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
    background: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
  header .desktop-menu-backdrop.opened {
    opacity: 1;
    visibility: visible; } }
footer {
  background: #F4F4F4;
  padding: 40px 0 5px 0;
  text-align: center;
  font-size: 12px;
  color: #4E5459; }
  footer a {
    color: #4E5459; }
  footer div.footer-left a.logo {
    display: inline-block;
    margin: 0 0 24px; }
    footer div.footer-left a.logo img {
      width: 72px; }
  footer div.footer-left div.slogan {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px; }
  footer div.footer-left ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    footer div.footer-left ul.social li {
      margin: 0 2px; }
      footer div.footer-left ul.social li a {
        display: block;
        height: 40px;
        width: 40px; }
        footer div.footer-left ul.social li a svg {
          width: 24px;
          height: 24px; }
  footer div.footer-left div.links a {
    font-weight: bold;
    display: block;
    margin: 0 0 10px;
    font-size: 10px;
    text-transform: uppercase; }
  footer div.footer-left div.copyright {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; }
  footer div.footer-right {
    display: none; }

footer.mobile-hidden {
  display: none; }

@media (min-width: 992px) {
  footer {
    text-align: left; }
    footer div.container {
      display: flex;
      justify-content: space-between; }
    footer div.container:after,
    footer div.container:before {
      display: none; }
    footer div.footer-left {
      display: flex;
      flex-direction: column; }
      footer div.footer-left a.logo {
        margin-bottom: 29px; }
        footer div.footer-left a.logo img {
          width: 77px; }
      footer div.footer-left div.slogan {
        margin: 0 0 31px;
        max-width: 200px;
        line-height: 32px; }
      footer div.footer-left ul.social {
        justify-content: flex-start; }
      footer div.footer-left div.links {
        display: flex;
        flex: 1;
        align-items: flex-end; }
        footer div.footer-left div.links a:first-child {
          margin-right: 20px; }
    footer div.footer-right {
      display: block; }
      footer div.footer-right ul.menu {
        font-size: 10px;
        padding-bottom: 50px;
        margin-top: 95px;
        display: flex;
        list-style: none;
        text-transform: uppercase; }
        footer div.footer-right ul.menu li {
          margin: 0 70px 0 0; }
          footer div.footer-right ul.menu li a {
            white-space: nowrap;
            font-weight: bold; }
          footer div.footer-right ul.menu li ul.dropdown {
            list-style: none;
            margin: 10px 0 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            z-index: 20; }
            footer div.footer-right ul.menu li ul.dropdown li {
              margin-top: 30px; }
              footer div.footer-right ul.menu li ul.dropdown li a {
                font-weight: normal; }
        footer div.footer-right ul.menu li:last-child {
          margin-right: 15px; }

  footer.mobile-hidden {
    display: block; } }
.btn > svg, td > svg, a > svg, button > svg {
  height: 1.0em;
  width: 1.0em;
  margin: 0 0 -0.1em 0; }

.btn-link {
  color: black;
  text-decoration: underline;
  font-weight: bold;
  padding: 0; }
  .btn-link svg {
    width: 24px;
    height: 24px; }

.btn-link:hover, .btn-link:focus {
  color: black; }

ol.breadcrumbs {
  list-style: none;
  padding: 0;
  min-height: 17px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 5px auto; }
  ol.breadcrumbs li {
    float: left;
    padding-right: 10px;
    color: #4f4e4e;
    line-height: 17px; }
    ol.breadcrumbs li a {
      font-weight: bold;
      text-decoration: none;
      color: #8F99A0; }
  ol.breadcrumbs li:after {
    content: "/";
    margin: 1px 0 0 10px; }
  ol.breadcrumbs li:last-child:after {
    display: none;
    content: ""; }

.page-images {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .page-images li {
    width: calc(50% - 5px);
    margin: 0 4px 5px 0; }
    .page-images li img {
      width: 100%;
      border-radius: 3px; }
  @media (min-width: 772px) {
    .page-images li {
      width: calc(25% - 5px);
      border-radius: 10px; } }

.pages-sub-list {
  margin-top: 20px; }
  .pages-sub-list .pages-sub-item .thumbnail {
    background: none; }
  .pages-sub-list .pages-sub-item img {
    width: 100%;
    border-radius: 3px; }
  .pages-sub-list .pages-sub-item h2 {
    font-size: 25px;
    margin-top: 4px; }
  .pages-sub-list .pages-sub-item time {
    opacity: 0.8;
    font-size: 12px; }
  @media (min-width: 772px) {
    .pages-sub-list .pages-sub-item .thumbnail {
      width: 100%;
      padding: 0;
      border: 0;
      display: flex;
      justify-content: space-between; }
    .pages-sub-list .pages-sub-item a {
      width: 100%;
      max-width: 240px;
      line-height: 27px; }
    .pages-sub-list .pages-sub-item div.caption {
      padding-top: 0;
      flex: 1; }
      .pages-sub-list .pages-sub-item div.caption h2 {
        margin: 0 0 10px;
        font-size: 20px; } }

#searchResultList {
  margin: 30px 0 20px; }
  #searchResultList ol li {
    margin: 0 0 30px;
    line-height: 13px; }
    #searchResultList ol li time {
      opacity: 0.8;
      font-size: 12px; }

.filter-block {
  margin: 20px 0; }

p.catalog-empty-results {
  padding: 7px 20px;
  background: #eee;
  border-radius: 2px;
  display: none; }

p.catalog-empty-results.active {
  display: inline-block; }

.btn-favorites {
  background: none;
  border: none;
  color: #4E5459; }
  .btn-favorites span {
    display: none; }
  .btn-favorites svg {
    width: 20px;
    height: 20px; }
  .btn-favorites svg:nth-child(2) {
    display: none; }

.btn-favorites.active svg:nth-child(1) {
  display: none; }
.btn-favorites.active svg:nth-child(2) {
  display: inline-block; }

div.favorites-shadow-object,
div.cart-shadow-object {
  position: fixed;
  background-color: rgba(119, 119, 119, 0.2);
  z-index: 999; }

.product-catalog-widget {
  width: 100%;
  position: relative; }
  .product-catalog-widget .btn-favorites {
    opacity: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1; }
  .product-catalog-widget a.product-image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    position: relative;
    border-radius: 3px;
    background: #eee; }
    .product-catalog-widget a.product-image picture img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 3px; }
  .product-catalog-widget div.tags-block {
    margin-top: 12px;
    display: flex;
    color: #4E5459;
    flex-wrap: wrap;
    font-size: 10px;
    font-weight: bold; }
    .product-catalog-widget div.tags-block div {
      text-transform: uppercase;
      margin-right: 10px;
      color: #8F99A0; }
    .product-catalog-widget div.tags-block div.product-tag-inverted {
      padding: 1px 5px 0;
      border-radius: 12px; }
  .product-catalog-widget a.product-title {
    margin: 5px 0 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #4E5459; }
  .product-catalog-widget div.colors-block {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .product-catalog-widget div.colors-block > div {
      border-radius: 50%;
      width: 16px;
      height: 16px;
      margin: 0 6px 0 0; }
    .product-catalog-widget div.colors-block > span {
      font-size: 10px;
      font-weight: bold;
      color: #B8C1C7; }
  .product-catalog-widget div.price-block {
    color: #4E5459;
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold; }
    .product-catalog-widget div.price-block span {
      text-decoration: line-through;
      color: #8F99A0;
      margin: 0 0 0 10px; }

#catalog-form {
  position: absolute;
  z-index: 10;
  top: auto;
  width: 100%; }

#catalog-form.sticky {
  position: fixed; }

.products-list {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap; }
  .products-list > div {
    width: calc(50% - 5px);
    margin: 0 10px 30px 0; }
  .products-list > div:nth-child(2n) {
    margin-right: 0; }

@media (min-width: 650px) {
  .products-list {
    display: flex;
    flex-wrap: wrap; }
    .products-list > div {
      width: calc(33% - 10px);
      margin: 0 10px 10px 0; }
    .products-list > div:nth-child(2n) {
      margin-right: 10px; }
    .products-list > div:nth-child(3n) {
      margin-right: 0; } }
@media (min-width: 900px) {
  .products-list {
    display: flex;
    flex-wrap: wrap; }
    .products-list > div {
      width: calc(25% - 10px);
      margin: 0 10px 10px 0; }
    .products-list > div:nth-child(2n) {
      margin-right: 10px; }
    .products-list > div:nth-child(3n) {
      margin-right: 10px; }
    .products-list > div:nth-child(4n) {
      margin-right: 0; } }
.strikethrough {
  text-decoration: line-through; }

.product-view-price price.strikethrough {
  display: block;
  font-size: 80%; }

.checkout-no-address {
  color: red; }

#checkout-form {
  margin-bottom: 120px; }

ul.options {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  ul.options li {
    width: 100%;
    margin-bottom: 10px; }
  ul.options input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  ul.options label {
    transition: all 0.3s ease;
    border: 1px #8a8a8a solid;
    border-radius: 5px;
    padding: 16px 40px 16px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    background-image: url("/design/radio_no.svg");
    background-repeat: no-repeat;
    background-position: 12px 15px;
    background-size: 19px;
    min-height: 40px; }
    ul.options label span {
      display: block; }
    ul.options label span.description {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin: 10px 0 0 0; }
  ul.options input:checked + label {
    background-color: #f4f4f4;
    background-image: url("/design/radio_yes.svg"); }

article.cart-item {
  color: #4E5459;
  position: relative;
  display: flex;
  border-bottom: 1px #eee solid;
  margin: 20px 0 0;
  padding: 0 0 18px; }
  article.cart-item div.cart-image {
    position: relative;
    height: 112px;
    width: 77px;
    margin-right: 10px; }
    article.cart-item div.cart-image img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover;
      object-position: top;
      border-radius: 5px; }
  article.cart-item div.cart-product-data {
    flex: 1;
    color: #8F99A0;
    font-weight: bold; }
    article.cart-item div.cart-product-data div.column-title {
      width: calc(100% - 80px); }
      article.cart-item div.cart-product-data div.column-title h5 {
        letter-spacing: 1px;
        margin: 0 0 3px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
        color: #4E5459; }
      article.cart-item div.cart-product-data div.column-title p {
        margin: 0 0 5px;
        font-size: 10px;
        line-height: 16px; }
    article.cart-item div.cart-product-data div.item-row {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: end; }
    article.cart-item div.cart-product-data div.column-fav {
      width: 22px;
      margin: 0 0 0 20px; }
      article.cart-item div.cart-product-data div.column-fav button {
        padding: 3px; }
    article.cart-item div.cart-product-data div.product-params {
      flex: 1;
      letter-spacing: 1px;
      margin: 4px 0 0 0;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 500;
      display: flex;
      align-items: center; }
      article.cart-item div.cart-product-data div.product-params .btn-circle {
        width: 12px !important;
        height: 12px !important;
        margin: 0 10px 0 0; }
    article.cart-item div.cart-product-data div.column-price {
      text-align: right;
      font-size: 14px;
      flex: 1;
      margin: 3px 0 0 0;
      font-weight: 500;
      line-height: 20px; }
      article.cart-item div.cart-product-data div.column-price span {
        text-align: right;
        text-decoration: line-through;
        display: block;
        font-size: 13px;
        opacity: 0.6; }
      article.cart-item div.cart-product-data div.column-price div.percent {
        display: block;
        font-size: 11px;
        line-height: 12px;
        color: #A03347;
        text-align: right;
        text-decoration: none;
        text-decoration-color: currentcolor; }
    article.cart-item div.cart-product-data .balance-comment {
      margin: 8px 0 0 0; }
    article.cart-item div.cart-product-data .product-out-info {
      font-weight: 500;
      font-size: 11px;
      line-height: 12px;
      color: #4E5459;
      border: 1px solid #4E5459;
      border-radius: 2px;
      height: 18px;
      padding: 2px 5px; }
    article.cart-item div.cart-product-data .product-out-info-red {
      font-weight: 500;
      font-size: 11px;
      line-height: 12px;
      color: #A03347;
      border: 1px solid #A03347;
      border-radius: 2px;
      height: 18px;
      padding: 2px 5px; }
    article.cart-item div.cart-product-data div.column-price {
      position: absolute;
      top: 0;
      right: 2px;
      font-weight: 600;
      font-size: 16px;
      color: #4E5459; }
    article.cart-item div.cart-product-data div.column-delete {
      position: absolute;
      top: 70px;
      right: 2px; }
      article.cart-item div.cart-product-data div.column-delete button.cart-delete {
        background: none;
        border: 1px #4E5459 solid;
        color: #4E5459;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center; }
        article.cart-item div.cart-product-data div.column-delete button.cart-delete svg {
          width: 14px;
          height: 13px;
          margin: -1px 0 0 0; }

div.cart-summary {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  margin: 40px 0 0 0;
  font-size: 19px;
  color: #4E5459; }

div.cart-content {
  background: white;
  border-radius: 10px; }
  div.cart-content article:last-child {
    border: 0; }

@media (min-width: 992px) {
  div.cart-content article.cart-item {
    margin: 30px auto 0;
    padding: 0 0 28px 0; }
    div.cart-content article.cart-item div.cart-image {
      margin-right: 20px; }
    div.cart-content article.cart-item div.cart-product-data div.column-delete {
      position: relative;
      margin: 0 0 0 30px; }
    div.cart-content article.cart-item div.cart-product-data div.column-fav {
      margin: 0 0 0 72px; }
    div.cart-content article.cart-item div.cart-product-data div.product-out-info {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      border-radius: 4px;
      height: 26px;
      padding: 3px 10px; }
    div.cart-content article.cart-item div.cart-product-data div.column-price {
      display: flex;
      font-size: 17px;
      margin: 20px 0 0 0; }
      div.cart-content article.cart-item div.cart-product-data div.column-price div {
        margin: 0 0 0 20px; }
        div.cart-content article.cart-item div.cart-product-data div.column-price div div.percent {
          text-decoration: line-through;
          font-style: normal;
          font-size: 13px;
          font-weight: bold;
          margin: 0 0 0 20px; } }
.order-summary ul {
  margin: 30px 0;
  padding: 0;
  max-width: 460px;
  list-style: none; }
  .order-summary ul li {
    margin: 0 0 20px; }

.catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .catalog-header h1 {
    margin: 0; }
  .catalog-header div.catalog-total {
    font-size: 14px;
    font-weight: bold;
    color: #8F99A0; }

@media (min-width: 778px) {
  .catalog-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .catalog-header div.catalog-total {
      margin-top: 10px;
      font-weight: normal; } }
#search-modal {
  z-index: 999999;
  position: fixed;
  width: 100%;
  background: white;
  left: 0;
  min-height: 90px;
  box-shadow: 0 18px 10px -13px #00000078;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: scroll; }
  #search-modal #header-search-form {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
    padding: 0 10px; }
    #search-modal #header-search-form > input {
      width: 100%;
      border: 1px gray solid;
      padding: 9px;
      border-radius: 2px; }
  #search-modal #search-loader {
    margin: 10px 0 0 0;
    display: none;
    text-align: center; }
  #search-modal #search-fail {
    text-align: center;
    width: 100%; }
  #search-modal #search-results {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 50px auto 0;
    padding: 0 10px; }

#search-modal.opened {
  opacity: 1;
  visibility: visible;
  max-height: calc(100vh - 100px); }

.catalog-category-slider {
  display: flex;
  justify-content: flex-start;
  margin: 12px 0 0;
  overflow: hidden;
  padding-bottom: 10px; }
  .catalog-category-slider a {
    text-align: center;
    display: block;
    margin: 0 6px;
    border-radius: 3px; }
    .catalog-category-slider a picture {
      display: block;
      margin-bottom: 6px;
      width: 112px;
      height: 0;
      padding-bottom: 100%;
      position: relative; }
      .catalog-category-slider a picture img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 3px; }
    .catalog-category-slider a span {
      text-transform: uppercase;
      display: block;
      font-size: 10px;
      font-weight: 500;
      color: #8F99A0; }
  .catalog-category-slider a.active img {
    border: 1px #4E5459 solid; }
  .catalog-category-slider > a:first-child {
    margin-left: 0; }

@media (min-width: 992px) {
  .catalog-category-slider {
    flex-wrap: wrap;
    margin-bottom: 18px;
    justify-content: center; } }
.btn {
  transition: background-color 0.3s ease;
  letter-spacing: 1px; }

.btn-default {
  background: #F4F4F4;
  color: #4E5459;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  border: 0;
  padding: 12px 10px; }

.btn-light {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
  background: white;
  padding: 12px 10px;
  color: #4E5459; }

.btn-light:hover, .btn-light:focus {
  background: #4E5459;
  color: white; }

.btn-primary {
  background: #4E5459;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  border-color: #4E5459;
  padding: 11px 10px;
  transition: background-color 0.3s ease; }

.btn-primary:disabled:hover, .btn-primary:disabled:focus {
  background: #4E5459; }

.btn-clean {
  background: none;
  border: 0; }

.btn-primary:hover, .btn-primary:focus {
  background: #000000;
  color: white; }

@media (max-width: 772px) {
  .modal-dialog {
    margin: 0; } }
.modal-content {
  padding: 30px; }
  .modal-content .modal-body {
    padding: 20px 0; }
  .modal-content .modal-footer {
    padding: 20px 0 0 0; }
    .modal-content .modal-footer .btn {
      margin: 10px 0 0 0; }
  .modal-content .modal-header {
    letter-spacing: 1px;
    padding: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .modal-content .modal-header h2 {
      margin: 0;
      font-size: 18px; }
      .modal-content .modal-header h2 span {
        color: #8F99A0;
        display: inline-block;
        margin: 0 0 0 20px; }
    .modal-content .modal-header .btn-close {
      padding: 0;
      background: 0;
      border: 0; }
      .modal-content .modal-header .btn-close svg {
        width: 19px;
        height: 19px; }

.modal-header:before,
.modal-header:after {
  display: none; }

div.catalog-filter-block-v2 {
  background: white;
  min-height: 46px;
  z-index: 50;
  align-items: center;
  padding: 10px 0;
  transition: all 0.1s ease; }
  div.catalog-filter-block-v2 div.filter-control-buttons {
    transition: all 0.4s ease;
    width: 100%;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    margin: 0;
    max-height: 0; }
    div.catalog-filter-block-v2 div.filter-control-buttons > button {
      width: 50%; }
  div.catalog-filter-block-v2 div.mobile-cat-selector {
    float: right;
    margin: -20px 30px 0 0;
    font-size: 12px;
    position: relative; }
    div.catalog-filter-block-v2 div.mobile-cat-selector button {
      background: none;
      border: 0;
      font-weight: bold;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #4E5459; }
      div.catalog-filter-block-v2 div.mobile-cat-selector button svg {
        margin: 0 0 0 10px;
        transition: all 0.3s ease; }
    div.catalog-filter-block-v2 div.mobile-cat-selector ul {
      transition: all 0.3s ease;
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      position: absolute;
      list-style: none;
      padding: 10px;
      text-transform: uppercase;
      width: calc(100% + 10px);
      right: -6px;
      min-width: 130px; }
      div.catalog-filter-block-v2 div.mobile-cat-selector ul li {
        margin: 0 0 20px; }
      div.catalog-filter-block-v2 div.mobile-cat-selector ul li:last-child {
        margin: 0 0 5px; }
  div.catalog-filter-block-v2 div.mobile-cat-selector.opened button svg {
    transform: rotate(180deg); }
  div.catalog-filter-block-v2 div.mobile-cat-selector.opened ul {
    background: white;
    opacity: 1;
    visibility: visible;
    max-height: 100vh; }
  @media (min-width: 992px) {
    div.catalog-filter-block-v2 div.mobile-cat-selector {
      display: none; } }
  div.catalog-filter-block-v2 div.you-container.opened div.filter-control-buttons {
    max-height: 150px;
    opacity: 1;
    visibility: visible;
    margin: 10px 0; }
  div.catalog-filter-block-v2 .sign-filters {
    margin: 0 33px 0 0; }
    div.catalog-filter-block-v2 .sign-filters svg {
      margin-top: 2px;
      margin-bottom: -2px;
      width: 23px;
      height: 23px; }
  div.catalog-filter-block-v2 .sign-filters {
    display: none; }
  div.catalog-filter-block-v2 .btn-filters {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #4E5459; }
    div.catalog-filter-block-v2 .btn-filters > span {
      display: inline-block; }
    div.catalog-filter-block-v2 .btn-filters span:nth-child(2) {
      margin-left: 4px; }
    div.catalog-filter-block-v2 .btn-filters span.icons {
      position: relative;
      width: 30px;
      height: 17px;
      display: block; }
      div.catalog-filter-block-v2 .btn-filters span.icons svg {
        position: absolute;
        top: 0;
        left: 0;
        margin: -1px 10px 1px 0;
        transition: opacity 0.3s ease; }
      div.catalog-filter-block-v2 .btn-filters span.icons svg:first-child {
        width: 17px;
        height: 17px;
        opacity: 0; }
      div.catalog-filter-block-v2 .btn-filters span.icons svg:last-child {
        opacity: 1;
        width: 19px;
        height: 19px; }
    div.catalog-filter-block-v2 .btn-filters span.badge {
      max-width: 0;
      margin: 0;
      opacity: 0;
      transition: all 0.2s ease; }
    div.catalog-filter-block-v2 .btn-filters span.badge.visible {
      max-width: 40px;
      margin-left: 10px;
      opacity: 1; }
  div.catalog-filter-block-v2 .btn-filters.opened span.icons svg:first-child {
    opacity: 1; }
  div.catalog-filter-block-v2 .btn-filters.opened span.icons svg:last-child {
    opacity: 0; }
  div.catalog-filter-block-v2 div.catalog-filters {
    top: 157px;
    background: white;
    width: 100%;
    box-shadow: 0 10px 10px #00000014;
    padding: 0;
    max-height: 0;
    overflow: scroll;
    transition: all 0.3s ease;
    z-index: 40; }
  div.catalog-filter-block-v2 div.catalog-filters.opened {
    max-height: calc(100vh - 109px);
    padding: 10px 10px 10px 10px; }
  div.catalog-filter-block-v2 #catalog-filter-modal-backdrop {
    display: none;
    position: fixed;
    border: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    bottom: 0;
    z-index: 30; }
  div.catalog-filter-block-v2 #catalog-filter-modal-backdrop.opened {
    display: block; }

@media (min-width: 992px) {
  div.catalog-filter-block-v2 {
    display: flex;
    padding: 0 5px; }
    div.catalog-filter-block-v2 .you-container {
      flex-wrap: nowrap !important; }
      div.catalog-filter-block-v2 .you-container .breadcrumbs {
        margin: 8px 0 0 80px !important; }
    div.catalog-filter-block-v2 div.filter-control-buttons {
      display: none !important; }
    div.catalog-filter-block-v2 .btn-filters {
      display: none; }
    div.catalog-filter-block-v2 .sign-filters {
      display: block; }
    div.catalog-filter-block-v2 div.catalog-filters {
      display: flex;
      max-height: 80px;
      width: auto;
      position: relative;
      top: auto;
      left: auto;
      overflow: initial;
      padding: 0;
      align-items: center;
      box-shadow: none;
      flex-wrap: wrap !important;
      flex: 1;
      justify-content: flex-start; } }
.btn-circle {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 5px 10px 0;
  border: 1px white solid; }
  .btn-circle > div {
    width: 26px;
    height: 26px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px white solid; }
  .btn-circle svg {
    width: 13px;
    height: 13px;
    display: none; }

.btn-circle.active {
  border: 1px #4E5459 solid;
  background: white;
  box-shadow: none; }
  .btn-circle.active svg {
    display: block; }

.btn-circle-size {
  background: none;
  width: auto !important;
  font-size: 16px;
  border-radius: 3px !important;
  margin: 0 10px 10px 0;
  font-weight: bold;
  color: #4E5459;
  border: 1px solid white;
  padding: 7px 9px; }

.btn-circle-size.active {
  border: 1px solid #4E5459; }

[data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

div.you-input-widget {
  position: relative;
  color: #4E5459; }
  div.you-input-widget div.header {
    transition: all 0.2s ease;
    text-transform: uppercase;
    border-top: 1px #d6d6d6 solid;
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    div.you-input-widget div.header label {
      font-size: 11px;
      margin: 0;
      padding: 0;
      font-weight: bold; }
    div.you-input-widget div.header div.selected-data {
      text-transform: none;
      flex: 1;
      text-align: right;
      font-size: 11px;
      margin: 0 10px 1px 0; }
      div.you-input-widget div.header div.selected-data span.current {
        display: flex;
        justify-content: flex-end;
        white-space: nowrap; }
        div.you-input-widget div.header div.selected-data span.current label {
          white-space: nowrap;
          border: 2px grey solid;
          font-size: 8px !important; }
        div.you-input-widget div.header div.selected-data span.current label.btn-circle {
          width: 19px !important;
          height: 19px !important;
          border: 0;
          font-size: 11px !important;
          background: white;
          color: #797979 !important;
          font-weight: 600;
          margin: 0 1px; }
        div.you-input-widget div.header div.selected-data span.current label.btn-circle-size {
          width: auto !important;
          padding: 10px 6px;
          background: white;
          box-shadow: none;
          border: 1px solid #EDEBEC; }
        div.you-input-widget div.header div.selected-data span.current input, div.you-input-widget div.header div.selected-data span.current svg {
          display: none; }
        div.you-input-widget div.header div.selected-data span.current label.input-lined {
          border: 0;
          width: auto;
          margin: 0;
          padding: 0;
          font-size: 14px !important; }
      div.you-input-widget div.header div.selected-data span.default {
        opacity: 0.8; }
    div.you-input-widget div.header div.selected-data.has-value {
      text-transform: none;
      flex: 1;
      text-align: right;
      font-size: 13px;
      margin: 0 10px 1px 0;
      opacity: 0.8; }
    div.you-input-widget div.header svg {
      width: 11px;
      height: 8px;
      margin: 0 4px 0 0;
      transition: all 0.4s ease; }
  div.you-input-widget div.dropdown {
    transition: all 0.3s ease;
    max-height: 0;
    padding: 0 10px;
    overflow: hidden; }
    div.you-input-widget div.dropdown input {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none; }
    div.you-input-widget div.dropdown .btn.btn-clear-filters {
      margin: 15px 0 0 0; }
    div.you-input-widget div.dropdown label.input-lined {
      font-size: 11px;
      font-weight: 400;
      display: flex;
      justify-content: space-between;
      height: 40px;
      align-items: center;
      margin: 0 0;
      padding: 0 0 0 26px;
      background-image: url("/design/radio_no.svg");
      background-repeat: no-repeat;
      background-position: 3px 13px;
      background-size: 14px;
      text-transform: uppercase; }
    div.you-input-widget div.dropdown input:checked + label.input-lined {
      background-image: url("/design/radio_yes.svg"); }

div.you-input-widget.has-value div.header div.selected-data span.default {
  display: none; }

div.you-input-widget.opened div.header svg.arrow {
  transform: rotate(180deg); }
div.you-input-widget.opened div.dropdown {
  max-height: 600px;
  padding: 10px 10px 21px; }

@media (min-width: 992px) {
  div.you-input-widget {
    margin: 2px 0 2px 10px; }
    div.you-input-widget div.header {
      min-width: 70px;
      padding: 4px 10px;
      text-transform: uppercase;
      border-radius: 3px;
      border: 0; }
      div.you-input-widget div.header div.selected-data {
        margin: 0 5px; }
        div.you-input-widget div.header div.selected-data span.default {
          display: none; }
      div.you-input-widget div.header svg {
        margin: 0; }
    div.you-input-widget div.dropdown {
      background: white;
      position: absolute;
      top: 25px;
      z-index: 101;
      border: 0;
      left: 0;
      width: 262px;
      box-shadow: 0 20px 10px rgba(0, 0, 0, 0.07);
      height: auto;
      border-radius: 3px;
      max-height: 0; }

  div.you-input-widget:first-child .header label {
    margin-right: 10px; }
  div.you-input-widget:first-child div.selected-data {
    display: none !important; }

  div.you-input-widget:hover div.header svg {
    transform: rotate(180deg); }
  div.you-input-widget:hover div.dropdown {
    max-height: fit-content;
    padding: 10px;
    border-top: 1px #eee solid; } }
.striked {
  text-decoration: line-through; }

ol.product-icons {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0 40px; }
  ol.product-icons li {
    padding: 0 3px;
    width: 20%;
    text-align: center;
    border: 0 !important; }
    ol.product-icons li img {
      width: 30px;
      height: 30px;
      margin-bottom: 10px; }
    ol.product-icons li span {
      text-transform: uppercase;
      font-size: 8px;
      color: black;
      display: block;
      text-align: center;
      margin: 0;
      letter-spacing: 1px; }
  ol.product-icons li:first-child {
    padding: 0 20px 0 0; }

@media (min-width: 992px) {
  #product-section-1 div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start; }
    #product-section-1 div > p {
      width: 53%; }
    #product-section-1 div > ol.product-icons {
      width: 45%;
      padding: 0 0 40px;
      margin: -10px 0 0 0; }
      #product-section-1 div > ol.product-icons li img {
        width: 70px;
        height: 70px; }
      #product-section-1 div > ol.product-icons li span {
        font-size: 10px; } }
#product-view .column-thumbs {
  display: none; }
#product-view .slider-controls {
  display: none; }
#product-view div.product-view-images {
  position: relative; }
  #product-view div.product-view-images .btn-favorites {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2; }
    #product-view div.product-view-images .btn-favorites svg {
      width: 30px;
      height: 30px; }
#product-view #images-slider {
  list-style: none;
  padding: 0;
  margin-bottom: 17px; }
  #product-view #images-slider img {
    width: 100%; }
  #product-view #images-slider .slick-dots {
    margin: 0 0 40px 0; }
#product-view div.column-info {
  padding: 0 10px; }
  #product-view div.column-info .tags-block {
    display: flex;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: bold;
    color: #4E5459; }
    #product-view div.column-info .tags-block > div, #product-view div.column-info .tags-block a {
      display: inline-block;
      margin: 0 10px 0 0; }
    #product-view div.column-info .tags-block div.product-tag-inverted {
      padding: 1px 5px 0;
      border-radius: 12px; }
  #product-view div.column-info h1 {
    text-transform: none;
    margin: 0 0 9px; }
  #product-view div.column-info div.rating-block {
    display: flex;
    align-content: center;
    margin: 0 0 21px 0; }
    #product-view div.column-info div.rating-block > svg {
      margin-right: 7px;
      color: #8F99A0;
      width: 12px;
      height: 12px; }
    #product-view div.column-info div.rating-block > svg.white-star {
      opacity: 0.3; }
    #product-view div.column-info div.rating-block > svg:last-of-type {
      margin-right: 22px; }
  #product-view div.column-info span {
    font-size: 10px;
    color: #B8C1C7;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block; }
#product-view .size-selector-widget .product-view-price {
  margin: 0 0 35px 0px; }
#product-view .btn-size-table {
  padding: 0;
  background: 0;
  border: 0; }
#product-view .variant-balance-comment span {
  color: #4E5459 !important;
  margin: 0 !important; }
#product-view ul.color-selector {
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: start;
  margin: 9px 0 14px;
  border-bottom: 1px #F4F4F4 solid;
  padding-bottom: 15px; }
  #product-view ul.color-selector li .btn {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 5px; }
    #product-view ul.color-selector li .btn svg {
      display: none; }
  #product-view ul.color-selector li .btn.active svg {
    display: block; }
#product-view div.label-block {
  display: flex;
  justify-content: space-between; }
#product-view .sold-out {
  opacity: 0.5; }
#product-view ul.size-selector {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 11px 0 12px;
  border-bottom: 1px #F4F4F4 solid;
  padding: 0 0 15px 0; }
#product-view h6 {
  letter-spacing: 1px; }
#product-view div.order-button-group {
  margin-top: 20px;
  display: flex; }

@media (min-width: 772px) {
  #product-view {
    display: flex;
    margin-top: -46px; }
    #product-view .column-thumbs {
      display: block;
      width: 76px;
      min-width: 76px;
      margin-right: 8px; }
      #product-view .column-thumbs ul.images-row {
        padding: 0;
        list-style: none; }
        #product-view .column-thumbs ul.images-row li {
          margin-bottom: 8px; }
          #product-view .column-thumbs ul.images-row li button {
            width: 100%;
            background: none;
            padding: 0;
            border: 0; }
            #product-view .column-thumbs ul.images-row li button div.image-wrapper {
              position: relative;
              width: 100%;
              height: 0;
              padding-bottom: 100%; }
              #product-view .column-thumbs ul.images-row li button div.image-wrapper img {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: top;
                border-radius: 3px; }
    #product-view .column-slider {
      width: 50%;
      margin-right: 92px;
      max-width: 100vw;
      overflow: hidden; } }
  @media (min-width: 772px) and (max-height: 900px) {
    #product-view .column-slider {
      width: 40%; } }
  @media (min-width: 772px) and (max-height: 900px) {
    #product-view .column-slider {
      width: 40%; } }
@media (min-width: 772px) {
    #product-view div.column-info {
      width: 40%; }
      #product-view div.column-info #breadcrumbs {
        margin: -4px 0 28px 0; }
      #product-view div.column-info .tags-block {
        margin-bottom: 24px; }
      #product-view div.column-info h1 {
        text-align: left;
        text-transform: uppercase; }
      #product-view div.column-info div.rating-block {
        margin: 20px 0 18px 0; }

  .size-selector-widget .product-view-price .h4 {
    font-size: 20px;
    color: #000000; } }
.slider-wrapper {
  max-width: 100vw;
  width: 100%;
  overflow: hidden; }

.product-slider {
  margin: 24px 0 30px 0; }
  .product-slider .product-catalog-widget {
    margin-right: 10px;
    width: 160px; }
  .product-slider > div:last-child {
    margin-right: 0; }

.product-slider-small .product-catalog-widget {
  width: 176px; }

.product-slider-adaptive .product-catalog-widget {
  width: 148px; }

@media (min-width: 992px) {
  .product-slider {
    margin: 24px 0 30px 0; }
    .product-slider .product-catalog-widget {
      width: 265px; }

  .product-slider-small .product-catalog-widget {
    width: 200px; }

  .product-slider-adaptive .product-catalog-widget {
    width: 244px; } }
#checkout-promocode-block {
  margin: 10px 0 0;
  display: flex; }
  #checkout-promocode-block > input {
    max-width: 150px;
    margin: 0 10px 0 0; }

#checkout-form .btn, .checkout-form-section .btn {
  width: 100%; }
#checkout-form h2, .checkout-form-section h2 {
  margin: 20px 0 20px; }
#checkout-form .checkout-address, .checkout-form-section .checkout-address {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px; }
#checkout-form .btn-link, .checkout-form-section .btn-link {
  color: black;
  text-decoration: underline;
  font-weight: normal;
  letter-spacing: inherit;
  padding: 0; }

.info-block {
  padding: 19px;
  border-radius: 3px;
  background: #f4f4f4; }

#checkout-summary {
  background-color: #F4F4F4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0; }
  #checkout-summary .summary-row {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #4E5459; }
    #checkout-summary .summary-row .btn {
      width: 100%; }

@media (min-width: 992px) {
  #checkout-form .btn, .checkout-form-section .btn {
    width: auto; }

  #checkout-summary {
    left: auto;
    bottom: auto;
    max-width: 368px; } }
.f12-info-content {
  text-align: center; }

.index-banner {
  margin-top: -10px; }

@media (min-width: 992px) {
  .index-banner {
    margin-top: -60px;
    margin-bottom: 40px; }
    .index-banner img {
      max-height: calc(100vh - 90px);
      object-fit: cover;
      object-position: top; } }
#index-page {
  margin: -18px 0 20px 0; }
  #index-page #banner1, #index-page #banner2, #index-page #banner3, #index-page .banner-image {
    margin: 0 0 0 0;
    width: 100%; }
  #index-page .catalog-category-slider {
    margin: 13px 0 0 -2px; }
    #index-page .catalog-category-slider picture {
      width: 105px; }
  #index-page h2 {
    text-align: center;
    margin: 29px 0 0 0;
    letter-spacing: 1px; }
  #index-page h2.h2-second {
    margin: 38px 0 -5px 0; }
  #index-page h2.h2-third {
    margin: 0; }
  #index-page div.index-page-link {
    display: flex;
    justify-content: center; }
    #index-page div.index-page-link a.index-page-link {
      text-align: center;
      display: inline-block;
      font-weight: bold;
      text-transform: uppercase;
      margin: 18px auto 38px;
      letter-spacing: 1px;
      font-size: 14px;
      border-bottom: 1px black solid;
      padding-bottom: 1px; }
  @media (min-width: 772px) {
    #index-page .catalog-category-slider {
      margin: 42px 0 81px 0; }
      #index-page .catalog-category-slider a {
        margin: 0 20px; }
      #index-page .catalog-category-slider picture {
        width: 128px; }
    #index-page h2 {
      margin: 29px 0 17px 0; }
    #index-page h2.h2-second {
      margin: 88px 0 19px 0; }
    #index-page h2.h2-third {
      margin: -1px 0 40px 0; }
    #index-page div.index-page-link a.index-page-link {
      margin: 12px 0 90px 0; }
    #index-page .advantages {
      max-width: 1000px;
      margin: 20px auto 50px;
      display: flex;
      flex-wrap: wrap; }
      #index-page .advantages > div {
        width: 50%;
        margin-bottom: 32px; }
      #index-page .advantages > div:nth-child(2) {
        flex-direction: row; }
      #index-page .advantages > div:nth-child(3), #index-page .advantages > div:nth-child(4) {
        flex-direction: row-reverse; } }

.advantages {
  margin: 20px 0 36px 0; }
  .advantages > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    .advantages > div div.content {
      width: 49%;
      text-align: center;
      padding: 10px;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #3a3939;
      text-transform: uppercase; }
    .advantages > div div.banner {
      width: 49%; }
      .advantages > div div.banner .banner-image {
        width: 100%;
        margin: 0; }
      .advantages > div div.banner img {
        width: 100%;
        border-radius: 3px; }
  .advantages > div:nth-child(2), .advantages > div:nth-child(4) {
    flex-direction: row-reverse; }

@media (min-width: 772px) {
  #index-page {
    margin-top: -64px; }

  .advantages {
    max-width: 1000px;
    margin: 20px auto 50px;
    display: flex;
    flex-wrap: wrap; }
    .advantages > div {
      width: 50%;
      margin-bottom: 32px; }
    .advantages > div:nth-child(2) {
      flex-direction: row; }
    .advantages > div:nth-child(3), .advantages > div:nth-child(4) {
      flex-direction: row-reverse; } }
.slick-dots {
  bottom: 13px; }
  .slick-dots li.slick-active button::before {
    color: white;
    font-size: 7px; }

.error-summary {
  border: 1px #ff8300 solid;
  padding: 11px;
  margin: 0 0 10px 0;
  color: #ff8300;
  font-weight: bold;
  text-align: left; }

ul.accordion {
  padding: 0;
  margin: 30px 0;
  list-style: none; }
  ul.accordion li:first-child {
    border-top: 1px #F4F4F4 solid; }
  ul.accordion li {
    border-bottom: 1px #F4F4F4 solid; }
    ul.accordion li > button {
      position: relative;
      width: 100%;
      border: 0;
      background: none;
      font-size: 12px;
      padding: 22px 22px 22px 0;
      text-align: left;
      font-weight: 600;
      color: #4E5459;
      text-transform: uppercase; }
      ul.accordion li > button svg {
        transform: rotate(0deg);
        position: absolute;
        right: 5px;
        transition: all 0.2s ease;
        width: 12px;
        height: 12px;
        top: 18px; }
    ul.accordion li > div {
      max-height: 0;
      overflow: scroll;
      visibility: hidden;
      opacity: 0;
      font-size: 14px;
      transition: all 0.3s ease;
      -ms-overflow-style: none;
      scrollbar-width: none;
      color: black; }
    ul.accordion li div::-webkit-scrollbar {
      display: none; }
    ul.accordion li p {
      margin: 0 0 20px 0; }
    ul.accordion li a {
      text-decoration: underline; }
  ul.accordion li.active > button svg {
    transform: rotate(-180deg); }
  ul.accordion li.active > div {
    max-height: 1000px;
    opacity: 1;
    visibility: visible; }

@media (min-width: 992px) {
  ul.accordion li button svg {
    right: auto;
    top: auto;
    margin: 2px 0 0 10px; } }
div.f12-rating-field:focus-within {
  outline: 0.2em rgba(170, 129, 114, 0.38) !important; }

form.f12-comments-form {
  margin: 30px 0 0;
  padding: 0 !important; }
  form.f12-comments-form .btn-upload {
    font-size: 10px; }
  form.f12-comments-form div.floor12-files-widget-block {
    margin: 0; }
  form.f12-comments-form .btn-primary {
    width: 100%; }
  form.f12-comments-form div.f12-rating-field {
    position: relative;
    width: 10em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E");
    background-size: 2em auto;
    background-repeat: repeat-x;
    /* Options */ }
    form.f12-comments-form div.f12-rating-field input {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      height: 2em;
      font-size: inherit;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-size: 2em auto;
      background-repeat: repeat-x; }
    form.f12-comments-form div.f12-rating-field input:focus {
      outline: none; }
    form.f12-comments-form div.f12-rating-field input:hover,
    form.f12-comments-form div.f12-rating-field input:checked {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23333333' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E"); }
    form.f12-comments-form div.f12-rating-field input:hover ~ input {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E"); }
    form.f12-comments-form div.f12-rating-field input:nth-of-type(1) {
      z-index: 5;
      width: 2em; }
    form.f12-comments-form div.f12-rating-field input:nth-of-type(2) {
      z-index: 4;
      width: 4em; }
    form.f12-comments-form div.f12-rating-field input:nth-of-type(3) {
      z-index: 3;
      width: 6em; }
    form.f12-comments-form div.f12-rating-field input:nth-of-type(4) {
      z-index: 2;
      width: 8em; }
    form.f12-comments-form div.f12-rating-field input:nth-of-type(5) {
      z-index: 1;
      width: 10em; }

.f12-comments {
  position: relative; }
  .f12-comments div.f12-comment-list {
    max-width: 1000px; }
  .f12-comments div.comment-preview {
    overflow: hidden; }
    .f12-comments div.comment-preview ul {
      flex-wrap: nowrap; }
    .f12-comments div.comment-preview a {
      margin: 0 !important;
      border-radius: 10px !important;
      width: 105px !important;
      height: 140px !important; }

.column-slider .f12-comments {
  display: none; }

.f12-comment-form-block {
  margin: 0 !important; }
  .f12-comment-form-block section#loginRegister {
    max-width: none;
    margin-top: 20px; }
    .f12-comment-form-block section#loginRegister div.header {
      display: none; }

.f12-comment-list {
  margin: 0 !important;
  color: #4E5459; }
  .f12-comment-list div.no-comments-message {
    width: 100%; }
  .f12-comment-list div.form-group.filled label {
    top: -12px; }
  .f12-comment-list .object-comments > div {
    display: none; }
  .f12-comment-list .object-comments div.files-block a {
    border-radius: 8px; }
  .f12-comment-list .object-comments > div:first-child,
  .f12-comment-list .object-comments > div:first-child + div {
    display: block; }
  .f12-comment-list .object-comments.opened > div {
    display: block; }
  .f12-comment-list h2 {
    font-size: 22px;
    line-height: 36px;
    margin: 0 0 5px 0; }
  .f12-comment-list div.f12-comment-name {
    font-weight: 500 !important;
    font-size: 14px;
    text-transform: uppercase; }
  .f12-comment-list div.f12-comment-rating {
    background: #4E5459;
    display: inline-block;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
    padding: 1px 6px;
    margin: 15px 18px 5px 0; }
  .f12-comment-list div.f12-comment-date {
    float: none !important;
    opacity: 0.5;
    display: inline-block;
    line-height: 32px; }
  .f12-comment-list .btn-comment-add {
    margin-top: 25px;
    margin-bottom: 10px; }
  .f12-comment-list .btn-comments-expand {
    background: transparent;
    margin-top: 25px; }

@media (min-width: 992px) {
  .column-slider .f12-comments {
    display: block !important; }

  .column-info .f12-comments {
    display: none; }

  .f12-comment-list h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px 0 !important; }
  .f12-comment-list .object-comments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .f12-comment-list .object-comments > div {
      width: 47%; }
    .f12-comment-list .object-comments div.no-comments-message {
      width: 100%; }

  .f12-comment-form-block .btn-shadow {
    width: auto; } }
.form-control {
  border-radius: 3px;
  padding: 11px 12px;
  height: auto;
  box-shadow: none; }

#subscribe-news-block {
  max-width: 500px;
  margin: 80px auto 0;
  text-align: center; }
  #subscribe-news-block div.subscribe-news-block-header {
    width: 50%;
    margin: 0 auto; }
    #subscribe-news-block div.subscribe-news-block-header h2 {
      line-height: 25px;
      margin-bottom: 20px; }
    #subscribe-news-block div.subscribe-news-block-header p {
      font-size: 14px;
      text-align: center;
      margin-bottom: 30px; }
  @media (min-width: 992px) {
    #subscribe-news-block div.subscribe-news-block-header {
      width: 100%; } }
  #subscribe-news-block input {
    text-align: center; }
  #subscribe-news-block p.small {
    margin: 20px 0;
    text-align: center; }
  #subscribe-news-block button {
    margin-top: 15px;
    width: 100%; }

#contacts-page h1 {
  margin-bottom: 35px; }
#contacts-page #contacts div.contacts-block {
  margin: 0 0 35px 0;
  color: #4E5459;
  display: flex;
  justify-content: space-between; }
  #contacts-page #contacts div.contacts-block > div:first-child {
    width: 50%;
    text-transform: uppercase; }
  #contacts-page #contacts div.contacts-block > div:last-child {
    width: 50%;
    font-size: 16px; }
    #contacts-page #contacts div.contacts-block > div:last-child ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #contacts-page #contacts div.contacts-block > div:last-child ul.social li {
        margin: 0 2px; }
        #contacts-page #contacts div.contacts-block > div:last-child ul.social li a {
          color: #4E5459;
          display: block;
          height: 40px;
          width: 40px; }
          #contacts-page #contacts div.contacts-block > div:last-child ul.social li a svg {
            width: 24px;
            height: 24px; }

@media (min-width: 992px) {
  #contacts-page {
    max-width: 1168px;
    margin: 0 auto; }
    #contacts-page h1 {
      margin-bottom: 65px;
      font-size: 24px; }
    #contacts-page #contacts {
      max-width: 900px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contacts-page #contacts div.contacts-block {
        width: calc(50% - 20px);
        margin-bottom: 55px; }
        #contacts-page #contacts div.contacts-block > div:first-child {
          width: 35%;
          font-size: 15px;
          margin-right: 40px; }
        #contacts-page #contacts div.contacts-block > div:last-child {
          width: 65%; } }
#page-corporate .field-feedback-type {
  display: none; }

#page-about, #page-corporate {
  max-width: 900px;
  margin: 0 auto; }
  #page-about #corporate-form, #page-corporate #corporate-form {
    max-width: 500px;
    margin: 0 auto; }
  #page-about > p, #page-corporate > p {
    font-size: 16px;
    margin: -1px auto 13px;
    line-height: 23px; }
  #page-about h2, #page-corporate h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 30px 0; }

div.employers-block {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: left; }
  div.employers-block div.employer {
    margin-right: 10px;
    width: 147px;
    color: #4E5459; }
    div.employers-block div.employer img {
      width: 100%;
      border-radius: 3px; }
    div.employers-block div.employer div.name {
      font-size: 14px;
      font-weight: bold;
      margin: 10px 0 0; }
    div.employers-block div.employer div.position {
      font-size: 10px;
      margin: 2px 0 23px;
      color: #8F99A0;
      text-transform: uppercase; }
    div.employers-block div.employer p {
      font-size: 12px; }

@media (min-width: 992px) {
  div.employers-block {
    margin: 40px 0 46px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center; }
    div.employers-block div.employer {
      margin-right: 0;
      margin-bottom: 50px;
      width: calc(33% - 10px); }
      div.employers-block div.employer img {
        max-width: 162px;
        margin: 0 auto 13px;
        display: block; } }
img.headerMobileImage {
  display: block;
  margin: -5px -10px 39px;
  width: calc(100% + 20px); }

img.headerDesktopImage {
  display: none; }

@media (min-width: 992px) {
  #page-about > p {
    margin-bottom: 88px; }
  #page-about div.advantages {
    margin: 40px 0 103px 0; }

  img.headerDesktopImage {
    margin: -63px auto 87px;
    display: block;
    width: 100%;
    max-width: 100%; }

  img.headerMobileImage {
    display: none; } }
div.personal-orders div.no-orders {
  margin-top: 70px; }
  div.personal-orders div.no-orders p {
    margin-bottom: 30px; }
  div.personal-orders div.no-orders a {
    width: 100%; }

@media (min-width: 992px) {
  div.personal-orders ul.sidebar-nav {
    display: none; }
  div.personal-orders h1 {
    margin-top: 0; }
  div.personal-orders div.no-orders a {
    max-width: 300px; } }
article.profile-order {
  border-bottom: 1px #ccc solid;
  position: relative;
  margin: 0 -20px;
  padding: 26px 20px 0; }
  article.profile-order div.number-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px; }
    article.profile-order div.number-row h3 {
      margin: 0; }
    article.profile-order div.number-row span {
      font-size: 10px;
      line-height: 24px;
      letter-spacing: 0.06em;
      text-transform: uppercase; }
  article.profile-order div.images-row {
    margin-bottom: 4px;
    display: flex; }
    article.profile-order div.images-row a {
      display: block;
      position: relative;
      width: 77px;
      height: 77px;
      margin-right: 10px;
      margin-bottom: 10px; }
      article.profile-order div.images-row a img {
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top; }
  article.profile-order div.data-row {
    display: flex;
    flex-wrap: wrap; }
    article.profile-order div.data-row h3 {
      display: none; }
    article.profile-order div.data-row div {
      width: 33%; }
    article.profile-order div.data-row div.items-price {
      text-align: right; }
    article.profile-order div.data-row div.items-count {
      text-align: center; }
    article.profile-order div.data-row button {
      width: 100%;
      text-align: center;
      padding: 15px 24px 0 0;
      margin: 0 0 15px;
      font-size: 14px; }
      article.profile-order div.data-row button span {
        position: relative; }
        article.profile-order div.data-row button span svg {
          transition: all 0.2s ease;
          margin-left: 10px;
          position: absolute;
          left: 0;
          width: 10px;
          height: 10px;
          top: 5px; }
  article.profile-order div.details-row {
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0;
    margin: 0; }
    article.profile-order div.details-row div.order-items {
      margin: 0; }
      article.profile-order div.details-row div.order-items div.order-item {
        display: flex;
        margin-bottom: 30px; }
        article.profile-order div.details-row div.order-items div.order-item a.order-item-image {
          width: 76px;
          display: block;
          height: 113px;
          position: relative;
          margin: 0 10px 0 0; }
          article.profile-order div.details-row div.order-items div.order-item a.order-item-image img {
            border-radius: 10px;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            height: 100%;
            width: 100%; }
        article.profile-order div.details-row div.order-items div.order-item div.product-variation-info h3 {
          margin: 0 0 5px; }
        article.profile-order div.details-row div.order-items div.order-item div.column-price {
          text-align: left !important;
          margin-left: -80px !important; }
    article.profile-order div.details-row div.order-main-data {
      margin-bottom: 15px; }
      article.profile-order div.details-row div.order-main-data div.order-data-row {
        margin-bottom: 25px;
        display: flex;
        justify-content: space-between; }
        article.profile-order div.details-row div.order-main-data div.order-data-row h3 {
          margin: 0; }
        article.profile-order div.details-row div.order-main-data div.order-data-row p {
          text-align: right;
          margin: 0 0 0 0;
          font-size: 14px; }

article.profile-order.opened {
  border-radius: 10px; }
  article.profile-order.opened div.details-row {
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
    margin-bottom: 15px; }
    article.profile-order.opened div.details-row div.order-items {
      margin: 10px 0 50px;
      border-top: 1px #ccc solid;
      padding-top: 10px; }
    article.profile-order.opened div.details-row div.order-main-data {
      margin-top: 30px;
      margin-bottom: 15px; }
    article.profile-order.opened div.details-row div.img-wrapper {
      width: 100px;
      height: 113px;
      position: relative;
      margin: 0 10px 0 0; }
      article.profile-order.opened div.details-row div.img-wrapper img {
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
        width: 100%; }
    article.profile-order.opened div.details-row div.order-item-data {
      flex: 1;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      article.profile-order.opened div.details-row div.order-item-data div.column-title {
        width: 100%; }
        article.profile-order.opened div.details-row div.order-item-data div.column-title h4 {
          margin: 4px 0 5px;
          font-size: 16px; }
        article.profile-order.opened div.details-row div.order-item-data div.column-title p {
          float: right;
          margin: -28px 0 0 0; }
      article.profile-order.opened div.details-row div.order-item-data div.column-quantity {
        font-size: 16px; }
      article.profile-order.opened div.details-row div.order-item-data div.column-price {
        font-size: 16px;
        text-align: right; }
  article.profile-order.opened div.data-row button span svg {
    transform: rotate(180deg); }

@media (min-width: 992px) {
  article.profile-order {
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    article.profile-order div.data-row {
      justify-content: space-between;
      flex-wrap: nowrap; }
      article.profile-order div.data-row div {
        width: auto;
        text-align: center; }
      article.profile-order div.data-row div.items-price {
        width: auto; }
      article.profile-order div.data-row button {
        width: auto;
        text-align: right;
        min-width: 150px;
        padding: 0 30px 0 0;
        margin: 0; }
    article.profile-order div.details-row div.order-items {
      margin-bottom: 60px; }
    article.profile-order div.details-row div.order-main-data {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      article.profile-order div.details-row div.order-main-data div.order-data-row {
        width: calc(50% - 30px); } }
table.size-table {
  width: 100%;
  font-size: 12px;
  font-weight: 400; }
  table.size-table tr td, table.size-table tr th {
    white-space: nowrap;
    padding: 21px 5px;
    text-align: center;
    border: 2px white solid; }
  table.size-table th {
    background: #F4F4F4; }

div.size-info {
  color: #4E5459;
  margin: 30px 0 0 0;
  padding: 10px 10px 0;
  display: flex;
  align-items: center;
  background: #F4F4F4; }

@media (min-width: 992px) {
  div.size-info p {
    max-width: 350px;
    padding: 0 50px; } }
@media (max-width: 772px) {
  div.scrollable-mobile {
    padding-bottom: 10px;
    overflow-x: scroll; } }
img.spin {
  width: 20px;
  height: 16px; }

#cookie-dialog {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000000fa;
  color: white;
  padding: 20px;
  z-index: 60;
  font-size: 14px; }
  #cookie-dialog > div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    flex-direction: column;
    text-align: center; }
  #cookie-dialog a {
    color: white;
    text-decoration: underline;
    font-weight: bold; }

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