@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;font-family:"Manrope",sans-serif;background:#323232}h1,h2,h3,h4,h5,h6,span,p{margin:0;padding:0}a,a:hover{text-decoration:none;display:inline-block}ul{list-style:none;margin:0;padding:0}li{list-style:none}.wrapper{overflow:clip;width:100%;position:relative}h2{color:#fff;text-align:center;font-family:Manrope;font-size:56px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:32px}button{border:none;background-color:transparent}.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1296px}header{background:#323232;box-shadow:5px 5px 30px 0 rgba(0,0,0,.1);padding:10px 0 16px;margin-bottom:60px;position:relative;z-index:10;transition:.3s all ease}header .header_top{display:flex;justify-content:space-between}header .header_top .address_h a{font-size:16px;font-style:normal;font-weight:400;line-height:100%;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none}header .header_top .address_h a img{margin-right:8px}header .header_top .time_headers p{color:rgba(255,255,255,.55);font-size:16px;font-style:normal;font-weight:400;line-height:20px}header .header_top .time_headers p span{color:#fff}header .header_block{display:flex;justify-content:space-between;align-items:center;padding-top:27px}header .header_block .logo img{width:300px}header .header_block .menu_header ul{position:relative;display:flex;gap:32px;list-style:none;flex-direction:row}header .header_block .menu_header ul li.current-menu-item a{color:#fdb415}header .header_block .menu_header ul li.current-menu-item a~.sub-menu a{color:#fff}header .header_block .menu_header ul li a{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px;transition:all .3s ease;text-decoration:none}header .header_block .menu_header ul li a:hover{color:#fdb415}header .header_block .menu_header ul .arrow{transition:.25s}header .header_block .menu_header ul .has-dropdown,header .header_block .menu_header ul .menu-item-has-children{position:relative}header .header_block .menu_header ul .has-dropdown:after,header .header_block .menu_header ul .menu-item-has-children:after{content:'';position:absolute;width:100%;height:50px;background-color:transparent;top:90%;left:0;visibility:hidden}header .header_block .menu_header ul .has-dropdown:hover:after,header .header_block .menu_header ul .menu-item-has-children:hover:after{visibility:visible}header .header_block .menu_header ul .has-dropdown:hover .dropdown,header .header_block .menu_header ul .menu-item-has-children:hover .sub-menu{opacity:1;transform:translateY(0);pointer-events:auto;z-index:2}header .header_block .menu_header ul .menu-item-has-children:before{content:'';position:absolute;width:16px;height:16px;top:5px;right:-20px;background-image:url(//ltdvelo.by/wp-content/themes/bike/assets/css/../img/menu.svg);transition:.3s ease}header .header_block .menu_header ul .has-dropdown:hover .arrow,header .header_block .menu_header ul .menu-item-has-children:hover:before{transform:rotate(180deg)}header .header_block .menu_header ul .dropdown,header .header_block .menu_header ul .sub-menu{position:absolute;top:34px;left:0;min-width:220px;background:#1f1f1f;border-radius:16px;padding:10px;box-shadow:0 10px 30px rgba(0,0,0,.6);opacity:0;transform:translateY(10px);pointer-events:none;transition:.25s ease;flex-direction:column;gap:0}header .header_block .menu_header ul .dropdown a,header .header_block .menu_header ul .sub-menu a{display:block;padding:10px 14px;border-radius:12px;font-size:14px;color:#fff}header .header_block .menu_header ul .dropdown a:hover,header .header_block .menu_header ul .sub-menu a:hover{background:#333}header .header_block .menu_header ul .dropdown a.active,header .header_block .menu_header ul .sub-menu a.active{background:#3a3a3a}header .header_block .btns_header{display:flex;justify-content:space-between;gap:16px}header .header_block .btns_header .search-box{width:150px;border-radius:32px;border:1px solid rgba(255,255,255,.5);color:#fff;padding:12px 16px}header .header_block .btns_header .search-box .search-input{display:flex;align-items:center}header .header_block .btns_header .search-box .search-input img{margin-right:10px}header .header_block .btns_header .search-box .search-input input{background:0 0;border:none;outline:none;width:100%;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:20px}header .header_block .btns_header .search-box .search-input input::-moz-placeholder{color:rgba(255,255,255,.5)}header .header_block .btns_header .search-box .search-input input::placeholder{color:rgba(255,255,255,.5)}header .header_block .btns_header .search-box .search-list{margin-top:10px;list-style:none;padding:0;display:none;position:absolute}header .header_block .btns_header .search-box .search-list li{padding:8px 10px;border-radius:8px;cursor:pointer;font-size:14px}header .header_block .btns_header .search-box .search-list li:hover{background:#333}header .header_block .btns_header .btns_order button{border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);padding:16px 30px;color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;border:none;cursor:pointer;transition:all .3s ease}header .header_block .btns_header .btns_order button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(253,180,21,.4)}header .header_block .btns_header .mobile-icons{display:none}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#1f1f1f;z-index:2000;transition:right .3s ease;overflow-y:auto;padding:20px;padding-bottom:100px}.mobile-menu.active{right:0}.mobile-menu .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.mobile-menu .mobile-menu-header .close-menu{background:0 0;border:none;cursor:pointer;padding:10px}.mobile-menu .mobile-nav{display:flex;flex-direction:column;margin-bottom:30px;align-items:center;justify-content:center}.mobile-menu .mobile-nav .mobile-nav-item{width:100%;text-align:center;color:#fff;font-size:28px;font-weight:600;text-decoration:none;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu .mobile-nav .mobile-nav-item.highlight{background:linear-gradient(84deg,#fad91d,#fdb415);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mobile-menu .mobile-nav .mobile-dropdown{border-bottom:1px solid rgba(255,255,255,.1);width:100%;text-align:center}.mobile-menu .mobile-nav .mobile-dropdown .mobile-dropdown-trigger{background:0 0;border:none;color:#fff;font-size:28px;font-weight:600;padding:18px 0;cursor:pointer;text-align:center}.mobile-menu .mobile-nav .mobile-dropdown .mobile-dropdown-trigger:after{content:'';display:inline-block;margin-left:10px;width:16px;height:16px;background-image:url(//ltdvelo.by/wp-content/themes/bike/assets/css/../img/menu.svg);background-size:contain;background-repeat:no-repeat}.mobile-menu .mobile-nav .mobile-dropdown.active .mobile-dropdown-trigger:after{transform:rotate(180deg)}.mobile-menu .mobile-nav .mobile-dropdown .mobile-dropdown-trigger .mobile-arrow{transition:transform .3s ease}.mobile-menu .mobile-nav .mobile-dropdown .mobile-dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-menu .mobile-nav .mobile-dropdown .mobile-dropdown-content a{display:block;color:#fff;font-size:18px;font-weight:500;padding:12px 0 12px 12px;text-decoration:none}.mobile-menu .mobile-nav .mobile-dropdown .mobile-dropdown-content a.highlight{color:#fdb415 !important}.mobile-menu .mobile-nav .mobile-dropdown .mobile-dropdown-content a:hover{color:#fdb415}.mobile-menu .mobile-nav .mobile-dropdown.active .mobile-arrow{transform:rotate(180deg)}.mobile-menu .mobile-nav .mobile-dropdown.active .mobile-dropdown-content{max-height:300px}.mobile-menu .mobile-search{display:flex;align-items:center;gap:10px;padding:16px;border:2px solid #fad91d;border-radius:32px;margin-bottom:20px}.mobile-menu .mobile-search img{width:20px;height:20px}.mobile-menu .mobile-search input{flex:1;background:0 0;border:none;outline:none;color:#fff;font-size:16px}.mobile-menu .mobile-search input::-moz-placeholder{color:rgba(255,255,255,.5)}.mobile-menu .mobile-search input::placeholder{color:rgba(255,255,255,.5)}.mobile-menu .mobile-order-btn{width:100%;padding:16px;background:linear-gradient(84deg,#fad91d,#fdb415);border:none;border-radius:32px;color:#323232;font-size:18px;font-weight:500;cursor:pointer;margin-bottom:30px}.mobile-menu .mobile-footer{display:flex;flex-direction:column;gap:20px}.mobile-menu .mobile-footer .mobile-info{display:flex;align-items:flex-start;gap:12px}.mobile-menu .mobile-footer .mobile-info img{width:24px;height:24px;flex-shrink:0}.mobile-menu .mobile-footer .mobile-info p{color:#fff;font-size:14px;line-height:1.4}.mobile-menu .mobile-footer .mobile-info p.highlight{background:linear-gradient(84deg,#fad91d,#fdb415);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mobile-menu .mobile-footer .mobile-phones{display:flex;align-items:flex-start;gap:12px}.mobile-menu .mobile-footer .mobile-phones img{width:24px;height:24px;flex-shrink:0}.mobile-menu .mobile-footer .mobile-phones div{display:flex;gap:8px}.mobile-menu .mobile-footer .mobile-phones div a{color:#fad91d;font-size:14px;text-decoration:none}.mobile-menu .mobile-footer .mobile-phones div a.highlight{background:linear-gradient(84deg,#fad91d,#fdb415);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mobile-menu .mobile-footer .mobile-phones div a:hover{text-decoration:underline}.search-modal{position:fixed;top:0;left:0;width:100%;height:100vh;background:#1f1f1f;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:20px;display:flex;flex-direction:column}.search-modal.active{opacity:1;pointer-events:auto}.search-modal .search-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.search-modal .search-modal-header .close-search{background:0 0;border:none;cursor:pointer;padding:10px}.search-modal .search-modal-content{flex:1;display:flex;flex-direction:column}.search-modal .search-modal-content .search-input-large{display:flex;align-items:center;gap:10px;padding:16px;border:2px solid #fad91d;border-radius:32px;margin-bottom:40px}.search-modal .search-modal-content .search-input-large img{width:20px;height:20px}.search-modal .search-modal-content .search-input-large input{flex:1;background:0 0;border:none;outline:none;color:#fff;font-size:16px}.search-modal .search-modal-content .search-input-large input::-moz-placeholder{color:rgba(255,255,255,.5)}.search-modal .search-modal-content .search-input-large input::placeholder{color:rgba(255,255,255,.5)}.search-modal .search-modal-content .search-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.search-modal .search-modal-content .search-empty .search-icon-large{opacity:.3}.search-modal .search-modal-content .search-empty p{color:rgba(255,255,255,.5);font-size:18px}.search-modal .search-modal-footer{display:flex;flex-direction:column;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.search-modal .search-modal-footer .mobile-info{display:flex;align-items:flex-start;gap:12px}.search-modal .search-modal-footer .mobile-info img{width:24px;height:24px;flex-shrink:0}.search-modal .search-modal-footer .mobile-info p{color:rgba(255,255,255,.7);font-size:14px;line-height:1.4}.search-modal .search-modal-footer .mobile-info p a{color:#fad91d;text-decoration:none}.search-modal .search-modal-footer .mobile-phones{display:flex;align-items:flex-start;gap:12px}.search-modal .search-modal-footer .mobile-phones img{width:24px;height:24px;flex-shrink:0}.search-modal .search-modal-footer .mobile-phones div{display:flex;flex-direction:column;gap:8px}.search-modal .search-modal-footer .mobile-phones div a{color:#fad91d;font-size:14px;text-decoration:none}.bg_photo{position:relative}.bg_photo img{top:-189px;position:absolute}.bg_photo1{position:relative}.bg_photo1 img{top:-189px;position:absolute;right:0}.bg_photo_ss{position:relative}.bg_photo_ss img{top:450px;position:absolute;right:0}.bg_photo2{position:relative}.bg_photo2 img{top:-9px;position:absolute;left:0}.bg_photo3{position:relative}.bg_photo3 img{top:-9px;position:absolute;left:0}.breadcrumbs{position:relative;z-index:5}.breadcrumbs .breadcrumb-item a{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.breadcrumbs .breadcrumb-item.active{color:#fad91d;font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.breadcrumbs .breadcrumb-item+.breadcrumb-item:before{color:#fff}.breadcrumbs img{margin-right:25px}.banners_about{position:relative;padding-bottom:120px}.banners_about .block_banner{border-radius:36px;background:#424242;padding:54px 87px;text-align:center}.banners_about .block_banner h2{background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;font-family:Manrope;font-size:50px;font-style:normal;font-weight:800;line-height:130%;text-transform:uppercase;margin-bottom:24px}.banners_about .block_banner p{color:rgba(255,255,255,.85);text-align:center;font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:60px}.banners_about .block_banner a{border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);padding:16px 30px;color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px}.hero{padding-bottom:120px}.hero .slider_hero .heroSwiper{position:relative;border-radius:24px;overflow:hidden;background:#4a4a4a}.hero .slider_hero .swiper-slide{display:flex;align-items:center;justify-content:center}.hero .slider_hero .slide-content{width:100%;height:100%}.hero .slider_hero .slide-content img{width:100%;height:100%;object-fit:cover}.hero .slider_hero .swiper-pagination{position:absolute;bottom:20px !important;left:20px !important;width:auto !important;display:flex;gap:8px;align-items:center}.hero .slider_hero .swiper-pagination-bullet{width:32px;height:8px;border-radius:10px;background:#fff;opacity:1}.hero .slider_hero .swiper-pagination-bullet-active{background:#f5c842;width:64px;height:12px;opacity:1}.hero .slider_hero .nav{position:absolute;bottom:18px;right:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s;font-size:16px;z-index:1}.hero .slider_hero .prev{right:101px}.hero .slider_hero .next{right:20px}.fabs_links .fab{position:fixed;right:20px;bottom:0;z-index:999}.fabs_links .fab-main{cursor:pointer;position:relative}.progress-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);pointer-events:none}.progress-ring__circle{stroke-dasharray:213.6;stroke-dashoffset:213.6;transition:stroke-dashoffset .15s linear}.fabs_links .fab-menu{position:absolute;bottom:104px;right:19px;display:flex;flex-direction:column;gap:12px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.25s ease}.fabs_links .fab.open .fab-menu{opacity:1;transform:translateY(0);pointer-events:auto}.fabs_links .fab-item{width:60px;height:60px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;cursor:pointer}.fabs_links .close{background:0 0;border:2px solid #f5c842;color:#f5c842}.bycyle{position:relative;padding-bottom:126px}.bycyle .title{text-align:center}.bycyle .title h2{color:#fff;font-family:Manrope;font-size:56px;font-style:normal;font-weight:700;line-height:120%}.bycyle .category-card{position:relative;height:400px;border-radius:24px;overflow:hidden;cursor:pointer;margin-bottom:24px}.bycyle .category-card:hover .card-hover{transform:translateY(0)}.bycyle .card-bg{width:100%;height:100%}.bycyle .card-bg img{width:100%;height:100%;object-fit:cover}.bycyle .card-title{position:absolute;bottom:20px;left:20px;color:#fff;font-size:24px;font-style:normal;font-weight:600;line-height:100%;z-index:2}.bycyle .card-hover{position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);padding:20px;display:flex;justify-content:space-between;align-items:center;font-weight:500;border-radius:0 0 24px 24px;z-index:3;transform:translateY(100%);transition:.3s ease;color:rgba(50,50,50,.95);font-family:Manrope;font-size:24px;font-style:normal;font-weight:600;line-height:100%}.products_xit{padding-bottom:120px;position:relative}.products_xit .swiper-slide{height:auto}.products_xit .products-slider{position:relative}.products_xit .productsSwiper{position:relative}.products_xit .product-card{background:#424242;border-radius:24px;overflow:hidden;min-height:400px;display:flex;flex-direction:column;height:100%}.products_xit .product-img{height:300px;background:#4c4c4c}.products_xit .product-img img{width:100%;height:100%;object-fit:cover}.products_xit .product-info{padding:23px 20px 20px;color:#fff;display:flex;flex-direction:column;gap:6px;height:45%;justify-content:space-between}.products_xit .title{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:100%;padding-bottom:10px;text-align:start}.products_xit .old{text-decoration:line-through;color:#e3e3e3;opacity:.7;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:100%;margin-top:auto;margin-bottom:-14px}.products_xit .bottom{margin-top:0;display:flex;justify-content:space-between;align-items:center}.products_xit .price{color:#f5c842;font-family:Manrope;font-size:28px;font-style:normal;font-weight:700;line-height:100%}.products_xit .btn{color:rgba(50,50,50,.95);padding:16px 30px;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer;border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);width:220px}.products_xit .nav{position:absolute;top:-95px;right:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:10}.products_xit .prev{right:81px}.products_xit .next{right:0}.products_xit .swiper-pagination{margin-top:6px;position:static;display:flex;justify-content:center;gap:6px;margin-top:32px;align-items:center}.products_xit .swiper-pagination-bullet{width:32px;height:8px;border-radius:10px;background:#fff;opacity:1}.products_xit .swiper-pagination-bullet-active{background:#f5c842;width:64px;height:12px;opacity:1}.advantages{position:relative;padding-bottom:120px}.advantages .items_ad{border-radius:32px;background:linear-gradient(180deg,#111414 0%,rgba(50,50,50,0) 100%);position:relative;padding:71px 14px 39px;margin-top:70px;height:250px}.advantages .items_ad .icon_item{position:absolute;top:-63px;right:91px}.advantages .items_ad .infos{text-align:center;display:flex;flex-direction:column;align-items:center}.advantages .items_ad .infos p{color:#fff;text-align:center;font-family:Manrope;font-size:20px;font-style:normal;font-weight:600;line-height:140%;max-width:229px;margin-bottom:16px}.advantages .items_ad .infos h3{color:rgba(255,255,255,.05);font-family:Manrope;font-size:56px;font-style:normal;font-weight:700;line-height:100%}.about{padding-bottom:120px}.about .about_block{border-radius:50px;padding:45px 111px;text-align:center;background:radial-gradient(55.24% 54.17% at 50% 45.83%,rgba(17,20,20,0) 0%,#111414 100%),#424242}.about .about_block h3{color:#fff;font-size:56px;font-style:normal;font-weight:700;line-height:120%;padding-bottom:16px;text-align:center}.about .about_block p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;padding-bottom:15px;text-align:start}.about .about_block a{padding:16px 30px;border-radius:32px;border:1px solid #fad91d;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;width:220px}.maps{padding-bottom:120px;position:relative}.maps .map-wrapper{position:relative;height:785px;border-radius:24px;overflow:hidden}.maps .map-box{width:100%;height:100%}.maps .map-box iframe{width:100%;height:100%;border:0;filter:brightness(.9) contrast(1.1) saturate(.9);border-radius:24px}.maps .shop-panel{position:absolute;top:20px;left:20px;max-width:548px;height:calc(100% - 40px);border-radius:32px;background:rgba(17,20,20,.85);box-shadow:10px 10px 20px 0 rgba(0,0,0,.25);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);padding:30px;color:#fff;z-index:2;display:flex;flex-direction:column}.maps .shop-panel h2{color:#fff;font-family:Manrope;font-size:40px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:30px;text-align:start}.maps .info{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.maps .info li{color:#f5c842;font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.maps .info li.time{color:#fff}.maps .info li a{color:#f5c842;text-decoration:none}.maps .info li img{margin-right:8px;max-width:20px}.maps .socials{display:flex;gap:10px;margin:16px 0}.maps form{margin-top:auto;display:flex;flex-direction:column;gap:10px}.maps form label p{color:#fff;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:8px;margin-left:8px}.maps form input[type=text],.maps form input[type=tel]{width:100%;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px;color:#fff;border-radius:32px;border:1px solid rgba(255,255,255,.5);padding:16px 20px;background-color:transparent;margin-bottom:16px}.maps form input[type=text]::-moz-placeholder,.maps form input[type=tel]::-moz-placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.maps form input[type=text]::placeholder,.maps form input[type=tel]::placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.maps form br{display:none}.maps form label{display:inherit}.maps form button,.maps form input[type=submit]{margin-top:10px;border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);border:none;padding:16px 30px;font-weight:500;cursor:pointer;color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;width:100%}.maps form .checks{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maps form .checks input{width:24px;height:24px;accent-color:#fad91d;border-radius:5px;border:2px solid #fad91d;cursor:pointer;background-color:transparent}.maps form .wpcf7-list-item-label{width:24px;height:24px;border:2px solid #f5c842;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:.2s;cursor:pointer}.maps form .checks input:checked+.wpcf7-list-item-label{background:#f5c842}.maps form .checks input:checked+.wpcf7-list-item-label:after{content:"";width:6px;height:10px;border:solid #111;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-1px}.maps form .politik{color:#fff;font-family:Manrope;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.maps form .politik a{color:#fff;text-decoration:underline}.comments .comment_block{border-radius:32px;background:linear-gradient(200deg,#111414 -3.75%,rgba(17,20,20,.5) 118.49%);padding:20px;max-width:306px}.comments .comment_block .img_comment{margin-bottom:24px}.comments .comment_block .img_comment img{width:60px;height:60px;aspect-ratio:1/1;border-radius:60px}.comments .comment_block .infos p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:32px}.comments .comment_block .infos h3{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.comments .comment_block .infos h4{color:#fff;font-family:Manrope;font-size:14px;font-style:normal;font-weight:300;line-height:normal;margin-top:8px}.comments .yellow_bg{border-radius:32px;background:linear-gradient(64deg,#fad91d 7.18%,#fdb415 86.18%)}.comments .yellow_bg .infos p{color:#111414}.comments .yellow_bg .infos h3{color:#111414}.comments .yellow_bg .infos h4{color:#111414}.articels{position:relative;padding-bottom:120px}.articels .btns_tops{position:relative}.articels .btns_tops a{background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;border-radius:32px;border:1px solid #fad91d;padding:16px 30px;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;width:220px;text-align:center;position:absolute;top:-86px;right:0}.articels .items{margin-bottom:24px}.articels .items .img_articel img{border-radius:32px;width:100%;height:300px;object-fit:cover}.articels .items .info_articel h3{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:500;line-height:120%;margin-top:12px}.articels .items .info_articel p{color:#fff;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:120%;margin-top:16px}.footer_f{position:relative}.footer_f .footer{color:#fff;padding:50px 0 20px;font-size:13px}.footer_f .footer a{color:#f5c842;text-decoration:none}.footer_f .footer a:hover{color:#f5c842}.footer_f .footer-col{display:flex;flex-direction:column;gap:12px}.footer_f .footer-col h4{color:#f5c842;margin-bottom:16px;font-family:Manrope;font-size:20px;font-style:normal;font-weight:600;line-height:100%;margin-top:75px}.footer_f .logo{font-size:22px;font-weight:700;color:#f5c842;margin-bottom:32px}.footer_f .links{display:flex;flex-direction:column;gap:6px;margin-bottom:24px}.footer_f .links a{color:rgba(255,255,255,.75);font-family:Manrope;font-size:14px;font-style:normal;font-weight:400;line-height:150%;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:6.5%;text-underline-offset:13%;text-underline-position:from-font}.footer_f .socials{display:flex;gap:18px}.footer_f .cols{display:flex;gap:12px}.footer_f .cols ul{list-style:none;padding:0;margin:0}.footer_f .cols.cols_desctop ul{max-width:120px}.footer_f .cols .menu-footer_bikes_filters-container ul{display:flex;flex-wrap:wrap;flex-direction:row}.footer_f .cols .menu-footer_bikes_filters-container{width:100%}.footer_f .cols ul li{margin-bottom:6px}.footer_f .cols .menu-footer_bikes_filters-container ul li{margin-bottom:6px;width:30%}@media (max-width:800px){.footer_f .cols .menu-footer_bikes_filters-container ul li{width:50%}.footer_f .cols .menu-footer_bikes_filters-container ul{width:100%}}.footer_f .cols ul li a{color:rgba(255,255,255,.75);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.footer_f .badges{display:flex;gap:10px;margin-bottom:10px}.footer_f .menus{display:flex;flex-direction:column;gap:16px;margin-top:74px}.footer_f .menus a{color:#fff;font-family:Manrope;font-size:20px;font-style:normal;font-weight:600;line-height:100%}.footer_f .badge{border-radius:10px;font-weight:700;display:flex;align-items:center;justify-content:center;transform:translateX(-110px)}.footer_f .address{color:#f5c842;font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.footer_f .time{color:rgba(255,255,255,.55);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.footer_f .time span{color:#fff}.footer_f .bottom{margin-top:24px;text-align:center;color:rgba(255,255,255,.75);text-align:center;font-family:Manrope;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.missions{position:relative;padding-bottom:120px;z-index:2}.missions .items_info{margin-top:20px}.missions .items_info h3{color:#fff;font-family:Manrope;font-size:56px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:32px}.missions .items_info p{color:rgba(255,255,255,.85);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px}.missions .items_info p:last-child{margin-bottom:0}.missions .items_info .btns_s{text-align:end;margin-top:30px}.missions .items_info a{color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);padding:16px 30px}.spare{position:relative;z-index:5;padding-bottom:120px}.spare img{border-radius:32px}.teams{border-radius:32px;background:#424242;padding:25px 30px 30px}.teams img{width:100%;height:231px;object-fit:cover;border-radius:36px;margin-bottom:21px}.teams h3{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:600;line-height:140%;margin-bottom:8px}.teams h4{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:140%;margin-bottom:16px}.teams p{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.gallery_item img{border-radius:32px}.catalog_top{position:relative;padding-bottom:30px}.catalog_top .title2{margin-bottom:32px}.catalog_top .row{gap:10px 0}.catalog_top .title2 h3,.catalog_top .title2 h1{background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Manrope;font-size:60px;font-style:normal;font-weight:800;line-height:100%;text-transform:uppercase}.catalog_top .card_catalogs .card_hovers{position:relative;overflow:hidden;cursor:pointer;border-radius:24px;display:flex;height:100%}.catalog_top .card_catalogs .card_hovers:hover .card-hover{transform:translateY(0)}.catalog_top .card_catalogs .card-hover{position:absolute;left:0;bottom:0;width:100%;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);padding:10px;display:flex;justify-content:space-between;align-items:center;font-weight:500;border-radius:0 0 24px 24px;z-index:3;transform:translateY(100%);transition:.3s ease;color:rgba(50,50,50,.95);font-family:Manrope;font-size:16px;font-style:normal;font-weight:600;line-height:100%}.catalog_top .card_catalogs .item{position:relative}.catalog_top .card_catalogs .item img{border-radius:24px;width:100%;height:100%;object-fit:cover}.catalog_top .card_catalogs .item p{position:absolute;bottom:18px;left:21px;color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:100%}.catalog_top .accsessur{display:flex;gap:24px;align-items:center}.catalog_top .accsessur .photos_ac img{border-radius:32px}.catalog_top .accsessur .infos{max-width:704px}.catalog_top .accsessur .infos p{color:rgba(255,255,255,.85);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px}.filtrs{position:relative;padding-bottom:120px}.filtrs .top_file{display:flex;justify-content:end;align-items:center;gap:25px;margin-bottom:24px}.filtrs .top_file .name_p p{color:rgba(255,255,255,.85);font-family:Manrope;font-size:24px;font-style:normal;font-weight:500;line-height:100%}.filtrs .top_file .sort{position:relative;width:260px;font-family:sans-serif;height:55px}.filtrs .top_file .sort-btn{width:100%;background:0 0;padding:16px 30px;border-radius:32px;border:1px solid #fad91d;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:border-color .2s,color .2s}.filtrs .top_file .sort-btn:hover{border-color:#ffd95a;color:#ffd95a}.filtrs .top_file .sort-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filtrs .top_file .sort-arrow{transition:transform .25s ease}.filtrs .top_file .sort.open .sort-arrow{transform:rotate(180deg)}.filtrs .top_file .sort-dropdown{margin-top:10px;padding:10px;background:#2f2f2f;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.6);z-index:3;position:relative;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease;display:flex;flex-direction:column}.filtrs .top_file .sort.open .sort-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.filtrs .top_file .sort-option{padding:12px 14px;border-radius:12px;font-size:14px;color:#fff;cursor:pointer;transition:background .2s}.filtrs .top_file .sort-option:hover{background:#3a3a3a}.filtrs .top_file .sort-option.active{background:#3f3f3f}.filtrs .top_file .sort-option+.sort-option{margin-top:4px}.filtrs .body_filtrs .page-numbers{display:flex;gap:16px;justify-content:center;margin-top:48px}.filtrs .body_filtrs .page-numbers .page-numbers{width:38px;height:38px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Manrope;font-weight:600;font-style:SemiBold;font-size:18px;line-height:100%;vertical-align:middle}.filtrs .body_filtrs .page-numbers .page-numbers.current{background:linear-gradient(84.25deg,#fad91d 9.27%,#fdb415 100.75%)}.filtrs .body_filtrs .page-numbers .page-numbers.next,.filtrs .body_filtrs .page-numbers .page-numbers.prev{border:1px solid #fad91d;color:#fad91d}.filtrs .body_filtrs .filter{width:100%;border-radius:32px;background:#424242;padding:40px}.filtrs .body_filtrs .filter h3{color:#fff;margin-bottom:24px}.filtrs .body_filtrs .filter-block{margin-bottom:32px}.filtrs .body_filtrs .group_checks{display:flex;gap:16px;justify-content:space-between}.filtrs .body_filtrs .filter-title{color:#fff;font-family:Manrope;margin-bottom:24px;font-size:22px;font-style:normal;font-weight:700;line-height:100%;display:flex;align-items:center;gap:6px}.filtrs .body_filtrs .filter-title span{font-size:12px;color:#999}.filtrs .body_filtrs .price-range{display:flex;gap:8px}.filtrs .body_filtrs .price-range input{width:100%;background:0 0;border-radius:32px;border:1px solid rgba(255,255,255,.85);color:#fff;padding-left:20px;height:52px;outline:none;color:rgba(255,255,255,.85);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.filtrs .body_filtrs .price-range input::-moz-placeholder{color:rgba(255,255,255,.85);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.filtrs .body_filtrs .price-range input::placeholder{color:rgba(255,255,255,.85);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.filtrs .body_filtrs .check,.filtrs .body_filtrs .radio{display:flex;align-items:center;gap:16px;margin-bottom:16px;cursor:pointer;color:rgba(255,255,255,.85);font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:100%}.filtrs .body_filtrs .check input,.filtrs .body_filtrs .radio input{display:none}.filtrs .body_filtrs .check span,.filtrs .body_filtrs .radio span{width:24px;height:24px;border:1.2px solid #fff;border-radius:5px;display:inline-flex;align-items:center;justify-content:center}.filtrs .body_filtrs .check input:checked+span{background:#fff}.filtrs .body_filtrs .check input:checked+span:after{content:"";width:7px;height:13px;border:solid #111;border-width:0 2px 2px 0;transform:rotate(45deg)}.filtrs .body_filtrs .radio span{border-radius:50%}.filtrs .body_filtrs .radio input:checked+span{background:#fff}.filtrs .body_filtrs .reset{width:100%;border-radius:32px;border:1px solid #fad91d;cursor:pointer;margin-top:10px;border-radius:32px;background:#424242;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;padding:16px 30px;display:flex;align-items:center;justify-content:center}.filtrs .body_filtrs .reset img{margin-left:10px}.filtrs .products_s{display:flex;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:24px}.filtrs .products_s .product-card{width:407px !important}.filtrs .products_s .check_card{color:rgba(255,255,255,.85);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:100%;gap:4px;margin-bottom:0}.filtrs .products_s .check input:checked+span{background:#fad91d}.filtrs .products_s .check input:checked+span:after{content:"";width:7px;height:13px;border:solid #111;border-width:0 2px 2px 0;transform:rotate(45deg)}.filtrs .products_s .item .product-card{background:#424242;border-radius:24px;overflow:hidden;height:100%;min-height:450px;display:flex;flex-direction:column;max-width:416px}.filtrs .products_s .item .product-img{height:300px;background:#4c4c4c}.filtrs .products_s .item .product-img a{display:block;width:100%;height:100%}.filtrs .products_s .item .product-img img{width:100%;height:100%;object-fit:cover}.filtrs .products_s .item .product-info{padding:23px 20px 20px;color:#fff;display:flex;flex-direction:column;height:100%;gap:6px}.filtrs .products_s .item .title{color:#fff;font-family:Manrope;font-size:20px;font-style:normal;font-weight:600;line-height:100%;padding-bottom:16px;display:flex;justify-content:space-between;flex-direction:row}.filtrs .products_s .item .title a{color:#fff;text-align:start}.filtrs .products_s .item .info{margin-top:auto;display:flex;justify-content:space-between;align-items:end;padding-bottom:16px}.filtrs .products_s .item .price-col{display:flex;flex-direction:column}.filtrs .products_s .item .old{text-decoration:line-through;color:#e3e3e3;opacity:.7;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:100%}.filtrs .products_s .item .price{color:#f5c842;font-family:Manrope;font-size:28px;font-style:normal;font-weight:700;line-height:100%}.filtrs .products_s .item .compare-col{display:flex;align-items:center;min-height:28px}.filtrs .products_s .item .bottom{display:flex;justify-content:center;align-items:center}.filtrs .products_s .item .btn{color:rgba(50,50,50,.95);padding:10px 30px;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer;border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);width:100%}.bottom_banner{border-radius:32px;background:#424242;padding:32px;margin-top:64px}.bottom_banner h2{color:#fff;font-family:Manrope;font-size:32px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:10px;text-align:start}.bottom_banner p{color:rgba(255,255,255,.85);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;padding-bottom:10px}.bottom_banner ul{color:rgba(255,255,255,.85);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;padding-bottom:10px;padding-left:20px;list-style:disc}.bottom_banner ul li{list-style:disc}.pagenations_card{text-align:center;padding-top:53px;display:flex;align-items:center;justify-content:center}.pagenations_card .pagination{display:flex;align-items:center;gap:16px;color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:100%;position:relative}.pagenations_card .pg-list{display:flex;align-items:center;gap:14px;list-style:none;padding:0;margin:0}.pagenations_card .pg-item,.pagenations_card .pg-item a{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:.2s}.pagenations_card .pg-item:hover{background:#444}.pagenations_card .pg-item.active{background:#f5c842;color:#fff;font-weight:600;font-size:18px;font-style:normal;font-weight:600;line-height:100%}.pagenations_card .pg-dots{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:100%;pointer-events:none}.pagenations_card .pg-arrow{width:38px;height:38px;border-radius:50%;border:2px solid #f5c842;background:0 0;color:#f5c842;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.pagenations_card .pg-arrow:hover{background:#f5c842;color:#111}.faq{position:relative;padding-bottom:50px}.faq .accardions .accordion{max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px;font-family:sans-serif}.faq .accardions .acc-item{background:linear-gradient(200deg,#111414 -3.75%,rgba(17,20,20,.5) 118.49%);border-radius:32px;overflow:hidden}.faq .accardions .acc-header{padding:32px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#fff;gap:20px}.faq .accardions .acc-title{color:rgba(255,255,255,.85);font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:140%}.faq .accardions .acc-arrow{width:10px;height:10px;border-right:2px solid #aaa;border-bottom:2px solid #aaa;transform:rotate(45deg);transition:transform .3s}.faq .accardions .acc-body{display:none;padding:0 26px 22px;color:rgba(255,255,255,.85);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:150%;transition:.3s all ease}.faq .accardions .acc-item.active .acc-arrow{transform:rotate(-135deg)}.faq .accardions .acc-item.active .acc-body{display:block}.faq .accardions .acc-item.active .acc-body ul li{list-style:disc}.faq .accardions .acc-item.active .acc-body li{list-style:auto}.card_block .mainSwiper{height:380px;border-radius:24px;overflow:hidden;margin-bottom:16px;background:#3f3f3f;height:591px}.card_block .thumbsSwiper{height:183px}.card_block .thumbsSwiper .swiper-wrapper{display:flex}.card_block .thumbsSwiper .swiper-slide{opacity:.5;cursor:pointer}.card_block .thumbsSwiper .swiper-slide-thumb-active{opacity:1}.card_block .img{width:100%;height:100%;background:#4a4a4a;border-radius:16px}.card_block .big{border-radius:24px;overflow:hidden}.card_block .big a{display:flex;height:100%}.card_block .big img{width:100%;height:100%;object-fit:cover}.card_block .thumb{border-radius:16px;overflow:hidden}.card_block .thumb img{width:100%;height:100%}.card_block .card_info{padding:32px;border-radius:32px;background:#424242;margin-bottom:30px}.card_block .card_info .top_info h3{color:#fff;font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:100%;margin-bottom:16px}.card_block .card_info .top_info .prices{display:flex;gap:24px;align-items:baseline}.card_block .card_info .top_info .prices h4{color:#fad91d;font-family:Manrope;font-size:32px;font-style:normal;font-weight:600;line-height:100%}.card_block .card_info .top_info .prices h5{color:#e3e3e3;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:100%;text-decoration:line-through}.card_block .card_info .main_infos{margin-top:10px;margin-bottom:10px}.card_block .card_info .main_infos h3{color:rgba(255,255,255,.85);font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:140%;margin-bottom:10px}.card_block .card_info .main_infos p{color:rgba(255,255,255,.85);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:100%}.card_block .card_info .dop_infos h3{color:rgba(255,255,255,.85);font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:140%;margin-bottom:10px}.card_block .card_info .dop_infos .item{display:flex;justify-content:space-between}.card_block .card_info .dop_infos .item p{color:#fff;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:100%;border-bottom:1px solid rgba(60,60,60,.45);padding-bottom:10px;max-width:168px}.card_block .card_info .dop_infos .item p:last-child{text-align:left !important;min-width:138px;width:min-content;font-weight:800}.card_block .card_info .btns{display:flex;flex-direction:column}.card_block .card_info .btns .btn1{font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:140%;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:7%;text-underline-offset:13.5%;text-underline-position:from-font;color:#fad91d}.card_block .card_info .btns .btn_row{display:flex;gap:16px;justify-content:space-between;flex-wrap:wrap;margin-bottom:24px}.card_block .card_info .btns .btn2{background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:16px 30px;border-radius:32px;border:1px solid #fad91d;text-align:center;cursor:pointer}.card_block .card_info .btns .btn3{color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);padding:16px 30px;margin-bottom:16px;text-align:center;cursor:pointer}.card_info.fixed{position:fixed;top:20px;width:100%;max-width:400px;z-index:100}footer .logo img{width:200px}.faq_in{position:relative}.faq_in .accardions .acc-title{color:rgba(255,255,255,.85);font-family:Manrope;font-size:32px;font-style:normal;font-weight:500;line-height:140%}.faq_in .accardions .info_ins .items h4{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:500;line-height:100%;margin-bottom:35px;margin-top:18px}.faq_in .accardions .info_ins .items .dop_ins{display:flex;gap:86px;border-bottom:1px solid #3c3c3c;padding-top:18px;padding-bottom:18px;padding-left:10px;transition:.5s all ease}.faq_in .accardions .info_ins .items .dop_ins:hover{background-color:#3c3c3c}.faq_in .accardions .info_ins .items .dop_ins p{width:312px;justify-content:space-between;color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:120%}.faq_in .accardions .infos_s p{color:rgba(255,255,255,.85);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px}.left_pod{display:flex;flex-direction:column;justify-content:space-between;align-items:baseline;gap:300px}.title_yellow{color:rgba(255,255,255,.85);text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25);font-family:Manrope;font-size:60px;font-style:normal;font-weight:800;line-height:100%;text-transform:uppercase;color:#fad91d;margin-bottom:32px}.faq_btns_bottom{border-radius:32px;background:linear-gradient(200deg,#111414 -3.75%,rgba(17,20,20,.5) 118.49%);box-shadow:5px 5px 20px 0 rgba(0,0,0,.05);padding:32px;display:flex;justify-content:space-between;align-items:center;margin-top:48px}.faq_btns_bottom .infos{display:flex;flex-direction:column}.faq_btns_bottom .infos h4{color:#fff;font-family:Manrope;font-size:32px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:10px}.faq_btns_bottom .infos p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:140%}.faq_btns_bottom a{border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;padding:16px 30px}.reviews{position:relative}.reviews .tabs_reviews{display:flex;gap:24px;margin-bottom:28px}.reviews .tab_content{display:none}.reviews .tab_content.active{display:block}.reviews .tabs_reviews button{border-radius:32px;border:1px solid #fad91d;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:16px 30px;width:220px}.reviews .tabs_reviews .active{border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);color:#111;-webkit-text-fill-color:#000}.reviews .item{border-radius:32px;background:linear-gradient(200deg,#111414 -3.75%,rgba(17,20,20,.5) 118.49%);padding:20px;margin-bottom:24px}.reviews .item p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:32px;margin-top:24px}.reviews .item h3{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:8px}.reviews .item h4{color:#fff;font-family:Manrope;font-size:14px;font-style:normal;font-weight:300;line-height:normal}.title_bottom{text-align:center;color:rgba(255,255,255,.85);text-align:center;font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:150%;max-width:656px;margin-bottom:60px}.title{text-align:center;display:flex;flex-direction:column;align-items:center}.page_not{position:relative;margin-bottom:120px}.page_not .infos{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.page_not .infos h3{color:#fad91d;text-align:center;font-family:Manrope;font-size:405.59px;font-style:normal;font-weight:800;line-height:100%;text-transform:uppercase;margin-bottom:24px}.page_not .infos h4{color:#fad91d;text-align:center;font-family:Manrope;font-size:48px;font-style:normal;font-weight:800;line-height:100%;margin-bottom:16px}.page_not .infos p{color:rgba(255,255,255,.85);text-align:center;font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:150%;max-width:522px}.page_not .infos .btns{display:flex;gap:30px;margin-top:66px}.page_not .infos .btns a{border-radius:32px;border:1px solid #fad91d;color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;padding:16px 30px;color:#fad91d}.page_not .infos .btns .active{border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;padding:16px 30px}.guarantees{position:relative;padding-bottom:120px}.guarantees .item_guar{border-radius:32px;background:#424242;padding:24px}.guarantees .item_guar h3{color:rgba(255,255,255,.85);text-align:center;font-family:Manrope;font-size:32px;font-style:normal;font-weight:800;line-height:140%;text-transform:uppercase}.guarantees .item_guar h4,.guarantees .item_guar h2{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:700;line-height:150%;margin-top:40px;text-align:start;margin-bottom:0}.guarantees .item_guar p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-top:20px}.guarantees .forms{border-radius:32px;background:#424242;padding:24px}.guarantees .forms .titlee h4{color:#fff;font-family:Manrope;font-size:32px;font-style:normal;font-weight:600;line-height:150%;margin-bottom:8px;text-align:start}.guarantees .forms .titlee p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:150%;text-align:start;margin-bottom:24px}.guarantees .forms label{color:#fff;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:16px;display:flex;flex-direction:column}.guarantees .forms label input{border-radius:32px;border:1px solid rgba(255,255,255,.5);height:52px;width:100%;background-color:transparent;padding-left:20px;color:#fff;margin-top:8px}.guarantees .forms label input::-moz-placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.guarantees .forms label input::placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.guarantees .forms label textarea{border-radius:24px;border:1px solid rgba(255,255,255,.5);background-color:transparent;height:124px;padding:20px;margin-top:8px;color:#fff}.guarantees .forms label textarea::-moz-placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.guarantees .forms label textarea::placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.guarantees .forms .check4{display:flex;flex-direction:row !important}.guarantees .forms button{color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);padding:16px 30px;width:100%}.guarantees .forms.fixed{position:fixed;top:20px;width:100%;max-width:516px}.privocy{position:relative;display:flex;justify-content:center;align-items:center;padding-bottom:120px}.privocy .proved{display:flex;align-items:center;justify-content:center}.privocy .block_privacy{border-radius:32px;background:#424242;padding:24px;max-width:856px}.privocy .block_privacy h4{color:rgba(255,255,255,.85);text-align:center;font-family:Manrope;font-size:32px;font-style:normal;font-weight:800;line-height:140%;text-transform:uppercase;margin-bottom:40px}.privocy .block_privacy h5,.privocy .block_privacy h2{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:700;line-height:150%;margin-bottom:18px}.privocy .block_privacy p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;margin-bottom:20px;line-height:150%}.comparission{position:relative;padding-bottom:120px}.comparission .items_bas button{background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;border-radius:32px;border:1px solid #fad91d;padding:16px 30px}.comparission .items_bas button img{margin-left:10px}.comparission .info_wrapper{overflow-x:auto;position:relative}.comparission .info_top{width:max-content}.comparission .products_s{display:flex;justify-content:space-between;margin-bottom:24px;gap:24px;padding-bottom:10px}.comparission .products_s::-webkit-scrollbar{height:20px;background:#57575780;border-radius:100px}.comparission .products_s::-webkit-scrollbar-thumb{background:#fad91d;border-radius:100px}.comparission .products_s .product-card{width:407px !important}.comparission .products_s .check_card{color:rgba(255,255,255,.85);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:100%;gap:8px}.comparission .products_s .check input:checked+span{background:#fad91d}.comparission .products_s span{border:1.2px solid #fad91d !important}.comparission .products_s .old span,.comparission .products_s .price span{border:none !important}.comparission .products_s .check input:checked+span:after{content:"";width:7px;height:13px;border:solid #111;border-width:0 2px 2px 0;transform:rotate(45deg)}.comparission .products_s .item .product-card{background:#424242;border-radius:24px;overflow:hidden;min-height:400px;height:100%;display:flex;flex-direction:column;max-width:416px;position:relative}.comparission .products_s .item .product-img{height:55%;background:#4c4c4c}.comparission .products_s .item .product-img a{display:flex;width:100%;height:100%}.comparission .products_s .item .product-img img{width:100%;height:100%;object-fit:cover}.comparission .products_s .item .product-info{padding:23px 20px 20px;color:#fff;display:flex;flex-direction:column;gap:6px;height:45%;flex-grow:1}.comparission .products_s .item .title{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:100%;display:flex;justify-content:space-between;text-align:start}.comparission .products_s .item .title a{color:#fff;width:100%;text-align:start;text-decoration:none}.comparission .products_s .item .old{text-decoration:line-through;color:#e3e3e3;opacity:.7;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:100%;margin-top:auto;margin-bottom:-14px}.comparission .products_s .item .bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.comparission .products_s .item .old+.bottom{margin-top:0}.comparission .products_s .item .price{color:#f5c842;font-family:Manrope;font-size:28px;font-style:normal;font-weight:700;line-height:100%}.comparission .products_s .item .btn{color:rgba(50,50,50,.95);padding:16px 30px;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer;border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);width:220px}.comparission .info_comprission{margin-top:60px}.comparission .info_top h3{color:#fff;font-family:Manrope;font-size:32px;font-style:normal;font-weight:600;line-height:100%;margin-bottom:35px;margin-top:18px}.comparission .info_top h3 img{margin-left:16px}.comparission .info_top .items_ps{display:flex;padding-bottom:18px;border-bottom:1px solid #3c3c3c;transition:.5 all ease;padding-top:18px;padding-left:10px}.comparission .info_top .items_ps h5{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:100%;width:432px}.comparission .info_top .items_ps p{width:432px;color:#fff;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.comparission .info_top .items_ps:hover{background:#3c3c3c}.articels .articles_block .blocks_articles{border-radius:32px;background:#424242;padding:24px}.articels .articles_block .blocks_articles h2{color:rgba(255,255,255,.85);font-family:Manrope;font-size:32px;font-style:normal;font-weight:800;line-height:140%;text-transform:uppercase;margin-bottom:16px;text-align:start}.articels .articles_block .blocks_articles h4{color:rgba(255,255,255,.85);font-family:Manrope;font-size:32px;font-style:normal;font-weight:800;line-height:140%;text-transform:uppercase;margin-bottom:16px}.articels .articles_block .blocks_articles .infos_view{display:flex;gap:20px;margin-bottom:40px}.articels .articles_block .blocks_articles .infos_view p{color:#fff;font-family:Manrope;font-size:16px;font-style:normal;font-weight:300;line-height:150%}.articels .articles_block .blocks_articles .infos_view p img{margin-right:5px}.articels .articles_block .blocks_articles h5{color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:700;line-height:150%;margin-bottom:18px}.articels .articles_block .blocks_articles p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px}.articels .articles_block .blocks_articles .img_sd img{width:100%;margin-bottom:32px}.articels .articles_block .blocks_articles .bottom_sd{display:flex;justify-content:space-between;gap:16px}.articels .articles_block .blocks_articles .bottom_sd a{background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:15px 25px 10px;border-radius:30px;border:1px solid #fad91d;width:220px;text-align:center}.articels .articles_block .blocks_articles .bottom_sd a img{margin-right:10px}.bottom_articles{margin-top:24px}.bottom_articles .items_bottom{border-radius:32px;background:#424242;padding:24px}.bottom_articles .items_bottom .top_infos{display:flex;gap:16px}.bottom_articles .items_bottom .top_infos .user_name h3{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:8px}.bottom_articles .items_bottom .top_infos .user_name p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:100%}.bottom_articles .items_bottom .top_infos_s{margin-top:40px}.bottom_articles .items_bottom .comment_ins{margin-top:10px}.bottom_articles .items_bottom .comment_ins .read{margin-bottom:13px}.bottom_articles .items_bottom .comment_ins .read p{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%}.bottom_articles .items_bottom .comment_ins .likes{display:flex;gap:30px}.bottom_articles .items_bottom .comment_ins .likes .item{display:flex;gap:8px;align-items:center}.bottom_articles .items_bottom .comment_ins .likes .item p{color:#fff;font-family:Manrope;font-size:16px;font-style:normal;font-weight:300;line-height:150%}.bottom_articles .items_bottom .comment_ins .likes .item a{background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.bottom_articles .items_bottom .comment_ins .more_ansew{margin-top:16px}.bottom_articles .items_bottom .comment_ins .more_ansew a{color:#fff;text-align:right;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:100%}.bottom_articles .items_bottom .comment_ins .more_ansew a img{margin-left:6px}.form_articles{border-radius:32px;background:#424242;padding:24px;margin-top:40px}.form_articles .form_title{margin-bottom:24px}.form_articles .form_title h3{color:#fff;font-family:Manrope;font-size:32px;font-style:normal;font-weight:600;line-height:150%}.form_articles .inputs_s{display:flex;flex-direction:column;gap:16px}.form_articles .inputs_s label{display:flex;flex-direction:column;color:#fff;font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.form_articles .inputs_s label input{border-radius:32px;border:1px solid rgba(255,255,255,.5);padding:16px 20px;background-color:transparent;margin-top:8px;height:52px}.form_articles .inputs_s label input::-moz-placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.form_articles .inputs_s label input::placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.form_articles .inputs_s label textarea{border-radius:24px;border:1px solid rgba(255,255,255,.5);padding:16px 20px;background-color:transparent;margin-top:8px;height:124px}.form_articles .inputs_s label textarea::-moz-placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.form_articles .inputs_s label textarea::placeholder{color:rgba(255,255,255,.5);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:20px}.form_articles .inputs_s .check4{flex-direction:row}.form_articles .btns_articles button{color:rgba(50,50,50,.95);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;border-radius:32px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);padding:16px 30px;text-align:center;width:100%}.cols_mob{display:none !important}.footer_f .links_mob{display:none}.badgesq{display:none}.filter-btn{display:none}.positioms{display:none}.row_mobs{display:none}.title_vdr{flex-direction:row !important}.products_xit .title{align-items:baseline}.title_mob_articles{display:none}.infs_sts{display:flex;justify-content:space-between}.btns_mob_rev{display:none}.product-gallery{margin-bottom:30px}.info-wrap{position:relative;display:inline-block;cursor:pointer}.info-icon{width:24px;height:24px;margin-left:6px}.info-tooltip{position:absolute;top:28px;left:50%;transform:translateX(-50%);width:280px;background:linear-gradient(200deg,#111414 -3.75%,rgba(17,20,20,.5) 118.49%);color:#fff;border-radius:8px;padding:12px;font-size:14px;line-height:1.4;box-shadow:0 10px 30px rgba(0,0,0,.15);display:none;z-index:10}.info-tooltip:before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.card_block .card_relative{position:sticky;top:0;right:0}@media (max-width:1224px){header .header_top .time_headers:last-child{display:none}header .header_block .menu_header ul{gap:20px}header .header_block .menu_header ul li a{font-size:16px}header .header_block .btns_header .search-box{width:200px}header .header_block .btns_header .btns_order button{padding:16px 20px;font-size:16px}}@media (max-width:1024px){header{padding:15px 0;margin-bottom:30px}header .header_top{display:none}header .header_block{padding-top:0}header .header_block .menu_header{display:none}header .header_block .btns_header{gap:12px}header .header_block .btns_header .search-box{display:none}header .header_block .btns_header .mobile-icons{display:flex;align-items:center;gap:12px}header .header_block .btns_header .mobile-icons button{background:0 0;border:none;cursor:pointer}header .header_block .btns_header .mobile-icons .phone-icon{display:none}header .header_block .btns_header .mobile-icons .burger-menu{display:flex;flex-direction:column;gap:4px;padding:8px}header .header_block .btns_header .mobile-icons .burger-menu span{width:24px;height:2px;background:#fff;transition:all .3s ease}.fabs_links .fab{right:20px;bottom:20px}}@media (max-width:800px){.container{padding:0 15px}.footer_f .cols ul{width:171px}.btns_mob_rev{display:block;margin-bottom:64px;margin-top:20px}.btns_mob_rev button{font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;width:100%;text-align:center;border-radius:32px;border:1px solid #fad91d;padding:16px 30px;color:#fad91d}.pagenationss_mobs_rev{display:none}header .header_block .logo img,.search-modal .search-modal-header .logo img,.mobile-menu .mobile-menu-header .logo img{max-width:150px}header .btns_order{display:none}.phone-icon{display:block !important}.phone-icon img{width:30px;height:33px}.hero .slider_hero .prev,.hero .slider_hero .next{display:none}.hero .slider_hero .swiper-pagination{right:auto;left:50% !important;transform:translateX(-50%)}.bg_photo img{top:-80px;position:absolute;width:64%}.hero{padding-bottom:64px}.bycyle .title{text-align:center;justify-content:center}.bycyle .title h2{font-size:40px}.bycyle .category-card{height:160px}.card-bg img{width:100%}.bycyle .card-title{font-size:18px}.products_xit{padding-bottom:64px;position:relative}.bycyle{z-index:3;padding-bottom:64px}h2{font-size:40px}.products_xit .prev{display:none}.products_xit .next{display:none}.products_xit .product-info{padding:23px 16px 20px}.products_xit .price{font-size:20px}.products_xit .title{padding-bottom:34px}.advantages .items_ad .icon_item{right:50%;left:50%;text-align:center;display:flex;align-items:center;justify-content:center}.about .about_block{padding:60px 24px;text-align:center;border-radius:32px}.about .about_block p{text-align:center}.maps .shop-panel{position:static;margin-bottom:24px;padding:16px}.maps .shop-panel h2{font-size:40px;margin-bottom:16px}.politik{line-height:10px}.custom-check small{font-size:12px}.about{padding-bottom:64px}.maps .map-wrapper{height:auto}.maps .map-box iframe{height:700px}.maps{padding-bottom:64px}.comments .comment_block{max-width:100%}.articels .btns_tops a{display:none}.title{justify-content:center}.articels .items .img_articel img{width:100%}.bg_photo3{display:none}.articels{padding-bottom:64px}.badgesq{display:flex;gap:16px;margin-bottom:24px}.badgesq img{width:100%}.footer_f .badge{transform:translateX(0)}.footer_f .links_desctop{display:none}.footer_f .logo{margin-bottom:22px}.socials img{width:44px;height:44px}.cols_desctop{display:none !important}.cols_mob{display:flex !important}.footer_f .menus,.footer_f .footer-col h4{margin-top:24px}.footer_f .badges{display:none}.footer_f .links_mob{display:block;margin-top:24px}.footer_f .footer{padding-top:6px}.page_not .infos h3{font-size:100px}.page_not .infos h4{font-size:24px}.page_not .infos p{font-size:18px}.page_not .infos .btns{flex-direction:column;width:100%;margin-top:24px}.page_not{margin-bottom:64px}.banners_about .block_banner{padding:39px 15px 15px}.banners_about .block_banner h2{font-size:24px;margin-bottom:16px}.banners_about .block_banner p{font-size:16px;margin-bottom:50px}.banners_about{padding-bottom:64px}.missions .items_info h3{font-size:40px;text-align:center}.missions{padding-bottom:64px}.missions img{width:100%}.advantages{padding-bottom:64px}.missions .items_info a{width:100%;text-align:center}.spare{padding-bottom:64px}.spare img{width:100%}.spare .item{margin-bottom:16px}.gallery_item img{width:100%}.articels .articles_block .blocks_articles{padding:24px 16px}.articels .articles_block .blocks_articles h4{font-size:24px}.articels .articles_block .blocks_articles .infos_view{gap:14px}.articels .articles_block .blocks_articles .infos_view p{font-size:12px}.articels .articles_block .blocks_articles .infos_view p img{width:16px;margin-right:4px}.articels .articles_block .blocks_articles .bottom_sd{flex-direction:column}.form_articles{padding:16px}.form_articles .form_title h3{font-size:24px}.bottom_articles{margin-bottom:64px}.title_yellow{font-size:56px;margin-bottom:16px}.title_bottom{font-size:18px}.pagenations_card .pg-item{width:24px;height:24px}.pagenations_card .pagination{margin-bottom:30px}.pagenations_card{padding-top:0}.card_block .mainSwiper{height:fit-content}.card_block .thumbsSwiper{height:90px}.product-gallery{margin-bottom:18px}.card_block .card_info{padding:16px;border-radius:16px;margin-bottom:64px}.card_block .card_info .top_info h3{font-size:28px}.card_block .card_info .top_info .prices h4{font-size:24px}.faq .accardions .acc-header{padding:16px}.faq .accardions .acc-body{padding:16px}.faq_in .accardions .acc-title{font-size:28px}.dop_ins{flex-direction:column;gap:19px !important}.info_ins .items{padding-top:18px}.faq_in .accardions .info_ins .items .dop_ins{padding-top:4px}.products_xit .title{display:flex;align-items:baseline}.catalog_top .title2 h3,.catalog_top .title2 h1{font-size:36px}.catalog_top .card_catalogs .item img{width:100%}.catalog_top .card_catalogs .item{margin-bottom:16px}.catalog_top .card_catalogs .item p{left:10px}.catalog_top{padding-bottom:64px}.filtrs .top_file .name_p{display:none}.filter-btn{display:flex;justify-content:space-between;border-radius:32px;border:1px solid #fad91d;padding:16px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:100%}.filtrs .top_file .sort-btn{width:173px;font-size:16px;padding:16px}.filter{display:none}.filter.active{display:block;margin-bottom:24px}.positioms{display:block;margin-bottom:24px}.positioms p{color:rgba(255,255,255,.85);text-align:right;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:100%}.filtrs .body_filtrs .price-range{flex-direction:column;gap:16px}.filtrs .body_filtrs .filter{padding:16px}.filtrs .body_filtrs .filter-title{font-size:24px}.filtrs .products_s .product-card{width:100% !important}.filtrs .products_s{flex-direction:column;margin-bottom:16px}.filtrs .products_s .item{margin-bottom:16px}.filtrs .products_s .item .price{font-size:19px}.filtrs .products_s .item .title{display:contents}.filtrs .bottom_banner{padding:16px}.filtrs{padding-bottom:64px}.faq .accardions .acc-title{font-size:18px}.catalog_top .accsessur{flex-direction:column}.catalog_top .accsessur .photos_ac img{width:100%}.comparission .info_comprission{margin-top:24px}.left_pod{gap:16px;margin-bottom:32px}.left_pod .items_bas{width:100%}.left_pod .items_bas button{width:100%}.left_pod .smal_links{font-size:16px}.comparission .products_s .item .product-card{max-width:265px}.comparission .products_s{gap:16px;overflow-x:scroll}.comparission .products_s .item .title{padding-bottom:16px;display:flex;align-items:baseline}.comparission .products_s .item .bottom{flex-direction:column}.comparission .products_s .item .old{text-align:end}.comparission .products_s .item .price{transform:translate(-64px,-14px);font-size:22px}.comparission .info_top h3{font-size:24px}.comparission .info_top .items_ps{flex-direction:column;gap:16px;padding-bottom:1px}.comparission .info_top .items_ps h5{width:100%}.comparission .info_top h3{margin-bottom:20px}.progress_s img{width:100%}.privocy .block_privacy{padding:24px 16px}.privocy .block_privacy h4{font-size:24px;text-align:justify}.faq_btns_bottom{flex-direction:column;align-items:baseline;padding:16px}.faq_btns_bottom .infos h4{font-size:24px}.faq_btns_bottom .infos p{font-size:16px;margin-bottom:24px}.faq_btns_bottom a{width:100%;text-align:center}.guarantees .item_guar h3{font-size:24px;text-align:left}.guarantees .forms{margin-top:32px}.guarantees{padding-bottom:64px}.breadcrumbs .breadcrumb-item{font-size:14px}.breadcrumbs .breadcrumb-item.active{font-size:14px}.bycyle .card-hover{font-size:18px;padding:14px;display:none}.bycyle .card-hover span{font-size:19px}.row_desctop{display:none}.row_mobs{display:flex;overflow-x:scroll;gap:5px}.row_mobs .items_ad{width:322px}.row_mobs .items{width:322px}.footer_f .cols{gap:70px}.missions .items_info p:last-child{margin-bottom:20px}.title_mob_articles{display:block}.card_info.fixed{position:static}.faq_in .accardions .info_ins .items h4{margin-bottom:24px}.faq_in .accardions .acc-title{font-size:28px !important}.catalog_top .card_catalogs .card-hover{display:none}}.modalCallback,.modalFaq{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2002;opacity:0;pointer-events:none;transition:.5s;visibility:hidden}.modalCallback.active,.modalFaq.active{opacity:1;pointer-events:all;visibility:visible}.modalCallback .modal-content,.modalFaq .modal-content{background:#424242;backdrop-filter:blur(15px);max-width:548px;width:100%;border-radius:32px;padding:30px}.modalCallback h2,.modalFaq h2{font-family:Manrope;font-weight:700;font-style:Bold;font-size:32px;line-height:120%;letter-spacing:0%;text-align:start;margin-bottom:0}.modalCallback .modal-top,.modalFaq .modal-top{display:flex;justify-content:space-between;align-items:center}.modalCallback .modal-top .close-modal,.modalFaq .modal-top .close-modal{background:0 0;border:none;cursor:pointer}.modalCallback form,.modalFaq form{display:flex;flex-direction:column;gap:16px;margin-top:0}.modalFaq form{gap:8px}.modalCallback form br,.guarantees .forms br,.modalFaq form br{display:none}.modalCallback form .wpcf7-form-control-wrap,.guarantees .forms .wpcf7-form-control-wrap,.modalFaq form .wpcf7-form-control-wrap{display:flex;flex-direction:column;gap:8px}.modalCallback form p,.modalFaq form p{font-family:Manrope;font-weight:500;font-size:16px;line-height:20px;color:#fff}.guarantees .forms p{font-family:Manrope;font-weight:500;font-size:16px;line-height:20px;color:#111414;margin-bottom:8px;color:#fff}.guarantees .forms .wpcf7-form-control-wrap textarea{background:0 0;border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:16px 20px;font-family:Manrope;font-weight:400;font-size:18px;line-height:20px;color:#fff;outline:none;resize:none;height:124px;margin-bottom:24px}.modalCallback form .wpcf7-form-control-wrap input,.guarantees .forms .wpcf7-form-control-wrap input,.modalFaq form .wpcf7-form-control-wrap input{background:0 0;border:1px solid rgba(255,255,255,.5);border-radius:32px;padding:16px 20px;font-family:Manrope;font-weight:400;font-size:18px;line-height:20px;color:#fff;outline:none}.modalCallback form .checks,.modalFaq form .checks{flex-direction:row;gap:12px;align-items:start;position:relative;display:flex}.modalCallback form .checks input{accent-color:#fad91d;border-radius:5px;border:2px solid #fad91d;cursor:pointer;background-color:transparent;cursor:pointer;width:24px;height:24px;z-index:2}.modalCallback form .checks input:checked~.wpcf7-list-item-label,.guarantees .forms .checks input:checked~.wpcf7-list-item-label,.modalFaq form .checks input:checked~.wpcf7-list-item-label{background:#f5c842;border:2px solid #f5c842}.modalCallback form .checks .wpcf7-list-item-label,.guarantees .forms .checks .wpcf7-list-item-label,.modalFaq form .checks .wpcf7-list-item-label{width:24px;height:24px;border:2px solid #f5c842;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:.2s;flex:0 0 auto}.modalCallback form .checks input:checked+span:after,.guarantees .forms .checks input:checked+span:after,.modalFaq form .checks input:checked+span:after{content:"";width:6px;height:10px;border:solid #111;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-1px}.modalCallback .politik,.modalFaq .politik{font-family:Manrope;font-size:14px;font-weight:400;line-height:150%;color:#fff}.modalCallback .politik a,.modalFaq .politik a{color:#fff;text-decoration:underline;display:unset}.modalCallback input[type=submit],.guarantees .forms input[type=submit],.modalFaq input[type=submit]{margin-top:16px;padding:16px 30px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);border-radius:32px;border:none;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;width:100%;cursor:pointer}.yith-wcan-filters{background-color:transparent}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a{color:#fff;font-family:Manrope;font-weight:400;font-style:Regular;font-size:18px;line-height:100%;letter-spacing:0%;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover{color:#fff}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a{color:#fff}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label{display:flex;gap:16px}.yith-wcan-filters .yith-wcan-filter .filter-items.level-0{display:flex;flex-direction:column;gap:16px}.yith-wcan-filters .yith-wcan-filter .show-more{color:#fff;margin-top:24px;font-family:Manrope;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label input[type=checkbox]{width:24px;height:24px;accent-color:#fad91d;border-radius:5px;border:2px solid #fad91d;cursor:pointer;background-color:transparent}.yith-wcan-filters .yith-wcan-filter[data-taxonomy=filter_speeds] .filter-items.level-0{flex-direction:row;flex-wrap:wrap;gap:16px 0}.yith-wcan-filters .yith-wcan-filter[data-taxonomy=filter_speeds] .filter-items.level-0 .filter-item{width:50%}.modalThanks,.thanksFaq{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;pointer-events:none;transition:.5s;visibility:hidden}.modalThanks.active,.thanksFaq.active{opacity:1;pointer-events:all;visibility:visible}.modalThanks .modal-content,.thanksFaq .modal-content{background:#111414D9;backdrop-filter:blur(15px);max-width:548px;width:100%;border-radius:32px;padding:30px}.modalThanks h2,.thanksFaq h2{font-family:Manrope;font-weight:700;font-style:Bold;font-size:32px;line-height:120%;letter-spacing:0%;text-align:center;margin-bottom:0}.modalThanks .modal-top,.thanksFaq .modal-top{display:flex;justify-content:space-between;align-items:center;position:relative}.modalThanks .modal-top .close-modal,.thanksFaq .modal-top .close-modal{background:0 0;border:none;cursor:pointer;position:absolute;top:3px;right:0}.modalThanks .modal-body,.thanksFaq .modal-body{margin-top:24px;text-align:center}.modalThanks .modal-body p,.thanksFaq .modal-body p{font-family:Manrope;font-weight:500;font-size:18px;line-height:150%;letter-spacing:0;text-align:center;vertical-align:middle;color:#fff}.modalThanks .modal-body .work-time{margin-top:16px;font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%;vertical-align:middle;color:#acadad}.modalThanks .modal-body .work-time span{color:#fff}.modalThanks .modal-body button,.thanksFaq .modal-body button{margin-top:24px;padding:16px 30px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);border-radius:32px;border:none;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer;width:100%}form .checks br,.guarantees .forms br{display:none}form .checks .wpcf7-list-item,.guarantees .forms .checks .wpcf7-list-item{margin:0}.guarantees .forms .checks{display:flex;gap:16px}.guarantees .forms .checks a{color:#fff;text-decoration:underline}.guarantees .forms .checks input,.modalFaq form .checks input{width:24px;height:24px;accent-color:#fad91d;border-radius:5px;border:2px solid #fad91d;cursor:pointer;background-color:transparent}.guarantees .wpcf7 form.sent .wpcf7-response-output{display:none}.guarantees .forms .checks label{margin-bottom:0}.modalFaq .wpcf7-form-control-wrap textarea{background:0 0;border:1px solid rgba(255,255,255,.5);border-radius:24px;padding:16px 20px;font-family:Manrope;font-weight:400;font-size:18px;line-height:20px;color:#fff;outline:none;resize:none;height:124px}.compare-go.disabled{opacity:0;pointer-events:none;transition:.3s all ease;display:none}.compare-go button{padding-left:20px}.compare-go{position:fixed;bottom:20px;right:0;left:0;margin:auto;width:fit-content;z-index:1001;padding:12px 24px;background:linear-gradient(84deg,#fad91d 9.27%,#fdb415 100.75%);border-radius:32px;border:none;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer;align-items:center;display:flex !important;color:rgba(50,50,50,.95)}.js-compare-remove{position:absolute;top:20px;right:20px;background:0 0;border:none;cursor:pointer}.card_block .card_info .btns .check_card{color:rgba(255,255,255,.85);font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:100%;gap:8px;margin-bottom:0;display:flex;align-items:center;gap:8px}.card_block .card_info .btns .check_card input{position:absolute;opacity:0;cursor:pointer;width:24px;height:24px;z-index:2}.card_block .card_info .btns input:checked+span{background:#fad91d}.card_block .card_info .btns .check_card span{width:24px;height:24px;border:2px solid #fad91d;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:.2s;flex:0 0 auto}.card_block .card_info .btns input:checked+span:after{content:"";width:7px;height:13px;border:solid #111;border-width:0 2px 2px 0;transform:rotate(45deg)}.filtrs .products_s .item .product-img{position:relative}.filtrs .products_s .item .product-card:hover .product-sticker{opacity:1}.product-sticker{position:absolute;top:0;left:0;padding:10px;border-radius:0;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0%;color:#111414;background:linear-gradient(84.25deg,#fad91d 9.27%,#fdb415 100.75%);width:100%;left:0;top:0;border-radius:0;text-align:center;border-radius:23px 23px 0 0;transition:.3s all ease}.product-gallery{position:relative}.product-sticker.product-sticker--single{top:20px;left:0;right:0;width:fit-content;margin:auto;z-index:2;background:0 0;color:#fad91d;border:1px solid #fad91d;padding:12px 16px;border-radius:32px}.yith-wcan-active-filters{color:#fff}.yith-wcan-active-filters h4{padding-bottom:10px}.bg_new{position:absolute;top:952px;left:0}.irs--round .irs-min,.irs--round .irs-max{color:#fff}.form_articles .inputs_s .custom-check{display:flex;align-items:flex-start;gap:16px}.form_articles .inputs_s .custom-check .checks input{opacity:0;position:absolute}.form_articles .inputs_s .custom-check .checks span{width:24px;height:24px;border:2px solid #f5c842;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:.2s;cursor:pointer}.form_articles .inputs_s .custom-check .checks input:checked+span{background:#f5c842}.form_articles .inputs_s .custom-check .checks input:checked+span:after{content:"";width:6px;height:10px;border:solid #111;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-1px}.form_articles .inputs_s .custom-check .politik{color:#fff;font-family:Manrope;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.form_articles .inputs_s .custom-check .politik a{color:#fff;text-decoration:underline}.yith-wcan-filters.filters-modal{display:block !important;position:relative;transform:translate(0%,0);box-shadow:none}.yith-wcan-filters.filters-modal .yith-wcan-filter{border:none}.filtrs .body_filtrs .filter h3{position:relative;background:0 0 !important;display:none}.yith-wcan-filters.filters-modal .close-button{display:none}.yith-wcan-filters.filters-modal .filters-container{margin-top:0}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{display:none}.fake_scroll::-webkit-scrollbar{display:none}.fake_scroll{position:sticky;bottom:0;height:10px;background:#eee;border-radius:10px;-ms-overflow-style:none;scrollbar-width:none}.fake_scroll__thumb{height:100%;width:40%;background:#f5c842;border-radius:10px;transition:width .2s}.fake_scroll__thumb:active{cursor:grabbing}.mobile_open{display:none !important}.mobile_hidden{display:block !important}.guarantees .wpcf7-not-valid-tip{top:51px}.modalCallback .wpcf7-not-valid-tip{top:51px}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block;position:absolute;top:31px;width:max-content}.modal-telegram{display:flex;flex-direction:column;gap:16px}.modal-telegram p{font-family:Manrope;font-weight:500;font-size:16px;line-height:20px;vertical-align:middle;color:#fff}.modal-telegram a{border:1px solid #fad91d;border-radius:32px;gap:10px;opacity:1;border-width:1px;padding-top:6px;padding-right:30px;padding-bottom:6px;padding-left:30px;text-align:center;color:#fff}@media (max-width:992px){.card_block .card_relative{position:relative}.mobile_open{display:block !important}.mobile_hidden{display:none !important}}@media (max-width:800px){.filtrs .products_s .item .product-img{display:flex;flex-direction:column-reverse;height:fit-content}.product-sticker{position:relative}.filtrs .products_s .item .product-card{height:fit-content}.product-sticker.product-sticker--single{width:100%;background:#fad91d;color:#323232F2;border-radius:24px 24px 0 0;top:0}.card_block .mainSwiper{border-radius:0 0 24px 24px}.card_block .big{border-radius:0 0 24px 24px}.products_xit .product-img{height:fit-content}.modalFaq{overflow-y:auto}.modalFaq .modal-content{margin-top:220px;margin-bottom:50px}.filtrs .products_s .check_card{justify-content:end}.bg_new img{width:100%}.products_xit .product-img img{height:calc(100% - 36px)}.row_mobs.swiper{display:block;overflow:hidden}.row_mobs .items_ad{width:100%}.reasonsSwiper .swiper-pagination .swiper-pagination-bullet{background:#fff;width:20px;height:5px;opacity:1;border-radius:6px}.reasonsSwiper .swiper-pagination .swiper-pagination-bullet-active{width:41px;height:7px;background:#fad91d;opacity:1;border-radius:6px}.bg_photo1 img{width:100%;opacity:.4;top:700px}.thanksFaq .modal-top .close-modal{background:0 0;border:none;cursor:pointer;position:absolute;top:-20px;right:-10px}}.yith-wcan-filters.filters-modal .main-modal-button{position:relative;font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:20px;padding:16px 30px;display:flex;align-items:center;justify-content:center;border-radius:32px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single{color:#000 !important}.footer_f .socials img{width:30px}.maps .socials img{width:30px}@media screen and (max-width:575px){.bg_new{top:23%}}