@charset "UTF-8";
#main-wrapper #content {
  padding: 4.5rem 0 3rem;
  min-height: 70vh; }

.home #main-wrapper #content {
  padding-top: 0; }

footer #footer {
  float: unset;
  min-height: 275px;
  margin-top: 0;
  z-index: 999;
  position: relative;
  font-size: 1.6rem;
  background-color: white;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: unset;
  flex-wrap: nowrap; }
  footer #footer #footer-company-group, footer #footer #footer-sites, footer #footer #footer-contact {
    padding-right: 2rem;
    margin-right: unset; }
  footer #footer #footer-company-group {
    min-width: 270px; }
    footer #footer #footer-company-group h4 {
      cursor: default;
      margin-bottom: 16px; }
  footer #footer #footer-sites {
    min-width: 210px; }
    footer #footer #footer-sites > div a:first-child {
      margin-top: -3px; }
  footer #footer #social {
    display: block;
    margin-bottom: 9px; }
    footer #footer #social a {
      margin-right: 7px;
      display: inline-block;
      width: 25px;
      height: 25px;
      mask-size: cover;
      background-color: transparent;
      margin-bottom: 0; }
      footer #footer #social a:last-child {
        margin-right: unset; }
  footer #footer #footer-contact {
    min-width: 215px; }
    footer #footer #footer-contact p {
      cursor: default; }
      footer #footer #footer-contact p:nth-of-type(1) {
        margin-bottom: 15px; }
      footer #footer #footer-contact p:nth-of-type(2) {
        margin-bottom: 5px; }
    footer #footer #footer-contact .phone.black-link {
      margin-bottom: 4px;
      margin-top: -3px; }
    footer #footer #footer-contact .email.black-link {
      margin-bottom: 23px; }
    footer #footer #footer-contact .chat-bot {
      display: inline-block; }
      footer #footer #footer-contact .chat-bot .black-link {
        display: flex;
        align-items: center;
        margin-top: 25px; }
        footer #footer #footer-contact .chat-bot .black-link span:nth-child(1) {
          display: inline-block;
          width: 20px;
          height: 20px;
          cursor: pointer; }
        footer #footer #footer-contact .chat-bot .black-link span:nth-child(2) {
          margin-left: 8px; }
  footer #footer .footer-mobile_app_badge_qr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap; }
    footer #footer .footer-mobile_app_badge_qr .social_block {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap; }
    footer #footer .footer-mobile_app_badge_qr h4 {
      cursor: default;
      font-size: 16px;
      margin: 0 0 5px 0;
      color: black;
      text-align: center;
      line-height: 1.3; }
      footer #footer .footer-mobile_app_badge_qr h4 span.white-space-nowrap {
        white-space: nowrap; }
    footer #footer .footer-mobile_app_badge_qr-block1 {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    footer #footer .footer-mobile_app_badge_qr-block2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      margin-right: 18px; }
    footer #footer .footer-mobile_app_badge_qr .mobile_app_link {
      display: block;
      aspect-ratio: 137/42;
      width: 170px; }
      footer #footer .footer-mobile_app_badge_qr .mobile_app_link .mobile_app_img {
        width: 100%;
        height: 100%; }
        footer #footer .footer-mobile_app_badge_qr .mobile_app_link .mobile_app_img-rustore {
          background: url(../../assets/images/rustore_badge.svg) no-repeat center center/contain; }
        footer #footer .footer-mobile_app_badge_qr .mobile_app_link .mobile_app_img-google_play {
          background: url(../../assets/images/googleplay_badge.svg) no-repeat center center/contain; }
        footer #footer .footer-mobile_app_badge_qr .mobile_app_link .mobile_app_img-app_store {
          background: url(../../assets/images/appstore_badge.svg) no-repeat center center/contain; }
    footer #footer .footer-mobile_app_badge_qr .mobile_app_qr {
      border-radius: 6px;
      background-color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      border: 1px solid black; }
      footer #footer .footer-mobile_app_badge_qr .mobile_app_qr-img {
        aspect-ratio: 1/1;
        width: 160px;
        background: url(../../assets/images/qr_mobile_app_square.svg) no-repeat center center/contain;
        margin: 3px; }
  footer #footer .links-list h4 {
    margin: 0 0 3.7rem 0; }
  footer #footer .links-list a, footer #footer .links-list span {
    margin: 0 0 15px 0; }
  footer #footer .links-list h4, footer #footer .links-list a, footer #footer .links-list span {
    display: block;
    font-size: 1.6rem; }
    footer #footer .links-list h4:last-child, footer #footer .links-list a:last-child, footer #footer .links-list span:last-child {
      margin-bottom: 0; }
  footer #footer .links-list a {
    width: fit-content; }

footer .after_footer {
  position: relative;
  padding: 30px;
  font-size: 16px; }
  footer .after_footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #f4f4f6;
    z-index: -1; }
  footer .after_footer a {
    color: #0088E3; }
    footer .after_footer a:hover {
      color: #ffa200; }

footer #footer-details {
  gap: 24px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 100%;
  grid-auto-flow: row dense;
  grid-auto-rows: min-content; }
  footer #footer-details .credentials, footer #footer-details .dsa {
    cursor: default; }
    footer #footer-details .credentials a, footer #footer-details .dsa a {
      cursor: pointer; }
  footer #footer-details .credentials span {
    white-space: nowrap; }
  footer #footer-details .dsa {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap; }
    footer #footer-details .dsa .image {
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDMwMCAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMTUuMDEyIDE0NC40MDlDMjEwLjA5NyAxNDQuNDA5IDIwMC4wMzEgMTQ0LjY0MyAyMDAuMDMxIDEzMS41MzZDMjAwLjAzMSAxMTguNDI5IDIyNy42NTEgMTE1LjM4NiAyMjcuNjUxIDExNS4zODZMMjI3Ljg4NSAxNDAuNDNDMjI3Ljg4NSAxNDAuNDMgMjE5LjkyNSAxNDQuNDA5IDIxNS4wMTIgMTQ0LjQwOVpNMjUxLjA3NSAxMzcuMzY4QzI1MC4zODMgMTM1LjE4IDI1MS4wNzUgMTA4LjYxNSAyNTEuMDc1IDk5LjU2NzNDMjUxLjA3NSA4Ni4yMjU5IDIzMy43NjMgNzcuNDY4NiAyMTcuMzI1IDc3LjQ2ODZDMjAwLjg4OSA3Ny40Njg2IDE4Ny43MzcgODUuNzA4NiAxODcuNzM3IDg1LjcwODZWOTkuNTY3M0MxODcuNzM3IDk5LjU2NzMgMjA0LjAyIDg3LjcyNzMgMjExLjg0NyA4Ny43MjczQzIxOS42NzMgODcuNzI3MyAyMjguMTg0IDg4LjI1MjYgMjI4LjE4NCA5OS41NjczQzIyOC4xODQgMTEwLjg4IDIwNS40NDUgMTA5LjEyMyAyMDAuMjY1IDEwOS43NjZDMTkzLjgwOSAxMTAuNTcgMTg5LjUwMyAxMTMuNzQ0IDE4Ny4xNTcgMTE1LjYxOUMxODAuMTM1IDEyMS4yMzYgMTY4LjE5NyAxNTQuMDI1IDIwMC4xNjcgMTU0LjAyNUMyMTYuNDE1IDE1NC4wMjUgMjIwLjE2MSAxNTAuMDI2IDIyOC4xODQgMTQ0LjU1NUMyMzMuMjk2IDE0OS42NjQgMjM2LjMxMiAxNTQuMDI1IDI1MS4wNzUgMTU0LjAyNUMyNTcuMTQzIDE1NC4wMjUgMjYyLjA2IDE1MC4zMDggMjYzLjMwOSAxNDcuOTM0QzI2Ny45MTEgMTM5LjcyNyAyNTQuNTY5IDE0OC4zOSAyNTEuMDc1IDEzNy4zNjhaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMTgyLjcwNiA4NS40MjE4QzE4Mi43MDYgODUuNDIxOCAxNzIuNjQgNzcuNDYzMSAxNTUuMDg2IDc3LjQ2MzFDMTQzLjE0OSA3Ny40NjMxIDExOS45NzUgNzkuMTAxOCAxMTkuOTc1IDEwNC4zODJDMTE5Ljk3NSAxMjEuMjM0IDEzOC4wMTggMTI2LjMwNSAxNDguMjk4IDEyOS44OTRDMTU4LjM2MiAxMzMuNDA2IDE2OC44OTYgMTM0LjgxIDE2OS4zNjQgMTQ4LjM4N0MxNjkuNzk0IDE2MC43ODUgMTYwLjQ2OSAxNjQuNTM2IDE0Ny4zNjIgMTY0LjUzNkMxMjQuODkxIDE2NC41MzYgMTIwLjQ0NSAxNDAuMTkzIDEyMC40NDUgMTQwLjE5M0wxMTMuNDIxIDE1OC4yMThDMTEzLjQyMSAxNTguMjE4IDEyMi4zMTggMTczLjY2NyAxNTAuODczIDE3My42NjdDMTc0LjI3OSAxNzMuNjY3IDE4Ny42MjMgMTYxLjQ5MSAxODcuNjIzIDEzOC4zMjFDMTg3LjYyMyAxMTUuMTQ5IDE3MS43MDggMTEzLjc0NCAxNjAuNzA2IDEwOS4yOTZDMTQ5LjcwMiAxMDQuODUgMTQ0Ljc4OSAxMDMuMjEyIDE0NC43ODkgOTYuMTg5OEMxNDQuNzg5IDg5LjE2NTggMTQ5LjcwNyA4Ni44NTY1IDE1Ny44OTYgODYuNTkyNUMxNzIuNDA4IDg2LjEyMzEgMTgyLjcwNiAxMDAuMTcgMTgyLjcwNiAxMDAuMTdWODUuNDIxOFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik03NC4yOTczIDE0NC40MjlDNzIuMTU5OSAxNDQuNDI5IDY2LjQwNDcgMTQzLjYwNyA2Ni40MDQ3IDE0MC44MTFDNjYuNDA0NyAxMzguMDE2IDY2LjQwNDcgOTMuMjkxNiA2Ni40MDQ3IDkxLjQ4MjNDNjYuNDA0NyA4OS42NzQzIDcwLjg0NDMgODcuODY1IDc1LjQ0ODQgODcuODY1Qzg0LjQ5MjcgODcuODY1IDk5Ljk0NjggMTAwLjE5OCA5OS45NDY4IDExNS40OUM5OS45NDY4IDEzNS4wNTUgODkuMjYwOSAxNDQuNDI5IDc0LjI5NzMgMTQ0LjQyOVpNODcuNDUyMSA4MC42MzAzQzc0LjEzNTUgODAuNjMwMyA0MS4yNDg0IDgwLjYzMDMgMzUuMzI4NyA4MC42MzAzQzQyLjIzNDkgODMuNzU0MyA0Mi4yMzQ5IDg3Ljg2NSA0Mi4yMzQ5IDkyLjE0MUM0Mi4yMzQ5IDkzLjc4NSA0Mi4yMzQ5IDE0NC4xIDQyLjIzNDkgMTQ2LjIzOEM0Mi4yMzQ5IDE0OC4zNzYgMzguNDUzMSAxNTEuNSAzNSAxNTMuNDc0QzQyLjA3MDggMTUzLjQ3NCA4Mi42ODQ0IDE1My44MDIgODcuNDUyMSAxNTMuODAyQzEwNy44NDEgMTUzLjgwMiAxMjMuOTU1IDEzNC44OTQgMTIzLjk1NSAxMTUuNjU0QzEyMy45NTUgOTYuNDE3IDExNS4yNCA4MC42MzAzIDg3LjQ1MjEgODAuNjMwM1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0zNi41OTQyIDc1LjgyMUw5OS44Mzk2IDI1Ljk5OTdIMTg3LjY5MUwyNTEuMTQgNzYuMDI2NEwyMzEuODIgNzUuODIzN0wxNzkuMTUxIDM0LjMzODRMMTI0LjQ0NiA3NS44MjM3TDM2LjU5NDIgNzUuODIxWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) no-repeat center center/contain;
      aspect-ratio: 300/200;
      min-width: 50px; }
    footer #footer-details .dsa .description {
      margin-left: 8px; }

@media screen and (max-width: 1500px) {
  footer #footer-details .dsa {
    padding-right: 50px; } }

@media screen and (max-width: 1366px) {
  footer #footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
    footer #footer #footer-company-group, footer #footer #footer-sites, footer #footer #footer-contact {
      min-width: unset;
      padding-right: unset; }
    footer #footer #footer-company-group, footer #footer #footer-sites {
      padding-right: 2rem; }
    footer #footer #footer-company-group, footer #footer #footer-sites, footer #footer #footer-contact {
      flex-basis: calc(100% / 3); }
    footer #footer #footer-company-group {
      flex-basis: 285px; }
    footer #footer #footer-sites {
      flex-basis: auto; }
    footer #footer #footer-contact {
      flex-basis: 215px; }
    footer #footer #social {
      margin-bottom: 20px; }
    footer #footer .footer-mobile_app_badge_qr {
      flex-basis: 100%;
      margin-top: 25px; }
      footer #footer .footer-mobile_app_badge_qr h4 {
        margin-bottom: 12px; }
      footer #footer .footer-mobile_app_badge_qr-descr {
        margin-bottom: 10px; }
      footer #footer .footer-mobile_app_badge_qr .footer-mobile_app_badge_qr-block1 {
        justify-content: center; }
  footer #footer-details .dsa {
    padding-right: 70px; } }

@media screen and (max-width: 1024px) {
  footer #footer-details {
    grid-template-columns: minmax(200px, 1fr) minmax(250px, 2fr);
    grid-template-rows: repeat(2, auto); }
    footer #footer-details .dsa {
      justify-content: flex-start; } }

@media screen and (max-width: 899px) {
  footer #footer {
    justify-content: space-between; }
    footer #footer #footer-company-group, footer #footer #footer-sites, footer #footer #social, footer #footer #footer-contact {
      margin: unset;
      text-align: start;
      display: block;
      float: none;
      width: auto; }
    footer #footer #footer-company-group, footer #footer #footer-sites, footer #footer #footer-contact {
      margin-bottom: 20px; }
    footer #footer #social {
      margin-bottom: 20px; }
    footer #footer #footer-company-group, footer #footer #footer-contact {
      flex-basis: 230px; } }

@media screen and (max-width: 768px) {
  footer #footer #footer-company-group, footer #footer #footer-sites, footer #footer #footer-contact {
    margin-bottom: unset; }
  footer #footer #footer-company-group {
    flex-basis: 50%;
    padding-right: 20px; }
  footer #footer #footer-sites {
    flex-basis: 50%;
    padding-right: unset; }
    footer #footer #footer-sites > div {
      max-width: 210px; }
  footer #footer #footer-sites, footer #footer #footer-company-group {
    margin-bottom: 50px; }
  footer #footer #footer-contact {
    flex-basis: 50%;
    padding-right: 20px; }
    footer #footer #footer-contact p br {
      display: none; }
    footer #footer #footer-contact .phone.black-link {
      margin-top: unset; }
  footer #footer #social {
    margin-bottom: 9px; }
  footer #footer .footer-mobile_app_badge_qr {
    flex-basis: 50%;
    margin-top: unset;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap; }
    footer #footer .footer-mobile_app_badge_qr h4 {
      text-align: start;
      margin-bottom: 5px; }
    footer #footer .footer-mobile_app_badge_qr-block2 {
      margin-right: unset; }
    footer #footer .footer-mobile_app_badge_qr .mobile_app_link {
      margin-bottom: 8px;
      width: 190px; }
    footer #footer .footer-mobile_app_badge_qr .mobile_app_qr {
      display: none; }
  footer #footer-details {
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto); }
    footer #footer-details .dsa {
      padding-right: 55px; } }

@media screen and (max-width: 600px) {
  footer #footer {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap; }
    footer #footer #footer-company-group, footer #footer #footer-sites, footer #footer #footer-contact, footer #footer .footer-mobile_app_badge_qr {
      flex-basis: 100%;
      padding-right: unset;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap; }
    footer #footer #footer-sites > div {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap;
      max-width: unset; }
    footer #footer #footer-contact {
      margin-bottom: 50px; }
      footer #footer #footer-contact p br {
        display: none; }
    footer #footer #social {
      margin-bottom: 20px; }
    footer #footer .footer-mobile_app_badge_qr h4 {
      margin-bottom: 12px;
      text-align: center; } }

@media screen and (max-width: 425px) {
  footer #footer {
    padding: 30px 15px; }
  footer .after_footer {
    padding: 30px 15px; }
    footer .after_footer #footer-details {
      gap: 17px; }
      footer .after_footer #footer-details .dsa {
        padding-right: 80px; }
        footer .after_footer #footer-details .dsa .image {
          min-width: 40px; } }

@media screen and (max-width: 425px) {
  footer.container, footer#singular {
    padding: 0; } }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.woocommerce-cart #mini-cart:hover > #mini-cart-widget, .woocommerce-cart .fa-angle-down, body.woocommerce-checkout #mini-cart:hover > #mini-cart-widget, body.woocommerce-checkout .fa-angle-down {
  display: none; }

#mini-cart {
  position: relative;
  line-height: unset;
  height: unset; }
  #mini-cart:hover > #mini-cart-widget {
    display: block; }
  #mini-cart #mini-cart-link {
    font-size: 1.8rem;
    font-weight: bold; }
    #mini-cart #mini-cart-link i {
      cursor: pointer;
      color: #ffa200;
      text-decoration: none; }
      #mini-cart #mini-cart-link i:hover {
        color: #ffa200;
        text-decoration: none; }
      @media (max-width: 550px) {
        #mini-cart #mini-cart-link i {
          font-size: 2.6rem; } }
    #mini-cart #mini-cart-link .mini-cart-badge {
      position: absolute;
      color: black;
      background: #ffa200;
      top: -25%;
      right: -25%;
      padding: 1rem 0;
      text-align: center;
      font-size: 2rem;
      line-height: 0.6;
      height: 3rem;
      border-radius: 2rem;
      width: 3rem; }
    #mini-cart #mini-cart-link:hover > i {
      color: #ffab1a; }
  #mini-cart #mini-cart-widget {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.05);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    width: auto;
    white-space: nowrap;
    padding: 2rem;
    z-index: 1600;
    line-height: initial;
    min-width: 350px; }
    #mini-cart #mini-cart-widget .buttons, #mini-cart #mini-cart-widget .woocommerce-mini-cart__empty-message {
      margin: 0; }
    #mini-cart #mini-cart-widget .product_list_widget {
      max-height: 400px;
      overflow: auto;
      margin-bottom: 2rem; }
    #mini-cart #mini-cart-widget li.empty {
      padding: 0; }
    #mini-cart #mini-cart-widget:hover {
      display: block; }
    #mini-cart #mini-cart-widget .total {
      border: none;
      margin-bottom: 1.5rem;
      margin-left: 1rem; }
      #mini-cart #mini-cart-widget .total .amount {
        font-weight: bold;
        color: #f36620; }
    #mini-cart #mini-cart-widget .mini_cart_item {
      border-radius: 4px;
      margin-bottom: 1.5rem;
      border: 1px solid #eeeeee;
      padding: 1rem 3rem 1rem 1rem;
      position: relative; }
      #mini-cart #mini-cart-widget .mini_cart_item a {
        white-space: initial;
        font-weight: 300; }
      #mini-cart #mini-cart-widget .mini_cart_item a.remove {
        top: 0;
        right: 0;
        left: inherit;
        border-bottom: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
        border-radius: 0 4px 0 4px;
        position: absolute; }
      #mini-cart #mini-cart-widget .mini_cart_item img {
        width: auto;
        height: 50px; }
      #mini-cart #mini-cart-widget .mini_cart_item .quantity {
        margin-top: 0.5rem;
        display: block; }
      #mini-cart #mini-cart-widget .mini_cart_item dl.variation {
        border-left: none;
        padding-left: 0; }
        #mini-cart #mini-cart-widget .mini_cart_item dl.variation dd {
          margin-bottom: 0; }
    #mini-cart #mini-cart-widget .blockUI.blockOverlay {
      background-color: white !important;
      border-radius: 4px; }

@media (max-width: 899px) {
  .mini-cart {
    margin: 0 !important; }
  #mini-cart {
    float: left;
    margin: 0;
    line-height: initial;
    height: initial; }
    #mini-cart:hover > #mini-cart-widget {
      display: none; }
    #mini-cart #mini-cart-link {
      padding-right: 0; }
      #mini-cart #mini-cart-link .right-icon {
        display: none; } }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#sticky-navigation #shop-search-input-container .wait, #sticky-navigation #shop-search-input-container .fa-search {
  color: darkgray; }

#sticky-navigation #shop-search-input-container .wait {
  display: none;
  float: left;
  margin-top: 0.25rem;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid rgba(0, 0, 0, 0.4);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear; }
  #sticky-navigation #shop-search-input-container .wait, #sticky-navigation #shop-search-input-container .wait:after, #sticky-navigation #shop-search-input-container .wait:before {
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem; }

#search-input:focus {
  outline: none; }

#search-result {
  position: absolute;
  background: white;
  width: 100%;
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 1rem;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  overflow: hidden; }
  #search-result .search-product {
    display: block;
    float: left;
    width: 100%; }
    #search-result .search-product.dop-search-line {
      text-align: center;
      padding: 1rem 0; }
    #search-result .search-product:not(:last-child) {
      border-bottom: 1px solid #ececec; }
    #search-result .search-product:hover, #search-result .search-product.current {
      background-color: whitesmoke; }
    #search-result .search-product .add_to_cart_button.with-factor:hover > span {
      color: white; }
    #search-result .search-product .search-product-link {
      display: block;
      float: left;
      width: 100%;
      color: inherit;
      text-decoration: none;
      padding: 0.5rem 1rem; }
      #search-result .search-product .search-product-link img {
        width: auto;
        height: 3.2rem;
        margin-right: 2rem;
        float: left; }
      #search-result .search-product .search-product-link .title {
        margin-right: 2rem;
        max-width: 70%;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        #search-result .search-product .search-product-link .title br {
          display: none; }
        #search-result .search-product .search-product-link .title .select {
          background-color: #ffda99; }
      #search-result .search-product .search-product-link .price {
        float: right; }
      #search-result .search-product .search-product-link .title, #search-result .search-product .search-product-link .price {
        line-height: 3.2rem; }
      #search-result .search-product .search-product-link .sku {
        color: grey;
        font-style: italic;
        font-size: 1.4rem; }
      #search-result .search-product .search-product-link.with-button {
        width: calc(100% - 16rem); }
    #search-result .search-product .search-product-button, #search-result .search-product .quantity-container {
      width: 15rem;
      margin: 0.6rem 1rem 0.6rem 0; }
    #search-result .search-product .search-product-button.with-factor {
      font-size: 2rem;
      line-height: unset;
      padding: 0 7px; }

@media (max-width: 899px) {
  #search-result .search-product .search-product-link {
    display: block;
    float: left;
    width: 100%;
    position: relative; }
    #search-result .search-product .search-product-link.with-button {
      width: 100%; }
    #search-result .search-product .search-product-link img {
      position: absolute;
      top: 1rem;
      left: 1rem; }
    #search-result .search-product .search-product-link .title {
      max-width: 100%;
      padding-left: 6.2rem;
      text-transform: none;
      white-space: normal;
      display: block;
      float: left;
      width: 100%; }
    #search-result .search-product .search-product-link .price, #search-result .search-product .search-product-link .sku {
      display: none; }
  #search-result .search-product .search-product-button, #search-result .search-product .quantity-container {
    display: none; } }

html {
  font-size: 10px;
  font-family: 'Schlange', 'PT Sans', 'Helvetica', 'Arial', 'sans-serif';
  padding: 0;
  margin: 0; }

body {
  font-size: 1.5rem;
  font-family: 'Schlange', 'PT Sans', 'Helvetica', 'Arial', 'sans-serif';
  padding: 0;
  margin: 0;
  overflow-x: hidden; }
  body .shop-navigation a {
    color: black;
    text-decoration: none; }
    body .shop-navigation a:visited {
      color: black; }
  body a.blue-link {
    color: #008DF4; }
    body a.blue-link:visited {
      color: #008DF4; }
  body a.with-underline {
    border-bottom: 1px solid; }
  body header a span {
    color: inherit;
    border: none !important; }
  body header a.blue-link span {
    border-color: #008DF4; }
  body header #exit-link {
    color: black; }

.bg-grey {
  background: #F2F2F2; }

.container, #singular {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.8rem;
  box-sizing: border-box; }

.site-title {
  text-transform: unset;
  letter-spacing: normal;
  font-weight: 300;
  font-size: calc(2.7rem + 2vw);
  line-height: 5rem;
  padding: 3rem 0 7rem;
  margin: 0; }
  @media screen and (max-width: 740px) {
    .site-title {
      padding: 2rem 0 4rem; } }

#header #auth-container #account-name {
  font-weight: 300; }

#account-container #discount-info {
  margin-right: 2rem; }

#header {
  padding: 0;
  z-index: 999999; }
  @media screen and (min-width: 899px) {
    #header {
      position: sticky;
      top: 0;
      z-index: 999999;
      border-bottom: none; } }
  #header #contacts .email {
    display: none !important; }
  #header .top-row, #header .bottom-row {
    padding: .5rem 0;
    min-height: 3.5rem;
    box-sizing: border-box; }
  #header .account-info {
    justify-content: flex-end; }
  #header #country-select {
    float: left; }
    #header #country-select #countries {
      display: none;
      top: -1.2rem;
      color: black; }
    #header #country-select #current-country:after {
      color: #fff; }
  #header #city-definition {
    float: left;
    cursor: pointer;
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-right: 15px; }
    #header #city-definition:after {
      padding-left: 0.3rem;
      color: #fff;
      position: absolute;
      right: 0;
      bottom: 2px; }
  #header .contact-link {
    margin-right: 2rem; }
  #header #branding {
    margin: 0 2rem 0 0; }
    @media screen and (max-width: 900px) {
      #header #branding {
        top: 0; } }
  #header #menu-primary {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 240px; }
    #header #menu-primary .menu-item {
      position: relative;
      cursor: pointer;
      padding: 0;
      display: none; }
      #header #menu-primary .menu-item:hover .link_top-menu {
        background: #fff;
        color: #FF903A !important;
        box-shadow: 0 0.5rem 3.5rem rgba(0, 0, 0, 0.1);
        font-weight: 600; }
      @media screen and (min-width: 1000px) {
        #header #menu-primary .menu-item:nth-child(-n+5) {
          display: inline-block; } }
      @media screen and (min-width: 1218px) {
        #header #menu-primary .menu-item {
          display: inline-block; } }

#auth-container #auth-link {
  color: #000 !important; }
  #auth-container #auth-link:after {
    display: none; }

.shop-navigation #menu-categories {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: unset;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  position: relative;
  max-width: 100%; }
  @media screen and (max-width: 970px) {
    .shop-navigation #menu-categories {
      display: none; } }
  .shop-navigation #menu-categories .menu-item {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
    margin: 0;
    margin-right: calc(0.8rem + 0.4vw); }
    .shop-navigation #menu-categories .menu-item:last-of-type {
      margin-right: 0; }
    .shop-navigation #menu-categories .menu-item.current-menu-item a {
      background: transparent; }
    .shop-navigation #menu-categories .menu-item a {
      background: transparent; }
    .shop-navigation #menu-categories .menu-item .shop-navigation-menu-button {
      color: #CB8700;
      border: none; }
    .shop-navigation #menu-categories .menu-item .sub-menu {
      flex-wrap: wrap;
      display: none;
      width: 100%;
      position: absolute;
      left: 0;
      background: white;
      box-shadow: 0 1rem 1rem 1rem white;
      padding-top: 1rem; }
      .shop-navigation #menu-categories .menu-item .sub-menu .menu-item {
        min-width: 180px;
        margin: 0.5rem 1rem; }
        .shop-navigation #menu-categories .menu-item .sub-menu .menu-item:first-of-type, .shop-navigation #menu-categories .menu-item .sub-menu .menu-item:last-of-type {
          text-align: center; }
          .shop-navigation #menu-categories .menu-item .sub-menu .menu-item:first-of-type .shop-navigation-menu-button, .shop-navigation #menu-categories .menu-item .sub-menu .menu-item:last-of-type .shop-navigation-menu-button {
            min-width: 100%;
            width: 100%; }
        .shop-navigation #menu-categories .menu-item .sub-menu .menu-item .shop-navigation-menu-button {
          background: #ffeeb6;
          color: #CB8700;
          min-width: 100%;
          width: 100%; }
          .shop-navigation #menu-categories .menu-item .sub-menu .menu-item .shop-navigation-menu-button:hover {
            background: #fde586; }
          .shop-navigation #menu-categories .menu-item .sub-menu .menu-item .shop-navigation-menu-button.current-menu-item {
            color: #FFAF71; }
    .shop-navigation #menu-categories .menu-item.current-menu-item .shop-navigation-menu-button, .shop-navigation #menu-categories .menu-item.current-menu-parent .shop-navigation-menu-button {
      color: white;
      background: #FFAF71; }
    .shop-navigation #menu-categories .menu-item.current-menu-item .sub-menu .current-menu-item .shop-navigation-menu-button, .shop-navigation #menu-categories .menu-item.current-menu-parent .sub-menu .current-menu-item .shop-navigation-menu-button {
      color: white;
      background: #FFAF71; }

.shop-navigation .menu-button .shop-navigation-menu-button {
  color: #CB8700;
  border: none; }

.mdi-chevron-down {
  vertical-align: middle; }

#shop-navigation-categories-old {
  padding: 2rem 0; }

.shop-navigation-dop {
  position: relative; }
  .shop-navigation-dop .change-menu-type {
    position: absolute;
    display: block;
    top: 1.5rem;
    box-sizing: border-box;
    padding: 3rem;
    left: -5.5rem;
    cursor: pointer; }
    .shop-navigation-dop .change-menu-type:before, .shop-navigation-dop .change-menu-type:after {
      content: '';
      position: absolute; }
    .shop-navigation-dop .change-menu-type:before {
      background: #e6e6e6;
      height: 3rem;
      width: 2px;
      top: 1.5rem; }
    .shop-navigation-dop .change-menu-type:after {
      border: 2px solid #e6e6e6;
      border-left: 2px solid transparent;
      border-top: 2px solid transparent;
      height: 1rem;
      width: 1rem;
      top: 3.5rem;
      left: 2.6rem;
      transform: rotate(45deg);
      transition: 0.5s; }
    .shop-navigation-dop .change-menu-type.custom-up-arrow:after {
      top: 1.5rem;
      transform: rotate(-1215deg); }

.shop-navigation-menu-button {
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  padding: 0;
  line-height: 5.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: none;
  color: #CB8700;
  background: #FFDE74;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;
  box-sizing: border-box; }
  .shop-navigation-menu-button:hover {
    color: white !important;
    background: #FFC153; }
  @media screen and (max-width: 1199px) {
    .shop-navigation-menu-button {
      font-size: 1.6rem;
      line-height: 4rem; } }

.shop-navigation-menu-item {
  flex-grow: 1;
  text-align: center; }
  .shop-navigation-menu-item:first-of-type {
    text-align: left; }
    .shop-navigation-menu-item:first-of-type .shop-navigation-menu-button {
      width: 95%; }
  .shop-navigation-menu-item:last-of-type {
    text-align: right; }
    .shop-navigation-menu-item:last-of-type .shop-navigation-menu-button {
      width: 95%; }

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 3rem; }
  @media screen and (max-width: 1200px) {
    .categories-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 900px) {
    .categories-grid {
      grid-template-columns: repeat(2, 1fr); } }
  .categories-grid .category-item {
    background: white;
    position: relative;
    transition: .4s;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .categories-grid .category-item-content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap;
      font-size: 2.6rem;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0;
      text-align: center; }
    .categories-grid .category-item:hover {
      box-shadow: 0 0 5px -2px black; }
    .categories-grid .category-item-image {
      width: 65%;
      max-width: 200px;
      margin-top: 3rem; }
    .categories-grid .category-item-title {
      color: black;
      padding: 0 1rem 2rem; }
      @media screen and (max-width: 900px) {
        .categories-grid .category-item-title {
          font-size: 2rem; } }
      @media screen and (max-width: 500px) {
        .categories-grid .category-item-title {
          font-size: 1.2rem; } }

.branch-info {
  text-align: center; }
  .branch-info-title {
    margin: 0;
    font-size: calc(2.25vw + 3rem);
    font-weight: 300; }
  .branch-info-description {
    font-size: calc(1.2rem + 1vw);
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 3rem; }
    @media screen and (max-width: 700px) {
      .branch-info-description {
        max-width: 100%; } }

.products-loop {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: unset;
  flex-wrap: wrap;
  padding: 3rem 0; }

.products-loop .term-info {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  min-width: 200px;
  padding: 2rem;
  box-sizing: border-box;
  flex-grow: 1; }
  .products-loop .term-info_full-width {
    width: 100%; }
  .products-loop .term-info-title {
    max-width: 70%;
    font-size: calc(2.4rem + 2vw);
    margin-top: 0;
    font-weight: 300;
    text-align: center; }
  .products-loop .term-info-description {
    width: 50%;
    min-width: 200px;
    font-size: 2rem;
    text-align: center; }

.products-loop .loop-product {
  padding: 0 0.8rem;
  box-sizing: border-box;
  margin-bottom: 1.6rem; }
  .products-loop .loop-product .content-wrapper {
    margin-top: 5rem; }
  .products-loop .loop-product .wrapper {
    background: white;
    border-radius: 1rem;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap; }
    .products-loop .loop-product .wrapper .bottom-wrapper {
      position: unset;
      padding: 0; }
      .products-loop .loop-product .wrapper .bottom-wrapper .loop-product-button .in_loop-hide {
        display: none; }
      .products-loop .loop-product .wrapper .bottom-wrapper .loop-product-button .in_loop-upper_case {
        text-transform: uppercase; }
    .products-loop .loop-product .wrapper .woocommerce-loop-product__link {
      flex-grow: 1;
      box-sizing: border-box;
      width: 100%; }
      .products-loop .loop-product .wrapper .woocommerce-loop-product__link .excerpt {
        font-size: 1.8rem; }
        @media screen and (max-width: 700px) {
          .products-loop .loop-product .wrapper .woocommerce-loop-product__link .excerpt {
            padding-top: 1rem; } }
      .products-loop .loop-product .wrapper .woocommerce-loop-product__link .woocommerce-loop-product__title {
        margin: 0;
        font-size: 24px;
        font-weight: 300;
        word-wrap: break-word; }
      .products-loop .loop-product .wrapper .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
        padding: 1rem;
        box-sizing: border-box; }
    .products-loop .loop-product .wrapper .promo {
      position: absolute;
      top: 20px;
      right: 20px; }
      .products-loop .loop-product .wrapper .promo--icon {
        margin-bottom: 5px;
        cursor: help;
        position: relative; }
        .products-loop .loop-product .wrapper .promo--icon--data {
          color: white;
          font-weight: 600;
          position: absolute;
          top: 13px;
          left: 0;
          width: 45px;
          text-align: center;
          font-size: 15px; }
        .products-loop .loop-product .wrapper .promo--icon:hover::after {
          color: black;
          font-weight: normal;
          text-align: left;
          cursor: help;
          content: attr(data-title);
          position: absolute;
          right: 12px;
          top: 35px;
          z-index: 10;
          background: #CCCCCC;
          font-size: 16px;
          line-height: 115%;
          padding: 7px 11px;
          border: none;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
  .products-loop .loop-product .image-wrapper {
    height: 250px;
    width: 250px;
    margin: 30px auto 0; }
    .products-loop .loop-product .image-wrapper img {
      padding: 1rem;
      max-width: 100%;
      height: auto;
      width: auto;
      max-height: 100%; }

.loop-product {
  text-align: left !important; }
  .loop-product .loop-product-buttons {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: unset;
    flex-wrap: nowrap;
    width: 100%; }
    .loop-product .loop-product-buttons .loop-product-button {
      line-height: 2rem;
      min-height: 4rem;
      min-width: 100px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: unset;
      flex-wrap: wrap;
      flex-grow: 1; }
      .loop-product .loop-product-buttons .loop-product-button > * {
        min-height: 50%; }
      @media screen and (min-width: 1010px) {
        .loop-product .loop-product-buttons .loop-product-button {
          width: 100%;
          position: relative; } }
      .loop-product .loop-product-buttons .loop-product-button .add-to-cart-button {
        width: 100%;
        font-size: 18px;
        display: inline-block;
        height: unset;
        border: none; }
        @media screen and (max-width: 1110px) {
          .loop-product .loop-product-buttons .loop-product-button .add-to-cart-button {
            font-size: 18px; } }
        @media screen and (max-width: 1010px) {
          .loop-product .loop-product-buttons .loop-product-button .add-to-cart-button {
            font-size: 2rem; } }
        @media screen and (min-width: 1010px) {
          .loop-product .loop-product-buttons .loop-product-button .add-to-cart-button {
            -webkit-border-radius: 0 0 0 1rem;
            -moz-border-radius: 0 0 0 1rem;
            border-radius: 0 0 0 1rem;
            text-align: center;
            padding-right: 5rem; } }
      .loop-product .loop-product-buttons .loop-product-button .add_to_cart_button.with-factor {
        background: #FFDE74;
        color: #CB8700; }
      .loop-product .loop-product-buttons .loop-product-button .quantity-controls {
        width: 100%;
        background: #FFDE74;
        border-bottom-left-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: unset;
        flex-wrap: nowrap;
        box-shadow: 0 0 0 1px #FFDE74; }
        @media screen and (min-width: 1010px) {
          .loop-product .loop-product-buttons .loop-product-button .quantity-controls {
            position: absolute;
            right: 0;
            width: 5.5rem;
            height: 100%; } }
        .loop-product .loop-product-buttons .loop-product-button .quantity-controls button {
          flex-grow: 7;
          background: transparent;
          color: #CB8700;
          border: none;
          font-size: 2rem;
          font-weight: 600;
          cursor: pointer;
          padding: 0;
          outline: none; }
          .loop-product .loop-product-buttons .loop-product-button .quantity-controls button:focus, .loop-product .loop-product-buttons .loop-product-button .quantity-controls button:active {
            outline: none; }
          @media screen and (min-width: 1010px) {
            .loop-product .loop-product-buttons .loop-product-button .quantity-controls button {
              position: absolute;
              text-align: center;
              width: 2.2rem;
              height: 2rem;
              right: 0;
              line-height: 1rem;
              border: 1px solid #f8de74; }
              .loop-product .loop-product-buttons .loop-product-button .quantity-controls button[data-operation="minus"] {
                bottom: 0;
                background: white;
                border-bottom: none; } }
        .loop-product .loop-product-buttons .loop-product-button .quantity-controls input {
          flex-grow: 10;
          width: 0;
          text-align: center;
          border: none;
          outline: none;
          font-size: 2rem;
          line-height: 3rem;
          font-weight: 600;
          -webkit-border-radius: 0 0 0.5rem 0.5rem;
          -moz-border-radius: 0 0 0.5rem 0.5rem;
          border-radius: 0 0 0.5rem 0.5rem;
          font-family: 'Schlange', 'PT Sans', 'Helvetica', 'Arial', 'sans-serif'; }
          .loop-product .loop-product-buttons .loop-product-button .quantity-controls input:focus, .loop-product .loop-product-buttons .loop-product-button .quantity-controls input:active {
            outline: none; }
          @media screen and (min-width: 1010px) {
            .loop-product .loop-product-buttons .loop-product-button .quantity-controls input {
              margin-right: 2.2rem;
              border-radius: 100% 0 0 100%;
              height: 100%; } }
    .loop-product .loop-product-buttons .add-to-cart-button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0;
      margin: 0;
      flex-grow: 1;
      z-index: 2; }
      @media screen and (min-width: 1010px) {
        .loop-product .loop-product-buttons .add-to-cart-button {
          border-bottom-left-radius: 1rem; } }
    .loop-product .loop-product-buttons .add-to-wishlist-button, .loop-product .loop-product-buttons .remove-from-wishlist-button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      font-size: 18px;
      margin: 0;
      flex-grow: 1;
      white-space: nowrap;
      padding: 0 1rem;
      color: black;
      width: 100%; }
      @media screen and (min-width: 1010px) {
        .loop-product .loop-product-buttons .add-to-wishlist-button, .loop-product .loop-product-buttons .remove-from-wishlist-button {
          font-size: 18px; } }
    .loop-product .loop-product-buttons .wishlist_and_reviews {
      align-items: stretch;
      z-index: 1; }
      .loop-product .loop-product-buttons .wishlist_and_reviews .bottom-wrapper--reviews {
        font-size: 18px;
        cursor: default;
        white-space: nowrap;
        line-height: 40px;
        width: 100%;
        text-align: center; }
      .loop-product .loop-product-buttons .wishlist_and_reviews > * {
        height: 50%; }
    .loop-product .loop-product-buttons .loop-product-button.product-out-of-stock,
    .loop-product .loop-product-buttons .loop-product-button.product-out-of-sale {
      background-color: white;
      z-index: 2; }

.product-info .bottom-wrapper .product-prices {
  padding: 0 2rem 0 0; }
  .product-info .bottom-wrapper .product-prices .price {
    font-size: 4rem;
    line-height: 4.2rem; }

.product-info .bottom-wrapper .product-points {
  padding: .5rem 0 1rem;
  align-self: flex-start; }

.product-breadcrumbs {
  line-height: 3rem;
  font-size: 1.6rem;
  color: #b1b1b1;
  margin: -2rem 0 0; }
  @media screen and (max-width: 990px) {
    .product-breadcrumbs {
      text-align: center; } }
  .product-breadcrumbs_link, .product-breadcrumbs_link:visited {
    color: #b1b1b1;
    border-bottom: 1px solid;
    margin-right: 0.5rem; }
  .product-breadcrumbs_separator {
    margin-right: 1rem; }

.bottom-wrapper {
  padding: 0;
  display: flex;
  justify-content: unset;
  align-items: stretch;
  flex-direction: unset;
  flex-wrap: wrap; }
  .bottom-wrapper .product-prices {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap; }
    .bottom-wrapper .product-prices .price {
      font-size: 24px;
      line-height: 28px;
      float: unset;
      cursor: default; }
      .bottom-wrapper .product-prices .price * {
        font-size: 24px;
        line-height: 28px;
        font-weight: 600; }
    .bottom-wrapper .product-prices .old-price {
      margin: 0;
      text-align: left;
      font-size: 16px;
      line-height: 19px;
      font-weight: 600;
      float: unset;
      text-decoration: line-through;
      text-decoration-color: #e17188;
      color: #000;
      cursor: default; }
      .bottom-wrapper .product-prices .old-price .discount {
        background-color: #FE9949;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        padding: 2px 5px;
        color: white;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
        position: relative;
        bottom: 1px; }
    .bottom-wrapper .product-prices .product-points {
      text-align: left; }
      @media screen and (max-width: 1199px) {
        .bottom-wrapper .product-prices .product-points {
          display: none; } }
      @media screen and (max-width: 600px) {
        .bottom-wrapper .product-prices .product-points {
          display: block;
          text-align: right; } }
  .bottom-wrapper .product-points {
    font-size: 1.8rem;
    font-weight: 300;
    padding: 1.5rem 1.5rem 1rem 0;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: right;
    align-self: flex-end;
    color: black;
    cursor: default; }
    .bottom-wrapper .product-points .img-points {
      display: inline-block; }
  .bottom-wrapper .product-variations-block {
    flex-grow: 1; }
    .bottom-wrapper .product-variations-block .product-points {
      text-align: left;
      flex-grow: 1.6; }
    @media screen and (min-width: 1200px) {
      .bottom-wrapper .product-variations-block {
        display: none; } }
    @media screen and (max-width: 600px) {
      .bottom-wrapper .product-variations-block {
        order: -1;
        width: 100%;
        margin: 1rem 0; }
        .bottom-wrapper .product-variations-block .product-points {
          display: none; } }
  .bottom-wrapper .product-dop-variations-block {
    width: 100%;
    flex-grow: 2; }
    @media screen and (max-width: 1199px) {
      .bottom-wrapper .product-dop-variations-block {
        display: none; } }
  .bottom-wrapper .loop-product-buttons.single-product-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: unset;
    flex-wrap: wrap;
    width: 75%; }
    .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: unset;
      flex-wrap: wrap;
      flex-grow: unset;
      max-width: 180px;
      min-width: 130px;
      width: calc(50% - 1rem);
      position: relative;
      margin: 0.8rem 2rem 1rem 0; }
      @media screen and (max-width: 1199px) {
        .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button {
          min-height: 7rem; } }
      @media screen and (min-width: 1200px) {
        .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button {
          align-items: flex-start; }
          .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button.add-to-wishlist-button {
            height: 4.4rem;
            line-height: 4.4rem; } }
      .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .add-to-cart-button {
        width: 100%;
        display: inline-block;
        height: unset;
        border: none;
        -webkit-border-radius: 1rem 1rem 0 0;
        -moz-border-radius: 1rem 1rem 0 0;
        border-radius: 1rem 1rem 0 0; }
        @media screen and (min-width: 1200px) {
          .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .add-to-cart-button {
            padding-right: 7rem;
            border-radius: 1rem;
            line-height: 4.4rem;
            height: 4.4rem; } }
        .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .add-to-cart-button.with-factor {
          background: #FFDE74;
          color: #CB8700; }
      .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls {
        width: 100%;
        background: #FFDE74;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: unset;
        flex-wrap: nowrap;
        box-shadow: 0 0 0 1px #FFDE74;
        -webkit-border-radius: 0 0 1rem 1rem;
        -moz-border-radius: 0 0 1rem 1rem;
        border-radius: 0 0 1rem 1rem; }
        @media screen and (min-width: 1200px) {
          .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls {
            position: absolute;
            width: 7rem;
            height: 4.4rem;
            right: 0;
            border-radius: 0 1rem 1rem 0;
            overflow: hidden; } }
        .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls button {
          flex-grow: 7;
          background: transparent;
          color: #CB8700;
          border: none;
          font-size: 2rem;
          font-weight: 600;
          cursor: pointer;
          padding: 0;
          outline: none; }
          @media screen and (min-width: 1200px) {
            .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls button {
              position: absolute;
              right: 0;
              width: 2.9rem;
              height: 2rem;
              line-height: 2rem; }
              .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls button[data-operation="minus"] {
                bottom: 0;
                background: white;
                border-bottom: none; } }
          .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls button:focus, .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls button:active {
            outline: none; }
        .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls input {
          flex-grow: 10;
          width: 0;
          text-align: center;
          border: none;
          outline: none;
          font-size: 2rem;
          line-height: 3rem;
          font-weight: 600;
          -webkit-border-radius: 0 0 0.5rem 0.5rem;
          -moz-border-radius: 0 0 0.5rem 0.5rem;
          border-radius: 0 0 0.5rem 0.5rem;
          font-family: 'Schlange', 'PT Sans', 'Helvetica', 'Arial', 'sans-serif'; }
          @media screen and (min-width: 1200px) {
            .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls input {
              margin-right: 3rem;
              border-radius: 100% 0 0 100%; } }
          .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls input:focus, .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button .quantity-controls input:active {
            outline: none; }
    .bottom-wrapper .loop-product-buttons.single-product-buttons .add-to-cart-button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0;
      margin: 0;
      flex-grow: 1;
      border-bottom-left-radius: 1rem; }
    .bottom-wrapper .loop-product-buttons.single-product-buttons .add-to-wishlist-button, .bottom-wrapper .loop-product-buttons.single-product-buttons .remove-from-wishlist-button {
      margin: 1rem 0;
      border-bottom-right-radius: 1rem;
      white-space: nowrap;
      padding: 0 1rem;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem; }
    @media screen and (max-width: 1199px) {
      .bottom-wrapper .loop-product-buttons.single-product-buttons {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .bottom-wrapper .loop-product-buttons.single-product-buttons {
        justify-content: space-between; } }
    @media screen and (max-width: 420px) {
      .bottom-wrapper .loop-product-buttons.single-product-buttons {
        justify-content: center;
        margin: 0 -1rem;
        width: calc(100% + 2rem); }
        .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button {
          width: calc(50% - 2rem);
          margin: 1rem;
          max-width: unset; } }
    @media screen and (max-width: 370px) {
      .bottom-wrapper .loop-product-buttons.single-product-buttons {
        width: 100%;
        margin: 0; }
        .bottom-wrapper .loop-product-buttons.single-product-buttons .loop-product-button {
          width: 100%;
          margin: 1rem 0; } }

.add-to-cart-button, .add-to-wishlist-button, .product-out-of-stock, .product-out-of-sale, .remove-from-wishlist-button {
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  margin: 0;
  box-shadow: 0 0 0 1px #dddddd; }

.add-to-cart-button, .add-to-wishlist-button {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 0 2rem; }

.remove-from-wishlist-button {
  background: #f6c1c2;
  box-shadow: 0 0 0 1px #f6c1c2; }

.add-to-cart-button {
  font-weight: 600;
  background: #FFDE74;
  box-shadow: 0 0 0 1px #FFDE74;
  color: #CB8700; }
  .add-to-cart-button:visited {
    color: #CB8700; }
  .add-to-cart-button i.cart-icon {
    display: none; }

.add-to-wishlist-button {
  background: white; }

.loop-product-button-replace {
  box-shadow: 0 0 0 1px #e6e6e6;
  -webkit-border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  box-sizing: border-box; }

.product-out-of-sale {
  -webkit-border-radius: 0 0 0 1rem;
  -moz-border-radius: 0 0 0 1rem;
  border-radius: 0 0 0 1rem;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 0 .5rem; }

.product-out-of-stock {
  -webkit-border-radius: 0 0 0 1rem;
  -moz-border-radius: 0 0 0 1rem;
  border-radius: 0 0 0 1rem;
  padding: 0 .5rem; }

.variation-product {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: unset;
  flex-wrap: wrap;
  position: relative; }
  .variation-product .variation-tab {
    width: 100%;
    transition: .5s;
    opacity: 1; }
  .variation-product .variant {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 0.9rem 0 0.7rem; }
  .variation-product .variation-buttons {
    position: absolute;
    top: 280px;
    z-index: 2; }
    .variation-product .variation-buttons .variant-btn {
      font-family: 'Schlange', 'PT Sans', 'Helvetica', 'Arial', 'sans-serif';
      font-weight: 600;
      font-size: 1.4rem;
      padding: .4rem 1rem;
      border: 1px solid #FF994A;
      color: #FF994A;
      background: transparent;
      cursor: pointer; }
      .variation-product .variation-buttons .variant-btn:focus, .variation-product .variation-buttons .variant-btn:active {
        outline: none; }
      .variation-product .variation-buttons .variant-btn.active {
        color: white;
        background: #FF994A; }
      .variation-product .variation-buttons .variant-btn:first-child {
        -webkit-border-radius: 0.5rem 0 0 0.5rem;
        -moz-border-radius: 0.5rem 0 0 0.5rem;
        border-radius: 0.5rem 0 0 0.5rem;
        border-right: none; }
      .variation-product .variation-buttons .variant-btn:last-child {
        -webkit-border-radius: 0 0.5rem 0.5rem 0;
        -moz-border-radius: 0 0.5rem 0.5rem 0;
        border-radius: 0 0.5rem 0.5rem 0;
        border-left: none; }

.variation-links {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: unset;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0.4em 0;
  font-size: 1rem; }
  .variation-links > a {
    display: block;
    font-weight: 600;
    font-size: 1.8em;
    padding: 0.3em 0.9em;
    border: 1px solid #FF994A;
    color: #FF994A;
    background: transparent;
    cursor: pointer; }
    .variation-links > a:focus, .variation-links > a:active, .variation-links > a:visited {
      outline: none;
      color: #FF994A; }
    .variation-links > a.active {
      color: white;
      background: #FF994A; }
      .variation-links > a.active:focus, .variation-links > a.active:active, .variation-links > a.active:visited {
        color: white; }
    .variation-links > a:first-child {
      -webkit-border-radius: 0.5rem 0 0 0.5rem;
      -moz-border-radius: 0.5rem 0 0 0.5rem;
      border-radius: 0.5rem 0 0 0.5rem;
      border-right: none; }
    .variation-links > a:last-child {
      -webkit-border-radius: 0 0.5rem 0.5rem 0;
      -moz-border-radius: 0 0.5rem 0.5rem 0;
      border-radius: 0 0.5rem 0.5rem 0;
      border-left: none; }

.simple-button {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  border: 1px solid #e6e6e6;
  padding: 0.8rem 1.8rem;
  background: white;
  cursor: pointer;
  transition: .3s;
  white-space: nowrap;
  color: #000;
  display: inline-block; }
  .simple-button:focus, .simple-button:active {
    outline: none; }
  .simple-button:hover {
    background: #fdfdfd; }
  .simple-button.active {
    background: #FFC153;
    border-color: #FFC153 !important;
    color: white;
    font-weight: 600;
    pointer-events: none;
    cursor: default; }
    .simple-button.active:visited {
      color: white; }

#favorite-products-button-in-info {
  display: none; }
  @media screen and (max-width: 1199px) {
    #favorite-products-button-in-info {
      display: block; } }

.shop-navigation {
  padding: 0; }
  .shop-navigation .shop-navigation-primary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: unset;
    flex-wrap: nowrap; }
    .shop-navigation .shop-navigation-primary #hidden-dop-tablet-menu {
      display: none; }
      @media screen and (max-width: 1199px) {
        .shop-navigation .shop-navigation-primary #hidden-dop-tablet-menu {
          display: block; } }
    @media screen and (max-width: 1199px) {
      .shop-navigation .shop-navigation-primary #internet-shop-menu {
        display: none; } }
    @media screen and (max-width: 1199px) {
      .shop-navigation .shop-navigation-primary #favorite-products-button {
        display: none; } }
    .shop-navigation .shop-navigation-primary .shop-navigation-item {
      margin: 0 1rem 0 0; }
      .shop-navigation .shop-navigation-primary .shop-navigation-item_brand-button {
        background: linear-gradient(180deg, #F7DE8F -70%, #FFC026 75%);
        color: #fff;
        font-weight: 600;
        border: none; }
        @media screen and (max-width: 760px) {
          .shop-navigation .shop-navigation-primary .shop-navigation-item_brand-button {
            display: none; } }
      .shop-navigation .shop-navigation-primary .shop-navigation-item_category-btn {
        background: linear-gradient(180deg, #F7DE8F -70%, #FFC026 75%);
        color: #fff;
        font-weight: 600;
        border: none;
        padding: 1rem 3rem 1rem 1.5rem;
        position: relative; }
        @media screen and (max-width: 1360px) {
          .shop-navigation .shop-navigation-primary .shop-navigation-item_category-btn {
            display: none; } }
        .shop-navigation .shop-navigation-primary .shop-navigation-item_category-btn:before, .shop-navigation .shop-navigation-primary .shop-navigation-item_category-btn:after {
          content: '';
          position: absolute;
          width: 0.8rem;
          height: 0.2rem;
          background: #fff;
          top: 2.2rem;
          transition: 0.2s; }
        .shop-navigation .shop-navigation-primary .shop-navigation-item_category-btn:before {
          right: 1.6rem;
          transform: rotate(45deg); }
        .shop-navigation .shop-navigation-primary .shop-navigation-item_category-btn:after {
          right: 1.18rem;
          transform: rotate(-45deg); }
        .shop-navigation .shop-navigation-primary .shop-navigation-item_category-btn-expanded:before {
          transform: rotate(-45deg); }
        .shop-navigation .shop-navigation-primary .shop-navigation-item_category-btn-expanded:after {
          transform: rotate(45deg); }
  .shop-navigation .shop-navigation-categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: unset;
    flex-wrap: wrap; }
    .shop-navigation .shop-navigation-categories .show-categories-select {
      display: none;
      cursor: pointer;
      background: #f8de74;
      width: 100%;
      margin: 0;
      padding: 1.2rem 2rem;
      color: #cb8602;
      border: none;
      text-align: center;
      font-weight: 600;
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem; }
      .shop-navigation .shop-navigation-categories .show-categories-select .up-down-arrow {
        pointer-events: none;
        position: relative; }
        .shop-navigation .shop-navigation-categories .show-categories-select .up-down-arrow:before, .shop-navigation .shop-navigation-categories .show-categories-select .up-down-arrow:after {
          content: '';
          position: absolute;
          border-right: 1.1rem solid #cb8503;
          right: 0;
          top: calc(50% - 0.9rem);
          width: 2rem;
          height: 0.3rem;
          transform: rotate(-45deg);
          transition: 0.5s; }
        .shop-navigation .shop-navigation-categories .show-categories-select .up-down-arrow:after {
          transform: rotate(225deg); }
      .shop-navigation .shop-navigation-categories .show-categories-select.expand .up-down-arrow:before, .shop-navigation .shop-navigation-categories .show-categories-select.expand .up-down-arrow:after {
        top: calc(50% - 1.4rem); }
      .shop-navigation .shop-navigation-categories .show-categories-select.expand .up-down-arrow:before {
        transform: rotate(45deg); }
      .shop-navigation .shop-navigation-categories .show-categories-select.expand .up-down-arrow:after {
        transform: rotate(135deg); }
      @media screen and (max-width: 970px) {
        .shop-navigation .shop-navigation-categories .show-categories-select {
          display: block; }
          .shop-navigation .shop-navigation-categories .show-categories-select.expand {
            -webkit-border-radius: 1rem 1rem 0 0;
            -moz-border-radius: 1rem 1rem 0 0;
            border-radius: 1rem 1rem 0 0;
            margin-bottom: 0; }
            .shop-navigation .shop-navigation-categories .show-categories-select.expand + #menu-categories {
              display: block;
              margin-bottom: 2rem; }
              .shop-navigation .shop-navigation-categories .show-categories-select.expand + #menu-categories .menu-item {
                width: 100%;
                margin: 0;
                text-align: center; }
                .shop-navigation .shop-navigation-categories .show-categories-select.expand + #menu-categories .menu-item .shop-navigation-menu-button {
                  height: 100%;
                  display: block;
                  width: 100% !important;
                  border-top: 1px solid #edc95d;
                  padding: .5rem 0;
                  line-height: 3.6rem;
                  -webkit-border-radius: 0;
                  -moz-border-radius: 0;
                  border-radius: 0; }
                .shop-navigation .shop-navigation-categories .show-categories-select.expand + #menu-categories .menu-item:last-of-type .shop-navigation-menu-button {
                  -webkit-border-radius: 0 0 1rem 1rem;
                  -moz-border-radius: 0 0 1rem 1rem;
                  border-radius: 0 0 1rem 1rem; } }
  .shop-navigation .cooperative-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    flex-wrap: nowrap; }
    .shop-navigation .cooperative-items .cooperative-item {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border-right: none; }
      .shop-navigation .cooperative-items .cooperative-item:first-child {
        -webkit-border-radius: 1rem 0 0 1rem;
        -moz-border-radius: 1rem 0 0 1rem;
        border-radius: 1rem 0 0 1rem; }
      .shop-navigation .cooperative-items .cooperative-item:last-child {
        border-right: 1px solid #e6e6e6;
        -webkit-border-radius: 0 1rem 1rem 0;
        -moz-border-radius: 0 1rem 1rem 0;
        border-radius: 0 1rem 1rem 0; }
  .shop-navigation .search-block {
    flex-grow: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    flex-wrap: nowrap; }
    .shop-navigation .search-block .mdi-magnify {
      position: absolute;
      padding-left: 1.8rem;
      font-size: 2rem; }
    .shop-navigation .search-block .search-input {
      flex-grow: 2;
      border: 1px solid #e6e6e6 !important;
      border-right: none !important;
      padding: 0.8rem 2rem 0.8rem 5rem;
      line-height: 2.5rem;
      font-size: 1.6rem !important;
      font-family: 'Schlange', 'PT Sans', 'Helvetica', 'Arial', 'sans-serif';
      float: unset !important;
      width: 100% !important; }
      .shop-navigation .search-block .search-input:active, .shop-navigation .search-block .search-input:focus {
        outline: none; }
      @media screen and (max-width: 650px) {
        .shop-navigation .search-block .search-input {
          border: 1px solid #e6e6e6 !important;
          -webkit-border-radius: 1rem !important;
          -moz-border-radius: 1rem !important;
          border-radius: 1rem !important; } }
    @media screen and (max-width: 650px) {
      .shop-navigation .search-block .search-block-button {
        display: none; } }

#sticky-navigation {
  background-color: white;
  border: none;
  padding: 0;
  margin: 0;
  position: unset; }
  @media screen and (max-width: 900px) {
    #sticky-navigation {
      margin-top: 2rem; } }
  #sticky-navigation #menu-about li a {
    padding: 0 0.5rem; }
  #sticky-navigation #menu-categories li a {
    padding: 0; }
  #sticky-navigation #shop-search-input-container {
    position: static;
    too: unset;
    left: unset;
    right: unset;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    all: unset;
    flex-grow: 2;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-direction: unset;
    flex-wrap: nowrap;
    margin: 0 1rem 0 0; }
    @media screen and (max-width: 650px) {
      #sticky-navigation #shop-search-input-container {
        justify-content: flex-start; } }
  #sticky-navigation .shop-navigation-dropdown {
    background: white;
    box-shadow: 0 1rem 1rem 0 white;
    -webkit-box-shadow: 0 1rem 1rem 0 white; }
    #sticky-navigation .shop-navigation-dropdown .slick-next:before, #sticky-navigation .shop-navigation-dropdown .slick-prev:before {
      color: #000; }
    #sticky-navigation .shop-navigation-dropdown .shop-navigation-term-name {
      line-height: 3.2rem; }

.products-carousel {
  float: unset; }
  .products-carousel .el-panel {
    padding: 3rem 0 0 0;
    margin: 0 !important; }
    .products-carousel .el-panel .el-controls {
      display: inline-block;
      font-size: 0;
      vertical-align: bottom;
      padding-left: 2rem; }
      .products-carousel .el-panel .el-controls .el-prev, .products-carousel .el-panel .el-controls .el-next {
        text-align: center;
        line-height: 3.6rem;
        display: inline-block;
        float: left;
        width: 4rem;
        border: 1px solid #dddddd;
        font-size: 3rem;
        color: darkgray;
        cursor: pointer; }
      .products-carousel .el-panel .el-controls .el-prev {
        -webkit-border-radius: 0.5rem 0 0 0.5rem;
        -moz-border-radius: 0.5rem 0 0 0.5rem;
        border-radius: 0.5rem 0 0 0.5rem; }
      .products-carousel .el-panel .el-controls .el-next {
        border-left: none;
        -webkit-border-radius: 0 0.5rem 0.5rem 0;
        -moz-border-radius: 0 0.5rem 0.5rem 0;
        border-radius: 0 0.5rem 0.5rem 0; }
    .products-carousel .el-panel .el-title {
      display: inline-block;
      font-size: 3.4rem;
      font-weight: 300;
      margin: 0;
      padding-left: 1rem; }

.gift-btn-block {
  width: 100%;
  padding: 1rem;
  font-size: 18px;
  text-align: center;
  cursor: default; }
  .gift-btn-block .gift-btn {
    vertical-align: -18px; }

.product-tabs {
  background: #FFD650;
  padding-bottom: 3rem; }
  .product-tabs .product-tabs-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    flex-wrap: wrap;
    padding: 3rem 0 1rem;
    margin: 0;
    list-style: none; }
    .product-tabs .product-tabs-list:before {
      border: none; }
    .product-tabs .product-tabs-list .product-tab-title {
      margin: 1rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      border-radius: 0.5rem;
      padding: 0.6rem 2rem;
      font-size: 1.6rem;
      background: rgba(100, 75, 0, 0.1);
      cursor: pointer;
      text-align: center; }
      .product-tabs .product-tabs-list .product-tab-title.active {
        background: white; }
      .product-tabs .product-tabs-list .product-tab-title:last-child {
        margin-right: 0; }
      @media screen and (max-width: 600px) {
        .product-tabs .product-tabs-list .product-tab-title {
          flex-grow: 1; }
          .product-tabs .product-tabs-list .product-tab-title:last-child {
            margin-right: 1rem; } }
  .product-tabs .product-tab-content {
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: 1s;
    background: transparent;
    border-radius: 1rem; }
    .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews {
      background: white;
      max-width: 960px;
      margin: 0 auto; }
      .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews .comments-wrapper {
        display: none; }
      .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews .with-wrapper #comments {
        max-height: 150vh;
        overflow: hidden;
        position: relative; }
        .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews .with-wrapper #comments:after {
          content: '';
          position: absolute;
          bottom: -5rem;
          height: 5rem;
          width: 100%;
          left: 0;
          background: white;
          box-shadow: 0 -4rem 4rem 4rem white; }
      .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews .with-wrapper .comments-wrapper {
        margin: 0 auto;
        display: block;
        position: relative;
        top: -4rem; }
      .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews .woocommerce-product-rating {
        padding-top: 2rem; }
      .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews .must-log-in {
        padding-bottom: 3rem; }
      .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews #add-review-button {
        float: right;
        margin: 2rem; }
      .product-tabs .product-tab-content.woocommerce-Tabs-panel--reviews #review_form_wrapper {
        display: none; }
    .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic {
      background: white;
      max-width: 960px;
      margin: 0 auto; }
      .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic .characteristic {
        padding: 4rem; }
        .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic .characteristic--item {
          font-size: 16px;
          line-height: 19px;
          margin-bottom: 12px;
          cursor: default;
          display: flex;
          justify-content: flex-start;
          align-items: start;
          flex-direction: unset;
          flex-wrap: nowrap; }
          .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic .characteristic--item--partleft {
            color: #878787;
            flex-basis: 170px;
            flex-shrink: 0; }
          .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic .characteristic--item--partright a, .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic .characteristic--item--partright a:visited {
            color: #008DF4;
            border: none; }
        .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic .characteristic--item:nth-last-child(1) {
          margin-bottom: 0; }
        .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic .characteristic .active_components {
          color: #008DF4; }
        @media screen and (max-width: 899px) {
          .product-tabs .product-tab-content.woocommerce-Tabs-panel--characteristic .characteristic {
            padding: 2rem; } }
    .product-tabs .product-tab-content.active {
      opacity: 1;
      height: auto; }
    .product-tabs .product-tab-content .file-link-shortcode {
      float: unset;
      min-height: 4rem; }

.product-tab-content .components {
  display: none; }

#menu-item-435009 span:after {
  content: "\F238";
  display: inline-block;
  font: normal normal normal 16px/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 0;
  position: relative;
  top: 0.5rem; }

.components {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  flex-wrap: wrap; }
  .components .component {
    margin: 1rem;
    text-align: center; }
    .components .component .thumbnail {
      width: 6.7rem;
      height: 7.5rem;
      position: relative;
      margin: 0 auto 1rem; }
      .components .component .thumbnail .mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIkAAACWCAYAAADqpKuHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAhdEVYdENyZWF0aW9uIFRpbWUAMjAxNzowODowOSAxMTowMTo1MixyiPUAAAk7SURBVHhe7Z1brFxVHcY7Y1uiBinSWtQnFKG3WKlRtDGRGAIqahC1aiS+yaVEE7WlVWwb2kbDxTegnBqfBDUkRKOgCFWfaPBFo9wKrT4oVbCUc1qN2suZ4+9be60TTmfObS579uX7JR//NWtm9l57/T/2+s+efaaNFiyoJ0+j/ej36I/oCBprNBrHJiYmzqG9BC1Da9E6tB6tRrWjwYRMxHbl4VAPYYL7iQ8QD6iPOOv/JLy+GeNKXv8Z4rXEt4cna0AtTMIhPkPYSWIfJI4Tuz5mttUgLCR+mriNba0MT1SYSpuEQztKuJVEjqCTWW//YPuL0fU0d7D987Le6lFJk3BIpwj3oJ3NZvOV0DlAKOtkkG1oI2ZZFDorROVMwuE8TNhCsp5FuRXl7LeJVtC8nf1elfVWg8qYhMNQ3bGZBD2SpznOJJrlwzTvYByrst5yU3qTMHzVHbtIyB7U97qjWxiX6pWNNL/FuEpdr5TWJAz7NEF1x27qDl3jKCTUK7rWonrlRsyyMHSWjFKahCE/QtjEpOdad3QL49USpI/KdzJeLUWlolQmYai6AHYzE/1wGcxxJtEsKmpvY/ylub5SCpMwxFHCTrSHpeVE6CwxLEFnEVSvbMcsuvxfaAptEoamumME6XrHP0NnhYj1yg50PWYpbL1SWJMwrEcJ+kj7VBmXlrnCcWoJWkNT11euzHqLReFMwnCeJ6ju+HmVzXEm0Swfp6l65eKstxgUxiQMY4ywG91VhbqjW2K98mV0C2YpRL0ydJOw+3HCXiZE39K+mPUazLKcoHrlOublNaFzSAzVJOx6H0HXO55EtVla5grzk+qV7zI/l2e9+TMUk7DLg4StHPhPbY7ZiWa5muZ3mK+Lst4ckUlyZIzT6Gb02rh7Mw80b3H+dItlbuRiEg7qNBqheX48XtMDzOVyzafmNZvhwTJwk3Agv0HraIb7RE1/0Hwyr5egX4eJHiADMwmDP4Q+RdPmGCCaX82z5jtM/ADou0kYrNbLrUTXHTmi+Y7z3vd6pW8mYXDj6HvoLXHcZgho/tFe5SOmpmf6YhIG9FvCu5GXlgKgPCgfMS8905NJGMRf0AaaNkcBUV6UH/TnkLAu6cok7PQY+ibN18XxmAKjPJGvW9DxkMB5Mi+TsBPVHd9Hb437NyWCvKleUf7mVa/M2SRs+HfoUppeWkqM8kce34ueCImdA7OahI2dIGxFpbzT23RG+SS330D/U55nYkaTsIGXCB+I2zUVhPxeTp5HQ8KnYVqT8EZdMS3UHVJmMJDnteivMfVtdDQJb3gRvSNuw9QA5Vt5jxaYQptJeOG/0fvie02NUN7Rv6IVJulkkmvje0wNIf9fRK1oh8AUk/Dcjwj6JR9TY/DBjzNHZLzaJLprzF/OGZlEF90mr85OmoRO/eW7MQH88O1ojcwkdKSfpTQmgB+WprNJusR+PzqeNY1ZoJ8ufZnww/BAToHLwgNjXoV8wdmkpbXnBR4M9S/ETDHBF/oy8HCT04r+is5/IGXaiH84t081yX4eFOqXBUyheEL3QobfWDdmGp7RmeTvWduYjvxDNYl+F8SY6RhVBetPNmZa8IfvSDTGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY0yFaLVar49NY9rAH2frH48+N3toTDuNRuNcmeSC7KEx7UxMTFygf2F8ZXxsTCdW6UyyHrc0ssfGTIWTyKUqTP7mf4redAJfNPHHYTUmaHww9hszCda4DG+0tNyIz9LhJcdMAU9sYLlppDPJMcI58Tlj5Iul+OK4/BHOJJjlDbS/Ep41BvDDV/HF2elBANeMouWh09Qa7HB+OouISZMInvgBwbVJzcEH92WOyJhiEsELPhdfa2oI+f88akU7BDqZ5Bh6T3yPqRHKu/IfrTBJm0kELzxMeFt8r6kBynfMexsdTSJ4w/PowrgNU2HI8yr0XEx9G9OaRPDGF9D747ZMBSG/H0JHY8o7MqNJBBv4L9pEM12dNRVA+SSvm9F/QqJnYFaTCDY0jvajdXEfpsQoj+hx5TWmeEbmZJIEGz2FRtCb4/5MiSCFukim/J3KMjo35mWSBDvR1dkt6Ky4f1NglKeYr9GYwnnRlUkEO9QSdBBdE8diCojyE/M0p6WlE12bJKGdo33okjguUwBIzbvIyWO9mCPRs0kSDOYkuhe9KY7TDAHNf8zDyZianumbSRIMTvXKJuR6JUc030gfabuqO2ai7yYRDFRL0AH0yXgMZoAw5VfH+e55aenEQEySiGZ5FL0zHo/pI5rXOL8DMUdioCZJcBCqV+5Grlf6APO4LM5n3+qOmcjFJAkO6ij6Gs1F8XjNPGDeFjN/X9c8hgnNiYb+E8eQC+yuRTiIbm42mz8LnWZWMMYnCLehixqNRq7fo+VukkQ0y2NoM2Z5MnSaNjDHGsId6Iq8zZEYmkkS7P4kYS8TcCt6Oes1zMtStIPmdczL4qx3OAzdJAmG8QphFxNyNzqV9dYP5mERuonmNubhjVnvcCmMSQRD0RJ0AG1hCXoodNYIlparCLejFRikMPfvFMokiWiWXyHVK0+HzgqDOVYR7kRXFskciUKaJMHQVK/sQbswy9HQWSEwx3mE7egGzDHUumMmCm2SBEM8QtjNRN6DTme95YXjWYg20lTdsTTrLS6lMIlgmKle2cRZ5Zehs4Rw9vgIQR9pVxZxaelEaUySiGb5BdLFuGdDZwlg3CuQzPHRspgjUTqTJBj2CcIeJnwnGs16iwdnDn2M3YZuZJylvH2itCZJMHzVKzLKvagw9QrjUt1xA83tjGtZ1ltOSm8SwSFoCdJHZX1k1kfnocLZ4wqClpY1GKRUS0snKmGSRDSLLsKpXnkudOYI5riYoIthH6uCORKVMkmCQ1K9cheJ0sfmsax3cLC/JUh1x03sr3K3bVbSJAkO7SWC6pURNJ719g+2r7rjSzR3sP3K/kpUpU0iOLxUr+hb5p8gPe4JttlEun9X39KuZpuVWVo6UXmTJKJZDqH70APd1CxsQ9c6NtD8Arqw6uZI1MYkiWgW8RR6HP0B/YmEH+G5MeIYcQlRdYbuyV2L9Idn69FqxFONGv2u3IIF/wfwxZOn/QbnZQAAAABJRU5ErkJggg==) center center;
        background-size: cover;
        background-repeat: no-repeat; }

.ingredients {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  flex-wrap: wrap;
  text-align: center; }
  .ingredients .ingredient {
    margin: 1rem;
    font-size: 2rem;
    color: black; }

.in-wish-list {
  border: none; }

.add-to-wishlist-button {
  color: black; }
  .add-to-wishlist-button.in-wish-list .mdi-heart {
    color: #fe9949;
    font-size: 34px;
    line-height: 35px;
    vertical-align: bottom; }
  .add-to-wishlist-button .mdi {
    transition: 1s;
    animation: animation-to-wish-list 1s ease-in-out; }

@keyframes animation-to-wish-list {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  to {
    transform: scale(1); } }

figure {
  text-align: center; }

.attachment-shop_single {
  width: auto; }
  @media screen and (max-width: 990px) {
    .attachment-shop_single {
      max-height: 50vh; } }

body.is-distributor .loop-product .wrapper {
  padding-bottom: 0; }

#components h1 {
  font-size: calc(2.8rem + 1vw);
  font-family: 'Schlange', 'PT Sans', 'Helvetica', 'Arial', 'sans-serif'; }

tm-mobile-menu .dop-mobile-menu {
  padding: 0; }
  tm-mobile-menu .dop-mobile-menu .mobile-menu-link {
    display: inline-block;
    line-height: 5rem;
    padding: 0 3rem;
    width: 100%;
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid #eee; }
    tm-mobile-menu .dop-mobile-menu .mobile-menu-link.active {
      background: rgba(250, 220, 115, 0.6); }

tm-mobile-menu #country-select {
  border: none !important;
  padding: 0;
  margin: 2rem 0 1rem; }
  tm-mobile-menu #country-select #current-country {
    line-height: 1.2 !important;
    color: black !important; }
  tm-mobile-menu #country-select #countries {
    background: transparent !important; }

tm-mobile-menu #city-definition {
  border: none;
  margin: 1rem 3rem 3rem;
  padding: 0;
  width: auto; }

tm-mobile-menu #contacts {
  border: none !important;
  padding-top: 4rem; }
  tm-mobile-menu #contacts .phone:before {
    content: none;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    top: -2rem;
    left: 0;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }
  tm-mobile-menu #contacts a:first-child {
    margin-top: 0.5rem;
    position: relative; }
  tm-mobile-menu #contacts .phone {
    color: black !important; }

.expert-comments {
  position: relative; }
  .expert-comments .expert-comment {
    width: 55%;
    margin: 0 auto;
    display: none; }
    @media screen and (max-width: 800px) {
      .expert-comments .expert-comment {
        width: 90%; } }
    .expert-comments .expert-comment:first-of-type {
      display: block; }
    .expert-comments .expert-comment:before, .expert-comments .expert-comment:after {
      font-size: 30rem;
      position: absolute;
      opacity: 0.4;
      line-height: 0;
      top: 30%;
      transition: 1s;
      color: #e6b721;
      font-family: initial; }
    .expert-comments .expert-comment:before {
      content: '\AB';
      left: 8%; }
    .expert-comments .expert-comment:after {
      content: '\BB';
      right: 8%; }
    @media screen and (max-width: 800px) {
      .expert-comments .expert-comment:before, .expert-comments .expert-comment:after {
        display: none; } }
    .expert-comments .expert-comment .photo {
      text-align: center;
      padding-top: 3rem; }
      .expert-comments .expert-comment .photo .img {
        display: inline-block;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100px;
        border-radius: 100%; }
    .expert-comments .expert-comment .info {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap; }
    .expert-comments .expert-comment .name {
      font-weight: bold;
      font-size: 1.6rem; }
    .expert-comments .expert-comment .signature {
      width: 40%;
      font-size: 1.8rem;
      min-width: 250px;
      max-width: 400px; }
    .expert-comments .expert-comment .text {
      text-align: justify;
      font-size: 1.8rem; }

.sidebar-shop-wrapper {
  padding: 0 0.8rem; }

.sidebar-shop {
  margin-top: 3rem;
  background: white;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 2rem; }
  .sidebar-shop .widget_layered_nav_filters .widget-title {
    font-weight: 600; }
  .sidebar-shop .wc-layered-nav-term {
    padding: .5rem 0 .5rem 3rem;
    position: relative;
    list-style: none; }

#reviews {
  padding: 4rem; }
  #reviews .comment {
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 2rem !important;
    margin-bottom: 2rem !important; }
    #reviews .comment:first-of-type {
      border: none !important; }
  #reviews .comment-text .description {
    max-width: unset !important; }
  #reviews .comment-text .meta {
    margin-bottom: 1.6rem !important; }
  #reviews .comment-text p {
    margin: 0 !important; }
  @media screen and (max-width: 899px) {
    #reviews {
      padding: 2rem; } }

.file-link-shortcode .main-link {
  float: unset; }
  .file-link-shortcode .main-link .name {
    float: unset;
    word-break: break-word; }

#singular .content {
  font-family: unset; }

.super-checkbox {
  position: absolute;
  width: 3rem;
  border-radius: 2rem;
  height: 100%;
  top: 0;
  left: 0;
  transition: .5s; }
  .super-checkbox:before, .super-checkbox:after {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 25%; }
  .super-checkbox:before {
    border: 2px solid #d2d2d2;
    border-radius: 0.3rem;
    transform: translate(-50%, 0%); }

.chosen.super-checkbox {
  background: radial-gradient(#fff7d4, transparent 75%); }
  .chosen.super-checkbox:after {
    border: 3px solid #cb8602;
    transform: translate(-30%, -30%) rotate(45deg);
    border-left: none;
    border-top: none;
    width: 0.8rem; }
  .chosen.super-checkbox:before {
    border-color: #f8de74;
    background: #f8de74; }

.not-active {
  opacity: .3; }

.mdi-heart:before, .mdi-heart-outline:before {
  padding-right: .5rem; }

@media screen and (max-width: 1200px) {
  .sidebar-shop {
    background: #f2f2f2;
    padding: 0;
    margin: 0; }
    .sidebar-shop .sidebar-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: unset;
      flex-wrap: wrap;
      height: 40vh;
      overflow: hidden; } }
    @media screen and (max-width: 1200px) and (max-width: 640px) {
      .sidebar-shop .sidebar-container {
        height: 85vh; } }

@media screen and (max-width: 1200px) {
      .sidebar-shop .sidebar-container .widget_layered_nav_filters {
        justify-content: center;
        margin-bottom: 1rem;
        padding: .5rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        background: #f8de74; }
        .sidebar-shop .sidebar-container .widget_layered_nav_filters .widget-title .mdi, .sidebar-shop .sidebar-container .widget_layered_nav_filters .widget-title .fa {
          display: inline-block; }
      .sidebar-shop .sidebar-container .widget_layered_nav {
        height: calc(100% - 7rem);
        padding: 1rem 2rem;
        width: calc(50% - .5rem);
        min-width: 230px;
        background: white;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem;
        position: relative; }
        .sidebar-shop .sidebar-container .widget_layered_nav .wc-layered-nav-list {
          height: calc(100% - 5rem); }
        .sidebar-shop .sidebar-container .widget_layered_nav:after, .sidebar-shop .sidebar-container .widget_layered_nav:before {
          content: '';
          z-index: 1;
          position: absolute;
          width: 100%;
          left: 0;
          height: 2vh;
          background: linear-gradient(#fff, transparent); }
        .sidebar-shop .sidebar-container .widget_layered_nav:after {
          bottom: 0;
          -webkit-border-radius: 1rem;
          -moz-border-radius: 1rem;
          border-radius: 1rem;
          background: linear-gradient(transparent, #fff); }
        .sidebar-shop .sidebar-container .widget_layered_nav:before {
          background: linear-gradient(#fff, transparent);
          top: 5rem; } }
      @media screen and (max-width: 1200px) and (max-width: 640px) {
        .sidebar-shop .sidebar-container .widget_layered_nav {
          height: 35vh;
          width: 100%; } }

.widget_layered_nav_filters {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: unset;
  flex-wrap: nowrap; }
  .widget_layered_nav_filters .widget-title {
    margin-right: 2rem; }
    .widget_layered_nav_filters .widget-title .mdi, .widget_layered_nav_filters .widget-title .fa {
      display: none;
      margin-right: .7rem; }

.filter-term-link {
  color: black; }

.wc-layered-nav-list {
  margin: 0;
  padding: 0; }

.widget_layered_nav .widget-title .mdi, .widget_layered_nav .widget-title .fa {
  display: none; }

.visible-xxs {
  display: none; }

.page-numbers.current {
  background: rgba(250, 220, 115, 0.7); }

.flex-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  flex-wrap: wrap; }

.simple-text-in-block {
  width: 60%;
  min-width: 300px;
  font-size: 1.4em;
  padding: .6em; }

.simple-link-in-text {
  font-weight: 600;
  transition: 0.4s; }
  .simple-link-in-text:hover {
    text-decoration: underline; }

@media (max-width: 550px) {
  .hidden-xxs {
    display: none; }
  .visible-xxs {
    display: block; } }

@media (min-width: 650px) {
  .col-sx-sm-6 {
    width: calc(100% / 2); } }

@media (min-width: 1330px) {
  .col-smd-4 {
    width: calc(100% / 3); } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    max-width: 100vw;
    overflow: hidden; } }

@media (min-width: 900px) {
  .col-sm-4 {
    width: calc(100% / 3); } }

@media (min-width: 1360px) {
  .col-md-4 {
    width: calc(100% / 3); }
  .col-md-3 {
    width: calc(100% / 4); }
  .col-md-2 {
    width: calc(100% / 6); } }

.special-price {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2rem;
  font-size: 2.2rem;
  line-height: 120%;
  max-width: 495px; }
  @media screen and (max-width: 800px) {
    .special-price {
      max-width: unset; } }
  .special-price__icon {
    margin-right: 1rem; }
    @media screen and (max-width: 600px) {
      .special-price__icon {
        display: none; } }
  .special-price__text {
    flex-grow: 1;
    margin-right: 1rem; }
    @media screen and (max-width: 600px) {
      .special-price__text {
        max-width: 60%; } }
  .special-price__price {
    font-weight: 600;
    flex-grow: 1;
    text-align: right; }

.menu-row {
  padding: 1rem 0;
  background: white; }
  .menu-row:last-of-type {
    box-shadow: 0 0.5rem 1rem black;
    padding: 0;
    height: 1px;
    width: 100%;
    position: relative;
    z-index: -1; }
  .menu-row_grey {
    background: #F2F2F2;
    color: #232323;
    padding: 1.4rem 0; }
    @media screen and (max-width: 900px) {
      .menu-row_grey {
        padding: 0; } }
  .menu-row_yellow {
    background: linear-gradient(180deg, #F7DE8F -70%, #FFC026 75%);
    color: #fff;
    font-weight: 600; }
    @media screen and (max-width: 900px) {
      .menu-row_yellow {
        display: none; } }
  .menu-row_section {
    padding: 0 0 2rem; }
  .menu-row_hide-in-desktop {
    background: #fff;
    padding: 0 0 2rem; }
    @media screen and (min-width: 1361px) {
      .menu-row_hide-in-desktop {
        display: none; } }
  .menu-row_main {
    padding: 2rem 0; }
  .menu-row_mobile {
    padding: 1rem 3rem !important;
    border: none !important; }
    .menu-row_mobile:first-of-type {
      padding: 3rem !important; }
    .menu-row_mobile__last {
      padding-bottom: 3rem !important; }

.link_top-menu {
  color: #fff !important;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border: none !important;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  transition: 0.4s; }

.link_white {
  text-decoration: none;
  color: #fff !important; }
  .link_white span {
    border: none !important; }
  .link_white:hover span {
    color: #fff !important; }

.link_black {
  color: #000; }
  .link_black:visited, .link_black:hover {
    color: #000; }

.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap; }
  .flex-row_relative {
    position: relative; }
  .flex-row__el_max {
    flex-grow: 100; }
  @media screen and (max-width: 900px) {
    .flex-row__el_navigation {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .flex-row_header-menu {
      flex-wrap: wrap;
      position: relative; } }

.brand-block {
  background: linear-gradient(180deg, #F7DE8F, #FFC026); }

.brand-button_white {
  padding: 1rem 2rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background: white;
  color: #FF903A;
  box-shadow: 0 0.5rem 3.5rem rgba(0, 0, 0, 0.1);
  font-weight: 600; }

#password_box {
  position: relative; }

.category-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  height: 8rem; }
  .category-block__img-block {
    width: 5rem;
    min-width: 5rem;
    max-width: 5rem;
    margin-right: 2rem;
    position: relative; }
  .category-block__img {
    transition: 0.2s; }
    .category-block__img_hover {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 1;
      transition: 0.2s; }
  .category-block__name {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
    transition: 0.2s;
    color: black;
    padding-top: 1.4rem; }
  .category-block__description {
    height: 0;
    overflow: hidden;
    transition: 0.2s;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #929292; }
  .category-block:hover .category-block__description {
    height: 4.7rem; }
  .category-block:hover .category-block__name {
    color: #FF903A;
    padding-top: 0; }
  .category-block:hover .category-block__img_hover {
    opacity: 1; }

.standart-block_categories {
  padding: 3rem 3rem 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap; }
  .standart-block_categories-in-menu {
    display: none;
    position: absolute;
    height: auto;
    background: #fff;
    top: 100%;
    z-index: -1;
    width: 390px;
    -webkit-border-radius: 0 0 1rem 1rem !important;
    -moz-border-radius: 0 0 1rem 1rem !important;
    border-radius: 0 0 1rem 1rem !important;
    border: none !important;
    box-shadow: 0 0.4rem 0.4rem 0.2rem rgba(0, 0, 0, 0.2); }

.standart-block_benefit {
  transition: 0.2s; }
  .standart-block_benefit:hover {
    color: white;
    font-weight: 600;
    background: linear-gradient(180deg, #FDDC73 0%, #FFBF25 100%); }
    .standart-block_benefit:hover .standart-block__img {
      filter: brightness(100); }

@media screen and (max-width: 1081px) {
  .standart-block_categories {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem 3rem; }
  .category-block {
    height: unset;
    padding: 3rem 0;
    flex-grow: 1;
    min-width: 200px;
    max-width: 285px; }
    .category-block__name {
      padding: 0; }
    .category-block__description {
      height: auto;
      overflow: auto;
      padding-right: 0.5rem; }
    .category-block:hover .category-block__description {
      height: auto; } }

@media screen and (max-width: 1000px) {
  .standart-block_benefit {
    min-width: 190px; } }

@media screen and (max-width: 581px) {
  .category-block {
    padding: 2rem 0; }
    .category-block_all-products {
      display: flex; } }

.auth-form-new .password-control {
  width: 20px !important; }

.navigation-dop-menu {
  font-size: 1.6rem; }
  .navigation-dop-menu .menu-item {
    display: inline-block;
    margin-right: 1rem; }
    .navigation-dop-menu .menu-item.current-menu-item {
      background: #0088E3;
      color: #fff;
      font-weight: 600;
      padding: 0.5rem 1rem;
      border-radius: 0.6rem;
      cursor: default; }
  .navigation-dop-menu .menu {
    display: inline-block; }
  .navigation-dop-menu .title {
    font-size: 2rem;
    display: inline-block;
    margin-right: 2rem;
    text-transform: uppercase; }

.search-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  top: calc(100% - 1rem); }

#wpadminbar {
  z-index: 999999; }

.brand-button_in-hex {
  padding: 0.8rem 1.5rem;
  background: white;
  color: #ffa200;
  font-size: 2rem; }
  .brand-button_in-hex:visited {
    color: #ffa200; }

.brand-button_premain {
  text-transform: uppercase; }
  .brand-button_premain:hover {
    color: #fff; }

.premain {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  color: #000; }
  .premain__hexagons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .premain-hexagon {
    width: 320px;
    position: absolute;
    z-index: 1; }
    .premain-hexagon:nth-of-type(1) {
      z-index: 30; }
    .premain-hexagon:nth-of-type(2) {
      z-index: 20; }
    .premain-hexagon:nth-of-type(3) {
      z-index: 10; }
    .premain-hexagon__clip {
      position: relative;
      visibility: hidden;
      outline: 1px solid transparent;
      opacity: 0;
      left: 45px;
      top: 45px;
      transition: 0.2s; }
      .premain-hexagon__clip:hover, .premain-hexagon__clip:focus, .premain-hexagon__clip:focus-within {
        opacity: 1; }
      .premain-hexagon__clip-in {
        position: absolute;
        width: 96%;
        padding-bottom: 110.851%;
        margin: 0 2%;
        overflow: hidden;
        visibility: hidden;
        outline: 1px solid transparent;
        -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
        -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
        transform: rotate3d(0, 0, 1, -60deg) skewY(30deg); }
      .premain-hexagon__clip-end {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        overflow: hidden;
        background: linear-gradient(180deg, #FDDC73 0%, #FFBF25 100%);
        -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
        -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
        transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
        position: absolute;
        visibility: visible;
        outline: 1px solid transparent; }
    .premain-hexagon__front {
      position: absolute;
      padding-top: 85px;
      padding-bottom: 55px;
      margin: 0 2.4rem;
      color: white;
      font-size: 2.2rem;
      line-height: 1.2;
      font-weight: 600;
      text-align: center;
      cursor: default;
      visibility: visible; }
    .premain-hexagon_1 {
      top: 0;
      left: 58%; }
    .premain-hexagon_2 {
      top: 35%;
      left: 70%;
      width: 340px; }
    .premain-hexagon_3 {
      top: 41%;
      left: 48%;
      width: 340px; }
  .premain__hexagon-img {
    position: absolute; }
    .premain__hexagon-img_1, .premain__hexagon-img_2, .premain__hexagon-img_3, .premain__hexagon-img_4 {
      width: 50px; }
    .premain__hexagon-img_5 {
      width: 65px; }
    .premain__hexagon-img_1, .premain__hexagon-img_3, .premain__hexagon-img_5, .premain__hexagon-img_6 {
      filter: blur(2px); }
    .premain__hexagon-img_1 {
      left: 80%;
      top: 20%; }
    .premain__hexagon-img_2 {
      left: 90%;
      top: 5%; }
    .premain__hexagon-img_3 {
      left: 70%;
      top: 85%; }
    .premain__hexagon-img_4 {
      left: 53%;
      top: 37%; }
    .premain__hexagon-img_5 {
      left: 35%;
      top: 55%; }
    .premain__hexagon-img_6 {
      left: 40%;
      top: 80%; }
    .premain__hexagon-img_7 {
      left: 90%;
      top: 30%; }
  .premain__info {
    padding: 5% 34% 0 3rem;
    z-index: 1;
    position: relative; }
  .premain__title {
    font-size: 60px; }
  .premain__text {
    font-size: 36px;
    line-height: 1.2;
    margin: 2rem 0 5rem; }
  .premain__button {
    margin-top: 2rem; }

.product-content-block {
  box-sizing: border-box;
  color: black;
  cursor: default; }
  .product-content-block * {
    box-sizing: border-box; }
  .product-content-block .product-info {
    padding: 1rem 0 2rem; }
    .product-content-block .product-info .product-title {
      display: block;
      font-weight: 300;
      font-size: 50px;
      margin: 0 0 2rem;
      float: left;
      max-width: calc(100% - 100px); }
      .product-content-block .product-info .product-title--mobile {
        display: none; }
    .product-content-block .product-info .vendor-code {
      text-align: right;
      padding-top: 20px;
      font-size: 14px; }
    @media screen and (max-width: 899px) {
      .product-content-block .product-info .clear {
        display: none; }
      .product-content-block .product-info .product-title {
        display: none; }
        .product-content-block .product-info .product-title--mobile {
          display: block;
          font-size: 30px;
          text-align: center; }
      .product-content-block .product-info .vendor-code {
        float: right;
        margin-top: 13px;
        margin-left: 30px;
        padding-top: 0; } }
    .product-content-block .product-info .control_plate {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-direction: row;
      flex-wrap: nowrap;
      height: 60px;
      max-width: calc(100% - 435px);
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      font-size: 18px;
      color: #878787; }
      .product-content-block .product-info .control_plate > div {
        height: auto;
        padding: 10px;
        flex-grow: 1;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (hover: hover) {
          .product-content-block .product-info .control_plate > div:hover {
            cursor: pointer;
            color: #FE9949; }
            .product-content-block .product-info .control_plate > div:hover .control_plate--add_to_wishlist--heart svg path, .product-content-block .product-info .control_plate > div:hover .control_plate--to_share--lines_and_nodes svg path {
              fill: #FE9949; }
            .product-content-block .product-info .control_plate > div:hover .control_plate--reviews--cloud svg path {
              stroke: #FE9949; }
            .product-content-block .product-info .control_plate > div:hover .tm_to_share_for_product {
              display: flex; }
            .product-content-block .product-info .control_plate > div:hover .control_plate--to_share--text {
              display: none; } }
      .product-content-block .product-info .control_plate--reviews--cloud {
        line-height: 0;
        display: block; }
      .product-content-block .product-info .control_plate--reviews--count {
        display: block;
        position: absolute;
        width: 33px;
        height: 29px;
        text-align: center;
        vertical-align: baseline;
        font-weight: 600;
        font-size: 14px;
        line-height: 29px; }
      .product-content-block .product-info .control_plate--add_to_wishlist--heart {
        line-height: 0;
        display: block; }
      .product-content-block .product-info .control_plate--add_to_wishlist--heart_full {
        line-height: 0;
        display: none; }
      .product-content-block .product-info .control_plate--add_to_wishlist--not-on {
        display: block; }
      .product-content-block .product-info .control_plate--add_to_wishlist--on {
        display: none;
        color: #FE9949; }
      .product-content-block .product-info .control_plate .not-on-wishlist .control_plate--add_to_wishlist--heart {
        display: block; }
      .product-content-block .product-info .control_plate .not-on-wishlist .control_plate--add_to_wishlist--heart_full {
        display: none; }
      .product-content-block .product-info .control_plate .not-on-wishlist .control_plate--add_to_wishlist--not-on {
        display: block; }
      .product-content-block .product-info .control_plate .not-on-wishlist .control_plate--add_to_wishlist--on {
        display: none; }
      .product-content-block .product-info .control_plate .on-wishlist .control_plate--add_to_wishlist--heart {
        display: none; }
      .product-content-block .product-info .control_plate .on-wishlist .control_plate--add_to_wishlist--heart_full {
        display: block; }
      .product-content-block .product-info .control_plate .on-wishlist .control_plate--add_to_wishlist--not-on {
        display: none; }
      .product-content-block .product-info .control_plate .on-wishlist .control_plate--add_to_wishlist--on {
        display: block; }
      .product-content-block .product-info .control_plate--to_share--lines_and_nodes {
        line-height: 0; }
      .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product {
        display: none;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        line-height: 0; }
        .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product div {
          margin-left: 10px;
          display: block;
          font-size: 0;
          cursor: pointer; }
          .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product div:hover {
            cursor: pointer; }
        @media (hover: hover) and (pointer: fine) {
          .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product div.vkontakte {
            filter: grayscale(100%) brightness(146%); }
          .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product div.odnoklassniki {
            filter: grayscale(100%) brightness(107%); } }
        .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product div:hover, .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product div:focus, .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product div:active {
          filter: none; }
      .product-content-block .product-info .control_plate div.control_plate--vertical_bar {
        width: 0;
        height: 40px;
        border: 2px solid #E4E4E4;
        flex-grow: 0;
        padding: 0;
        align-self: center; }
        .product-content-block .product-info .control_plate div.control_plate--vertical_bar:hover {
          cursor: default; }
      @media screen and (max-width: 1281px) {
        .product-content-block .product-info .control_plate {
          max-width: unset; } }
      @media screen and (max-width: 899px) {
        .product-content-block .product-info .control_plate {
          height: 48px;
          font-size: 14px; }
          .product-content-block .product-info .control_plate--reviews--cloud svg {
            width: 30px; }
          .product-content-block .product-info .control_plate--reviews--count {
            width: 30px;
            height: 30px; }
          .product-content-block .product-info .control_plate--add_to_wishlist--heart svg, .product-content-block .product-info .control_plate--add_to_wishlist--heart_full svg {
            width: 27px; }
          .product-content-block .product-info .control_plate--to_share--lines_and_nodes svg {
            width: 25px; }
          .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product svg {
            width: 27px; } }
      @media screen and (max-width: 750px) {
        .product-content-block .product-info .control_plate {
          max-width: 110px; }
          .product-content-block .product-info .control_plate--add_to_wishlist, .product-content-block .product-info .control_plate--to_share,
          .product-content-block .product-info .control_plate div.control_plate--vertical_bar {
            display: none !important; } }
      @media screen and (max-width: 360px) {
        .product-content-block .product-info .control_plate--add_to_wishlist--heart svg, .product-content-block .product-info .control_plate--add_to_wishlist--heart_full svg {
          width: 20px; }
        .product-content-block .product-info .control_plate--to_share--lines_and_nodes svg {
          width: 22px; }
        .product-content-block .product-info .control_plate--to_share .tm_to_share_for_product svg {
          width: 22px; } }
    .product-content-block .product-info .flex_for_desctop {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: unset;
      flex-wrap: nowrap;
      padding-top: 30px; }
      .product-content-block .product-info .flex_for_desctop > .flex_item {
        width: 865px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate {
          display: none; }
      .product-content-block .product-info .flex_for_desctop .main_plate {
        background-color: white;
        max-width: 865px;
        min-height: 300px;
        flex-shrink: 0;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 30px;
        margin: auto auto 58px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: unset;
        flex-wrap: nowrap; }
        .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container, .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 {
          flex-basis: 400px;
          flex-grow: 1; }
        .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-direction: unset;
          flex-wrap: wrap;
          max-width: 400px;
          min-width: 400px; }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .item_gallery, .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .item_gallery {
            padding: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: unset;
            flex-wrap: nowrap;
            display: flex !important; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .item_gallery img, .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .item_gallery video, .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .item_gallery img, .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .item_gallery video {
              height: auto;
              width: auto;
              max-height: 100%;
              max-width: 100%; }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for {
            width: 310px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .slick-list {
              height: 310px !important; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .slick-list .slick-slide {
                width: 310px !important; }
                .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .slick-list .slick-slide .item_gallery {
                  height: 310px; }
                  .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .slick-list .slick-slide .item_gallery img {
                    cursor: pointer; }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav {
            max-width: 77px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list {
              height: 333px !important; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-slide {
                width: 77px !important;
                cursor: pointer;
                height: 77px;
                margin-bottom: 8.3px; }
                .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-slide .item_gallery {
                  height: 75px;
                  overflow: hidden;
                  border: 1px solid #CCCCCC;
                  -webkit-border-radius: 8.2px;
                  -moz-border-radius: 8.2px;
                  border-radius: 8.2px;
                  position: relative; }
                .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-slide .item_gallery--idle {
                  display: none;
                  opacity: 0; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-current .item_gallery {
                border: 2px solid #ffbf25; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-arrow {
              height: 16px;
              width: 27.5px;
              left: 24px; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-arrow:before, .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-arrow:after {
                content: '';
                position: absolute;
                opacity: 1;
                width: 20px;
                height: 4px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background: #A9A9A9;
                top: 6px; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-arrow:before {
                left: -2px;
                transform: rotate(-45deg); }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-arrow:after {
                left: 9.5px;
                transform: rotate(45deg); }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-prev {
              top: -24px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-next {
              top: unset;
              bottom: -41px; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-next:before {
                transform: rotate(45deg); }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-next:after {
                transform: rotate(-45deg); }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-disabled {
              display: none !important; }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--notice {
            width: 310px;
            font-size: 14px;
            text-align: center;
            line-height: 16px;
            padding: 10px 20px;
            cursor: default; }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav:last-of-type {
            display: none; }
        .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 {
          margin-left: 15px;
          display: flex;
          justify-content: space-between;
          align-items: stretch;
          flex-direction: column;
          flex-wrap: nowrap; }
          .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .promo {
            margin: auto auto 20px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .promo--icon {
              display: inline-block;
              cursor: pointer;
              position: relative; }
              .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .promo--icon--data {
                color: white;
                font-weight: 600;
                position: absolute;
                top: 13px;
                left: 0;
                width: 45px;
                text-align: center;
                font-size: 15px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .promo--icon:not(:first-child) {
              margin: auto 5px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .promo--icon:first-child {
              margin: auto 5px auto auto; }
          .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate {
            padding: 20px;
            margin: auto auto 20px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            color: black; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate--item {
              font-size: 16px;
              line-height: 19px;
              margin-bottom: 12px;
              cursor: default;
              display: flex;
              justify-content: flex-start;
              align-items: start;
              flex-direction: unset;
              flex-wrap: nowrap; }
              .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate--item--partleft {
                color: #878787;
                flex-basis: 170px;
                flex-shrink: 0; }
              .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate--item--partright a, .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate--item--partright a:visited {
                color: #008DF4;
                border: none; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate--item:nth-last-child(1) {
              margin-bottom: 0; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate .active_components {
              color: #008DF4; }
          .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .product-variations-block {
            margin: auto auto 20px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .product-variations-block .variation-links {
              margin: 0; }
          .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .no-drug {
            margin: 0 auto 10px;
            font-size: 14px;
            line-height: 18px;
            text-align: center; }
          .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .go-to-description {
            display: block;
            background-color: white;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            min-height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: unset;
            flex-wrap: wrap;
            margin: 10px auto auto; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .go-to-description--text {
              color: #FE9949;
              font-size: 20px;
              line-height: 23px;
              cursor: pointer; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .go-to-description:hover {
              background-color: #FE9949;
              border-color: #CB7A3A; }
              .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .go-to-description:hover .go-to-description--text {
                color: white;
                font-weight: 600; }
          @media screen and (max-width: 1281px) {
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .no-drug {
              text-align: left;
              margin: 0 auto 15px; } }
          @media screen and (max-width: 899px) {
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 {
              margin-left: 0; } }
          @media screen and (max-width: 750px) {
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate {
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0;
              margin-left: -30px;
              margin-right: -30px;
              padding-left: 30px;
              padding-right: 30px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .go-to-description--text {
              font-weight: 600; } }
          @media screen and (max-width: 450px) {
            .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 .gray_plate--item--partleft {
              flex-basis: 125px; } }
        @media screen and (max-width: 899px) {
          .product-content-block .product-info .flex_for_desctop .main_plate {
            display: block;
            border: none;
            padding: 0; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container {
              display: block;
              position: relative;
              max-width: unset;
              min-width: unset;
              width: 100%; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for,
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--notice {
                margin: auto; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav {
                display: none;
                max-width: unset;
                margin: 5px auto; }
                .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list {
                  height: unset !important;
                  width: 100%; }
                  .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-track {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: unset;
                    flex-wrap: nowrap; }
                    .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-track .slick-slide {
                      margin: 0 8px 0 0; }
                      .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-track .slick-slide .item_gallery {
                        height: 77px; }
                    .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-track .slick-slide:last-of-type {
                      margin: 0; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav:last-of-type {
                display: block; } }
        @media screen and (max-width: 750px) {
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list {
            width: 336px;
            margin: auto; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-track .slick-slide .item_gallery {
              width: 77px !important; }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-prev {
            top: 28px;
            left: 0;
            transform: rotate(-90deg); }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-next {
            top: 28px;
            bottom: unset;
            left: unset;
            right: 0 !important;
            transform: rotate(-90deg); } }
        @media screen and (max-width: 450px) {
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-prev {
            left: -30px; }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-next {
            right: -30px !important; } }
        @media screen and (max-width: 410px) {
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list {
            width: auto;
            margin: auto; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-nav .slick-list .slick-track .slick-slide .item_gallery {
              width: 77px !important; } }
        @media screen and (max-width: 370px) {
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for {
            width: 250px; }
            .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .slick-list {
              height: 250px !important; }
              .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .slick-list .slick-track .slick-slide {
                width: 250px !important; }
                .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--slider-for .slick-list .slick-track .slick-slide .item_gallery {
                  height: 250px; }
          .product-content-block .product-info .flex_for_desctop .main_plate .images_and_videos_container .images_and_videos_container--notice {
            width: 100%;
            padding: 10px 0; } }
      .product-content-block .product-info .flex_for_desctop .side_plate {
        min-height: 100px;
        flex-grow: 1;
        margin-left: 30px;
        margin-bottom: 34px;
        padding: 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: 11px 11px 42px rgba(0, 0, 0, 0.17);
        position: sticky;
        position: -webkit-sticky;
        top: 260px;
        flex-shrink: 0;
        min-width: 405px; }
        .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .coming-soon {
          font-weight: 600;
          font-size: 34px;
          line-height: 40px; }
        .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-price {
          font-weight: 600;
          margin-bottom: 10px; }
          .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-price .old-price {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: unset;
            flex-wrap: wrap;
            margin-bottom: 5px;
            min-height: 26px; }
            .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-price .old-price > .woocommerce-Price-amount {
              text-decoration: line-through;
              text-decoration-color: #ED5555;
              font-size: 23px;
              line-height: 24px; }
            .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-price .old-price .discount {
              background-color: #FE9949;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              border-radius: 30px;
              margin-right: 11px;
              padding: 4px 7px;
              font-size: 16px;
              line-height: 16px;
              color: white;
              margin-left: 10px; }
          .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-price .current-price {
            font-size: 34px;
            line-height: 40px;
            min-height: 40px; }
        .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-direction: unset;
          flex-wrap: wrap;
          margin-bottom: -10px; }
          .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points span {
            display: inline-block; }
          .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points div {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: unset;
            flex-wrap: wrap;
            margin-bottom: 10px; }
          .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points .old-points, .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points .current-points, .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points .points-description {
            font-size: 18px;
            line-height: 100%;
            margin-left: 5px; }
          .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points .old-points {
            color: grey;
            text-decoration: line-through;
            text-decoration-color: rgba(146, 146, 146, 0.5); }
          .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points .points-description {
            font-weight: 600;
            background-color: #FE9949;
            height: 18px;
            width: 18px;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: white;
            text-align: center;
            line-height: 120%;
            position: relative;
            margin-right: 15px;
            cursor: pointer; }
          .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points .autoorder-points {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: unset;
            flex-wrap: nowrap; }
            .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points .autoorder-points img.autoorder-points-img {
              width: auto !important; }
            .product-content-block .product-info .flex_for_desctop .side_plate .price-and-points .product-points .autoorder-points span {
              font-size: 18px;
              line-height: 100%;
              padding: unset !important; }
        .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button.product-out-of-stock.subscribe-for-product-button,
        .product-content-block .product-info .flex_for_desctop .side_plate .gift-btn {
          margin-top: 20px;
          color: #CB8700;
          font-weight: 600;
          font-size: 25px;
          line-height: 100%;
          text-align: center;
          border: 1px solid #CCCCCC;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          padding: 20px 25px;
          background-color: white; }
          .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button.product-out-of-stock.subscribe-for-product-button:hover,
          .product-content-block .product-info .flex_for_desctop .side_plate .gift-btn:hover {
            color: white;
            background-color: #FF994A; }
        .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button {
          margin-top: 20px;
          width: 100%;
          height: 68px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: unset;
          flex-wrap: nowrap; }
          .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .add-to-cart-button {
            display: block;
            height: 100%;
            font-size: 25px;
            line-height: 260%;
            text-align: center;
            border: none;
            background: #FFDE74;
            color: #CB8700;
            box-shadow: none;
            flex-grow: 1;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px; }
            .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .add-to-cart-button:hover {
              color: white;
              background: #FE9949; }
            .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .add-to-cart-button.with-factor {
              color: white;
              background: #FE9949;
              -webkit-border-radius: 10px 0 0 10px;
              -moz-border-radius: 10px 0 0 10px;
              border-radius: 10px 0 0 10px; }
            .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .add-to-cart-button .cart-icon {
              display: none; }
          .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .quantity-controls {
            background: #FE9949;
            display: none;
            height: 100%;
            box-shadow: none;
            -webkit-border-radius: 0 10px 10px 0;
            -moz-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0; }
            .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .quantity-controls.cart-connected {
              display: flex;
              justify-content: center;
              align-items: stretch;
              flex-direction: unset;
              flex-wrap: nowrap; }
            .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .quantity-controls * {
              height: 100%; }
            .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .quantity-controls button {
              background: transparent;
              color: white;
              border: none;
              font-size: 36px;
              font-weight: 600;
              cursor: pointer;
              padding: 0;
              width: 55px; }
            .product-content-block .product-info .flex_for_desctop .side_plate .loop-product-button .quantity-controls input {
              background: white;
              width: 85px;
              text-align: center;
              border: 1px solid #FE9949;
              font-size: 30px;
              line-height: 35px;
              font-weight: 600;
              -webkit-border-radius: 0 0 10px 10px;
              -moz-border-radius: 0 0 10px 10px;
              border-radius: 0 0 10px 10px; }
        .product-content-block .product-info .flex_for_desctop .side_plate .special-price {
          padding: 15px;
          margin-top: 20px;
          min-height: 90px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-direction: unset;
          flex-wrap: nowrap; }
          .product-content-block .product-info .flex_for_desctop .side_plate .special-price svg {
            min-height: 37px;
            min-width: 29px;
            margin-right: 12px; }
          .product-content-block .product-info .flex_for_desctop .side_plate .special-price__text {
            color: black;
            font-size: 18px;
            line-height: 23px;
            max-width: 144px; }
          .product-content-block .product-info .flex_for_desctop .side_plate .special-price__price {
            color: black;
            font-size: 30px;
            line-height: 100%;
            font-weight: 600;
            text-align: center; }
        .product-content-block .product-info .flex_for_desctop .side_plate .alert-info {
          margin-top: 20px; }
      .product-content-block .product-info .flex_for_desctop .control_plate {
        display: none; }
      .product-content-block .product-info .flex_for_desctop .product-description {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 30px;
        margin: 0 auto 30px;
        border: 1px solid rgba(0, 0, 0, 0.2); }
        .product-content-block .product-info .flex_for_desctop .product-description--title {
          font-size: 30px;
          line-height: 35px;
          font-weight: 600;
          margin: 0 0 20px; }
        .product-content-block .product-info .flex_for_desctop .product-description--content {
          font-size: 22px;
          line-height: 29px;
          white-space: pre-line; }
          .product-content-block .product-info .flex_for_desctop .product-description--content * {
            white-space: normal; }
      .product-content-block .product-info .flex_for_desctop .how-to-use-block {
        background: #CFEBFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin: 30px 0 35px;
        padding: 30px 120px 30px 30px;
        font-size: 22px;
        line-height: 26px;
        position: relative; }
        .product-content-block .product-info .flex_for_desctop .how-to-use-block tm-container {
          margin: 0; }
        @media screen and (max-width: 460px) {
          .product-content-block .product-info .flex_for_desctop .how-to-use-block {
            padding: 2rem 2rem 6rem; } }
        .product-content-block .product-info .flex_for_desctop .how-to-use-block--title {
          font-size: 30px;
          line-height: 35px;
          font-weight: 600;
          margin: 0 0 20px; }
        .product-content-block .product-info .flex_for_desctop .how-to-use-block--image {
          position: absolute;
          bottom: -1rem;
          right: 2rem;
          width: 8rem;
          height: 8rem;
          background: url(https://tentorium.ru/wp-content/uploads/2019/11/sugar.png) no-repeat;
          background-size: 8rem; }
      .product-content-block .product-info .flex_for_desctop .product_meta {
        display: none; }
      .product-content-block .product-info .flex_for_desctop .tm-popup-show_default-btn {
        margin-top: 30px; }
    .product-content-block .product-info .no-hide {
      display: block !important; }
    .product-content-block .product-info .gift-btn-block {
      font-size: 3rem; }
    .product-content-block .product-info .out-of-stock-block {
      display: flex;
      justify-content: start;
      align-items: start;
      flex-direction: unset;
      flex-wrap: wrap; }
      .product-content-block .product-info .out-of-stock-block .loop-product-button {
        margin: .2rem 1.6rem 1rem 0;
        padding: .5rem 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        border-radius: 1rem; }
    @media screen and (max-width: 1281px) {
      .product-content-block .product-info .flex_for_desctop {
        display: block; }
        .product-content-block .product-info .flex_for_desctop > .flex_item {
          width: auto; }
          .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate {
            min-width: unset;
            position: unset;
            margin-left: 0;
            margin-bottom: 30px;
            box-shadow: none;
            padding: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: unset;
            flex-wrap: nowrap; }
            .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .loop-product-button {
              position: fixed;
              bottom: 20px;
              left: 30px;
              width: calc(100vw - 260px);
              z-index: 9999;
              box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.17);
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              border-radius: 10px; }
            .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .price-and-points {
              flex-grow: 1; }
            .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .gift-btn {
              margin-top: 0; }
            .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .special-price {
              margin: 0 0 0 30px;
              flex-grow: 1; }
        .product-content-block .product-info .flex_for_desctop .main_plate {
          min-width: unset;
          max-width: unset;
          margin: auto auto 30px; }
          .product-content-block .product-info .flex_for_desctop .main_plate .flex_item_2 {
            flex-basis: unset; }
        .product-content-block .product-info .flex_for_desctop .side_plate {
          display: none; } }
    @media screen and (max-width: 899px) {
      .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate {
        padding: 20px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .special-price svg {
          min-height: 33px;
          min-width: 25px;
          margin-right: 10px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .special-price__text {
          font-size: 16px;
          line-height: 21px; }
      .product-content-block .product-info .flex_for_desctop > .flex_item .product-description {
        padding: 20px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .product-description--title {
          font-size: 20px;
          line-height: 23px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .product-description--content {
          font-size: 16px;
          line-height: 21px; }
      .product-content-block .product-info .flex_for_desctop > .flex_item .how-to-use-block {
        padding: 20px 100px 20px 20px;
        font-size: 16px;
        line-height: 21px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .how-to-use-block--title {
          font-size: 20px;
          line-height: 23px; } }
    @media screen and (max-width: 750px) {
      .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate,
      .product-content-block .product-info .flex_for_desctop > .flex_item .product-description,
      .product-content-block .product-info .flex_for_desctop > .flex_item .how-to-use-block {
        padding: 20px 30px;
        margin-right: -30px;
        margin-left: -30px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-left: none;
        border-right: none; }
      .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate {
        padding: 30px;
        display: block; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .gift-btn {
          margin-top: 20px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .special-price {
          margin: 22px 0 0; }
          .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .special-price svg {
            display: block; }
          .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .special-price__text {
            max-width: unset; }
      .product-content-block .product-info .flex_for_desctop > .flex_item .control_plate {
        display: flex;
        max-width: unset;
        margin-bottom: 30px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .control_plate--add_to_wishlist, .product-content-block .product-info .flex_for_desctop > .flex_item .control_plate--to_share,
        .product-content-block .product-info .flex_for_desctop > .flex_item .control_plate div.control_plate--vertical_bar {
          display: flex !important; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .control_plate--reviews,
        .product-content-block .product-info .flex_for_desctop > .flex_item .control_plate--reviews + div.control_plate--vertical_bar {
          display: none !important; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .control_plate div.control_plate--vertical_bar {
          height: 30px;
          border-width: 1px; }
      .product-content-block .product-info .flex_for_desctop > .flex_item .product-description {
        margin-bottom: 20px; }
      .product-content-block .product-info .flex_for_desctop > .flex_item .how-to-use-block {
        margin-top: 20px;
        margin-bottom: 0; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .how-to-use-block--image {
          width: 6rem;
          height: 6rem;
          background-size: 6rem; } }
    @media screen and (max-width: 610px) {
      .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .loop-product-button {
        width: calc(100vw - 60px); }
      .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .loop-product-button.product-out-of-stock.subscribe-for-product-button {
        padding: 20px 10px; } }
    @media screen and (max-width: 410px) {
      .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .loop-product-button {
        height: 50px;
        font-size: 23px;
        line-height: 50px;
        width: calc(100vw - 20px);
        left: 10px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .loop-product-button * {
          font-size: 23px;
          line-height: 50px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .loop-product-button .quantity-controls .quantity-controls-btn {
          width: 35px; }
        .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .loop-product-button .quantity-controls .quantity-controls-input {
          width: 50px; }
      .product-content-block .product-info .flex_for_desctop > .flex_item .side_plate .loop-product-button.product-out-of-stock.subscribe-for-product-button {
        font-size: 19px;
        line-height: 100%; } }

.tm-popup__body {
  max-width: calc(100vw - 80px);
  margin-right: 38px; }
  @media screen and (max-width: 640px) {
    .tm-popup__body {
      max-width: unset;
      margin-right: unset; } }

@media screen and (max-width: 610px) {
  body.product-template-default.single.single-product #carrotquest-messenger-collapsed-container.carrotquest-messenger-right_bottom {
    bottom: 80px !important; } }

@media screen and (max-width: 410px) {
  body.product-template-default.single.single-product #carrotquest-messenger-collapsed-container.carrotquest-messenger-right_bottom {
    bottom: 60px !important; } }

.popup_promo {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  .popup_promo--substrate {
    position: fixed;
    height: 200%;
    width: 200%;
    z-index: 2147483010;
    background-color: #000000;
    opacity: 0.8;
    cursor: pointer; }
  .popup_promo--container {
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: auto;
    max-height: 85vh;
    max-width: 85vw;
    min-width: 315px;
    width: 540px;
    z-index: 2147483011;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 30px 20px 30px 30px; }
    .popup_promo--container--close {
      cursor: pointer;
      height: 32px;
      width: 32px;
      position: absolute;
      right: 20px;
      top: 20px; }
    .popup_promo--container--content {
      font-size: 22px;
      line-height: 29px;
      padding-right: 35px;
      overflow: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap; }
      .popup_promo--container--content a {
        display: block; }
      .popup_promo--container--content--name {
        font-size: 25px;
        margin: 10px 0 0;
        color: black;
        cursor: default;
        text-align: center; }
      .popup_promo--container--content--link {
        margin-top: 10px;
        text-align: center; }
  @media screen and (max-width: 375px) {
    .popup_promo--container {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none;
      overflow: auto;
      max-height: unset;
      max-width: unset;
      min-width: unset;
      width: 100%;
      height: calc(100vh + 200px);
      padding: 30px 30px 230px;
      z-index: 2147483011;
      background-color: white;
      top: 0;
      left: 0;
      transform: unset; }
      .popup_promo--container--close {
        height: 25px;
        width: 25px; }
        .popup_promo--container--close svg {
          height: 25px;
          width: 25px; }
      .popup_promo--container--content {
        margin-top: 40px;
        padding: 0; } }

.popup_gallery {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  .popup_gallery .popup_gallery--substrate {
    position: fixed;
    height: 200%;
    width: 200%;
    z-index: 2147483010;
    background-color: #000000;
    opacity: 0.8;
    cursor: pointer; }
  .popup_gallery .popup_gallery--container {
    position: fixed;
    max-height: 940px;
    max-width: 1430px;
    height: calc(100vh - 40px);
    width: calc(100vw - 40px);
    z-index: 2147483011;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .popup_gallery .popup_gallery--container .popup_gallery--container--close {
      position: absolute;
      top: 40px;
      right: 40px;
      cursor: pointer;
      z-index: 1;
      height: 51px;
      width: 51px; }
    .popup_gallery .popup_gallery--container .popup_gallery--slider-for {
      max-width: 700px;
      max-height: 700px;
      margin: 50px auto 15px; }
      .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list {
        width: 700px !important; }
        .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list .slick-slide {
          width: 700px !important; }
          .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list .slick-slide .item_gallery {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: unset;
            flex-wrap: nowrap;
            display: flex !important;
            height: calc(100vh - 250px);
            max-height: 700px; }
            .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list .slick-slide .item_gallery img, .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list .slick-slide .item_gallery video {
              height: auto;
              width: auto;
              max-height: 100%;
              max-width: 100%; }
      .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-arrow {
        width: 31px;
        height: 53px; }
        .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-arrow:before, .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-arrow:after {
          content: '';
          position: absolute;
          opacity: 1;
          width: 39px;
          height: 8px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          left: -4px; }
        .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-arrow:before {
          transform: rotate(-45deg);
          top: 11.5px;
          background: linear-gradient(225deg, #FDDC73, #FFCE4D); }
        .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-arrow:after {
          transform: rotate(45deg);
          bottom: 11.5px;
          background: linear-gradient(135deg, #FFCE4D, #FFBF25); }
      .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-prev {
        left: -80px; }
      .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-next {
        right: -80px; }
        .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-next:before {
          transform: rotate(45deg);
          background: linear-gradient(225deg, #FFCE4D, #FDDC73); }
        .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-next:after {
          transform: rotate(-45deg);
          background: linear-gradient(135deg, #FFBF25, #FFCE4D); }
      .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-dots {
        bottom: -60px; }
        .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-dots li {
          width: 35px;
          height: 35px; }
          .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-dots li button {
            width: 35px;
            height: 35px; }
          .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-dots li button:before {
            color: #FE9949;
            font-size: 15px;
            width: 35px;
            height: 35px;
            line-height: 39px; }
    .popup_gallery .popup_gallery--container .popup_gallery--nav {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: unset;
      flex-wrap: nowrap; }
      .popup_gallery .popup_gallery--container .popup_gallery--nav .item_gallery {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: unset;
        flex-wrap: nowrap;
        padding: 5px;
        cursor: pointer;
        border: 2px solid #CCCCCC;
        -webkit-border-radius: 8.2px;
        -moz-border-radius: 8.2px;
        border-radius: 8.2px;
        margin: 10px;
        position: relative; }
        .popup_gallery .popup_gallery--container .popup_gallery--nav .item_gallery img, .popup_gallery .popup_gallery--container .popup_gallery--nav .item_gallery video {
          height: auto;
          width: auto;
          max-height: 100%;
          max-width: 100%; }
        .popup_gallery .popup_gallery--container .popup_gallery--nav .item_gallery .playbutton {
          top: 19%;
          left: 16%;
          transform: scale(0.65); }
      .popup_gallery .popup_gallery--container .popup_gallery--nav .item_gallery--current {
        border: 2px solid #ffbf25; }
    @media screen and (max-width: 1000px) {
      .popup_gallery .popup_gallery--container .popup_gallery--container--close {
        top: 20px;
        right: 20px; }
      .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-next {
        right: -50px; }
      .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-prev {
        left: -50px; }
      .popup_gallery .popup_gallery--container .popup_gallery--nav .item_gallery {
        width: 80px;
        height: 80px; }
        .popup_gallery .popup_gallery--container .popup_gallery--nav .item_gallery .playbutton {
          top: 9%;
          left: 8%;
          transform: scale(0.55); }
      .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list .slick-slide .item_gallery {
        height: calc(100vh - 210px); } }
    @media screen and (max-width: 899px) {
      .popup_gallery .popup_gallery--container {
        height: 100vh;
        width: 100vw; }
        .popup_gallery .popup_gallery--container .popup_gallery--container--close {
          top: 15px;
          right: 15px;
          height: 37px;
          width: 37px; }
        .popup_gallery .popup_gallery--container .popup_gallery--slider-for {
          margin-top: 65px; }
          .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list {
            max-width: 100vw !important; }
            .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list .slick-slide {
              max-width: 100vw !important; }
              .popup_gallery .popup_gallery--container .popup_gallery--slider-for .slick-list .slick-slide .item_gallery {
                height: calc(100vh - 125px); }
        .popup_gallery .popup_gallery--container .popup_gallery--nav {
          display: none; } }
  @media screen and (max-width: 375px) {
    .popup_gallery {
      display: none !important; } }

.popup_points {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  .popup_points--substrate {
    position: fixed;
    height: 200%;
    width: 200%;
    z-index: 2147483010;
    background-color: #000000;
    opacity: 0.8;
    cursor: pointer; }
  .popup_points--container {
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: auto;
    max-height: 85vh;
    max-width: 85vw;
    min-width: 315px;
    width: 530px;
    z-index: 2147483011;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 30px 20px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: unset;
    flex-wrap: nowrap; }
    .popup_points--container--close {
      cursor: pointer;
      height: 32px;
      width: 32px; }
    .popup_points--container--content {
      font-size: 22px;
      line-height: 32px;
      padding-right: 20px;
      overflow: auto; }
      .popup_points--container--content p {
        margin: 0 0 10px; }
      .popup_points--container--content a {
        display: block; }
      .popup_points--container--content--link {
        margin-top: 30px; }
  @media screen and (max-width: 375px) {
    .popup_points--container {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: none;
      overflow: auto;
      max-height: unset;
      max-width: unset;
      min-width: unset;
      width: 100%;
      height: calc(100vh + 200px);
      padding: 30px 30px 230px;
      z-index: 2147483011;
      background-color: white;
      top: 0;
      left: 0;
      transform: unset; }
      .popup_points--container--close {
        height: 25px;
        width: 25px; }
        .popup_points--container--close svg {
          height: 25px;
          width: 25px; }
      .popup_points--container--content {
        margin-top: 40px;
        padding: 0; } }

.playbutton {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAciSURBVHgB1Vs9bBRHFH6zd45PGMmWiJKCCC9BClKQMFCQIsI+N3QBGtJFMUVSJQKkpAoSRiJVImErqUIRI7rQkNDR3J2lFKEItiWiUCRaI4gSKUh2BJENvh3m2/UcOzO7d3v75/Un7f3s7u3t++Z7b2bevGWUM3ijZhO161SxxsQ3mzgT32lEbLZ2qiO2FWLcIU4L5NIikbXAJtccyhGMcoAwWhjMTwpDTpFpaL9wBClNarvX2ORGkzJGZgTwxsgIWWvniNyz4rIjlA8cce1poY5WVspITUBBhuv/CleZo3ZlNi0RqQjgrUFhOL/Y1fCqOLTzINGQ2HaKMDAktoFhosFR9bz1ZaI1sW2siEgwT/R0yX/vDgeKYBNr1yghEhHgBbYK/174eD30BBg9Mk60+xPf8GpCYYCMVUHCv7eI/rne7UyHXDaZRA19E9C11WEojMZWzdgboA4oYvmyrxbzzlYECZfY5PoM9YG+CBDG4+JnjQN5Gh4GkPD39SgiLrGJZ9MUE7EJ4K1X5sTpHxoHdp0g2v9dMYYHAUWAiDDXEAGSjT87E+Mq8QgQLX9XvB1SdsLg0Qt+q28lHn5D9OBLP16oWGAT64d7/bwnAaEtXxMR/O0bfnQvA6CGxeOmS8RQgtXtIG/VpkONP3i7PMYDuKex22bXytkUnx+40u2nkQrwoz1dMf4IxtdGqZSIUoJL56N6h1ACvH7ecu8qXV3ZjZcIJQFdpHU4bJwQ7gIWbyjGI+BtB+MB3OOBG1qvJGzBwC0EBgGi9adIn8Eh2sc1HtHYEd3T/Y96jd7yA+LTni/UfWLUyhueWytQXMCXPlo/QMDrH4h+/irFhm44iAOBuE7RuPc+0eOfAjvgCjv2ssmVTp+pKsDiYMjufJc3Hxdofb3V4ZMgBdvaMhWKfV+ZrmD9r4xkOwT4mRuudnlotX78fmM1+hiIubOf6I/PiyMC924O1M55U/hNBBVQN6J+P60fF4/EyG3peHHxwZifqCp4SYCFGV4AeRgvId0Ciug9508HOVFT0QmGHgFeDk+P/MPjlDtABNSQd3wIUQFvVOv45Cug4qbz/bSQ8QHdpzmpSQ8YP3xM3WdVTnpv3hfO6srBV0/QluCBIODXd/KJD7s/1fecwovlR39d/sdoyxCMD1m6xU4jNWfzn2ujQgGuOs9HLq/o5EYYYDxIyCo+wKYhbQa70a5bwgnGlJ1DJZrmAnAHuAXiQ1oYU3jrkEWMaQqYoNIBgRHxAYpIEx+G1LYmzm1LTBJsZWd1mEoLGR8w3U3iFroCGNnoBVSH3w5TXqwVJIkPRmxjIyDAVvYNbgMCJOAOGEjFHTuYjWtbtN0BBTy+RUmx/QkAUnTb258AyHrXe5QUIMBR9qwXnLRICrkwc+SX+L8xA6ZTJZSlBPFcJDUGqdzAchyyPf32WAYBfEUMhDQFPF2k0gLDdCyAHPghWXet9xacHAyEHGXnkxISALnv+9pPzafJU6xqyRdGC1Vy3UWyArHwyRKVCnIBNosJmm4bawsCqNKEFjpAaQqkstUzQsj9ravZjUxltUkQ7YFFa3O5yFFO3EoVyIXOrFeizNyjA9ul9m8qhx59S4VD+vnR+/nkI/XRIudNvPkEuOxH5SCkkkduLgrw8aO/51dsge5Pn0Zb7pz3hhchhaa3bCQB44tQAfz8yB2/5fOMOWHyH99o4UMg/FszyikgIC8VBP28iEKLZT2b5E7LTy8JcGuzuasgOHwtYt0BcC6H1ApUWvJbhwB/xTSlCrplk7DWAD8HAUV1sWG+T2wuWCihzgbDVHD/Y4oNGPaatgwuh69YYi96bGEWVaKidDa4wyiR8YoILK026E0RpN7oI0KjiPG/eV/mW1EXADwU6v3zM22nO8Umnl8L7gmvEZofbCh1wLJEpkyVYd0A6SOVrrqvwybW9+qnhidE2uyM4Qq/nS6+wCEJZJGUYrxXRzwZdnooAV6QcNkl48JLx8tNQlSZHErqIyrJI1Nim3V1M8YflJWESOP5tJD+bNTPGPVAZKlsmcrmMHm7d9o0nvM5Vu9eKtuTAO86UcXSey701zvkAUT7B5fzK5aWiCyXRzfXTx1hVpBjFKUMbhMxWl4iNgHedVu1i/Ap4wCMxwDIzrGuSAKGo9X/ihylzoiWP08x0RcBgD9QinhkRlaWYQCUtSJ6Go5um3UNeGHomwDvr8IqSnXANbBgkabgQmanMCfplqPg1CTOzhTy0JTyv42BKZFQRXmd3fVEKAKjyOFNMqAOXSHeI3OrflYaqXkYLvOT0XeQqNWDSEWAdwu+Gs6KT1OFPjiJMYq7YzZY95sEqQmQ6DwkHUcRyf8lM8MlMiMgCD5fmxDrDVPEvPI7m9IACzdMJG1Z+6ZMY2WJXAgIwn/K1B0ThhzyNmI2oSqFacTwzcfniQuDmfjsLlC10mTv5jvufgH5j96Wg59uJQAAAABJRU5ErkJggg==") center center no-repeat;
  transform: scale(0.55);
  position: absolute;
  top: 10%;
  left: 6%;
  width: 64px;
  height: 64px;
  opacity: 0.7; }
  .playbutton:hover {
    opacity: 1.0; }

/*

  320 - ok
  360 - ok
  375 - ok
  768 - ok
  1024 - ok
  1280 - ok
  1366 - ok
  1920 - ok

  */
/* стандартные дисплеи */
@media screen and (max-width: 1450px) {
  .premain-hexagon_3 {
    top: 40%;
    left: 40%; } }

@media screen and (max-width: 1450px) and (min-height: 720px) {
  .premain {
    min-height: 100vh; }
    .premain-hexagon_1 {
      left: 54%; }
    .premain__info {
      padding: 5% 40% 0 3rem; } }

/* мини компьютеры */
/* @media screen and (max-width: 1360px) */
/* мини компьютеры */
@media screen and (max-width: 1260px) {
  .premain__title {
    font-size: 48px; }
  .premain__text {
    font-size: 30px; }
  .premain__info {
    padding: 5% 45% 0 3rem; }
  .premain-hexagon_1 {
    left: 45%; }
  .premain-hexagon_2 {
    top: 40%;
    left: unset;
    right: 3%; }
  .premain-hexagon_3 {
    top: 44%;
    left: 30%; } }

@media screen and (max-width: 1260px) and (min-height: 1100px) {
  .premain-hexagon_2 {
    top: 30%; } }

/* планшеты */
@media screen and (max-width: 1020px) {
  .flip-vertical-left {
    -webkit-animation: flip-vertical-left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: flip-vertical-left 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }
    .flip-vertical-left .brand-button_in-hex {
      pointer-events: all; }
  .brand-button_in-hex {
    width: auto;
    pointer-events: none; }
  .premain {
    margin-bottom: -270px; }
    .premain__info {
      padding: 0 0.8rem;
      text-align: center; }
    .premain__title {
      font-size: 30px;
      font-size: calc(16px + 5vw); }
    .premain__text {
      font-size: 18px;
      font-size: calc(10px + 2vw);
      margin: 2rem 0 3rem; }
    .premain__hexagons {
      position: relative; }
    .premain-hexagon {
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      margin: 0 0 0 auto; }
      .premain-hexagon:hover .premain-hexagon__clip, .premain-hexagon:focus .premain-hexagon__clip, .premain-hexagon:focus-within .premain-hexagon__clip {
        opacity: 1; }
      .premain-hexagon_1 {
        right: 15%;
        z-index: 10; }
      .premain-hexagon_2 {
        left: 5%;
        margin: 0;
        transform: translate(0px, -170px);
        z-index: 30; }
      .premain-hexagon_3 {
        right: 15%;
        transform: translate(0px, -340px);
        z-index: 20; }
    .premain__hexagon-img_2 {
      left: 5%; }
    .premain__hexagon-img_3 {
      top: 15%;
      left: 25%; }
    .premain__hexagon-img_4 {
      left: 80%; }
    .premain__hexagon-img_5 {
      left: 5%; }
    .premain__hexagon-img_6 {
      left: 30%;
      top: 65%; } }

/* меньше планшетов */
@media screen and (max-width: 760px) {
  .premain {
    margin-bottom: -120px; }
    .premain-hexagon_2 {
      transform: translate(0px, -75px); }
    .premain-hexagon_3 {
      right: 15%;
      transform: translate(0px, -150px); } }

/* большие мобильные */
@media screen and (max-width: 430px) {
  .premain {
    margin-bottom: -100px; }
    .premain__info {
      padding: 0 0.8rem;
      text-align: center; }
    .premain__title {
      font-size: 30px; }
    .premain__text {
      font-size: 18px; }
    .premain__hexagons {
      position: relative; }
    .premain-hexagon {
      position: relative;
      max-width: 240px;
      top: unset;
      left: unset;
      right: unset;
      margin: 0 0 0 auto; }
      .premain-hexagon_1 {
        right: 5%; }
        .premain-hexagon_1 .premain-hexagon__clip {
          left: 0;
          top: 0; }
        .premain-hexagon_1 .premain-hexagon__img-block {
          width: 280px; }
        .premain-hexagon_1 .premain-hexagon__img {
          width: 300px;
          position: relative;
          z-index: -1;
          top: -30px;
          left: -30px; }
        .premain-hexagon_1 .premain-hexagon__front {
          padding-top: 75px; }
      .premain-hexagon_2 {
        left: 30px;
        margin: 0;
        transform: translate(0px, -75px); }
        .premain-hexagon_2 .premain-hexagon__clip {
          left: 0;
          top: 0; }
        .premain-hexagon_2 .premain-hexagon__img-block {
          width: 280px; }
        .premain-hexagon_2 .premain-hexagon__img {
          width: 300px;
          position: relative;
          z-index: -1;
          top: -30px;
          left: -30px; }
        .premain-hexagon_2 .premain-hexagon__front {
          padding-top: 70px; }
      .premain-hexagon_3 {
        right: 5%;
        transform: translate(0px, -150px); }
        .premain-hexagon_3 .premain-hexagon__clip {
          left: 0;
          top: 0; }
        .premain-hexagon_3 .premain-hexagon__img-block {
          width: 280px; }
        .premain-hexagon_3 .premain-hexagon__img {
          width: 300px;
          position: relative;
          z-index: -1;
          top: -30px;
          left: -30px; }
        .premain-hexagon_3 .premain-hexagon__front {
          padding-top: 70px; }
      .premain-hexagon__front {
        font-size: 1.4rem;
        margin: 0 1.2rem; }
    .premain__button {
      display: none; }
    .premain__hexagon-img_2 {
      left: 5%; }
    .premain__hexagon-img_3 {
      left: 70%;
      top: 80%; }
    .premain__hexagon-img_4 {
      left: 80%; }
    .premain__hexagon-img_5 {
      left: 5%; }
    .premain__hexagon-img_6 {
      left: 20%;
      top: 75%; }
    .premain__hexagon-img_7 {
      opacity: 0; }
  .brand-button_in-hex {
    width: auto;
    padding: 1rem 3rem;
    font-size: 1.4rem; } }

/* маленькие мобильные */
@media screen and (max-width: 330px) {
  .premain-hexagon {
    max-width: 200px; }
    .premain-hexagon_1 .premain-hexagon__img {
      width: 260px; }
    .premain-hexagon_2 .premain-hexagon__img {
      width: 260px; }
    .premain-hexagon_3 .premain-hexagon__img {
      width: 260px; }
    .premain-hexagon_7 {
      opacity: 0.5; }
    .premain-hexagon__front {
      font-size: 1.2rem; } }

@-webkit-keyframes flip-vertical-left {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip-vertical-left {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@media (max-width: 899px) {
  body.product-template-default tm-mobile-wrapper.slideout-panel {
    will-change: unset; } }

.header__logo {
  position: relative;
  width: 194px; }
  .header__logo img {
    position: absolute;
    top: -16px; }
  .header__logo-first {
    animation: fadeout_header_logo 26s infinite;
    animation-timing-function: cubic-bezier(1, 0, 0, 0.5); }
  .header__logo-second {
    left: 200px;
    opacity: 0;
    animation: fadein_header_logo 26s infinite;
    animation-timing-function: cubic-bezier(1, 0, 0, 0.5); }

@keyframes fadeout_header_logo {
  from {
    opacity: 1;
    transform: translateX(0); }
  45% {
    opacity: 1;
    transform: translateX(0); }
  50% {
    opacity: 0;
    transform: translateX(-200px); }
  95% {
    opacity: 0;
    transform: translateX(-200px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadein_header_logo {
  from {
    opacity: 0;
    transform: translateX(0); }
  45% {
    opacity: 0;
    transform: translateX(0); }
  50% {
    opacity: 1;
    transform: translateX(-200px); }
  95% {
    opacity: 1;
    transform: translateX(-200px); }
  to {
    opacity: 0;
    transform: translateX(0); } }

/*# sourceMappingURL=global-new.css.map*/