.imagegallery.design6 {
  position: relative;
}
.imagegallery.design6 .slick-cloned {
  position: relative;
}
.imagegallery.design6 .slick-cloned .descr {
  display: none !important;
}
.imagegallery.design6 .descr,
.imagegallery.design6 .title,
.imagegallery.design6 .pv,
.imagegallery.design6 .d {
  display: block;
}
.imagegallery.design6 > h2 {
  margin-bottom: 0;
}
.imagegallery-1 .imagegallery,
.imagegallery-2 .imagegallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.imagegallery-1 .imagegallery .item,
.imagegallery-2 .imagegallery .item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border: none;
}
.imagegallery-1 .imagegallery .item:first-child,
.imagegallery-2 .imagegallery .item:first-child {
  display: none;
}
.imagegallery-1 .imagegallery .title,
.imagegallery-2 .imagegallery .title {
  display: block;
  width: 100%;
  font-weight: 700;
}
.imagegallery-1 .imagegallery figure,
.imagegallery-2 .imagegallery figure {
  position: relative;
}
.imagegallery-1 .imagegallery figure:before,
.imagegallery-2 .imagegallery figure:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.imagegallery-1 .imagegallery object,
.imagegallery-2 .imagegallery object {
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 640px) {
  .imagegallery-1 .imagegallery object,
  .imagegallery-2 .imagegallery object {
    width: 60px;
    height: 60px;
  }
}
.imagegallery-1 .imagegallery {
  max-width: 1300px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 640px) {
  .imagegallery-1 .imagegallery {
    margin-bottom: 60px;
  }
}
.imagegallery-1 .imagegallery .item {
  max-width: 300px;
  padding: 20px 0;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 640px) {
  .imagegallery-1 .imagegallery .item {
    width: 50%;
    padding: 20px;
    max-width: none;
  }
}
@media screen and (min-width: 1080px) {
  .imagegallery-1 .imagegallery .item {
    width: 33.33%;
    padding: 40px 45px;
  }
}
.imagegallery-1 .imagegallery figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .imagegallery-1 .imagegallery figure {
    padding-top: 20px;
  }
}
.imagegallery-1 .imagegallery figure:before {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #996533;
  border-radius: 50%;
}
@media screen and (min-width: 640px) {
  .imagegallery-1 .imagegallery figure:before {
    width: 200px;
    height: 200px;
  }
}
.imagegallery-1 .imagegallery object {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .imagegallery-1 .imagegallery object {
    top: -10px;
  }
}
.imagegallery-1 .imagegallery .title {
  max-width: 100px;
  margin: 10px auto 0 auto;
  color: #996533;
  font-size: 0.8rem;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .imagegallery-1 .imagegallery .title {
    max-width: 140px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .imagegallery-1 .imagegallery .title {
    margin-top: 10px;
  }
}
.imagegallery-1 .imagegallery .item:nth-child(4) .title {
  margin-bottom: -15px;
}
.imagegallery-1 .imagegallery .descr {
  display: block;
  margin-top: 70px;
}
@media screen and (min-width: 640px) {
  .imagegallery-1 .imagegallery .descr {
    margin-top: 110px;
  }
}
.imagegallery-2 .imagegallery {
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 640px) {
  .imagegallery-2 .imagegallery {
    margin: 40px auto;
  }
}
.imagegallery-2 .imagegallery .item {
  width: 50%;
  padding: 10px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .imagegallery-2 .imagegallery .item {
    width: 20%;
    padding: 20px;
    max-width: none;
  }
}
.imagegallery-2 .imagegallery figure {
  position: relative;
  padding: 20px;
  z-index: -1;
}
.imagegallery-2 .imagegallery figure:before {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #F4BD56;
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  .imagegallery-2 .imagegallery figure:before {
    width: 100px;
    height: 100px;
  }
}
.imagegallery-2 .imagegallery .title {
  margin-top: 10px;
}
.imagegallery-3 .imagegallery,
.imagegallery-4 .imagegallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 50px auto 0 auto;
}
@media screen and (min-width: 640px) {
  .imagegallery-3 .imagegallery,
  .imagegallery-4 .imagegallery {
    margin-top: 80px;
  }
}
.imagegallery-3 .imagegallery .item,
.imagegallery-4 .imagegallery .item {
  position: relative;
}
@media screen and (min-width: 640px) {
  .imagegallery-3 .imagegallery .item,
  .imagegallery-4 .imagegallery .item {
    width: 25%;
  }
}
.imagegallery-3 .imagegallery a,
.imagegallery-4 .imagegallery a {
  border: none;
}
.imagegallery-3 .imagegallery img,
.imagegallery-4 .imagegallery img {
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: 50% 50%;
}
.imagegallery-3 .imagegallery {
  max-width: 1000px;
}
.imagegallery-3 .imagegallery .item {
  width: 50%;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .imagegallery-3 .imagegallery .item {
    width: 25%;
  }
}
.imagegallery-3 .imagegallery img {
  height: 50px;
}
@media screen and (min-width: 640px) {
  .imagegallery-3 .imagegallery img {
    height: 80px;
  }
}
.imagegallery-4 .imagegallery {
  max-width: 800px;
}
.imagegallery-4 .imagegallery .item {
  width: 33.33%;
  padding: 5px;
}
@media screen and (min-width: 640px) {
  .imagegallery-4 .imagegallery .item {
    width: 20%;
  }
}
.imagegallery-4 .imagegallery img {
  height: 70px;
}
@media screen and (min-width: 640px) {
  .imagegallery-4 .imagegallery img {
    height: 120px;
  }
}
.imagegallery.design6.c3 {
  position: relative;
  margin: 30px -20px 15px -20px;
}
.imagegallery.design6.c3 .gallery {
  display: flex;
  flex-wrap: wrap;
}
.imagegallery.design6.c3 .slick-slider {
  display: block !important;
}
.imagegallery.design6.c3 .scrollEl {
  display: none;
  width: 33.33%;
  padding: 0 20px;
}
.imagegallery.design6.c3 .scrollEl:nth-child(1),
.imagegallery.design6.c3 .scrollEl:nth-child(2),
.imagegallery.design6.c3 .scrollEl:nth-child(3),
.imagegallery.design6.c3 .scrollEl.slick-slide {
  display: block;
}
.imagegallery.design6.c3 figure {
  position: relative;
  width: 100%;
}
.imagegallery.design6.c3 figure:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.imagegallery.design6.c3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-shop-overview .imagegallery.design6.c3 {
  display: none;
}
html.cmsedit .page-shop-overview .imagegallery.design6.c3 {
  display: block;
}
.page-shop-detail .imagegallery.design6.c3 {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .page-shop-detail .imagegallery.design6.c3 {
    margin-top: 80px;
  }
}
.imagegallery-5 .imagegallery.design5 {
  position: relative;
  max-width: 900px;
  margin: 15px auto 0 auto;
}
.imagegallery-5 .imagegallery.design5 .item {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  border: none;
  margin-bottom: 30px;
}
.imagegallery-5 .imagegallery.design5 .item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .imagegallery-5 .imagegallery.design5 .item {
    padding: 0 50px;
    margin-bottom: 50px;
  }
}
.imagegallery-5 .imagegallery.design5 figure {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .imagegallery-5 .imagegallery.design5 figure {
    width: 40%;
  }
}
.imagegallery-5 .imagegallery.design5 img {
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.imagegallery-5 .imagegallery.design5 .descr {
  width: 100%;
  background: #F9F6F3;
  padding: 25px;
}
@media screen and (min-width: 640px) {
  .imagegallery-5 .imagegallery.design5 .descr {
    width: 60%;
    padding: 30px 40px;
  }
}
