.price-card{--card-bg-color: #2d1f00;--card-bg-radial-1: #1c1300;--card-bg-radial-2: rgba(255, 221, 128, .05);--card-bg-gradient-mid: #3a2900;--card-circle-color-start: #f5d278;--card-circle-color-end: #ffcc00;--card-circle-shadow: #ffd700;--card-text-color: #fff8e1;--card-subtext-color: #e6c670;--card-accent-color: #ffe082;--card-check-color: #ffd700;--card-button-bg: #3a2900;--card-button-shadow: #ffcc00;--card-hover-shadow: 0 0 20px 0 #ffcc00;--card-hover-overlay: rgba(255, 224, 130, .1);overflow:hidden;position:relative;display:flex;flex-direction:column;gap:10px;padding:20px;height:auto;background-color:var(--card-bg-color);background-image:radial-gradient(circle at 0% 0%,var(--card-bg-radial-1) 15%,rgba(0,0,0,0) 75%),radial-gradient(circle at 100% 100%,var(--card-bg-radial-2) 15%,rgba(0,0,0,0) 150%),linear-gradient(135deg,rgba(24,8,28,0) 0%,var(--card-bg-gradient-mid) 50%,rgba(24,8,28,0) 100%);border-radius:.5rem}.price-card--green{--card-bg-color: #0f1a14;--card-bg-radial-1: #14241d;--card-bg-radial-2: rgba(46, 107, 80, .1);--card-bg-gradient-mid: #1c3229;--card-circle-color-start: #3fa76f;--card-circle-color-end: #a8f0c0;--card-circle-shadow: #72d4a7;--card-text-color: #eafaf2;--card-subtext-color: #a4cdb3;--card-accent-color: #b2e5cd;--card-check-color: #7ee2a1;--card-button-bg: #1e352a;--card-button-shadow: #3fa76f;--card-hover-shadow: 0 0 20px 0 #4de298;--card-hover-overlay: rgba(80, 160, 120, .2)}.price-card--hit{--card-bg-color: #0f111a;--card-bg-radial-1: #1b1e2b;--card-bg-radial-2: rgba(160, 180, 220, .05);--card-bg-gradient-mid: #1a1d27;--card-circle-color-start: #9eb7d6;--card-circle-color-end: #d8e3f0;--card-circle-shadow: #bcd0e4;--card-text-color: #f0f3f7;--card-subtext-color: #a7b9cc;--card-accent-color: #d0e0f0;--card-check-color: #b0c8e0;--card-button-bg: #1a1d27;--card-button-shadow: #bcd0e4;--card-hover-shadow: 0 0 20px 0 #a3c5f5;--card-hover-overlay: rgba(170, 190, 220, .15)}.price-card:before{content:"";position:absolute;top:16px;right:16px;width:32px;height:32px;background-color:var(--card-bg-color);background-image:linear-gradient(0deg,var(--card-circle-color-start) 0%,var(--card-circle-color-end) 75%);border-radius:50%;box-shadow:0 1px 5px -12px var(--card-circle-shadow),0 0 13px 5px var(--card-circle-shadow)}.price-card__title{font-size:20px;color:var(--card-text-color);font-weight:600;padding-right:40px;margin-bottom:10px}.price-card__pricing{font-size:24px;color:var(--gold);font-weight:600}.price-card__pricing-time{font-size:14px;color:var(--card-subtext-color);font-weight:500}.price-card__list{margin:20px 0;display:flex;flex-direction:column;gap:10px;font-weight:500;list-style:none;font-size:15px;color:var(--text)}.price-card__list-item{display:flex;line-height:1.5;gap:9px}.price-card__list-item .price-card__check{width:5px;flex-shrink:0;margin-top:8px;height:5px;border-radius:50%;background-color:var(--card-accent-color)}.price-card__button{overflow:hidden;cursor:pointer;position:relative;margin-top:auto;padding:15px 20px;width:100%;height:-moz-fit-content;height:fit-content;font-weight:600;background-color:var(--card-button-bg);color:var(--card-text-color);border:none;font-size:16px;border-radius:.5rem;box-shadow:0 0 2px 1px var(--card-button-shadow);transition:all .3s cubic-bezier(1,0,0,1)}.price-card__button-text{position:relative;z-index:10}.price-card__button:before,.price-card__button:after{content:"";position:absolute;top:0;width:100%;height:100%;transition:all .3s ease-in-out}.price-card__button:before{left:0;background-image:radial-gradient(circle at 0% 45%,var(--card-hover-overlay) 19%,rgba(16,5,36,.26) 46%,rgba(16,5,36,0) 100%)}.price-card__button:after{right:0;background-image:radial-gradient(circle at 100% 45%,var(--card-hover-overlay) 19%,rgba(16,5,36,.26) 46%,rgba(16,5,36,0) 100%)}.price-card__button:hover{box-shadow:var(--card-hover-shadow)}.price-card__button:hover:before,.price-card__button:hover:after{width:0;opacity:0}.soft-card__content--col{flex-direction:column}@media (max-width: 440px){.soft-card__content{flex-direction:column}}.pswp img{max-width:none;height:auto!important}#pswp__items{max-width:100vw!important}.soft-card__meta-info{flex-direction:row;justify-content:flex-start}.single-soft-content{padding:25px;border-radius:20px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#2929291a;border:1px solid rgba(41,41,41,.5);transition:all .3s}.single-soft{display:flex;flex-direction:column;row-gap:20px}.single-soft-content__text ul{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 530px){.single-soft-content__text ul{grid-template-columns:1fr}}.single-soft-content__text li{display:flex;flex-direction:column;padding-top:3px;line-height:1.5}.single-soft-content__text li br{display:none}.single-soft-content__text b{font-weight:700;color:var(--gold)}.single-soft__prices{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));margin-top:20px}.single-soft-slider .main-swiper{width:100%;border-radius:12px;overflow:hidden;position:relative}.single-soft-slider .main-swiper ::part(button-prev),.single-soft-slider .main-swiper ::part(button-next){position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background-color:#000000bf;color:var(--gold, #ffb300);display:flex;align-items:center;justify-content:center;border:1px solid var(--gold, #ffb300);transition:background-color .3s ease,transform .3s ease}.single-soft-slider .main-swiper ::part(button-prev) svg,.single-soft-slider .main-swiper ::part(button-prev):after,.single-soft-slider .main-swiper ::part(button-next) svg,.single-soft-slider .main-swiper ::part(button-next):after{content:"";display:inline-block;width:12px;height:12px;border-top:2px solid var(--gold, #ffb300);border-right:2px solid var(--gold, #ffb300);transform:rotate(45deg)}.single-soft-slider .main-swiper ::part(button-prev){left:10px}.single-soft-slider .main-swiper ::part(button-prev):after{transform:rotate(-135deg)}.single-soft-slider .main-swiper ::part(button-next){right:10px}.single-soft-slider .main-swiper ::part(button-prev):hover,.single-soft-slider .main-swiper ::part(button-next):hover{background-color:#ffb300e6;color:#000;transform:translateY(-50%) scale(1.05)}.single-soft-slider .main-swiper swiper-slide{cursor:pointer}.single-soft-slider{margin-top:2rem}.single-soft-slider .slider-wrapper{position:relative}.single-soft-slider .slider-wrapper .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:4px;background:#0009;color:var(--gold, #ffb300);border:none;display:flex;align-items:center;justify-content:center;font-size:20px;z-index:10;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.single-soft-slider .slider-wrapper .slider-arrow svg{width:25px}.single-soft-slider .slider-wrapper .slider-arrow:hover{opacity:.7;scale:1.1}.single-soft-slider .slider-wrapper .slider-arrow--prev{left:10px}.single-soft-slider .slider-wrapper .slider-arrow--next{right:10px}.single-soft-slider .main-swiper{width:100%;border-radius:12px;overflow:hidden}.single-soft-slider .main-swiper swiper-slide img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.single-soft-slider .thumbs-swiper{margin-top:1rem;display:flex;gap:10px}.single-soft-slider .thumbs-swiper swiper-slide{opacity:.5;cursor:pointer;transition:opacity .3s ease;border-radius:8px;overflow:hidden}.single-soft-slider .thumbs-swiper swiper-slide.swiper-slide-thumb-active{opacity:1;border:2px solid var(--gold, #ffb300)}.single-soft-slider .thumbs-swiper swiper-slide img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}
