@charset "UTF-8";
@media screen and (max-width: 640px) {
  html.search-open, html.comments-open {
    height: 100%;
    overflow: hidden;
  }
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 640px) {
  .search-open body, .comments-open body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .mobilemenu-open body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  border-style: none;
}

.svg-spritesheet {
  display: none;
}

.voog-bg-picker-btn {
  top: 0;
  left: 10px;
  padding: 0;
  border-style: none;
  opacity: 0.9;
}
.voog-bg-picker-btn::-moz-focus-inner {
  padding: 0;
  border: none;
}
.voog-bg-picker-btn.is-hidden {
  display: none;
}
.header-bottom .voog-bg-picker-btn {
  top: 70px;
}
.header-top-with-bg .header-bottom .voog-bg-picker-btn {
  top: 145px;
}
@media screen and (max-width: 1024px) {
  .header-top-with-bg .header-bottom .voog-bg-picker-btn {
    top: 120px;
  }
}
@media screen and (max-width: 640px) {
  .header-top-with-bg .header-bottom .voog-bg-picker-btn {
    top: 70px;
  }
}
.blog-article-page .header-bottom .voog-bg-picker-btn {
  top: 113px;
}
.header-bottom .voog-bg-picker-btn:hover {
  opacity: 1;
}

.btn {
  display: none;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.edy-bgpicker-toggle-button {
  display: block;
}

.site-container {
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.site-container:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.flexbox .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.editmode.flexbox .site-container {
  min-height: calc(100vh - 40px);
}
@media screen and (max-width: 1024px) {
  .mobilemenu-open .site-container {
    -webkit-transform: translate3d(-250px, 0, 0);
            transform: translate3d(-250px, 0, 0);
  }
}
.mobilemenu-open .site-container:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.blog-article-page .site-container {
  overflow: hidden;
}
.comments-open .site-container {
  overflow: visible;
}

.page-body {
  position: relative;
}
.flexbox .page-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.page-content {
  display: block;
  position: relative;
  max-width: 100vw;
}

.background-image,
.background-color {
  position: absolute;
}

.background-image {
  z-index: -2;
  background-position: center;
  background-size: cover;
}

.background-color {
  z-index: -1;
}

.wrap {
  margin: 0 auto;
}
.header-top .wrap {
  max-width: 100%;
}

.inner {
  margin: 0 auto;
  padding: 50px 40px 60px;
}
.inner:empty {
  display: none;
}
.inner.has-bottom-content {
  padding-bottom: 30px;
}
.inner.no-bottom-padding {
  padding-bottom: 0;
}
.front-page .main-content .inner {
  padding: 70px 40px 0;
}
@media screen and (max-width: 640px) {
  .front-page .main-content .inner {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .item-list-page.sidebar-inactive .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .item-list-page.sidebar-inactive .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .item-list-page.sidebar-active .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .item-list-page.sidebar-active .inner {
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .item-list-page.sidebar-active .inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .item-list-page.sidebar-active .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .item-page.sidebar-inactive .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .item-page.sidebar-inactive .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .item-page.sidebar-active .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .item-page.sidebar-active .inner {
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .item-page.sidebar-active .inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .item-page.sidebar-active .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 30px 20px 40px;
  }
}

.dark-background {
  color: white;
}
.dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background p, .dark-background pre {
  color: white;
}
.site-footer .dark-background {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .dark-background a,
.site-footer .dark-background b {
  color: white;
}
.dark-background .header-title a {
  color: white;
}
.dark-background .menu li a {
  color: #222;
  opacity: 0.9;
}
.dark-background .menu li a:hover {
  opacity: 1;
}
.dark-background .menu li.selected a {
  opacity: 1;
}
.dark-background .lang-title {
  color: white;
}
.dark-background .lang-menu.menu-language-list .lang-title a {
  color: white;
}
.dark-background .voog-reference svg path {
  fill: white;
}
.dark-background .site-options .search-btn svg path {
  fill: white;
}
@media screen and (max-width: 640px) {
  .search-open .dark-background .site-options .search-btn svg path {
    fill: rgba(0, 0, 0, 0.7);
  }
}

.light-background {
  color: black;
}
.light-background h1, .light-background h2, .light-background h3, .light-background h4 {
  color: black;
}
.site-header .light-background a {
  color: black;
}
.site-header .light-background .header-title a {
  color: black;
}
.site-header .light-background .menu li a {
  color: rgba(0, 0, 0, 0.7);
}
.site-header .light-background .menu li a:hover {
  color: black;
}
.site-header .light-background .menu li a.untranslated {
  color: rgba(199, 9, 9, 0.7);
}
.site-header .light-background .menu li a.untranslated:hover {
  color: #c70909;
}
.site-header .light-background .menu li.selected a {
  color: black;
}
.site-footer .light-background {
  color: rgba(0, 0, 0, 0.7);
}
.light-background .lang-title {
  color: black;
}

.table-holder {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.loader::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.not-loaded .loader, .is-loaded .loader {
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-animation: rotation 0.7s infinite linear;
          animation: rotation 0.7s infinite linear;
}
.not-loaded .loader::before, .is-loaded .loader::before {
  border-top: 1px solid black;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-radius: 100%;
}
.not-loaded .loader {
  opacity: 1;
}
.is-loaded .loader {
  opacity: 0;
}
.with-error .loader {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: rgba(199, 9, 9, 0.7);
  opacity: 1;
}
.with-error .loader::before, .with-error .loader::after {
  position: absolute;
  top: 14px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  content: "";
}
.with-error .loader::before {
  left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.with-error .loader::after {
  right: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contacts .content-area table tr:after, .footer .content-area table tr:after, .content-area:after, .site-footer .blog-article-nav:after, .search:after,
.search-form:after, .site-header:after, .blog-news-page .articles-listing:after, .common-page .sidebar-active:after, .wrap:after {
  display: table;
  clear: both;
  content: "";
}

.stretch, .background-image,
.background-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content-item-box .product-item-btn, .search-btn,
.search-submit, .lang-menu-btn, .mobile-menu-toggler, .toggle-sub-menu {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}
.content-item-box .product-item-btn:focus, .search-btn:focus,
.search-submit:focus, .lang-menu-btn:focus, .mobile-menu-toggler:focus, .toggle-sub-menu:focus {
  outline: none;
}
.content-item-box .product-item-btn::-moz-focus-inner, .search-btn::-moz-focus-inner,
.search-submit::-moz-focus-inner, .lang-menu-btn::-moz-focus-inner, .mobile-menu-toggler::-moz-focus-inner, .toggle-sub-menu::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.content-area .form_field_textfield,
.content-area .form_field_textarea,
.content-area .form_field_select, .site-search .search-input {
  -webkit-appearance: none;
  border-radius: 0;
}

.content-area .form_field_textfield,
.content-area .form_field_textarea,
.content-area .form_field_select, .site-search .search-input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrap {
  max-width: 1040px;
}

.edy-content-element > .form {
  margin: 20px 0;
}

@font-face {
  font-family: "Anonymous Pro";
  src: url("../assets/anonymous-pro-v21-latin-ext_greek_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Anonymous Pro";
  src: url("../assets/anonymous-pro-v21-latin-ext_greek_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Anonymous Pro";
  src: url("../assets/anonymous-pro-v21-latin-ext_greek_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Anonymous Pro";
  src: url("../assets/anonymous-pro-v21-latin-ext_greek_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Arvo";
  src: url("../assets/arvo-v20-latin-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Arvo";
  src: url("../assets/arvo-v20-latin-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Arvo";
  src: url("../assets/arvo-v20-latin-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Arvo";
  src: url("../assets/arvo-v20-latin-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Cousine";
  src: url("../assets/cousine-v25-vietnamese_latin-ext_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Cousine";
  src: url("../assets/cousine-v25-vietnamese_latin-ext_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Cousine";
  src: url("../assets/cousine-v25-vietnamese_latin-ext_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Cousine";
  src: url("../assets/cousine-v25-vietnamese_latin-ext_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../assets/crimson-text-v19-vietnamese_latin-ext-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../assets/crimson-text-v19-vietnamese_latin-ext-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../assets/crimson-text-v19-vietnamese_latin-ext-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../assets/crimson-text-v19-vietnamese_latin-ext-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fira-sans-v16-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fira-sans-v16-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-style: italic;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fira-sans-v16-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fira-sans-v16-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/lato-v23-latin-ext-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/lato-v23-latin-ext-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/lato-v23-latin-ext-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/lato-v23-latin-ext-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/lora-v26-vietnamese_latin-ext_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/lora-v26-vietnamese_latin-ext_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/lora-v26-vietnamese_latin-ext_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/lora-v26-vietnamese_latin-ext_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/montserrat-v25-vietnamese_latin-ext_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/montserrat-v25-vietnamese_latin-ext_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/montserrat-v25-vietnamese_latin-ext_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/montserrat-v25-vietnamese_latin-ext_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/noto-serif-v21-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/noto-serif-v21-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/noto-serif-v21-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/noto-serif-v21-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/open-sans-v34-vietnamese_latin-ext_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/open-sans-v34-vietnamese_latin-ext_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/open-sans-v34-vietnamese_latin-ext_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/open-sans-v34-vietnamese_latin-ext_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/playfair-display-v30-vietnamese_latin-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/playfair-display-v30-vietnamese_latin-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/playfair-display-v30-vietnamese_latin-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../assets/playfair-display-v30-vietnamese_latin-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans";
  src: url("../assets/pt-sans-v17-latin-ext_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "PT Sans";
  src: url("../assets/pt-sans-v17-latin-ext_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans";
  src: url("../assets/pt-sans-v17-latin-ext_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "PT Sans";
  src: url("../assets/pt-sans-v17-latin-ext_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "PT Serif";
  src: url("../assets/pt-serif-v17-latin-ext_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "PT Serif";
  src: url("../assets/pt-serif-v17-latin-ext_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PT Serif";
  src: url("../assets/pt-serif-v17-latin-ext_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "PT Serif";
  src: url("../assets/pt-serif-v17-latin-ext_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/raleway-v28-vietnamese_latin-ext_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/raleway-v28-vietnamese_latin-ext_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/raleway-v28-vietnamese_latin-ext_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/raleway-v28-vietnamese_latin-ext_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/roboto-v30-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-300.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/roboto-v30-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-300italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/roboto-v30-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/roboto-v30-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/roboto-v30-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-500.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/roboto-v30-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-500italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/roboto-v30-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/roboto-v30-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../assets/roboto-mono-v22-vietnamese_latin-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../assets/roboto-mono-v22-vietnamese_latin-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../assets/roboto-mono-v22-vietnamese_latin-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../assets/roboto-mono-v22-vietnamese_latin-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../assets/roboto-slab-v24-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../assets/roboto-slab-v24-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/source-sans-pro-v21-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/source-sans-pro-v21-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/source-sans-pro-v21-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/source-sans-pro-v21-vietnamese_latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../assets/ubuntu-v20-latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../assets/ubuntu-v20-latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../assets/ubuntu-v20-latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../assets/ubuntu-v20-latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("../assets/ubuntu-mono-v15-latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("../assets/ubuntu-mono-v15-latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("../assets/ubuntu-mono-v15-latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Ubuntu Mono";
  src: url("../assets/ubuntu-mono-v15-latin-ext_greek-ext_greek_cyrillic-ext_cyrillic-700italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.product-price-original {
  padding-right: 4px;
  opacity: 0.4;
  display: inline-block;
}

.product-price-final {
  display: inline-block;
}

.dark-background .edy-product-widget-item-price-original {
  opacity: 0.4;
}
.dark-background .edy-product-widget-item-price-final {
  opacity: 0.7;
}
.dark-background .edy-product-widget-grid .edy-product-widget-item:hover .edy-product-widget-item-price {
  opacity: 0;
}

.front-page .page-content .content-header {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.front-page .page-content .content-slogan {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.front-page .page-content .content-header {
  margin-bottom: 10px;
}
.front-page .page-content .content-slogan {
  margin-bottom: 80px;
}
.front-page .main-feature {
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .front-page .main-feature {
    padding-top: 40px;
  }
}
.front-page .main-feature .wrap {
  padding: 0 40px;
  font-size: 0;
  text-align: center;
  max-width: 1123px;
}
@media screen and (max-width: 640px) {
  .front-page .main-feature .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 641px) {
  .front-page .main-feature .feature {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
  }
}
.editmode .front-page .main-feature .feature:nth-child(3n+1) .aspect-ratio-inner:not(.active), .editmode .front-page .main-feature .feature:nth-child(3n+2) .aspect-ratio-inner:not(.active) {
  border-left-style: dashed;
}
.editmode .front-page .main-feature .feature:nth-child(3n+2) .aspect-ratio-inner:not(.active), .editmode .front-page .main-feature .feature:nth-child(3n+3) .aspect-ratio-inner:not(.active) {
  border-right-style: dashed;
}
.front-page .main-feature .feature:empty {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .front-page .main-feature .feature:first-child .feature-content {
    margin-right: 15px;
    margin-left: 0;
  }
  .front-page .main-feature .feature:nth-child(2) .feature-content {
    margin-right: 15px;
    margin-left: 15px;
  }
  .front-page .main-feature .feature:last-child .feature-content {
    margin-right: 0;
    margin-left: 15px;
  }
}
.front-page .main-feature .feature-image {
  position: relative;
  margin-bottom: 25px;
}
.front-page .main-feature .feature-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.5413533835%;
}
.front-page .main-feature .feature-image > .aspect-ratio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.front-page .main-feature .feature-image.has-margin {
  margin-bottom: 70px;
}
.front-page .main-feature .feature-image.empty-hidden {
  display: none;
}
.front-page .main-feature .aspect-ratio-inner {
  background-size: cover;
  background-position: center;
}
.front-page .main-feature .aspect-ratio-inner:not(.active) {
  border-width: 1px;
}
.editmode .front-page .main-feature .aspect-ratio-inner:not(.active) {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
@media screen and (max-width: 640px) {
  .editmode .front-page .main-feature .aspect-ratio-inner:not(.active) {
    border-right-style: dashed;
    border-left-style: dashed;
  }
}
.front-page .main-feature .aspect-ratio-inner.active {
  border-width: 0;
}
.editmode .front-page .main-feature .aspect-ratio-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .main-feature .edy-img-drop-area .edy-img-drop-area-remove-image {
  top: 5px;
  right: 5px;
}
.front-page .main-feature .edy-img-drop-area-placeholder {
  font-size: 14px;
}
.front-page .main-feature .feature-content {
  margin: 0 30px 70px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .front-page .main-feature .feature-content {
    margin: 0 0 40px;
  }
}
.front-page .main-feature .feature-content:empty {
  display: none;
}
.front-page .main-feature .content-area {
  text-align: left;
  line-height: 1.7;
}
.front-page .main-feature .content-area h3 {
  margin-bottom: 8px;
}
.front-page .front-page-content-bottom .wrap {
  height: 360px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.front-page .front-page-content-bottom .wrap .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.front-page .content-full {
  position: relative;
}
.front-page .content-full .content-full-inner {
  position: relative;
}

.common-page .sidebar-active {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.common-page .sidebar-active .wrap {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .common-page .sidebar-active .wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.common-page .sidebar-active .inner {
  width: auto;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .common-page .sidebar-active .page-content {
    float: right;
    vertical-align: top;
    width: calc(100% - 260px);
  }
}
.common-page .main-content .wrap {
  max-width: 780px;
}
.common-page .main-content .content-half {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-page .main-content .content-half.has-padding {
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .common-page .main-content .content-half {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 851px) {
  .common-page .main-content .content-left {
    padding: 0 20px 60px 40px;
  }
}
@media screen and (max-width: 640px) {
  .common-page .main-content .content-left {
    padding: 0 20px 20px;
  }
}
@media screen and (min-width: 851px) {
  .common-page .main-content .content-right {
    padding: 0 40px 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .common-page .main-content .content-right {
    padding: 0 20px 20px;
  }
}

.blog-news-page .main-content .wrap {
  max-width: 780px;
}
.blog-news-page .blog-intro-content {
  padding-bottom: 50px;
}
.blog-news-page .article-title {
  font-size: 32px;
  font-weight: 300;
  margin: 10px 0 0;
}
@media screen and (max-width: 850px) {
  .blog-news-page .article-title {
    font-size: 26px;
  }
}
.blog-news-page .article-title a {
  color: black;
  text-decoration: none;
}
.blog-news-page .article-content {
  margin-top: 20px;
}
.blog-news-page .blog-article {
  position: relative;
  padding-top: 50px;
}
.blog-news-page .blog-article:first-child {
  padding-top: 0;
}
.blog-news-page .blog-article .article-image {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  margin-bottom: 20px;
}
.blog-news-page .blog-article .article-image:before {
  display: block;
  width: 100%;
  padding-top: 65.715%;
  content: "";
}
.blog-news-page .article-author,
.blog-news-page .article-date {
  font-size: 14px;
  color: black;
  opacity: 0.35;
  font-weight: 400;
  line-height: 1;
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dark-background .blog-news-page .article-author,
.dark-background .blog-news-page .article-date {
  color: rgba(255, 255, 255, 0.35);
}
.blog-news-page .article-excerpt {
  color: rgba(0, 0, 0, 0.7);
  font-size: rem-calc(18px);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog-news-page .article-read-more-btn {
  display: inline-block;
  text-decoration: underline;
}
.blog-news-page .article-read-more-btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .blog-news-page .article-header {
    margin: 0;
  }
}
.blog-news-page .articles-listing {
  max-width: 695px;
  margin: 0 auto;
}
.blog-news-page .articles-listing .articles-listing-header {
  margin: 62px 0 30px;
}
.blog-news-page .articles-listing .articles-listing-title {
  font-size: 22px;
  text-transform: uppercase;
}
.blog-news-page .articles-listing .blog-article {
  padding: 0;
}
.blog-news-page .articles-listing .blog-article .article-header {
  margin: 0 0 20px;
}
.blog-news-page .articles-listing .blog-article .article-date {
  font-size: 12px;
  font-size: 12px;
  color: black;
  opacity: 0.35;
  font-weight: 400;
  line-height: 1.7;
  position: absolute;
  top: 4px;
  letter-spacing: 1px;
}
.blog-news-page .articles-listing .blog-article .article-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin-left: 170px;
}
@media screen and (max-width: 480px) {
  .blog-news-page .articles-listing {
    margin: 0;
  }
  .blog-news-page .articles-listing .blog-article .article-date {
    position: static;
  }
  .blog-news-page .articles-listing .blog-article .article-title {
    margin: 0;
  }
}
.blog-news-page .dark-background .article-author,
.blog-news-page .dark-background .article-date,
.blog-news-page .dark-background .articles-listing .article-date {
  color: rgba(255, 255, 255, 0.35);
}

.blog-article-page .article-types-toggle {
  font-size: 0;
  position: absolute;
  top: 85px;
  left: 20px;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  border-radius: 5px;
}
.blog-article-page .article-types-toggle .type-btn {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  float: left;
  width: 75px;
  padding: 5px 5px 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: white;
  border-style: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.blog-article-page .article-types-toggle .type-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.blog-article-page .article-types-toggle .type-btn.is-active {
  background-color: black;
}
.blog-article-page.header-top-with-bg .article-types-toggle {
  top: 150px;
}
@media screen and (max-width: 1024px) {
  .blog-article-page.header-top-with-bg .article-types-toggle {
    top: 125px;
  }
}
@media screen and (max-width: 640px) {
  .blog-article-page.header-top-with-bg .article-types-toggle {
    top: 80px;
  }
}
.blog-article-page .article-body, .blog-article-page .article-excerpt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin: 30px 0 0;
  color: rgba(0, 0, 0, 0.7);
}
.blog-article-page .article-excerpt {
  font-weight: 400;
}
.blog-article-page .article-excerpt:empty {
  display: none;
}
.blog-article-page .comments-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  color: black;
  margin-right: 30px;
}
.blog-article-page .comments-title:hover .comments-title-inner,
.blog-article-page .comments-title:hover .comments-count {
  opacity: 1;
}
.dark-background .blog-article-page .comments-title {
  color: white;
}
.blog-article-page .comments-title .comments-title-inner {
  opacity: 0.35;
}
.blog-article-page .comments-title .comments-count {
  opacity: 0.7;
}
.blog-article-page .main-content {
  -webkit-transition: min-height 250ms;
  -o-transition: min-height 250ms;
  transition: min-height 250ms;
  min-height: 0;
  will-change: min-height;
}
.blog-article-page .main-content .wrap {
  max-width: 780px;
}
.blog-article-page .main-content .article-meta {
  display: inline-block;
  margin-right: 30px;
}
.blog-article-page .main-content .article-meta.is-hidden {
  display: none;
}
.blog-article-page .main-content .article-header {
  margin: 10px 0 30px;
}
@media screen and (max-width: 480px) {
  .blog-article-page .main-content .article-header.comments-open .blog-article-page .main-content .article-header {
    display: none;
  }
}
.blog-article-page .main-content .article-header .article-title {
  line-height: 1.4;
  margin-bottom: 0;
}
.blog-article-page .main-content .article-header a {
  border-bottom: none;
}
.blog-article-page .main-content .article-author,
.blog-article-page .main-content .article-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
  opacity: 0.35;
}
.blog-article-page .main-content .article-author.is-hidden,
.blog-article-page .main-content .article-date.is-hidden {
  display: none;
}
.blog-article-page .article-author,
.blog-article-page .article-date {
  opacity: 0.35;
}
.blog-article-page .dark-background .article-author,
.blog-article-page .dark-background .article-date {
  color: white;
}
.blog-article-page.header-top-with-bg .header-bottom .voog-bg-picker-btn {
  top: 180px;
}
@media screen and (max-width: 1024px) {
  .blog-article-page.header-top-with-bg .header-bottom .voog-bg-picker-btn {
    top: 155px;
  }
}
@media screen and (max-width: 640px) {
  .blog-article-page.header-top-with-bg .header-bottom .voog-bg-picker-btn {
    top: 115px;
  }
}

.article-settings-wrap {
  display: inline-block;
}

.blog-article-page .wrap .hide-article-comments,
.blog-news-page .wrap .hide-article-comments,
.site-header .wrap .hide-article-comments {
  display: none;
}
.blog-article-page .wrap .article-date.hide-article-date,
.blog-news-page .wrap .article-date.hide-article-date,
.site-header .wrap .article-date.hide-article-date {
  display: none;
}
.blog-article-page .wrap .article-author.hide-article-author,
.blog-news-page .wrap .article-author.hide-article-author,
.site-header .wrap .article-author.hide-article-author {
  display: none;
}

.date-separator.hide-separator {
  display: none;
}

.article-comments {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  position: absolute;
  top: 0;
  right: -486px;
  z-index: 1;
  width: 440px;
  padding: 45px 40px;
  background-color: white;
  -webkit-box-shadow: -10px 19px 30px rgba(68, 68, 68, 0.31);
          box-shadow: -10px 19px 30px rgba(68, 68, 68, 0.31);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .article-comments {
    display: none;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms;
  }
}
.article-comments.open {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .article-comments.open {
    display: block;
    -webkit-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms;
    width: 100%;
  }
}
.article-comments .comments-body {
  max-height: 100%;
}
@media screen and (max-width: 640px) {
  .comments-open .article-comments .comments-body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100vh;
    padding: 20px;
    background-color: white;
  }
}
.article-comments .comments-body .comments-header .comments-title {
  margin-top: 0;
}
.article-comments .comments-body .comments-title {
  margin: 20px 0 20px 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
  color: black;
  cursor: text;
  text-transform: none;
}
.article-comments .comments-body .comments-title .comments-count {
  display: inline-block;
  font-size: 14px;
  color: black;
  opacity: 0.35;
  vertical-align: middle;
}
.article-comments .comments-body .form_field_textfield,
.article-comments .comments-body .form_field_textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
.article-comments .comment {
  margin: 20px 0 0;
  color: rgba(0, 0, 0, 0.7);
}
.article-comments .comment:first-child {
  margin-top: 0;
}
.article-comments .comment .comment-body {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.article-comments .comment .comment-author,
.article-comments .comment .comment-date {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: black;
  opacity: 0.35;
}
.article-comments .comments-close.dark-background .btn-close {
  background-color: white;
}
.article-comments .comments-close.dark-background .btn-close .ico-close {
  fill: black;
}
.article-comments .comments-close .btn-close {
  position: absolute;
  top: 0;
  left: -46px;
  width: 46px;
  height: 46px;
  line-height: 1;
  cursor: pointer;
  background-color: black;
}
@media screen and (max-width: 850px) {
  .article-comments .comments-close .btn-close {
    right: 0;
    left: auto;
    background-color: white;
  }
}
@media screen and (min-width: 851px) {
  .article-comments .comments-close .btn-close:hover {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    opacity: 0.7;
  }
}
.article-comments .comments-close .btn-close .ico-close {
  padding: 15px;
  fill: white;
}
@media screen and (max-width: 850px) {
  .article-comments .comments-close .btn-close .ico-close {
    fill: rgba(0, 0, 0, 0.7);
  }
  .article-comments .comments-close .btn-close .ico-close:hover {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    fill: rgba(0, 0, 0, 0.7);
  }
}

.blog-tags {
  margin-bottom: 20px;
}
.blog-article .blog-tags {
  margin-bottom: 15px;
}
.blog-tags .tags-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.blog-tags .tags-icon {
  position: absolute;
  top: -3px;
  left: 0;
  fill: rgba(0, 0, 0, 0.7);
}
.dark-background .blog-tags .tags-icon {
  fill: rgba(255, 255, 255, 0.7);
}
.blog-tags .tags-title {
  padding: 0px 20px 0 25px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-tags .ico-arrow {
  position: absolute;
  right: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: black transparent transparent transparent;
}
.blog-tags .ico-arrow.active {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent black transparent;
}
.dark-background .blog-tags .ico-arrow.active {
  border-color: white transparent transparent transparent;
}
.dark-background .blog-tags .ico-arrow {
  border-color: transparent transparent white transparent;
}
.blog-tags .tags-bottom {
  display: none;
  margin-top: 15px;
}
.blog-tags .tags-bottom.visible {
  display: block;
}
.blog-tags .menu {
  display: inline-block;
  padding-left: 0;
}
.blog-tags .menu .menu-item {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}
.blog-tags .menu .menu-item:before {
  display: none;
}
.blog-tags .menu .menu-link {
  padding: 1px 5px;
  font-size: 12px;
  color: #a4a4a4;
  text-decoration: none;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
}
.blog-tags .menu .menu-link:hover {
  opacity: 0.7;
}
.blog-tags .menu .menu-link.active {
  color: white;
  background-color: #a4a4a4;
}
.dark-background .blog-tags .menu .menu-link {
  background-color: rgba(255, 255, 255, 0.2);
}

.site-header {
  position: relative;
}
@media screen and (max-width: 850px) {
  .site-header .header-left,
  .site-header .header-right {
    float: none;
  }
  .no-flexbox .site-header .header-left,
  .no-flexbox .site-header .header-right {
    display: table-cell;
    vertical-align: top;
  }
  .site-header .header-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .search-open .site-header {
    position: static;
  }
}
.site-header .header-top .wrap {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}
.flexbox .site-header .header-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-top-with-bg .site-header .header-top .wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .header-top-with-bg .site-header .header-top .wrap {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-top .wrap {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.site-header .header-top .site-options {
  display: inline-block;
  vertical-align: top;
  height: 27px;
}
@media screen and (max-width: 1024px) {
  .site-header .header-top .site-options {
    margin-left: 20px;
  }
}
.site-header .header-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  min-width: 140px;
}
.site-header .header-title a {
  text-decoration: none;
}
.site-header .header-title a:hover {
  opacity: 0.7;
}
.blog-article-page .site-header .header-body {
  text-align: center;
}

.site-header .header-left {
  max-width: 100%;
}
.flexbox .site-header .header-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.no-flexbox .site-header .header-left {
  float: left;
}
@media screen and (max-width: 640px) {
  .no-flexbox .site-header .header-left {
    float: none;
  }
}
.site-header .header-right {
  position: relative;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .site-header .header-right {
    margin-top: 1px;
  }
}
@media screen and (max-width: 640px) {
  .search-open .site-header .header-right {
    position: static;
  }
}
.no-flexbox .site-header .header-right {
  float: right;
}
.site-header .header-bottom .header-bottom-inner {
  display: table;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}
.common-page .site-header .header-bottom .header-bottom-inner, .blog-news-page .site-header .header-bottom .header-bottom-inner, .blog-article-page .site-header .header-bottom .header-bottom-inner, .item-list-page .site-header .header-bottom .header-bottom-inner {
  height: 253px;
}
@media screen and (max-width: 640px) {
  .common-page .site-header .header-bottom .header-bottom-inner, .blog-news-page .site-header .header-bottom .header-bottom-inner, .blog-article-page .site-header .header-bottom .header-bottom-inner, .item-list-page .site-header .header-bottom .header-bottom-inner {
    height: 130px;
  }
}
.front-page .site-header .header-bottom .header-bottom-inner {
  height: 606px;
}
@media screen and (max-width: 640px) {
  .front-page .site-header .header-bottom .header-bottom-inner {
    height: 400px;
  }
}
.site-header .header-bottom .header-bottom-inner.header-bottom-only .wrap {
  padding-top: 90px;
}
.site-header .header-bottom .header-bottom-inner .wrap {
  display: table-cell;
  padding: 60px 40px 90px;
  vertical-align: middle;
}
.header-top-with-bg .site-header .header-bottom .header-bottom-inner .wrap {
  padding-top: 74px;
  padding-bottom: 76px;
}
@media screen and (max-width: 640px) {
  .site-header .header-bottom .header-bottom-inner .wrap {
    padding: 40px 20px 60px;
  }
  .header-top-with-bg .site-header .header-bottom .header-bottom-inner .wrap {
    padding-top: 49px;
    padding-bottom: 51px;
  }
}
.site-header.photo-article .header-bottom .header-bottom-inner {
  height: 606px;
}
@media screen and (max-width: 640px) {
  .site-header.photo-article .header-bottom .header-bottom-inner {
    height: 400px;
  }
}
.site-header .header-body .article-author,
.site-header .header-body .article-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-header .header-body .article-author.is-hidden,
.site-header .header-body .article-date.is-hidden {
  display: none;
}
.site-header .header-body .article-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: none;
}
.publicmode .site-header .header-body .article-title {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-header .header-body .article-title {
    font-size: 32px;
  }
}
.site-header .header-body .article-title a {
  font-size: 1em;
  text-decoration: none;
}
.site-header .header-body .blog-title {
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}
.site-header .header-body .blog-title.is-hidden {
  display: none;
}

/* NAVIGATION MENUS*/
.menu-btn-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.language-menu-mode-list .menu-btn-wrap.menu-language-popover-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu-btn-wrap {
    display: none;
  }
}

.toggle-sub-menu {
  position: absolute;
  top: 11px;
  right: -10px;
  display: block;
  padding: 9px 11px 8px;
  margin-top: -6px;
}
.no-svg .toggle-sub-menu:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.svg .toggle-sub-menu {
  fill: black;
  opacity: 0.2;
}
.no-svg .toggle-sub-menu.active:before {
  border-width: 8px 5px 0;
  border-color: black transparent transparent transparent;
}
.svg .toggle-sub-menu.active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.no-svg .toggle-sub-menu.highlighted {
  border-color: black transparent transparent transparent;
}
.svg .toggle-sub-menu.highlighted {
  fill: black;
}

.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.menu li {
  font-weight: 300;
  line-height: 1.7;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li.selected {
  font-weight: 500;
}
.menu li.is-hidden {
  display: none;
}
.menu li a {
  display: block;
  border-style: none;
  color: #222 !important;
}
.menu li a:hover {
  color: #666 !important;
}
.menu li a.untranslated {
  color: rgba(199, 9, 9, 0.7);
}
.menu li a.untranslated:hover {
  color: #c70909;
}

.menu-main {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.menu-main li {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  padding: 1px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .7);
}

.menu-sub li {
  margin-right: 10px;
}

.menu-language-settings {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.language-menu-mode-popover .menu-language-settings .menu-item-cms {
  padding-top: 5px !important;
}
.language-menu-mode-list .menu-language-settings .menu-item-cms {
  padding-top: 2px !important;
}

.menu-item-list {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .menu-item-list.is-hidden-desktop {
    display: none;
  }
}
.item-list-page .menu-item-list {
  margin-bottom: 15px;
}
.common-page .menu-item-list {
  margin-bottom: 18px;
}
.menu-item-list .menu-item {
  display: inline-block;
  font-size: 14px;
  opacity: 0.5;
}
.menu-item-list .menu-item:not(.current):hover {
  opacity: 0.8;
}
.menu-item-list .menu-item.selected {
  font-weight: 400;
}
.menu-item-list .menu-item.current {
  font-weight: 500;
  opacity: 1;
}

.menu-item-cms {
  margin-left: 10px;
}
.menu-item-cms.float-right {
  float: right;
}

.menu-separator {
  opacity: 0.5;
}
.menu-separator:first-child {
  display: none;
}

/* mobile-menu */
#mobile-menu {
  display: none;
}

.mobile-menu-toggler,
.mobile-menu-toggler {
  display: none;
}

@media screen and (max-width: 1024px) {
  .site-header .header-right .menu-main {
    display: none;
  }
  .mobilemenu-open,
  .mobilesearch-open {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mobilemenu-open #mobile-menu,
  .mobilesearch-open #mobile-menu {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
  }
  .mobile-menu-toggler {
    position: absolute;
    top: -12px;
    right: -12px;
    display: block;
    width: 45px;
    height: 44px;
    outline: 0;
  }
  .mobile-menu-toggler span, .mobile-menu-toggler span:before, .mobile-menu-toggler span:after {
    position: absolute;
    top: 14px;
    left: 12px;
    display: block;
    width: 21px;
    height: 2px;
    content: "";
    background-color: black;
  }
  .dark-background .mobile-menu-toggler span, .dark-background .mobile-menu-toggler span:before, .dark-background .mobile-menu-toggler span:after {
    background-color: white;
  }
  .language-flags-disabled .mobile-menu-toggler span .lang-menu-btn, .language-flags-disabled .mobile-menu-toggler span:before .lang-menu-btn, .language-flags-disabled .mobile-menu-toggler span:after .lang-menu-btn {
    position: static;
    width: auto;
    height: auto;
    background-color: #c70909;
  }
  .language-flags-disabled .mobile-menu-toggler span .lang-menu-btn:before, .language-flags-disabled .mobile-menu-toggler span .lang-menu-btn:after, .language-flags-disabled .mobile-menu-toggler span:before .lang-menu-btn:before, .language-flags-disabled .mobile-menu-toggler span:before .lang-menu-btn:after, .language-flags-disabled .mobile-menu-toggler span:after .lang-menu-btn:before, .language-flags-disabled .mobile-menu-toggler span:after .lang-menu-btn:after {
    display: none;
  }
  .language-flags-disabled .mobile-menu-toggler span .lang-menu-btn .lang-title, .language-flags-disabled .mobile-menu-toggler span:before .lang-menu-btn .lang-title, .language-flags-disabled .mobile-menu-toggler span:after .lang-menu-btn .lang-title {
    position: static;
    color: white;
  }
  .mobile-menu-toggler span:before {
    top: 7px;
    left: 0;
  }
  .mobile-menu-toggler span:after {
    top: 14px;
    left: 0;
  }
  #mobile-menu {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    font-family: "Roboto", sans-serif;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 250px;
    padding: 30px 20px;
    background-color: white;
  }
  #mobile-menu.reset-touch {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #mobile-menu {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .editmode #mobile-menu {
    height: calc(100% - 40px);
  }
  .mobilemenu-open #mobile-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #mobile-menu .search-open-btn {
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    position: absolute;
    top: 28px;
    right: 78px;
    width: 42px;
    height: 42px;
    margin-left: 0;
  }
  #mobile-menu .search-open-btn.no-back-btn {
    right: 108px;
  }
  #mobile-menu .search-open-btn.search-active {
    display: none;
  }
  #mobile-menu .search-open-btn svg {
    fill: black;
  }
  #mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #mobile-menu ul li {
    position: relative;
    margin: 0;
  }
  .language-names-disabled #mobile-menu ul li.lang-item {
    position: relative;
    left: -5px;
    display: inline-block;
  }
  #mobile-menu ul li.is-hidden {
    display: none;
  }
  #mobile-menu ul li.edit-btn {
    margin: 10px 0;
  }
  #mobile-menu ul a {
    line-height: 1.3;
    padding: 10px 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
  }
  .language-names-enabled #mobile-menu ul a.lang-flag {
    font-size: 16px;
  }
  .language-names-disabled #mobile-menu ul a.lang-flag {
    font-size: 0;
    padding: 15px 15px 8px 16px;
    opacity: 0.7;
  }
  .language-names-disabled #mobile-menu ul a.lang-flag:hover, .language-names-disabled #mobile-menu ul a.lang-flag.is-active {
    opacity: 1;
  }
  #mobile-menu ul a.untranslated {
    color: rgba(199, 9, 9, 0.7);
  }
  #mobile-menu ul a.untranslated:hover {
    color: #c70909;
  }
  #mobile-menu .navigation-menu {
    word-break: break-all;
  }
  #mobile-menu .navigation-menu .with-children > a {
    margin-right: 30px;
  }
  #mobile-menu .navigation-menu ul a {
    display: block;
  }
  #mobile-menu .navigation-menu ul a.visible {
    display: inline-block;
  }
  #mobile-menu .navigation-menu ul a.selected {
    font-weight: 500;
    color: black;
  }
  #mobile-menu .navigation-menu ul a.indented {
    margin-left: 10px;
  }
  #mobile-menu .navigation-menu ul.current-menu > li:first-child > a {
    text-transform: uppercase;
  }
  #mobile-menu .navigation-menu ul.child-menu li a.edy-cbtn {
    display: inline !important;
  }
  #mobile-menu .navigation-menu .option-btn {
    padding: 15px 0;
  }
  #mobile-menu .sub-menu a {
    text-transform: initial;
  }
  #mobile-menu .menu-level-2,
  #mobile-menu .menu-level-3 {
    display: none;
    padding-left: 10px;
  }
  #mobile-menu .current-parent > .menu-level-2, #mobile-menu .current-parent > .menu-level-3 {
    display: block;
  }
  #mobile-menu .lang-menu {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  #mobile-menu .lang-menu ul {
    margin: 0;
    padding: 0;
  }
  #mobile-menu .lang-menu ul li {
    text-align: left;
  }
  #mobile-menu .lang-menu ul li a {
    padding: 7px 0 5px;
    text-align: left;
  }
  .language-names-enabled #mobile-menu .lang-menu ul li a.lang-flag:before, .language-names-enabled #mobile-menu .lang-menu ul li a.lang-flag:after {
    top: 8px;
    right: auto;
    left: 0;
  }
  .language-names-disabled #mobile-menu .lang-menu ul li a.lang-flag:before, .language-names-disabled #mobile-menu .lang-menu ul li a.lang-flag:after {
    top: 5px;
    left: 5px;
  }
  #mobile-menu .lang-menu ul li a.is-active {
    font-weight: 500;
    color: black;
  }
  .language-flags-enabled #mobile-menu .lang-menu a {
    padding-left: 25px;
  }
}
/* flags */
.lang-flag:before, .lang-flag:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 21px;
  height: 15px;
  content: "";
}
.language-flags-disabled .lang-flag:before, .language-flags-disabled .lang-flag:after {
  display: none;
}
.lang-flag:after {
  background-position: -189px -60px;
}

.lang-flag:before {
  background-color: black;
}

.lang-flag:after {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-position: 0 -75px;
  background-repeat: no-repeat;
  content: attr(data-lang-code);
  opacity: 0.95;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-boxshadow .lang-flag:after {
  border: 1px solid white;
}
.svg .lang-flag:after {
  background-image: url("../assets/ico-flags.svg");
}
.lang-flag:after .no-svg {
  background-image: url("../images/ico-flags.png");
}

[data-lang-code^=sq]:after {
  background-position: 0 0;
  content: "";
}

[data-lang-code^=hy]:after {
  background-position: -21px 0;
  content: "";
}

[data-lang-code^=bn]:after {
  background-position: -42px 0;
  content: "";
}

[data-lang-code^=bg]:after {
  background-position: -84px 0;
  content: "";
}

[data-lang-code^=zh]:after {
  background-position: -105px 0;
  content: "";
}

[data-lang-code^=hr]:after {
  background-position: -126px 0;
  content: "";
}

[data-lang-code^=da]:after {
  background-position: -147px 0;
  content: "";
}

[data-lang-code^=cs]:after {
  background-position: -168px 0;
  content: "";
}

[data-lang-code^=et]:after {
  background-position: -189px 0;
  content: "";
}

[data-lang-code^=fi]:after {
  background-position: 0 -15px;
  content: "";
}

[data-lang-code^=fr]:after {
  background-position: -21px -15px;
  content: "";
}

[data-lang-code^=ka]:after {
  background-position: -42px -15px;
  content: "";
}

[data-lang-code^=de]:after {
  background-position: -63px -15px;
  content: "";
}

[data-lang-code^=el]:after {
  background-position: -84px -15px;
  content: "";
}

[data-lang-code^=hu]:after {
  background-position: -105px -15px;
  content: "";
}

[data-lang-code^=is]:after {
  background-position: -126px -15px;
  content: "";
}

[data-lang-code^=hi]:after {
  background-position: -147px -15px;
  content: "";
}

[data-lang-code^=id]:after {
  background-position: -168px -15px;
  content: "";
}

[data-lang-code^=fa]:after {
  background-position: -189px -15px;
  content: "";
}

[data-lang-code^=he]:after {
  background-position: 0 -30px;
  content: "";
}

[data-lang-code^=it]:after {
  background-position: -21px -30px;
  content: "";
}

[data-lang-code^=ja]:after {
  background-position: -42px -30px;
  content: "";
}

[data-lang-code^=ko]:after {
  background-position: -63px -30px;
  content: "";
}

[data-lang-code^=lv]:after {
  background-position: -84px -30px;
  content: "";
}

[data-lang-code^=lt]:after {
  background-position: -105px -30px;
  content: "";
}

[data-lang-code^=ms]:after {
  background-position: -126px -30px;
  content: "";
}

[data-lang-code^=nl]:after {
  background-position: -147px -30px;
  content: "";
}

[data-lang-code^=no]:after {
  background-position: -168px -30px;
  content: "";
}

[data-lang-code^=ur]:after {
  background-position: -189px -30px;
  content: "";
}

[data-lang-code^=fil]:after {
  background-position: 0 -45px;
  content: "";
}

[data-lang-code^=pl]:after {
  background-position: -21px -45px;
  content: "";
}

[data-lang-code^=ro]:after {
  background-position: -42px -45px;
  content: "";
}

[data-lang-code^=ru]:after {
  background-position: -63px -45px;
  content: "";
}

[data-lang-code^=ar]:after {
  background-position: -84px -45px;
  content: "";
}

[data-lang-code^=sk]:after {
  background-position: -105px -45px;
  content: "";
}

[data-lang-code^=sl]:after {
  background-position: -126px -45px;
  content: "";
}

[data-lang-code^=es]:after {
  background-position: -147px -45px;
  content: "";
}

[data-lang-code^=sv]:after {
  background-position: -168px -45px;
  content: "";
}

[data-lang-code^=tr]:after {
  background-position: -189px -45px;
  content: "";
}

[data-lang-code^=uk]:after {
  background-position: 0 -60px;
  content: "";
}

[data-lang-code^=en]:after {
  background-position: -21px -60px;
  content: "";
}

[data-lang-code^=pt]:after {
  background-position: -84px -60px;
  content: "";
}

[data-lang-code^=sr]:after {
  background-position: -126px -60px;
  content: "";
}

[data-lang-code^=bn]:after {
  background-position: -147px -60px;
  content: "";
}

[data-lang-code^=th]:after {
  background-position: -189px -60px;
  content: "";
}

[data-lang-code^=en_US]:after {
  background-position: -21px -60px;
  content: "";
}

[data-lang-code^=en_GB]:after {
  background-position: -63px -60px;
  content: "";
}

[data-lang-code^=en_AU]:after {
  background-position: -168px -60px;
  content: "";
}

[data-lang-code^=en_CA]:after {
  background-position: -105px -60px;
  content: "";
}

[data-lang-code^=pt_BR]:after {
  background-position: -63px 0;
  content: "";
}

[data-lang-code^=fr_CA]:after {
  background-position: -105px -60px;
  content: "";
}

[data-lang-code^=fr_IC]:after {
  background-position: -42px -60px;
  content: "";
}

/* langmenu */
.lang-menu {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .lang-menu {
    display: none;
  }
}
.language-menu-mode-popover .lang-menu.menu-language-list {
  display: none;
}
.lang-menu.menu-language-list .lang-title {
  display: inline-block;
}
.lang-menu.menu-language-list .lang-title a {
  opacity: 0.7;
}
.lang-menu.menu-language-list .lang-title a:hover {
  opacity: 1;
}
.lang-menu.menu-language-list .lang-title a.is-active {
  font-weight: 400;
  opacity: 1;
}
.lang-menu.menu-language-list .menu-item-cms {
  display: inline-block;
  padding-left: 5px;
}
.lang-menu li {
  line-height: normal;
  display: block;
  text-align: right;
  text-transform: uppercase;
}
.lang-menu li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.lang-menu li.menu-item-cms {
  padding-right: 18px;
  padding-left: 18px;
}
.lang-menu li.menu-item-cms:last-child {
  padding-top: 5px;
  padding-bottom: 10px;
}
.language-menu-mode-list .lang-menu li.menu-item-cms:last-child {
  padding-right: 9px;
}
#mobile-menu .lang-menu li.menu-item-cms:last-child {
  padding-top: 0;
  padding-left: 0;
}
.lang-menu a.lang-flag {
  position: relative;
  display: block;
  text-align: right;
}
.dark-background .lang-menu a.lang-flag, .light-background .lang-menu a.lang-flag {
  color: rgba(0, 0, 0, 0.7);
}
.dark-background .lang-menu a.lang-flag:hover, .light-background .lang-menu a.lang-flag:hover {
  color: black;
}
.language-names-enabled.language-flags-enabled .lang-menu a.lang-flag {
  padding: 5px 40px 5px 13px;
}
.language-menu-mode-popover.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag {
  padding: 15px 32px 14px 13px;
}
.language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag {
  padding: 15px 15px 8px 16px;
}
.lang-menu a.lang-flag:before, .lang-menu a.lang-flag:after {
  left: 12px;
}
.language-menu-mode-popover .lang-menu a.lang-flag:before, .language-menu-mode-popover .lang-menu a.lang-flag:after {
  top: 7px;
}
.language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag:before, .language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag:after {
  left: 5px;
}
.language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag:before, .language-menu-mode-list.language-names-enabled.language-flags-enabled .lang-menu a.lang-flag:before, .language-menu-mode-list.language-names-disabled.language-flags-enabled .lang-menu a.lang-flag:after, .language-menu-mode-list.language-names-enabled.language-flags-enabled .lang-menu a.lang-flag:after {
  top: 5px;
}
.lang-menu a.lang-flag:before, .lang-menu a.lang-flag:after {
  right: 12px;
  left: auto;
}
.lang-menu a.edy-menu-langadd {
  padding: 5px;
}
.language-flags-disabled .lang-menu a.lang-flag {
  padding: 5px 10px;
}
.language-menu-mode-list.language-flags-disabled .lang-menu .lang-title:last-child a.lang-flag {
  padding-right: 0;
}

.lang-title {
  text-transform: uppercase;
  background-color: transparent;
}
.lang-title a {
  text-transform: uppercase;
  background-color: transparent;
}
.language-names-enabled .lang-title a {
  font-size: 14px;
}
.language-names-disabled .lang-title a {
  font-size: 0;
}

.lang-menu-btn {
  font-family: inherit;
  font-size: 14px;
  position: relative;
  display: block;
  margin: 0;
  padding: 6px 3px;
  cursor: pointer;
  border: none;
  background: none;
  line-height: 1;
}
.language-flags-enabled .lang-menu-btn {
  width: 21px;
  padding: 13px 14px 13px 13px;
}
.language-flags-enabled .lang-menu-btn .lang-title {
  display: none;
}
.lang-menu-btn.lang-flag:before, .lang-menu-btn.lang-flag:after {
  top: 6px;
  left: 3px;
}
.lang-menu-btn .lang-title-inner {
  position: relative;
  padding: 5px 12px 5px 5px;
}
.lang-menu-btn .lang-title-inner:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -3px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: black transparent transparent transparent;
}
.dark-background .lang-menu-btn .lang-title-inner:after {
  border-color: white transparent transparent transparent;
}

.lang-menu-popover {
  line-height: 1;
  position: absolute;
  z-index: 1;
  display: none;
  padding: 5px 0;
  text-align: left;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.no-boxshadow .lang-menu-popover {
  border: 1px solid white;
}
.editmode .lang-menu-popover {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .menu-language-popover-open .lang-menu-popover {
    display: block;
  }
}
.lang-menu-popover a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.lang-menu-popover a.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.site-search {
  margin-right: 10px;
}
.site-search .search-input {
  width: 128px;
  padding: 4px 5px 3px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.53);
  border-radius: 3px;
}
.site-search .search-submit {
  position: relative;
  top: -1px;
}

/* SEARCH */
.search {
  display: none;
  position: absolute;
  width: 310px;
  height: 50px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
    background-color: #f7f7f7;
  }
}
.search.active {
  position: absolute;
  right: 0;
  z-index: 20;
  display: block;
}
@media screen and (min-width: 641px) {
  .search.active {
    top: 30px;
  }
}

.search-middle {
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-inner {
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.search-form {
  position: relative;
  z-index: 20;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .search-form {
    padding-top: 10px;
    padding-bottom: 6px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
}
.search-form, .search-form.selected {
  margin: 0 auto;
  border: none;
}
@media screen and (min-width: 641px) {
  .search-form, .search-form.selected {
    max-width: 400px;
  }
}

.search-input {
  vertical-align: middle;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 55px 0 15px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  color: black;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 640px) {
  .search-open .search-input {
    padding: 0px 61px 0 42px;
  }
}
.search-input::-ms-clear {
  display: none;
}
.search-input::-webkit-input-placeholder {
  padding: 2px 0 4px 0;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}
.search-input:focus {
  outline: none;
}

.search-btn,
.search-submit {
  width: 30px;
  height: 50px;
  background-color: transparent;
}
.no-svg .search-btn,
.no-svg .search-submit {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ico-search-white.png");
}
.no-svg .light-background .search-btn,
.no-svg .light-background .search-submit {
  background-image: url("../images/ico-search-black.png");
}

.search-submit {
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 25px;
  padding-top: 2px;
  width: 41px;
  background-size: 32px;
  background-color: transparent;
}
.search-submit:hover {
  opacity: 1;
}

.search-btn {
  z-index: 21;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  font-size: 0;
}
@media screen and (min-width: 1025px) {
  .search-btn {
    margin-left: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .search-btn {
    margin-right: 36px;
    top: -3px;
    position: relative;
  }
  .search-active .search-btn {
    position: static;
  }
}
.front-page .header-options .search-btn {
  top: 1px;
}
.content-page .header-options .search-btn {
  top: 4px;
}
.header-options .search-btn svg {
  fill: rgba(0, 0, 0, 0.7);
}
.front-page .header-options .search-btn svg {
  fill: white;
}
.front-page .light-background .search-btn svg {
  fill: black;
}
.search-btn:hover svg {
  fill: rgba(0, 0, 0, 0.47);
}
.search-btn:focus {
  outline: none;
}
@media screen and (max-width: 640px) {
  .content-page .header-options .search-btn {
    margin-right: 35px;
  }
}

@media screen and (max-width: 640px) {
  .search-open .search-open-btn {
    margin: 0;
    position: absolute;
    top: 16px;
    left: 10px;
  }
  .comments-open .search-open-btn {
    display: none;
  }
}

.search-close-btn {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
  border-left: 1px solid #eeeeee;
}
@media screen and (min-width: 641px) {
  .search-close-btn {
    top: 8px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 640px) {
  .search-close-btn {
    top: 10px;
    z-index: 1000;
    padding: 12px 20px;
  }
}

.voog-search-modal {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  width: 100%;
  max-height: calc(100vh - 140px);
  margin: 0 auto;
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}
.voog-search-modal.no-content {
  padding: 20px;
  color: black;
}
.voog-search-modal.search-results-active {
  display: block;
}
@media screen and (min-width: 641px) {
  .voog-search-modal {
    max-width: 400px;
  }
}

.voog-search-modal-results h3 {
  margin: 0;
  font-size: 16px;
  color: black;
  font-weight: 400;
  line-height: 1.3;
}
.voog-search-modal-results h3 a {
  text-decoration: none;
  color: black;
}
.voog-search-modal-results h3 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.voog-search-modal-results p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.voog-search-modal-results em {
  font-style: normal;
  background-color: rgba(249, 236, 90, 0.5);
  border-radius: 2px;
  padding: 0 2px;
}

.voog-search-modal-result {
  padding: 15px;
  border-top: rgba(0, 0, 0, 0.13) solid 1px;
}
.voog-search-modal-result:first-of-type {
  border-top: 1px solid transparent;
}

.site-sidebar {
  float: left;
  vertical-align: top;
  width: 220px;
  margin: 50px 0 50px 40px;
  word-break: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 1024px) {
  .site-sidebar {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .site-sidebar {
    width: 20%;
  }
}
.site-sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .site-sidebar .sidebar-title {
    display: none;
  }
}
.site-sidebar .sidebar-title a {
  color: black;
}
.dark-background .site-sidebar .sidebar-title a {
  color: white;
}
.site-sidebar .submenu {
  margin-bottom: 0;
  padding: 0;
}
.site-sidebar .submenu ul, .site-sidebar .submenu li {
  list-style: none;
}
.site-sidebar .submenu li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin: 15px 0;
}
.site-sidebar .submenu li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .site-sidebar .submenu li {
    display: inline-block;
    margin-right: 20px;
  }
}
.site-sidebar .submenu a {
  color: black;
  opacity: 0.5;
}
.dark-background .site-sidebar .submenu a {
  color: white;
}
.site-sidebar .submenu a:hover {
  opacity: 1;
}
.dark-background .site-sidebar .submenu a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-sidebar .submenu a.untranslated {
  color: rgba(199, 9, 9, 0.7);
}
.site-sidebar .submenu a.untranslated:hover {
  color: #c70909;
}
.site-sidebar .submenu .selected {
  font-weight: 500;
  opacity: 1;
}
.dark-background .site-sidebar .submenu .selected {
  color: white;
}
.dark-background .site-sidebar .submenu .selected:hover {
  color: white;
}
.site-sidebar .submenu .submenu-lvl2 {
  padding-left: 25px;
}
@media screen and (max-width: 1024px) {
  .site-sidebar .submenu .submenu-lvl2 {
    display: none;
  }
}
.site-sidebar .submenu .submenu-lvl2 li {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}
.site-sidebar .submenu .submenu-lvl2 a {
  color: black;
  opacity: 1;
}
.dark-background .site-sidebar .submenu .submenu-lvl2 a {
  color: white;
}
.dark-background .site-sidebar .submenu .submenu-lvl2 a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.site-sidebar .submenu .submenu-lvl2 a:hover {
  opacity: 0.5;
}
.site-sidebar .submenu .submenu-lvl2 a.untranslated {
  color: rgba(199, 9, 9, 0.7);
}
.site-sidebar .submenu .submenu-lvl2 a.untranslated:hover {
  color: #c70909;
}
.site-sidebar .submenu .submenu-lvl2 .selected {
  font-weight: 500;
}
.dark-background .site-sidebar .submenu .submenu-lvl2 .selected {
  color: white;
}
.dark-background .site-sidebar .submenu .submenu-lvl2 .selected a:hover {
  color: white;
}
.site-sidebar .submenu .submenu-lvl2 .selected a:hover {
  opacity: 1;
}

.content-item-boxes {
  margin-top: -15px;
  font-size: 0;
  line-height: 1.3;
}
@media screen and (min-width: 241px) and (max-width: 640px) {
  .content-item-boxes {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 641px) {
  .content-item-boxes {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.product-content {
  margin-top: 32px;
}
.product-content .edy-buy-button-container {
  padding: 24px 0;
}
.product-content .without-images .item-top {
  background-image: url("../assets/ico-placeholder.svg");
  background-color: #F2F2F2;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.product-content .flex-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 50%;
}
.product-content .flex-col .content-illustrations, .product-content .flex-col .content-body-inner {
  max-width: 100%;
}
.product-content .flex-col .content-body-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  z-index: 10601;
}
.product-content .product-cross-page-info {
  margin-bottom: 32px;
}

.content-item-box {
  color: rgba(0, 0, 0, 0.8);
}
.content-item-box .product-item-btn {
  font: inherit;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  margin-top: -15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-item-box .product-item-btn.visible {
  opacity: 1;
  bottom: 0;
}
.content-item-box .product-item-price {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
  top: 0;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-item-box .product-item-details {
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  color: var(--secondary-color);
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .content-item-box .product-item-details {
    font-size: 13px;
  }
}
.content-item-box .item-details {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  line-height: 2;
  position: relative;
  width: 100%;
}
.content-item-box .item-details.details-btn {
  margin-bottom: 0px;
}
.item-list-page .content-item-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 240px) {
  .item-list-page .content-item-box {
    display: block;
  }
}
@media screen and (min-width: 241px) {
  .item-list-page .content-item-box {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 241px) and (max-width: 640px) {
  .item-list-page .content-item-box {
    width: 50%;
    padding: 10px 10px 5px 10px;
  }
}
@media screen and (min-width: 641px) {
  .item-list-page .content-item-box {
    width: 33.3%;
    min-width: 195px;
    padding: 15px 2%;
  }
}
.content-illustrations .content-item-box {
  margin-bottom: 40px;
}
.content-item-box .top-inner {
  opacity: 1;
}
.editmode .content-item-box .top-inner::after, .item-list-page .content-item-box .top-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.editmode .content-item-box:hover .top-inner::after, .item-list-page .content-item-box:hover .top-inner::after {
  opacity: 0.2;
}
.content-item-box:hover .product-item-price {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transition-timing-function: cubic-bezier(0.01, 0.94, 0.22, 1.01);
       -o-transition-timing-function: cubic-bezier(0.01, 0.94, 0.22, 1.01);
          transition-timing-function: cubic-bezier(0.01, 0.94, 0.22, 1.01);
}
.content-item-box:hover .product-item-btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transition-timing-function: cubic-bezier(0.01, 0.94, 0.22, 1.01);
       -o-transition-timing-function: cubic-bezier(0.01, 0.94, 0.22, 1.01);
          transition-timing-function: cubic-bezier(0.01, 0.94, 0.22, 1.01);
}
.content-item-box:hover .product-item-btn.visible {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.content-items {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .content-items {
    margin-top: 30px;
  }
}
@media screen and (min-width: 641px) {
  .content-items {
    margin-top: 100px;
  }
}

.content-item {
  margin-bottom: 15px;
}

.item-top {
  position: relative;
}
.item-top:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.item-top > .aspect-ratio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
[data-view-state=editmode] .item-top:not(.without-pointer) {
  cursor: pointer;
}
.item-top:hover .btn,
.item-top:hover .edy-img-drop-area-remove-image {
  opacity: 1;
}
.item-top .btn {
  padding: 0;
  background-color: rgba(0, 102, 187, 0.3);
  border: 0;
  opacity: 0;
  -webkit-transition: background-color 0.5s, opacity 0.5s;
  -o-transition: background-color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, opacity 0.5s;
}
.item-top .btn:hover {
  background-color: #0066bb;
}
.item-top .bg-crop-btn {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 100%;
  color: white;
}
.item-top .bg-crop-btn:focus {
  outline: 0;
}
.item-top .bg-crop-btn.is-visible {
  display: block;
}
.item-top .bg-crop-btn.is-hidden, .without-image .item-top .bg-crop-btn {
  display: none;
}
.item-top .edy-img-drop-area-remove-image {
  height: 45px;
  width: 45px;
  top: 10px;
  right: 10px;
  z-index: 9;
  color: white;
  background-color: rgba(0, 102, 187, 0.3);
  border: 0;
  opacity: 0;
  -webkit-transition: background-color 0.5s, opacity 0.5s;
  -o-transition: background-color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, opacity 0.5s;
}
.item-top .edy-img-drop-area-remove-image:hover {
  background-color: #0066bb;
}
.item-top .edy-img-drop-area-remove-image-ico {
  margin-top: -10px;
  margin-left: -8px;
}
.item-top .top-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
.publicmode .item-top .top-inner {
  overflow: hidden;
}
.publicmode .item-top .top-inner .image-landscape.not-cropped {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.publicmode .item-top .top-inner .image-landscape.is-cropped {
  width: auto;
  height: 100%;
}
.publicmode .item-top .top-inner .image-portrait.not-cropped {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.publicmode .item-top .top-inner .image-portrait.is-cropped {
  width: 100%;
  height: auto;
}
.publicmode .item-top .top-inner .image-square {
  width: 100%;
  height: auto;
}
.with-image .item-top .top-inner:not(.product-page-image) {
  background-color: rgba(0, 0, 0, 0.02);
}
.without-image .item-top .top-inner {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
}
@media screen and (max-width: 240px) {
  .item-top .top-inner {
    font-size: 16px;
  }
}
@media screen and (min-width: 241px) {
  .item-top .top-inner {
    font-size: 13px;
  }
}
@media screen and (min-width: 291px) {
  .item-top .top-inner {
    font-size: 16px;
  }
}
@media screen and (min-width: 341px) {
  .item-top .top-inner {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .item-top .top-inner {
    font-size: 30px;
  }
}
.item-top .image-drop-area {
  background-position: center !important;
  background-repeat: no-repeat;
}
.item-top .image-drop-area.not-cropped {
  background-size: contain;
}
.item-top .image-drop-area:not(.active) {
  border-color: rgba(0, 0, 0, 0.4);
  border-style: dashed;
  border-width: 1px;
}
.item-top .image-drop-area:not(.active):hover {
  border-style: solid;
}
@media screen and (max-width: 640px) {
  .item-top .image-drop-area .edy-img-drop-area-placeholder {
    font-size: 13px;
  }
}
@media screen and (min-width: 641px) {
  .item-top .image-drop-area .edy-img-drop-area-placeholder {
    font-size: 18px;
  }
}

.item-image {
  border: 0;
}
.publicmode .item-image.is-cropped {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  max-width: none;
  margin: auto;
}
.item-list-page .item-image {
  display: block;
}
.product-image .top-inner .item-image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-placeholder {
  width: 100%;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-price {
  padding: 12px 0 24px 0;
}

.product-price-divider {
  margin: 4px;
}

.content-product-description {
  padding-bottom: 12px;
}

.content-product-wide {
  padding-bottom: 32px;
}

.item-title {
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: center;
}
.item-title .item-link {
  color: inherit;
}
.content-item-box .item-title .item-link {
  display: block;
}
.item-list-page .item-title {
  font-weight: 400;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
  .item-list-page .item-title {
    font-weight: 100;
  }
}
@media screen and (max-width: 640px) {
  .content-item-box .item-title {
    font-size: 13px;
  }
}
@media screen and (min-width: 641px) {
  .content-item-box .item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .content-item .item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 641px) {
  .content-item .item-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .blog-article-page .item-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 641px) {
  .blog-article-page .item-title {
    font-size: 50px;
  }
}
.content-item-box > .item-title {
  margin-top: 20px;
  margin-bottom: 5px;
}

@media screen and (min-width: 641px) {
  .content-illustrations {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 520px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .item-page .content-body {
    padding-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .item-page .content-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.items-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 641px) {
  .items-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.dark-background .edy-product-widget-filter-sort,
.dark-background .edy-product-widget-filter-search-input {
  opacity: 0.7;
}
.dark-background .edy-product-widget-filter-label {
  opacity: 0.5;
}

.site-footer {
  position: relative;
  min-height: 100px;
}
.site-footer .inner {
  min-height: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-footer .dark-background .content-area a {
  color: white;
}
.site-footer .voog-reference {
  opacity: 0.55;
  padding: 0 0 40px;
  color: black;
  text-align: center;
}
.site-footer .voog-reference:hover {
  opacity: 0.8;
}
.site-footer .voog-reference-with-padding {
  padding-top: 40px;
}
.site-footer .blog-article-nav {
  display: table;
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav {
    display: block;
  }
}
.site-footer .blog-article-nav .article-nav-full,
.site-footer .blog-article-nav .article-nav-half {
  position: relative;
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav .article-nav-full,
  .site-footer .blog-article-nav .article-nav-half {
    display: block;
    width: 100%;
  }
}
.site-footer .blog-article-nav .article-nav-full:hover,
.site-footer .blog-article-nav .article-nav-half:hover {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.site-footer .blog-article-nav .article-nav-full:hover .article-nav-title,
.site-footer .blog-article-nav .article-nav-half:hover .article-nav-title {
  opacity: 1;
}
.site-footer .blog-article-nav .article-nav-full:hover .article-nav-direction,
.site-footer .blog-article-nav .article-nav-half:hover .article-nav-direction {
  opacity: 0.7;
}
.site-footer .blog-article-nav .article-nav-full a,
.site-footer .blog-article-nav .article-nav-half a {
  display: block;
  height: 100%;
  padding: 55px 50px;
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav .article-nav-full a,
  .site-footer .blog-article-nav .article-nav-half a {
    padding: 30px 20px;
    text-align: center;
  }
}
.site-footer .blog-article-nav .article-nav-full {
  display: block;
  width: 100%;
}
.site-footer .blog-article-nav .article-nav-full a {
  text-align: center;
}
.site-footer .blog-article-nav .article-nav-prev {
  text-align: right;
}
.site-footer .blog-article-nav .article-nav-next {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav .article-nav-next {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 0;
  }
}
.site-footer .blog-article-nav .article-nav-inner {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.site-footer .blog-article-nav .article-nav-direction {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: black;
  opacity: 0.35;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.site-footer .blog-article-nav .article-nav-title {
  font-size: 20px;
  line-height: 30px;
  color: black;
  opacity: 0.7;
}
.site-footer .blog-article-nav .article-nav-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.site-footer .blog-article-nav.dark-background .article-nav-full,
.site-footer .blog-article-nav.dark-background .article-nav-half {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .blog-article-nav.dark-background .article-nav-title {
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .blog-article-nav.dark-background .article-nav-direction {
  color: rgba(255, 255, 255, 0.35);
}
.site-footer .blog-article-nav.dark-background .article-nav-next {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 640px) {
  .site-footer .blog-article-nav.dark-background .article-nav-next {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 640px) {
  .comments-open .site-footer {
    display: none;
  }
}
.site-footer .footer-body {
  position: relative;
}

.signout-btn-wrap {
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 10000;
  white-space: nowrap;
  background-color: rgb(238, 238, 238);
  height: 35px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.signout-btn-wrap:hover {
  background-color: rgb(196, 196, 196);
}
.signout-btn-wrap .signout-link {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0 10px;
}
.signout-btn-wrap .signout-name {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  font-family: "Avenir Next", "AvenirX";
  line-height: 37px;
  padding-left: 8px;
  color: rgba(27, 33, 36, 0.8);
}
.signout-btn-wrap .signout-name:hover {
  color: rgba(27, 33, 36, 0.9);
}
.signout-btn-wrap .signout-ico {
  height: 35px;
  display: inline-block;
  color: rgba(27, 33, 36, 0.7);
}
.signout-btn-wrap .signout-svg {
  margin-top: 3px;
}

.content-area {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
  word-break: break-word;
  word-wrap: break-word;
}
.content-area:empty {
  display: none;
}
.dark-background .content-area {
  color: white;
}
.site-footer .dark-background .content-area {
  color: white;
}
.site-footer .content-area {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.content-area.footer-left {
  font-size: 20px;
}
.content-area.footer-right {
  font-size: 16px;
}
.content-area h1:first-child,
.content-area h2:first-child,
.content-area h3:first-child,
.content-area h4:first-child,
.content-area h5:first-child,
.content-area h6:first-child,
.content-area p:first-child,
.content-area ul:first-child,
.content-area ol:first-child,
.content-area dl:first-child,
.content-area table:first-child,
.content-area pre:first-child,
.content-area code:first-child,
.content-area iframe:first-child,
.content-area table:first-child,
.content-area form:first-child,
.content-area .table-container:first-child,
.content-area .edy-positionable-container-left-block:first-child,
.content-area .edy-positionable-container-center-block:first-child,
.content-area .edy-positionable-container-right-block:first-child,
.content-area .edy-texteditor-container-wrapper-left-block:first-child,
.content-area .edy-texteditor-container-wrapper-center:first-child,
.content-area .edy-texteditor-container-wrapper-right-block:first-child,
.content-area .edy-positionable-container-maxwidth:first-child {
  margin-top: 0;
}
.content-area h1:last-child,
.content-area h2:last-child,
.content-area h3:last-child,
.content-area h4:last-child,
.content-area h5:last-child,
.content-area h6:last-child,
.content-area p:last-child,
.content-area ul:last-child,
.content-area ol:last-child,
.content-area dl:last-child,
.content-area table:last-child,
.content-area pre:last-child,
.content-area code:last-child,
.content-area iframe:last-child,
.content-area table:last-child,
.content-area form:last-child,
.content-area .table-container:last-child,
.content-area .edy-positionable-container-left-block:last-child,
.content-area .edy-positionable-container-center-block:last-child,
.content-area .edy-positionable-container-right-block:last-child,
.content-area .edy-texteditor-container-wrapper-left-block:last-child,
.content-area .edy-texteditor-container-wrapper-center:last-child,
.content-area .edy-texteditor-container-wrapper-right-block:last-child,
.content-area .edy-positionable-container-maxwidth:last-child {
  margin-bottom: 0;
}
.dark-background .content-area h1,
.dark-background .content-area h2,
.dark-background .content-area h3,
.dark-background .content-area h4,
.dark-background .content-area h5,
.dark-background .content-area h6,
.dark-background .content-area p,
.dark-background .content-area ul,
.dark-background .content-area ol,
.dark-background .content-area pre,
.dark-background .content-area code,
.dark-background .content-area table {
  color: white;
}
.footer-inner.dark-background .content-area h1,
.footer-inner.dark-background .content-area h2,
.footer-inner.dark-background .content-area h3,
.footer-inner.dark-background .content-area h4,
.footer-inner.dark-background .content-area h5,
.footer-inner.dark-background .content-area h6,
.footer-inner.dark-background .content-area p,
.footer-inner.dark-background .content-area ul,
.footer-inner.dark-background .content-area ol,
.footer-inner.dark-background .content-area pre,
.footer-inner.dark-background .content-area code,
.footer-inner.dark-background .content-area table {
  color: rgba(255, 255, 255, 0.5);
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  font-weight: 300;
  color: black;
  line-height: 1.4;
}
.content-area h1 a,
.content-area h2 a,
.content-area h3 a,
.content-area h4 a,
.content-area h5 a,
.content-area h6 a {
  color: black;
  text-decoration: none;
}
.site-header .content-area h1:first-child,
.site-header .content-area h2:first-child {
  margin-top: 0;
}
.site-header .content-area h1:last-child,
.site-header .content-area h2:last-child {
  margin-bottom: 0;
}
.content-area h1 {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .content-area h1 {
    font-size: 28px;
  }
}
.site-header .content-area h1 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}
.site-header .content-area h1.blog-title, .site-header .content-area h1.blog-title a {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .site-header .content-area h1 {
    font-size: 32px;
  }
}
.content-area h1.article-title {
  font-style: normal;
  text-decoration: none;
}
.blog-article-page .content-area h1.article-title {
  text-align: center;
}
.content-area h2 {
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .content-area h2 {
    font-size: 24px;
  }
}
.site-header .content-area h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.contacts .content-area h2 {
  font-size: 28px;
}
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  font-size: 22px;
}
.contacts .content-area h3,
.contacts .content-area h4,
.contacts .content-area h5,
.contacts .content-area h6 {
  font-weight: 400;
  font-size: 24px;
}
.content-area p,
.content-area ul,
.content-area ol,
.content-area dl {
  font-size: 18px;
}
.site-footer .content-area p,
.site-footer .content-area ul,
.site-footer .content-area ol,
.site-footer .content-area dl {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.site-footer .dark-background .content-area p,
.site-footer .dark-background .content-area ul,
.site-footer .dark-background .content-area ol,
.site-footer .dark-background .content-area dl {
  color: white;
}
.content-area ul,
.content-area ol,
.content-area dl {
  text-align: left;
}
.content-area ul li,
.content-area ol li,
.content-area dl li {
  margin-top: 10px;
}
.content-area ul {
  list-style-type: none;
}
.content-area ul li {
  position: relative;
}
.content-area ul li:before {
  position: absolute;
  top: 0.2em;
  left: -15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: 700;
  line-height: inherit;
  content: "°";
}
.content-area a {
  color: black;
  text-decoration: underline;
}
.content-area a:hover {
  text-decoration: none;
}
.dark-background .content-area a {
  color: white;
}
.content-area b,
.content-area strong {
  font-weight: 700;
}
.content-area pre,
.content-area code,
.content-area iframe,
.content-area table,
.content-area form {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  word-break: normal;
  word-wrap: normal;
}
.content-area pre,
.content-area .edy-positionable-container-left-block,
.content-area .edy-positionable-container-right-block,
.content-area .edy-positionable-container-center-block,
.content-area .embed-container,
.content-area .table-container, .editmode .content-area table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-area pre,
.content-area code {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
.content-area pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
}
.content-area pre code {
  display: inline;
  padding: 0;
  white-space: pre;
  line-height: inherit;
  background-color: transparent;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
.content-area code {
  display: inline-block;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.content-area blockquote {
  margin: 20px 40px 20px 0;
  padding-left: 20px;
  border-left: 2px solid;
}
.content-area iframe {
  max-width: 100%;
}
.map .content-area iframe {
  margin-top: 0;
}
.content-area .custom-btn {
  display: inline-block;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 30px 13px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
}
.publicmode .content-area .custom-btn {
  cursor: pointer;
}
.site-header .content-area .custom-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
.site-header .content-area .custom-btn:first-child {
  margin-top: 0;
}
.site-header .content-area .custom-btn:last-child {
  margin-bottom: 0;
}
.dark-background .content-area .custom-btn {
  border: 2px solid white;
  color: white;
}
.light-background .content-area .custom-btn {
  border: 2px solid #222222;
  color: #222222;
}
.publicmode .dark-background .content-area .custom-btn-disabled.edy-buy-button-disabled, .publicmode .dark-background .content-area .custom-btn-disabled:hover, .publicmode .light-background .content-area .custom-btn-disabled.edy-buy-button-disabled, .publicmode .light-background .content-area .custom-btn-disabled:hover {
  color: #999;
  cursor: default;
  border: 2px solid #999;
}
.publicmode .dark-background .content-area .custom-btn-disabled:hover, .publicmode .light-background .content-area .custom-btn-disabled:hover {
  background-color: transparent;
}
.editmode .dark-background .content-area .custom-btn-disabled.edy-buy-button-disabled, .editmode .dark-background .content-area .custom-btn-disabled:hover, .editmode .light-background .content-area .custom-btn-disabled.edy-buy-button-disabled, .editmode .light-background .content-area .custom-btn-disabled:hover {
  color: #999;
  cursor: default;
  border: 2px solid #999;
}
.editmode .dark-background .content-area .custom-btn-disabled:hover, .editmode .light-background .content-area .custom-btn-disabled:hover {
  background-color: transparent;
}
.content-area .custom-btn:hover {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.dark-background .content-area .custom-btn:hover {
  border: 2px solid white;
  background-color: white;
  color: rgba(0, 0, 0, 0.7);
}
.light-background .content-area .custom-btn:hover {
  border: 2px solid #222222;
  background-color: #222222;
  color: white;
}
.content-area .contacts::first-line {
  color: red !important;
}
.content-area .edy-positionable-container-left {
  margin-right: 3%;
}
.content-area .edy-positionable-container-right {
  margin-left: 3%;
}
.content-area .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 13px;
  line-height: 1.4em;
  content: attr(data-title);
}
.content-area .table-container {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.content .content-area .table-container {
  margin-bottom: 35px;
}
.content-area .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.contacts .content-area .overthrow {
  -webkit-overflow-scrolling: none;
}
.content-area form {
  margin: 20px 0;
}
.content-area form:first-child {
  margin-top: 0;
}
.content-area table {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
}
.editmode .content .content-area table {
  margin-bottom: 35px;
}
.contacts .content-area table, .editmode .contacts .content-area table {
  margin-bottom: 0;
}
.content-area table th,
.content-area table td {
  padding: 9px 13px;
}
.dark-background .content-area table th,
.dark-background .content-area table td {
  border-color: white;
  border-style: solid;
  border-width: 1px;
}
.content-area table th {
  text-align: left;
  font-weight: 400;
  color: white;
  background-color: black;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}
.footer .content-area table th {
  color: rgba(255, 255, 255, 0.5);
}
.content-area table td {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
}
.dark-background .content-area table td {
  border-color: rgba(255, 255, 255, 0.1);
  border-style: solid;
  border-width: 1px;
}
.contacts .content-area table, .footer .content-area table {
  width: auto;
  border: none;
}
.contacts .content-area table tr td, .footer .content-area table tr td {
  background: none;
}
.contacts .content-area table tr td:first-child, .footer .content-area table tr td:first-child {
  padding-left: 0;
  border-left: none;
}
.contacts .content-area table tr td:last-child, .footer .content-area table tr td:last-child {
  padding-right: 0;
}
.contacts .content-area table {
  font-size: 24px;
  line-height: 1em;
}
.contacts .content-area table tr td {
  padding: 0 25px;
  color: rgba(0, 0, 0, 0.7);
  border-top: none;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 984px) {
  .contacts .content-area table {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .contacts .content-area table {
    font-size: 16px;
  }
}
.footer .content-area table tr td {
  padding: 0 12px;
  border: none;
}
.footer .content-area table tr td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 522px) {
  .contacts .content-area table, .contacts .content-area table tbody, .contacts .content-area table tr, .footer .content-area table, .footer .content-area table tbody, .footer .content-area table tr {
    display: block;
  }
  .contacts .content-area table tr td, .footer .content-area table tr td {
    width: 100%;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contacts .content-area table {
    line-height: inherit;
  }
  .contacts .content-area table tr td {
    border-left: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
}

.content-area form,
.content-area .form {
  clear: both;
  font-size: 14px;
}
.content-area .form_field {
  padding-top: 8px;
  padding-bottom: 8px;
}
.content-area .form_field:first-child {
  padding-top: 0;
}
.content-area .form_field:last-child {
  padding-bottom: 0;
}
.content-area .form_field label,
.content-area .form_field .edy-fe-label {
  font-size: 16px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.content-area .form_field_required .form_field_label:after {
  content: "* \a";
}
.dark-background .content-area .form_field_textfield,
.dark-background .content-area .form_field_textarea,
.dark-background .content-area .form_field_select,
.dark-background .content-area .form_field_radio + .form_control_indicator,
.dark-background .content-area .form_field_checkbox + .form_control_indicator {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-background .content-area .form_field_textfield,
.light-background .content-area .form_field_textarea,
.light-background .content-area .form_field_select,
.light-background .content-area .form_field_radio + .form_control_indicator,
.light-background .content-area .form_field_checkbox + .form_control_indicator {
  background-color: rgba(0, 0, 0, 0.03);
}
.content-area .form_field_textfield,
.content-area .form_field_textarea,
.content-area .form_field_select {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 8px 13px;
  vertical-align: bottom;
  border-width: 1px;
  border-style: solid;
  outline: none;
}
.content-area .form_field_textfield::-webkit-input-placeholder,
.content-area .form_field_textarea::-webkit-input-placeholder,
.content-area .form_field_select::-webkit-input-placeholder {
  color: black;
  opacity: 0.35;
}
.content-area .form_field_textfield::-moz-placeholder,
.content-area .form_field_textarea::-moz-placeholder,
.content-area .form_field_select::-moz-placeholder {
  color: black;
  opacity: 0.35;
}
.content-area .form_field_textfield::-ms-input-placeholder,
.content-area .form_field_textarea::-ms-input-placeholder,
.content-area .form_field_select::-ms-input-placeholder {
  color: black;
  opacity: 0.35;
}
.content-area .form_field_textfield::placeholder,
.content-area .form_field_textarea::placeholder,
.content-area .form_field_select::placeholder {
  color: black;
  opacity: 0.35;
}
.dark-background .content-area .form_field_textfield,
.dark-background .content-area .form_field_textarea,
.dark-background .content-area .form_field_select {
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
.light-background .content-area .form_field_textfield,
.light-background .content-area .form_field_textarea,
.light-background .content-area .form_field_select {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.13);
}
.dark-background .content-area .form_field_textfield:focus,
.dark-background .content-area .form_field_textarea:focus,
.dark-background .content-area .form_field_select:focus {
  border-color: white;
}
.light-background .content-area .form_field_textfield:focus,
.light-background .content-area .form_field_textarea:focus,
.light-background .content-area .form_field_select:focus {
  border-color: rgba(0, 0, 0, 0.35);
}
.content-area .form_field_textfield.form_field_size_small,
.content-area .form_field_textarea.form_field_size_small,
.content-area .form_field_select.form_field_size_small {
  width: 280px;
}
.content-area .form_field_textfield.form_field_size_medium,
.content-area .form_field_textarea.form_field_size_medium,
.content-area .form_field_select.form_field_size_medium {
  width: 420px;
}
.content-area .form_field_textfield.form_field_size_large,
.content-area .form_field_textarea.form_field_size_large,
.content-area .form_field_select.form_field_size_large {
  width: 100%;
}
.content-area .form_field_select {
  position: relative;
  padding-right: 27px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  -moz-appearance: none;
  -ms-appearance: none;
}
.dark-background .content-area .form_field_select {
  background-image: url("../assets/ico-arrow-white.svg");
}
.light-background .content-area .form_field_select {
  background-image: url("../assets/ico-arrow.svg");
}
.content-area .form_field_select > option {
  background-color: #fff;
  color: #000;
}
.content-area .form_field_select::-ms-expand {
  display: none;
}
.content-area .form_field_select:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto 0;
  content: "";
  border-top: 5px solid #cccccc;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.content-area .form_field_select.form_field_size_small {
  min-width: auto;
}
.content-area .form_field_select.form_field_size_medium {
  min-width: 124px;
}
.content-area .form_field_select.form_field_size_large {
  min-width: 184px;
}
.svg .content-area .form_field_radio,
.svg .content-area .form_field_checkbox {
  display: none;
}
.svg .content-area .form_field_radio + .form_control_indicator,
.svg .content-area .form_field_checkbox + .form_control_indicator {
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.svg .dark-background .content-area .form_field_radio + .form_control_indicator,
.svg .dark-background .content-area .form_field_checkbox + .form_control_indicator {
  border-color: rgba(255, 255, 255, 0.2);
}
.svg .content-area .form_field_radio + .form_control_indicator {
  top: -1px;
  border-radius: 100%;
}
.svg .content-area .form_field_radio + .form_control_indicator:before {
  height: 12px;
  width: 12px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.svg .content-area .form_field_radio:checked + .form_control_indicator:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.svg .dark-background .content-area .form_field_radio:checked + .form_control_indicator:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.svg .content-area .form_field_checkbox + .form_control_indicator {
  top: -2px;
}
.svg .content-area .form_field_checkbox + .form_control_indicator:before {
  -webkit-transform: scale(0) rotate(45deg);
      -ms-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  display: block;
  width: 5px;
  height: 10px;
  margin: 1px 0 0 6px;
  content: "";
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  -o-transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  border-width: 0 2px 2px 0;
  border-style: none solid solid none;
  border-color: rgba(0, 0, 0, 0.4);
}
.svg .content-area .form_field_checkbox:checked + .form_control_indicator:before {
  -webkit-transform: scale(1) rotate(45deg);
      -ms-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.svg .dark-background .content-area .form_field_checkbox + .form_control_indicator:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.content-area .form_submit {
  margin-top: 16px;
}
.content-area .form_submit input {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
}
.content-area .form_submit input:hover {
  opacity: 0.7;
}
.dark-background .content-area .form_submit input {
  color: black;
  background-color: white;
}
.light-background .content-area .form_submit input {
  color: white;
  background-color: black;
}
@media screen and (min-width: 850px) {
  .content-half .content-area .form_submit input {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .content-half .content-area .form_submit input {
    width: 100%;
  }
}
.content-area .form_submit input:hover {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.content-area .form_submit input:focus {
  outline: none;
}
.content-area .article-comments .form_submit input {
  width: 100%;
}
.content-area .form_error,
.content-area .form_notice {
  font-size: 22px;
  font-weight: 300;
}
.content-area .form_error,
.content-area .form_field_error {
  color: red;
}
.content-area .form_error {
  margin-bottom: 20px;
  color: red;
}
.content-area .form_field_with_errors .form_field_textfield,
.content-area .form_field_with_errors .form_field_textarea {
  border: 1px solid red;
}
.content-area .form_field_error {
  font-size: 14px;
}
.content-area .form_notice {
  margin-bottom: 20px;
  color: rgba(14, 203, 0, 0.7);
}

.content-area .edy-buy-button-container .form_field {
  padding-top: 12px;
}
.content-area .edy-buy-button-variants .form_field {
  padding-top: 6px;
  padding-bottom: 6px;
}
.content-area .edy-buy-button-variants .form_field_select {
  width: initial;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}


  /* design updates */
  :root {
    --brand-yellow: #F6D219;
    --brand-blue: #099DEA;
    --brand-blue-400: #33b8ff;
     --brand-blue-300: #33b8ff;
     --color-slate-700: oklch(0.372 0.044 257.287);
    --max-website-width: 1124px;
    --shadow-lg: 0px 4px 8px 0px rgba(0, 0, 0, 0.05), 0px 12px 32px 0px rgba(0, 0, 0, 0.1);
  }

  .header-top .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .header-top .wrap:after {
    display: none;
  }

  .site-header .header-top {
    max-width: var(--max-website-width);
    display: flex;
    margin: auto;
  }

  .site-header .header-top .wrap {
    margin: 16px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.33);
    border-radius: 8px;
    backdrop-filter: blur(8px);
    dissplay: flex;
    width: 100%;
  }
  
  .light-background .header-top .wrap {
    margin: 16px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 1);
    border-radius: 8px;
    backdrop-filter: blur(8px);
    dissplay: flex;
    width: 100%;
  }

  .menu li.selected {
    background: none;
  }

  .menu li {
    background: none;
    padding: 0;
  }

  .menu li a {
    color: white !important;
    transition: color 0.3s ease-in-out;
  }

  .menu li a:hover {
    color: var(--brand-blue) !important;
    cursor: pointer;
  }

  .menu li.selected a {
    font-weight: 500;
    color: var(--brand-blue) !important;
  }


  /* hero */
  .hero-content {
    padding: 0 16px 24px 16px;
  }

  @media (min-width: 1024px) {
    .hero-content {
      padding-left: 0;
      padding-right: 0;
    }

    .site-header .header-top .wrap {
      margin: 16px auto;
    }

    .hero-content {
      width: 50%;
    }

    .hero-content h1 {
      font-size: 98px !important;
    }
  }

  .hero-lead {
    font-size: 21px;
  }

  .hero-button {
    display: inline-block;
    background: var(--brand-blue);
    padding: 1rem 1.25rem;
    border-radius: 5rem;
    transition: background-color 0.3s ease-in-out;
    line-height: 1;
    cursor: pointer !important;
  }

  .hero-button:hover {
    background: var(--brand-blue-400);
    text-decoration: none !important;
  }

  .site-header .content-area h1:last-child {
    margin-top: -16px;
    margin-bottom: auto;
  }
  
  
  .site-header .background-color {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
  /* end hero */

  .site-header .header-bottom .header-bottom-inner {
    max-width: var(--max-website-width);
  }

  .site-header .header-bottom .header-bottom-inner .wrap {
    padding: 0;
  }

  @media screen and (max-width: 1024px) {
      .mobile-menu-toggler span, .mobile-menu-toggler span:before, .mobile-menu-toggler span:after {
          background-color: rgb(255 255 255) !important;
      }
  }
  
  .mobile-menu-toggler {
    position: absolute;
    top: -9px;
  }

  .front-page .main-content {
    margin-top: -24px;
    padding: 0;
  }

  .front-page .main-content .wrap {
    padding: 16px;
    max-width: var(--max-website-width);
  }

  @media (min-width: 1024px) {
    .front-page .main-content .wrap {
      padding: 0;
    }
  }

  .front-page .main-content .inner {
    max-width: var(--max-website-width);
    padding: 20px 24px 20px 84px;
    background: white;
    box-shadow: var(--shadow-lg);
    border-radius: 12px;
    overflow: hidden;
    border-bottom-right-radius: 5rem;
    position: relative;
    display: flex;
  }

  .front-page .main-content .inner:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 68px;
    left: 0;
    top: 0;
    background: url('https://media.voog.com/0000/0051/4704/photos/pattern.svg') top left;
  }

  .front-page .main-content .inner .main-section-logo {
    height: 64px;
    aspect-ratio: 1 / 1;
    background: url(https://media.voog.com/0000/0051/4704/photos/logo-vertical-64@.svg) top left / cover no-repeat;
    display: none;
    margin-right: 16px;
    margin-top: 8px;
  }

  @media (min-width: 1024px) {
    .front-page .main-content .inner .main-section-logo {
      display: inline-block;
    }
  }

  .front-page .main-content .inner h5 {
    font-weight: 500;
    margin-bottom: 6px;
  }

  .front-page .main-feature {
    padding-top: 64px;
    padding-bottom: 128px;
  }

  .front-page .main-feature .wrap {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding: 0 16px;
  }

  @media (min-width: 1024px) {
    .front-page .main-feature .wrap {
      display: flex;
      flex-direction: row;
      column-gap: 32px;
    }
  }

  .front-page .main-feature .wrap:after {
    display: none;
  }


  .front-page .main-feature .wrap .feature {
    box-shadow: var(--shadow-lg);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 1024px) {
    .front-page .main-feature .wrap .feature {
      width: 33.3%;
    }
  }
  
  .front-page .main-feature .feature-image:before {
    padding-top: 200px;
  }
  
  .front-page .main-feature .wrap .feature .feature-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .front-page .main-feature .feature:first-child .feature-content,
  .front-page .main-feature .feature:nth-child(2) .feature-content,
  .front-page .main-feature .feature:last-child .feature-content {
    margin: -64px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 auto;
  }
  
  .front-page .main-feature .feature:first-child .feature-content div:last-child,
  .front-page .main-feature .feature:nth-child(2) .feature-content div:last-child,
  .front-page .main-feature .feature:last-child .feature-content div:last-child {
    display:flex;
    flex: 1 auto;
    align-items: flex-end
  }

  .front-page .main-feature .feature-content h3 {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.1;
    z-index: 20;
  }
  
   .front-page .main-feature .feature-content a {
    font-weight: 400;
    display: inline-flex;
    color: var(--brand-blue) !important;
    border: 2px solid var(--brand-blue);
    margin-top: 16px;
    text-decoration: none;
    line-height: 1;
    padding: 6px 16px;
    border-radius: 100px;
    transition: all ease-in-out .3s;
  }
  
  .front-page .main-feature .feature-content a:hover {
    color: #fff !important;
    border: 2px solid var(--brand-blue);
    background: var(--brand-blue);
  }
  
  .front-page .front-page-content-bottom .wrap {
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  
  .front-page .front-page-content-bottom .wrap .inner{
    display: flex;
    vertical-align: middle;
    justify-content: center;
    padding: 16px;
  }
  
  .partners {
    display: flex;
    column-gap: 32px;
    row-gap: 16px;
    flex-wrap: wrap;
  }
 
  .partners h4 {
    width: 100%;
    margin: 0;
    font-weight: 600 !important;
    line-height: 1;
    opacity: 0.6;
    font-size: 16px !important;
  }
  
    @media (min-width: 1024px) {
     .partners h4 {
        width: auto;
     }
   }
   
    @media (max-width: 1024px) {
  .site-header .background-image {
    background-image: url('https://media.voog.com/0000/0051/4704/photos/hero%20website%20upd%20blurr%20mobile.jpg') !important;
  }
}
  
  .partners {
   display:flex;
   justify-content: center;
    align-items: center;
  }
  
   .partners img {
   filter: grayscale(1);
    opacity: 0.8;
  }

.footer-body .content-area {
  padding: 16px 0 !important;
}

.site-footer {
  min-height: auto;
}

  /*club-page*/

  .club-page-hero {
    position:relative;
  }
  
  .club-page-hero:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('https://media.voog.com/0000/0051/4704/photos/pattern-horizontal.svg') top left;
    height: 24px;
    width: 100%;
  }
  
  .club-page-hero-content {
    margin-top: -24px;
    display: flex !important;
    flex: 1 auto;
    align-items: center;
    justify-content: center;
  } 



  /* utilities */

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-1 {
    margin-bottom: 8px !important;
  }

  .mb-2 {
    margin-bottom: 16px !important;
  }

  .mb-3 {
    margin-bottom: 20px !important;
  }

  .mb-5 {
    margin-bottom: 28px !important;
  }

  .text-black {
    color: fff;
  }

  .font-semibold {
    font-weight: 500;
  }
  .flex {
    display:flex !important;
  }
