@import url(vendor/swiper.min.css);
@import url(vendor/jquery.fancybox.min.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Yeseva+One&subset=latin-ext");
.subpage,
.fixed {
  width: 100%;
}

.subpage header,
.fixed header {
  width: 100%;
  display: flex;
  height: 90px;
}

.subpage header .left,
.fixed header .left {
  width: 100%;
  max-width: calc(100% - 1150px);
  padding: 0 90px 0 40px;
  background: url(../images/backgrounds/sub-header-pattern.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
}

.subpage header .left .logo,
.fixed header .left .logo {
  height: 100%;
  display: block;
}

.subpage header .left .logo img,
.fixed header .left .logo img {
  height: calc(100% - 6px);
  top: 3px;
  position: relative;
  display: block;
}

.subpage header .left .socials,
.fixed header .left .socials {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.subpage header .left .socials a,
.fixed header .left .socials a {
  display: block;
  height: 17px;
  margin: 0 0 0 17px;
}

.subpage header .left .socials a img,
.fixed header .left .socials a img {
  display: block;
  height: 100%;
}

.subpage header .left .socials a:first-child,
.fixed header .left .socials a:first-child {
  margin: 0;
}

.subpage header .left .socials a:hover img,
.fixed header .left .socials a:hover img {
  filter: grayscale(100%);
}

.subpage header .left::after,
.fixed header .left::after {
  content: "";
  display: block;
  width: 150px;
  height: 130px;
  background: url(../images/leaf.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -60px;
  top: -5px;
}

.subpage header .actions,
.fixed header .actions {
  width: 100%;
  max-width: 1150px;
  z-index: 20;
  position: relative;
}

.subpage header .actions .navigation,
.fixed header .actions .navigation {
  position: relative;
  padding: 0 40px;
  width: 100%;
  height: 100%;
}

/** PAGE **/
.page-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 25;
  position: relative;
}

/** LAYOUT **/
.main {
  margin: 40px 0;
}

.main.columns-3layout {
  display: grid;
  grid-template-columns: 420px auto 160px;
}

.main.columns-3layout.kurzy {
  display: grid;
  grid-template-columns: auto 160px;
}

/** MEDIA **/
@media (max-width: 1450px) {
  .main .inner .category-header .last-category-list {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 1328px) {
  .page-header {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .logo img {
    max-width: 70%;
    margin: 0 auto;
  }

  .nav-toggle {
    width: 30px !important;
  }

  .header.links > .authorization-link {
    display: none !important;
  }

  .nav-sections .header.links > .authorization-link {
    display: block !important;
  }

  .page-header .header.panel {
    margin: 0 !important;
  }

  .header-right {
    width: 30px;
  }

  .header-right .showcart .text {
    display: none;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 50%;
    margin: 0 auto;
  }

  .header.content {
    padding: 10px 0 10px 0 !important;
  }

  .breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-main,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    background: #fff;
  }

  .navigation .level0 .level0 {
    background: #f2f2f2;
  }

  .navigation .submenu:not(:first-child) .active > a {
    border-color: #000;
    border-width: 0 0 0 4px;
  }

  .navigation .level0 > .level-top {
    padding: 9px 40px 8px 15px;
  }

  .navigation .parent .level-top:after {
    font-size: 28px;
    top: 1px;
  }

  .main .inner .category-header {
    display: none;
  }

  .main .inner .category-header .last-category-list {
    grid-template-columns: 1fr !important;
  }
}
footer {
  background: #98be36;
  padding: 0 40px;
  position: relative;
  z-index: 150;
}

footer .additional {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 70px 0;
}

footer .additional .box a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

footer .additional .box a:hover {
  text-decoration: underline;
}

footer .additional .box address {
  font-style: normal;
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

footer .additional .box.socials > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .additional .box.socials > div a {
  display: block;
  height: 17px;
  width: auto;
  margin: 0 0 0 17px;
}

footer .additional .box.socials > div a img {
  display: block;
  height: 100%;
}

footer .additional .box.socials > div a:first-child {
  margin: 0;
}

footer .copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  border-top: 1px solid #fff;
  width: 100%;
}

footer .copyright small {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

footer .copyright a {
  color: #fff;
  display: block;
  margin: 0 0 0 auto;
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/** MEDIA **/
@media (max-width: 1024px) {
  footer .additional {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 0 20px;
  }

  footer .additional {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-template-rows: auto minmax(150px, auto);
  }

  footer .additional .box.socials > div {
    justify-content: flex-start;
  }
}
@media (max-width: 550px) {
  footer .copyright {
    height: auto;
    min-height: 60px;
    flex-direction: column;
    padding: 10px 0;
  }

  footer .copyright small,
footer .copyright a {
    text-align: center;
    margin: 0;
  }

  footer .copyright a {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 500px) {
  footer .additional {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  footer .additional .box a {
    text-align: center;
  }

  footer .additional .box address {
    text-align: center;
  }

  footer .additional .box.socials > div {
    justify-content: center;
  }
}
.main {
  /** MATRIX **/
}

.main.columns-1layout {
  display: block;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.main.columns-1layout .page-title {
  margin: 80px 0 15px 0;
  color: #e5725b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
}

.main.columns-1layout .page-subtitle {
  margin: 0 0 15px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  text-transform: none;
  color: #000;
}

.main.columns-1layout._small {
  max-width: 1200px;
}

.main .matrix-content {
  margin: 70px 0 0 0;
  /** TITLES **/
  /** BUTTONS **/
  /** PARAGRAF **/
  /** RECIPE **/
  /** BLOG **/
  /** IMAGE **/
  /** PRODUCT CARDS **/
}

.main .matrix-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 32px;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: inherit;
}

.main .matrix-content h3 {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
  margin: 0 0 25px 0;
}

.main .matrix-content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e5725b;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 30px 0;
}

.main .matrix-content h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 35px 0;
  color: #000;
  font-size: 14px;
}

.main .matrix-content .matrix-btn-red,
.main .matrix-content .matrix-btn-green,
.main .matrix-content .matrix-btn-white {
  min-width: 180px;
  background: transparent;
  margin: 25px 0;
  transition: all 150ms linear;
}

.main .matrix-content .matrix-btn-red {
  border-color: #e5725b;
  color: #e5725b;
}

.main .matrix-content .matrix-btn-red:hover {
  background: #e5725b;
  color: #fff;
  border-color: #de4c2f;
}

.main .matrix-content .matrix-btn-green {
  border-color: #98be36;
  background: #98be36;
  color: #fff;
}

.main .matrix-content .matrix-btn-green:hover {
  background: #78962b;
}

.main .matrix-content .matrix-btn-white {
  background: #fff;
  color: #000;
  border-color: #000;
}

.main .matrix-content .matrix-btn-white:hover {
  background: #98be36;
  color: #fff;
  border-color: #78962b;
}

.main .matrix-content .paragraf-wrapper {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin: 20px 0 50px 0;
}

.main .matrix-content .paragraf-wrapper img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.main .matrix-content .paragraf-wrapper ol {
  line-height: 1.5;
}

.main .matrix-content .paragraf-wrapper ol li {
  margin: 10px 0 10px 0;
}

.main .matrix-content .paragraf-wrapper.layout-2column {
  column-count: 2;
  column-gap: 100px;
}

.main .matrix-content .recipe-wrapper {
  width: 50%;
  background: #f6f5ef;
  margin: 45px 0;
  background: url(../images/svg/receipt-paper.svg) repeat-x;
  background-position: top left;
  background-size: 80%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  /** POSITION **/
}

.main .matrix-content .recipe-wrapper > div {
  padding: 60px 0 0 0;
  position: relative;
  z-index: 10;
}

.main .matrix-content .recipe-wrapper > div .body {
  background: #f6f5ef;
  padding: 0 20px;
}

.main .matrix-content .recipe-wrapper .title {
  font-family: "Caveat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
}

.main .matrix-content .recipe-wrapper .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 10px 0 20px 0;
}

.main .matrix-content .recipe-wrapper ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main .matrix-content .recipe-wrapper ul li {
  width: 100%;
  padding: 10px 15px 0 15px;
  font-family: "Caveat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
}

.main .matrix-content .recipe-wrapper ul li::after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 1px;
  background: #000;
  margin: 15px 0 10px -15px;
}

.main .matrix-content .recipe-wrapper .footer {
  background: #f6f5ef;
  padding: 0 20px 25px 20px;
}

.main .matrix-content .recipe-wrapper .footer > div {
  margin: 30px 0 0 0;
  padding: 0 15px;
}

.main .matrix-content .recipe-wrapper .footer > div table {
  width: 100%;
}

.main .matrix-content .recipe-wrapper .footer > div table tr td {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.main .matrix-content .recipe-wrapper .footer > div table tr td:last-child {
  font-weight: 700;
}

.main .matrix-content .recipe-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 60px);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: #f6f5ef;
}

.main .matrix-content .recipe-wrapper.position-left {
  float: left;
  width: 49%;
}

.main .matrix-content .recipe-wrapper.position-left + .blog-wrapper::after {
  clear: none;
}

.main .matrix-content .recipe-wrapper.position-right {
  float: right;
  width: 49%;
}

.main .matrix-content .recipe-wrapper.position-fullwidth {
  float: none;
  width: 100%;
}

.main .matrix-content .blog-wrapper {
  width: 50%;
  margin: 0 0 50px 0;
  /** POSITION **/
}

.main .matrix-content .blog-wrapper .title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 20px 0;
}

.main .matrix-content .blog-wrapper .sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.main .matrix-content .blog-wrapper .sub-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 15px 0;
}

.main .matrix-content .blog-wrapper img {
  display: block;
  width: 100%;
  height: 530px;
  object-position: center;
  object-fit: cover;
  background: #ccc;
}

.main .matrix-content .blog-wrapper.position-left {
  float: left;
  width: 49%;
}

.main .matrix-content .blog-wrapper.position-right {
  float: right;
  width: 49%;
}

.main .matrix-content .blog-wrapper.position-fullwidth {
  float: none;
  width: 100%;
}

.main .matrix-content .position-left + .position-right ~ .clearfix {
  clear: both;
}

.main .matrix-content .gallery {
  display: block;
  width: 100%;
  margin: 0 0 70px 0;
}

.main .matrix-content .gallery.small-gallery .inner {
  padding: 0;
}

.main .matrix-content .gallery.small-gallery .inner .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.main .matrix-content .gallery.small-gallery .inner .list a {
  display: block;
  width: 100%;
  height: 250px;
}

.main .matrix-content .gallery.small-gallery .inner .list a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main .matrix-content .gallery.big-gallery .gallery-slider {
  width: 100%;
  position: relative;
}

.main .matrix-content .gallery.big-gallery .gallery-slider .swiper-container {
  width: 100%;
}

.main .matrix-content .gallery.big-gallery .gallery-slider .swiper-container .swiper-wrapper {
  width: 100%;
}

.main .matrix-content .gallery.big-gallery .gallery-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}

.main .matrix-content .gallery.big-gallery .gallery-slider .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 760px;
}

.main .matrix-content .gallery.big-gallery .gallery-slider .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main .matrix-content .gallery.big-gallery .controls {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .matrix-content .gallery.big-gallery .controls .swiper-button-prev,
.main .matrix-content .gallery.big-gallery .controls .swiper-button-next {
  background-image: url(../images/svg/arrow-primary.svg);
  width: 44px;
  height: 20px;
  background-size: contain;
  margin-top: 0;
  left: 0;
  right: 0;
  position: relative;
  top: 0;
}

.main .matrix-content .gallery.big-gallery .controls .swiper-button-next {
  transform: rotate(180deg);
}

.main .matrix-content .product-cards {
  width: 100%;
  margin: 0 0 70px 0;
}

.main .matrix-content .product-cards .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 25px;
}

.main .matrix-content .product-cards .list .product-entry {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

.main .matrix-content .product-cards .list .product-entry a {
  display: block;
  text-decoration: none;
}

.main .matrix-content .product-cards .list .product-entry a .product-photo {
  display: block;
}

.main .matrix-content .product-cards .list .product-entry a .product-photo img {
  display: block;
  height: 250px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.main .matrix-content .product-cards .list .product-entry a h3 {
  color: #e5725b;
  font-size: 26px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  margin: 30px 0 0 0;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  align-items: flex-end;
  margin: 15px 0 0 0;
}

.main .matrix-content .product-cards .list .product-entry a .sku {
  color: #e5725b;
  font-size: 16px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
}

.main .matrix-content .product-cards .list .product-entry a .description {
  margin: 15px 0;
  color: #e5725b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  min-height: 100px;
  max-height: 100px;
  line-height: 1;
}

.main .matrix-content .product-cards .list .product-entry a .price-block {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.main .matrix-content .product-cards .list .product-entry a .price-block span {
  display: block;
  width: 100%;
  text-align: left;
  color: #e5725b;
  font-size: 28px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
}

.main .matrix-content .product-cards .list .product-entry a .price-block small {
  display: block;
  width: 100%;
  text-align: left;
  color: #ccc;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-decoration: line-through;
}

.main .matrix-content .product-cards .list .product-entry a .price-block small._invisible {
  opacity: 0;
  visibility: hidden;
}

.main .matrix-content .product-cards .list .product-entry .btn {
  margin: 0 auto;
}

.message.global.cookie {
  display: flex;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 800;
  background: #e5725b;
  padding: 20px 50px 30px 50px;
  width: 100%;
  max-width: 450px;
  text-align: center;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(0.5);
  transition: all 300ms linear;
  opacity: 0;
  visibility: hidden;
}

.message.global.cookie p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  outline: none;
}

.message.global.cookie p strong {
  font-size: 24px;
  display: block;
  text-align: center;
  color: #fff;
}

.message.global.cookie p span {
  margin: 25px 0;
  display: block;
  color: #fff;
}

.message.global.cookie button {
  display: block;
  height: 38px;
  width: 100%;
  border: none;
  cursor: pointer;
  background: #de4c2f;
  font-weight: 600;
  text-transform: uppercase;
}

.message.global.cookie button span {
  color: #fff;
}

.message.global.cookie button:hover {
  background: #d23f21;
}

.message._show.global.cookie {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/** MEDIA **/
@media (max-width: 1179px) {
  .main .matrix-content .gallery.small-gallery .inner .list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main .matrix-content .gallery.big-gallery .gallery-slider .swiper-container .swiper-wrapper .swiper-slide a {
    height: 70vw;
  }
}
@media (max-width: 1100px) {
  .main .matrix-content .product-cards .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1060px) {
  .main.columns-1layout {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .main .matrix-content .paragraf-wrapper.layout-2column {
    column-count: 2;
    column-gap: 50px;
  }
}
@media (max-width: 1023px) {
  .main .matrix-content .paragraf-wrapper.layout-2column {
    column-count: 1;
    column-gap: 0;
  }

  .main .matrix-content .recipe-wrapper.position-left,
.main .matrix-content .recipe-wrapper.position-right {
    width: 100% !important;
    float: none;
  }

  .main .matrix-content .blog-wrapper.position-left,
.main .matrix-content .blog-wrapper.position-right {
    width: 100% !important;
    float: none;
  }
}
@media (max-width: 800px) {
  .main .matrix-content .gallery.small-gallery .inner .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .main .matrix-content .paragraf-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .message.global.cookie {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 450px) {
  .main.columns-1layout {
    padding: 0 20px;
  }

  .main .matrix-content .gallery.small-gallery .inner .list a {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .main .matrix-content .gallery.small-gallery .inner .list {
    grid-template-columns: 1fr;
  }

  .main .matrix-content .product-cards .list {
    grid-template-columns: 1fr;
  }
}
/** HOMEPAGE **/
.homepage {
  width: 100%;
  height: auto;
  background: #98be36;
  padding: 40px;
}

.homepage .content {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}

.homepage .content header {
  width: 100%;
  height: 42.7083333333vw;
  display: flex;
  align-items: flex-start;
  z-index: 50;
  position: relative;
}

.homepage .content header > div {
  height: 100%;
  position: relative;
}

.homepage .content header .logo-socials {
  width: 23.4375vw;
  background: url(../images/backgrounds/header-pattern.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  /** ANIMATIONS **/
}

.homepage .content header .logo-socials .logo img {
  display: block;
  width: 175px;
  height: auto;
}

.homepage .content header .logo-socials .socials {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.homepage .content header .logo-socials .socials a {
  display: block;
  margin: 0 0 0 14px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease-in-out;
}

.homepage .content header .logo-socials .socials a img {
  display: block;
  height: 16px;
}

.homepage .content header .logo-socials .socials a:first-child {
  margin: 0;
}

.homepage .content header .logo-socials .socials a:nth-child(1) {
  transition-delay: 300ms;
}

.homepage .content header .logo-socials .socials a:nth-child(2) {
  transition-delay: 600ms;
}

.homepage .content header .logo-socials .socials a:nth-child(3) {
  transition-delay: 900ms;
}

.homepage .content header .logo-socials .socials a:hover img {
  filter: grayscale(100%);
}

.homepage .content header .logo-socials::after {
  content: "";
  display: block;
  background: url(../images/leaf.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 13.0208333333vw;
  height: 10.4166666667vw;
  position: absolute;
  bottom: -7.2916666667vw;
  left: -2.6041666667vw;
  transform: translate3d(-100px, -100px, 0);
  transition: transform 300ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.homepage .content header .logo-socials._animate .socials a {
  opacity: 1;
  visibility: visible;
}

.homepage .content header .logo-socials._animate::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.homepage .content header .slider {
  width: calc(100% - 23.4375vw);
  background: #78962b;
}

.homepage .content header .slider .navigation {
  position: absolute;
  z-index: 60;
  right: 0;
  top: 0;
  background: #e5725b;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 33px;
}

.homepage .content header .slider .navigation a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.homepage .content header .slider .navigation .divider {
  width: 1px;
  height: 12px;
  background: #fff;
  display: block;
  margin: 0 17px;
}

.homepage .content header .slider .navigation .language-switcher {
  width: 57px;
  height: 57px;
  background: #72a11d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 33px;
}

.homepage .content header .slider .navigation .language-switcher a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.homepage .content header .slider .navigation .language-switcher span {
  color: #fff;
  display: block;
  margin: 0 2px;
}

.homepage .content header .slider #header-slider {
  width: 100%;
  height: 100%;
}

.homepage .content header .slider #header-slider .swiper-container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
}

.homepage .content header .slider #header-slider .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.homepage .content header .slider #header-slider .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}

.homepage .content header .slider #header-slider .swiper-container .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.homepage .content header .slider .controls {
  z-index: 60;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #98be36;
  width: 170px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage .content header .slider .controls > div {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  background: url(../images/svg/arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 45px;
  height: 20px;
  margin: 0 20px 0 0;
}

.homepage .content header .slider .controls > div.swiper-button-next {
  transform: rotate(180deg);
  margin: 0 0 0 20px;
}

.homepage .content .featured-products {
  width: 100%;
  position: relative;
  z-index: 40;
}

.homepage .content .featured-products > div {
  position: relative;
  z-index: 50;
  background: #fff;
  padding: 0 0 75px 0;
}

.homepage .content .featured-products > div > .btn {
  margin: 0 auto;
}

.homepage .content .featured-products .list {
  display: block;
  width: 100%;
  max-width: calc(100% - (170px * 2));
  margin: 0 auto 100px auto;
}

.homepage .content .featured-products .list #featured-products-slider {
  width: 100%;
  height: auto;
  /** CONTROLS **/
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container {
  width: 100%;
  height: auto;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: auto;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) a {
  transition-delay: 150ms !important;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) a {
  transition-delay: 225ms !important;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) a {
  transition-delay: 300ms !important;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .swiper-slide:nth-child(4) a {
  transition-delay: 375ms !important;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .swiper-slide a:hover .product-photo {
  transform: translateY(-10px);
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry {
  display: block;
  transition: all 250ms ease-out;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a {
  display: block;
  text-decoration: none;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition-delay: 75ms;
  transition: all 250ms ease-out;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .product-photo {
  display: block;
  transition: all 250ms ease-out;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .product-photo img {
  display: block;
  height: 250px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a h3 {
  color: #e5725b;
  font-size: 26px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  margin: 30px 0 0 0;
  min-height: 70px;
  display: flex;
  align-items: flex-end;
  transition: all 250ms ease-out;
  transition-delay: 50ms;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .sku {
  color: #e5725b;
  font-size: 16px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  transition: all 250ms ease-out;
  transition-delay: 50ms;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .description {
  margin: 15px 0;
  color: #e5725b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  line-height: 1;
  transition: all 250ms ease-out;
  transition-delay: 50ms;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-button-prev,
.homepage .content .featured-products .list #featured-products-slider .swiper-button-next {
  width: 15px;
  height: 30px;
  margin-top: -15px;
  background-size: 15px 30px;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23E5725B'%2F%3E%3C%2Fsvg%3E");
  right: 40px;
}

.homepage .content .featured-products .list #featured-products-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E5725B'%2F%3E%3C%2Fsvg%3E");
  left: 40px;
}

.homepage .content .featured-products::before {
  content: "";
  display: block;
  width: calc(100% + 80px);
  margin: 0 0 0 -40px;
  position: absolute;
  background: #a2cc39;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 40;
}

.homepage .content .featured-products::after {
  content: "";
  display: block;
  width: 13.0208333333vw;
  height: 13.5416666667vw;
  background: url(../images/apple.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -4.6875vw;
  right: 16.6666666667vw;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}

.homepage .content .featured-products._animate .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.homepage .content .featured-products._animate-apple::after {
  opacity: 1;
  visibility: visible;
}

.homepage .content .about-me {
  background: #a2cc39;
  position: relative;
  z-index: 30;
}

.homepage .content .about-me .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  z-index: 50;
  height: 600px;
}

.homepage .content .about-me .inner > div {
  width: 50%;
  height: 100%;
}

.homepage .content .about-me .inner > div.about-photo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.homepage .content .about-me .inner > div:not(.about-photo) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.homepage .content .about-me .inner > div:not(.about-photo) .box {
  width: 100%;
  max-width: 420px;
}

.homepage .content .about-me .inner > div:not(.about-photo) .box h2 {
  color: #fff;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 62px;
  margin: 0;
  text-transform: none;
  text-align: left;
  opacity: 0;
  visibility: visible;
  transition: all 200ms ease-out;
}

.homepage .content .about-me .inner > div:not(.about-photo) .box .description {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0;
  visibility: visible;
  transition: all 200ms ease-out;
  transition-delay: 100ms;
}

.homepage .content .about-me .inner > div:not(.about-photo)::after {
  content: "";
  display: block;
  width: 19.2708333333vw;
  height: 9.375vw;
  background: url(../images/about-decor.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -17px;
  bottom: -3.6458333333vw;
}

.homepage .content .about-me.column-1 .inner > div {
  width: 100%;
}

.homepage .content .about-me > .decor {
  position: absolute;
  left: -40px;
  bottom: -550px;
  height: 600px;
  width: 400px;
  z-index: 60;
}

.homepage .content .about-me > .decor canvas {
  z-index: 65;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homepage .content .about-me > .decor img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform-origin: 0% 100%;
  transform: rotate(-10deg);
  transition: all 300ms ease-out;
}

.homepage .content .about-me > .decor._animate img {
  transform: rotate(0);
}

.homepage .content .about-me::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 40;
  background: #a2cc39;
  left: 0;
  margin: 0 0 0 -40px;
  width: calc(100% + 80px);
  height: 100%;
}

.homepage .content .about-me._animate .inner > div:not(.about-photo) .box h2,
.homepage .content .about-me._animate .inner > div:not(.about-photo) .box .description {
  opacity: 1;
  visibility: visible;
}

.homepage .content .articles {
  position: relative;
  z-index: 20;
}

.homepage .content .articles .inner {
  padding: 55px 0 55px 21.875vw;
  position: relative;
  z-index: 50;
  background: #fff url(../images/backgrounds/articles-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.homepage .content .articles .inner .view-all {
  display: none;
  width: 100%;
  margin: 70px auto 0 auto;
}

.homepage .content .articles .inner .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
}

.homepage .content .articles .inner .list .article-entry {
  width: 100%;
  transition-delay: 75ms;
  transition: all 250ms ease-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.homepage .content .articles .inner .list .article-entry a {
  text-decoration: none;
}

.homepage .content .articles .inner .list .article-entry a .article-photo {
  display: block;
  width: 100%;
  height: 235px;
}

.homepage .content .articles .inner .list .article-entry a .article-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homepage .content .articles .inner .list .article-entry a .title {
  display: block;
  font-size: 22px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  color: #e5725b;
  width: 100%;
  margin: 20px 0 0 0;
}

.homepage .content .articles .inner .list .article-entry a .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: #e5725b;
}

.homepage .content .articles .inner .list .article-entry a .date {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #e5725b;
  display: block;
  width: 100%;
}

.homepage .content .articles .inner .list .article-entry a .description {
  display: block;
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.25;
}

.homepage .content .articles .inner .list .article-entry a:hover img {
  opacity: 0.8;
}

.homepage .content .articles .inner .list .article-entry:nth-child(1) {
  transition-delay: 150ms !important;
}

.homepage .content .articles .inner .list .article-entry:nth-child(2) {
  transition-delay: 225ms !important;
}

.homepage .content .articles .inner .list .article-entry:nth-child(3) {
  transition-delay: 300ms !important;
}

.homepage .content .articles .inner .list .article-entry:nth-child(4) {
  transition-delay: 375ms !important;
}

.homepage .content .articles .inner .list .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage .content .articles::after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  margin: 0 0 0 -40px;
  background: #a2cc39;
  z-index: 40;
  position: absolute;
  left: 0;
  top: 0;
}

.homepage .content .articles._animate .inner .list .article-entry {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.homepage .content .contact-us {
  position: relative;
  height: 600px;
}

.homepage .content .contact-us .inner {
  padding: 20px 0 80px 180px;
  z-index: 50;
  height: 100%;
  position: relative;
  background: #fff url(../images/backgrounds/contact-us.jpg) no-repeat;
  background-size: cover;
  background-position: 0 150px;
  transition: all 300ms ease-out;
}

.homepage .content .contact-us .inner h2 {
  text-align: left;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  text-transform: lowercase;
  margin: 0;
}

.homepage .content .contact-us .inner form {
  width: 100%;
  margin: 50px 0 0 0;
  max-width: 540px;
  background: #fff;
  padding: 0 10px;
  position: relative;
  /** MESSAGE **/
}

.homepage .content .contact-us .inner form input,
.homepage .content .contact-us .inner form textarea {
  width: 100%;
  height: 38px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  margin: 0 0 30px 0;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.homepage .content .contact-us .inner form input::placeholder,
.homepage .content .contact-us .inner form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}

.homepage .content .contact-us .inner form input:-ms-input-placeholder,
.homepage .content .contact-us .inner form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.homepage .content .contact-us .inner form input::-ms-input-placeholder,
.homepage .content .contact-us .inner form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.homepage .content .contact-us .inner form textarea {
  min-height: 50px;
  max-height: 110px;
  max-width: 100%;
  min-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.homepage .content .contact-us .inner form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}

.homepage .content .contact-us .inner form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.homepage .content .contact-us .inner form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.homepage .content .contact-us .inner form button {
  margin: 0 0 70px 0;
}

.homepage .content .contact-us .inner form .message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  text-align: center;
}

.homepage .content .contact-us .inner form .message.notice {
  background: #98be36;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.homepage .content .contact-us .inner form .message.error {
  background: #e5725b;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.homepage .content .contact-us::before {
  content: "";
  display: block;
  width: calc(100% + 80px);
  left: 0;
  top: 0;
  margin: 0 0 0 -40px;
  height: calc(100% - 80px);
  background: #a2cc39;
  z-index: 40;
  position: absolute;
}

.homepage .content .contact-us._animate .inner {
  background-position: 0 0;
}

.homepage .content.fixed header:first-child {
  display: none !important;
}

/** MEDIA **/
@media (max-width: 1440px) {
  .homepage .content .featured-products::after {
    width: 16.020833vw;
    height: 16.541667vw;
    bottom: -4.6875vw;
    right: 13.666667vw;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a h3 {
    font-size: 24px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .sku {
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .homepage .content .articles .inner .list {
    grid-column-gap: 20px;
  }
}
@media (max-width: 1280px) {
  .homepage .content .articles .inner .list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .homepage .content .articles .inner .list .article-entry:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .homepage .content .featured-products .list {
    max-width: calc(100% - (60px * 2));
    margin: 0 auto 40px auto;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a h3 {
    font-size: 28px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .sku {
    font-size: 12px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .description {
    font-size: 14px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-button-prev {
    left: 20px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-button-next {
    right: 20px;
  }

  .homepage .content .featured-products::after {
    width: 20.020833vw;
    height: 16.541667vw;
    bottom: -4.6875vw;
    right: 7.666667vw;
  }
}
@media (max-width: 1024px) {
  .homepage .content .featured-products::after {
    width: 22.020833vw;
    height: 20.541667vw;
    bottom: -4.6875vw;
    right: 3.666667vw;
  }

  .homepage .content .about-me .inner {
    height: 420px;
  }

  .homepage .content .about-me .inner > div:not(.about-photo) .box {
    max-width: 300px;
  }

  .homepage .content .about-me .inner > div:not(.about-photo) .box h2 {
    font-size: 52px;
  }

  .homepage .content .about-me .inner > div:not(.about-photo) .box .description {
    font-size: 12px;
  }

  .homepage .content .articles .inner {
    padding: 55px 0 55px 28.875vw;
  }
}
@media (max-width: 1023px) {
  .homepage .content .about-me > .decor {
    display: none;
  }

  .homepage .content .articles .inner {
    padding: 55px 20px 55px 20px;
  }

  .homepage .content .articles .inner .list {
    grid-template-columns: 1fr 1fr;
  }

  .homepage .content .articles .inner .list .actions {
    display: none;
  }

  .homepage .content .articles .inner .view-all {
    display: block;
  }
}
@media (max-width: 768px) {
  .homepage {
    padding: 20px;
  }

  .homepage .content header {
    flex-direction: column;
    height: auto;
  }

  .homepage .content header .slider {
    width: 100%;
    height: 50vw;
  }

  .homepage .content header .slider .navigation {
    display: none;
  }

  .homepage .content header .logo-socials {
    height: 30.708333vw;
    width: 100%;
  }

  .homepage .content header .logo-socials::after {
    display: none;
  }

  .homepage .content .pre-navigation + .pre-navigation {
    display: none;
  }

  .homepage .content .pre-navigation.header-sub {
    position: relative;
    top: 0;
  }

  .homepage .content .featured-products > div {
    padding: 0 0 35px 0;
  }

  .homepage .content .featured-products .list {
    max-width: calc(100% - 40px);
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .product-photo img {
    height: 130px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a h3 {
    font-size: 22px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .sku {
    font-size: 10px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .description {
    font-size: 12px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry a .btn {
    font-size: 12px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-button-prev,
.homepage .content .featured-products .list #featured-products-slider .swiper-button-next {
    display: none;
  }

  .homepage .content .featured-products::before {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }

  .homepage .content .featured-products::after {
    display: none;
  }

  .homepage .content .about-me .inner {
    flex-direction: column;
    height: auto;
  }

  .homepage .content .about-me .inner > div {
    width: 100%;
  }

  .homepage .content .about-me .inner > div:not(.about-photo) {
    justify-content: flex-start;
  }

  .homepage .content .about-me .inner > div:not(.about-photo) .box {
    max-width: calc(100% - 160px);
    padding: 20px 0;
  }

  .homepage .content .about-me .inner > div:not(.about-photo) .box .description {
    font-size: 14px;
  }

  .homepage .content .about-me::before {
    margin: 0 0 0 -20px;
    width: calc(100% + 40px);
  }

  .homepage .content .articles .inner {
    padding: 55px 20px 10px 20px;
  }

  .homepage .content .articles::after {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }

  .homepage .content .contact-us .inner {
    padding: 20px 20px 80px 20px;
  }

  .homepage .content .contact-us .inner form {
    max-width: 100%;
  }

  .homepage .content .contact-us::before {
    margin: 0 0 0 -20px;
    width: calc(100% + 40px);
  }

  .homepage .content.fixed header:first-child {
    display: flex !important;
  }
}
@media (max-width: 600px) {
  .homepage .content header .logo-socials {
    display: none;
  }
}
@media (max-width: 500px) {
  .homepage .content header .logo-socials .socials {
    display: none;
  }

  .homepage .content header .slider .controls {
    width: 160px;
    height: 40px;
  }

  .homepage .content .featured-products .list #featured-products-slider .swiper-container .swiper-wrapper .product-entry .btn {
    width: 100%;
    min-width: 100%;
  }

  .homepage .content .articles .inner .list {
    grid-template-columns: 1fr;
  }

  .homepage .content .articles .inner .list .article-entry:nth-child(2) {
    display: none;
  }

  .homepage .content .articles .inner .list .article-entry .btn {
    width: 100%;
    min-width: 100%;
  }

  .homepage .content .about-me .inner > div:not(.about-photo) .box {
    max-width: 100%;
  }

  .homepage .content .contact-us {
    height: auto;
  }

  .homepage .content .contact-us .inner {
    padding: 20px;
  }

  .homepage .content .contact-us .inner form button {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 450px) {
  .homepage {
    padding: 10px;
  }

  .homepage .content .featured-products::before {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }

  .homepage .content .about-me::before {
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
  }

  .homepage .content .articles::after {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }

  .homepage .content .contact-us::before {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
}
@media (max-width: 420px) {
  .homepage .content .about-me .inner > div:not(.about-photo)::after {
    right: 33px;
    bottom: -9.645833vw;
    width: 31.270833vw;
    height: 19.375vw;
  }

  .homepage .content .contact-us .inner form button {
    width: 100%;
    max-width: 100%;
  }
}
.product-list-page.subpage .columns-3layout {
  position: relative;
  z-index: 100;
}

.product-list-page.subpage .columns-3layout > .list {
  padding: 0 0 0 40px;
}

.main .categories-list {
  padding: 0 0 0 40px;
}

.main .categories-list h2 {
  text-align: left;
  margin: 0 0 20px 0;
}

.main .categories-list .list {
  width: 100%;
  display: block;
  position: relative;
  transition: all 300ms ease-out;
}

.main .categories-list .list > a {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 25px 0;
  text-decoration: none;
  position: relative;
}

.main .categories-list .list > a img {
  width: 130px;
  height: 75px;
  display: block;
  object-fit: cover;
  object-position: center;
  margin: 0 10px 0 0;
}

.main .categories-list .list > a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.main .categories-list .list > a span strong,
.main .categories-list .list > a span small {
  display: block;
  width: 100%;
  line-height: 1.5;
}

.main .categories-list .list > a:last-child {
  margin: 0;
}

.main .categories-list .list > a:hover span,
.main .categories-list .list > a._active span {
  color: #e5725b;
}

.main .categories-list .list::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  top: 20px;
  background: #000;
}

.main .categories-list .list ul {
  margin: 40px 0;
  padding: 0 0 0 40px;
  list-style: none;
}

.main .categories-list .list ul li a {
  display: block;
  margin: 0 0 22px 0;
  text-decoration: none;
  color: #000;
}

.main .categories-list .list ul li a > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.main .categories-list .list ul li a > span strong,
.main .categories-list .list ul li a > span small {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 1.5;
}

.main .categories-list .list ul li a > span strong span,
.main .categories-list .list ul li a > span small span {
  display: inline-block;
  width: auto;
}

.main .categories-list .list ul li a:hover span {
  color: #e5725b;
}

.main .categories-list .list ul li a._active span {
  color: #e5725b;
}

.main .categories-list .list ul li a._active span strong span::after,
.main .categories-list .list ul li a._active span small span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5725b;
}

.main .categories-list .list ul li a._active span strong span::after {
  margin: 0 0 5px 0;
}

.main .categories-list .list ul li:last-child a {
  margin: 0;
}

.main .categories-list .list + button {
  display: none;
}

.main .inner {
  width: 100%;
  padding: 0 40px;
  /** EMPTY **/
}

.main .inner .category-header h1 {
  text-align: left;
  color: #e5725b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  margin: 0 0 40px 0;
}

.main .inner .category-header .last-category-list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #e5725b;
  border-bottom: 1px solid #e5725b;
  padding: 30px 0 5px 0;
}

.main .inner .category-header .last-category-list a {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 25px 0;
  text-decoration: none;
}

.main .inner .category-header .last-category-list a img {
  width: 130px;
  height: 75px;
  display: block;
  object-fit: cover;
  object-position: center;
  margin: 0 10px 0 0;
}

.main .inner .category-header .last-category-list a img._empty {
  opacity: 0.7;
  -o-object-fit: contain;
  object-fit: contain;
}

.main .inner .category-header .last-category-list a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.main .inner .category-header .last-category-list a span strong,
.main .inner .category-header .last-category-list a span small {
  display: block;
  width: 100%;
  line-height: 1.5;
}

.main .inner .category-header .last-category-list a:hover {
  opacity: 0.8;
}

.main .inner .category-header .last-category-list a:hover span {
  color: #e5725b;
}

.main .inner .view-all-categories {
  outline: none;
  display: none;
}

.main .inner .view-all-categories._show span {
  display: none;
}

.main .inner .view-all-categories._show::after {
  content: attr(data-label);
}

.main .inner .category-body {
  margin: 40px 0;
}

.main .inner .category-body .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}

.main .inner .category-body .list .product-entry {
  display: block;
}

.main .inner .category-body .list .product-entry a {
  display: block;
  text-decoration: none;
}

.main .inner .category-body .list .product-entry a .product-photo {
  display: block;
}

.main .inner .category-body .list .product-entry a .product-photo img {
  display: block;
  height: 250px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.main .inner .category-body .list .product-entry a h3 {
  color: #e5725b;
  font-size: 26px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  margin: 30px 0 0 0;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin: 15px 0 0 0;
}

.main .inner .category-body .list .product-entry a .sku {
  color: #e5725b;
  font-size: 16px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
}

.main .inner .category-body .list .product-entry a .description {
  margin: 15px 0;
  color: #e5725b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  min-height: 100px;
  max-height: 100px;
  line-height: 1;
}

.main .inner .category-body .list .product-entry a .description.kurz {
  display: none;
}

.main .inner .category-body .list .product-entry a .price-block {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.main .inner .category-body .list .product-entry a .price-block span {
  display: block;
  width: 100%;
  text-align: left;
  color: #e5725b;
  font-size: 28px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
}

.main .inner .category-body .list .product-entry a .price-block small {
  display: block;
  width: 100%;
  text-align: left;
  color: #ccc;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-decoration: line-through;
}

.main .inner .category-body .list .product-entry a .price-block small._invisible {
  opacity: 0;
  visibility: hidden;
}

.main .inner .category-body .list .product-entry a:hover .product-photo {
  opacity: 0.8;
}

.main .inner .category-body .list._empty {
  grid-template-columns: 1fr;
}

.main .inner .empty-row {
  display: flex;
  width: 100%;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  background: rgba(204, 204, 204, 0.1);
}

.main .inner .empty-row p {
  display: block;
  margin: 0;
  color: #e5725b;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 0 40px;
  text-align: center;
}

.main .actions {
  padding: 0 40px 0 0;
}

.main .actions a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #72a11d;
  text-decoration: none;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main .actions a img {
  position: relative;
  top: -1px;
  margin: 0 20px 0 0;
  display: block;
}

.product-entry-page .detail-page {
  padding: 50px 0 0 0;
}

.product-entry-page .message {
  width: 100%;
  background: #90c520;
  padding: 10px;
  display: block;
  color: #fff;
}

.product-entry-page .product-detail-grid {
  display: grid;
  grid-template-columns: 550px auto;
  grid-column-gap: 15px;
}

.product-entry-page .product-detail-grid .photo-gallery {
  width: 100%;
}

.product-entry-page .product-detail-grid .photo-gallery .main-image img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: contain;
  object-position: center;
}

.product-entry-page .product-detail-grid .photo-gallery .mini-gallery {
  margin: 25px 0;
  width: 100%;
  max-width: 100%;
}

.product-entry-page .product-detail-grid .photo-gallery .mini-gallery .swiper-container {
  width: 100%;
}

.product-entry-page .product-detail-grid .photo-gallery .mini-gallery .swiper-container .swiper-wrapper {
  width: 100%;
}

.product-entry-page .product-detail-grid .photo-gallery .mini-gallery .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}

.product-entry-page .product-detail-grid .photo-gallery .mini-gallery .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.product-entry-page .product-detail-grid .photo-gallery .mini-gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.product-entry-page .product-detail-grid .photo-gallery .mini-gallery .swiper-scrollbar {
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(152, 190, 54, 0.1);
  margin: 25px 0 0 0;
}

.product-entry-page .product-detail-grid .photo-gallery .mini-gallery .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(152, 190, 54, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
  cursor: pointer;
}

.product-entry-page .description h1 {
  margin: 0;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #e5725b;
}

.product-entry-page .description h1 + small {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #e5725b;
}

.product-entry-page .description .product-price-box {
  display: block;
  border-top: 1px solid #e5725b;
  margin: 30px 0 0 0;
}

.product-entry-page .description .product-price-box .status {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #e5725b;
  margin: 7px 0 10px 0;
}

.product-entry-page .description .product-price-box .status strong {
  font-weight: 700;
  font-size: 16px;
  color: #98be36;
}

.product-entry-page .description .product-price-box .price-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-entry-page .description .product-price-box .price-order .price-block {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.product-entry-page .description .product-price-box .price-order .price-block div {
  display: block;
  width: 100%;
  text-align: left;
  color: #e5725b;
  font-size: 28px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
}

.product-entry-page .description .product-price-box .price-order .price-block small {
  display: block;
  width: 100%;
  text-align: left;
  color: #ccc;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-decoration: line-through;
}

.product-entry-page .description .product-price-box .price-order .actions {
  padding: 0;
}

.product-entry-page .description .product-price-box._fixed {
  position: fixed;
  bottom: 10px;
  width: 100%;
  left: 50%;
  max-width: 60vw;
  /* margin: 0 auto; */
  margin-left: -26vw;
  z-index: 150;
  background: #fff;
  border: 3px solid #e5725b;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 -50px 100px #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.product-entry-page .description .product-price-box._fixed .status {
  color: #e5725b;
}

.product-entry-page .description .product-price-box._fixed .status strong {
  color: #e5725b;
}

.product-entry-page .description .product-price-box._fixed .btn.primary {
  border-color: #e5725b;
  color: #e5725b;
  min-width: 220px;
  height: 50px;
  top: -15px;
  position: relative;
  right: 20px;
}

.product-entry-page .description .product-price-box._fixed .price-order .price-block div {
  color: #e5725b;
}

.product-entry-page .description .product-price-box._fixed._show {
  transform: translateY(0);
  transition: all 300ms ease-in-out;
  opacity: 1;
  visibility: visible;
}

.product-entry-page .long-description,
.product-entry-page .short-description,
.product-entry-page .title,
.product-entry-page table tr td {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.product-entry-page .title {
  font-weight: 700;
  margin: 30px 0 25px 0;
}

.product-entry-page table tr td {
  font-size: 14px;
  padding: 0 0 10px 0;
  width: 70%;
}

.product-entry-page table tr td:first-child {
  width: 40%;
}

.product-entry-page table tr td:last-child {
  padding: 0 0 0 10px;
}

.product-entry-page .files-to-download {
  display: block;
  margin: 100px 0 0 0;
}

.product-entry-page .files-to-download h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin: 0;
}

.product-entry-page .files-to-download ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-entry-page .files-to-download ul li a {
  display: block;
  width: 45px;
  height: 50px;
  margin: 35px auto 0 auto;
}

.product-entry-page .files-to-download ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.modal-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  transition: all 300ms ease-in-out;
  /** SHOW **/
}

.modal-popup .modal-body {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #98be36;
  position: relative;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  overflow: auto;
}

.modal-popup .modal-body .close {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
  padding: 0;
  display: block;
  outline: none;
}

.modal-popup .modal-body .modal-content {
  display: flex;
  width: 100%;
  max-width: 80%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.modal-popup .modal-body .modal-content > div {
  display: grid;
  grid-template-columns: 300px auto;
  grid-column-gap: 40px;
}

.modal-popup .modal-body .modal-content > div img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  border: 5px solid #e5725b;
  object-position: center;
  background-color: #fff;
  padding: 20px;
  margin: 80px 0 0 0;
}

.modal-popup .modal-body .modal-content > div .pr .row {
  width: 100%;
  display: block;
  margin: 25px 0 0 0;
}

.modal-popup .modal-body .modal-content > div .pr .row input {
  width: 100%;
  display: block;
  max-width: 540px;
  margin: 0 0 25px 0;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  height: 38px;
  outline: none;
  color: #fff;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 20;
  padding: 0 10px;
}

.modal-popup .modal-body .modal-content > div form {
  width: 100%;
  position: relative;
  margin: 0 0 75px 0;
  /** MESSAGE **/
}

.modal-popup .modal-body .modal-content > div form h3,
.modal-popup .modal-body .modal-content > div form h4 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin: 0 0 40px 0;
}

.modal-popup .modal-body .modal-content > div form h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 33px 0 25px 0;
  text-decoration: underline;
}

.modal-popup .modal-body .modal-content > div form .description {
  color: #fff;
  font-size: 16px;
  margin: 0 0 30px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.modal-popup .modal-body .modal-content > div form .description p {
  margin: 0;
  line-height: 1.5;
}

.modal-popup .modal-body .modal-content > div form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  max-width: 720px;
  width: 100%;
}

.modal-popup .modal-body .modal-content > div form .row.checkbox-list {
  display: flex;
  flex-direction: column;
}

.modal-popup .modal-body .modal-content > div form .row.checkbox-list .row-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}

.modal-popup .modal-body .modal-content > div form .row.checkbox-list .row-checkbox input {
  width: 22px;
  height: 22px;
  margin: 0 20px 0 0;
}

.modal-popup .modal-body .modal-content > div form .row.checkbox-list .row-checkbox label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

.modal-popup .modal-body .modal-content > div form input,
.modal-popup .modal-body .modal-content > div form textarea {
  width: 100%;
  display: block;
  max-width: 720px;
  margin: 0 0 25px 0;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  height: 38px;
  outline: none;
  color: #fff;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 20;
  padding: 0 10px;
}

.modal-popup .modal-body .modal-content > div form input::placeholder,
.modal-popup .modal-body .modal-content > div form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

.modal-popup .modal-body .modal-content > div form input:-ms-input-placeholder,
.modal-popup .modal-body .modal-content > div form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.modal-popup .modal-body .modal-content > div form input::-ms-input-placeholder,
.modal-popup .modal-body .modal-content > div form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.modal-popup .modal-body .modal-content > div form textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-width: 720px;
  max-height: 720px;
  min-height: 38px;
  width: 100%;
  display: block;
  max-width: 540px;
  position: relative;
  z-index: 20;
}

.modal-popup .modal-body .modal-content > div form .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 75px 0 0 0;
  width: 100%;
  max-width: 540px;
  padding: 0;
  position: relative;
  z-index: 20;
}

.modal-popup .modal-body .modal-content > div form .actions .btn {
  border-color: #fff;
  color: #fff;
  padding: 0 50px;
  box-sizing: border-box;
  max-width: 360px;
}

.modal-popup .modal-body .modal-content > div form .message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  text-align: center;
}

.modal-popup .modal-body .modal-content > div form .message.notice {
  background: #98be36;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.modal-popup .modal-body .modal-content > div form .message.error {
  background: #e5725b;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.modal-popup::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e5725b;
  transform: scale(0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: -2;
  transition-delay: 50ms;
}

.modal-popup._show {
  z-index: 750;
}

.modal-popup._show .modal-body {
  z-index: 50;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.modal-popup._show::after {
  z-index: 25;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/** RELATED **/
.related-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.related-products .product-entry {
  display: block;
  transition: all 250ms ease-out;
}

.related-products .product-entry a {
  display: block;
  text-decoration: none;
  transition-delay: 75ms;
  transition: all 250ms ease-out;
}

.related-products .product-entry a .product-photo {
  display: block;
  transition: all 250ms ease-out;
}

.related-products .product-entry a .product-photo img {
  display: block;
  height: 250px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.related-products .product-entry a h3 {
  color: #e5725b;
  font-size: 26px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  margin: 30px 0 0 0;
  min-height: 70px;
  display: flex;
  align-items: flex-end;
  transition: all 250ms ease-out;
  transition-delay: 50ms;
}

.related-products .product-entry a .sku {
  color: #e5725b;
  font-size: 16px;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  transition: all 250ms ease-out;
  transition-delay: 50ms;
}

.related-products .product-entry a .description {
  margin: 15px 0;
  color: #e5725b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  line-height: 1;
  transition: all 250ms ease-out;
  transition-delay: 50ms;
}

/** MEDIA **/
@media (max-width: 1580px) {
  .main .inner {
    padding: 0 20px;
  }

  .product-entry-page .product-detail-grid {
    grid-column-gap: 20px;
  }

  .product-entry-page .product-detail-grid .photo-gallery .main-image img {
    height: 400px;
  }

  .product-entry-page .product-detail-grid .photo-gallery .mini-gallery ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1500px) {
  .product-entry-page .main {
    grid-template-columns: 420px auto;
  }

  .product-entry-page .main.columns-3layout > .actions {
    display: none;
  }
}
@media (max-width: 1360px) {
  .product-entry-page .product-detail-grid {
    grid-template-columns: 400px auto;
  }
}
@media (max-width: 1440px) {
  .main.columns-3layout {
    grid-template-columns: 360px auto;
  }

  .main.columns-3layout > .actions {
    display: none;
  }

  .main .inner .category-body .list .product-entry a h3 {
    font-size: 26px;
  }

  .main .inner .category-body .list .product-entry a .sku {
    font-size: 12px;
  }

  .main .inner .category-body .list .product-entry a .description {
    font-size: 14px;
  }

  .product-list-page.subpage .columns-3layout > .list {
    padding: 0 0 0 40px;
  }

  .product-list-page.subpage .columns-3layout > .list .inner {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1330px) {
  .main .inner .category-header {
    position: relative;
    /** SHOW **/
  }

  .main .inner .category-header .last-category-list {
    max-height: 130px;
    overflow: hidden;
    position: relative;
  }

  .main .inner .category-header:not(._empty)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e5725b transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -3px;
  }

  .main .inner .category-header._show .last-category-list {
    max-height: inherit;
  }

  .main .inner .category-body .list {
    grid-template-columns: 1fr 1fr;
  }

  .main .inner .view-all-categories:not(._empty) {
    display: block;
  }
}
@media (max-width: 1280px) {
  .product-entry-page .main {
    grid-template-columns: 340px auto;
  }
}
@media (max-width: 1220px) {
  .modal-popup .modal-body .modal-content > div form textarea {
    min-width: auto;
  }
}
@media (max-width: 1180px) {
  .product-entry-page .product-detail-grid {
    grid-column-gap: 10px;
  }
}
@media (max-width: 1024px) {
  .main.columns-3layout {
    grid-template-columns: 380px auto;
  }

  .main .inner .view-all-categories:not(._empty) {
    display: block;
  }
}
@media (max-width: 950px) {
  .modal-popup .modal-body .modal-content > div {
    grid-template-columns: 1fr;
  }

  .modal-popup .modal-body .modal-content > div img {
    margin: 0;
  }

  .modal-popup .modal-body .modal-content > div form h3 {
    margin: 20px 0 40px 0;
    text-align: center;
  }

  .modal-popup .modal-body .modal-content > div form input,
.modal-popup .modal-body .modal-content > div form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .modal-popup .modal-body .modal-content > div form .row.checkbox-list .row-checkbox input {
    min-width: auto;
  }
}
@media (max-width: 900px) {
  .main.columns-3layout {
    grid-template-columns: 1fr !important;
  }

  .main .categories-list {
    position: fixed;
    background: #fff;
    height: 100%;
    max-height: 320px;
    top: 100px;
    left: 0;
    z-index: 150;
    -webkit-transform: translateX(calc((100% - 40px) * (-1)));
    transform: translateX(calc((100% - 40px) * (-1)));
    padding: 20px 70px 20px 30px;
    width: calc(100% - 10px);
    border: 3px solid #e5725b;
    border-left: 0;
    border-right: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    /** SHOW **/
  }

  .main .categories-list h2 {
    margin: 0 0 50px 0;
  }

  .main .categories-list .list {
    height: calc(100% - 90px);
    overflow: auto;
  }

  .main .categories-list .list::after {
    display: none;
  }

  .main .categories-list .list + button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: none;
    border: none;
    background: #e5725b;
    color: #fff;
    display: block;
    width: 40px;
    cursor: pointer;
  }

  .main .categories-list .list + button span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    letter-spacing: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main .categories-list .list + button::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/svg/close.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0;
    box-sizing: border-box;
    display: none;
  }

  .main .categories-list._show {
    transform: translateX(0);
    width: 100%;
  }

  .main .categories-list._show .list + button::after {
    display: block;
  }

  .product-entry-page .main {
    position: relative;
    z-index: 125;
  }

  .product-entry-page .main .detail-page {
    padding: 50px 0 0 40px;
  }

  .product-entry-page .product-detail-grid .photo-gallery .mini-gallery ul li a {
    display: block;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .product-list-page .main .inner {
    padding: 0;
  }

  .product-list-page .main .inner .btn {
    font-size: 12px;
  }

  .product-list-page .main .categories-list {
    left: -10px;
  }

  .product-entry-page .product-detail-grid .description {
    display: flex;
    flex-direction: column;
  }

  .product-entry-page .product-detail-grid .description .short-description {
    order: 3;
  }

  .product-entry-page .product-detail-grid .description .properties {
    order: 2;
  }

  .product-entry-page .product-detail-grid .description .product-price-box {
    order: 1;
  }

  .main .categories-list .list {
    height: calc(100vh - 200px) !important;
  }

  .main .categories-list .list > a {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 15px 0;
    transform: translateX(-100%);
    transition: all 300ms ease-out;
    transition-delay: 199ms;
  }

  .main .categories-list .list > a:nth-child(2) {
    transition-delay: 398ms;
  }

  .main .categories-list .list > a:nth-child(3) {
    transition-delay: 597ms;
  }

  .main .categories-list .list > a:nth-child(4) {
    transition-delay: 796ms;
  }

  .main .categories-list .list > a img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin: 0;
  }

  .main .categories-list .list > a span {
    position: absolute;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    padding: 20px;
  }

  .main .categories-list._show .list > a {
    transform: translateX(0);
  }

  .main .inner .category-body {
    margin: 0;
  }

  .main .inner .category-body .list {
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 10px;
  }

  .main .inner .category-body .list .product-entry a .product-photo img {
    height: 130px;
  }

  .main .inner .category-body .list .product-entry a h3 {
    font-size: 22px;
  }

  .main .inner .category-body .list .product-entry a .price-block span {
    font-size: 22px;
  }

  .main .inner .category-body .list .product-entry a .price-block small {
    font-size: 16px;
  }

  .product-entry-page .product-detail-grid {
    display: block;
    width: calc(100vw - 100px);
  }

  .product-entry-page .description .product-price-box._fixed {
    max-width: 90vw;
    margin-left: -45vw;
  }

  .related-products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .product-entry-page .product-detail-grid {
    width: calc(100vw - 20px);
  }
}
@media (max-width: 550px) {
  .product-entry-page .description .product-price-box .price-order {
    flex-direction: column;
  }

  .product-entry-page .description .product-price-box .price-order .actions {
    width: 100%;
  }

  .product-entry-page .description .product-price-box._fixed .btn.primary {
    top: 0;
    position: relative;
    right: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .modal-popup .modal-body .modal-content {
    max-width: 90%;
  }

  .modal-popup .modal-body .modal-content > div form {
    margin: 0 0 50px 0;
  }

  .modal-popup .modal-body .modal-content > div form .actions .btn {
    width: 100%;
    min-width: 100%;
  }

  .main .categories-list {
    max-height: 100%;
    top: 60px;
    width: 100%;
  }

  .main .categories-list .list {
    height: 60vh;
  }

  .main .categories-list .list + button {
    max-height: 350px;
  }

  .product-entry-page .main .detail-page {
    padding: 0 0 0 40px;
  }

  .modal-popup .modal-body .modal-content > div form .row {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
@media (max-width: 450px) {
  .modal-popup .modal-body {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media (max-width: 430px) {
  .main .inner .category-body .list {
    grid-template-columns: 1fr;
  }

  .related-products {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .product-entry-page .main .detail-page {
    padding: 0;
  }

  .product-entry-page .main .inner {
    padding: 0 10px;
  }

  .product-entry-page .main .detail-page {
    padding: 0;
    margin: 25px 0 0 0;
  }

  .product-entry-page .product-detail-grid .photo-gallery .mini-gallery ul li a {
    display: block;
    height: 100px;
  }

  .product-entry-page .product-detail-grid .photo-gallery .mini-gallery {
    margin: 10px 0 50px 0;
  }

  .product-entry-page .product-detail-grid .photo-gallery .main-image img {
    height: 240px;
  }

  .product-list-page.subpage .columns-3layout > .list {
    padding: 0;
    margin: 25px 0 0 0;
  }

  .product-list-page.subpage .columns-3layout > .list .inner {
    padding: 0 10px;
  }

  .main .categories-list {
    position: relative;
    left: 0 !important;
    top: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

  .main .categories-list h2 {
    display: none;
  }

  .main .categories-list .list {
    height: 0 !important;
    overflow: hidden;
    order: 2;
  }

  .main .categories-list .list + button {
    position: relative;
    height: 40px;
    width: 100%;
    right: inherit;
    left: 0;
    order: 1;
  }

  .main .categories-list .list + button span {
    writing-mode: horizontal-tb;
    text-orientation: none;
  }

  .main .categories-list._show .list {
    margin: 25px 0 0 0 !important;
    overflow: auto !important;
    height: calc(100vh - 200px) !important;
  }
}
.main.columns-1layout {
  max-width: calc(100% - 80px);
}

.main.columns-1layout.categories h1 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
}

.main.columns-1layout.categories .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 40px 0;
}

.main.columns-1layout.categories .list .category-entry {
  position: relative;
  height: 560px;
}

.main.columns-1layout.categories .list .category-entry img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 25;
}

.main.columns-1layout.categories .list .category-entry .abs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
}

.main.columns-1layout.categories .list .category-entry .abs-container > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}

.main.columns-1layout.categories .list .category-entry .abs-container > div h2 {
  margin: 0;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #e5725b;
  text-transform: none;
  text-align: left;
}

.main.columns-1layout.categories .list .category-entry .abs-container > div h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 60px;
  margin: 0;
  color: #e5725b;
  text-align: left;
}

.main.columns-1layout.categories .list .category-entry .abs-container > div .btn {
  margin: 15px 0 0 0;
}

.main.columns-1layout.categories .list .category-entry:nth-child(1),
.main.columns-1layout.categories .list .category-entry:nth-child(5),
.main.columns-1layout.categories .list .category-entry:nth-child(9),
.main.columns-1layout.categories .list .category-entry:nth-child(13),
.main.columns-1layout.categories .list .category-entry:nth-child(17),
.main.columns-1layout.categories .list .category-entry:nth-child(21),
.main.columns-1layout.categories .list .category-entry:nth-child(25),
.main.columns-1layout.categories .list .category-entry:nth-child(29) {
  width: 62.5%;
  /* 1150 / 1840 */
}

.main.columns-1layout.categories .list .category-entry:nth-child(2n) {
  width: 37.5%;
}

.main.columns-1layout.categories .list .category-entry:nth-child(2n) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(2n) .abs-container > div h3 {
  color: #98be36;
}

.main.columns-1layout.categories .list .category-entry:nth-child(2n) .abs-container > div .btn {
  border-color: #98be36;
  color: #98be36;
}

.main.columns-1layout.categories .list .category-entry:nth-child(2n) .abs-container > div .btn:hover {
  background: #98be36;
  color: #fff;
}

.main.columns-1layout.categories .list .category-entry:nth-child(3),
.main.columns-1layout.categories .list .category-entry:nth-child(7),
.main.columns-1layout.categories .list .category-entry:nth-child(11),
.main.columns-1layout.categories .list .category-entry:nth-child(15),
.main.columns-1layout.categories .list .category-entry:nth-child(19),
.main.columns-1layout.categories .list .category-entry:nth-child(23),
.main.columns-1layout.categories .list .category-entry:nth-child(27),
.main.columns-1layout.categories .list .category-entry:nth-child(31) {
  width: 36.9565217391%;
  /* 680 / 1840 */
}

.main.columns-1layout.categories .list .category-entry:nth-child(3) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(7) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(11) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(15) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(19) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(23) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(27) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(31) .abs-container > div {
  background: rgba(152, 190, 54, 0.8);
}

.main.columns-1layout.categories .list .category-entry:nth-child(3) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(3) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(7) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(7) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(11) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(11) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(15) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(15) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(19) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(19) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(23) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(23) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(27) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(27) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(31) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(31) .abs-container > div h3 {
  color: #fff;
}

.main.columns-1layout.categories .list .category-entry:nth-child(3) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(7) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(11) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(15) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(19) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(23) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(27) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(31) .abs-container > div .btn {
  border-color: #fff;
  color: #fff;
}

.main.columns-1layout.categories .list .category-entry:nth-child(3) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(7) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(11) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(15) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(19) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(23) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(27) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(31) .abs-container > div .btn:hover {
  background: #fff;
  color: #98be36;
}

.main.columns-1layout.categories .list .category-entry:nth-child(4),
.main.columns-1layout.categories .list .category-entry:nth-child(8),
.main.columns-1layout.categories .list .category-entry:nth-child(12),
.main.columns-1layout.categories .list .category-entry:nth-child(16),
.main.columns-1layout.categories .list .category-entry:nth-child(20),
.main.columns-1layout.categories .list .category-entry:nth-child(24),
.main.columns-1layout.categories .list .category-entry:nth-child(28),
.main.columns-1layout.categories .list .category-entry:nth-child(32) {
  width: 63.0434782609%;
  /* 1160 / 1840 */
}

.main.columns-1layout.categories .list .category-entry:nth-child(4) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(8) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(12) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(16) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(20) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(24) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(28) .abs-container > div,
.main.columns-1layout.categories .list .category-entry:nth-child(32) .abs-container > div {
  background: rgba(229, 114, 91, 0.8);
}

.main.columns-1layout.categories .list .category-entry:nth-child(4) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(4) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(8) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(8) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(12) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(12) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(16) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(16) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(20) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(20) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(24) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(24) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(28) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(28) .abs-container > div h3,
.main.columns-1layout.categories .list .category-entry:nth-child(32) .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry:nth-child(32) .abs-container > div h3 {
  color: #fff;
}

.main.columns-1layout.categories .list .category-entry:nth-child(4) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(8) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(12) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(16) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(20) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(24) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(28) .abs-container > div .btn,
.main.columns-1layout.categories .list .category-entry:nth-child(32) .abs-container > div .btn {
  border-color: #fff;
  color: #fff;
}

.main.columns-1layout.categories .list .category-entry:nth-child(4) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(8) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(12) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(16) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(20) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(24) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(28) .abs-container > div .btn:hover,
.main.columns-1layout.categories .list .category-entry:nth-child(32) .abs-container > div .btn:hover {
  background: #fff;
  color: #e5725b;
}

.main.columns-1layout.categories .list .category-entry._last {
  width: 100%;
}

.main.columns-1layout.categories .list .category-entry._last .abs-container > div h2,
.main.columns-1layout.categories .list .category-entry._last .abs-container > div h3 {
  color: #000;
}

.main.columns-1layout.categories .list .category-entry._last .abs-container > div .btn {
  border-color: #000;
  color: #000;
}

.main.columns-1layout.categories .list .category-entry._last .abs-container > div .btn:hover {
  background: #000;
  color: #fff;
}

/** MEDIA **/
@media (max-width: 1060px) {
  .main.columns-1layout {
    padding: 0;
  }

  .main.columns-1layout.categories .list .category-entry {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .main.columns-1layout {
    max-width: calc(100% - 40px);
  }

  .main.columns-1layout.categories .list {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 900px) {
  .main.columns-1layout.categories .list .category-entry {
    width: 100% !important;
  }
}
/** RESET **/
input,
textarea {
  border-radius: 0;
}

.grecaptcha-badge {
  z-index: 600;
  opacity: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 300px auto;
  margin: 60px 0 30px 0;
}

.contact-grid h2 {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
  display: block;
  margin: 20px 0 30px 0;
  padding: 0;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

.contact-grid .address address {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-style: normal;
  margin: 0 0 25px 0;
}

.contact-grid .address address strong {
  color: #e5725b;
  font-weight: 400;
}

.contact-grid .address a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2;
}

.contact-grid .form {
  position: relative;
  margin: 0 0 75px 0;
  /** MESSAGE **/
}

.contact-grid .form input,
.contact-grid .form textarea {
  width: 100%;
  display: block;
  max-width: 540px;
  margin: 0 0 35px 0;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 14px;
  height: 38px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 20;
  padding: 0 10px;
}

.contact-grid .form textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  min-width: 540px;
  max-height: 250px;
  min-height: 38px;
  width: 100%;
  display: block;
  max-width: 540px;
  position: relative;
  z-index: 20;
}

.contact-grid .form .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 75px 0 0 0;
  width: 100%;
  max-width: 540px;
  padding: 0;
  position: relative;
  z-index: 20;
}

.contact-grid .form .message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  text-align: center;
}

.contact-grid .form .message.notice {
  background: #98be36;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.contact-grid .form .message.error {
  background: #e5725b;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1;
}

/** MEDIA **/
@media (max-width: 1023px) {
  .contact-grid .form input,
.contact-grid .form textarea {
    max-width: 100%;
  }

  .contact-grid .form textarea {
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  .page-title.contact {
    display: none;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid .address {
    margin: 0 0 50px 0;
  }
}
._hidden {
  display: none !important;
}

.blog-grid {
  display: grid;
  grid-template-columns: 490px auto;
}

.blog-grid .list {
  display: block;
  padding: 40px 40px 0 0;
}

.blog-grid .list .article-entry {
  width: 100%;
  max-width: 945px;
  display: grid;
  grid-template-columns: 300px auto;
  grid-column-gap: 50px;
  margin: 0 0 50px 0;
}

.blog-grid .list .article-entry .article-photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.blog-grid .list .article-entry .article-body .title {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000;
  line-height: 1.5;
}

.blog-grid .list .article-entry .article-body small {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1;
  margin: 0 0 10px 0;
  display: block;
}

.blog-grid .list .article-entry .article-body .date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.blog-grid .list .article-entry .article-body .description {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.blog-grid .list .article-entry .article-body .description::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 5px 0;
}

.blog-grid .list .article-entry .article-body .btn {
  margin: 20px 0 0 auto;
}

.blog-grid .list .article-entry .article-body .btn:hover {
  background: #98be36;
  border: 1px solid #78962b;
  color: #fff;
}

.blog-grid .list .article-entry .article-body .btn:hover span {
  color: #fff;
}

.clearfix {
  clear: both;
}

/** MEDIA **/
@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: 200px auto;
  }
}
@media (max-width: 860px) {
  .blog-grid {
    grid-template-columns: 40px auto;
  }
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 20px auto;
  }

  .blog-grid .list {
    padding: 40px 20px 0 0;
  }

  .blog-grid .list .article-entry {
    grid-column-gap: 20px;
    margin: 0 0 20px 0;
  }

  .blog-grid .list .article-entry .btn {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  .blog-grid .list .article-entry {
    grid-template-columns: 1fr;
    background: #fff;
  }

  .blog-grid .list .article-entry .article-photo img {
    height: 50vw;
  }

  .blog-grid .list .article-entry .article-body {
    padding: 10px 20px 20px 20px;
  }
}
@media (max-width: 450px) {
  .blog-grid {
    grid-template-columns: 10px auto;
  }

  .blog-grid .list {
    padding: 20px 10px 0 0;
  }

  .blog-grid .list .article-entry {
    grid-column-gap: 0;
    margin: 0 0 10px 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h2 {
  color: #e5725b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 75px 0 120px 0;
  padding: 0 0 0 2px;
}

/** MEDIA **/
@media (max-width: 768px) {
  h2 {
    margin: 45px 0 65px 0;
  }
}
.btn {
  cursor: pointer;
  border: 1px solid #000;
  min-width: 180px;
  height: 30px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 30px;
  outline: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 0 5px;
  display: flex;
  margin: 0;
  text-decoration: none;
  max-width: 230px;
  align-items: center;
  justify-content: center;
  transition: all 150ms linear;
  /** PRIMARY **/
  /** SECONDARY **/
  /** VIEW ALL **/
  /** TRANSPARENT **/
  /** COLORED **/
  /** DISABLED **/
}

.btn span {
  letter-spacing: 1px;
  padding: 0 0 0 1px;
}

.btn.primary {
  border-color: #e5725b;
  color: #e5725b;
}

.btn.primary:hover {
  background: #e5725b;
  color: #fff;
}

.btn.secondary {
  border-color: #98be36;
  color: #fff;
  background: #98be36;
}

.btn.secondary:hover {
  background: #78962b;
}

.btn.view-all {
  width: 100%;
  background: transparent;
  border: none;
  color: #e5725b;
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 0;
  height: 50px;
  max-width: 100%;
}

.btn.view-all:hover {
  color: #de4c2f;
}

.btn.transparent {
  background: transparent;
}

.btn.transparent:hover {
  background: #98be36;
  color: #fff;
  border-color: #78962b;
}

.btn.btn-black {
  border-color: #000;
  color: #000;
}

.btn:disabled,
.btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.fixed header {
  justify-content: center !important;
  flex-direction: row !important;
  z-index: 150 !important;
  display: flex !important;
  align-items: center !important;
}

.fixed header > div:not(.slider) {
  height: 60px !important;
}

.fixed header ~ header {
  z-index: 125 !important;
}

.pre-navigation {
  display: none;
}

.pre-navigation .navigation {
  position: relative;
}

.pre-navigation .hidden-nav {
  background: #ec9887;
  height: 0;
  overflow: hidden;
  transition: all 250ms linear;
}

.pre-navigation .hidden-nav .language-switcher {
  height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #e5725b;
}

.pre-navigation .hidden-nav .language-switcher a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  margin: 0 0.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.pre-navigation .hidden-nav .language-switcher span {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.pre-navigation .hidden-nav div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px;
}

.pre-navigation .hidden-nav div a {
  opacity: 0;
  visibility: hidden;
  transform: translateX(120%);
  transition: all 350ms ease-out;
  transition-delay: 50ms;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2;
  font-size: 18px;
}

.pre-navigation .hidden-nav div a::nth-child(2) {
  transition-delay: 100ms;
}

.pre-navigation .hidden-nav div a::nth-child(3) {
  transition-delay: 150ms;
}

.pre-navigation .hidden-nav div a::nth-child(4) {
  transition-delay: 200ms;
}

.pre-navigation .hidden-nav div a::nth-child(5) {
  transition-delay: 250ms;
}

.pre-navigation .hidden-nav._show {
  height: 200px;
}

.pre-navigation .hidden-nav._show a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.pre-navigation.header-sub {
  width: 100%;
  top: 60px;
  left: 0;
  position: fixed;
  z-index: 140;
}

.navigation {
  position: absolute;
  z-index: 60;
  right: 0;
  top: 0;
  background: #e5725b;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 33px;
}

.navigation a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.navigation .divider {
  width: 1px;
  height: 12px;
  background: #fff;
  display: block;
  margin: 0 17px;
}

.navigation .language-switcher {
  width: 57px;
  height: 57px;
  background: #72a11d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 33px;
}

.navigation .language-switcher a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.navigation .language-switcher span {
  color: #fff;
  display: block;
  margin: 0 2px;
}

.navigation .hamburger-container {
  display: none;
  height: 100%;
}

.navigation .hamburger-container .hamburger {
  font: inherit;
  display: flex;
  overflow: visible;
  margin: 0;
  padding: 0 10px 0 20px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  height: 100%;
  align-items: center;
}

.navigation .hamburger-container .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.navigation .hamburger-container .hamburger.hamburger--spring .hamburger-inner {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
  display: block;
  margin-top: -2px;
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.navigation .hamburger-container .hamburger.hamburger--spring .hamburger-inner::before,
.navigation .hamburger-container .hamburger.hamburger--spring .hamburger-inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}

.navigation .hamburger-container .hamburger.hamburger--spring .hamburger-inner::before {
  top: -10px;
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navigation .hamburger-container .hamburger.hamburger--spring .hamburger-inner::after {
  bottom: -10px;
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navigation .hamburger-container .hamburger.hamburger--spring.is_active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.navigation .hamburger-container .hamburger.hamburger--spring.is_active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
  background-color: #fff;
}

.navigation .hamburger-container .hamburger.hamburger--spring.is_active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
  background-color: #fff;
}

/** MEDIA **/
@media (max-width: 1500px) {
  .subpage header .left,
.fixed header .left {
    max-width: calc(100% - 750px);
  }

  .subpage header .actions,
.fixed header .actions {
    max-width: 750px;
  }
}
@media (max-width: 1024px) {
  .subpage header,
.fixed header {
    height: 60px;
  }

  .subpage header .left,
.fixed header .left {
    padding: 0 90px 0 20px;
  }

  .subpage header .left .logo img,
.fixed header .left .logo img {
    height: calc(100% - 18px);
    top: 9px;
    max-width: none !important;
  }

  .subpage header .left::after,
.fixed header .left::after {
    right: -40px;
    top: -15px;
    width: 120px;
    height: 110px;
  }

  .subpage header .actions .navigation,
.fixed header .actions .navigation {
    padding: 0 10px;
  }

  .navigation .language-switcher {
    height: 42px;
  }
}
@media (max-width: 940px) {
  .subpage header .left,
.fixed header .left {
    max-width: 300px;
  }

  .subpage header .actions,
.fixed header .actions {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 900px) {
  .subpage,
.fixed {
    padding: 60px 0 0 0;
  }

  .subpage header,
.fixed header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150 !important;
  }

  .fixed {
    padding: 0;
  }
}
@media (max-width: 860px) {
  .subpage header .actions .navigation > a,
.subpage header .actions .navigation > .divider,
.fixed header .actions .navigation > a,
.fixed header .actions .navigation > .divider {
    display: none;
  }

  .subpage header .actions .navigation .hamburger-container,
.fixed header .actions .navigation .hamburger-container {
    display: block;
  }

  .pre-navigation.header-sub {
    display: block;
  }
}
@media (max-width: 600px) {
  .pre-navigation {
    display: block;
  }

  .pre-navigation .navigation > a:not(.language-switcher),
.pre-navigation .navigation > span:not(.language-switcher) {
    display: none;
  }

  .pre-navigation .navigation .hamburger-container {
    display: block;
  }

  .pre-navigation .navigation .hamburger-container .hamburger {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .navigation .language-switcher {
    display: none;
  }

  .pre-navigation .navigation .language-switcher {
    display: flex;
  }
}
@media (max-width: 420px) {
  .subpage header .left,
.fixed header .left {
    max-width: 180px;
  }

  .subpage header .left .socials,
.fixed header .left .socials {
    display: none;
  }

  .subpage header .actions,
.fixed header .actions {
    max-width: calc(100% - 180px);
  }
}
/* 17-09-2020 changes */
@media (max-width: 1380px) {
  .main.columns-3layout.kurzy {
    grid-template-columns: auto;
  }
}

#kurzy .inner {
  width: 100%;
}
@media (max-width: 1380px) {
  #kurzy .inner {
    width: 100%;
  }
}
#kurzy .inner .product-detail-grid {
  grid-template-columns: 450px auto;
  display: relative;
}
@media (max-width: 1380px) {
  #kurzy .inner .product-detail-grid {
    grid-template-columns: auto;
    grid-row-gap: 30px;
    width: 100%;
  }
}
#kurzy .inner .product-detail-grid .photo-gallery .main-image img {
  object-fit: cover;
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table {
  position: relative;
  width: 100%;
  font: 500 12px/16px "Montserrat", sans-serif;
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .title {
  font: 400 16px/24px "Yeseva One";
  color: #000;
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .table {
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  font: 500 12px/16px "Montserrat", sans-serif;
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .top-row {
  background-color: #e5725b;
  color: #fff;
  display: grid;
  height: 30px;
  align-items: center;
  grid-template-columns: 30px 10% 10% 10% 10% calc(40% - 30px) 20%;
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .top-row {
    grid-template-columns: 30px 22% 18% 20% 28%;
  }
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .top-row .col {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-left: 6px;
  border-right: 1px solid #7d7d7d;
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .top-row .col.duration {
    display: none;
  }
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .top-row .col.end {
    display: none;
  }
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .top-row .col.locale {
    display: none;
  }
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line {
  display: grid;
  align-items: center;
  grid-template-columns: 30px 10% 10% 10% 10% calc(40% - 30px) 20%;
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line {
    grid-template-columns: 30px 22% 18% 20% 28%;
  }
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line .col {
  border-right: 1px solid #7d7d7d;
  height: 100%;
  padding-left: 6px;
  display: flex;
  align-items: center;
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line .col label {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
  padding: 4px 0;
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line .col.duration {
    display: none;
  }
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line .col.end {
    display: none;
  }
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line .col.locale {
    display: none;
  }
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line.disabled .col label {
  opacity: 0.5;
}
#kurzy .inner .product-detail-grid .description .product-price-box .term-table .table .line:nth-child(odd) {
  background-color: #fafafa;
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order {
  display: flex;
  align-items: center;
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .price-block div {
  font: 400 16px/24px "Yeseva One";
  color: #000;
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .price-block div .original {
  font: 400 16px/24px "Yeseva One";
  color: #000;
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .osoby {
  display: flex;
  align-items: center;
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .osoby input {
  display: flex;
  align-items: center;
  width: 80px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #000;
  font: 500 12px/16px "Montserrat", sans-serif;
  color: #000;
  padding-left: 6px;
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .price-order .osoby input {
    width: 50px;
  }
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .actions button.kurz-order {
  font: 500 12px/16px "Montserrat", sans-serif;
  height: unset;
  color: #fff;
  border: 1px solid #e5725b;
  background-color: #e5725b;
  padding: 4px 20px;
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .plus-minus {
  display: flex;
  align-items: center;
  font: 600 24px/28px "Montserrat", sans-serif;
  padding: 0 10px;
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .plus-minus .plus,
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .plus-minus .minus {
  padding: 0 10px;
  cursor: pointer;
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .label {
  font: 500 12px/16px "Montserrat", sans-serif;
  width: 110px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .price-order .label {
    letter-spacing: 1px;
  }
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .num {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #e5725b;
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .price-order .num {
    font-size: 22px;
  }
}
#kurzy .inner .product-detail-grid .description .product-price-box .price-order .suf {
  font-family: "Yeseva One", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #e5725b;
}
@media (max-width: 800px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .price-order .suf {
    font-size: 22px;
  }
}
@media (max-width: 1380px) {
  #kurzy .inner .product-detail-grid .description .product-price-box .price-order:nth-child(3) {
    flex-direction: column;
  }
  #kurzy .inner .product-detail-grid .description .product-price-box .price-order:nth-child(3) .actions .btn.kurz-order {
    margin: 80px 0px 30px 0px;
  }
}

@media (max-width: 768px) {
  .product-entry-page .product-detail-grid .description .short-description {
    order: unset;
  }
}
.youtube-embed iframe {
  width: 560px;
  height: 380px;
}
@media (max-width: 768px) {
  .youtube-embed iframe {
    width: 350px;
    height: 290px;
  }
}

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

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