:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Arial", sans-serif;
  --third-family: "Lato", sans-serif;
  --font3: "Moon Dance", sans-serif;
  --font4: "Caveat", sans-serif;
}
:root {
  --bel: #fff;
  --fz_48_28: min(max(28px, 2.5vw), 48px);
  --fz_36_28: min(max(28px, 2.5vw), 36px);
    --fz_18_16: min(max(16px, 2.5vw), 18px);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
    color: #fff;
}
a {
  transition: 0.3s;
}
img {
    max-width: 100%;
    max-height: 100%;
}
ul {
  list-style-type: none;
}
h1 {
    font-family: var(--font-family);
    color: var(--bel);
    font-size: var(--fz_48_28);
    font-weight: 700;
}
h4 {
    font-size: var(--fz_36_28);
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
    width: 100%;
}
.container.long {
  width: 1430px;
}
body {
    background-image: url(/image/catalog/new/catalog-bg.jpg);
    background-size: 100% 100%;
    padding-top: 220px;
}

body,
input,
textarea,
button {
  font-family: 'Montserrat', sans-serif;
}
p {
    margin: 0;
}
.fsz-11 {
    font-size: 11px !important;
}
.fsz-14 {
    font-size: 14px !important;
}
.fsz-14 {
     font-size: 14px !important;
 }
.fsz-16 {
      font-size: 16px !important;
  }
.fsz-18 {
    font-size: 18px !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-600 {
    font-weight:600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.gap-1 {
    gap: 5px !important;
}
.gap-2 {
    gap: 10px !important;
}

.d-none {
    display: none !important
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}
.alert {
    padding: 15px;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    z-index: 5;
}
.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal .close-modal-times {
  color: rgba(213, 213, 213, 0.78);
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
  transition: 0.3s;
}
.modal .close-modal-times:hover {
  color: #ffffff;
}
.modal .modal-block {
  width: 1170px;
  max-width: calc(100% - 24px);
  border-radius: 20px;
  display: none;
  background-color: #ffffff;
  padding: 62px 50px;
  animation: scall 0.7s;
}
.open-modal {
  cursor: pointer;
}
.menu_mob {
  width: 20px;
  height: 15px;
  display: none;
  position: relative;
}
.menu_mob span {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #581878;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.menu_mob span:nth-child(2) {
  top: 5px;
}
.menu_mob span:nth-child(3) {
  top: 11px;
}
.active_drop_men.menu_mob span {
  top: 6px;
  background: #969696;
}
.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
}
.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
}
.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
}
.overflow-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
}
.overflow-wrap::-webkit-scrollbar-track {
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar {
  height: 5px;
  background-color: #efebe0;
}
.overflow-wrap::-webkit-scrollbar-thumb {
  background-color: #0000EF;
  border-radius: 5px;
}
.scroll-top {
  position: fixed;
  bottom: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  display: block;
  background-color: #f298ff;
  border: 1px solid #fff;
  background-image: url(/image/catalog/new/up-arrow.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(150%);
  z-index: 10;
  border-radius: 7px;
}
.scroll-top:hover {
  background-color: #581878;
}
.scroll-top.active {
  opacity: 1;
  transform: none;
}
@keyframes scall {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.center {
  text-align: center;
}
.btn {
  width: 192px;
  max-width: 100%;
  height: 47px;
  background: linear-gradient(275deg, #341943 0%, #581878 26.3%, #5d1871 47.4%, #581878 73.66%, #351b46 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-family: var(--font3);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--bel);
  cursor: pointer;
  border-radius: 15px;
  transition: 0s;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
    border: 4px solid #392046;
}
.header-logo:hover {
  opacity: 0.7;
}
.main-top {
  background-image: url(/image/catalog/new/main-bg.jpg);
  background-size: cover;
  position: relative;
}
.main-top .container {
  position: relative;
}
.photos-heeader {
  position: absolute;
  top: 0;
  right: 30px;
  max-height: unset;
}
.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0 15px;
    position: relative;
    color: #fff;
}
.header-box .btn {
  margin-left: 185px;
}
.header-info h6 {
  font-family: var(--second-family);
  font-size: 12px;
  color: var(--bel);
  margin-bottom: 2px;
}
.header-info p {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  color: var(--bel);
}
.header-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 10px;
}
.header-social li a:hover {
  opacity: 0.7;
}
.header-contacts {
  background-image: url(/image/catalog/new/phone-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 64px;
}
.header-contacts p {
  font-family: var(--second-family);
  font-size: 10px;
  line-height: 130%;
  color: #cfcfcf;
  margin-bottom: 5px;
}
.header-contacts p b {
  display: block;
}
.header-contacts a {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: var(--bel);
}
.header-contacts a:hover {
  opacity: 0.8;
}
.header-right-photo {
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 3;
}

.header-menu-wrap {
    background: var(--bel) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    padding: 16px 30px;
    position: relative;
}

.header-menu {
    width: calc(100% - 108px);
}
.header-menu-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.header-menu-list li {
  position: relative;
}
.header-menu-list li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #130016;
    width: 100%;
    display: block;
}
.header-menu-list li a:hover {
  color: #581878;
}
.menu-shopping-cart {
    display: flex;
}
#form-language .btn-link:focus, .btn-link:hover {
    background-color: transparent;
    text-decoration: none;
    color: #000;
}
#form-language .btn-link:active, #form-language .btn-link:focus {
    color: #fff;
    background: #130016;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
#form-language .btn-group {
    display: flex;
    align-items: center;
    gap: 5px;
}
#form-language .btn-block {
    margin: 0;
}
#form-language .btn-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: rgba(19, 0, 22, 0.5);
}


.open-sub-menu {
  padding-right: 15px;
  cursor: pointer;
}
.open-sub-menu.active:before {
  transform: rotate(180deg);
}
.open-sub-menu:before {
  content: '';
  width: 10px;
  height: 6px;
  background-image: url(/image/catalog/new/arrow-menu.svg);
  position: absolute;
  top: 7px;
  right: 0;
  transition: 0.3s;
}
.basket-link {
  padding-right: 20px;
  background-image: url(/image/catalog/new/basket-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.header-sub-menu {
  min-width: 210px;
  display: none;
  background-color: var(--bel);
  border-radius: 7px;
  position: absolute;
  top: 50px;
  left: -30px;
  z-index: 1;
  padding: 30px;
}
.header-sub-menu ul li:not(:last-child) {
  margin-bottom: 5px;
}
.close-sub-menu {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #1C2025;
  font-size: 26px;
  cursor: pointer;
  transition: 0.3s;
}
.close-sub-menu:hover {
  color: #581878;
}
.see-all-category {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
}

.language-list {
  display: flex;
  gap: 2px;
}
.language-list li a {
  padding: 2px 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: rgba(19, 0, 22, 0.5);
}
.language-list li a:hover {
  color: #581878;
}
.language-list li a.active {
  background: #130016;
  border-radius: 5px;
  color: var(--bel);
}

.banner {
  padding: 30px 0 105px;
  position: relative;
    margin-top: 220px;
}
.banner h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  color: var(--bel);
  margin-bottom: 19px;
}
.banner h1 span {
  background: linear-gradient(103deg, #8f6597 23.73%, #f5ccf9 41.47%, #8f6597 63.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-left-flower {
  position: absolute;
  left: 0;
  bottom: -150px;
  animation: bannerLeftFlower 3s;
}
@keyframes bannerLeftFlower {
  from {
    left: -400px;
  }
  to {
    left: 0;
  }
}
.text-info {
  font-weight: 600;
  font-size: 14px;
  color: var(--bel);
  position: relative;
  padding-left: 16px;
}
.text-info:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 100%;
  background-color: var(--bel);
  position: absolute;
  top: 4px;
  left: 0;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0);
  animation-name: box-shadow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes box-shadow {
  0% {
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0);
  }
}
.gift-box {
  width: 540px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.gift-box p {
  width: calc(100% - 56px);
  font-size: 18px;
  line-height: 115%;
  color: var(--bel);
  position: relative;
}
.gift-box p:before {
  content: "";
  background-image: url(/image/catalog/new/line-title.png);
  width: 0;
  height: 7px;
  position: absolute;
  bottom: -8px;
  left: -12px;
  transition: 0.8s;
}
.gift-box p:hover:before {
  width: 390px;
}
.gift-icon {
  width: 46px;
  position: relative;
    z-index: 0;
}
.gift-icon img {
  position: relative;
  z-index: 3;
}
.gift-icon:before {
  content: '';
  width: 93px;
  height: 93px;
  background-image: url(/image/catalog/new/gift-bg.png);
  position: absolute;
  top: -26px;
  left: -25px;
  animation-name: gift-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes gift-animation {
  0% {
    transform: scale(50%);
  }
  50% {
    transform: scale(100%);
  }
  100% {
    transform: scale(50%);
  }
}
.banner-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.orange-btn {
  background: linear-gradient(275deg, #e73700 6.5%, #ff5c00 27.5%, #ff7324 47.4%, #ff5c00 66%, #e73700 89%);
  border-radius: 7px;
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--bel);
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
}
.orange-btn.big {
  padding: 21px 32px;
}
.orange-btn:hover {
  box-shadow: 0 0 12px 4px rgba(231, 55, 0, 0.33);
}
.border-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 16px 32px;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--bel);
  border: none;
  outline: none;
  text-align: center;
  border-radius: 7px;
  border: 1px solid var(--bel);
  transition: 0.4s;
}
.border-btn.blue {
  color: #341b44;
  border-color: #341b44;
  border-width: 2px;
}
.border-btn.blue:hover {
  color: #ffffff;
}
.border-btn:hover {
  background: linear-gradient(180deg, #3b194e 0%, #551874 27.5%, #5c1871 52%, #521870 73%, #3a1a4d 100%);
}
.border-btn.disabled {
  background: #1e002b;
  pointer-events: none;
  opacity: 0.5;
}
.banner-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.banner-info-box {
  background: #381b48;
  padding: 10px 15px;
  border-radius: 10px;
  border: 2px solid #EAC1EE;
  display: flex;
  align-items: center;
}
.banner-info-box p {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: var(--bel);
  margin-left: 12px;
}
.benefit {
  padding-top: 50px;
}
.title {
  font-weight: 700;
  font-size: 48px;
  color: var(--bel);
  text-align: center;
  margin-bottom: 30px;
}
.title.left {
  text-align: left;
}
.title.purple {
  color: #381b48;
}
.purple-line {
  position: relative;
}
.purple-line:before {
  content: '';
  width: calc(100% + 20px);
  height: 10px;
  background-image: url(/image/catalog/new/purple-line.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: -10px;
  animation: purpleLine 3s;
}
@keyframes purpleLine {
  from {
    width: 0;
  }
  to {
    width: calc(100% + 20px);
  }
}
.benefit-wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.benefit-block {
  width: calc(33.333% - 10px);
  min-height: 120px;
  border-radius: 7px;
  padding: 20px 25px;
  position: relative;
}
.benefit-box {
  background-color: #381b48;
  box-shadow: 1px 1px 10px 0 rgba(25, 0, 38, 0.7);
}
.benefit-photo {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.benefit-content h4 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: var(--bel);
}
.benefit-content p {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--bel);
}
.benefit-gift {
  box-shadow: 0 0 25px 12px rgba(255, 255, 255, 0);
  background: var(--bel);
  transition: 0.4s;
}
.benefit-gift:hover {
  box-shadow: 0 0 25px 7px rgba(255, 255, 255, 0.25);
}
.benefit-gift .benefit-content h4 {
  color: #381b48;
  margin-bottom: 10px;
}
.benefit-gift-photo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.link-arrow {
  background-image: url(/image/catalog/new/arrow-link.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #e73700;
  padding-right: 50px;
}
.link-arrow:hover {
  color: #ba4b27;
  padding-right: 45px;
}
.diamonds {
  padding: 150px 0;
  background-image: url(/image/catalog/new/diamonds.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.assortment-box {
  background: #1e002b;
  box-shadow: 4px 4px 10px 0 rgba(19, 0, 27, 0.3);
  padding: 40px 40px 50px;
  border-radius: 10px;
  margin-bottom: 85px;
}
.caption {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: var(--bel);
  margin-bottom: 40px;
}
.caption.purple {
  color: #3B1B50;
}
.caption span {
  color: #f298ff;
}
.assortment-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.assortment-block {
  width: calc(20% - 16px);
  background: #2b003f;
  padding: 30px 23px 0px;
  border-radius: 10px;
  border: 2px solid rgba(204, 160, 210, 0);
}
.assortment-block div {
  display: block;
  min-height: 60px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--bel);
  margin-bottom: 5px;
}
.assortment-block div b {
  color: #f298ff;
}
.assortment-block img {
  max-height: 140px;
  display: block;
  margin: auto;
}
.assortment-block:hover {
  border-color: #CCA0D2;
}
.about-roller-sub {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--bel);
  text-align: center;
}
.about-roller-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-roller-block {
  width: calc(33.333% - 20px);
}
.about-roller-photo {
  margin-bottom: 15px;
}
.about-roller-photo img {
  box-shadow: 0 0 8px 4px rgba(88, 24, 120, 0.5);
  display: block;
  border-radius: 12px;
  margin: auto;
}
.about-roller p,
.about-roller h3,
.about-roller h4 {
  text-shadow: 2px 1px 2px black;
}
.about-roller-content h4 {
  font-weight: 600;
  font-size: var(--fz_36_28);
  color: var(--bel);
  margin-bottom: 10px;
}
.about-roller-content p {
  font-size: 18px;
  letter-spacing: 0.03em;
  color: var(--bel);
}
.steps {
  padding: 57px 0 83px;
  background-image: url(/image/catalog/new/steps-bg.jpg);
  background-size: cover;
    background-position: center;
}
.ready-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 175px;
}
.ready-photo {
  width: calc(50% - 15px);
  position: relative;
}
.ready-photo img {
  max-width: calc(50vw - 30px);
  max-height: 530px;
  position: absolute;
  top: -175px;
  right: 0;
}
.ready-content {
  width: 50%;
}
.ready-content h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 111%;
  color: #3b1b50;
}
.ready-content p {
  font-size: 15px;
  line-height: 150%;
  color: #3d1c4e;
  margin: 10px 0 20px;
}
.ready-info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.social-list {
  display: flex;
  gap: 15px;
}
.social-list li a:hover {
  opacity: 0.7;
}
.social-list.row {
  flex-direction: column;
}
.steps-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 100px;
}
.step-block {
  width: calc(33.333% - 10px);
  border-radius: 7px;
  box-shadow: 4px 4px 10px 0 rgba(25, 0, 38, 0.3);
  background-color: #381b48;
  padding: 16px 20px 35px;
  position: relative;
}
.step-content {
  width: calc(100% - 75px);
}
.step-content h4 {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.03em;
  color: var(--bel);
  margin-bottom: 4px;
}
.step-content p {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--bel);
}
.step-number {
  position: absolute;
  top: -20px;
  right: 15px;
  font-family: var(--font3);
  font-size: 150px;
  line-height: 1;
  color: var(--bel);
}
.sales {
  background-image: url(/image/catalog/new/sales-bg.jpg);
  background-size: 100% 100%;
  padding: 40px 0 100px;
}
body.common-home {
    padding-top: 0;
}
#common-home {
    position: relative;
}
#common-home .module-title {
    display: none;
}

.sales-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.sales-block {
  width: calc(33.333% - 20px);
}
.sales-basket-icon {
    width: 34px;
    height: 34px;
    background-image: url(/image/catalog/new/sales-basket-icon.svg);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.sales-basket-icon.active {
  background-image: url(/image/catalog/new/sales-basket-icon-active.svg);
}
.sales-photo {
  margin-bottom: 15px;
}
.sales-photo img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  margin: auto;
}
.sales-content {
  position: relative;
}
.sales-content p {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--bel);
  margin-bottom: 10px;
}
.sales-content p b {
  font-weight: 600;
}
.sales-caption {
  font-weight: 700;
  font-size: 36px;
  color: var(--bel);
  margin-bottom: 15px;
}
.stars-info {
  display: flex;
  align-items: center;
}
.stars-info p {
  margin: 0 5px 0 0;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: var(--bel);
}
.stars-link {
  display: flex;
}
.stars-link li {
  width: 34px;
  height: 34px;
  background-image: url(/image/catalog/new/star-icon.svg);
}
.stars-link li.active {
  background-image: url(/image/catalog/new/star-icon-active.svg);
}





.sales-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sales-slider {
  padding: 180px 0 50px;
  background-image: url(/image/catalog/new/slider-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.swiper-sales {
  position: relative;
}
.sales-clients-photo {
  text-align: center;
}
.sales-client-title {
  font-weight: 700;
  font-size: 36px;
  color: var(--bel);
  text-align: center;
  margin-bottom: 30px;
}
.sales-client-title span.active {
  position: relative;
}
.sales-client-title span.active:after {
  content: 'друзів';
  font-family: var(--font4);
  font-weight: 700;
  font-size: 55px;
  letter-spacing: -0.01em;
  color: #e079ff;
  position: absolute;
  opacity: 1;
  top: -50px;
  left: 7px;
  transform: rotate(-7deg);
  animation: textAnim 7s;
}
.sales-client-title span.active:before {
  content: '';
  width: calc(100% + 10px);
  height: 20px;
  background-image: url(/image/catalog/new/title-line.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: -5px;
  animation: titleLine 4s;
}
@keyframes titleLine {
  from {
    width: 0;
  }
  to {
    width: calc(100% + 10px);
  }
}
@keyframes textAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sales-clients-block {
  position: relative;
}
.sales-clients-box {
  width: 246px;
  box-shadow: 4px 4px 10px 0 rgba(25, 0, 38, 0.3);
  padding: 25px 20px 30px;
  background: #381b48;
  border-radius: 20px;
  position: absolute;
  right: 240px;
  top: 200px;
  border: 2px solid #C196D6;
}
.sales-clients-box h4 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: var(--bel);
  text-align: center;
}
.clients-box-photo {
  border-radius: 7px;
  margin: 15px 0;
}
.clients-box-photo img {
  border-radius: 7px;
}
.purple-btn {
  background: linear-gradient(270deg, #dca5ff 0%, #d89bff 25.91%, #d592ff 49%, #d89bff 70.25%, #dca5ff 100%);
  border-radius: 7px;
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #341b44;
  border: none;
  outline: none;
  transition: 0.4s;
}
.purple-btn:hover {
  box-shadow: 0 0 12px 4px rgba(255, 255, 255, 0.29);
}
.w-100 {
  width: 100%;
}
.close-sales-client {
  width: 12px;
  height: 12px;
  background-image: url(/image/catalog/new/close-window-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  transition: 0.4s;
}
.close-sales-client:hover {
  opacity: 0.7;
}
.arrow-slider {
  width: 72px;
  height: 72px;
  background-image: url(/image/catalog/new/arrow-slider.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 36px);
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
.arrow-slider.next {
  right: 0;
  transform: rotate(180deg);
}
.deliver {
  background-image: url(/image/catalog/new/deliver-bg.jpg);
  background-size: cover;
  padding: 100px 0;
}
.deliver-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.deliver-block {
  width: calc(33.333% - 20px);
}
.deliver-content h6 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #1e002b;
  margin-bottom: 12px;
}
.deliver-content h3 {
  font-weight: 700;
  font-size: 37px;
  line-height: 111%;
  color: #1e002b;
}
.deliver-content p {
  font-size: 16px;
  line-height: 150%;
  color: #3d1c4e;
  margin: 10px 0 20px;
}
.video-preview {
  border-radius: 10px;
}
.video-box {
  position: relative;
}
.video-btn {
  width: 66px;
  height: 77px;
  background-image: url(/image/catalog/new/video-btn-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 33px);
  cursor: pointer;
  transition: 0.4s;
}
.video-btn:hover {
  opacity: 0.8;
}
.deliver-video p {
  font-size: 16px;
  line-height: 125%;
  color: #1e002b;
  margin-top: 24px;
}
.awards {
  background-image: url(/image/catalog/new/awards-bg.jpg);
  background-size: cover;
  padding: 150px 0;
  overflow: hidden;
}
.awards .swiper-container {
  overflow: visible;
}
.awards .swiper-slide-next .award-block {
  opacity: 1;
  transform: scale(1);
}
.swiper-awards {
  padding: 20px 0 100px;
}
.award-block {
  text-align: center;
  opacity: 0.6;
  transform: scale(0.85);
  transition: 0.5s;
}
.award-block p {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--bel);
}
.awards-photo {
  margin-bottom: 20px;
}
.blog-wrap {
  display: flex;
/*  justify-content: space-between;*/
  flex-wrap: wrap;
  gap: 30px;
}
.blog-block {
  width: calc(33.333% - 20px);
  border-radius: 15px;
  overflow: hidden;
}
.blog-photo img {
  width: 100%;
  height: 167px;
  display: block;
  object-position: center;
  object-fit: cover;
    margin-top: -9px;
}
.blog-content {
  background-color: #ffffff;
  padding: 15px 20px 27px;
}
.blog-content h4 {
    color: #1e002b;
}
.blog-content h4 a {
    font-weight: 600;
    font-size: 30px;
    color: #1e002b !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.blog-content p {
  line-height: 125%;
  color: #5e5e5e;
  font-size: 14px;
  margin-bottom: 30px;
    height: 50px;
}
.link-arrow-black {
  background-image: url(/image/catalog/new/arrow-link-black.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5e5e5e;
  padding-right: 55px;
}
.link-arrow-black:hover {
  color: #ba4b27;
  padding-right: 45px;
}
.order {
  background-image: url(/image/catalog/new/order-bg.jpg);
  background-size: cover;
  padding: 30px 0;
    position: relative;
}
.order:after {
    content: url(/image/catalog/new/flowers-left.png);
    position: absolute;
    bottom: -113px;
    left: 0;
    z-index: 2;
}
.order:before {
    content: url(/image/catalog/new/flowers-right.png);
    position: absolute;
    top: -141px;
    right: 0;
    z-index: 2;
}
.order-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-content {
  width: calc(45% - 15px);
}
.order-content h4 {
  font-weight: 600;
  font-size: var(--fz_36_28);
  line-height: 111%;
  color: #3b1b50;
}
.order-content p {
  max-width: 340px;
  font-size: 16px;
  line-height: 150%;
  color: #3d1c4e;
  margin: 10px 0 20px;
}
.btns-wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.order-info {
  width: calc(55% - 35px);
  display: flex;
  align-items: flex-start;
  gap: 25px;
  flex-wrap: wrap;
}
.order-info .video-box {
  width: 470px;
  max-width: 100%;
}

.faq {
  position: relative;
}
.faq-сontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq-content {
  width: calc(33.333% - 20px);
}
.faq-content p {
  font-size: 14px;
  line-height: 160%;
  color: var(--bel);
  margin-bottom: 20px;
}
.faq-wrap {
  width: calc(66.667% - 10px);
}
.faq-info {
  display: none;
}
.caption-white {
  font-weight: 700;
  font-size: var(--fz_36_28);
  color: var(--bel);
  margin-bottom: 20px;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.faq-photo {
  margin-top: 20px;
}
.waves-photo {
  position: absolute;
  top: 660px;
  left: 0;
  z-index: 3;
}
.faq-block {
  border: 2px solid var(--bel);
  border-radius: 15px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.faq-block.faq-active .faq-btn:before,
.faq-block.faq-active .faq-btn:after {
  transform: rotate(180deg);
}
.faq-block:not(:last-child) {
  margin-bottom: 20px;
}
.faq-left {
  width: 40px;
  border-right: 1px solid #ffffff;
}
.faq-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-btn:before,
.faq-btn:after {
  content: '';
  width: 19px;
  height: 2px;
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  transition: 0.8s;
}
.faq-btn:before {
  transform: rotate(90deg);
}
.faq-box {
  width: calc(100% - 40px);
}
.faq-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--bel);
  padding: 5px 20px;
}
.faq-info-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px 20px;
}
.faq-info-content {
  width: calc(50% - 25px);
}
.faq-info-content p {
  font-family: var(--second-family);
  line-height: 160%;
  font-size: 14px;
  color: var(--bel);
}
.faq-info-video {
  width: calc(50% - 30px);
}
.faq-info-video .video-preview {
  border-radius: 15px;
}
.form-box {
  border: 2px solid var(--bel);
  border-radius: 15px;
  padding: 27px 35px 30px;
  margin: 120px 0 82px;
  position: relative;
}
.form-box .caption-white {
  margin: 20px 0 12px;
}
.benefits-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.benefits-list li {
  background-image: url(/image/catalog/new/benefits-icon.svg);
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 18px;
  color: var(--bel);
  font-family: var(--second-family);
  padding-left: 25px;
}
.form {
  max-width: 600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.input {
  background: none;
  border: 1px solid var(--bel);
  border-radius: 7px;
  width: 220px;
  height: 49px;
  padding-left: 20px;
  outline: none;
  color: #ffffff;
  font-weight: 600;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ span {
  background-image: url(/image/catalog/new/checkbox-active.svg);
}
.checkbox span {
  display: inline-block;
  background-image: url(/image/catalog/new/checkbox.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  font-size: 14px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.5);
}
.girls-form-photo {
  max-height: 406px;
  position: absolute;
  bottom: 0;
  right: -50px;
}
.footer-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  width: 108px;
  display: inline-block;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-info-block h4 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  color: var(--bel);
  margin-bottom: 10px;
    margin-top: 0;
}
.footer-info-block p {
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 1.3;
  color: var(--bel);
}
.footer-info-block ul li a {
  font-family: var(--second-family);
  font-size: 16px;
  color: var(--bel);
}
.footer-info-block ul li a:hover {
  color: #e73700;
}
.footer-info-block ul li:not(:last-child) {
  margin-bottom: 5px;

}
.footer-info-block:not(:last-child) {
  margin-bottom: 15px;
    max-width: 200px;
}
.footer-social-wrap {
  display: flex;
  gap: 35px;
}
.footer-social {
  width: 160px;
  border: 2px solid var(--bel);
  border-radius: 10px;
  padding: 7px 7px 5px;
}
.footer-sodical-box img {
  display: block;
  border-radius: 5px;
    height: 195px;
    object-fit: cover;
}
.footer-social-icon {
  margin-bottom: 5px;
}
.footer-links li a {
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--bel);
}
.footer-links li a:hover {
  color: #e73700;
}
.footer-links li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--bel);
  padding-top: 30px;
  margin-top: 50px;
  font-family: var(--second-family);
  font-size: 14px;
}
.footer-bottom p {
  color: var(--bel);
}
.footer-bottom a {
  color: var(--bel);
}
.footer-bottom a:hover {
  color: #e73700;
}
.popular-questions-wrap {
    display: none;
}


/*category */
body.product-category {
    background-image: url(/image/catalog/new/catalog-bg.jpg) !important;
}
.product-category .popular-questions-wrap,
.product-product .popular-questions-wrap{
    display: block;
}


.product-content {
    padding-bottom: 150px;
}
#product-category #column-left {
    margin-right: 125px;
    padding: 0;
    max-width: 179px !important;
    width: 100%;
}
#column-left {
    margin-right: 125px;
    padding: 0;
}
.swiper-catalog {
  margin: 50px 0;
}
.catalog-banner-box img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #381B48;
}
.swiper-catalog .arrow-slider {
  margin: 0 15px;
}
.catalog-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-filter {
  width: 185px;
}
.catalog-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-container .border-btn {
  padding: 16px 18px;
}
.catalog-container .sales-block {
  margin-bottom: 40px;
}
.checkbox-label.not-border {
    display: flex;
    align-items: center;
    gap: 8px;
}

/*.catalog-filter-block:not(:last-child) {
  margin-bottom: 30px;
}
.catalog-filter-title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 20px;
  color: var(--bel);
  margin-bottom: 15px;
}
.checkbox-label {
  width: 100%;
  height: 36px;
  border: 1px solid var(--bel);
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.checkbox-label input {
  display: none;
}
.checkbox-label input:checked ~ span {
  background-image: url(/image/catalog/new/checkbox-rectangle-active.png);
}
.checkbox-label span {
  background-image: url(/image/catalog/new/checkbox-rectangle.png);
  background-size: 16px 16px;
  background-position-y: center;
  background-repeat: no-repeat;
  padding-left: 25px;
  font-family: var(--third-family);
  font-size: 14px;
  color: var(--bel);
}
.checkbox-label:hover {
  background: linear-gradient(143deg, #401952 0%, #7722a8 24.01%, rgba(64, 0, 75, 0.57) 45.01%, #7a2ba8 69.51%, #401952 100%);
}
.checkbox-label:not(:last-child) {
  margin-bottom: 10px;
}
.checkbox-label.not-border {
  height: auto;
  padding: 0;
  border: none;
  background: none;
}
.catalog-filter-checkboxes {
  padding-right: 10px;
  max-height: 200px;
  overflow-y: auto;
}
.catalog-filter-checkboxes::-webkit-scrollbar-track {
  background-color: #581878;
}
.catalog-filter-checkboxes::-webkit-scrollbar {
  width: 3px;
  background-color: #581878;
}
.catalog-filter-checkboxes::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
}*/


.ocf-footer {
     display: none;
 }
@media (max-width: 768px) {
    .ocf-footer {
        display: block;
    }
    .ocf-btn-link {
        color: #000 !important;
    }
}
.btn-purple {
  display: inline-block;
  padding: 22px 32px;
  background: linear-gradient(275deg, #381b48 0%, #612278 25.91%, #5d1871 47.4%, #581878 70.25%, #341b44 100%);
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--bel);
  border: 2px solid #C08DCB;
  box-shadow: 0 0 8px 4px rgba(192, 141, 203, 0);
    margin-bottom: 30px;
}
.btn-purple:hover {
  box-shadow: 0 0 12px 5px rgba(192, 141, 203, 0.4);
}
.accept-order {
  background-image: url(/image/catalog/new/accept-order-bg.jpg);
  background-size: cover;
  padding: 42px 0;
}
.accept-order .container {
  position: relative;
}
.accept-order .caption {
  text-align: left;
  margin-bottom: 0;
}
.accept-order-photo {
  max-height: 605px;
  position: absolute;
  bottom: -42px;
  right: -100px;
}
.accept-order-text {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 150%;
  color: #3d1c4e;
  margin: 10px 0 20px;
}
.accept-order-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.popular-questions-wrap {
  margin-bottom: 150px;
}
.popular-questions-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popular-questions-block .caption {
  text-align: left;
  margin-bottom: 19px;
}
.popular-questions-block:nth-child(even) {
  flex-direction: row-reverse;
}
.popular-questions-block:not(:last-child) {
  margin-bottom: 100px;
}
.popular-questions-content,
.popular-questions-video {
  width: calc(50% - 15px);
}
.popular-questions-sub {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--bel);
  margin-bottom: 40px;
}
.popular-questions-list li {
  display: flex;
  justify-content: space-between;
}
.popular-questions-list li span {
  width: 70px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 46px;
  color: var(--bel);
}
.popular-questions-list li p {
  width: calc(100% - 81px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--bel);
}
.popular-questions-list li:not(:last-child) {
  margin-bottom: 22px;
}
.watch-short-video {
  background-image: url(/image/catalog/new/play-icon.svg);
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  right: 15px;
  padding-right: 78px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: right;
  color: var(--bel);
}
.watch-short-video:hover {
  opacity: 0.7;
}

.catalog-footer .waves-photo {
  top: 508px;
}
.canculator-main {
  min-height: 100vh;
  background-image: url(/image/catalog/new/canculator-bg.jpg);
  background-size: cover;
  overflow: hidden;
  padding-bottom: 50px;
}
.canculator-container {
  padding-top: 25px;
  position: relative;
  z-index: 5;
    margin-top: 220px;
}
.canculator-box {
  background-color: #1e002b;
  padding: 25px 22px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.canculator-wrap {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.canculator-title-product {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--bel);
  line-height: 1;
  margin-bottom: 15px;
}
.canculator-product {
  width: 100px;
}
.canculator-product-box p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--bel);
  line-height: 1.4;
}
.canculator-product-photo {
  display: block;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 12px;
}
.canculator-block {
  width: 130px;
}
.select {
  width: 100%;
  height: 42px;
  background-image: url(/image/catalog/new/select-arrow.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 12px);
  background-color: var(--bel);
  border-radius: 7px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #858585;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 12px;
  outline: none;
}
.m-b-30 {
  margin-bottom: 30px;
}
.canculator-right {
  width: 624px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.canculator-right .canculator-title-product {
  min-height: 36px;
}
.canculator-right .canculator-title-product.small {
  font-size: 14px;
}
.canculator-product-long {
  width: 170px;
}
.title-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.title-sub {
  font-size: 10px;
}
.title-info-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--bel);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #1e002b;
  cursor: pointer;
}
.title-product-box {
  width: 309px;
  height: 82px;
  background: var(--bel);
  display: none;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  left: calc(100% - 18px);
  top: -100px;
  padding: 20px;
  border-radius: 10px;
}
.title-product-box.active {
  display: flex;
}
.title-product-box a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #858585;
}
.title-product-box a:hover {
  color: #581878;
}
.input-white {
  width: 100%;
  height: 49px;
  background: var(--bel);
  border-radius: 10px;
  font-family: var(--font-family);
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #858585;
  outline: none;
  padding-left: 15px;
}
.canculator-product-short {
  width: 130px;
}
.count-box {
  width: 100px;
  height: 49px;
  background: var(--bel);
  border-radius: 7px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.count-box span {
  height: 11px;
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}
.count-box span:hover {
  opacity: 0.6;
}
.count-box input {
  width: 30px;
  border: none;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #858585;
}
.canculator-order {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.canculator-order p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.03em;
  color: var(--bel);
}
.canculator-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.add-btn {
  background: linear-gradient(90deg, #361b47 0%, #541873 30.5%, #5c1872 54.5%, #531871 72%, #351945 100%);
  border-radius: 7px;
  padding: 18px 32px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--bel);
}
.add-btn.plus {
  padding-left: 65px;
  position: relative;
}
.add-btn.plus:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/image/catalog/new/plus-btn-icon.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 12px);
  left: 25px;
}
.add-btn span {
  font-family: var(--font4);
  font-weight: 700;
  font-size: 35px;
  line-height: 0;
  letter-spacing: -0.01em;
  color: #e079ff;
}
.add-btn:hover {
  opacity: 0.7;
}
.canculator-info {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.canculator-info .canculator-title-product {
  min-height: 42px;
  line-height: 1.3;
}
.canculator-product-big {
  width: 196px;
}
.canculator-price {
  width: 380px;
}
.canculator-price .border-btn {
  display: inline-block;
  margin-left: 170px;
}
.canculator-price-title {
  font-size: 36px;
  font-family: var(--font-family);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--bel);
  margin-bottom: 15px;
}
.canculator-box-btns {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 15px;
  padding-right: 50px;
}
.canculator-box-btns p {
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  color: var(--bel);
  text-align: right;
}
.modal-overflow {
  max-height: calc(100vh - 200px);
  overflow-x: auto;
}
.modal-overflow::-webkit-scrollbar-track {
  background-color: #efebe0;
}
.modal-overflow::-webkit-scrollbar {
  width: 7px;
  background-color: #efebe0;
}
.modal-overflow::-webkit-scrollbar-thumb {
  background-color: #ff5c00;
  border-radius: 5px;
}
.products-modal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.product-modal-block {
  width: 233px;
  position: relative;
}
.product-modal-photo {
  margin-bottom: 10px;
}
.product-modal-photo img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.product-modal-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #160020;
}
.product-new {
  background: #b346d4;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  color: var(--bel);
  padding: 4px 10px;
}
.disabled-page {
  position: relative;
}
.disabled-page:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(50, 8, 72, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.other-function {
  width: 690px;
  max-width: 100%;
  background: var(--bel);
  border: 1px solid #b346d4;
  border-radius: 5px;
  padding: 12px 40px;
  position: absolute;
  top: 50px;
  left: calc(50% - 345px);
  z-index: 5;
}
.other-function p {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #1e002b;
}
.other-function:before,
.other-function:after {
  content: '';
  border: 1px solid #b346d4;
  position: absolute;
  border-radius: 5px;
}
.other-function:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
}
.other-function:after {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
}
.text-transform-inherit {
  text-transform: inherit;
}
.footer-list-title {
  display: none;
}
.footer-bg {
    background-image: url(/image/catalog/new/bottom-bg.jpg);
    background-size: cover;
    padding: 150px 0 30px;
    position: relative;
    overflow: hidden;

}

/* product */
.product-wrap {
    gap: 40px;
}
.product-image {
    max-width: 60%;
    width: 100%;
}
.thumbnail {
    margin: 0;
}




.swiper-images-product.swiper {
    max-height: 580px;
}
.product-image .thumbnail img {
    border-radius: 13px;
    width: 100%;
    max-height: 580px;
    object-fit: cover;
}



.product-image .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}
.product-description {
    max-width: 40%;
    width: 100%;
}
.product-title {
    font-size: var(--fz_36_28) !important;
    margin-bottom: 16px;
}
.product-image .thumbnails {
    margin-left: 0 !important;
}
.product-image .thumbnails > li {
    margin-left: 0 !important;
}

.title-stock {
    padding: 8px 10px;
    border-radius: 7px;
    background: #fff;
    margin-bottom: 24px;
    color: #000;
    width: max-content;
}
.status-green {
    color: #09A23E;
}
.title-attr {
    margin-bottom: 10px;
    padding-right: 10px;
}
.checkbox label, .radio label {
    padding-left: 0 !important;

}
.control-label{
    margin-bottom: 0;
    margin-top: 16px;
}
.product-option-wrap .checkbox, .radio {
    width: calc((100% / 5) - 8px);
}
.checkbox+.checkbox, .radio+.radio {
     margin-top: 10px!important;
}
div.required .control-label:before {
    content: none;
}

.product-product .ready-photo img {
    max-height: 440px;
    top: -30px;
}
.img-thumbnail, .thumbnail {
    padding: 0 !important;
    background-color: unset!important;
    border: none !important;
}

.product-wrap .list-unstyled h3 {
    margin-top: 10px;
     margin-bottom: 15px;
}
#review-extended {
    margin-top: 24px;
}
#review-extended .btn {
    margin-bottom: 24px;
}
#review-extended .review-title-container {
    background: unset;
}

.review-wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#review-extended {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
}
.review-container-wrap {
    display: flex;
    gap: 20px 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.user-review-write-block {
    border-bottom: 0;
    box-shadow: inset 0px 0px 0 1px #f8f8f8, 1px 1px 5px #00000054;
    overflow: hidden;
    padding: 0 20px;
    background: #fff;
    border-radius: 10px;
}
.review-container {
    background: #fff;
    padding: 22px 37px;
    border-radius: 10px;
    margin-bottom: 0;
    width: calc((100% / 2) - 15px);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.review-container-footer {

}
.review-title-container {
display: flex;
justify-content: space-between;
    margin: 0 0 12px;
}
span.review-author-name {
font-size: 14px;
font-weight: 600;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
background-image: url(/image/catalog/new/text-bg.png);
background-size: cover;
}
.review-date {
color: #0000004D;
}
.review-date:before {
    content: '|';
    padding-right: 10px;
}
.review-date span{
margin-right: 10px;
}
.rating-container.rating .fa-star + .fa-star-o {
background-image: url(/image/catalog/new/review-star-icon-active.png);
background-repeat: no-repeat;
}
.rating-container.rating .fa-stack {
width: 16px !important;
height: 16px !important;
}
.rating-container.rating .fa-star-o {
width: 16px;
height: 16px;
background-image: url(/image/catalog/new/review-star-icon.png);
background-repeat: no-repeat;
}
.review-text-container {
color: #5E5E5E;
font-size: 14px;
margin-bottom: 12px;
}

.ex-reviews-box .review-answer-button {
color: #59BF9A;
font-size: 16px;
line-height: normal;
align-items: flex-end;
display: flex;
gap: 10px;
}
.review-container .review-vote {
background: unset;
color: #481769;
border: none;
}
.review-rating-change-buttons {
    float: right;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 20px;
}
.review-rating-change-buttons a {
    padding: 0 !important;
}
.change-rating-button {
    padding: 0;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
}
.review-vote-count {
    font-family: Gotham;
    font-weight: 400;
    font-size: 16px;
}
.count-positive {
    color: transparent !important;
    background-image: url(/image/catalog/new/text-bg.png);
    background-clip: text;
}
.count-negative {
    color: #00000080 !important;

}
.review-container-footer .btn.active.focus, .review-container-footer .btn.active:focus, .review-container-footer .btn.focus, .review-container-footer .btn:active.focus, .review-container-footer .btn:active:focus, .review-container-footer .btn:focus {
    outline: unset !important;
    box-shadow: unset !important;
    border: unset !important;
    -webkit-background-clip: text;
    color: transparent !important;
    background-image: url(/image/catalog/new/text-bg.png);
}
.review-childrens-container .review-container-footer:not(:last-child) {
    margin-bottom: 32px;
}
.review-answer-button {
    border: none;
    padding: 0;
    font-weight: 600 !important;
    font-size: 14px;
    -webkit-background-clip: text;
    color: transparent;
    background-image: url(/image/catalog/new/text-bg.png);
    background-size: cover;
    gap: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 0 !important;
    height: auto !important;
}
.review-answer-button:hover {
border: none !important;
background-color: unset !important;
-webkit-background-clip: text;
background-clip: text;
color: transparent !important;
background-image: url(/image/catalog/new/text-bg.png);
background-size: cover;
text-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline: unset !important;
box-shadow: unset !important;
border: 4px solid #9C72A3;
color: #fff !important;
}

.form-review-head {
display: none !important;
}
.form-review-head.active {
display: block !important;
}
#review-extended .form-group.required .col-sm-12 {
    padding: 0;
}
.btn-review {
border-radius: 7px;
color: #fff;
border: 2px solid #C591D0;
margin-bottom: 20px;
}
.btn-review:hover{
border: 4px solid #9C72A3;
}

.nav-tabs {
border-bottom: 3px solid #F2F2F21A;
}
.nav-tabs>li>a {
border: none;
border-radius: unset;
cursor: pointer;
color: #fff;
    padding: 10px 0;
    font-weight: 600;
    font-size: 19px;
}
.nav-tabs li:not(:last-child) {
    margin-right: 10px;
}
.nav>li>a:focus, .nav>li>a:hover {
text-decoration: none;
background-color: unset;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #fff;
cursor: default;
background-color: unset;
border-bottom: 1px solid #fff !important;
border: none;
}
.nav-tabs>li>a:hover {
border-color: unset !important;
}
.tab-content {
    margin-bottom: 40px;
}
.table {
font-size: 16px;
font-weight: 600;
}
.table>tbody>tr>td:last-child {
text-align: right;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border: unset !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
border-top: unset !important;
}

@media (max-width: 991px) {
    #product-product {
        margin-top: 30px;
    }
    .product-image {
        max-width: 50%;
    }
    .product-description {
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    .product-wrap {
        flex-direction: column;
        gap: 0;
    }
    .product-image {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
    .product-description {
        max-width: 100%;
        width: 100%;
    }
    .nav-tabs {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .review-container {
        width: 100%;
    }
}
@media (max-width: 460px) {
    .product-option-wrap .checkbox, .radio {
        width: calc((100% / 4) - 10px);
        margin-bottom: 0;
    }
    #input-option- {
        flex-wrap: wrap;
    }
}



/* Information */
body.information-information-10 {
    background-image: unset;
    padding-top: 0 !important;
}
body.information-contact {
    background-image: url(/image/catalog/new/catalog-bg-diamond.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}
#information-information .footer-bg,
#information-information .catalog-footer {
    background-image: unset !important;
}
.bonnet-text-info, .contact-subtitle {
    display: none;
}
.information-information-11 .bonnet-text-info, .information-information-11 .contact-subtitle {
    display: block;
}
.contact-page{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.contact-page-img {
    position: absolute;
    bottom: -50px;
    overflow: hidden;
    z-index: -1;
    left: -50px;
}
.contact-subtitle {
    font-size: var(--fz_18_16);
    margin-bottom: 115px;
}
.contact_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    padding: 15px 12px;
    background: #381B48;
    box-shadow: 1px 1px 10px 0 #190026B2;
    font-size: 16px;
    font-weight: 400;
}
.contact_item a {
    color: #ffffff;
}
.contact_item address {
    margin-bottom: 0 !important;
}
.contact_item:not(:last-child) {
    margin-bottom: 12px;
}
.contact_item p  {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.contact_item:not(:last-child) p {
    margin-bottom: 10px;
}
.social-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
/* About */
.content_page {
    margin-bottom: 110px;
}
.about-info-wrap {
    margin-bottom: 70px;
    position: relative;
}
.about-content {
    flex: 1;
    max-width: 537px;
}
.about-modul-title {
    font-size: var(--fz_36_28);
    margin-bottom: 20px;
    font-weight: 700;
}
.about-content p {
    font-size: 16px;
    margin-bottom: 10px;
}
.about-image {
    flex: 1;
}
.about-img {
    position: absolute;
    right: -40px;
    bottom: 0;
    max-height: 700px;
}
.about-bg {
    background: #1E002B;

}
.about-bg .about-content {
    padding: 65px 55px 65px 0;
}
.about-bg .about-image {
    flex: 1.3;
}
.about-img-bg {
    position: absolute;
    left: -30px;
    bottom: 0;
    max-height: 485px;
}
.about-content-text {
    color: #F298FF;
    font-size: 16px;
    font-weight: 600;
}
.purple-line-bg:before {
    background-image: url(/image/catalog/new/purple-line-bg.png) !important;
    height: 39px;
    bottom: -27px;
    left: 10px;
    transform: rotate(1deg);
}
.about-info-wraps {
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.about-img-sm {
    width: 100%;
}
.description-content {
    margin: 95px auto;
    text-align: center;
    max-width: 700px;
}
.description-content .about-content-text {
    margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-page {
        margin-top: 30px;
    }
}
@media (max-width: 1220px) {
    .contact-subtitle {
        margin-bottom: 30px;
    }
    .about-img {
        bottom: 43px;
        max-height: 600px;
    }
}
@media (max-width: 1100px) {
    .about-img-bg {
        left: -85px;
        max-height: 457px;
    }
}
@media (max-width: 991px) {
    .contact-page-img {
        display: none;
    }
    .text-info {
        margin-top: 10px;
    }
    .contact-subtitle {
        margin-bottom: 30px;
    }
    .about-info-wrap {
        position: unset;
        flex-direction: column-reverse;
    }
    .about-info-wraps {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .about-img {
        display: none;
    }
    .about-bg .about-image {
        display: block !important;
        margin: 0 auto;
    }
    .about-img-bg {
        position: unset;
        max-height: 350px;
    }
    .about-bg .about-content {
        padding: 30px 30px 0 30px !important;
    }
    .about-content {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .content_page {
        margin-bottom: 70px;
    }
    .contact-page {
        flex-wrap: wrap;
    }
    .contact-subtitle {
        margin-bottom: 45px;
    }
    .contact_wrap {
        width: 100%;
    }
    .description-content {
        margin: 45px auto;
    }
}
@media (max-width: 550px) {
    .about-info-wrap {
        margin-bottom: 40px;
    }
}
@media (max-width: 410px) {
    .text-info {
        margin-top: 20px;
    }
    .about-bg .about-content {
        padding: 30px 15px 0 15px !important;
    }
}
@media (max-width: 330px) {
    .contact-page {
        gap: 20px;
    }
}

/* Blog */
body.blog-latest, body.blog-article, body.information-information {
    background-image: url(/image/catalog/new/bg-old.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}
.blog-latest .footer-bg, .blog-article .footer-bg, .information-information .footer-bg  {
    background-image: unset;
}
#blog-latest .blog-wrap {
    gap: 45px 30px;
    margin-top: 40px;
}
.showcase-list .pagination-wrap {
    margin: 40px 0 60px !important;
    display: flex;
    justify-content: center;
}
.pagination {
    display: flex;
    padding-left: 0;
    gap: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    border-color: unset !important;
    background: linear-gradient(159.34deg, #9A70A1 0%, #EAC1EE 86.31%) !important;
}
.pagination>li span, .pagination>li>a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #ada8a8;
    background-color: inherit;
    border-color: unset;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: unset;
    border: 3px solid transparent;
    border-image-source: linear-gradient(327deg, #78587e 0%, #efb6f5 86.31%);
    color: #fff;
    border-image-slice: 3;
    border-radius: 8px;
    font-size: 14px;
    width: 45px;
    height: 45px;
}

/* Blog article */
.article-page {
    margin-bottom: 130px;
}
.article-page h1 {
    margin-top: 0 !important;
}
.article-img-wrap {
    max-height: 430px;
    overflow: hidden;
}
.article-description > p, .article-description > p > span {
    font-size: 16px !important;
    color: #fff !important;
    text-align: justify;
    margin-top: 20px;
}
.article-description p img {
    margin: 0 auto;
    display: block;
}
.article-block-wrap {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 7px;
}
.article-info, .article-social {
    gap: 22px;
}
.article-info span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 650px) {
    .article-info, .article-social {
        gap: 10px;
    }
    .article-description > p {
        font-size: 14px;
    }
}
@media (max-width: 550px) {
    .article-block-wrap {
        font-size: 13px;
    }
    .article-social img {
        width: 40px !important;
    }
}
@media (max-width: 460px) {
    .article-block-wrap {
        align-items: flex-start !important;
    }
    .article-info span {
        display: none;
    }
    .article-info, .article-social {
        gap: 0;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .article-social p {
        display: none;
    }
}



/*dilivery*/
.delivery-content {
    font-size: var(--fz_18_16);
    max-width: 750px;
    margin-top: 30px;
}
.delivery-content p {
    margin-bottom: 10px;
}
.delivery-subtitle {
    margin-bottom: 35px;
}
.delivery-item, .delivery-items {
    margin-bottom: 30px;
    padding-left: 55px;
    position: relative;
}
.delivery-item:before {
    content: '';
    background-image: url(/image/catalog/new/icon-ok.png);
    background-repeat: no-repeat;
    width: 39px;
    height: 42px;
    position: absolute;
    left: 0;
}
.delivery-items:before {
    content: '!!';
    color: red;
    font-size: 47px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 10px;
}
.delivery-item span {
    content: '!!';
    color: red;
    font-size: 18px;
    font-weight: 700;
}
.delivery-item ul {
    list-style: disc;
}
.delivery-item ul li {
    margin: 15px 0 15px 25px;
}
.popular-questions-wrap {
    display: none;
}


@media (max-width: 991px) {
    body {
        background-size: 1600px;
        background-repeat: no-repeat;
    }
}
@media (max-width: 420px) {
    body {
        padding-top: 255px !important;
    }
}
@media (max-width: 330px) {
    body {
        padding-top: 290px !important;
    }

}