.required_mark {
  color: #e13439;
  font: 600 15px/ normal "Roboto", Arial, Helvetica, sans-serif;
}
body .shop2-product-options .shop2-texture-pick li img {
  padding: 5px !important;
  object-fit: contain !important;
}
.wrap_bl.thm .img {
  min-height: 200px;
}
.wrap_bl.thm .img img {
  max-height: 200px;
}
.mosaic-shop2-folders--u-iqljfbhzw .mosaic-shop2-folders__list {
  justify-content: center;
}
.videoblock {
  min-height: 700px;
  display: flex;
  position: relative;
}
@media (max-width: 1260px) {
  .videoblock {
    min-height: 550px;
  }
}
@media (max-width: 980px) {
  .videoblock {
    min-height: 400px;
  }
}
.videoblock .bg_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.videoblock__inner {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.videoblock__title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .videoblock__title {
    font-size: 30px;
  }
}
.videoblock__btn {
  text-align: center;
}
.videoblock__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 250px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  .videoblock__btn a {
    padding: 15px 30px;
  }
}
.videoblock__btn a svg {
  transform: rotate(-135deg);
}
.builder__section_catalog {
  padding: 100px 0;
}
.builder__section_catalog .btn {
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 36px 64px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px rgba(59, 183, 255, 0.3);
  background-color: #009EFA;
}
@media (max-width: 1260px) {
  .builder__section_catalog .btn {
    padding: 20px 40px;
    font-size: 18px;
  }
}
.builder__section_catalog .btn:hover {
  background-color: #3BB7FF;
  -webkit-box-shadow: 0 0 32px rgba(59, 183, 255, 0.4);
  box-shadow: 0 0 32px rgba(59, 183, 255, 0.4);
}
.builder__section_catalog .btn svg, .builder__section_catalog .btn svg path {
  fill: #fff;
}
.builder__section_catalog .title {
  font-size: 56px;
  line-height: 1.25;
  font-weight: 900;
}
@media (max-width: 1260px) {
  .builder__section_catalog .title {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .builder__section_catalog .title {
    font-size: 24px;
  }
}
.builder__section_catalog .text {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.1px;
}
@media (max-width: 1260px) {
  .builder__section_catalog .text {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .builder__section_catalog .text {
    font-size: 16px;
  }
}
.builder__section_catalog .container {
  width: calc(100% - 96px);
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .builder__section_catalog .container {
    width: calc(100% - 30px);
  }
}
.builder__section_catalog .s-catalog {
  padding: 80px;
  border-radius: 80px;
  position: relative;
  background-color: #2D3031;
}
.builder__section_catalog .s-catalog::after {
  content: "";
  top: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  background-color: #FEBE00;
}
.builder__section_catalog .s-catalog__content {
  color: #fff;
  max-width: 48%;
}
.builder__section_catalog .s-catalog__title {
  margin-bottom: 32px;
}
.builder__section_catalog .s-catalog__text {
  margin-bottom: 56px;
}
.builder__section_catalog .s-catalog__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.builder__section_catalog .s-catalog__picture {
  top: 50%;
  right: 40px;
  width: 52%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.builder__section_catalog .s-catalog__picture::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.builder__section_catalog .s-catalog__picture img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
@media (max-width: 1680px) {
  .builder__section_catalog .s-catalog {
    padding: 64px;
    border-radius: 64px;
  }
  .builder__section_catalog .s-catalog::after {
    top: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
  }
  .builder__section_catalog .s-catalog__text {
    margin-bottom: 48px;
  }
  .builder__section_catalog .s-catalog__picture {
    right: 32px;
    width: 52%;
  }
}
@media (max-width: 1280px) {
  .builder__section_catalog .s-catalog {
    padding: 48px;
    border-radius: 56px;
  }
  .builder__section_catalog .s-catalog::after {
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
  }
  .builder__section_catalog .s-catalog__title {
    margin-bottom: 24px;
  }
  .builder__section_catalog .s-catalog__text {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .builder__section_catalog .s-catalog {
    padding: 188px 16px 32px 16px;
    border-radius: 48px;
  }
  .builder__section_catalog .s-catalog::after {
    top: 128px;
    left: 16px;
    right: auto;
    width: 40px;
    height: 40px;
  }
  .builder__section_catalog .s-catalog__content {
    max-width: 100%;
  }
  .builder__section_catalog .s-catalog__title {
    margin-bottom: 16px;
  }
  .builder__section_catalog .s-catalog__text {
    margin-bottom: 32px;
  }
  .builder__section_catalog .s-catalog__picture {
    top: -72px;
    right: 50%;
    width: 320px;
    position: absolute;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
.video-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100000000000000005366162204393472;
  pointer-events: none;
}
.video-popup * {
  pointer-events: auto;
}
.video-popup__inner {
  width: 500px;
  height: 100vh;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.8s ease;
  transform: translateX(100%);
  position: relative;
  z-index: 999999999999;
}
@media (max-width: 500px) {
  .video-popup__inner {
    width: 100%;
  }
}
.video-popup__inner.active {
  transform: translateX(0%);
}
.video-popup__closer {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.84' height='11.812' viewBox='0 0 11.84 11.812'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1091.92,347.374l-4.21,4.209a0.991,0.991,0,0,1-1.4-1.4l4.21-4.209-4.21-4.209a0.993,0.993,0,0,1,1.38-1.427,0.041,0.041,0,0,1,.02.025l9.81,9.82a0.991,0.991,0,1,1-1.4,1.4Zm4.2-7.013a0.993,0.993,0,0,1,1.43,1.377l-0.03.024-2.73,2.738a0.991,0.991,0,0,1-1.4-1.4Z' transform='translate(-1086 -340.063)' style='&%2310; fill: %23fff;&%2310;'/%3E%3C/svg%3E") 50% no-repeat rgba(0, 0, 0, 0.5);
}
.video-popup__title {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.video-popup__btn {
  text-align: center;
}
.video-popup__btn a, .video-popup__btn div {
  font-size: 16px;
  font-weight: normal;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 250px;
  background: #fff;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.video-popup__caller {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 0;
  cursor: pointer;
  z-index: 399999;
  will-change: transform;
  transition: all 0.3s ease;
}
.video-popup__caller:hover {
  transform: scale(1.08);
}
.video-popup__caller img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
body .lg-outer, body .lg-backdrop {
  z-index: 100000000000000004764729344;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
html .card-page__top .shop2-product .card-page__left .card-slider .card-slider__thumbs .card-slider__thumbs-slider .card-slider__thumb {
  margin-bottom: 10px;
}
