/*
	Theme Name: Neway
	Theme URI: https://neway.ee
	Description: Made in Neway
	Author: Neway
	Author URI: https://neway.ee
*/
@font-face {
  font-family: "mont";
  src: url("assets/font_mont_bold-webfont.woff2") format("woff2"), url("assets/font_mont_bold-webfont.woff") format("woff"), url("assets/font_mont_bold-webfont.ttf") format("truetype"), url("assets/font_mont_bold-webfont.svg#montbold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "mont";
  src: url("assets/font_mont_book-webfont.woff2") format("woff2"), url("assets/font_mont_book-webfont.woff") format("woff"), url("assets/font_mont_book-webfont.ttf") format("truetype"), url("assets/font_mont_book-webfont.svg#montbook") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "mont";
  src: url("assets/font_mont_semibold-webfont.woff2") format("woff2"), url("assets/font_mont_semibold-webfont.woff") format("woff"), url("assets/font_mont_semibold-webfont.ttf") format("truetype"), url("assets/font_mont_semibold-webfont.svg#montsemibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "gilroy";
  src: url("assets/font_gilroy_regular.woff2") format("woff2"), url("assets/font_gilroy_regular.woff") format("woff"), url("assets/font_gilroy_regular.ttf") format("truetype"), url("assets/font_gilroy_regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "gilroy";
  src: url("assets/font_gilroy_medium.woff2") format("woff2"), url("assets/font_gilroy_medium.woff") format("woff"), url("assets/font_gilroy_medium.ttf") format("truetype"), url("assets/font_gilroy_medium.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "gilroy";
  src: url("assets/font_gilroy_bold.woff2") format("woff2"), url("assets/font_gilroy_bold.woff") format("woff"), url("assets/font_gilroy_bold.ttf") format("truetype"), url("assets/font_gilroy_bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
/* GENERAL */
/* colors */
.color-gray,
.color-gray h1,
.color-gray h2,
.color-gray h3 {
  color: #c8c8c8 !important;
}

.color-grayer {
  color: #9f9f9f !important;
}

.color-darkgray {
  color: #6f6f6f !important;
}

.color-red {
  color: #ec2029 !important;
}

.color-black {
  color: #000 !important;
}

.color-inherit {
  color: inherit;
}

.bg-color-bk {
  background-color: #000;
}

.bg-color-lg {
  background-color: #f0f0f0;
}

.bg-color-ltr {
  background-color: #F5F5F5;
}

.bg-color-lt {
  background-color: #fafafa;
}

.bg-color-w {
  background-color: #fff;
}

.pointer {
  cursor: pointer;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: auto;
}

body {
  color: #000;
  font-family: "mont";
  font-size: calc(11px + 0.573vw);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin: 0;
  padding: 0;
}

p {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-wrap: balance;
}

.content {
  min-height: 100vh;
}

:lang(ru), .ru {
  font-family: "gilroy";
}

h1,
.h1,
h2,
h3,
.global-title {
  color: #ec2029;
}

h1,
.h1 {
  font-size: calc(30px + 1.56vw);
  font-weight: 700;
  line-height: 1.2;
  margin: 0.6em 0;
}

h2 {
  font-size: calc(21px + 1.09vw);
  font-weight: 700;
  line-height: 1.25;
  margin: 0.3em 0;
}

h2.for-subtitle {
  margin-bottom: 1em;
}

h3 {
  font-size: calc(16px + 0.83vw);
  line-height: 1.25;
  margin: 1em 0 0.3em;
}

h3.for-subtitle {
  margin-bottom: 1.2em;
}

h4,
.global-subtitle {
  font-size: 0.9em;
  margin: 0.3em 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p,
ul:not([class]),
ol:not([class]) {
  font-weight: 300;
  margin: 1.2em 0;
}
p:first-of-type,
ul:not([class]):first-of-type,
ol:not([class]):first-of-type {
  margin-top: 0;
}

/*
h2 + p,
h2 + ul:not([class]),
h2 + ol:not([class]),
h3 + p,
h3 + ul:not([class]),
h3 + ol:not([class]) {
  margin-top: 0;
}
*/
ul:not([class]) li {
  padding-left: 2.27em;
  margin: 0.5em 0;
  position: relative;
}

ul:not([class]) li:before {
  content: "";
  display: block;
  width: 0.68em;
  height: 0.68em;
  border-radius: 50%;
  background: #ec2029;
  position: absolute;
  top: 0.5em;
  left: 0;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:not([class]), a.link {
  color: #ec2029;
  font-weight: 700;
  box-shadow: inset 0 -0.1em 0 #ec2029;
  transition: color 0.15s ease, box-shadow 0.15s ease;
}

a:not([class]):hover, a.link:hover {
  color: #ec2029;
  box-shadow: inset 0 -0.1em 0 transparent;
}

button {
  cursor: pointer;
}

button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

b,
strong {
  font-weight: 900;
}

table {
  min-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-scroll-wrapper table {
  width: auto !important;
  min-width: 100%;
}

td,
th {
  padding: 0.3em 0.9em;
}

th {
  color: #ec2029;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #ec2029;
}

th:last-child:not(:first-child) {
  text-align: right;
}

td {
  border-top: 2px solid #adadad;
  border-right: 2px solid #adadad;
  border-bottom: 2px solid #adadad;
}

td:last-child {
  text-align: right;
  border-right: none;
}

.edys-gallery-grid-inner {
  margin-left: -0.91em !important;
  margin-right: -0.91em !important;
}

.edys-gallery-grid-item {
  width: 25% !important;
  padding: 0.91em !important;
  overflow: visible !important;
}

.edys-gallery-grid-item .edys-gallery-grid-aspect {
  transition: box-shadow 0.2s ease;
  overflow: visible !important;
  border-radius: 5px;
}

.edys-gallery-grid-item:hover .edys-gallery-grid-aspect {
  box-shadow: 0 0.9em 1.8em 0 rgba(0, 0, 0, 0.4);
}

.edys-gallery-grid-item .edys-gallery-grid-aspect img {
  border-radius: 5px;
}

.edys-gallery-grid-item .edys-gallery-grid-aspect:after {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.8em;
  background-color: #ec2029;
  background-image: url(assets/icon-zoom.svg);
  background-position: center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0.9em;
  right: 0.9em;
  transition: all 0.2s ease;
}

.edys-gallery-grid-item:not(:hover) .edys-gallery-grid-aspect:after {
  transform: scale(0);
  opacity: 0;
}

.gallery-large .edys-gallery-grid-item {
  width: 33.33% !important;
}

.gallery-large .edys-gallery-grid-item .edys-gallery-grid-aspect {
  padding-bottom: calc(100% / 16 * 9) !important;
}

.hidden {
  display: none !important;
}

.block {
  display: block;
}

.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}

/* CLASSES */
.container {
  width: 100%;
  padding-left: 3.64em;
  padding-right: 3.64em;
}

@media screen and (min-width: 1440px) {
  .container.max-width {
    width: 57em;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.global-section {
  padding: 6.8em 0;
}

.global-section.slim {
  padding: 4em 0;
}

.global-section.slim-top {
  padding-top: 4em;
}

.page-top {
  padding-top: 8.5em;
}

.page-top.for-image {
  padding-top: 7em;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-responsive {
  margin-bottom: 3.64em !important;
}

.mb-responsive-half {
  margin-bottom: 1.82em;
}

.pb-responsive {
  padding-bottom: 3.64em;
}

.o-0 {
  opacity: 0;
}

.mb-1 {
  margin-bottom: 0.91em;
}

.rel {
  position: relative;
}

.full-height {
  min-height: 100%;
}

.full-width {
  min-width: 100%;
}

.grid-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-content .grid-col {
  width: 48%;
}

.border-top {
  border-top: 2px solid #f0f0f0;
}

.shadow-lg {
  box-shadow: 0 0.9em 1.8em 0 rgba(0, 0, 0, 0.4);
}

.no-wrap {
  white-space: nowrap;
}

details.info {
  position: relative;
  z-index: 1;
  min-width: 21.82em;
}

details.info,
summary.icon-info:focus {
  outline: none;
}

summary.icon-info {
  position: absolute;
  z-index: 2;
  left: -0.835em;
  top: -0.835em;
  list-style-type: none;
}

summary.icon-info::-webkit-details-marker {
  display: none;
}

summary.icon-info:before {
  content: "";
  display: block;
  width: 1.67em;
  height: 1.67em;
  background-image: url(assets/icon-info-gray.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin: 0;
  transition: background-image 0.15s ease;
  cursor: pointer;
}

summary.icon-info:hover:before {
  background-image: url(assets/icon-info.svg);
}

details .info-box {
  padding: 2.165em;
  box-shadow: 0 0.9em 1.8em 0 rgba(0, 0, 0, 0.4);
}

.cover-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.cover-image.with-filter:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(15, 15, 15, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.cover-image.with-filter.landing-filter:after {
  background: linear-gradient(135deg, rgba(15, 15, 15, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.cover-image.edy-img-drop-area {
  position: absolute !important;
}

.cover-image iframe {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.3s ease;
}

.cover-image iframe:not(.ready) {
  opacity: 0;
}

.link-section {
  padding-top: 1.54em;
  padding-bottom: 1.54em;
}

.rp-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.custom-btn, .woocommerce a.button.wc-backward {
  color: #000;
  font-size: 0.9em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
  background-color: transparent;
}

.custom-btn:hover,
.custom-btn:focus,
.woocommerce a.button.wc-backward:hover {
  color: #ec2029;
}

.custom-btn:after,
.button.wc-backward:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-color: #ec2029;
  background-image: url(assets/icon-arrow-white.svg);
  background-position: center;
  background-size: 0.8em auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 1em;
  transition: background-color 0.2s ease, background-image 0.2s ease;
}

.custom-btn.icon-white:after {
  background-color: #fff;
}

.custom-btn:hover:after,
.woocommerce a.button.wc-backward:hover:after,
.custom-btn.active:after,
.btn-white .custom-btn:after {
  background-color: #000;
  background-image: url(assets/icon-arrow-red.svg);
}

.custom-btn.red-white:after {
  background-color: #ec2029;
}

.custom-btn.icon-white-red:after {
  background-color: #fff;
  background-image: url(assets/icon-arrow-red.svg);
}

.custom-btn.icon-minus:after {
  background-image: url(assets/icon-minus.svg);
  background-size: 50% auto;
}

.custom-btn.icon-minus:hover:after {
  background-image: url(assets/icon-minus-red.svg);
}

.custom-btn.icon-minus.red-white:hover:after {
  background-image: url(assets/icon-minus.svg);
}

.custom-btn.icon-plus:after {
  background-image: url(assets/icon-plus.svg);
  background-size: 50% auto;
}

.custom-btn.icon-plus:hover:after {
  background-image: url(assets/icon-plus-red.svg);
}

.custom-btn.icon-plus.red-white:hover:after {
  background-image: url(assets/icon-plus.svg);
}

.custom-btn.icon-close:after {
  background-image: url(assets/icon-plus.svg);
  background-size: 35% auto;
  transform: rotate(45deg);
}

.custom-btn.icon-close:hover:after,
.custom-btn.icon-close.icon-white:after {
  background-image: url(assets/icon-plus-red.svg);
}

.custom-btn.icon-scroll:after {
  transform: rotate(90deg);
}

.custom-btn.icon-back:after,
.button.wc-backward:after {
  transform: rotate(180deg);
}

.custom-btn.icon-only:after {
  margin: 0;
}

.custom-btn.reverse {
  flex-direction: row-reverse;
}

.custom-btn.reverse:after {
  margin-left: 0;
  margin-right: 1em;
}

.btn-white .custom-btn:after {
  background-color: #fff;
}

.custom-btn.disabled {
  pointer-events: none;
}

.custom-btn.disabled:after,
.custom-btn.gray-hover:not(:hover):after {
  background-color: #d6d6d6;
}

@keyframes favorite {
  0% {
    transform: rotate(0deg);
    background-size: 100% auto;
    background-image: url(assets/star_nonactive.svg);
  }
  30% {
    background-size: 0;
    background-image: url(assets/star_nonactive.svg);
  }
  31% {
    background-size: 0;
    background-image: url(assets/star_full.svg);
  }
  60% {
    background-size: 100% auto;
    background-image: url(assets/star_full.svg);
  }
  90% {
    background-size: 100% auto;
    background-image: url(assets/star_full.svg);
  }
  100% {
    transform: rotate(360deg);
    background-size: 100% auto;
    background-image: url(assets/star_full.svg);
  }
}
.solid-btn {
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  min-width: 3.85em;
  padding: 0.5em 1em;
  background-color: #ec2029;
  transition: color 0.2s ease, background-color 0.2s ease;
  will-change: color, background-color;
  cursor: pointer;
}

.solid-btn.neutral {
  color: #ec2029;
  background-color: #e1e1e1;
}

.no-pointer {
  pointer-events: none;
}

.solid-btn.js-disabled-payment,
.solid-btn.disabled {
  color: #fff;
  background-color: #f0f0f0;
  pointer-events: none;
}

.solid-btn:hover,
.solid-btn:active {
  color: #ec2029;
  background-color: #000;
}

.solid-btns {
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% + 1.5em);
  margin-left: -0.75em;
}

.solid-btns .solid-btn {
  margin: 0.75em 0.75em 0;
}

.icon-btn {
  color: #fff;
  font-size: 0.68em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 0.65em 1em;
  border-radius: 5px;
  background-color: #000;
  transition: color 0.2s ease;
}
.icon-btn:hover {
  color: #ec2029;
}

.icon-btn:after {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  margin-left: 1em;
  flex-shrink: 0;
}

.icon-btn.icon-cart:after {
  background-image: url(assets/icon-cart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-btn.icon-arrow-right:after {
  background-image: url(assets/icon-arrow-red.svg);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
}

.header .icon-btn.icon-cart {
  text-transform: lowercase;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  background-color: #ec2029;
  overflow: hidden;
  padding-right: 0.8em;
}

.header .icon-btn.icon-cart:hover {
  color: #fff;
}

.header .icon-btn.icon-cart:after {
  background-image: url(assets/icon-cart-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0.2em 0 0 10px #CB1C23;
  background-color: #CB1C23;
  margin-left: 1.6em;
}

.styled-link,
.styled-links a {
  color: inherit;
  background-image: url(assets/icon-arrow-red.svg);
  background-position: -0.6em center;
  background-size: 0.6em auto;
  background-repeat: no-repeat;
  box-shadow: none;
  transition: color 0.2s ease, padding-left 0.2s ease, background-position 0.2s ease;
}

.styled-link:hover,
.styled-links a:hover {
  color: #ec2029;
  padding-left: 1em;
  background-position: 0 center;
}

.basic-link,
.basic-links a {
  color: inherit;
  transition: color 0.2s ease;
  box-shadow: none;
}

.basic-link:hover,
.basic-link:focus,
.basic-link.active,
.basic-links a:hover,
.basic-links a:focus {
  color: #ec2029;
}

.gtag {
  color: #fff;
  font-size: 0.72em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: #000;
  padding: 0.25em 0.625em;
  border-radius: 100px;
}

.gtag-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gtag-wrapper .gtag {
  margin: 0 0.625em 0.625em 0;
}

.wtag {
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.1em 0.5em;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
}

.wtag p {
  font-weight: 600;
  margin: 0 0 0 0.4rem;
}

.wtags-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wtags-wrapper .wtag {
  margin-right: 1.5em;
}

.font-xs {
  font-size: 0.72em;
}

.font-s {
  font-size: 0.82em;
}

.font-m {
  font-size: 0.9em;
}

.font-l {
  font-size: 1.09em;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.limited-textarea {
  max-width: 65%;
}

.mt-0 {
  margin-top: 0;
}

.delivery-method .icon-info:before, .info-quote:before, .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  content: "";
  display: block;
  width: 1.67em;
  height: 1.67em;
  background-image: url(assets/icon-info.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 1.38em;
}

.info-quote, .woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-size: 0.82em;
  display: flex;
  align-items: center;
  padding: 1.1em 1.38em;
  border-radius: 5px;
  background-color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border: none;
  padding: 1.1em 4.38em;
}

.info-quote.ucrent-transport {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-1em);
  max-height: 0;
  padding: 0 1.38em;
  margin-bottom: 0;
}
.info-quote.ucrent-transport.active {
  visibility: visible;
  color: #fff;
  background-color: #ec2029;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 1.82em;
  height: auto;
  padding: 1.1em 1.38em;
  max-height: 300px;
}

.info-quote.active:before {
  background-color: #fff;
  background-image: url(assets/icon-info-black.svg);
  border-radius: 50%;
}

/* colors */
.color-gray,
.color-gray h1,
.color-gray h2,
.color-gray h3 {
  color: #c8c8c8 !important;
}

.color-grayer {
  color: #9f9f9f !important;
}

.color-darkgray {
  color: #6f6f6f !important;
}

.color-red {
  color: #ec2029 !important;
}

.color-black {
  color: #000 !important;
}

.color-inherit {
  color: inherit;
}

.bg-color-bk {
  background-color: #000;
}

.bg-color-lg {
  background-color: #f0f0f0;
}

.bg-color-lt {
  background-color: #fafafa;
}

.bg-color-w {
  background-color: #fff;
}

/* align */
.text-center {
  text-align: center;
}

.align-left {
  margin-right: auto;
}

.align-right {
  margin-left: auto;
}

.align-bottom {
  margin-top: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

/* content white */
.content-white,
.content-white h1,
.content-white h2,
.content-white h3,
.content-white .custom-btn {
  color: #fff;
}

/* MARGIN */
h1:first-child,
.h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ol:first-child,
ul:first-child,
li:first-child,
p:first-child,
.global-subtitle:first-child,
blockquote:first-child,
.global-margin:first-child,
ul:not([class]) li:first-child {
  margin-top: 0;
}

h1:last-child,
.h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
ul:last-child,
li:last-child,
p:last-child,
.global-subtitle:last-child,
blockquote:last-child,
.global-margin:last-child,
ul:not([class]) li:last-child {
  margin-bottom: 0;
}

/* FORM */
.form_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form_fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_field {
  width: calc(50% - 0.6em);
  margin-bottom: 1.82em;
}

.form_field.brake-after {
  margin-right: calc(33.3% - 0.6em) !important;
}

.form_field.full {
  width: 100%;
}

.form_field.inline {
  width: auto;
  display: inline-block;
  padding-right: 1.4em;
}

.form_field .form_field_label {
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}

.form_field.inline .form_field_label {
  color: #000;
  margin: 0 !important;
  padding: 0.3em 0;
}

.form_field .form_field_label abbr,
.form_field .form_field_label .optional {
  display: none;
}

.form_field.toggle {
  overflow: hidden !important;
  transition: all 0.2s ease;
  height: auto;
  max-height: 0;
  opacity: 0;
  margin-bottom: 0 !important;
}

.form_field.toggle.active {
  max-height: 6em;
  opacity: 1;
  margin-bottom: 1.82em !important;
}

.woocommerce .checkout .form_area {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -1.5em;
}

.woocommerce .checkout .form-row.form_field {
  margin-bottom: 1em;
  width: calc(33.3%);
  padding-right: 1.5em;
}

.woocommerce .checkout .form-row.form_field .form_field_label {
  margin-bottom: 0.15em;
  color: #000;
}

.form_field input[type=text],
.form_field input[type=email],
.form_field input[type=tel],
.form_field input[type=number],
.form_field input[type=password],
.form_field select,
.select2-container .select2-selection {
  width: 100%;
  height: 2.73em;
  padding: 0 0.9em;
  border-radius: 5px;
  border: 2px solid #dcdcdc;
  background-color: #fff;
}
.form_field input[type=text]:focus,
.form_field input[type=email]:focus,
.form_field input[type=tel]:focus,
.form_field input[type=number]:focus,
.form_field input[type=password]:focus,
.form_field select:focus,
.select2-container .select2-selection:focus {
  outline: none;
}

.form_field textarea.input-text {
  padding: 0.9em;
  border-radius: 5px;
  border: 2px solid #dcdcdc;
  background-color: #fff;
}

.select2-container .select2-selection {
  display: flex;
  align-items: center;
}

.select2-container .select2-selection .select2-selection__rendered {
  padding: 0.2em 0.9em 0 0;
}

.select2-container .select2-selection .select2-selection__arrow:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 0.9em;
  right: 0.9em;
  width: 1em;
  height: 1em;
  background-image: url(assets/icon-arrow-red.svg);
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.select2-container.select2-container--open .select2-selection .select2-selection__arrow:after {
  transform: rotate(-90deg);
}

.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-search.select2-search--dropdown {
  position: absolute;
  top: -2.15em;
  left: 0.5em;
  width: calc(100% - 2.5em);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  background-color: #fff;
}

.select2-container--open .select2-dropdown--below {
  border: 2px solid #dcdcdc;
  background-color: #fff;
}

.select2-results__option {
  padding: 0.2em 0.9em;
}

.select2-results__options {
  outline: none;
  padding: 10px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #fff;
  color: #ec2029;
  outline: none;
}

.form_field textarea {
  width: 100%;
  padding: 0.9em;
  border: none;
  border-radius: 5px;
  background-color: #d4d4d4;
  resize: none;
}

.form_field input[type=text]:focus,
.form_field textarea:focus {
  background-color: #fff;
}

.form_field .select2-selection:focus {
  outline: none;
}

.form_field.checkbox {
  font-size: 0.9em;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form_field.checkbox .form_field_label {
  margin-bottom: 1em;
}

.form_field.checkbox label, label.form_field_label.checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0.375em 0;
}

.form_field.checkbox.reverse label {
  flex-direction: row-reverse;
}

.form_field.checkbox input, label.form_field_label.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form_field.checkbox input:checked + .form_control_indicator, 
label.form_field_label.checkbox input:checked + .form_control_indicator 
.payment-method input:checked + label .form_control_indicator 
{
  border: 2px solid #ec2029;
}
.form_field.checkbox input:checked + .form_control_indicator:after, 
label.form_field_label.checkbox input:checked + .form_control_indicator:after,
.payment-method input:checked + label .form_control_indicator:after {
  opacity: 1;
}
.form_field.checkbox.sq .form_control_indicator, 
label.form_field_label.checkbox.sq .form_control_indicator,
.payment-method input + label .form_control_indicator {
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px;
  border: 2px solid #ec2029;
  margin-right: 0.75em;
}
.form_field.checkbox.sq .form_control_indicator:after, 
label.form_field_label.checkbox.sq .form_control_indicator:after{
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  background-color: #ec2029;
}
.form_field.checkbox .form_control_indicator, 
label.form_field_label.checkbox .form_control_indicator,
.payment-method input + label .form_control_indicator {
  display: block;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
  margin-right: 1.25em;
  flex-shrink: 0;
  position: relative;
}
.form_field.checkbox .form_control_indicator:after, 
label.form_field_label.checkbox .form_control_indicator:after,
.payment-method input + label .form_control_indicator:after{
  content: "";
  display: block;
  background-color: #ec2029;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.15s ease;
  background-position: center;
  background-size: 57% auto;
  background-repeat: no-repeat;
  background-image: url(assets/checked.svg);
}

.form_field.checkbox.reverse .form_control_indicator {
  margin-left: 1.25em;
  margin-right: 0;
}

.full-w-children > * {
  width: 100%;
}

.form-field.select select:focus {
  outline: #b4b4b4;
}

.form_submit {
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
  position: relative;
}

.form_submit input {
  color: #fff;
  font-size: 0.9em;
  height: 2em;
  padding-right: 3em;
  font-weight: 600;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.form_submit:after {
  content: "";
  font-size: 0.9em;
  display: block;
  width: 2em;
  height: 2em;
  background-color: #fff;
  background-image: url(assets/icon-arrow-red.svg);
  background-position: center;
  background-size: 0.8em auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.2s ease, background-image 0.2s ease;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.form_area .form_error,
.form_area .form_field_error {
  color: #000;
  font-size: calc(8px + 0.31vw);
  margin-top: 0.5em;
}

label.form_field_with_errors {
  color: #ec2029 !important;
}
label.form_field_with_errors .form_control_indicator {
  border-color: #ec2029 !important;
}

.form_field_with_errors input,
.form_field_with_errors textarea {
  border-color: #ec2029 !important;
}

.public .form_field.lemmikud {
  display: none;
}

/* HEADER */
.header {
  width: 100%;
  position: absolute;
  z-index: 100;
}
.header-top {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
.header-logo-wrapper {
  padding-top: 1.36em;
  padding-bottom: 1.36em;
  display: flex;
  align-items: center;
  width: 27.6%;
  height: 4em;
}
.header-menu-wrapper {
  padding-top: 1.36em;
  padding-bottom: 1.36em;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 4em;
}
.header-menu-wrapper .basic-btn {
  transition: background-color 0.2s ease;
}
.header-menu-wrapper .basic-btn:hover {
  background-color: #000;
}
.header-bottom {
  color: #ec2029;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4em;
}

.header-logo {
  display: inline-block;
  line-height: 0;
}

.header-logo img {
  height: 1.6em;
}

.menu-main {
  margin-left: auto;
}

.main-menu {
  display: flex;
  align-items: center;
}

.main-menu li {
  margin-right: 1.8em;
}

.menu-item {
  color: #6f6f6f;
  transition: color 0.2s ease;
}

.header.root .menu-item {
  color: #fff;
}

.menu-item:hover,
.menu-item.active {
  color: #ec2029 !important;
}

.header.hide-header-bottom .header-bottom {
  display: none;
}

.menu-subitem:not(:last-child) {
  margin-right: 1.82em;
}

.menu-subitem a {
  transition: color 0.2s ease;
}

.lang-select {
  display: block;
  position: relative;
  z-index: 1;
}

.lang-select .current {
  color: #ec2029;
  font-weight: 600;
  display: inline-block;
  height: 2.2rem;
  background-color: #E1E1E1;
  border-radius: 5px;
  padding: 0 0.5em;
  font-size: medium;
}

.mini-cart-count {
  display: block;
}
.mini-cart-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.mini-cart-inner.open {
  z-index: 3;
}

.stars {
  display: block;
  width: 1.36em;
  height: 1.36em;
  background-image: url(assets/star_nonactive.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.stars.active {
  animation: favorite 1.2s ease;
  animation-fill-mode: forwards;
}

.stars:before {
  content: "";
  display: block;
  width: 100%;
  background-image: url(assets/star_full.svg);
}

.basic-btn {
  color: #ec2029;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  background-color: #d2d2d2;
  border-radius: 5px;
  position: relative;
}
.basic-btn:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.header .basic-btn {
  margin-right: 1.36rem;
  background-color: #E1E1E1;
}
.header .basic-btn.active {
  background-color: #ec2029;
}

.header .icon-btn {
  margin-right: 1.36rem;
  height: 2.2rem;
}

.basic-btn.icon-account:before {
  background-image: url(assets/icon-account.svg);
}
.basic-btn.icon-account.active:before {
  background-image: url(assets/icon-account-white.svg);
}

.basic-btn.icon-search:before {
  background-image: url(assets/icon-search.svg);
}
.basic-btn.icon-search.active:before {
  background-image: url(assets/icon-search-white.svg);
}

.basic-btn.icon-cart:before {
  background-image: url(assets/icon-cart.svg);
}
.basic-btn.icon-cart.active:before {
  background-image: url(assets/icon-cart-white.svg);
}

/* FRONT PAGE */
.section-top-image {
  display: flex;
  padding-top: 8.2em;
  padding-bottom: 3.64em;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.landing-image {
  width: 84%;
  height: calc(100% - 12.5em);
  border-top-left-radius: 200px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.landing-content-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 1440px) {
  .landing-title {
    max-width: 70%;
  }
}
.landing-fast {
  margin-top: auto;
}

/* CATEGORY PAGE */
.category-page-top {
  display: flex;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.category-page-top .cover-image {
  height: 100%;
  width: calc(100% - $padding-m);
  height: calc(100% - 7em);
  border-top-left-radius: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.category-page-top .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.category-top-content {
  padding: 1.82em 3.64em;
}

.product-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category-item {
  text-align: center;
  width: calc(20% - $padding-s);
  margin: 1.82em 0 0;
  transition: color 0.2s ease;
}

.category-item:hover {
  color: #ec2029;
}

.category-item .image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0.9em;
  transition: box-shadow 0.2s ease;
}

.category-item .image:not([style]) {
  background-color: #e0e0e0;
  background-image: url(assets/uclogo-placeholder.svg);
  background-size: 40% auto;
}

.category-item .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.category-item:hover .image {
  box-shadow: 0 0.9em 1.8em 0 rgba(0, 0, 0, 0.4);
}

.category-item.dummy {
  margin-top: 0;
}

.products-wrapper {
  padding-top: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11em, 1fr));
  grid-gap: 2em;
}

.products-wrapper + .custom-btn {
  margin-top: 2em;
}

.product-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  transition: box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.product-item:hover {
  box-shadow: 0 0.9em 1.8em 0 rgba(0, 0, 0, 0.4);
}

.product-item .title {
  font-weight: 600;
  /*text-align: center;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  background-color: #fff;
  padding: 1em;
  flex: 1;
}

.product-item .title:before {
  content: "";
  width: 0;
  padding-top: 32%;
}

.product-item .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item .price-wrapper .before {
  text-decoration: line-through;
}

.product-item .image {
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.product-item .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-item .image:not([style]) {
  background-color: #e0e0e0;
  background-image: url(assets/uclogo-placeholder.svg);
  background-size: 40% auto;
}

.product-item .tag {
  display: block;
  height: 1.59em;
  width: 100%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}

.product-item.dummy {
  margin: 0;
  height: 0;
}

.product-amount-select .add.disabled:after, .product-amount-select .rem.disabled:after {
  background-color: #e8e8e8 !important;
}

.favorite-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.82em;
}

.add-favorite {
  color: #6f6f6f;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: lowercase;
  display: inline-flex;
  align-items: center;
}

.add-favorite:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(assets/star_nonactive.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 1em;
  flex-shrink: 0;
}

.add-favorite.active:before {
  animation: favorite 1.2s ease;
  animation-fill-mode: forwards;
}

.add-favorite .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 1.2em;
  overflow: hidden;
}

.add-favorite .text span {
  transition: transform 0.3s ease;
}

.add-favorite.active .text span {
  transform: translateY(-50%);
}

.favorite-btn-wrapper .custom-btn {
  display: none;
}

.product-cover-image {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
  margin-bottom: 0.9em;
}

.product-cover-image:before {
  content: "";
  display: block;
  padding-top: calc(100% / 16 * 9);
}

.product-cover-image .edy-element-thumb-catcher {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-cover-image .edy-element-thumb-catcher-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none !important;
}

.product-cover-image .edy-element-thumb-catcher-title {
  display: none;
}

.product-gallery .woocommerce-product-gallery__image {
  border-radius: 5px;
  overflow: hidden;
  align-self: flex-start;
  position: relative;
  box-shadow: none;
  transition: box-shadow 0.2s ease;
}
.product-gallery .woocommerce-product-gallery__image:hover {
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.2);
}
.product-gallery .woocommerce-product-gallery__image:after {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: #e0e0e0;
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.product-gallery .woocommerce-product-gallery__image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product-gallery .woocommerce-product-gallery__image a:after {
  content: "";
  position: absolute;
  background-color: #ec2029;
  width: 1.88em;
  height: 1.88em;
  top: 1em;
  right: 1em;
  border-radius: 100%;
  background-image: url("assets/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9em;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.product-gallery .woocommerce-product-gallery__image a:hover:after {
  transform: scale(1);
}
.product-gallery .woocommerce-product-gallery__image a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  background-color: #fff;
}

/* CATEGORY */
.sidebar-scrollable {
  max-height: 100%;
  overflow: auto;
}

.scrollable {
  overflow-y: auto;
  flex: 1;
}

.sticky-top-sidebar {
  top: 8.5em;
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  height: calc(100vh - 8.5em);
  bottom: 4em;
  padding-right: 1.5em;
}

.section-with-sidebar {
  display: flex;
  min-height: 100vh;
}

.section-with-sidebar .sidebar-wrapper {
  width: 27.6%;
  position: relative;
}

.sidebar-back-btn {
  position: absolute;
  left: 100%;
  transform-origin: 0 50%;
  transform: rotate(90deg);
  margin-top: -1.1em;
  padding-right: 2em;
  z-index: 2;
}

.sidebar-menu:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50px;
}

.sidebar-menu li {
  margin: 0.5em 0;
}
.sidebar-menu li:first-child {
  margin-top: 0;
}

.section-with-sidebar .content-wrapper {
  flex: 1;
}

/* category filters */
.filters-category .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 0.5em 0.9em;
  border-radius: 5px;
  margin-top: 1.36em;
}

.filters-category .tags .form_field {
  flex-direction: row;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.filters-category .tags .form_field label {
  margin-right: 1.5em;
}

.product-item.with-filter-animation.remove {
  display: none;
}

/* REFERENCES */
.reference-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.27em;
}

.reference-item .image {
  width: 50%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: box-shadow 0.2s ease;
  max-height: 100%;
}

.reference-item .image:hover {
  box-shadow: 0 0.9em 1.8em 0 rgba(0, 0, 0, 0.4);
}

.reference-item .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% / 16 * 9);
}

.reference-item .image:not([style]) {
  background-color: #e0e0e0;
  background-image: url(assets/uclogo-placeholder.svg);
  background-size: 40% auto;
}

.reference-item .info {
  width: 50%;
  padding-left: 2.27em;
}

.reference-item .title {
  transition: color 0.2s ease;
  margin: 0.8em 0;
}

.reference-item .custom-btn:hover {
  color: #000;
}

.reference-item .custom-btn:hover:after {
  background-color: #000;
  background-image: url(assets/icon-arrow-red.svg);
}

.reference-wrapper.for-preview {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + $padding-s);
  margin-left: -0.91em;
}

.reference-item.preview {
  width: calc(33.333% - $padding-s);
  margin: 0 0.91em 1.82em;
}

.reference-item.preview .image {
  width: 100%;
}

.reference-item.preview .info {
  width: 100%;
  padding-left: 0;
}

.reference-item.preview .subtitle {
  margin: 1.5em 0;
}

.reference-item.preview .title {
  margin: 0;
}

.reference-item.preview .custom-btn {
  display: none;
}

.reference-item.with-animation {
  max-height: 2048px;
  transition: margin-top 0.5s ease, max-height 0.5s ease, opacity 0.3s ease 0.1s;
}

.reference-item.with-animation.remove {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  transition: margin-top 0.5s ease 0.3s, max-height 0.5s ease 0.3s, opacity 0.3s ease;
}

.basic-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% + 2.27em);
  margin-top: 2.27em;
  margin-left: -1.135em;
}

.basic-filter .filter-btn {
  color: #afafaf;
  margin: 0 1.135em 1em;
  transition: color 0.2s ease;
  cursor: pointer;
}

.basic-filter .filter-btn.active {
  color: #ec2029;
}

/* REFERENCE */
.reference-content {
  position: relative;
  padding-left: 5.45em;
  margin-top: 3em;
}

.reference-content-btn {
  position: absolute;
  left: 0;
  transform-origin: 0 100%;
  transform: rotate(90deg);
  margin-top: -1em;
}

/* CONTACTS */
.contacts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-item {
  display: flex;
  width: calc(50% - 0.91em);
  margin: 2.73em 0 0;
}

.contact-item .image {
  width: 42%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.contact-item .image img.rp-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-item .image:not([style]) {
  background-color: #e0e0e0;
  background-image: url(assets/uclogo-placeholder.svg);
  background-size: 40% auto;
}

.contact-item .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 140%;
}

.contact-item .info {
  display: flex;
  flex-direction: column;
}

.contact-item h3 {
  margin-top: auto;
}

.contact-item .info .prof {
  margin-bottom: 0.5em;
}

.contact-item-langs {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
}

.contact-item-langs .lang-icon {
  display: inline-block;
  width: 1.36em;
  height: 1.36em;
  margin: 0.6em 0.6em 0 0;
}

.contact-item-langs .lang-icon.icon-fin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMzAiPiAgPGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2Y0ZjRmNDsgICAgICB9ICAgICAgLmNscy0yIHsgICAgICAgIGZpbGw6ICMxZjM1N2U7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHRpdGxlPlZlY3RvciBTbWFydCBPYmplY3Q8L3RpdGxlPiAgPGc+ICAgIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTQuOTk5OTYiIGN5PSIxNSIgcj0iMTUiLz4gICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTMuMDE1NTIuMTMwOTFhMTQuODk1NjQsMTQuODk1NjQsMCwwLDAtNS4wMzgsMS42MTIxOFYxMi40NjE1OEguMjE0ODdhMTUuMDkzMTUsMTUuMDkzMTUsMCwwLDAtLjAwNjQsNS4wMzc2SDcuOTc3NTRWMjguMjU2OTFhMTQuODk1NTgsMTQuODk1NTgsMCwwLDAsNS4wMzgsMS42MTIyNnYtMTIuMzdoMTYuNzc2YTE1LjA5MDM5LDE1LjA5MDM5LDAsMCwwLS4wMDY0OC01LjAzNzZIMTMuMDE1NTJaIi8+ICA8L2c+PC9zdmc+);
}

.contact-item-langs .lang-icon.icon-eng {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjkuOTk5OTQgMjkuOTk5MjgiPiAgPGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogIzIyM2M3MjsgICAgICB9ICAgICAgLmNscy0yIHsgICAgICAgIGZpbGw6ICNlZmViZTc7ICAgICAgfSAgICAgIC5jbHMtMyB7ICAgICAgICBmaWxsOiAjZWYzODI3OyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDx0aXRsZT5WZWN0b3IgU21hcnQgT2JqZWN0PC90aXRsZT4gIDxnPiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0uNDQzMTcsMTEuMzk2ODNBMTQuOTk2MjQsMTQuOTk2MjQsMCwxLDEsMTEuMzk3LDI5LjU1NjMyLDE0Ljk5NDA3LDE0Ljk5NDA3LDAsMCwxLC40NDMxNywxMS4zOTY4MyIvPiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNS42MzgzNyw0LjQyNjJsLTYuMDMwNiw0LjAyMDExVi43MjkyOFExOS4xMTM4NC41NzA1MiwxOC42MDI4Ny40NDI5YTE0LjkyNjMzLDE0LjkyNjMzLDAsMCwwLTguMjUwMi4yOTc0OVY4LjQ0NzE2TDQuMzQ2LDQuNDQzMzNhMTQuODk1NjYsMTQuODk1NjYsMCwwLDAtMy4yNTI4NSw0Ljk0M0wyLjY4MzksMTAuNDQ2NzNILjcxMjU1Yy0uMDk5LjMxMTc5LS4xODk1Ny42MjgxLS4yNjkzNi45NTAxNmExNC45MjA3MSwxNC45MjA3MSwwLDAsMCwuMzE1MTksOC4zMDQ4N0gyLjcyMzIyTDEuMTQ5NTcsMjAuNzUwODhhMTUuMDczMjEsMTUuMDczMjEsMCwwLDAsMy4zMDEsNC45MDk2Nmw1LjkwMjA4LTMuOTMzODN2Ny41MzA2NXEuNTEyNjguMTY2NjcsMS4wNDQzMi4yOTg5MWExNC45MjQwNiwxNC45MjQwNiwwLDAsMCw4LjIxMDc4LS4yODQ2MVYyMS43MjY3MWw1LjkyNTY3LDMuOTQ5NTRBMTQuODk3NTYsMTQuODk3NTYsMCwwLDAsMjguODQzLDIwLjc3MjUybC0xLjYwNjM5LTEuMDcwNzdoMi4wMDQwOHEuMTc3NTQtLjUzOTI1LjMxNjU5LTEuMDk5NTZhMTQuOTMsMTQuOTMsMCwwLDAtLjI2Ny04LjE1NTQ3SDI3LjI3NjU0bDEuNjIxODItMS4wODFhMTUuMDY4MjIsMTUuMDY4MjIsMCwwLDAtMy4yNi00LjkzOTUiLz4gICAgPGc+ICAgICAgPHBhdGggY2xhc3M9ImNscy0zIiBkPSJNOC4wODI3NiwxMC40NjcxNmgyLjI3OTY1VjkuNTQ1MzNMMy43MDYsNS4xMTg1OEExNS4wNjI0NCwxNS4wNjI0NCwwLDAsMCwyLjQ3MDg2LDYuNzM0MTlaIi8+ICAgICAgPHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjcuNTI5MDgsNi43MzQxOUExNS4wNjI0NCwxNS4wNjI0NCwwLDAsMCwyNi4yOTQsNS4xMTg1OEwxOS42Mzc1Myw5LjU0NTMzdi45MjE4M2gyLjI3OTY1WiIvPiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIxLjkxNzE4LDE5LjUzMjEySDE5LjYzNzUzVjIwLjQ1NEwyNi4yOTQsMjQuODgwN2ExNS4wNjI0NCwxNS4wNjI0NCwwLDAsMCwxLjIzNTEyLTEuNjE1NjFaIi8+ICAgICAgPHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMi40NzA4NiwyMy4yNjUwOUExNS4wNjI0NCwxNS4wNjI0NCwwLDAsMCwzLjcwNiwyNC44ODA3TDEwLjM2MjQxLDIwLjQ1NHYtLjkyMTgzSDguMDgyNzZaIi8+ICAgIDwvZz4gICAgPHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjkuNzY3OTEsMTIuMzc0MTJIMTcuNjgwMTJWLjI0NTY4QTE0LjkxNTg2LDE0LjkxNTg2LDAsMCwwLDEyLjI3OTkuMjQ4NDFWMTIuMzc0MTJILjIzNTg3YTE0LjkwOTYxLDE0LjkwOTYxLDAsMCwwLC4wMjI4NSw1LjM5ODA1SDEyLjI3OTlWMjkuNzQ2MzFhMTQuOTEyNywxNC45MTI3LDAsMCwwLDUuNDAwMjIuMDExNjZWMTcuNzcyMTdIMjkuNzM3MzRhMTQuOTE2OTIsMTQuOTE2OTIsMCwwLDAsLjAzMDU3LTUuMzk4MDUiLz4gIDwvZz48L3N2Zz4=);
}

.contact-item-langs .lang-icon.icon-rus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAuMDAwNTcgMzAiPiAgPGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2VlM2U0MzsgICAgICB9ICAgICAgLmNscy0yIHsgICAgICAgIGZpbGw6ICNlZmViZTc7ICAgICAgfSAgICAgIC5jbHMtMyB7ICAgICAgICBmaWxsOiAjMDA1Yjk0OyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDx0aXRsZT5WZWN0b3IgU21hcnQgT2JqZWN0PC90aXRsZT4gIDxnPiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0uNDQzMTgsMTEuMzk3MTdhMTQuOTk2NTUsMTQuOTk2NTUsMCwxLDEsMTAuOTU0LDE4LjE1OTg5QTE0Ljk5NDQ2LDE0Ljk5NDQ2LDAsMCwxLC40NDMxOCwxMS4zOTcxNyIvPiAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0uODc0NDksOS45NjI0MUgyOS4xMjY4NWExNC45OTgyNCwxNC45OTgyNCwwLDAsMC0yOC4yNTIzNiwwIi8+ICAgIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTI5LjY3NjY3LDE4LjA4MzEybC4wMTk2Ni0uMDk1NzZjLjAxMTM3LS4wNTU3LjAyMjQ5LS4xMTE1LjAzMy0uMTY3MmwuMDE4NjMtLjA5N2MuMDEwNjMtLjA1NzU5LjAyMDc5LS4xMTUzMy4wMzA4Ny0uMTczLjAwNTE3LS4wMjkwOC4wMTAzNC0uMDU4MjUuMDE1LS4wODczMXEuMDE4MjItLjEwOC4wMzQ1Mi0uMjE2MjJsLjAwNjg3LS4wNDI2M3EuMDE5MzYtLjEzMDEuMDM2MzEtLjI1OTc3bC4wMDg2Ni0uMDY4NzhjLjAwODExLS4wNjM2LjAxNi0uMTI3MDkuMDIzMTYtLjE5MDZsLjAxLS4wOTA2MmMuMDA2Mi0uMDU2OTIuMDExODUtLjExMzg0LjAxNzQxLS4xNzA4NS4wMDMxOS0uMDMxNDIuMDA2LS4wNjI3NS4wMDg4NC0uMDk0MTguMDA1MzYtLjA1NzU4LjAwOTg4LS4xMTUwOC4wMTQ0OS0uMTcyNDZsLjAwNjg3LS4wODc1OHEuMDA3LS4wOTkxLjAxMjgtLjE5OGwuMDAzODYtLjA2Yy4wMDQ2LS4wODY3My4wMDg4NC0uMTczMzEuMDExOTQtLjI1OTc3bC4wMDEzMS0uMDQyMzNxLjAwMzgyLS4xMDc1NC4wMDYtLjIxNDg5bC4wMDEzMy0uMDgxNTdjLjAwMDc0LS4wNTkxLjAwMTQxLS4xMTgwOC4wMDE2OC0uMTc3MDguMDAwMjEtLjAyOTcyLDAtLjA1OTQ3LDAtLjA4OTJxLS4wMDA1NS0uMDg2NjUtLjAwMTY4LS4xNzMzMWwtLjAwMTMzLS4wODU1MmMtLjAwMTIyLS4wNjMzMy0uMDAzMS0uMTI2NjMtLjAwNTI2LS4xODk4N2wtLjAwMjA3LS4wNjU3N3EtLjAwOTYxLS4yNTc0MS0uMDI4LS41MTMyNGwtLjAwNTQ1LS4wNjczNWMtLjAwNDcxLS4wNjI0OC0uMDA5NjktLjEyNS0uMDE1NDQtLjE4NzI1bC0uMDA3NDQtLjA4MTQ4cS0uMDA4MzEtLjA4ODItLjAxNzg3LS4xNzYybC0uMDA4NjYtLjA4MDU2cS0uMDEwNzEtLjA5MzU1LS4wMjIzOS0uMTg2ODRsLS4wMDgyNy0uMDY1NHEtLjAzMjc0LS4yNTUtLjA3NDc5LS41MDhsLS4wMDc3Mi0uMDQ1MzZxLS4wMTcwOS0uMTAyMy0uMDM1NTgtLjIwNDM1bC0uMDEzMTYtLjA2OTUzcS0uMDE3LS4wOTE0NS0uMDM1MjgtLjE4MjQzbC0uMDE0NjgtLjA3MjI2Yy0uMDEyODktLjA2MjI3LS4wMjU4Ny0uMTI0MzgtLjAzOTQyLS4xODY0N2wtLjAxMzY1LS4wNjJxLS4wMjU1Mi0uMTE0MTktLjA1Mjc4LS4yMjc4bC0uMDAzODYtLjAxNjkzcS0uMDI4OTQtLjExOTExLS4wNTkzNi0uMjM3NzZoLS4wMDAyMXEtLjE3MDE3LS42NTkyLS4zOTg3NC0xLjI5ODI3SC44NzQ0NHEtLjI0ODM5LjY5OTEyLS40MzEyOCwxLjQzNDgxQTE0Ljk0NDY1LDE0Ljk0NDY1LDAsMCwwLC4xODYzLDE3LjM1MzRsLjAwNC4wMjU1OWMuMDExNDkuMDcwNTYuMDIzMTUuMTQwNjcuMDM1NzYuMjEwNzVsLjAwNzgxLjA0NDMxcS4wMTczNy4wOTg1Mi4wMzY0MS4xOTY2NWwuMDExNDkuMDU4MjNxLjAxODA2LjA5MjkuMDM3MzUuMTg1MDdsLjAxNTE0LjA2OTcxYy4wMTI0My4wNTg1My4wMjUxMy4xMTY3Ni4wMzgzOC4xNzUxbC4wMTkxLjA4MTM5Yy4wMTI3MS4wNTQ1OC4wMjU0MS4xMDkxNC4wMzg3Ni4xNjM2Mi4wMTAxNy4wNDExMi4wMjA4MS4wODIuMDMxMjQuMTIzMTdxLjAyMzQzLjA5MjQ0LjA0OC4xODQ0MWMuMDE2Mi4wNjA1LjAzMjU1LjEyMTA4LjA0OTYuMTgxMzEuMDA3NDEuMDI2NzEuMDE1MjMuMDUzMDYuMDIyOTUuMDc5NjguMDE2NDcuMDU3Mi4wMzI5NC4xMTQ0MS4wNTAwNS4xNzE1MmwuMDI0NjQuMDhRLjY4MywxOS40NjkxMi43MSwxOS41NTRsLjAyNTUuMDc4NTVxLjAyNzYzLjA4NTI1LjA1NjYyLjE3MDRsLjAyNjA3LjA3NjU4Yy4wMTk2Ni4wNTcxMy4wMzk5LjExNC4wNjAzLjE3MWwuMDEzOTQuMDRILjg5MjhjLjAxMjg4LjAzNTE5LjAyNTIyLjA3MDQ3LjAzODI5LjEwNTQ1aDI4LjEzNzNjLjAxMjg5LS4wMzQ4OS4wMjQ2NS0uMDcwMzguMDM3MjYtLjEwNTQ1aC4wMDIwN2MuMDMxNjEtLjA4NzguMDYxNjMtLjE3NjUxLjA5MTUzLS4yNjUxNWwuMDA5LS4wMjU4N3EuMDU4NTMtLjE3MzU4LjExMjktLjM0OTUzbC4wMTU0MS0uMDQ4OTNjLjAzMzYxLS4xMDk1Mi4wNjU1OC0uMjE5ODcuMDk2ODItLjMzMDdsLjAyMDA1LS4wNjk1M3EuMDU0NzUtLjE5OC4xMDQ2LS4zOTgxN2MuMDIxNDYtLjA4NjE4LjA0MTg4LS4xNzI3NS4wNjE1NC0uMjU5LjAwNjQxLS4wMjc1Ny4wMTIwNi0uMDU1MzEuMDE4NTQtLjA4Mjg3LjAxMy0uMDU5Mi4wMjYwNy0uMTE4MzYuMDM4NTktLjE3NzU2Ii8+ICA8L2c+PC9zdmc+);
}

.contact-item-langs .lang-icon.icon-est {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjkuOTk5NDciPiAgPGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2Y0ZjRmNDsgICAgICB9ICAgICAgLmNscy0yIHsgICAgICAgIGZpbGw6ICMwMDk2ZDY7ICAgICAgfSAgICAgIC5jbHMtMyB7ICAgICAgICBmaWxsOiAjMGYyMjJhOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDx0aXRsZT5WZWN0b3IgU21hcnQgT2JqZWN0PC90aXRsZT4gIDxnPiAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0uNDQzMTgsMTEuMzk2OTJBMTQuOTk2MjksMTQuOTk2MjksMCwxLDEsMTEuMzk2ODIsMjkuNTU2NDgsMTQuOTk0MjIsMTQuOTk0MjIsMCwwLDEsLjQ0MzE4LDExLjM5NjkyIi8+ICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTS44NzQ0Nyw5Ljk2MjI2SDI5LjEyNjE0YTE0Ljk5NzgsMTQuOTk3OCwwLDAsMC0yOC4yNTE2NiwwIi8+ICAgIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTI5LjY3NiwxOC4wODI3NGwuMDE5NzYtLjA5NTg2cS4wMTcwOC0uMDgzNDIuMDMzMTEtLjE2N2wuMDE4MzUtLjA5N2MuMDEwODItLjA1NzY4LjAyMS0uMTE1NDMuMDMxLS4xNzMxMWwuMDE1MTUtLjA4NzMxYy4wMTIxNC0uMDcyLjAyMzQzLS4xNDQuMDM0NTItLjIxNjIybC4wMDY3OC0uMDQyNjJxLjAxOTM0LS4xMjk4Mi4wMzY0Mi0uMjU5NjZsLjAwODY1LS4wNjg4N3EuMDEyMTMtLjA5NTQuMDIzMTUtLjE5MDYybC4wMS0uMDkwNjFjLjAwNjExLS4wNTY4My4wMTE5NS0uMTEzODQuMDE3NC0uMTcwNjZsLjAwODg0LS4wOTQyOGMuMDA1MjctLjA1NzU3LjAxLS4xMTUwNS4wMTQ0OS0uMTcyNTVsLjAwNjc4LS4wODc1OGMuMDA0OC0uMDY2LjAwODkzLS4xMzIuMDEyODktLjE5OGwuMDAzNjctLjA2cS4wMDcxOS0uMTMuMDEyMTMtLjI1OTc2bC4wMDEyMi0uMDQyMjRjLjAwMjU0LS4wNzE3LjAwNDctLjE0MzM5LjAwNjExLS4yMTQ4OWwuMDAxMjItLjA4MTU3cS4wMDE0MS0uMDg4NS4wMDE2OS0uMTc3MDdjLjAwMDEtLjAyOTYzLjAwMDEtLjA1OTQ1LS4wMDAwOS0uMDg5MTktLjAwMDE5LS4wNTc4Ni0uMDAwNTYtLjExNTUyLS4wMDE1LS4xNzMzbC0uMDAxNDEtLjA4NTYycS0uMDAxODMtLjA5NS0uMDA1MTctLjE4OTc3bC0uMDAyLS4wNjU4N3EtLjAwOTczLS4yNTc0MS0uMDI4MjItLjUxMzIybC0uMDA1MjYtLjA2NzI3cS0uMDA3Mi0uMDkzODUtLjAxNTQ0LS4xODcyMmwtLjAwNzYyLS4wODE0OHEtLjAwODMzLS4wODgyMS0uMDE3NzgtLjE3NjMxbC0uMDA4NzUtLjA4MDY0Yy0uMDA3MDYtLjA2MjE5LS4wMTQ0OS0uMTI0NTYtLjAyMjM5LS4xODY1N2wtLjAwODA5LS4wNjU1OHEtLjAzMy0uMjU1LS4wNzQ3OS0uNTA3ODZsLS4wMDc4Mi0uMDQ1NDVxLS4wMTcwOC0uMTAyMzItLjAzNTY2LS4yMDQyNmwtLjAxMzA4LS4wNjk2M3EtLjAxNzA4LS4wOTEzLS4wMzUyOC0uMTgyMzNsLS4wMTQ2OC0uMDcyMzVxLS4wMTkyLS4wOTM0Mi0uMDM5NjEtLjE4NjM5bC0uMDEzNTUtLjA2MjA5cS0uMDI1NC0uMTE0LS4wNTI1OS0uMjI3NzhsLS4wMDQtLjAxNjk0cS0uMDI4NjQtLjExOTExLS4wNTkxOC0uMjM3NTdIMjkuNTI1cS0uMTcwNDgtLjY1OTMzLS4zOTg4Mi0xLjI5ODM1SC44NzQ0NXEtLjI0ODIzLjY5OTEzLS40MzEyNywxLjQzNDY4YTE0Ljk0MzE1LDE0Ljk0MzE1LDAsMCwwLS4yNTY5NSw1Ljk1NjE5bC4wMDQxNC4wMjU2N3EuMDE2OTMuMTA1NTguMDM1NDcuMjEwNTZsLjAwNzkxLjA0NDQxcS4wMTc2NC4wOTgzNy4wMzY0MS4xOTY0NGwuMDExNDguMDU4NDNxLjAxODIxLjA5MjU4LjAzNzU0LjE4NTA2bC4wMTUuMDY5NjJjLjAxMjYyLjA1ODUzLjAyNTIyLjExNjg3LjAzODQ4LjE3NTA5bC4wMTkxLjA4MTQ4Yy4wMTI3LjA1NDQ3LjAyNTQuMTA5MTMuMDM4NjYuMTYzNTEuMDEwMTYuMDQxMjIuMDIwOC4wODIyMy4wMzEyNC4xMjMyNXEuMDIzNTcuMDkyMy4wNDgwOC4xODQ0LjAyNDI3LjA5MDg5LjA0OTQ5LjE4MTM5Yy4wMDc0My4wMjY1NC4wMTUzMy4wNTMuMDIzLjA3OTYxLjAxNjQ3LjA1NzIxLjAzMjkzLjExNDQuMDUwMDUuMTcxNDJsLjAyNDY2LjA4MDA2Yy4wMTc0LjA1NjgzLjAzNDkuMTEzNDcuMDUzMDYuMTcwMWwuMDI1NC4wNzg0N3EuMDI3OC4wODUzOS4wNTY1NC4xNzAzOWwuMDI2MjUuMDc2NjhxLjAyOTYyLjA4NTY1LjA2MDIuMTcwOTRsLjAxNC4wNEguODkyOGMuMDEyNzEuMDM1MS4wMjUxMy4wNzA0OC4wMzgyLjEwNTQ3SDI5LjA2OGMuMDEyODktLjAzNDkuMDI0NTYtLjA3MDQ4LjAzNzI2LS4xMDU0N2guMDAyYy4wMzE2MS0uMDg3NzcuMDYxNTMtLjE3NjQuMDkxNTQtLjI2NTEzbC4wMDg5NC0uMDI2cS4wNTg1Ny0uMTczNTkuMTEyOC0uMzQ5NDNsLjAxNTUzLS4wNDlxLjA1MDI0LS4xNjQyOC4wOTY3Mi0uMzMwNjFjLjAwNjU5LS4wMjMxNS4wMTM3NC0uMDQ2MTkuMDIwMjMtLjA2OTUzcS4wNTQ2MS0uMTk3ODUuMTA0NDMtLjM5ODE2LjAzMi0uMTI5NC4wNjE1My0uMjU5Yy4wMDY0LS4wMjc2NS4wMTIzMy0uMDU1MzIuMDE4NDQtLjA4My4wMTMxNy0uMDU5MDkuMDI2MjUtLjExODM2LjAzODY3LS4xNzc1NSIvPiAgPC9nPjwvc3ZnPg==);
}

/* MARKET */
.market-categories {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + $padding-s);
  margin-top: 1em;
  margin-left: -0.91em;
}

.market-category-item {
  width: calc(33.33% - $padding-s);
  margin: 2.72em 0.91em 0;
}

.market-category-item .image {
  width: 100%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: box-shadow 0.2s ease;
  max-height: 100%;
}

.market-category-item:hover .image {
  box-shadow: 0 0.9em 1.8em 0 rgba(0, 0, 0, 0.4);
}

.market-category-item .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% / 16 * 9);
}

.market-category-item .image:not([style]) {
  background-color: #e0e0e0;
  background-image: url(assets/uclogo-placeholder.svg);
  background-size: 40% auto;
}

.market-category-item .title {
  text-align: center;
}

.market-category-item:hover .title {
  color: #ec2029;
}

/* CONTACT */
.contact-category-title {
  margin-top: 2.5em;
  margin-bottom: 0;
}

.sidebar-contact-info {
  padding-bottom: 2.5em;
}

/* INFO BLOCKS */
.info-blocks {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.info-blocks:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.info-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.09em 4.5%;
  border: 1px solid #eeeeee;
  flex: 1;
}

.info-block .image {
  width: 5.9em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-block .image:before {
  content: "";
  display: block;
  padding-top: 74.5%;
}

/* DYNAMIC PAGE */
.gallery-for-logos .edys-gallery-area.edys-gallery-wall {
  width: calc(100% + 2em);
  margin-left: -1em !important;
  margin-right: -1em !important;
}

.gallery-for-logos .edys-gallery-wall .edys-gallery-wall-inner {
  font-size: 1em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gallery-for-logos .edys-gallery-wall .edys-gallery-wall-item {
  font-size: 1em !important;
  height: 3em !important;
  max-width: 12em;
  padding: 1em 1em 0 !important;
}

.gallery-for-logos .edys-gallery-wall .edys-gallery-wall-item img {
  width: 100%;
  object-fit: contain;
}

.loop-block {
  width: 100%;
  padding: 2.73em 0;
  border-top: 2px solid #e2e2e2;
  position: relative;
}

.loop-block:first-child {
  margin-top: 2.73em;
}

.loop-block:last-child {
  padding-bottom: 0;
}

.loop-block.with-image {
  display: flex;
  align-items: flex-start;
}

.loop-block.small-image {
  align-items: center;
}

.loop-block.reverse {
  flex-direction: row-reverse;
}

.loop-block .loop-content {
  width: 100%;
}

.loop-block .loop-image {
  width: 13.64em;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 2.73em;
  flex-shrink: 0;
  flex-grow: 0;
}

.loop-block .loop-image .edy-img-drop-area-placeholder {
  position: absolute;
  top: 0;
}

.loop-block.small-image .loop-image {
  width: 6.82em;
}

.loop-block.reverse .loop-image {
  margin-left: unset;
  margin-right: 2.73em;
}

.loop-block .loop-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.loop-block .remove-btn {
  position: absolute !important;
  top: 1em !important;
  left: 0 !important;
}

/* FOOTER */
.pre-footer {
  display: flex;
  position: relative;
  z-index: 1;
}

.pre-footer:before {
  content: "";
  display: block;
  padding-top: 44.8%;
  width: 0;
}

.pre-footer .rp-image {
  z-index: -1;
}

.pre-footer-content {
  max-width: calc(415px + 21%);
  background-color: #ec2029;
  border-top-left-radius: 135px;
  padding-top: 2.73em;
  padding-bottom: 2.73em;
  margin-top: auto;
  margin-left: auto;
}

.main-footer {
  display: flex;
  position: relative;
  padding: 5em 0;
}

.main-footer .container {
  display: flex;
  flex-direction: column;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.54em;
}

.footer-info-wrapper {
  display: flex;
  margin-top: auto;
}

.footer-info-item {
  font-weight: 600;
  margin-right: 5em;
}

.footer-info-item * {
  font-weight: 600;
}

.footer-info-item .footer-subtitle {
  text-transform: lowercase;
  margin-bottom: 0.8em;
}

.footer-main-contact a {
  font-weight: 600;
}

.footer-menu {
  text-align: right;
  margin-left: auto;
}

.control-btns {
  display: inline-flex;
  align-items: center;
  margin-top: 1em;
}

.control-btns .counter {
  text-align: center;
  width: 4.09em;
}

.control-btns .btn {
  width: 1.36em;
  height: 1.36em;
  background-image: url(assets/icon-arrow-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.control-btns .btn.prev {
  transform: rotate(180deg);
}

.testimonials-slider .slick-list {
  padding: 0 !important;
  transition: height 0.3s ease;
}

.testimonials-slider .slick-slide {
  height: inherit !important;
}

.testimonials-slider .slick-slide > div {
  height: 100%;
}

.testimonial-slide {
  display: flex !important;
  flex-direction: column;
  margin-top: 0;
  min-height: 100%;
}

.testimonial-slide .title {
  margin-top: auto;
}

.testimonials-slider .slick-slide:not(.slick-center) .testimonial-slide {
  opacity: 0.5;
}

.madein {
  display: block;
  height: 30px;
  width: 85px;
  background-image: url(assets/neway.svg);
  background-repeat: no-repeat;
  background-size: 85px;
  background-position: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: auto;
  z-index: 1;
}

/* INFO 404 */
.info-section {
  display: flex;
  min-height: 100vh;
}

.info-section .container {
  align-self: flex-end;
  width: 24em;
  padding-bottom: 2.27em;
}

.info-section-image {
  flex: 1;
  border-top-left-radius: 200px;
  position: relative;
  overflow: hidden;
}

/* ADMIN */
.admin-block {
  margin: 1.82em 0;
}

.admin-block .editable.for-image {
  width: 200px;
  height: 150px;
  position: relative;
}

.admin-block .editable.for-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.admin-lang {
  width: 1.36em;
  height: 1.36em;
}

/* VOOG */
.edy-tb-size {
  display: none !important;
}

#fc_widget {
  display: none !important;
}

/* VOOG POPUP */
.pswp__bg {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.pswp__button.pswp__button--zoom,
.pswp__button.pswp__button--fs {
  display: none !important;
}

.pswp__button,
.pswp__top-bar {
  opacity: 1 !important;
}

.pswp__top-bar {
  z-index: 1;
}

.pswp__scroll-wrap {
  height: calc(100vh - 2.27em) !important;
}

.safari .pswp__scroll-wrap {
  max-height: calc(100% - 2.27em) !important;
  overflow: visible;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: transparent !important;
}

.pswp__caption.pswp__caption--empty,
.pswp__caption.pswp__caption--fake {
  display: none !important;
}

.pswp__button.pswp__button--close {
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  background-color: #ec2029;
  background-image: url(assets/icon-plus.svg) !important;
  background-position: center;
  background-size: 35% auto;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0.9em;
  left: 0;
  right: 0;
  margin: auto;
  float: none;
  border-radius: 50%;
  z-index: 1;
  transform: rotate(45deg);
  transition: background-color 0.2s ease, background-image 0.2s ease;
}

.pswp__button.pswp__button--close:hover {
  background-color: #000;
  background-image: url(assets/icon-plus-red.svg) !important;
}

.pswp__zoom-wrap {
  max-width: calc(100% - 9em) !important;
}

.pswp__ui .pswp__button.pswp__button--arrow--left,
.pswp__ui .pswp__button.pswp__button--arrow--right {
  font-size: 0.9em;
  width: 2em;
  height: 2em;
  background-color: #ec2029;
  background-image: url(assets/icon-arrow-white.svg);
  background-position: center;
  background-size: 0.8em auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  top: auto;
  bottom: 0.9em;
  opacity: 1;
  z-index: 1;
  margin: auto;
  transition: background-color 0.2s ease, background-image 0.2s ease;
}

.pswp__ui .pswp__button.pswp__button--arrow--left:hover,
.pswp__ui .pswp__button.pswp__button--arrow--right:hover {
  background-color: #000;
  background-image: url(assets/icon-arrow-red.svg);
}

.pswp__button.pswp__button--arrow--left:before,
.pswp__button.pswp__button--arrow--left:after,
.pswp__button.pswp__button--arrow--right:before,
.pswp__button.pswp__button--arrow--right:after {
  display: none;
}

.pswp__ui .pswp__button.pswp__button--arrow--left {
  transform: rotate(180deg);
  left: calc(50% - 5em);
}

.pswp__ui .pswp__button.pswp__button--arrow--right {
  right: calc(50% - 5em);
}

.pswp__caption.pswp__caption--empty {
  display: block !important;
}

.pswp__caption__center {
  color: #002c81 !important;
  font-family: "Overpass", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0) !important;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible !important;
}

/**
 * ==============================================
 * Dot Stretching
 * ==============================================
 */
.snippet {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  right: 0;
  margin: auto;
  bottom: 0;
}

.dot-stretching {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  color: #000;
  transform: scale(1.25, 1.25);
  animation: dotStretching 2s infinite ease-in;
}

.dot-stretching::before,
.dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-stretching::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  color: #000;
  animation: dotStretchingBefore 2s infinite ease-in;
}

.dot-stretching::after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
  color: #000;
  animation: dotStretchingAfter 2s infinite ease-in;
}

@keyframes dotStretching {
  0% {
    transform: scale(1.25, 1.25);
  }
  50%, 60% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1.25, 1.25);
  }
}
@keyframes dotStretchingBefore {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(-30px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
@keyframes dotStretchingAfter {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(30px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
/* SHOP LANDING */
.shop-landing-container {
  display: flex;
  flex-direction: column;
}

.shop-landing {
  display: flex;
  flex: 1;
}

.shop-landing .images-wrapper {
  width: 40%;
  border-top-left-radius: 4.54em;
  overflow: hidden;
}

.shop-landing .images-wrapper .slick-list,
.shop-landing .images-wrapper .slick-track,
.shop-landing .images-wrapper .slick-slide {
  height: 100%;
}

.shop-landing .images-wrapper .slick-slide > div {
  height: 100%;
  position: relative;
}

.shop-landing .slide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shop-landing .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding: 3.64em 3.64em 1.82em;
}

.shop-landing .landing-slider .slick-slide {
  outline: none !important;
}

.shop-landing-controls {
  display: flex;
  justify-content: space-between;
}

.shop-landing-controls .slide-link-btn {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.shop-landing-controls .slide-link-btn.faded {
  opacity: 0;
  visibility: hidden;
}

.shop-landing-controls .control-btns {
  margin-top: 0;
}

.qk-categories {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.qk-category {
  text-align: center;
  padding: 0 1.82em;
  border-right: 2px solid #f0f0f0;
  transition: color 0.2s ease;
}
.qk-category .title {
  font-size: calc(9px + 0.573vw);
}
.qk-category .pri-icon {
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.qk-category:hover {
  color: #ec2029;
}
.qk-category:hover .pri-icon {
  filter: invert(20%) sepia(87%) saturate(4010%) hue-rotate(347deg) brightness(93%) contrast(99%);
}
.qk-category:focus {
  outline: none;
}

.qk-category:first-child {
  padding-left: 0;
}

.qk-category:last-child {
  padding-right: 0;
  border-right: none;
}

.qk-category .icon-wrapper {
  width: 3.18em;
  height: 2.27em;
  margin: 0.45em auto;
}

.qk-category .icon-wrapper .pri-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.qk-border {
  display: block;
  width: 2px;
  height: 100%;
  background-color: #f0f0f0;
}

/* PRODUCTS */
.products-filter {
  display: flex;
  align-items: center;
  margin-top: 2.27em;
}

.products-filter .total-count {
  margin-left: auto;
}

.filter-group {
  display: flex;
  align-items: center;
}

.filter-group .label {
  margin-right: 1.36em;
  white-space: nowrap;
}

.filter-group .form_field {
  margin-bottom: 0;
}

.sales-row {
  display: flex;
}

.sale-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  justify-content: space-between;
  width: calc(100% + 2em);
  margin-left: -1em;
}

.more-products {
  width: 7.5em;
  border-radius: 5px;
  background-color: #fff;
  margin: 2em 0 0 1em;
  position: relative;
}

.more-products .custom-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
}

.more-products .custom-btn:after {
  transform: rotate(-90deg);
}

.sale-product {
  /*width: calc(20% - 2em);*/
  background-color: #fff;
  transition: box-shadow 0.2s ease;
  border-radius: 5px;
  margin: 2em 1em 0;
  overflow: hidden;
}

.sale-products.small-row {
  grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
}

.home .sale-products {
  grid-template-columns: repeat(5, 1fr);
}

.sale-product:hover {
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.2);
}

.sale-product .product-image {
  width: 100%;
  position: relative;
  background-color: #e0e0e0;
  background-image: url(assets/uclogo-placeholder.svg);
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.sale-product .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}

.sale-product .product-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.sale-product .product-image .gtag-wrapper {
  justify-content: space-between;
  width: 100%;
  padding: 0.68em;
  position: absolute;
  top: 0;
  left: 0;
}

.sale-product .product-image .gtag-wrapper .gtag {
  margin-right: 0;
}

.sale-product .product-info {
  display: flex;
  flex-direction: column;
  padding: 0.68em;
  min-height: 5.5em;
}

.sale-product .product-info .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-top: auto;
}

.sale-product .product-info .sale-price {
  text-decoration: line-through;
}

/* PRODUCT */
.product-sale-view {
  display: flex;
}

.product-sale-view .image-wrapper {
  width: 13.2em;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 2.27em;
  align-self: flex-start;
  position: relative;
}

.product-sale-view .image-wrapper .product-image-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product-sale-view .image-wrapper .product-image-link:after {
  content: "";
  position: absolute;
  background-color: #ec2029;
  width: 1.88em;
  height: 1.88em;
  top: 1em;
  right: 1em;
  border-radius: 100%;
  background-image: url("assets/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9em;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.product-sale-view .image-wrapper .product-image-link:hover:after {
  transform: scale(1);
}

.product-sale-view .image-wrapper .product-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  background-color: #fff;
}

.product-sale-view .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: #e0e0e0;
  background-image: url(assets/uclogo-placeholder.svg);
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.product-sale-view .info-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-sale-view .gtag-wrapper {
  margin-bottom: 0.45em;
}

.product-sale-view .price-wrapper {
  display: flex;
  align-items: baseline;
}

.product-sale-view .price-wrapper .before {
  text-decoration: line-through;
  margin-left: 1em;
}

.product-sale-view .add-to-basket {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
}

.product-amount-select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1.36em;
}

.product-amount-select input {
  text-align: center;
  width: 4.54em;
  height: 1.82em;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #dcdcdc;
  padding: 0 0.54em;
  -moz-appearance: textfield;
  margin: 0 0.45em;
}

.product-amount-select input::-webkit-outer-spin-button,
.product-amount-select input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-sale-view .wtags-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
}
.product-sale-view .wtags-wrapper.mobile {
  display: none;
}

.product-cart-item .product-remove {
  display: flex;
  align-items: center;
  padding-right: 1em;
}

.pagination {
  align-items: center;
}
.pagination .prev {
  margin-right: 2rem;
}
.pagination .prev:after {
  transform: rotate(180deg);
}
.pagination .next {
  margin-left: 2rem;
}
.pagination input.page-number {
  text-align: center;
  max-width: 4rem;
}

/* SEARCH PAGE */
.global-section.for-search {
  padding-left: 8.45em;
  padding-right: 8.45em;
}

.searchbar {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 36.4em;
  height: 3.2em;
  border-radius: 5px;
  padding: 0.9em 1.14em;
  background-color: #fff;
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

#datafetch {
  opacity: 1;
  transition: all 0.2s ease;
}
#datafetch.fetching {
  opacity: 0.5;
}

.search-page .searchbar {
  margin: 2.27em auto;
}

.searchbar .search-submit, .searchbar .search-clear {
  width: 1.36em;
  height: 1.36em;
  background-image: url(assets/icon-search-gray.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 1.136em;
}
.searchbar .search-clear {
  margin-right: 0;
  margin-left: 1.136em;
  background-image: url(assets/icon-delete-gray.svg);
}

.searchbar input {
  font-size: 1.36em;
  font-weight: 600;
  height: 100%;
  width: auto;
  flex: 1;
}

/* MODALS */
.modal-fullpage {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 105;
  overflow: auto;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  will-change: opacity, visibility;
}

.modal-fullpage:not(.open) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease 0.3s, visibility 0.5s ease 0.3s;
}

.modal-fullpage-container {
  display: flex;
  align-items: center;
  min-height: 100%;
  overflow: auto;
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
  will-change: opacity, transform;
}

.modal-fullpage:not(.open) .modal-fullpage-container {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-8em);
  opacity: 0;
}

.modal-fullpage-inner {
  width: 100%;
  max-width: 36.4em;
  margin: 2.27em auto;
}

.search-modal-header {
  text-align: right;
  margin-bottom: 0.9em;
}

.search-modal-content {
  padding: 0.9em;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.4);
  margin-top: 0.68em;
}

.search-modal-result {
  display: flex;
  align-items: center;
}

.search-modal-result + .search-modal-result {
  margin-top: 0.9em;
}

.search-modal-result .image {
  width: 2.73em;
  border-radius: 5px;
  background-color: #f0f0f0;
  margin-right: 0.68em;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

.search-modal-result .image:before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}

.search-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.82em;
}

.modal-fullpage .close-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.confirm-box {
  text-align: center;
  max-width: 18.2em;
  background-color: #fff;
  border-radius: 5px;
  padding: 1.6em 1.136em;
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.4);
  margin-left: auto;
  margin-right: auto;
}

.confirm-box .solid-btns {
  justify-content: center;
}

/* MODAL */
.modal-favorites {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  overflow: auto;
  transition: visibility 0.5s ease, background-color 0.5s ease;
}

.modal-favorites:before,
.modal-favorites:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 4em;
}

.modal-favorites:not(.open) {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
}

.modal-window {
  width: calc(345px + 18vw);
  background-color: #fff;
  border-radius: 5px;
  transform-origin: 100% 0;
  transition: all 0.5s ease;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.modal-favorites:not(.open) .modal-window {
  transform: translateY(-10%) scale(0.5);
  visibility: hidden;
  opacity: 0;
}

.modal-window.preview.empty {
  width: calc(230px + 12vw);
}

.modal-window.preview.empty .hide-if-empty {
  display: none;
}

.modal-window.preview:not(.empty) .favorites-placeholder {
  display: none;
}

.modal-inner {
  padding: 0 1.14em;
}

.modal-inner:before,
.modal-inner:after {
  content: "";
  display: block;
  padding-top: 1.59em;
}

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

.favorites-wrapper {
  margin: 1.59em 0;
}

.favorite-item {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  padding: 0.68em;
  border-radius: 5px;
}

.favorite-item:not(:last-child) {
  margin-bottom: 0.68em;
}

.favorite-item .image {
  width: 15%;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: box-shadow 0.2s ease;
}

.favorite-item .image:not([style]) {
  background-color: #e0e0e0;
  background-image: url(../uclogo-placeholder.svg);
  background-size: 40% auto;
}

.favorite-item .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.favorite-item .title {
  flex: 1;
  margin: 0 1.136em;
}

.favorite-item .amount {
  font-size: 18px;
  text-align: center;
  width: 3.34em;
  height: 4.44em;
  border-radius: 2.17em;
  background-color: #fff;
  border: none;
  margin-right: 1.38em;
}

.favorite-item .delete {
  display: block;
  width: 1.23em;
  height: 1.36em;
  background-image: url(../icon-delete.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-form {
  border-radius: 5px;
  padding: 0 1.82em;
}

.modal-form:before,
.modal-form:after {
  content: "";
  display: block;
  padding-top: 2.27em;
}

.modal-close-area {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.login-modal, .contact-modal, .newsletter-modal {
  width: 100%;
  max-width: calc(320px + 16.7vw);
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 105;
  overflow: auto;
  transition: visibility 0.5s ease, transform 0.5s ease;
}
.login-modal:not(.open), .contact-modal:not(.open), .newsletter-modal:not(.open) {
  visibility: hidden;
  transform: translateX(100%);
}
.login-modal .close-btn, .contact-modal .close-btn, .newsletter-modal .close-btn {
  margin-bottom: 1.82em;
}
.login-modal .modal-form, .contact-modal .modal-form, .newsletter-modal .modal-form {
  border-radius: 0;
}
.login-modal-closearea, .contact-modal-closearea, .newsletter-modal-closearea {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 104;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  will-change: opacity, visibility;
}
.login-modal:not(.open) + .login-modal-closearea, .login-modal:not(.open) + .contact-modal-closearea, .login-modal:not(.open) + .newsletter-modal-closearea, .contact-modal:not(.open) + .login-modal-closearea, .contact-modal:not(.open) + .contact-modal-closearea, .contact-modal:not(.open) + .newsletter-modal-closearea, .newsletter-modal:not(.open) + .login-modal-closearea, .newsletter-modal:not(.open) + .contact-modal-closearea, .newsletter-modal:not(.open) + .newsletter-modal-closearea {
  visibility: hidden;
  opacity: 0;
}

.login-global-btn {
  width: 6.59em;
  height: 6.59em;
  border-radius: 50%;
  background-color: #ec2029;
  position: fixed;
  right: 3.64em;
  bottom: 1.82em;
  background-image: url(../cbtn_et.svg);
  background-position: center;
  background-size: 75% auto;
  background-repeat: no-repeat;
  z-index: 99;
}

[lang=en] .contact-global-btn {
  background-image: url(../cbtn_en.svg);
}

.modal-cart.open {
  z-index: 2;
}
.modal-cart:not(.open) {
  visibility: hidden;
  opacity: 0;
}

.lang-select .submenu, .modal-cart .submenu {
  text-align: right;
  width: 9.1em;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0.9em 1.8em 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  top: calc(100% + 1.136em);
  right: 0;
  transform-origin: 100% 0;
  transition: all 0.4s ease;
}
.lang-select:not(.open) .submenu, .modal-cart:not(.open) .submenu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10%) scale(0.5);
}
.lang-select .custom-btn,
.lang-select .custom-btn.static-margin, .modal-cart .custom-btn,
.modal-cart .custom-btn.static-margin {
  margin-top: 1.36em;
}
.lang-select:not(.open) + .langs-close-area, .modal-cart:not(.open) + .langs-close-area {
  visibility: hidden;
  opacity: 0;
}
.lang-select .lang-ru,
.lang-select .mobile-langs .lang-ru, .modal-cart .lang-ru,
.modal-cart .mobile-langs .lang-ru {
  font-family: "gilroy";
}

.langs-close-area,
.cart-close-area {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  will-change: opacity, visibility;
}

.modal-cart {
  position: relative;
}
.modal-cart .submenu {
  position: absolute;
  right: 1em;
  padding: 0;
  z-index: 1;
  width: auto;
}
.modal-cart .submenu .modal-inner .solid-btn:last-child {
  margin-right: 0;
}

/* CHECKOUT */
.checkout-header {
  position: relative;
}

.checkout-header .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.checkout-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.82em;
  counter-reset: section;
}
.checkout-steps .cstep {
  transition: color 0.2s ease;
  margin-right: 2.22em;
  cursor: pointer;
  counter-increment: section;
}
.checkout-steps .cstep a:before {
  content: counter(section) ". ";
}
.checkout-steps .cstep.active {
  color: #ec2029;
  pointer-events: none;
  cursor: default;
}
.checkout-steps .cstep.active ~ .cstep {
  color: #9f9f9f;
  pointer-events: none;
  cursor: default;
}

.box-tr,
.box,
.product-cart-item {
  border-radius: 5px;
  background-color: #fff;
  padding: 0.68em;
  transition: box-shadow 0.2s ease;
  will-change: box-shadow;
}

.box, .product-cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.product-cart-item:hover {
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.2);
}

.product-cart-item .image {
  width: 3.64em;
  background-color: #e0e0e0;
  background-image: url(assets/uclogo-placeholder.svg);
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  margin-right: 1.36em;
  position: relative;
  overflow: hidden;
}

.product-cart-item .image > a,
.product-cart-item .image > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: none;
  background-color: #fafafa;
}

.product-cart-item .image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.product-cart-item .title {
  flex: 2;
  margin-right: 1.36em;
}

.product-cart-item .price-wrapper {
  text-align: right;
  flex: 1;
  margin-right: 1.36em;
}

.product-cart-item .price-wrapper .before {
  text-decoration: line-through;
}

.product-cart-item .product-amount-select {
  justify-content: center;
  flex: 2;
}

.product-cart-item .total {
  text-align: right;
  flex: 1;
  margin-right: 1.36em;
}

.product-cart-item .product-remove a {
  box-shadow: none;
}

.product-cart-item .delete-this {
  width: 1.36em;
  background-image: url(assets/icon-delete-gray.svg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}

.product-cart-item .delete-this:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-image: url(assets/icon-delete.svg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease;
  will-change: opacity;
}

.product-cart-item .delete-this:not(:hover):before {
  opacity: 0;
}

.product-cart-item .rem.disabled:after, .product-cart-item .add.disabled:after {
  background-color: #f0f0f0 !important;
}

/* delivery methods */
.delivery-methods {
  display: flex;
  width: calc(100% + 2em);
  margin-left: -1em;
  margin-bottom: 1em;
}

.delivery-method {
  min-height: 20em;
  border-radius: 5px;
  padding: 1.36em;
  background-color: #fff;
  flex: 1;
  margin: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  will-change: box-shadow, background-color, color;
}
.delivery-method .invalid input {
  border-color: #ec2029;
}

.delivery-method.active {
  color: #fff;
  background-color: #000;
}

.delivery-method:not(.active):hover {
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.2);
}

.delivery-method .icon {
  height: 1.82em;
}

.delivery-method .icon-info {
  flex: 1;
}

.delivery-method .this-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}

.delivery-method .this-footer .form_field {
  align-items: flex-end;
  margin: 0 0 0 auto;
  flex-shrink: 0;
}

/* payment methods */
.payment-methods-wrapper {
  background-color: transparent !important;
}

.payment-methods {
  display: grid;
  grid-gap: 1.82em;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 3em;
}

.payment-methods.leases {
  grid-auto-rows: 4em;
}

.payment-methods.leases .payment-method {
  grid-column: auto/span 2;
}

.payment-methods.leases details.info {
  position: absolute;
  left: 100%;
  top: 0;
}

.payment-methods.leases .lease-title {
  flex: 2;
  display: flex;
  align-items: center;
  padding-left: 1.82em;
}

.payment-method {
  display: flex;
}


.payment-method label {
  transition: all 0.2s ease;
}

.payment-method label {
  flex: 1;
  height: 100%;
  cursor: pointer;
  padding: 1.1em;
}

.payment-method label:hover {
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.2);
}

.payment-method label img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.payment-method .radio {
  display: none;
}

.payment-method.box{
	width: 100%;
}
.payment-method-title{
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

.payment-method > input ~ .payment_box{
	display: none !important;
}
.payment-method > input:checked ~ .payment_box{
	display: block !important;
}

.payment-method.box .payment_box{
	width: 100%;
}

.review .product-cart-item:hover {
  box-shadow: none;
}

.review .product-amount {
  flex: 0.6;
  text-align: right;
}

.review .product-amount .review-th {
  right: -1.2em;
}

.review-head > * {
  position: relative;
}

.review .review-th {
  position: absolute;
  right: 0;
}

.review-head.product-cart-item {
  background-color: transparent;
}

.review-head.product-cart-item:hover {
  background-color: transparent;
}

.review-head.product-cart-item .image {
  background: transparent;
  height: 0;
}

/* CHECKOUT SIDEBAR */
.checkout-sidebar-inner {
  position: sticky;
  top: 0;
  padding-top: 6.77em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.checkout-sidebar-body {
  flex: 1;
  position: relative;
}
.checkout-sidebar-box {
  text-align: right;
  border-radius: 5px;
  padding: 1.36em;
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.2);
  float: none !important;
  width: 100% !important;
  background-color: #fff;
}
.checkout-sidebar-footer {
  padding: 2.27em 0;
}
.checkout-sidebar-fillall {
  max-width: 250px;
  font-size: 0.8em;
}

.account .woocommerce-order-details:nth-child(even) {
  padding: 3.64em;
  margin: 0 -3.64em;
  background-color: #f5f5f5;
}
.account-menu li {
  margin: 1.2em 0;
}
.account-menu li:first-child {
  margin-top: 0;
}
.account-menu li a:after {
  background-color: #f0f0f0;
}
.account-menu li a.active {
  color: #ec2029;
  pointer-events: none;
}
.account-menu li a:hover:after, .account-menu li a.active:after {
  background-color: #ec2029;
}
.account-menu li a.edit-address:after {
  background-image: url(assets/icon-address.svg);
}
.account-menu li a.edit-account:after {
  background-image: url(assets/icon-account-white.svg);
}
.account-menu li a.orders:after {
  background-image: url(assets/icon-history.svg);
}
.account-menu li a.customer-logout:after {
  background-image: url(assets/icon-exit.svg);
}

.address-box {
  padding: 1.36em;
  transition: box-shadow 0.2s ease;
}
.address-box:hover {
  box-shadow: 0 0.9em 1.82em rgba(0, 0, 0, 0.2);
}
.address-box address {
  font-style: normal;
}

.half-width {
  max-width: 50%;
}

/* woocommerce */
.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
  display: none;
}

.blockUI.blockOverlay, .loader {
  background: rgba(240, 240, 240, 0.5) !important;
  opacity: 1 !important;
}

.loading {
  position: relative;
}
.loading > * {
  opacity: 0;
}
.loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  visibility: visible;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before,
.loading:before,
#datafetch.fetching:before {
  animation: lds-hourglass 1.2s infinite;
  width: 2em;
  height: 2em;
  margin-left: -1em;
  margin-top: -1em;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("assets/spinner.svg");
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(400deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1080deg);
  }
}
.simplebar-scrollbar {
  width: 0.2em;
}
.simplebar-scrollbar:before {
  background-color: #f0f0f0;
  opacity: 1 !important;
}

a.added_to_cart {
  display: none !important;
}

.single_add_to_cart_button {
  transition: opacity 0.2s ease;
}
.single_add_to_cart_button.loading {
  opacity: 0.5;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 50vw;
}

.mobile-horizontal-scroll-container {
  display: flex;
}

div.mce_inline_error {
  display: none !important;
}

#form-login-error,
div.wpcf7-response-output {
  font-size: 0.82em;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.38em;
  border-radius: 5px;
  background-color: #ec2029;
  border: none !important;
  color: #fff;
  margin: 0 0 3rem 0;
}

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



.grecaptcha-badge {
  display: none !important;
}

.admin .payment_method_seb_commerce_bank {
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

.payment_method_seb_commerce_alter{
	display: none !important;
}


.payment_method_seb_commerce_bank {
    display: flex;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	padding: 0;
	background-color: transparent;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	display: none !important;
}

.payment-methods  {
    position: relative;
    padding-bottom: 60px;
}
.payment-method  {
    display: flex;
    flex-wrap: wrap;
}

.seb-commerce-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#payment .payment_method_seb_commerce_bank .payment_box{
    width: 100%;
    z-index: 1000;
}

.payment-methods{
	display: block;
}

.seb-commerce-wrapper .payment-method-options {
    display: flex;
	flex-wrap: wrap;
}

.seb-commerce-wrapper label.payment-method-option, .seb-commerce-wrapper label.payment-token-option{
	max-width: 150px;
	min-width: 150px;
	flex-shrink: 0;
}

.seb-commerce-wrapper .payment-method-options img {
    max-height: 40px;
}

.seb-commerce-wrapper fieldset {
    padding: 0;
    border:none;
}

.seb-commerce-wrapper .payment-method-option {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.payment-method label {
    font-size: 16px;
}
