/* GENERAL */
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #3f3f46;
}

.content-formatted:after {
  content: "";
  display: table;
  clear: both;
}

.menu-lang,
.search,
.search-left,
.search-right {
  display: inline-block;
}

.voog-bg-picker-btn,
.product_item-btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.voog-bg-picker-btn:focus,
.product_item-btn:focus {
  outline: none;
}

.voog-bg-picker-btn::-moz-focus-inner,
.product_item-btn::-moz-focus-inner {
  padding: 0;
  border: none;
}

.btn-no-style {
  background-color: transparent;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.voog-bg-picker-btn {
  position: absolute;
}

.container .voog-bg-picker-btn {
  top: 68px;
  right: 15px;
}

.background-image,
.background-color {
  position: fixed;
  z-index: -2;
}

.background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.content-formatted {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.content-formatted:empty {
  display: none;
}

.content-relative {
  position: relative;
}

.content-formatted h1:first-child,
.content-formatted h2:first-child,
.content-formatted h3:first-child,
.content-formatted h4:first-child,
.content-formatted h5:first-child,
.content-formatted h6:first-child,
.content-formatted p:first-child,
.content-formatted ul:first-child,
.content-formatted ol:first-child,
.content-formatted dl:first-child,
.content-formatted table:first-child,
.content-formatted pre:first-child,
.content-formatted code:first-child,
.content-formatted iframe:first-child,
.content-formatted table:first-child,
.content-formatted form:first-child,
.content-formatted .table-container:first-child,
.content-formatted .edy-positionable-container-left-block:first-child,
.content-formatted .edy-positionable-container-center-block:first-child,
.content-formatted .edy-positionable-container-right-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-center:first-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:first-child,
.content-formatted .edy-positionable-container-maxwidth:first-child {
  margin-top: 0;
}

.content-formatted h1:last-child,
.content-formatted h2:last-child,
.content-formatted h3:last-child,
.content-formatted h4:last-child,
.content-formatted h5:last-child,
.content-formatted h6:last-child,
.content-formatted p:last-child,
.content-formatted ul:last-child,
.content-formatted ol:last-child,
.content-formatted dl:last-child,
.content-formatted table:last-child,
.content-formatted pre:last-child,
.content-formatted code:last-child,
.content-formatted iframe:last-child,
.content-formatted table:last-child,
.content-formatted form:last-child,
.content-formatted .table-container:last-child,
.content-formatted .edy-positionable-container-left-block:last-child,
.content-formatted .edy-positionable-container-center-block:last-child,
.content-formatted .edy-positionable-container-right-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-center:last-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:last-child,
.content-formatted .edy-positionable-container-maxwidth:last-child {
  margin-bottom: 0;
}

.content-formatted h1,
.content-formatted h2,
.content-formatted h3,
.content-formatted h4,
.content-formatted h5,
.content-formatted h6 {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.content-formatted h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.content-formatted h1:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  border-radius: 4px;
  background: #c2410c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content-formatted h2 {
  margin-top: 15px;
  font-size: 30px;
}

.content-formatted h3,
.content-formatted h4,
.content-formatted h5,
.content-formatted h6 {
  margin-top: 20px;
  font-size: 20px;
}

@media screen and (max-width: 752px) {
  .content-formatted h1 {
    font-size: 30px;
  }
  .content-formatted h2 {
    font-size: 25px;
  }
}

.content-formatted p {
  margin-top: 20px;
}

.content-formatted a:not(.custom-btn) {
  color: #c2410c;
}

.content-formatted a:not(.custom-btn):hover {
  color: #ea580c;
}

.content-formatted iframe {
  max-width: 100%;
}

.content-formatted iframe,
.content-formatted pre {
  margin-top: 25px;
}

.content-formatted pre,
.content-formatted code {
  font-size: 14px;
  background-color: #fafafa;
}

.content-formatted pre {
  overflow: auto;
  padding: 10px;
}

.content-formatted 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-formatted code {
  display: inline-block;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

.content-formatted blockquote {
  margin: 20px 40px;
}

.content-formatted .custom-btn,
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn {
  display: inline-block;
  padding: 7px 9px;
  font-size: 14px;
  color: #1b2124;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
  opacity: .75;
}

.content-formatted .custom-btn:hover,
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn:hover {
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.public .content-formatted .custom-btn,
.public .content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn {
  cursor: pointer;
}

.content-formatted .custom-btn-disabled,
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn-disabled {
  cursor: default;
}

.content-formatted .custom-btn-disabled.edy-buy-button-disabled, .content-formatted .custom-btn-disabled:hover,
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn-disabled.edy-buy-button-disabled,
.content-formatted .edy-product-widget-list .edy-product-widget-item-wrap .edy-product-widget-item .edy-product-widget-item-details-wrap .edy-product-widget-item-btn-wrap .edy-product-widget-item-btn-disabled:hover {
  color: #838586;
  background-color: #dadada;
  border-color: #dadada;
}

.content-formatted .edy-positionable-container-center,
.content-formatted .edy-positionable-container-left-block,
.content-formatted .edy-positionable-container-right-block,
.content-formatted .edy-texteditor-container-wrapper-center,
.content-formatted .edy-texteditor-container-wrapper-left-block,
.content-formatted .edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-formatted .edy-positionable-container-center:first-child,
.content-formatted .edy-positionable-container-left-block:first-child,
.content-formatted .edy-positionable-container-right-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-center:first-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.content-formatted .edy-positionable-container-center:last-child,
.content-formatted .edy-positionable-container-left-block:last-child,
.content-formatted .edy-positionable-container-right-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-center:last-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.content-formatted .edy-positionable-container-left,
.content-formatted .edy-positionable-container-right {
  width: 45%;
}

.content-formatted .edy-positionable-container-left {
  margin-right: 20px;
}

.content-formatted .edy-positionable-container-right {
  margin-left: 20px;
}

.content-formatted .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}

.content-formatted .table-container {
  margin-top: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.content-formatted .horizontal-scroll {
  border-left: 1px dashed #303132;
  border-right: 1px dashed #303132;
}

.content-formatted table {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  border-collapse: collapse;
}

.content-formatted table td {
  padding: 10px;
  border-top: 1px solid #303132;
  border-bottom: 1px solid #303132;
}

.content-formatted .edy-texteditor-view {
  min-height: 32px;
}

.content-formatted .edy-partial-view {
  margin-top: 25px;
}

.content-formatted .edy-buy-button-container .form_field {
  padding-top: 15px;
}

.content-formatted .edy-buy-button-variants .form_field {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-formatted .edy-buy-button-variants .form_field_select {
  width: initial;
}


.bg_img-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.item-top {
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 10px;
}

.item-top::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: '';
}

.item-top > .aspect-ratio-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.editmode .item-top {
  cursor: pointer;
}

.item-top:hover .btn,
.item-top:hover .custom-btn {
  opacity: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.item-top .custom-btn,
.item-top .btn {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.item-top .btn {
  padding: 0;
  background-color: #1B2124;
  border: 0;
}

.item-top .btn:hover svg {
  opacity: .7;
}

.item-top .bg-crop-btn {
  height: 40px;
  width: 45px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
  color: #ffffff;
}

.item-top .bg-crop-btn.is-visible {
  display: block;
}

.item-top .bg-crop-btn.is-hidden,
.without-image .editmode .item-top .bg-crop-btn {
  display: none;
}

.without-image .item-top {
  background-color: #ffffff;
  background-image: url("../assets/ico-placeholder.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.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;
  height: 100%;
  width: 100%;
  background: transparent;
}

.without-image .editmode .item-top .top-inner {
  border: none;
}

.cms-blog-article-add-button .item-top .top-inner {
  border: none;
}

.item-top .edy-img-drop-area {
  opacity: 1;
}

.item-top .image-drop-area {
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.item-top .image-drop-area.not-cropped {
  background-size: contain !important;
}

.item-top .image-drop-area.is-cropped {
  background-size: cover !important;
}

.item-top .image-drop-area:not(.active) {
  border: none;
}

.item-top .image-drop-area:hover .btn {
  opacity: 1;
}

.item-top .image-drop-area .edy-img-drop-area-remove-image {
  display: none !important;
}

.item-top .image-drop-area .edy-img-drop-area-placeholder {
  color: #000000;
}

@media screen and (max-width: 480px) {
  .item-top .image-drop-area .edy-img-drop-area-placeholder {
    font-size: 13px;
    margin-top: 48px;
  }
}

@media screen and (min-width: 481px) {
  .item-top .image-drop-area .edy-img-drop-area-placeholder {
    font-size: 16px;
    margin-top: 64px;
  }
}

.item-image {
  border: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.item-image.not-cropped {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.item-image.is-cropped {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.item-list-page .item-image {
  display: block;
}

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

.content-item-box:hover .image_settings {
  opacity: 1;
  pointer-events: all;
}

.image_settings {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -20px;
  z-index: 1;
  opacity: 0;
  width: 100%;
  pointer-events: none;
}

.image_settings-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  background: black;
  padding: 8px 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image_settings-buttons .image_settings-button,
.image_settings-buttons .image_settings-remove,
.image_settings-buttons .image_settings-expand {
  width: 24px;
  height: 24px;
}

.image_settings-buttons .image_settings-button:hover,
.image_settings-buttons .image_settings-remove:hover,
.image_settings-buttons .image_settings-expand:hover {
  opacity: .7;
}

.image_settings-buttons .image_settings-button {
  background-image: url("../assets/ico-settings.svg");
}

.image_settings-buttons .image_settings-expand {
  background-image: url("../assets/ico-expand.svg");
  width: 18px;
  height: 18px;
}

.image_settings-buttons .image_settings-remove {
  background-image: url("../assets/ico-delete.svg");
}

.settings_popover {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3;
  -o-transition: opacity 0.3;
  transition: opacity 0.3;
  background: white;
  padding: 16px;
  position: absolute;
  top: 48px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.settings_popover-arrow--up {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 128px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.settings_popover-arrow--up:after {
  position: absolute;
  z-index: 56501;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: transparent;
  border-width: 16px;
  content: '';
  border-top-color: #fff;
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.05));
}

.settings_popover.active {
  opacity: 1;
  pointer-events: all;
}

.form_field-cms {
  margin-bottom: 0;
  padding: 11px 16px;
  resize: none;
  min-height: auto;
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: cubic-bezier(0.1, 0.6, 0, 1);
  -o-transition: cubic-bezier(0.1, 0.6, 0, 1);
  transition: cubic-bezier(0.1, 0.6, 0, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  position: relative;
}

.form_field-cms:hover {
  border-color: #ccc;
}

.form_field-cms label {
  pointer-events: none;
  position: absolute;
  top: 16px;
  left: 9px;
  font-size: 14px;
  font-weight: inherit;
  white-space: nowrap;
  padding: 0 8px;
  background-color: transparent;
  line-height: 16px;
  color: #8d9091;
  -webkit-transition: cubic-bezier(0.1, 0.6, 0, 1);
  -o-transition: cubic-bezier(0.1, 0.6, 0, 1);
  transition: cubic-bezier(0.1, 0.6, 0, 1);
}

.form_field-cms input::-webkit-input-placeholder {
  color: transparent;
}

.form_field-cms.with-input label {
  top: -8px;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
}

.form_field-cms input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font: inherit;
}

.form_field-cms label,
.form_field-cms input {
  color: black;
}

.product_item-wrap .product_item-title,
.product_item-wrap .product_item-btn,
.product_item-wrap .product_item-price {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.3;
  word-break: break-word;
}

.dark-background .product_item-wrap .product_item-title, .dark-background
.product_item-wrap .product_item-btn, .dark-background
.product_item-wrap .product_item-price {
  color: #ffffff;
}

.product_item-wrap .product_item-btn {
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  top: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product_item-wrap .product_item-price {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
  top: 0;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #c2410c;
}

.product_item-wrap:hover .product_image,
.product_item-wrap:hover .item-top,
.product_item-wrap:hover .product_item-title {
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  opacity: .7;
}

.product_item-wrap:hover .product_item-price {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product_item-wrap:hover .product_item-btn {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product_item-details {
  position: relative;
  overflow: hidden;
}

.product_item-details a {
  color: var(--primary-color);
}

.product_item-details--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.product_item-btn {
  cursor: pointer;
}

.product_item-btn:hover {
  opacity: .7;
}

.product_alt-attr {
  display: none;
}

.with-image .product_alt-attr {
  display: block;
}

.product-content {
  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;
}

.product-content .flex_row-2--item-60,
.product-content .flex_row-2--item-40 {
  max-width: 100%;
}

@media screen and (min-width: 752px) {
  .product-content .flex_row-2--item-40 > .flex_col {
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    z-index: 10601;
  }
}

.product-content .edy-buy-button-container {
  margin: 24px 0;
}

.product-content .without-image .item-top {
  background-image: url("../assets/ico-placeholder.svg");
  background-color: #F2F2F2;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.product-description {
  margin-bottom: 24px;
}

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

@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;
    }
  }
}

/* Layout */

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


@media screen and (max-width: 752px) {
  .flex_row.reverse-col-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex_row-3,
.flex_row-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_row-3--item {
  width: 33%;
  margin-bottom: 32px;
}

.flex_row-4--item {
  width: 25%;
  margin-bottom: 32px;
}


@media screen and (max-width: 900px) {
  .flex_row-4--item {
    width: 33.33%;
  }
  .flex_row-3--item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .flex_row-4--item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .flex_row-3--item,
  .flex_row-4--item {
    width: 100%;
  }
}

.flex_row-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_row-2--item-60 {
  width: 60%;
  margin-bottom: 32px;
}

.flex_row-2--item-50 {
  width: 50%;
}

.flex_row-2--item-40 {
  width: 40%;
  margin-bottom: 32px;
}


@media screen and (max-width: 752px) {
  .flex_row-2--item-60,
  .flex_row-2--item-40 {
    width: 100%;
  }
}

.mar_0-16-neg {
  margin: 0 -16px;
}

.mar_0-32-neg {
  margin: 0 -32px;
}

.mar_0-16 {
  margin: 0 16px;
}

.mar_0-32 {
  margin: 0 32px;
}

.mar_32-0 {
  margin: 32px 0;
}

@media screen and (max-width: 600px) {
  .mar_0-32-neg {
    margin: 0 -30px;
  }
}
@media screen and (max-width: 900px) {
  .mar_32-0 {
    margin: 16px 0;
  }
}

.mar_b-32 {
  margin-bottom: 32px;
}

@media screen and (max-width: 900px) {
  .mar_b-32 {
    margin-bottom: 16px;
  }
}

.mar_t-16 {
  margin-top: 16px;
}

.mar_r-8 {
  margin-right: 8px;
}

.mar_t-32 {
  margin-top: 32px;
}

@media screen and (max-width: 900px) {
  .mar_t-32 {
    margin-top: 16px;
  }
}


/* Menus */

.menu-btn {
  display: none;
}

@media screen and (max-width: 752px) {
  .menu-btn {
    position: absolute;
    top: 28px;
    right: 20px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .menu-btn.open .menu-stripe {
    opacity: .47;
  }
  .menu-btn:focus {
    outline: none;
  }
  .menu-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .menu-btn .menu-stripe {
    display: block;
    width: 23px;
    height: 4px;
    margin: 4px 0;
    background-color: #1b2124;
    opacity: .67;
    border-radius: 5px;
  }
  .menu-btn .menu-stripe:first-child,
  .menu-btn .menu-stripe:last-child {
    margin: 0;
  }
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
}

.menu-main .edit-btn {
  margin-right: 20px;
}

@media screen and (max-width: 752px) {
  .menu-main .edit-btn {
    margin-right: 0;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu .menu-item {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.menu .menu-link {
  display: block;
  color: #a1a1aa;
}

.menu .menu-link.untranslated {
  color: #cc0000;
  color: rgba(204, 0, 0, 0.5);
}

.menu .menu-link:hover {
  color: #71717a;
}

.menu-main {
  display: flex;
  letter-spacing: 1px;
  font-size: 16px;
}

.menu-main .menu .menu-item {
  display: inline-block;
  line-height: 1;
  margin: 0 6px;
}

.menu-main .menu .menu-link.active {
  color: #71717a;
}
.menu-main .menu-sub {
  display: none;
}

.menu-main .menu-lang {
  display: none;
}

@media screen and (max-width: 752px) {
  .menu-main {
    display: none;
  }
  .menu-main.expanded {
    position: absolute;
    top: 75px;
    right: 20px;
    z-index: 1;
    display: block;
    min-width: 350px;
    margin-bottom: 60px;
    padding: 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) ;
  }
  .menu-main.expanded .menu .menu-item {
    display: block;
    margin-right: 0;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu .menu-item:first-child {
    border-top: none;
  }
  .menu-main.expanded .menu .menu-item .menu-link {
    display: block;
    padding: 10px 20px;
    font-size: 20px;
  }
  .menu-main.expanded .menu .menu-item .menu-link.active {
    background-color: #c7e5ff;
  }
  .menu-main.expanded .menu .menu-item .menu-link:hover {
    background-color: #c7e5ff;
    background-color: rgba(199, 229, 255, 0.5);
  }
  .menu-main.expanded .menu .edit-btn {
    display: block;
    padding: 12px 25px;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu-sub {
    display: block;
  }
  .menu-main.expanded .menu-sub .menu .menu-item:first-child {
    border-top: 1px solid #838586;
    border-top: 1px solid rgba(131, 133, 134, 0.1);
  }
  .menu-main.expanded .menu-sub .menu .menu-link {
    padding: 10px 40px;
    font-size: 14px;
  }
  .menu-main.expanded .menu-sub .menu .menu-link.active {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-main.expanded .menu-lang {
    display: block;
    margin-top: 0;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link {
    position: relative;
    padding: 15px 20px 14px 50px;
    font-size: 12px;
    color: #1b2124;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link:hover,
  .menu-main.expanded .menu-lang .menu-item .menu-link.active:hover {
    background-color: #838586;
    background-color: rgba(131, 133, 134, 0.1);
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.active {
    color: #727272;
    background: none;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.edy-menu-langadd {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .menu-main.expanded {
    min-width: 100%;
    right: 0;
    left: 0;
    margin: 0 0 60px;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
    border-bottom: 1px solid #727272;
    border-bottom: 1px solid rgba(114, 114, 114, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.menu-sub .menu .menu-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.menu-sub .menu .menu-item:first-child {
  margin-left: 0;
}

.menu-sub .menu .menu-item .menu-link.active {
  font-weight: 700;
  color: #727272;
  opacity: .8;
}

@media screen and (max-width: 752px) {
  .menu-sub {
    margin-top: 30px;
  }
}

.menu-lang .menu {
  vertical-align: middle;
}

.header-right .menu-lang .edit-btn {
  margin-left: 10px;
}

@media screen and (max-width: 900px) {
  .menu-lang {
    margin-top: 5px;
  }
}

@media screen and (max-width: 752px) {
  .menu-lang {
    display: block;
  }
  .header-right .menu-lang {
    display: none;
  }
}

.tags-title {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.menu-tags {
  display: inline-block;
}

.menu-horizontal.menu-breadcrumbs {
  line-height: 16px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

.menu-horizontal.menu-breadcrumbs .menu-item {
  display: inline-block;
  margin-right: 5px;
}


/* Container */

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.textpage .container-inner {
  max-width: 800px;
  margin: 0 auto;
}

.container a {
  text-decoration: none;
}

.container a img {
  border: none;
}


/* Header */

.header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
}

.header-block {
  width: 100%;
  text-align: center;
}

.header-title,
.header-title a {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #57534e;
  letter-spacing: 1px;
}

.header-title a:hover {
  opacity: .8;
}

@media screen and (max-width: 900px) {
  .header {
    width: 100%;
  }
}

@media screen and (max-width: 752px) {
  .header .header-left .header-title {
    display: block;
  }
}

@media screen and (max-width: 506px) {
  .header {
    display: block;
    padding-bottom: 0;
  }
}


/* Content */

.content {
  display: block;
  margin: 30px;
}

@media screen and (max-width: 752px) {
  .content,
  .front-page .content {
    margin-top: 20px;
  }
}

.content-header .edy-partial-view {
  margin-top: -3px;
}

.content-title.content-formatted h1,
.content-slogan.content-formatted h1 {
  font-size: 100px;
}

.content-title.content-formatted h2,
.content-slogan.content-formatted h2 {
  font-size: 50px;
}

.content-title.content-formatted h3,
.content-slogan.content-formatted h3 {
  font-size: 30px;
}

@media screen and (max-width: 480px) {
  .content-title.content-formatted h1,
  .content-slogan.content-formatted h1 {
    font-size: 50px;
  }
  .content-title.content-formatted h2,
  .content-slogan.content-formatted h2 {
    font-size: 30px;
  }
  .content-title.content-formatted h3,
  .content-slogan.content-formatted h3 {
    font-size: 20px;
  }
}

.content-title.content-formatted {
  line-height: 1.2;
  font-weight: 700;
  font-size: 100px;
}

@media screen and (max-width: 752px) {
  .content-title.content-formatted {
    display: none;
  }
}

.content-slogan {
  margin-top: 5px;
  padding-bottom: 35px;
}

.content-slogan.content-formatted {
  font-weight: 400;
  font-size: 50px;
}

.front-page .content-body {
  margin-top: 45px;
}

@media screen and (max-width: 752px) {
  .front-page .content-body {
    margin-top: 35px;
  }
}

.front-page .content-body p {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.5;
}

@media screen and (max-width: 752px) {
  .front-page .content-body p {
    font-size: 18px;
  }
}

.common-page .content-body {
  margin-top: 35px;
}


/* Search */

@media screen and (max-width: 752px) {
  .search {
    margin-right: 40px;
  }
}

.search-inner {
  display: inline-block;
  vertical-align: middle;
}

.search-mobile {
  display: none;
}

.search-left .search-input {
  width: 128px;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid #787878;
  border-radius: 3px;
}

.search-right .search-submit {
  vertical-align: middle;
}


/* Forms */

.content-formatted form,
.editmode .form {
  max-width: 100%;
  margin-top: 25px;
  clear: both;
  background: #f5f5f5;
  padding: 50px 40px;
  border-left: 3px solid #c2410c;
}

.content-formatted .form_field,
.content-formatted .edy-fe-label {
  font-size: 14px;
}

.content-formatted .form_field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-formatted .form_field:first-child {
  padding-top: 0;
}

.content-formatted .form_field:last-child {
  padding-bottom: 0;
}

.content-formatted .form_field_required .form_field_label:after {
  content: '*';
}

.content-formatted label {
  display: block;
  font-size: 16px;
}

.content-formatted .form_field_label,
.content-formatted .edy-fe-label {
  font-weight: 500;
  font-family: inherit;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 8px;
}

.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file,
.content-formatted .form_submit input {
  font-family: inherit;
  font-size: 16px;
}

.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file {
  max-width: 100%;
}

.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea {
  width: 280px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-formatted .form_submit_input,
.content-formatted .custom-btn.edy-buy-button {
  padding: 16px 20px;
  background: #c2410c;
  color: white;
  border: none;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.2s ease;
}
.content-formatted .form_submit_input:hover,
.content-formatted .custom-btn.edy-buy-button:hover {
  background: #ea580c;
}

@media screen and (max-width: 420px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea {
    width: 100%;
  }
}

.content-formatted .form_field_textarea {
  min-height: 98px;
}

.content-formatted .form_field_size_medium {
  width: 420px;
}

@media screen and (max-width: 420px) {
  .content-formatted .form_field_size_medium {
    width: 100%;
  }
}

.content-formatted .form_field_size_large {
  width: 580px;
}

.content-formatted .form_submit {
  margin-top: 16px;
}

.editmode .dark-background .content-formatted .form_submit input[disabled="disabled"] {
  color: white;
}

.content-formatted .form_submit .form_submit_input:disabled,
.content-formatted .form_submit .form_submit_input[disabled] {
  background: #ccc;
  cursor: not-allowed;
}

.content-formatted .form_error,
.content-formatted .form_field_error {
  color: #cc0000;
}
.content-formatted .form_error {
  margin-bottom: 16px;
}
.content-formatted .form_field_error {
  margin-top: 6px;
}
.content-formatted .form_field_error + .form_field_error {
  margin-top: 2px;
}

.content-formatted .form_field_with_errors .form_field_textfield,
.content-formatted .form_field_with_errors .form_field_textarea {
  border: 1px solid #cc0000;
}

.content-formatted .form_notice {
  color: #60a740;
  font-size: 20px;
}


/* Footer */

.footer {
  padding: 30px;
  background: #f5f5f5;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
  color: #737373;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1.8;
}

.footer .content-formatted a:not(.custom-btn) {
  color: #57534e;
}

.footer .content-formatted .edy-texteditor-view {
  min-height: 18px;
}

@media screen and (max-width: 600px) {
  .flex_row-2--item-50 {
    width: 100%;
  }
  .footer .flex_row-2--item-50 + .flex_row-2--item-50 {
    margin-top: 15px;
  }
}


/*  */

.front-page {
  min-height: 100vh;
}

.front-page:before {
  content: "";
  width: 100vw;
  height: 600px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(-12deg, #f5f5f5 50%, #fff 50%);
}

.front-page:after {
  content: "";
  width: 100vw;
  position: absolute;
  right: 0;
  top: 600px;
  bottom: 0;
  background: #f5f5f5;
  z-index: -1;
}

/* front blocks */

.front-blocks {
  width: 100%;
  display: flex;
}
.front-blocks-item {
  width: 50%;
  height: 100%;
}
.front-blocks-item.has-image {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.front-blocks-item.has-text {
  margin-top: 180px;
  color: #9a3412;
  padding-right: 60px;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .front-blocks {
    flex-direction: column-reverse;
  }
  .front-blocks-item {
    width: 100%;
  }
  .front-blocks-item.has-image {
    min-height: 300px;
    margin-top: 50px;
  }
  .front-blocks-item.has-text {
    margin-top: 0;
    padding-right: 0;
    text-align: left;
  }
}

.public .is-hidden {
  display: none;
}

.form-price {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -105px;
}
.form-price-content {
  color: #c2410c;
  font-size: 40px;
  margin-left: 12px;
}

@media screen and (max-width: 600px) {
  .form-price {
    margin-top: -88px;
  }
  .form-price-content {
    font-size: 20px;
  }
}

