section#slider{position:relative;height:calc(100vh - var(--header-height));overflow:hidden;background:var(--text-color);--slide-header-size:4.5rem;--slide-header-text:1.7rem;--slide-padding:0;--slide-button-font:1.5rem;--slide-button-padding:15px 30px}section#slider .splide,section#slider .splide .splide__track{width:100%;height:100%}section#slider .slide figure{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;overflow:hidden;margin:0}section#slider .slide img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:brightness(0.7);animation:imageAnimation 15s linear infinite 0s}section#slider .slide{height:100%;min-height:calc(100vh - var(--header-height));color:var(--white-color);padding:var(--slide-padding);overflow:hidden}section#slider .slide .container{position:relative;z-index:2;height:100%}section#slider .slide .container .row{height:100%}section#slider .slide h5{opacity:0.8}section#slider .slide h2{font-size:var(--slide-header-size);font-weight:900;line-height:1;margin-bottom:40px}section#slider .slide p{font-size:var(--slide-header-text);font-weight:500}section#slider .slide button{font-size:var(--slide-button-font);padding:var(--slide-button-padding);margin-top:20px;border-radius:30px}@keyframes imageAnimation{0%{animation-timing-function:ease-in;transform:scale(1)}25%{animation-timing-function:ease-out;transform:scale(1.05)}50%{transform:scale(1.1)}75%{transform:scale(1.05)}100%{transform:scale(1)}}@media (max-width:575.9px){section#slider{height:auto;--slide-header-size:2.5rem;--slide-header-text:1.3rem;--slide-button-font:1.2rem;--slide-button-padding:10px 15px;--slide-padding:90px 1.5rem}section#slider .slide{height:auto;min-height:0}section#slider .splide__arrows{display:none}}@media (min-width:576px) and (max-width:767.9px){section#slider{height:auto;--slide-header-size:3.2rem;--slide-header-text:1.3rem;--slide-button-font:1.2rem;--slide-button-padding:10px 15px;--slide-padding:90px 1.5rem}section#slider .slide{height:auto;min-height:0}section#slider .splide__arrows{display:none}}@media (min-width:768px) and (max-width:991.9px){section#slider{height:auto;min-height:calc(100vh - var(--header-height));--slide-header-size:4.2rem;--slide-header-text:1.3rem;--slide-button-font:1.2rem;--slide-button-padding:10px 15px;--slide-padding:0.5rem 2.5rem}}@media (min-width:992px) and (max-width:1199.9px){section#slider .row{justify-content:center}section#slider{--slide-header-size:4.3rem;--slide-header-text:1.3rem;--slide-button-font:1.2rem;--slide-button-padding:10px 15px;--slide-padding:0.5rem 3.5rem}}@media (min-width:1200px) and (max-width:1420px){section#slider .row{justify-content:center}section#slider{--slide-header-size:4.8rem;--slide-header-text:1.3rem;--slide-button-font:1.2rem;--slide-button-padding:10px 15px;--slide-padding:0.5rem 2.5rem}}
section#features{padding:0;transform:translateY(-50px);margin-bottom:-20px;position:relative;z-index:7}section#features .feature{line-height:1.4;display:flex;align-items:center;gap:15px;font-weight:300;transition:0.8s;flex-wrap:nowrap;margin:15px 0;background:var(--white-color);border-radius:8px;padding:20px 20px 20px 15px;box-shadow:5px 5px 25px rgba(0,0,0,0.2);font-size:12px}section#features .feature img{width:60px;height:60px;object-fit:contain;transition:0.5s;flex:0 0 60px}section#features .feature h5{font-weight:500;font-size:1.5rem;flex:1 0 0;transition:0.5s}section#features .feature:hover{transform:translateY(-10px)}section#features .feature:hover img{transform:translateY(-5px)}section#features .feature:hover h5{color:var(--main-blue)}section#features-main{padding:80px 0;overflow:hidden;--features-figure-size:80px;--features-figure-img-size:55px}section#features-main h2{font-size:3rem;font-weight:900;text-transform:uppercase;line-height:1.2}section#features-main .feature{display:flex;gap:15px;align-items:center;color:var(--color-63)}section#features-main figure{background:var(--yellow-dark);border-radius:15px;flex:0 0 auto;width:var(--features-figure-size);height:var(--features-figure-size);display:flex;align-items:center;justify-content:center}section#features-main .feature:hover{color:var(--yellow-dark)}section#features-main .main-text{margin:20px 0;font-size:16px}section#features-main .feature:hover figure img{transform:scale(1.12)}section#features-main figure img{width:var(--features-figure-img-size);height:var(--features-figure-img-size);object-fit:cover;transition:0.9s !important}section#features-main figure img.filtered{filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(352deg) brightness(100%) contrast(101%)}section#features-main .feature .details{font-size:16px;text-align:left}section#features-main .feature .details h5{font-size:1.7rem;text-transform:uppercase;font-weight:900}
section#sales{padding:20px 0 70px 0;--card-height:300px;--card-content-height:240px}section#sales h2{font-size:36px}section#sales .arrows{display:flex;align-items:center;gap:15px}section#sales .arrows button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:none;border-radius:25px;font-size:24px;cursor:pointer;transition:0.5s}section#sales .arrows button:hover{background:var(--yellow-dark);color:var(--text-color);transform:translateY(-5px);box-shadow:10px 10px 25px rgba(50,109,159,0.3)}section#sales .arrows button.prev i{display:block;transform:rotate(180deg)}section#sales .sale-card{padding:40px;border-radius:12px;height:var(--card-height);background:var(--muted-waiting-color);display:flex;align-items:center;position:relative;overflow:hidden;color:var(--white-color)}section#sales .sale-card img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;filter:brightness(0.7);transition:2.5s!important}section#sales .sale-card:hover img{transform:scale(1.2)}section#sales .sale-card .content{max-height:var(--card-content-height);position:relative;z-index:2;transition:1s!important}section#sales .sale-card:hover .content{transform:scale(1.02)}section#sales .sale-card .small{font-size:1.2rem}section#sales .sale-card h4{font-size:2.4rem;margin:0 0 20px 0}section#sales .sale-card button{text-transform:uppercase;padding:7px 25px;border-radius:20px;font-weight:bold;transition:1s !important;margin-top:22px}section#sales .sale-card button:hover{background:var(--yellow-dark);border-color:var(--yellow-dark);transform:translateY(-5px)}section#sales .splide__pagination{transform:translateY(55px)}@media (max-width:521px){section#sales{--card-height:auto;--card-content-height:none}section#sales .arrows{display:none}}
section#indexProducts{margin:30px 0}
section#indexProducts h2{font-size:36px}.product-card{display:flex;flex-direction:column;margin-bottom:50px;overflow:hidden;position:relative}
.product-card a{color:var(--text-color);text-decoration:none}
.product-card h4{margin-top:5px}
.product-card .category a:hover{color:var(--yellow-dark)}
.product-card h4 a:hover{color:var(--yellow-dark)}
.product-card .sale{position:absolute;top:15px;left:15px;z-index:5}
.product-card figure{width:100%;height:480px;margin:0;overflow:hidden;border-radius:12px 12px 0 0;background:var(--muted-main-color)}
.product-card figure img{width:100%;height:100%;object-fit:cover;transition:5s!important}
.product-card.disabled figure img{filter:saturate(0.5);opacity:0.7}
.product-card figure img:hover{transform:scale(1.2)}
.product-card .category{font-size:12px;font-weight:300}
.product-card .prices,
.product-page .prices{display:flex;align-items:center;justify-content:start;gap:15px;margin:5px 0}
.product-card .price{margin-top:5px;font-size:20px;font-weight:bold}
.product-card .price span,
.product-page .price span{border-bottom:solid 3px var(--yellow-dark);white-space:nowrap;font-weight:900}
.product-card .price i.icon-rub,
.product-page .price i.icon-rub{font-size:18px;color:var(--color-6)}
.product-card .price.old,
.product-card .price.old i.icon-rub,
.product-page .price.old,
.product-page .price.old i.icon-rub{font-size:15px;color:var(--color-9);position:relative}
.product-card .price.old:after,
.product-page .price.old:after{position:absolute;content:'';width:calc(100% + 10px);left:50%;height:2px;top:50%;opacity:0.6;background:var(--bs-danger);transform:rotate(3deg) translate(-50%,-50%)}
.product-card .price.old span{border:none}
.product-page .price-title{font-weight:normal;font-size:14px;position:absolute;top:0;left:0;transform:translateY(-120%)}
.product-page .price{margin:25px 0;font-size:18px;line-height:1;font-weight:900;position:relative}
.product-page .price span{font-size:32px}
.product-page .price.old,
.product-page .price.old span{font-size:22px}
.product-page .price.old .badge{position:absolute;top:0;left:0;font-size:10px;transform:translateY(-130%)}
.product-card .cart,
.product-page .cart{text-transform:uppercase;margin:0 0 15px 0;height:45px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--yellow-dark);cursor:pointer;font-weight:500;transition:0.3s;border-radius:0 0 12px 12px}
.product-card .cart.active,
.product-page .cart.active{background:var(--success-color);color:var(--white-color)}
.product-card .cart-btn,
.product-page .cart-btn{display:inline-flex;align-items:center;gap:5px}
.product-card .cart-btn span,
.product-page .cart-btn span{background:var(--white-color);color:var(--bs-success);font-size:11px;font-weight:900;padding:0 5px;min-width:20px;border-radius:15px;height:18px;display:flex;align-items:center;justify-content:center}
.product-card .cart.active:hover,
.product-page .cart.active:hover{background:var(--bs-success)}
.product-card .cart i.icon-bag,
.product-page .cart i.icon-bag{font-size:20px}
.product-card .cart:hover,
.product-page .cart:hover{background:var(--bs-yellow);transform:scale(1.05)}
.product-card .control{position:absolute;right:15px;top:15px}
.product-card .version,
.product-page .version{padding:5px 5px 5px 10px;border-radius:5px;border:solid 1px var(--blue-color);display:flex;align-items:center;gap:5px;cursor:pointer;position:relative}
.product-card .version-select,
.product-page .version-select{display:none;padding:10px 2px;background:var(--white-color);border-radius:6px;position:absolute;min-width:100px;min-height:40px;bottom:calc(100% - 10px);right:0;box-shadow:0 3px 12px rgba(0,0,0,0.2);user-select:none}
.product-card .version-select.left,
.product-page .version-select.left{right:auto;left:0}
.product-card .version-select.show,
.product-page .version-select.show{display:block}
.product-page .version-select{left:0;bottom:auto;top:100%;z-index:12}
.product-card .version-select li,
.product-page .version-select li{list-style:none;padding:5px 15px;border-radius:5px;white-space:nowrap;cursor:pointer;text-overflow:ellipsis;overflow:hidden}
.product-card .version-select li:hover,
.product-page .version-select li:hover{background:var(--f0-color)}
.product-card .version-select li.active,
.product-page .version-select li.active{background:var(--link-color);color:var(--white-color)}
.product-card .version i,
.product-page .version i{display:block;transform:rotate(90deg);color:var(--blue-color)}
.product-card .in_stock{color:var(--waiting-color);font-weight:900;font-size:12px}
.product-card .in_stock.active{color:var(--bs-success)}
.product-card .disabled,
.product-page .disabled{background:var(--color-c);color:var(--color-63);text-transform:uppercase;margin:0 0 15px 0;height:45px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:500;transition:0.3s;border-radius:0 0 12px 12px}.product-page .product-version-select{padding:0;margin:10px 0;display:flex;gap:10px;flex-wrap:wrap}
.product-page .product-version-select li{padding:5px 15px;border:solid 1px var(--blue-color);border-radius:5px;color:var(--blue-color);list-style:none;cursor:pointer}
.product-page .product-version-select li.active{background:var(--blue-color);color:var(--white-color)}
.product-page .product-version-select li.not-available,
.product-page .product-version-select li.not-available.active{border:dashed 1px var(--color-c);color:var(--color-c);background:none}#productToolbox{border-radius:10px;margin-top:15px}
#productToolbox .filter-list{margin:0;padding:0;display:flex;align-items:center;gap:10px;font-size:12px;flex-wrap:wrap}
#productToolbox .filter-list li{list-style:none;background:var(--max-muted-waiting-color);padding:6px 14px;display:flex;gap:5px;flex-wrap:nowrap;align-items:center;border-radius:20px;cursor:pointer}
#productToolbox .filter-list li:hover{background:var(--blue-color);color:var(--white-color)}
#filtersButton{display:flex;align-items:center;gap:8px;text-transform:uppercase}.filter-select{position:relative;z-index:6}
.filter-select .select-value{padding:5px 12px;display:inline-flex;justify-content:space-between;align-items:center;gap:8px;cursor:pointer;border-radius:5px;border:solid 1px var(--blue-color);position:relative;z-index:8;background:var(--white-color);max-width:100%}
.filter-select .select-value span{overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis}
.filter-select i.dropdown-btn{display:block;transform:rotate(90deg);font-size:11px}
.filter-select .select-found{position:absolute;left:0;top:100%;z-index:7;padding:0;background:var(--white-color);box-shadow:5px 5px 15px rgba(0,0,0,0.1);max-height:400px;overflow:hidden;height:0;transition:0.3s;border-radius:5px}
.filter-select .select-found.active{overflow:auto}
.filter-select .select-found li{padding:5px 15px;list-style:none;cursor:pointer;white-space:nowrap;max-width:100%;text-overflow:ellipsis}
.filter-select .select-found li.active,
.filter-select .select-found li.active:hover{background:var(--main-blue);color:var(--white-color);font-weight:bold}
.filter-select .select-found li:hover{background:var(--f0-color);color:var(--text-color)}.product-page{}
.product-page .product-h1{font-size:36px;margin-bottom:24px;font-weight:900}
.product-image-slider{margin-bottom:40px}
.product-image-slider figure{height:450px;width:90%;margin:auto}
.product-image-slider figure img{width:100%;height:100%;object-fit:contain}
.product-sale-box{border:solid 1px var(--color-c);border-radius:5px;padding:20px 30px;margin-bottom:20px}
.product-page article h1{font-size:4rem;font-weight:900;text-transform:uppercase;line-height:1.2;margin-bottom:30px;color:var(--color-63)}
.product-page .in_stock{color:var(--waiting-color);font-weight:900;font-size:16px}
.product-page .in_stock.active{color:var(--bs-success)}
.product-page .cart,
.product-page .disabled{border-radius:5px;margin:20px 0 10px 0}
.product-page .product-volume{margin:5px 0 12px 0}.product-page article h2{margin-bottom:30px;font-size:2.5rem;font-weight:900;color:var(--main-blue)}.product-page article h3{margin:20px 0;font-size:2rem;font-weight:bold;color:var(--color-63)}
.product-content-tabs{padding:0;margin:20px 0 30px 0;display:flex;gap:25px;overflow:auto}
.product-content-tabs li{list-style:none;cursor:pointer;border-bottom:solid 3px var(--color-c);padding:5px;text-transform:uppercase;font-weight:bold;position:relative;transition:color 0.3s;user-select:none}
.product-content-tabs li.active{border-color:var(--yellow-dark);color:var(--yellow-dark)}
.product-content-tabs li.active:after{display:none}
.product-content-tabs li:not(.active):hover{color:var(--blue-color)}
.product-content-tabs li:after{position:absolute;left:50%;height:3px;width:0;bottom:-3px;z-index:7;transform:translateX(-50%);background:var(--blue-color);content:'';transition:0.3s;visibility:hidden}
.product-content-tabs li:not(.active):hover:after{width:100%;visibility:visible}
.product-content-tab-items .product-content-tab{display:none}
.product-content-tab-items .product-content-tab.active{display:block}.info-download{display:flex;align-items:center;margin:2rem 0}
.info-download img{width:100px}
.info-download-text a{font-size:1.2rem;text-transform:uppercase;display:block;color:var(--link-color);text-decoration:none;font-weight:bold;line-height:1}.info-download-text small{color:var(--color-6)}@media screen and (max-width:786px){.filter-select .select-value{display:flex}}
@media screen and (max-width:510px){#productSorting .select-found{left:auto;right:0}.product-image-slider figure{height:350px}.filter-select .select-value{display:flex}}
section#call-to-action{padding:0;position:relative;background:var(--main-blue) url('../../../assets/images/call-to-action/background-mute.webp');background-size:cover;margin-top:50px}section#call-to-action .container{z-index:2;position:relative}section#call-to-action .image{position:relative;width:100%;height:0;padding-bottom:100%}section#call-to-action .image img{width:130%;max-width:700px;position:absolute;bottom:0;left:0;filter:saturate(0.85)}section#call-to-action .cta-container{}section#call-to-action .cta-text{color:var(--white-color);font-size:18px;padding:30px 0}section#call-to-action h2{font-size:3rem;margin-bottom:30px;text-transform:uppercase;font-weight:900}section#call-to-action .cta-form-opener button{height:45px;padding:5px 35px;font-size:17px;margin-top:20px}section#call-to-action .cta-form{background:var(--white-color);padding:50px;max-width:480px;margin:0 auto -130px auto;border-radius:25px;position:relative;top:-120px;overflow:hidden;color:var(--color-63);font-size:16px;box-shadow:0 0 35px rgba(0,0,0,0.3)}section#call-to-action .cta-form h2{font-size:2rem;color:var(--main-blue)}section#call-to-action .cta-form-send button{height:45px;padding:5px 35px;font-size:18px}section#call-to-action .cta-form .checkbox{font-size:16px}section#call-to-action .cta-form-cancel.on-form{font-size:15px;color:var(--color-63)}section#call-to-action .cta-form{}@media (max-width:575.9px){section#call-to-action{padding:70px 0;overflow:hidden}section#call-to-action h2{font-size:2rem}}@media (min-width:576px) and (max-width:767.9px){section#call-to-action{padding:70px 0;overflow:hidden}section#call-to-action h2{font-size:2rem}}@media (min-width:768px) and (max-width:991.9px){section#call-to-action{padding:70px 0}section#call-to-action h2{font-size:2rem}section#call-to-action .cta-text{font-size:13px}section#call-to-action .cta-form{margin:0 auto -120px auto}}@media (min-width:992px) and (max-width:1199.9px){section#call-to-action h2{font-size:2.2rem}section#call-to-action .cta-form{margin:0 auto -120px auto}section#call-to-action .image img{width:100%}}@media (min-width:1200px) and (max-width:1400px){section#call-to-action h2{font-size:2.2rem}section#call-to-action .image img{width:100%}}@media (min-width:1400px){}
section.certificates{padding-bottom:50px}
section.certificates h2{font-size:2.9rem;font-weight:900;text-transform:uppercase;line-height:1.2}
section.certificates .certificates-gallery{height:600px}
section.certificates .certificates-gallery .slide{width:100%;height:100%}
section.certificates .certificates-gallery .slide img{width:100%;height:100%;object-fit:contain}
section.certificates .certificates-gallery .splide__track,
section.certificates .certificates-gallery .splide__list{width:100%;height:100%}
section.certificates .certificates-gallery .splide__arrow{width:50px;height:50px;background:var(--f7-color)}
section.certificates .certificates-gallery .splide__arrow--prev{transform:translateX(35px)}
section.certificates .certificates-gallery .splide__arrow--next{transform:translateX(-35px)}
section.certificates .certificates-gallery .splide__arrow path,
section.certificates .certificates-gallery .splide__arrow svg{fill:var(--link-color)}section.certificates .text{margin:30px 0}
section.certificates .download-certificate{display:flex;align-items:center;margin:2rem 0}
section.certificates .download-certificate img{width:100px}
section.certificates .download-certificate a{font-size:1.2rem;text-transform:uppercase;display:block;color:var(--link-color);text-decoration:none;font-weight:bold;line-height:1}
@media (max-width:600px){section.certificates .splide__arrows{display:none}section.certificates h2{font-size:2.2rem}