/* Bw Modelica Cyrillic DEMO — Hairline (100) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-Hairline.ttf') format('truetype');
   font-weight: 100;
   font-style: normal;
   font-display: swap;
}

/* Thin (200) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-Thin.ttf') format('truetype');
   font-weight: 200;
   font-style: normal;
   font-display: swap;
}

/* Light (300) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-Light.ttf') format('truetype');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

/* Regular (400) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-Regular.ttf') format('truetype');
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}

/* Medium (500) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-Medium.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}

/* Bold (700) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-Bold.ttf') format('truetype');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}

/* ExtraBold (800) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-ExtraBold.ttf') format('truetype');
   font-weight: 800;
   font-style: normal;
   font-display: swap;
}

/* ExtraBold Italic (800 Italic) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-ExtraBoldItalic.ttf') format('truetype');
   font-weight: 800;
   font-style: italic;
   font-display: swap;
}
body {
   font-family: 'Bw Modelica', sans-serif;
}
/* Black (900) */
@font-face {
   font-family: 'Bw Modelica';
   src: url('assets/fonts/BwModelicaCyrillicDEMO-Black.ttf') format('truetype');
   font-weight: 900;
   font-style: normal;
   font-display: swap;
}
.contact_text{
   margin: 8px!important;
}
.menu-footer li a{
   color:white;
   font-size: 20px;
}
.footer_contacts a{
   color:white;
}
.footer-icons i{
   color:white;
}
.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block{
   position: absolute;
}

.header_color,
.product-desc__title{
   color:#303030!important;
}
.secondary_color{
   color:#6c6c6c!important;
}
.wc-blocks-components-select .wc-blocks-components-select__container{
   padding:0;
}
.product-instructions{
   padding: 56px 36px;
   display: flex;
   flex-direction: row;
   justify-content: center;
   background-color: white;
}
.instruction-article{
   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 16px;
   width: 70%;
}
.instruction-article h1{
   text-align: center;
   margin-bottom: 32px;
}
.instruction-pdf{
   padding: 5%;
   border-radius: 32px;
   background: #303030;
}
.product-instructions__download-btn{
   color: #303030;
   padding: 16px 32px;
   border: 1px solid #303030;
   border-radius: 99px;
}
.product-instructions__download-btn__wrapper{
   margin-top: 32px;
   display: flex;
   justify-content: center;
}
.product-instructions__download-btn:hover,
.product-instructions__download-btn:focus,
.product-instructions__download-btn:active
{
   background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 756px) {
   .instruction-article h1{
      font-size: 24px;
   }

   .product-instructions{
      padding: unset;
   }
   .instruction-article{
      width: 100%;
   }
   .product-instructions__download-btn{
      margin-bottom: 16px;
   }
   .instruction-pdf{
      padding: unset;
      background: unset;
   }
}

@media screen and (min-width: 571px) {
   .align-right-social{
      display: flex;
      align-items: end;
      flex-direction: row;
      justify-content: flex-end;
   }
}
@media screen and (max-width: 570px) {
   .align-right-social{
      display: flex;
      flex-direction: row;
      justify-content: center;
   }
   .footer-copyrights{
      display: flex;
      flex-direction: row;
      justify-content: center;
   }
}
.align-right-social .social-icon i{
   color: #777777!important;
}


.navbar-extra-icons i{
   font-weight: 800;
   font-size: 24px!important;
}
.mobile-additional-icon{
   color:white!important;
   font-weight: 800;
}
.mobile-additional-icon i{
   font-weight: 800;
}
[class*="__container"] {
   margin: 0 auto;
   max-width: 1468px;
   padding: 0 34px;
}
p {
   margin: 0;
}

@media (max-width: 1468px) {
   [class*="__container"] {
      max-width: 100vw;
      padding: 0 34px;
   }
}

@media (max-width: 768px) {
   [class*="__container"] {
      padding: 0 12px;
   }
}

.product-btn {
   padding: 16px 32px;
   border: 1px solid #303030;
   border-radius: 99px;
   background: #fff;
   text-transform: uppercase;
   color: #303030;
   transition: all 0.3s ease 0s;
   font-weight: 500;
   font-size: 14px;
   line-height: 18px;
   letter-spacing: -0.025em;
}
.product-btn:hover {
   background: rgba(0, 0, 0, 0.2);
}
.post-product {
   background: #fff;
}
.product-specifications__item {
   overflow: hidden;
   transition: all 0.5s ease;
   max-height: 500px;
   opacity: 1;
}

.hidden-spec {
   max-height: 0;
   opacity: 0;
   margin: 0;
   padding: 0;
   border: 0;
}

.product-specifications__list {
   transition: max-height 0.6s ease;
}

.product-specifications__list-more .btn-icon {
   transition: transform 0.3s ease;
}

.product-specifications__list-more.expanded .btn-icon {
   transform: rotate(180deg) translateY(-3px);
}

.product-home {
}

.product-home__container {
}

.product-home__block {
   display: flex;
   flex-direction: row;
   align-items: center;
}

.product-home__detail-img {
   flex: 0 0 60%;
}

.product-home__detail-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

.product-home__content-wrapper {
   flex: 0 0 40%;
}

.product-home__content {
   max-width: 526px;
   padding-left: 40px;
   padding-right: 34px;
}

.product-home__title {
   margin: 0 0 24px 0;
}

.product-home__row-price {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 24px;
}

.product-home__price {
   font-weight: 500;
   font-size: 16px;
   line-height: 18px;
   letter-spacing: -0.025em;
}

.product-home__row-offers {
}

.product-home__offers-color {
}

.product-home__color-item {
}

.product-h1 {
}

.product-text {
}

.product-btn {
}

.product-home__slider {
   position: relative;
   width: 100%;
   max-width: 480px;
   overflow: hidden;
   border-radius: 16px;
}

.product-home__slides {
   display: flex;
   transition: transform 0.6s ease;
}

.product-home__slide {
   min-width: 100%;
   opacity: 0;
   transition: opacity 0.6s ease;
}

.product-home__slide.active {
   opacity: 1;
}

.product-home__slide img {
   width: 100%;
   height: auto;
   display: block;
}

.slider-arrow {
   width: 48px;
   height: 48px;
   background: transparent;
   border-radius: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   border: 1px solid #e2e2e2;
   transition: all 0.3s ease 0s;
}
.slider-arrow:hover {
   border: 1px solid #fff;
}
.product-home__slider-prev {
   left: 10px;
}
.product-home__slider-next {
   right: 10px;
}

.product-home__offers-color {
   margin-top: 24px;
}

.product-home__color-item {
   width: 32px;
   height: 32px;
   border-radius: 50%;
   border: 2px solid #ccc;
   cursor: pointer;
   transition:
      transform 0.3s,
      border 0.3s;
}

.product-home__color-item:hover,
.product-home__color-item.active {
   transform: scale(1.1);
   border-color: #000;
}

.product-content {
}

.product-content__container {
}

.product-content__wrapper {
}

.product-content {
   background: #f2f2f2;
}
.product-desc__block:first-child {
   padding: 100px 0 30px 0;
}
.product-desc__block {
   padding: 30px 0;
}
.product-desc__block:last-child {
   padding: 30px 0 100px 0;
}
.product-desc__block {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 16px;
}
.product-desc__block:nth-child(even) {
   flex-direction: row-reverse;
}
.product-desc__img {
   width: 100%;
   height: 480px;
   flex: 0 0 50%;
}
.woocommerce .page-wrapper img {
   height: 100%;
}
.product-desc__img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 16px;
}
.product-desc__description-wrapper {
   flex: 1;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.product-desc__description {
   max-width: 420px;
}

.product-desc__title {
   margin: 0 0 20px 0;
}

.product-desc__text {
   color: #6c6c6c;
}

.product-h3 {
   font-weight: 500;
   font-size: 26px;
   line-height: 24px;
   letter-spacing: -0.01em;
}

.product-text {
   font-weight: 500;
   font-size: 16px;
   line-height: 18px;
   letter-spacing: -0.025em;
}

.product-specifications {
   padding: 100px 0;
}

.product-specifications__container {
}

.product-specifications__wrapper {
   display: flex;
   flex-direction: row;
   align-items: center;
}

.product-specifications__img {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   flex: 0 0 50%;
   height: 720px;
   width: 100%;
   position: relative;
}

.product-specifications__img img {
   object-fit: contain;
}

.product-specifications__content {
   flex: 0 0 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.product-specifications__content-wrapper {
   max-width: 460px;
   width: 100%;
}

.product-specifications__h3 {
   margin: 0 0 60px 0;
}

.product-specifications__list-wrapper {
}

.product-specifications__list {
   max-width: 420px;
}

.product-specifications__item-wrapper {
   border-bottom: 1px solid #00000021;
   padding: 16px 0;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
}

.product-specifications__item:first-child .product-specifications__item-wrapper {
   padding: 0 0 16px 0;
}

.product-specifications__item:last-child .product-specifications__item-wrapper {
   border-bottom: 0px solid #00000021;
}
.product-specifications__item:nth-child(5) .product-specifications__item-wrapper {
   border-bottom: 0px solid #00000021;
}
.product-specifications__item:nth-child(6) .product-specifications__item-wrapper {
   border-top: 1px solid #00000021;
}

.product-specifications__item-text {
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: -0.01em;
}
.product-specifications__list-more {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
   background: #fff;
   padding: 0;
   margin-top: 20px;
}
.product-specifications__list-more span {
   font-weight: 500;
   font-size: 14px;
   line-height: 18px;
   letter-spacing: -0.025em;
   text-transform: uppercase;
}

.product-specifications__list-more .btn-text {
}

.product-specifications__list-more .btn-icon {
   font-size: 28px;
   font-weight: 400;
   transform: translateY(-1px);
}
.product-specifications__list-more .btn-icon {
   font-size: 28px;
   font-weight: 400;
   transform: translateY(-1px);
}
.btn-icon-wrapper {
   width: 24px;
   height: 24px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.product-specifications__manual {
   display: block;
   width: fit-content;
   margin-top: 36px;
}
.swatch-type-color {
   width: 20px;
   height: 20px;
}
.color-swatch.swatch--on::before {
   content: "";
   position: absolute;
   top: -5px;
   left: -5px;
   width: 28px;
   height: 28px;
   border: 1px solid currentColor;
   border-radius: 50%;
   pointer-events: none;
   box-sizing: border-box;
}

.color-swatch.swatch--on.swatch--white::before {
   content: "";
   position: absolute;
   top: -5px;
   left: -5px;
   width: 28px;
   height: 28px;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 50%;
   pointer-events: none;
   box-sizing: border-box;
}
.swatches-select {
   gap: 16px;
   display: flex;
}
.product-home__gallery-slider {
   position: relative;
   width: 100%;
   flex: 0 0 60%;
   height: calc(100vh - 84px);
   overflow: hidden;
}

.slider-item {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: opacity 0.5s ease-in-out;
}

.slider-item img {
   width: 100%;
   height: 100%;
   max-width: 100%;
   object-fit: cover;
   display: block;
   margin: 0 auto;
}

.slider-item.active {
   opacity: 1;
   z-index: 2;
}

.slider-arrow {
   position: absolute;
   top: 50%;
   z-index: 100;
   transform: translateY(-50%);
}
.slider-arrow.right {
   right: 24px;
}
.slider-arrow.left {
   left: 24px;
}
.product-specifications__img-mobile {
   display: none;
}
@media (max-width: 978px) {
   .product-home__block {
      flex-direction: column;
      align-items: flex-start;
   }
   .product-home__gallery-slider {
      flex: auto;
      max-height: 540px;
      height: 100vh;
   }
   .product-home__title {
      margin: 20px 0 24px 0;
   }
   .product-home {
      padding-bottom: 32px;
   }
   .product-home__content {
      max-width: 100%;
      padding-left: 34px;
      padding-right: 34px;
   }
   .product-desc__block {
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
   }
   .product-desc__block {
      padding: 16px 0;
   }
   .product-desc__img {
      height: 350px;
      flex: auto;
   }
   .product-desc__block:nth-child(even) {
      flex-direction: column;
   }
   .product-desc__description {
      max-width: 100%;
   }
   .product-desc__block:first-child {
      padding: 32px 0 16px 0;
   }
   .product-desc__block:last-child {
      padding: 16px 0 32px 0;
   }
   .product-specifications__img {
      padding: 100px 0px 0 0px;
   }
}
@media (max-width: 768px) {
   .product-home__content {
      padding-left: 12px;
      padding-right: 12px;
   }
   .product-desc__img {
      height: 243px;
   }
   .product-home__gallery-slider {
      max-height: 440px;
   }
   .product-h1 {
      font-weight: 500;
      font-size: 26px;
      line-height: 26px;
      letter-spacing: -0.01em;
   }
   .product-home__price {
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -0.025em;
   }
   .product-desc__title {
      margin: 0 0 8px 0;
   }
   .product-h3 {
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.01em;
   }
   .product-desc__text {
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -0.025em;
   }
   .product-specifications__img-mobile {
      display: flex;
      justify-content: center;
      align-items: center;
   }
   .product-specifications__img-desctop {
      display: none;
   }
   .product-specifications__wrapper {
      flex-direction: column;
   }
   .product-specifications__content-wrapper {
      max-width: 100%;
      width: 100%;
   }
   .product-specifications__h3 {
      text-align: center;
   }
   .product-specifications {
      padding: 32px 0;
   }
   .product-specifications__content {
      flex: 100vw;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
   }
   .product-specifications__h3 {
      margin: 0 0 32px 0;
   }
   .product-specifications__img {
      padding: 0px;
      height: auto;
   }
   .product-specifications__list-wrapper {
      margin-top: 32px;
   }
   .product-specifications__list {
      max-width: 100%;
   }
   .product-specifications__item-text {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: -0.01em;
   }
}
.product-home__row-price {
}
.product-home__row-btn {
   position: relative;
}
.btn-main {
   position: relative;
   z-index: 10;
}

.btn-secondary {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   transform: translateX(calc(0%));
   opacity: 0;
   pointer-events: auto;
   display: block;
   width: max-content;
}

.product-home__row-price:hover .btn-secondary,
.product-home__row-price.is-active .btn-secondary {
   transform: translateX(calc(122px + 8px));
   opacity: 1;
   z-index: 3;
}
.product-home__row-price:hover .btn-secondary.padding,
.product-home__row-price.is-active .btn-secondary.padding {
   transform: translateX(calc(140px + 8px));
}
.post-product {
   position: relative;
}
.product-label {
   position: fixed;
   top: -200px;
   right: 115px;
   padding: 16px 16px 16px 32px;
   gap: 24px;
   background: #303030;
   border: 1px solid rgba(255, 255, 255, 0.4);
   backdrop-filter: blur(42px);
   border-radius: 999px;
   z-index: 555;
   transition: all 0.6s ease 0s;
   opacity: 0;
}
.product-label.show {
   top: 20px;
   opacity: 1;
}
.product-label__wrapper {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 24px;
}
.product-label__block {
}
.product-label__title {
   font-weight: 500;
   font-size: 14px;
   line-height: 18px;
   letter-spacing: -0.01em;
   color: #ffffff;
   margin-bottom: 2px;
}
.product-label__price {
   font-weight: 500;
   font-size: 16px;
   line-height: 18px;
   letter-spacing: -0.025em;
   color: #6c6c6c;
}
.product-label__btn {
}
.product-btn-grey {
   background: transparent;
   border: 1px solid #ffffff;
   font-weight: 500;
   font-size: 14px;
   line-height: 18px;
   letter-spacing: -0.025em;
   text-transform: uppercase;
   color: #ffffff;
}
.product-btn-grey:hover {
   background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1600px) {
   .product-label {
      right: 34px;
   }
}
@media (max-width: 978px) {
   .btn-secondary {
      transform: none;
      opacity: 1;
      position: relative;
   }
   .product-home__row-price .btn-secondary {
      transform: none;
      opacity: 1;
      position: relative;
   }
   .product-home__row-price:hover .btn-secondary,
   .product-home__row-price.is-active .btn-secondary {
      transform: none;
      opacity: 1;
   }
   .product-home__row-btn {
      display: flex;
      flex-direction: row;
      gap: 8px;
   }
   .product-label.show {
      top: 70px;
      opacity: 1;
   }
}
@media (max-width: 768px) {
   .product-label {
      right: 12px;
   }
}

.related-products {
   padding: 100px 0;
   background: #f2f2f2;
}

.related-products__container {
}

.related-products__wrapper {
}

.related-products__title {
   margin: 0 0 60px 0;
}

.related-products__slider {
}

.related-products__slider-wrapper {
   position: relative;
}

.related-products__slider-list {
}

.related-products__slider-item {
}

.related-product-slider {
}

.related-product-slider__wrapper {
}

.related-product-slider__top {
   overflow: hidden;
   background: #ffffff;
   border-radius: 16px;
   height: 380px;
}

.related-product-slider__top-wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   position: relative;
   width: 100%;
   height: 100%;
}

.related-product-slider__btn-wrapper {
   position: absolute;
   top: 16px;
   right: 16px;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   padding: 12px;
   width: 42px;
   height: 42px;
   border-radius: 21px;
   transition: all 0.4s ease 0s;
   background: transparent;
   cursor: pointer;
   z-index: 3;
}
.related-product-slider:hover .related-product-slider__btn-wrapper {
   background: #303030;
}
.related-product-slider__btn-wrapper svg path {
   fill: #6c6c6c;
   transition: all 0.4s ease 0s;
}
.related-product-slider:hover .related-product-slider__btn-wrapper svg path {
   fill: #fff;
}
.related-product-slider__btn-wrapper:hover {
   width: 70px;
}
.related-product-slider__btn-left {
   height: 18px;
}

.related-product-slider__btn-right {
   opacity: 0;

   transition: all 0.4s ease 0s;
}
.related-product-slider__btn-right svg {
   transform: translateY(1px);
}
.related-product-slider__btn-wrapper:hover .related-product-slider__btn-right {
   opacity: 1;
}
.related-product-slider__img {
   width: 100%;
   height: 100%;
}
a {
   color: inherit;
   text-decoration: none;
   background: none;
}

a:hover,
a:focus,
a:active {
   color: inherit;
   text-decoration: none;
   outline: none;
}
.related-product-slider__img img {
   height: 100%;
   width: 100%;
   object-fit: cover;
   transition: all 0.4s ease 0s;
}
.related-product-slider__wrapper:hover .related-product-slider__img img {
   transform: scale(1.05);
}

.related-product-slider__variatins {
   position: absolute;
   bottom: 16px;
   left: 50%;
   transform: translate(-50%);
}

.related-product-slider__bottom {
}

.related-product-slider__bottom-wrapper {
}

.related-product-slider__title {
   font-weight: 500;
   font-size: 16px;
   line-height: 18px;
   letter-spacing: -0.025em;
   color: #303030;
   margin: 18px 0 6px 0;
}

.related-product-slider__row {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 8px;
}

.related-product-slider__price {
   font-weight: 500;
   font-size: 16px;
   line-height: 18px;
   letter-spacing: -0.025em;
   color: #6c6c6c;
}

.related-product-slider__label {
   font-weight: 500;
   font-size: 16px;
   line-height: 18px;
   letter-spacing: -0.025em;
   color: #303030;
}
.related-products__slider-list {
   margin: 0 -16px;
}
.related-products__slider-item {
   padding: 0 8px;
   box-sizing: border-box;
}
.related-product-slider__btn-pr {
   left: -74px;
   border: 1px solid #e2e2e2;
}
.related-product-slider__btn-next {
   right: -74px;
   border: 1px solid #e2e2e2;
}
.related-product-slider__btn-pr:hover,
.related-product-slider__btn-next:hover {
   border: 1px solid #303030;
}
.plus-mobile {
   display: none;
}
@media (max-width: 1560px) {
   .related-product-slider__btn-pr {
      left: 5px;
   }
   .related-product-slider__btn-next {
      right: 5px;
   }
}
@media (max-width: 890px) {
   .related-products__slider-list .slick-list {
      padding-left: 75px;
   }
}
@media (max-width: 768px) {
   .related-product-slider__btn-pr,
   .related-product-slider__btn-next {
      display: none !important;
   }
   .related-product-slider__title {
      font-size: 14px;
      line-height: 16px;
      margin: 16px 0 6px 0;
   }
   .related-product-slider__price {
      font-size: 14px;
      line-height: 16px;
   }
   .related-product-slider__label {
      font-size: 14px;
      line-height: 16px;
   }
   .product-label {
      display: none !important;
   }
   .related-products {
      padding: 32px 0;
   }
   .related-products__title {
      margin: 0 0 32px 0;
   }
}
@media (max-width: 650px) {
   .related-products__slider-list .slick-list {
      padding-left: 0px;
   }
   .plus-desctop {
      display: none;
   }
   .plus-mobile {
      display: block;
      transform: translateX(-3px);
   }
   .related-product-slider__btn-right svg {
      transform: translateY(-1px);
   }
   .related-product-slider__btn-wrapper {
      position: absolute;
      top: 16px;
      right: 16px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
      width: 28px;
      height: 28px;
   }
   .related-product-slider__btn-left {
      height: auto;
   }
   .related-product-slider__btn-wrapper:hover {
      width: 55px;
   }
   .related-product-slider__btn-wrapper {
      background: #303030;
   }
   .related-product-slider__btn-wrapper svg path {
      fill: #fff;
   }
   .related-product-slider__btn-wrapper:hover {
      width: 28px;
   }
   .related-product-slider__btn-wrapper svg {
      pointer-events: none;
   }
   .related-product-slider__btn-wrapper svg path {
      pointer-events: none;
   }
   .related-product-slider__btn-left {
      pointer-events: none;
   }
   .ok-mobile {
      transform: translateX(-3px);
   }
   .related-product-slider__top {
      height: 205px;
   }
   .related-products__slider-item {
      padding: 0 6px;
   }
   .related-products__slider {
      padding: 0 10px;
   }
}

.main-slide{

}

.custom-btn-form{
   border:1px solid black;
   color: black;
   background-color: transparent !important;
   border-radius: 10em!important;
}
.custom-btn-form:hover{
   color: white;
   background-color: black !important;
}

.materials_heading h2{
   width:100%;
   text-align:center;
}

.partner-form-wrapper .wpcf7-text,
.partner-form-wrapper .wpcf7-textarea{
   border-radius: 6px;
   background-color: #e8e8e8;
}
 .one-click-error {
    background: #fee;
    color: #c00;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 15px;
    font-size: 14px;
 }

.one-click-success-icon {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: #4CAF50;
   color: #fff;
   font-size: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 15px;
}

.one-click-success h4 {
   font-size: 20px;
   margin: 0 0 10px;
   color: #303030;
}

.one-click-success p {
   margin: 0 0 20px;
   color: #666;
   line-height: 1.5;
}

.one-click-continue {
   width: 100%;
   margin-top: 10px;
}
.one-click-overlay {
   position: fixed;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   z-index: 9998;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s ease;
}

.one-click-overlay.active {
   opacity: 1;
   visibility: visible;
}

.one-click-panel {
   position: fixed;
   top: 0;
   right: -450px;
   width: 450px;
   max-width: 90vw;
   height: 100%;
   background: #fff;
   z-index: 9999;
   transition: right 0.3s ease;
   overflow-y: auto;
   padding: 134px 30px 30px;
   box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
}

.one-click-panel.active {
   right: 0;
}

.one-click-close {
   position: absolute;
   top: 114px;
   right: 20px;
   background: none;
   border: none;
   cursor: pointer;
   padding: 5px;
   width: 34px;
   height: 34px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   transition: background 0.2s;
}

.one-click-close:hover {
   background: #f5f5f5;
}

.one-click-content {
   margin-top: 20px;
}

.one-click-title {
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 20px;
   color: #303030;
}

.one-click-product-info {
   background: #f9f9f9;
   padding: 15px;
   border-radius: 8px;
   margin-bottom: 25px;
}

.one-click-product-name {
   font-weight: 500;
   margin-bottom: 5px;
}

.one-click-product-price {
   font-size: 18px;
   font-weight: 600;
   color: #303030;
}

.one-click-form-group {
   margin-bottom: 20px;
}

.one-click-input {
   width: 100%;
   padding: 14px 16px;
   border: 1px solid #ddd;
   border-radius: 6px;
   font-size: 16px;
   transition: border-color 0.3s;
   outline: none;
}

.one-click-input:focus {
   border-color: #303030;
}

.one-click-input::placeholder {
   color: #999;
}

.one-click-submit {
   width: 100%;
   padding: 14px;
   font-size: 16px;
   cursor: pointer;
   transition: opacity 0.3s;
}

.one-click-submit:disabled {
   opacity: 0.6;
   cursor: not-allowed;
}

.one-click-success {
   text-align: center;
   padding: 20px 0;
   line-height: 1.6;
   color: #303030;
}

.one-click-submit.loading {
   position: relative;
   color: transparent;
}

.one-click-submit.loading::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   width: 20px;
   height: 20px;
   margin: -10px 0 0 -10px;
   border: 2px solid #fff;
   border-top-color: transparent;
   border-radius: 50%;
   animation: spin 0.6s linear infinite;
}

@keyframes spin {
   to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
   .one-click-panel {
      width: 100%;
      max-width: 100%;
      right: -100%;
   }

   .one-click-title {
      font-size: 20px;
   }
}
