.form-wrap {
  margin: 0 auto 25px;
}
.form-wrap-in {
  padding: 32px 20px;
  position: relative;
  text-align: center;
}
.form-wrap-in:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(42, 42, 42, 0.6);
  display: block;
  content: "";
  pointer-events: none;
}
.form-wrap-title {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  padding: 0 0 30px;
}
.form-wrap-btn {
  position: relative;
  padding: 17px 36px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1.1;
  width: auto;
  height: auto;
  color: #fff;
  box-shadow: 0 5px 6px 0 rgba(30, 179, 75, 0.2);
  background: #1eb34b;
  border: 2px solid rgba(0, 0, 0, 0.08);
}
.form-wrap-btn:hover {
  background: #32c75f;
  border-color: rgba(20, 20, 20, 0.08);
  box-shadow: 0 5px 6px 0 rgba(50, 199, 95, 0.2);
}
.form-wrap-btn:active {
  background: #18903c;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 6px 0 rgba(24, 144, 60, 0.2);
}
.popover-container {
  z-index: 99900000000;
}
.popover-wrap.popover-wrap-folder {
  padding: 48px 0 0;
  font-family: IBM Plex Sans, sans-serif;
}
.popover-wrap.popover-wrap-folder .popover-body {
  width: 628px;
  padding: 32px;
  border-radius: 10px;
  box-shadow: none;
  border: 0;
}
.popover-wrap.popover-wrap-folder .s3_form_field_title {
  color: #444;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
}
.popover-wrap.popover-wrap-folder .s3_form_field_type_text, .popover-wrap.popover-wrap-folder .s3_form_field_type_password, .popover-wrap.popover-wrap-folder .s3_form_field_type_textarea, .popover-wrap.popover-wrap-folder .s3_form_field_type_select, .popover-wrap.popover-wrap-folder .s3_form_item_type_captcha input[type=text], .popover-wrap.popover-wrap-folder input[type=text] {
  border-radius: 6px;
  border-color: rgba(72, 72, 72, 0.25);
  border-style: solid;
  border-width: 2px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 150%;
  font-style: normal;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
}
.popover-wrap.popover-wrap-folder .s3_form_field_type_text:hover, .popover-wrap.popover-wrap-folder .s3_form_field_type_text:focus, .popover-wrap.popover-wrap-folder .s3_form_field_type_password:hover, .popover-wrap.popover-wrap-folder .s3_form_field_type_password:focus, .popover-wrap.popover-wrap-folder .s3_form_field_type_textarea:hover, .popover-wrap.popover-wrap-folder .s3_form_field_type_textarea:focus, .popover-wrap.popover-wrap-folder .s3_form_field_type_select:hover, .popover-wrap.popover-wrap-folder .s3_form_field_type_select:focus, .popover-wrap.popover-wrap-folder .s3_form_item_type_captcha input[type=text]:hover, .popover-wrap.popover-wrap-folder .s3_form_item_type_captcha input[type=text]:focus, .popover-wrap.popover-wrap-folder input[type=text]:hover, .popover-wrap.popover-wrap-folder input[type=text]:focus {
  background: #e8edf6;
}
.popover-wrap.popover-wrap-folder .s3_form_item {
  margin: 25px 0;
}
.popover-wrap.popover-wrap-folder .s3_form_item.s3_form_item_button {
  margin-bottom: 0;
  text-align: center;
}
.popover-wrap.popover-wrap-folder .s3_form_item.s3_form_item_button .s3_button_large {
  position: relative;
  padding: 17px 36px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1.1;
  width: auto;
  height: auto;
  outline: none;
  color: #fff;
  box-shadow: 0 5px 6px 0 rgba(30, 179, 75, 0.2);
  background: #1eb34b;
  border: 2px solid rgba(0, 0, 0, 0.08);
}
.popover-wrap.popover-wrap-folder .s3_form_item.s3_form_item_button .s3_button_large:hover {
  background: #32c75f;
  border-color: rgba(20, 20, 20, 0.08);
  box-shadow: 0 5px 6px 0 rgba(50, 199, 95, 0.2);
}
.popover-wrap.popover-wrap-folder .s3_form_item.s3_form_item_button .s3_button_large:active {
  background: #18903c;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 6px 0 rgba(24, 144, 60, 0.2);
}
.popover-wrap.popover-wrap-folder .popover-form-title {
  color: #444;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  font-style: normal;
  margin-bottom: 10px;
}
.popover-wrap.popover-wrap-folder .popover-close {
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: none;
}
.popover-wrap.popover-wrap-folder .popover-close:before, .popover-wrap.popover-wrap-folder .popover-close:after {
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 6px;
  display: block;
  content: "";
  transform: rotate(45deg);
}
.popover-wrap.popover-wrap-folder .popover-close:before {
  transform: rotate(45deg);
}
.popover-wrap.popover-wrap-folder .popover-close:after {
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .form-wrap-in {
    padding: 80px 0;
  }
}
@media (min-width: 960px) {
  .form-wrap-in {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .form-wrap-title {
    font-size: 30px;
  }
  .popover-wrap.popover-wrap-folder .popover-form-title {
    font-size: 28px;
  }
  .popover-wrap.popover-wrap-folder .s3_form_field_type_text, .popover-wrap.popover-wrap-folder .s3_form_field_type_password, .popover-wrap.popover-wrap-folder .s3_form_field_type_textarea, .popover-wrap.popover-wrap-folder .s3_form_field_type_select, .popover-wrap.popover-wrap-folder .s3_form_item_type_captcha input[type=text], .popover-wrap.popover-wrap-folder input[type=text] {
    padding: 9px 16px;
  }
}
@media (max-width: 599px) {
  .form-wrap-btn {
    display: block;
  }
}
@media (max-width: 480px) {
  .form-wrap-title {
    font-size: 22px;
  }
  .popover-wrap.popover-wrap-folder .popover-body {
    padding: 30px 20px;
  }
}
:root {
  --gr_primary: #2aa83f;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .slick-list, .sand .product-list-simple .shop2-product-item .product-top .image .slick-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .slick-list .slick-track, .sand .product-list-simple .shop2-product-item .product-top .image .slick-list .slick-track {
  position: static;
  height: 100%;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .slick-list .slick-slide > div, .sand .product-list-simple .shop2-product-item .product-top .image .slick-list .slick-slide > div {
  height: 100%;
  text-align: center;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .slick-dots, .sand .product-list-simple .shop2-product-item .product-top .image .slick-dots {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 10px;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .slick-dots li, .sand .product-list-simple .shop2-product-item .product-top .image .slick-dots li {
  flex: auto;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .slick-dots li.slick-active button, .sand .product-list-simple .shop2-product-item .product-top .image .slick-dots li.slick-active button {
  opacity: 1;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .slick-dots li button, .sand .product-list-simple .shop2-product-item .product-top .image .slick-dots li button {
  border: none;
  background: var(--gr_primary);
  opacity: 0.5;
  transition: all 0.3s ease;
  height: 3px;
  width: 100%;
  font-size: 0;
  padding: 0;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .slick-dots li button:before, .sand .product-list-simple .shop2-product-item .product-top .image .slick-dots li button:before {
  display: none;
}
@media (min-width: 1024px) {
  .sand .product-list-thumbs .shop2-product-item .product-top .image a img, .sand .product-list-simple .shop2-product-item .product-top .image a img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sand .product-list-thumbs .shop2-product-item .product-top .image a img.active, .sand .product-list-simple .shop2-product-item .product-top .image a img.active {
    opacity: 1;
    visibility: visible;
  }
  .sand .product-list-thumbs .shop2-product-item .product-top .image .gr-image-dots, .sand .product-list-simple .shop2-product-item .product-top .image .gr-image-dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .sand .product-list-thumbs .shop2-product-item .product-top .image .gr-image-dots__items, .sand .product-list-simple .shop2-product-item .product-top .image .gr-image-dots__items {
    width: 100%;
    display: flex;
    height: 100%;
  }
  .sand .product-list-thumbs .shop2-product-item .product-top .image .gr-image-dots__item, .sand .product-list-simple .shop2-product-item .product-top .image .gr-image-dots__item {
    flex: auto;
    position: relative;
  }
  .sand .product-list-thumbs .shop2-product-item .product-top .image .gr-image-dots__item.active:before, .sand .product-list-simple .shop2-product-item .product-top .image .gr-image-dots__item.active:before {
    opacity: 1;
  }
  .sand .product-list-thumbs .shop2-product-item .product-top .image .gr-image-dots__item:before, .sand .product-list-simple .shop2-product-item .product-top .image .gr-image-dots__item:before {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 2px;
    left: 5px;
    right: 5px;
    background: var(--gr_primary);
    opacity: 0.5;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .sand .product-list-thumbs .shop2-product-item .product-top .image .gr-image-dots, .sand .product-list-simple .shop2-product-item .product-top .image .gr-image-dots {
    display: none !important;
  }
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .product-list-list .shop2-product-item .product-top .image a img, .sand .product-list-simple .shop2-product-item .product-top .image .product-list-list .shop2-product-item .product-top .image a img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .product-list-list .shop2-product-item .product-top .image a img.active, .sand .product-list-simple .shop2-product-item .product-top .image .product-list-list .shop2-product-item .product-top .image a img.active {
  opacity: 1;
  visibility: visible;
}
.sand .product-list-thumbs .shop2-product-item .product-top .image .product-list-list .shop2-product-item .product-top .image .gr-image-dots, .sand .product-list-simple .shop2-product-item .product-top .image .product-list-list .shop2-product-item .product-top .image .gr-image-dots {
  display: none !important;
}
