.basket_page{margin-top:30px;padding-bottom:20px;min-height:50vh}.basket_page .basket_none svg{display:block;width:60%;margin-left:auto;margin-right:auto;margin-bottom:20px}.basket_page .basket_none span{display:block;text-align:center;font-style:normal;font-weight:500;font-size:20px;line-height:26px;margin-bottom:10px;color:#000}.basket_page .basket_none p{font-style:normal;font-weight:400;font-size:14px;line-height:18px;text-align:center;margin-bottom:30px;color:#000}.basket_page .basket_none a{background:#e31e24;border-radius:5px;display:table;margin-left:auto;margin-right:auto;font-style:normal;font-weight:500;font-size:16px;line-height:20px;padding:12px 22px;color:#fff}.basket_page h1{font-style:normal;font-weight:500;font-size:24px;line-height:31px;color:#000}.basket_page .basket_main{display:flex;justify-content:space-between;gap:60px;align-items:flex-start}.basket_page .basket_main .basket_list{width:100%}.basket_page .basket_main .basket_list .basket_block{display:flex;width:100%;justify-content:space-between;padding:15px 0;border-bottom:1px solid #dadada;margin-bottom:5px}.basket_page .basket_main .basket_list .basket_block .basket_block_left{display:flex;gap:20px;align-items:flex-start;flex-basis:55%}.basket_page .basket_main .basket_list .basket_block .basket_block_left .product_img{object-fit:contain;display:block}.basket_page .basket_main .basket_list .basket_block .basket_block_left .name{font-style:normal;font-weight:500;font-size:18px;line-height:23px;display:block;color:#000}.basket_page .basket_main .basket_list .basket_block .basket_block_left .center{display:none}.basket_page .basket_main .basket_list .basket_block .basket_block_left .center button{font-style:normal;font-weight:400;font-size:20px;line-height:26px;background:#f1f1f5;border-radius:5px;text-transform:capitalize;width:35px;height:35px;color:#000;border:none;outline:none;cursor:pointer}.basket_page .basket_main .basket_list .basket_block .basket_block_left .center .quantity{text-align:center;display:block;font-style:normal;font-weight:400;font-size:20px;line-height:26px;width:40px;text-transform:capitalize;color:#000}.basket_page .basket_main .basket_list .basket_block .basket_block_main{display:flex;align-items:center;justify-content:space-between;flex-basis:40%}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_center{display:flex;align-items:center;gap:10px}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_center button{font-style:normal;font-weight:400;font-size:20px;line-height:26px;background:#f1f1f5;border-radius:5px;text-transform:capitalize;width:35px;height:35px;color:#000;border:none;outline:none;cursor:pointer}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_center .quantity{text-align:center;display:block;font-style:normal;font-weight:400;font-size:20px;line-height:26px;width:40px;text-transform:capitalize;color:#000}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .price{display:block;font-style:normal;font-weight:500;font-size:18px;line-height:23px;text-align:right;margin-bottom:33px;color:#e31e24}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .old_price{font-style:normal;font-weight:500;font-size:14px;line-height:18px;text-align:right;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;display:block;color:#979797;margin-bottom:33px}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .basket_block_right_svgs{display:flex;justify-content:flex-flex-end;gap:20px;align-items:center}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .basket_block_right_svgs svg{cursor:pointer}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .basket_block_right_svgs svg:hover path{transition:all .5s ease;stroke:#e31e24}.basket_page .basket_main .basket_price{top:100px;position:-webkit-sticky;position:sticky;background:#fff;border:1px solid #b9b9b9;border-radius:5px;padding:20px;max-width:330px;width:100%}.basket_page .basket_main .basket_price span{display:block;font-style:normal;font-weight:400;font-size:16px;line-height:20px;margin-bottom:10px;color:#979797}.basket_page .basket_main .basket_price span b{color:#979797;font-weight:500;margin-right:3px;color:#000}.basket_page .basket_main .basket_price .discount_amount{border-bottom:1px solid #dadada;padding-bottom:20px}.basket_page .basket_main .basket_price .product_price{display:flex;align-items:center;justify-content:space-between}.basket_page .basket_main .basket_price .product_price span{font-style:normal;font-weight:500;font-size:20px;line-height:26px;color:#000;margin-bottom:15px}.basket_page .basket_main .basket_price .checkout{transition:all .5s ease;cursor:pointer;border:1px solid #e31e24;width:100%;display:block;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#fff;padding:11px 0;background:#e31e24;border-radius:5px;text-align:center}.basket_page .basket_main .basket_price .checkout:hover{transition:all .5s ease;background:#fff;color:#e31e24}@media(max-width:1024px){.basket_page .basket_none svg{margin-bottom:40px}.basket_page .basket_none span{margin-bottom:15px}.basket_page .basket_none p{margin-bottom:40px}.basket_page .basket_none a{padding:10px 15px}.basket_page h1{font-size:20px}.basket_page .basket_main{display:block}.basket_page .basket_main .basket_list{margin-bottom:50px}.basket_page .basket_main .basket_list .basket_block{padding:20px 0 20px 20px}.basket_page .basket_main .basket_list .basket_block .basket_block_left{margin-bottom:0;flex-basis:68%}.basket_page .basket_main .basket_list .basket_block .basket_block_left .product_img{width:130px;height:130px}.basket_page .basket_main .basket_list .basket_block .basket_block_left .name{margin-bottom:10px}.basket_page .basket_main .basket_list .basket_block .basket_block_left .center{display:flex;align-items:center;gap:10px;border-radius:5px;border:1px solid #e0e0e0;width:89px;height:35px;padding:10px 12px}.basket_page .basket_main .basket_list .basket_block .basket_block_left .center button{font-size:14px;background:transparent;border-radius:0}.basket_page .basket_main .basket_list .basket_block .basket_block_left .center .quantity{font-size:14px}.basket_page .basket_main .basket_list .basket_block .basket_block_main{display:block;flex-basis:30%}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_center{display:none}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .price{text-wrap:nowrap;display:block ruby;line-height:normal}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .basket_block_right_svgs{gap:15px}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .basket_block_right_svgs svg{cursor:pointer;width:25px;height:25px}.basket_page .basket_main .basket_price{max-width:100%;width:100%;padding:10px 10px 20px;border-radius:0;border:none;box-shadow:0 3px 15px 0 rgba(29,57,169,.17)}.basket_page .basket_main .basket_price span{font-weight:500;margin-bottom:6px}.basket_page .basket_main .basket_price span b{font-weight:500;margin-right:3px}.basket_page .basket_main .basket_price .discount_amount{display:none}.basket_page .basket_main .basket_price .product_price span{font-size:16px;margin-bottom:6px}}@media(max-width:500px){.basket_page .basket_none span{font-size:18px}.basket_page .basket_none p{max-width:330px;margin-left:auto;margin-right:auto}.basket_page .basket_main .basket_list .basket_block{display:block;padding:15px 10px}.basket_page .basket_main .basket_list .basket_block .basket_block_left{margin-bottom:15px;gap:10px}.basket_page .basket_main .basket_list .basket_block .basket_block_left .product_img{width:80px;height:80px}.basket_page .basket_main .basket_list .basket_block .basket_block_left .name{font-size:14px}.basket_page .basket_main .basket_list .basket_block .basket_block_left .center{display:none}.basket_page .basket_main .basket_list .basket_block .basket_block_main{display:flex;align-items:flex-flex-end;justify-content:space-between;flex-basis:40%}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_center{display:flex;align-items:center;gap:10px;border-radius:5px;border:1px solid #e0e0e0;width:89px;height:35px;padding:10px 12px}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_center button{font-size:14px;background:transparent;border-radius:0}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_center .quantity{font-size:14px}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .price{font-size:14px;line-height:23px}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .old_price{display:none}.basket_page .basket_main .basket_list .basket_block .basket_block_main .basket_block_right .basket_block_right_svgs svg{cursor:pointer;height:20px;width:20px}.basket_page .basket_main .basket_price{padding:10px;box-shadow:0 3px 15px 0 rgba(29,57,169,.17)}}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}.slick-next:before,[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}*{margin:0;padding:0;box-sizing:border-box;outline:none;text-decoration:none;list-style:none;scroll-behavior:smooth}.dispay_none,.display_none{display:none}.none{overflow-y:hidden}@keyframes pulse{0%{transform:scale(1.1)}50%{transform:scale(1.5)}to{transform:scale(1.1)}}.ramadan-video-page{padding:24px 0;display:flex;justify-content:center}.ramadan-video-page__video{width:100%;max-width:900px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.35);background:#000}@keyframes mover{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes mover2{0%{transform:translateY(-3.5px)}50%{transform:translateY(3.5px)}to{transform:translateY(-3.5px)}}body{background:#fff;overflow-x:hidden}body::-webkit-scrollbar-thumb{border-radius:20px;background:#e31e24}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:#ececec;border-radius:20px}.scoring_perm_rs_menu_list::-webkit-scrollbar{width:6px}.scoring_perm_rs_menu_list::-webkit-scrollbar-thumb{background:#b6bec8;border-radius:6px}.scoring_perm_rs_menu_list::-webkit-scrollbar-track{background:#eef1f4;border-radius:6px}.container{max-width:1440px}.container,.container2{width:100%;margin-left:auto;margin-right:auto}.container2{max-width:1260px}.error_page{margin-bottom:50px}.error_page svg{margin-left:auto;margin-right:auto;width:85%;display:block;margin-bottom:30px}.error_page span{color:#000;font-size:20px;font-weight:500;display:block;text-align:center;margin-bottom:10px}.error_page p{color:#000;font-size:14px;text-align:center;margin-bottom:30px}.error_page a{color:var(--white,#fff);font-size:16px;font-weight:500;display:table;padding:10px 15px;border-radius:5px;background:#e31e24;margin-left:auto;margin-right:auto}.input_error{border:1px solid #e31e24!important}.lable_error{color:#e31e24!important}.b24-widget-button-inner-block,.b24-widget-button-inner-mask,.b24-widget-button-pulse{background:#e31e24!important}.b24-widget-button-pulse{border:1px solid #e31e24!important}.b24-widget-button-crmform,.b24-widget-button-openline_livechat,.bx-livechat-head{background-color:#e31e24!important}.bx-livechat-head{background:#e31e24!important}.b24-widget-button-wrapper{z-index:2!important}.chakana_id_svg{margin-left:auto;margin-right:auto;display:block}.breadcrumbs,.chakana_id_svg{margin-bottom:20px}.breadcrumbs a,.breadcrumbs span{color:#bdbdbd;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.breadcrumbs a:hover,.breadcrumbs span:hover{transition:all .5s ease;color:#000}.breadcrumbs span{color:#000}.required{position:relative;padding-right:14px}.required:after{content:"*";position:absolute;top:0;right:0;color:#e31e24;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.installment_modal{position:fixed;z-index:12;left:0;right:0;top:0;bottom:0;margin:auto;background:#fff;max-width:550px;width:100%;height:-moz-fit-content;height:fit-content;border-radius:24px}.installment_modal .installment_modal_header{padding:32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eaeef2}.installment_modal .installment_modal_header svg{cursor:pointer;border-radius:12px;border:1px solid #eaeef2;width:48px;height:48px;padding:12px}.installment_modal .installment_modal_header h3{color:#1c1f24;font-size:30px;font-style:normal;font-weight:700;line-height:38px}.installment_modal .installment_modal_header_main{border-bottom:1px solid var(--Neutral-Neutral-200,#eaeef2);padding:32px}.installment_modal .installment_modal_header_main .installment_modal_header{border-bottom:0;padding:0}.installment_modal .installment_modal_header_main .installment_modal_price{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.installment_modal .installment_modal_header_main .installment_modal_price b{color:#306ae4;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.installment_modal .installment_modal_body{padding:32px}.installment_modal .installment_modal_body input{display:none}.installment_modal .installment_modal_body input:checked+label{border:2px solid #f8bbbd}.installment_modal .installment_modal_body input:disabled+label{opacity:.5;border:2px solid #fff;cursor:not-allowed}.installment_modal .installment_modal_body label{border:2px solid transparent;cursor:pointer}.installment_modal .installment_modal_body .installment_modal_block{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-radius:12px;background:#f6f8fa;margin-bottom:10px}.installment_modal .installment_modal_body .installment_modal_block .month{color:#1c1f24;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.installment_modal .installment_modal_body .installment_modal_block .month .price{color:#424a53;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.installment_modal .installment_modal_body .installment_modal_block .month .price b{color:#1c1f24;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.installment_modal .installment_modal_body button{width:100%;height:48px;border-radius:12px;background:#e31e24;border:0;outline:none;color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin-top:16px;cursor:pointer}.repayment{display:flex;justify-content:center;gap:10px;align-items:center;border-radius:12px;border:1px solid #b9b9b9;width:300px;height:50px;background:none;cursor:pointer}.repayment:hover{transition:all .5s ease;border-color:#e31e24;color:#e31e24}.repayment:hover svg{stroke:#e31e24}.react-loading-skeleton+br{display:none}.modal_bg{display:block}.bg_active{position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;width:100%;height:100%;background:hsla(0,0%,5%,.56);z-index:11;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}header{position:relative;transition:all .5s ease;z-index:2;background:#fff}header .mobil_app{display:none}header .header_top{display:flex;justify-content:space-between;align-items:center;padding:11px 0}header .header_top .header_top_left{position:relative;display:flex;align-items:center;gap:21px}header .header_top .header_top_left .location{padding-left:22px;position:relative;cursor:pointer}header .header_top .header_top_left .location:before{animation:pulse 2s infinite;content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;width:11.25px;height:13.75px;background-size:100%;background-image:url(/_next/static/media/map.f527497c.svg)}header .header_top .header_top_left .location .choose_location{position:absolute;background:#fff;box-shadow:0 3px 15px rgba(29,57,169,.17);border-radius:5px;width:290px;top:190%;padding:20px;left:0;z-index:1}header .header_top .header_top_left .location .choose_location :before{content:"";position:absolute;left:50px;bottom:100%;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:20px solid #fff;clear:both}header .header_top .header_top_left .location .choose_location span{font-style:normal;font-weight:400;font-size:18px;line-height:23px;color:#000;display:table;padding-left:25px;margin-bottom:25px}header .header_top .header_top_left .location .choose_location .choose_location_botttm{display:flex;align-items:center;justify-content:space-between}header .header_top .header_top_left .location .choose_location .confirm{cursor:pointer;background:#e31e24;border-radius:5px;padding:9px 31px;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#fff;border:none;outline:none}header .header_top .header_top_left .location .choose_location .choose_other_location{cursor:pointer;font-style:normal;font-weight:500;font-size:16px;line-height:20px;border:none;background:0;outline:#ffdead;color:#3d58db}header .header_top .header_top_left .region_modal{left:0;position:absolute;border-radius:5px;background:#fff;box-shadow:0 3px 15px 0 rgba(29,57,169,.17);padding:20px;top:42px;z-index:1}header .header_top .header_top_left .region_modal .main_region{display:block;color:#000;font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:26px}header .header_top .header_top_left .region_modal .main_region b{font-weight:500}header .header_top .header_top_left .region_modal .region_modal_bottom{display:flex;align-items:center;gap:19px}header .header_top .header_top_left .region_modal .region_modal_bottom .default_region{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;height:37px;border-radius:5px;background:#e31e24;width:111px;border:none;cursor:pointer}header .header_top .header_top_left .region_modal .region_modal_bottom .choose_region{color:#3d58db;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-wrap:nowrap;cursor:pointer}header .header_top .header_top_left .partner{transition:all .5s ease;font-style:normal;font-weight:400;font-size:15px;line-height:19px;padding:5px 16px;color:#e31e24;border:1px solid #e31e24;border-radius:5px}header .header_top .header_top_left .partner:hover{transition:all .5s ease;color:#fff;background:#e31e24}header .header_top .delivery{font-style:normal;font-weight:400;font-size:15px;line-height:19px;text-align:center;position:relative;color:#4c4c4c;padding-left:32px}header .header_top .delivery:before{content:"";position:absolute;background-image:url(/_next/static/media/delivery.3fe50303.svg);background-repeat:no-repeat;background-size:100%;width:24px;height:24px;left:0;top:0;bottom:0;margin:auto}header .header_top .header_top_right{display:flex;align-items:center;gap:31px}header .header_top .header_top_right .telephone{transition:all .5s ease;font-style:normal;font-weight:400;font-size:15px;line-height:19px;position:relative;color:#3463af;padding-left:26px}header .header_top .header_top_right .telephone:before{content:"";position:absolute;width:15.97px;height:16px;left:0;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/phone-call.eae6b87d.svg);background-size:100%;background-repeat:no-repeat}header .header_top .header_top_right .telephone:hover{transition:all .5s ease;color:#023fa1}header .header_top .header_top_right .telephone:hover:before{animation:mover2 2s infinite}header .header_top .header_top_right .language{position:relative}header .header_top .header_top_right .language .language_block{transition:all .5s ease;cursor:pointer;font-style:normal;font-weight:400;font-size:15px;line-height:19px;color:#4c4c4c}header .header_top .header_top_right .language .language_block:hover{transition:all .5s ease;color:#e31e24}header .header_top .header_top_right .language .language_select{width:111px;transition:all .2s ease;visibility:hidden;z-index:2;left:-20px;right:0;margin:auto;position:absolute;top:100%;background:#fff;box-shadow:0 3px 15px rgba(29,57,169,.17);border-radius:0 0 5px 5px}header .header_top .header_top_right .language .language_select .language_select_block{position:relative;display:block;font-style:normal;font-weight:400;font-size:14px;line-height:18px;border-bottom:1px solid #eef0f5;color:#4c4c4c;padding:9px 5px;text-align:center}header .header_top .header_top_right .language .language_select .language_select_block:before{content:"";position:absolute;width:16px;height:12px;left:9px;top:0;bottom:0;margin:auto;background-size:100%;background-repeat:no-repeat}header .header_top .header_top_right .language .language_select .language_select_block:hover{transition:all .5s ease;color:#e31e24}header .header_top .header_top_right .language .language_select .none{display:none}header .header_top .header_top_right .language:hover .language_select{visibility:visible}header .chakana_websides{padding:20px 0;background:#eef0f5}header .chakana_websides .container{display:flex;align-items:center;gap:32px;position:relative;padding-right:36px}header .chakana_websides .container svg{cursor:pointer;position:absolute;top:0;bottom:0;right:0;margin:auto}header .chakana_websides .container .chakana_websides_info{color:#424a53;font-size:16px;font-style:normal;font-weight:400;line-height:24px}header .chakana_websides .container .go_to_old{display:flex;align-items:center;gap:4px;border-radius:12px;border:1px solid #eaeef2;background:#fff;padding:3px}header .chakana_websides .container .go_to_old .old_side{color:#1c1f24;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding:0 8px;text-wrap:nowrap;display:block ruby}header .chakana_websides .container .go_to_old .new_side{padding:2px 12px;border-radius:12px;background:#e31e24;color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:24px;text-wrap:nowrap;display:block ruby}header .chakana_websides_none{display:none}header .header_center{width:100%;border-top:1px solid #eef0f5;background:#fff;z-index:10}header .header_center .mobil_header{display:none}header .header_center .container{display:flex;justify-content:space-between;align-items:center;padding-top:20px;padding-bottom:20px;gap:25px}header .header_center .container .header_center_left{display:flex;gap:10px;align-items:center;flex-grow:1}header .header_center .container .header_center_left .scoring{transition:all .5s ease;font-style:normal;font-weight:500;font-size:14px;line-height:18px;text-transform:uppercase;color:#fff;padding:14px 17px;background:#e31e24;border-radius:5px;margin-left:11px;white-space:nowrap;outline:none;cursor:pointer;border:1px solid #e31e24}header .header_center .container .header_center_left .scoring:hover{transition:all .5s ease;background:#fff;color:#e31e24}header .header_center .container .header_center_right{position:relative;display:flex;gap:30px;align-items:center}header .header_center .container .header_center_right a,header .header_center .container .header_center_right span{font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#000}header .header_center .container .header_center_right .register{padding-left:20px;position:relative;border:none;outline:none;background:none;cursor:pointer}header .header_center .container .header_center_right .register:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/user.75b01783.svg);width:13.85px;height:18px}header .header_center .container .header_center_right .compare{padding-left:25px;position:relative;border:none;outline:none;background-color:transparent;cursor:pointer}header .header_center .container .header_center_right .compare:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/compare.9cea6080.svg);width:18px;height:18px}header .header_center .container .header_center_right .like{display:flex;gap:6px;align-items:center;padding-left:26px;position:relative;border:none;outline:none;background:none;cursor:pointer}header .header_center .container .header_center_right .like:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/like.2656047e.svg);width:19.07px;height:17px}header .header_center .container .header_center_right .quantity_number{position:absolute;top:-16px;right:-17px}header .header_center .container .header_center_right .quantity_number_active{display:block;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:21px;background:#f7931d;border-radius:5px;height:21px;width:20px;text-align:center}header .header_center .container .header_center_right .basket{padding-left:24px;position:relative;display:flex;align-items:center;gap:6px}header .header_center .container .header_center_right .basket:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/cart.0370637b.svg);width:17.46px;height:17px}header .header_center .container .header_center_right .basket .basket_number{display:block;font-style:normal;font-weight:500;font-size:14px;line-height:23px;text-align:right;background:#f7931d;border-radius:5px;height:23px;width:23px;text-align:center;color:#fff}header .header_center .container .header_center_right .basket:hover+.header_basket{transition:all .8s ease;height:auto;opacity:1;z-index:11}header .header_center .container .header_center_right .header_basket{transition:all .8s ease;overflow:hidden;height:0;opacity:0;z-index:-1;position:absolute;right:0;top:100%;width:505px;background:#fff;box-shadow:0 8px 17px rgba(29,57,169,.1);border-radius:5px}header .header_center .container .header_center_right .header_basket .header_basket_main{border-bottom:1px solid #e0e0e0;max-height:510px;overflow-y:auto}header .header_center .container .header_center_right .header_basket .header_basket_main::-webkit-scrollbar-thumb{border-radius:20px;background:#e31e24}header .header_center .container .header_center_right .header_basket .header_basket_main::-webkit-scrollbar{width:5px}header .header_center .container .header_center_right .header_basket .header_basket_main::-webkit-scrollbar-track{background:#ececec;border-radius:20px}header .header_center .container .header_center_right .header_basket .header_basket_main .none_product{display:block;text-align:center;padding:25px 57px;font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#979797}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:9px}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_left{display:flex;align-items:center;gap:10px}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_left img{object-fit:contain}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_left .header_basket_block_name span{display:block}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_left .header_basket_block_name .product_name{font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#000;margin-bottom:5px;max-width:295px;width:100%;max-height:40px;overflow:hidden}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_left .header_basket_block_name .product_product{font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#e31e24}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_right{display:flex;align-items:center;justify-content:space-between;gap:20px}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_right .header_basket_add_product{display:flex;gap:14px;align-items:center}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_right .header_basket_add_product button{cursor:pointer;width:20px;height:20px;border:none;font-style:normal;font-weight:400;font-size:16px;line-height:20px;text-transform:capitalize;color:#000;background:#f1f1f5;border-radius:5px}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_right .header_basket_add_product .disabled{cursor:not-allowed}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_right .header_basket_delet_product{cursor:pointer}header .header_center .container .header_center_right .header_basket .header_basket_main .header_basket_block .header_basket_block_right .header_basket_delet_product:hover path{transition:all .5s ease;stroke:#e31e24}header .header_center .container .header_center_right .header_basket .header_basket_footer{padding:15px 20px;display:flex;align-items:center;justify-content:space-between}header .header_center .container .header_center_right .header_basket .header_basket_footer a{transition:all .5s ease;background:#e31e24;border:1px solid #e31e24;border-radius:5px;font-style:normal;font-weight:500;font-size:16px;line-height:20px;padding:11px 62px;color:#fff}header .header_center .container .header_center_right .header_basket .header_basket_footer a:hover{transition:all .5s ease;background:#fff;color:#e31e24}header .header_center .container .header_center_right .header_basket .header_basket_footer button{background:#e31e24;border-radius:5px;font-style:normal;font-weight:500;font-size:16px;line-height:20px;padding:11px 62px;color:#fff;border:1px solid #e31e24;cursor:pointer}header .header_center .container .header_center_right .header_basket .header_basket_footer button:hover{transition:all .5s ease;background:#fff;color:#e31e24}header .header_center .container .header_center_right .header_basket .header_basket_footer span{display:table;font-style:normal;font-weight:400;font-size:14px;line-height:18px;text-align:right;color:#000}header .header_center .container .header_center_right .header_basket:hover{height:auto;opacity:1;z-index:11}header .header_center .container .header_center_right .header_basket_none .none_product{display:block!important}header .header_center .container .header_center_right .header_basket_none .header_basket_footer{display:none!important}header .header_center .container .header_center_right .header_basket_none .header_basket_main{height:auto}header .header_center .catalog{height:0;overflow:hidden;position:absolute;top:100%;z-index:1;left:0;width:100%;background:#fff;transition:all .5s ease;opacity:0;z-index:-1;box-shadow:0 8px 17px rgba(29,57,169,.1)}header .header_center .catalog .container{padding:0}header .header_center .catalog .container .catalog_left{position:relative;max-width:282px;width:100%}header .header_center .catalog .container .catalog_left .catalog_left_block:hover .catalog_right{visibility:visible;z-index:20;transition:all .5s ease}header .header_center .catalog .container .catalog_left .catalog_left_block:hover .main_link{transition:all .5s ease;background:#e31e24}header .header_center .catalog .container .catalog_left .catalog_left_block:hover .main_link:before{background-image:url(/_next/static/media/catalogIcon2.958cb7d0.svg);width:8px;height:16px}header .header_center .catalog .container .catalog_left .catalog_left_block:hover .main_link span{transition:all .5s ease;color:#fff}header .header_center .catalog .container .catalog_left .catalog_left_block:hover .main_link svg path{fill:#e31e24;stroke:#fff}header .header_center .catalog .container .catalog_left .catalog_left_block .main_link{display:flex;align-items:center;height:45px;border-radius:10px 0 0 10px;gap:11px;padding-left:15px;position:relative;padding-right:25px}header .header_center .catalog .container .catalog_left .catalog_left_block .main_link:before{content:"";width:6px;height:12px;background-image:url(/_next/static/media/catalogIcon.8991b33f.svg);background-repeat:no-repeat;background-position:50%;background-size:100%;top:0;bottom:0;margin:auto;position:absolute;right:14px}header .header_center .catalog .container .catalog_left .catalog_left_block .main_link svg{width:31px;height:31px;object-fit:contain}header .header_center .catalog .container .catalog_left .catalog_left_block .main_link span{font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#000;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:18px;width:100%}header .header_center .catalog .container .catalog_left .catalog_right{visibility:hidden;display:flex;justify-content:space-between;transition:all .5s ease;z-index:10;padding:30px 45px;top:0;position:absolute;left:100%;width:1158px;height:100%;background:#fff;overflow-y:auto;border-left:1px solid #eeebeb;border-radius:5px}header .header_center .catalog .container .catalog_left .catalog_right::-webkit-scrollbar-thumb{border-radius:20px;background:#b1b0b0}header .header_center .catalog .container .catalog_left .catalog_right::-webkit-scrollbar{width:5px}header .header_center .catalog .container .catalog_left .catalog_right::-webkit-scrollbar-track{background:#ececec;border-radius:20px}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:max-content;grid-gap:40px 80px;gap:40px 80px}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block{padding-bottom:20px;height:auto}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block h5{font-style:normal;font-weight:500;font-size:14px;line-height:18px;margin-bottom:20px;color:#393939}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block ul li{display:none}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block ul li a{transition:all .5s ease;font-style:normal;font-weight:400;font-size:14px;line-height:21px;display:table;color:#5e5e5e;padding-bottom:2px}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block ul li a:hover{transition:all .5s ease;color:#e31e24}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block .limit_active li,header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block ul li:nth-child(-n+5){display:block}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block .limit_active .more{display:none}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block .more{transition:all .5s ease;background:#eff0fa;border-radius:5px;height:24px;font-style:normal;font-weight:400;font-size:14px;line-height:24px;padding:0 7px;display:table;margin-top:20px;color:#5e5e5e;cursor:pointer}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu .catalog_right_block .more:hover{transition:all .5s ease;box-shadow:0 6px 14px 0 rgba(85,85,88,.1)}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_banner img{width:260px;object-fit:contain}header .header_center .catalog_active{height:auto;transition:all .5s ease;z-index:10;opacity:1;padding-bottom:30px}header .header_center .header_catalog_active{display:none;cursor:pointer;width:46px;height:46px;background:#ffe5e6;border-radius:5px;border:none;margin-left:23px}header .header_center .header_catalog_active .burger{position:relative;width:32px;height:19px;margin-left:auto;margin-right:auto}header .header_center .header_catalog_active .burger_1{transform:rotate(0)}header .header_center .header_catalog_active .burger_1,header .header_center .header_catalog_active .burger_2{transition:all .7s ease;top:0;position:absolute;left:0;right:0;margin:auto;width:32px;height:3px;background:#e31e24;border-radius:10px}header .header_center .header_catalog_active .burger_2{bottom:0}header .header_center .header_catalog_active .burger_3{transition:all .7s ease;bottom:0;position:absolute;left:0;right:0;margin:auto;width:32px;height:3px;background:#e31e24;border-radius:10px;transform:rotate(0)}header .header_center .burger_active .burger_1{transition:all .7s ease;top:0;bottom:0;transform:rotate(45deg)}header .header_center .burger_active .burger_2{display:none}header .header_center .burger_active .burger_3{transition:all .7s ease;top:0;bottom:0;transform:rotate(-45deg)}header .header_center_fixed{display:none}header .header_botton{position:relative}header .header_botton .container{padding:7px 0 23px;display:flex;justify-content:space-between;position:relative}header .header_botton .container a{transition:all .5s ease;font-style:normal;font-weight:500;font-size:20px;line-height:26px;height:26px;display:block;text-align:center;cursor:pointer;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:50px}header .header_botton .container a:hover{transition:all .5s ease;color:#e31e24}header .header_botton .container .active{color:#e31e24}header .header_botton .container .header_catalog{transition:all .5s ease;font-style:normal;font-weight:500;font-size:20px;line-height:26px;border:none;background:none;display:flex;align-items:center;gap:10px;cursor:pointer;color:#000}header .header_botton .container .header_catalog svg{transition:all .5s ease;fill:#000}header .header_botton .container .header_catalog:hover{transition:all .5s ease;color:#e31e24}header .header_botton .container .header_catalog:hover svg{transition:all .5s ease;fill:#e31e24}header .header_botton .container .header_catalog_active{transition:all .5s ease;color:#e31e24}header .header_botton .container .header_catalog_active svg{transition:all .5s ease;fill:#e31e24}header .header_botton .container .header_catalog_carusel{max-width:1324.32px;width:100%}header .header_botton .container .header_catalog_carusel .header_catalog_carusel_loading span{display:block!important;height:30.5px}header .header_botton .container .header_catalog_carusel .header_catalog_carusel_loading .react-loading-skeleton{margin-left:auto}header .header_botton .container .header_catalog_carusel .slick-next{z-index:1;width:41.67px;height:35px;right:0!important;background:#fff;border:.833333px solid #dadada;box-shadow:0 3px 10px rgba(29,57,169,.17);border-radius:10px}header .header_botton .container .header_catalog_carusel .slick-next:before{position:absolute;content:"";background-image:url(/_next/static/media/Vector2.0706b224.svg);background-size:100%;background-position:50%;background-repeat:no-repeat;width:7px;height:13px;left:0;top:0;bottom:0;right:0;margin:auto}header .header_botton .container .header_catalog_carusel .slick-disabled{display:none!important}header .header_botton .container .header_catalog_carusel .slick-prev{width:41.67px;height:35px;left:0!important;background:#fff;border:.833333px solid #dadada;box-shadow:0 3px 10px rgba(29,57,169,.17);border-radius:10px;z-index:1}header .header_botton .container .header_catalog_carusel .slick-prev:before{position:absolute;content:"";background-image:url(/_next/static/media/Vector2.0706b224.svg);transform:rotate(180deg);background-size:100%;background-position:50%;background-repeat:no-repeat;width:7px;height:13px;left:0;top:0;bottom:0;right:0;margin:auto}.search{width:100%;position:relative}.search .old_search{display:none;box-shadow:0 3px 10px rgba(29,57,169,.17);width:100%;position:absolute;left:0;background:#fff;border:1px solid #eff0fa;border-radius:5px;z-index:1;top:100%;padding:7.5px 0}.search .old_search:hover{display:block}.search .old_search .old_search_header{display:flex;align-items:center;justify-content:space-between;padding:7.5px 20px}.search .old_search .old_search_header .title{color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.search .old_search .old_search_header .clear_all{color:#bdbdbd;text-align:right;font-size:14px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}.search .old_search .old_search_block{position:relative;display:block;padding:7.5px 20px 7.5px 50px;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.search .old_search .old_search_block:before{content:"";position:absolute;top:0;bottom:0;left:20px;margin:auto;width:13px;height:13px;background-image:url(/_next/static/media/clock.64b00346.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}.search .search_results{display:none;box-shadow:0 3px 10px rgba(29,57,169,.17);width:100%;position:absolute;left:0;background:#fff;border:1px solid #eff0fa;border-radius:5px;z-index:1;top:100%}.search .search_results:hover{display:block}.search .search_results .search_results_block a{padding:10px 5px;display:flex;align-items:center;gap:15px}.search .search_results .search_results_block .search_product_name{display:block;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:3px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;width:100%;overflow:hidden;height:36px}.search .search_results .search_results_block .search_product_price{color:#828282;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.search .search_results .other_search_results a{padding:20px;display:block;text-align:center;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#3463af}.search input{border:1px solid #eff0fa;border-radius:5px;width:100%;height:100%;padding-left:48px;height:46px;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.search input::placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#979797}.search input:focus+button+.old_search,.search input:focus+button+.search_results{display:block}.search input:active,.search input:hover{transition:all .5s ease;border:1px solid #e31e24}.search button{position:absolute;left:20.44px;top:0;bottom:0;margin:auto;border:none;outline:none;background:none;cursor:pointer}.header_active .header_top{margin-bottom:96px}.header_active .header_center_fixed{display:block;transition:all .5s ease;position:fixed;left:0;top:0;width:100%;box-shadow:0 8px 17px rgba(29,57,169,.1)}.header_active .header_center_fixed .container .header_center_left .logo{width:212px;height:39.92px}.header_active .header_center_fixed .container .header_center_left .scoring{margin-left:0}.header_active .header_center_fixed .header_catalog_active{display:block;min-width:46px}.header_active .header_center_fixed .header_catalog_mobile{display:none}.react-loading-skeleton{background:none!important;background-color:var(--base-color)!important;filter:none!important;border:none!important}.react-loading-skeleton:before{display:none}.repayment_main{bottom:0;left:0;margin:0;overflow:auto;position:fixed;right:0;top:0;z-index:12}.repayment_schedule{background:#fff;position:relative;margin:40px auto 50px;width:75%;z-index:12;padding:60px 40px 40px;border-radius:5px}.repayment_schedule .close{position:absolute;right:30px;top:30px;cursor:pointer}.repayment_schedule .repayment_schedule_title{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:20px}.repayment_schedule .repayment_schedule_main{border-radius:5px;border:1px solid #b9b9b9}.repayment_schedule .repayment_schedule_main_header{display:flex;align-items:center;padding:15px;border-bottom:1px solid #b9b9b9}.repayment_schedule .repayment_schedule_main_header span{width:24%;text-align:center}.repayment_schedule .repayment_schedule_main_header span:first-child{width:4%}.repayment_schedule .repayment_schedule_main_body_block{display:flex;align-items:center;padding:15px;border-bottom:1px solid #b9b9b9}.repayment_schedule .repayment_schedule_main_body_block span{width:24%;display:block;text-align:center}.repayment_schedule .repayment_schedule_main_body_block span:first-child{width:4%}.repayment_schedule .repayment_schedule_main_bottom{display:flex;align-items:center;padding:15px;border-bottom:1px solid #b9b9b9}.repayment_schedule .repayment_schedule_main_bottom span{width:24%;text-align:center;font-weight:500;font-size:18px}.repayment_schedule .repayment_schedule_main_bottom span:first-child{text-align:left}.repayment_schedule .repayment_schedule_main_bottom span:nth-child(2){width:4%}.repaymentMobile{display:none;position:fixed;bottom:0;left:0;right:0;overflow:auto;margin:0;top:0;z-index:12}.repaymentMobile .repaymentMobile_schedule{position:relative;width:97%;background:#fff;border-radius:16px;margin:10px auto 30px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_head{padding:25px 10px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_head .repaymentMobile_schedule_title{color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_head .repaymentMobile_schedule_close{position:absolute;top:20px;right:20px}.repaymentMobile .repaymentMobile_schedule hr{border:none;width:100%;height:1px;background:#b9b9b9;margin-bottom:5px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main{padding:10px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_center{display:flex;align-items:center;justify-content:space-between;padding:0 26px;margin-bottom:12px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_center p{color:#000;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap{width:100%;padding:15px;border-radius:16px;border:1px solid #eef0f5;background:#fff;min-height:45px;margin-bottom:10px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .repaymentMobile_schedule_main_wrap_top{display:flex;align-items:center;justify-content:space-between}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .repaymentMobile_schedule_main_wrap_top .repaymentMobile_schedule_num{color:#333;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .repaymentMobile_schedule_main_wrap_top .repaymentMobile_schedule_date{color:#333;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .repaymentMobile_schedule_main_wrap_top .repayment_schedule_month{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:46px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .active_schedule{transition:background-color .6s ease;transition:.2s ease-in-out}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .active{display:block;margin-top:16px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .active span{display:flex;align-items:center;justify-content:space-between}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .active span .active_key,.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .active span .active_value{color:#333;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap .noActive{display:none}.repaymentMobile .repaymentMobile_schedule .repaymentMobile_schedule_main .repaymentMobile_schedule_main_wrap:last-child{margin-bottom:0}.regions{max-width:410px;width:100%!important}.regions .regions_body{padding:20px}.regions .regions_body .regions_search{transition:all .5s ease;margin-bottom:30px;padding:0 13px;width:390px;height:45px;border-radius:5px;border:1px solid #bdbdbd}.regions .regions_body .regions_search::placeholder{color:#bdbdbd;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.regions .regions_body .regions_search:focus{transition:all .5s ease;border:1px solid #e31e24}.regions .regions_body .regions_body_main input{display:none}.regions .regions_body .regions_body_main input:checked+label{color:#e31e24}.regions .regions_body .regions_body_main input:checked+label:before{content:"";position:absolute;right:0;top:0;bottom:0;margin:auto;width:16px;height:11px;background-image:url(/_next/static/media/checked.52f1b25f.svg);background-position:50%;background-repeat:no-repeat;background-size:100%}.regions .regions_body .regions_body_main label{transition:all .5s ease;position:relative;display:block;color:#000;cursor:pointer;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:15px}.regions .regions_body .regions_body_main label:hover{transition:all .5s ease;color:#e31e24}.login{padding:60px 30px 30px;position:fixed;left:0;right:0;top:0;bottom:0;z-index:12;margin:auto;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);overflow-y:auto;overscroll-behavior:contain;background:#fff;box-shadow:0 3px 16px rgba(29,57,169,.12);border-radius:16px}.login .warning_block{max-width:400px;padding:20px;border-radius:12px;border:1px solid #fae7b9;background:#fdf4dc;margin-bottom:15px}.login .warning_block .warning_block_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.login .warning_block .warning_block_header h5{position:relative;color:#424a53;font-size:14px;font-style:normal;font-weight:700;line-height:20px;padding-left:26px}.login .warning_block .warning_block_header h5:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/warning-2.6c558095.svg);width:20px;height:20px}.login .warning_block .warning_block_header svg{cursor:pointer}.login .warning_block p{color:#6e7781;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.login .warning_block_none{display:none}.login .login_loading{opacity:1;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;border-radius:16px;background:hsla(0,0%,100%,.65);z-index:10}.login .error_message{display:block;color:#e31e24;font-size:14px;font-style:normal;font-weight:400;line-height:1.4;margin-top:12px;margin-bottom:20px;text-align:left;max-width:400px}.login h1{font-style:normal;font-weight:600;font-size:32px;line-height:normal;text-align:center;color:rgba(0,0,0,.8);margin-bottom:30px;margin-left:auto;margin-right:auto}.login label{display:table;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#282830;margin-bottom:10px}.login .password_block{position:relative}.login .password_block svg{position:absolute;right:20px;top:0;bottom:0;margin:auto;cursor:pointer}.login .password_block .svg_active path{stroke:#e31e24}.login .password_block input{padding-right:48px}.login input{display:block;width:400px;border:1px solid #bdbdbd;border-radius:5px;height:60px;padding-left:20px;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#979797;margin-bottom:10px}.login input::placeholder{font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#979797}.login .phone_error input{border:1px solid #e31e24}.login .forget_password_block{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-bottom:25px}.login .forget_password_block .error_message{color:#e31e24;font-size:14px;font-style:normal;font-weight:400;line-height:normal;max-width:245px;margin-bottom:0}.login .forget_password_block span{color:#2f80ed;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-right:0;cursor:pointer;text-wrap:nowrap;display:ruby}.login button{cursor:pointer;display:block;width:100%;font-style:normal;font-weight:600;font-size:16px;line-height:19px;height:60px;color:#fff;background:#e31e24;border-radius:5px;border:none}.login button:disabled{opacity:.5;cursor:not-allowed}.login button:hover{transition:all .5s ease;background:#fff;color:#e31e24;border:1px solid #e31e24}.login .registration{display:table;margin-left:auto;margin-right:auto;color:#828282;margin-top:25px}.login .registration,.login .registration button{cursor:pointer;font-style:normal;font-weight:600;font-size:16px;line-height:19px}.login .registration button{display:block;width:100%;height:60px;color:#fff;background:#e31e24;border-radius:5px;border:none;color:#828282;margin-bottom:30px}.login .registration span{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-align:center;margin-left:auto;margin-right:auto;color:#282830}.login .registration span a{color:#e31e24;-webkit-text-decoration-line:underline;text-decoration-line:underline}.login .registration .oferta{position:relative;padding-left:36px;font-style:normal;font-weight:400;font-size:14px;line-height:17px;margin-left:auto;margin-right:auto;cursor:pointer;color:#282830;max-width:400px}.login .registration .oferta:before{content:"";position:absolute;left:0;top:6px;bottom:0;width:20px;height:20px;border-radius:5px;border:1px solid #c4c4c4;cursor:pointer}.login .registration .oferta b{color:#e31e24;-webkit-text-decoration-line:underline;text-decoration-line:underline}.login .registration .oferta_input{display:none}.login .registration .oferta_input:checked+.oferta:before{background:#e31e24;background-image:url(/_next/static/media/checkIcon.a011b423.svg);background-size:80%;background-position:50%;background-repeat:no-repeat;border:1px solid #e31e24}.login .registration a{color:#e31e24;-webkit-text-decoration-line:underline;text-decoration-line:underline}.login .oferta{margin-top:30px;position:relative;padding-left:36px;font-style:normal;font-weight:400;font-size:14px;line-height:17px;margin-left:auto;margin-right:auto;cursor:pointer;color:#282830;max-width:400px}.login .oferta:before{content:"";position:absolute;left:0;top:6px;bottom:0;width:20px;height:20px;border-radius:5px;border:1px solid #c4c4c4;cursor:pointer}.login .oferta b{color:#e31e24;-webkit-text-decoration-line:underline;text-decoration-line:underline}.login .oferta_input{display:none}.login .oferta_input:checked+.oferta:before{background:#e31e24;background-image:url(/_next/static/media/checkIcon.a011b423.svg);background-size:80%;background-position:50%;background-repeat:no-repeat;border:1px solid #e31e24}.login .close{position:absolute;top:20px;right:20px;cursor:pointer}.login .password_rules{margin-bottom:20px}.login .password_rules span{color:#828282;font-size:16px;font-style:normal;font-weight:400;line-height:21px;display:block;text-align:left;max-width:400px;padding-left:20px;position:relative}.login .password_rules span:before{content:"";position:absolute;left:0;width:10px;height:10px;top:6px;border:1px solid #bdbdbd;border-radius:50%}.login .password_rules .error:before{background:#e31e24}.login .password_rules .success:before{background:#4db839}.forget_password label{max-width:397px}.sms_password h1{font-size:27px;max-width:279px}.sms_password span{width:100%;color:#282830;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:block;margin-left:auto;margin-right:auto}.sms_password .sms_password_timer{margin-top:25px;max-width:306px;margin-bottom:15px}.sms_password .sms_password_timer_none{display:none}.sms_password .again{color:#2f80ed;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;width:-moz-fit-content;width:fit-content}.sms_password .again_none{display:none}.sms_password .error-message{color:#e31e24;margin-bottom:10px;max-width:380px}.sms_password .vi__wrapper{width:100%;height:70px;margin-bottom:50px}.sms_password .vi__wrapper input{width:100%;height:70px;opacity:0}.sms_password .vi__wrapper .vi__container{width:100%;gap:10px;height:100%;justify-content:space-between}.sms_password .vi__wrapper .vi__container .vi__character{width:55px;height:100%;border-radius:15px;background:var(--gray-6,#f2f2f2);border:none;text-align:center;font-size:24px;font-weight:500;line-height:70px;color:var(--gray-3,#828282)}.sms_password .vi__wrapper .vi__container .vi__character--selected{outline:1px solid #e31e24}.add_card button{background:#4db839}.add_card .vi__wrapper .vi__container .vi__character--selected{outline:1px solid #4db839}.scoring_question{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;z-index:12;width:-moz-fit-content;width:fit-content;box-shadow:0 3px 16px 0 rgba(29,57,169,.12);height:-moz-fit-content;height:fit-content;border-radius:16px;background:#fff;padding-bottom:25px}.scoring_question .scoring_question_header{border-bottom:1px solid #eaeef2;position:relative;padding:25px 0;margin-bottom:15px}.scoring_question .scoring_question_header h3{color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.scoring_question .scoring_question_header svg{position:absolute;top:30px;right:17px;cursor:pointer}.scoring_question .scoring_question_main{padding:0 31px}.scoring_question .scoring_question_main .select{width:302px;margin-bottom:25px}.scoring_question .scoring_question_main .select .css-1vom5ua-control{background:#f6f8fa}.scoring_question .scoring_question_main .select_error{border:2px solid #f8bbbd}.scoring_question .scoring_question_main .select_label{padding-right:13px;position:relative;display:table;color:#57606a;font-feature-settings:"clig" off,"liga" off;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:4px}.scoring_question .scoring_question_main .select_label:before{content:"*";position:absolute;right:0;top:0;color:#ee5e52;font-feature-settings:"clig" off,"liga" off;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.scoring_question button{border-radius:5px;background:#4db839;height:50px;width:100%;outline:none;border:none;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}.scoring_question button:disabled{background:#afb8c1!important;cursor:not-allowed}.scoring_modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:16px;background:#fff;z-index:12}.scoring_modal .slick-arrow{display:none!important}.scoring_modal .close{cursor:pointer;padding:12px;border-radius:10px;border:1px solid #eaeef2;background:#fff;width:48px;height:48px;position:absolute;top:32px;right:32px}.scoring_modal .scoring_modal_header{padding:32px 32px 24px;border-bottom:1px solid #b9b9b9}.scoring_modal .scoring_modal_header h5{color:#1c1f24;font-size:30px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:8px}.scoring_modal .scoring_modal_header p{color:#424a53;font-size:16px;font-style:normal;font-weight:400;line-height:24px;width:70%}.scoring_modal .scoring_modal_main{padding:30px;max-width:460px}.scoring_modal .scoring_modal_main p{color:#4f4f4f;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;max-width:401px;margin-left:auto;margin-right:auto;margin-bottom:20px}.scoring_modal .scoring_modal_main svg{display:table;margin-left:auto;margin-right:auto;margin-bottom:20px}.scoring_modal .scoring_modal_main span{display:block;color:#000;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:30px}.scoring_modal .scoring_modal_main .error_message{color:#e31e24;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:normal;max-width:400px}.scoring_modal .scoring_modal_main button{border-radius:5px;background:#4db839;width:100%;height:60px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;outline:none;border:none;cursor:pointer}.scoring_modal .scoring_modal_main button:disabled{opacity:.5;cursor:not-allowed}.scoring_modal .scoring_modal_bottom{display:flex;justify-content:space-between;align-items:center}.scoring_modal .go_buy{position:relative;padding-right:24px;color:#3463af;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.scoring_modal .go_buy:before{content:"";position:absolute;background:url(/_next/static/media/scoringModalIcon.5049d095.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;right:0;top:0;bottom:0;margin:auto;width:14px;height:14px}.scoring_modal .scoring_agene{cursor:pointer;color:#fff;font-size:13px;font-style:normal;font-weight:500;line-height:normal;border-radius:4.044px;background:#e31e24;border:none;height:35px;padding:0 15px}.scoring_result{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;height:-moz-fit-content;height:fit-content;border-radius:24px;background:#fff;z-index:12;padding:32px;text-align:center;max-width:484px}.scoring_result .scoring_svg{margin-bottom:32px}.scoring_result .close{cursor:pointer;padding:12px;border-radius:10px;border:1px solid #eaeef2;background:#fff;width:48px;height:48px;position:absolute;top:32px;right:32px}.scoring_result h5{color:#6e7781;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:5px}.scoring_result span{display:block;margin-bottom:12px;color:#1c1f24;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.scoring_result a{color:#e31e24;text-decoration:underline}.scoring_result .scoring_result_main{margin-bottom:32px}.scoring_result .scoring_result_main .scoring_result_price{display:flex;align-items:center;gap:12px;justify-content:center}.scoring_result .scoring_result_main h3{color:#1c1f24;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.scoring_result .scoring_result_message{color:#6e7781;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.scoring_result .scoring_result_limit{display:flex;justify-content:center;color:#e31e24;text-align:center;font-size:30px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:32px}.scoring_result .call_center{margin-bottom:32px}.scoring_result .call_center a{color:#0c75af;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.scoring_result .scoring_result_time{display:flex;justify-content:space-between;align-items:center}.scoring_result .scoring_button{cursor:pointer;height:48px;background:#fff;width:100%;color:#57606a;font-size:16px;font-style:normal;font-weight:700;line-height:24px;border-radius:12px;border:2px solid #eaeef2}.scoring_result .scoring_timer_block{position:relative;display:flex;align-items:center;gap:12px;justify-content:center}.scoring_result .scoring_timer_block .scoring_timer{text-align:center;color:#1c1f24;font-size:18px;font-style:normal;font-weight:600;line-height:24px;width:27px}.scoring_result .scoring_timer_block:before{content:":";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;color:#1c1f24;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.scoring_result_successful h5{color:#1c1f24;font-weight:700}.login_loading{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;border-radius:16px;background:hsla(0,0%,100%,.65)}.scoring_sms_password button{background:#4db839}.scoring_sms_password .vi__character--selected{outline:1px solid #4db839!important}.timer{padding:45px 40px;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(27.5px);backdrop-filter:blur(27.5px)}.timer .timer-wrapper{display:flex;justify-content:center;margin-bottom:50px}.timer .time-wrapper{position:relative;width:80px;height:60px;font-size:48px;font-family:Montserrat}.timer .time-wrapper .time{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;transform:translateY(0);opacity:1;transition:all .2s}.timer .time-wrapper .time.up{opacity:0;transform:translateY(-100%)}.timer .time-wrapper .time.down{opacity:0;transform:translateY(100%)}.timer h5{color:#000;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:20px;text-align:center}.timer p{line-height:normal;margin-bottom:10px;max-width:370px;margin-left:auto;margin-right:auto}.timer .scoring_time span,.timer p{color:#828282;font-size:16px;font-style:normal;font-weight:400;text-align:center}.timer .scoring_time span{line-height:22px;display:block}.timer .scoring_time p{color:#4f4f4f;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:44px}.check_scoring{max-width:492px}.check_scoring.check_scoring--suppressed{visibility:hidden;pointer-events:none}.check_scoring .meter{background-color:#fff;border-radius:10px;position:relative;display:block;height:200px;margin-bottom:20px;margin-left:auto;margin-right:auto;overflow:hidden}.check_scoring #meter{width:100%}.check_scoring #needle{position:absolute;left:45%;bottom:5%;transform-origin:21% calc(97% - 15px);transform:rotate(-134deg);animation-name:rotate;animation-duration:4s;animation-iteration-count:infinite}@keyframes rotate{0%{transform:rotate(-134deg)}25%{transform:rotate(-30deg)}50%{transform:rotate(-80deg)}75%{transform:rotate(40deg)}to{transform:rotate(-134deg)}}.check_scoring svg{margin:auto;max-width:100%}.check_scoring .check_scoring_center{padding:32px}.check_scoring .check_scoring_center p{color:#4f4f4f;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;max-width:400px;margin-bottom:25px}.check_scoring .check_scoring_center .error_message{color:#e31e24;margin-bottom:0}.check_scoring .check_scoring_center .checkbox_block{cursor:pointer;display:flex;align-items:center;gap:15px;margin-bottom:28px;position:relative}.check_scoring .check_scoring_center .checkbox_block:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;border:1.5px solid #d0d7de;right:0;top:0;bottom:0;margin:auto}.check_scoring .check_scoring_center .checkbox_block .checkbox_block_info b{color:#1c1f24;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.check_scoring .check_scoring_center .checkbox_block .checkbox_block_info span{color:#0c75af;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:block}.check_scoring .check_scoring_center .checkbox_block svg{margin:0}.check_scoring .check_scoring_center input{display:none}.check_scoring .check_scoring_center input:checked+.checkbox_block:after{content:"";position:absolute;width:15px;height:15px;border-radius:50%;background:#e31e24;right:4px;top:0;bottom:0;margin:auto}.check_scoring .check_scoring_center input:checked+.checkbox_block:before{border-color:#e31e24}.check_scoring.scoring_permanent_region_modal{width:min(100vw - 32px,492px);min-width:0;z-index:13;box-shadow:0 12px 48px hsla(0,0%,5%,.14);border:1px solid #eaeef2;overflow:hidden}.check_scoring.scoring_permanent_region_modal .scoring_modal_header,.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_header{padding:28px 28px 20px;border-bottom-color:#eaeef2}.check_scoring.scoring_permanent_region_modal .scoring_modal_header h5,.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_header h5{padding-right:58px;margin-bottom:10px;font-size:26px;line-height:1.25;font-weight:700;color:#1c1f24;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.check_scoring.scoring_permanent_region_modal .scoring_modal_header p,.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_header p{width:100%;max-width:100%;margin:0;color:#57606a;font-size:15px;line-height:22px;font-weight:400}.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_body{padding:24px 28px 32px;text-align:left}.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_hint{margin:0 0 18px;padding:12px 14px;border-radius:10px;background:#f0f7fc;border:1px solid #d8e8f4;color:#0c4a6e;font-size:14px;line-height:20px;font-weight:500}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field{margin-bottom:20px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field:last-of-type{margin-bottom:0}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .text_label{display:block;color:#424a53;font-size:15px;font-weight:600;line-height:22px;margin-bottom:8px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select{width:100%}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=control]{min-height:48px;border-radius:12px!important;border-color:#eaeef2!important;background:#f6f8fa!important;box-shadow:none!important;transition:border-color .2s ease,box-shadow .2s ease}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=control]:hover{border-color:#d0d7de!important}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=control]:focus-within{border-color:#e31e24!important;box-shadow:0 0 0 1px #e31e24!important}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=placeholder]{color:#8c959f;font-size:15px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=singleValue]{font-size:15px;color:#1c1f24}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=indicatorSeparator]{background-color:#eaeef2}.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_body .error_message,.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_error{color:#e31e24;text-align:left;margin-top:16px;margin-bottom:0;font-size:14px;line-height:20px;font-weight:500}.check_scoring.scoring_permanent_region_modal .scoring_button{margin-top:24px}.check_scoring.scoring_permanent_region_modal .scoring_button:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.check_scoring.scoring_permanent_region_modal .scoring_button:disabled:hover{background:#e31e24;color:#fff}.check_scoring .scoring_button{width:100%;height:60px;border-radius:12px;background:#e31e24;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;border:1px solid #e31e24;cursor:pointer}.check_scoring .scoring_button:hover{transition:all .5s ease;background:#fff;color:#e31e24}.check_scoring .false_button{opacity:.5;cursor:not-allowed}.create_card input{height:60px;width:100%;border-radius:5px;border:1px solid #bdbdbd;padding-left:20px;margin-bottom:15px;color:#282830;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.create_card input::placeholder{color:#979797;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.create_card .input_error{border:1px solid #e31e24}.create_card label{display:table;color:#282830;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px}.create_card .lable_error{color:#e31e24}.create_card .create_card_bottom{display:flex;gap:10px;justify-content:space-between;align-items:flex-end}.create_card .create_card_bottom .create_card_left{width:35%}.create_card .create_card_bottom .create_card_right{width:65%}.create_card p{color:#bdbdbd!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important}.create_card_top_cards{width:100%;border-radius:5px;border:1px solid #b9b9b9;padding:20px 0 24px;display:block;margin-bottom:17px}.create_card_top_cards .create_card_main_img{width:95%;height:100%;object-fit:cover;margin-bottom:15px;border-radius:17px;margin-left:auto;margin-right:auto}.create_card_top_cards .create_card_bubble_img{width:35px;height:35px;border-radius:35px;object-fit:cover;display:block;margin-left:auto;margin-right:auto}.create_card_top_cards .create_card_slider_2 .slick-current img{border-radius:35px;padding:1px;border:2px solid #e31e24;outline:none}.block_main_title{position:relative;display:table;padding-right:8px;font-style:normal;font-weight:700;font-size:20px;line-height:26px;margin-bottom:40px;text-transform:uppercase;color:#000}.block_main_title:before{content:"";transition:all .5s ease;position:absolute;width:100%;height:40%;left:0;bottom:0;background:#d9d9d9;z-index:-1}.block_main_title:hover{transition:all .5s ease}.block_main_title:hover:before{transition:all .5s ease;height:100%}.product_main{display:grid;grid-gap:30px 10.07px;gap:30px 10.07px;margin-bottom:50px;grid-template-columns:repeat(6,1fr)}.product_main .product_block{transition:all .5s ease;padding:10px;width:100%;position:relative;border-radius:12px;border:1px solid #ebebeb}.product_main .product_block .lds-ring{position:static;width:25px;height:25px;margin-right:0}.product_main .product_block .lds-ring div{width:25px;height:25px;margin:0;border-width:2px}.product_main .product_block .stiker{position:absolute;font-style:normal;font-weight:500;font-size:16.1119px;line-height:21px;padding:2px 11px;color:#fff;background:#e31e24;border-radius:12px;left:7px;top:11px}.product_main .product_block .stiker_new{background:#0391a1}.product_main .product_block .stiker_bestseller{background:#ff3a44}.product_main .product_block .product_like{position:absolute;top:15px;right:10px;cursor:pointer}.product_main .product_block .product_like:hover path{transition:all .5s ease;fill:#e31e24;stroke:none}.product_main .product_block .product_like+a{display:block;width:100%}.product_main .product_block .compare_button{position:absolute;top:60px;right:10px;cursor:pointer}.product_main .product_block .compare_button:hover{transition:all .5s ease}.product_main .product_block .compare_button:hover .rect_color,.product_main .product_block .compare_button:hover path{transition:all .5s ease;stroke:#e31e24}.product_main .product_block .product_image{width:100%;object-fit:contain;max-height:280px;min-height:280px}.product_main .product_block .product_image_loading{margin-bottom:20px}.product_main .product_block .product_name{display:block;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#000;margin-bottom:10px;height:40px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;width:100%}.product_main .product_block .product_reviews{position:relative;display:table;font-style:normal;font-weight:400;font-size:13px;line-height:17px;color:#b9b9b9;margin-bottom:12px;padding-left:19px}.product_main .product_block .product_reviews:before{content:"";position:absolute;width:13.67px;height:13px;background-image:url(/_next/static/media/star.0c387092.svg);background-repeat:no-repeat;background-position:50%;background-size:100%;left:0;top:0;bottom:0;margin:auto}.product_main .product_block .old_price{display:block;font-style:normal;font-weight:400;font-size:13px;line-height:17px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#979797;margin-bottom:6px}.product_main .product_block .product_price{display:table;font-size:18px;font-style:normal;font-weight:600;line-height:20px;border-radius:5px;color:#1c1f24;margin-bottom:12px}.product_main .product_block .installment{display:table;display:none;font-style:normal;font-weight:500;font-size:14px;line-height:23px;margin-bottom:20px;border-radius:5px;background:#fcecea;color:#e31e24;padding:1px 8px}.product_main .product_block .installment b{font-size:18px;font-style:normal;font-weight:600}.product_main .product_block .basket{padding-top:15px;border-top:1px solid #dadada;display:flex;justify-content:space-between;align-items:center}.product_main .product_block .basket .basket_compare{display:flex;align-items:center;gap:10px}.product_main .product_block .basket .bought{display:block;font-style:normal;font-weight:400;font-size:13px;line-height:17px;color:#000}.product_main .product_block .basket img{cursor:pointer}.product_main .product_block .basket .done_basket{display:none}.product_main .product_block .basket svg{transition:all .5s ease;cursor:pointer}.product_main .product_block .basket svg:hover{transition:all .5s ease;transform:scale(1.2)}.product_main .product_block .basket_active .static_basket{display:none}.product_main .product_block .basket_active .done_basket{display:contents}.product_main .product_block:hover{transition:all .5s ease;border:1px solid #eab7b9;box-shadow:0 6px 14px 0 rgba(29,57,169,.1)}.product_main .viewed_card{transition:all .5s ease;border-radius:5px;border:1px solid #d0d7de;width:100%;display:block}.product_main .viewed_card img{width:100%;object-fit:contain}.product_main .viewed_card:hover{transition:all .5s ease;border:1px solid #eab7b9;box-shadow:0 6px 14px 0 rgba(29,57,169,.1)}.card_list_block{position:relative;border-radius:17px!important;padding:20px;width:95%!important;background-repeat:no-repeat;background-size:cover;background-position:50%;overflow:hidden}.card_list_block .card_list_header{display:flex;align-items:flex-flex-start;justify-content:space-between;margin-bottom:25px}.card_list_block .card_list_header .card_list_header_right{display:flex;align-items:center;gap:5px}.card_list_block .card_list_header .card_list_name{display:block;color:#fff;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.card_list_block .card_list_header .card_list_type_name{color:#fff;font-size:17px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.769px}.card_list_block .card_list_svg{position:absolute;top:20px;right:10px;cursor:pointer}.card_list_block .card_list_balance{color:#fff;font-size:19.99px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.769px;display:block;margin-bottom:13px;text-wrap:nowrap}.card_list_block .card_list_bottom{display:block}.card_list_block .card_list_bottom .card_list_number{display:block;color:#fff;font-size:17px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.769px;text-transform:capitalize;margin-bottom:5px}.card_list_block .card_list_bottom .card_list_date h5{font-size:7.688px;font-weight:300}.card_list_block .card_list_bottom .card_list_date h5,.card_list_block .card_list_bottom span{color:#fff;font-style:normal;line-height:normal;letter-spacing:-.384px;text-transform:capitalize}.card_list_block .card_list_bottom span{font-size:10.764px;font-weight:500}.card_list_block .is_agro{background:hsla(0,0%,73%,.85);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.card_list_block .is_agro p{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto!important;height:-moz-fit-content;height:fit-content;padding:0 15px;text-align:left}.card_list_block .is_agro_none{display:none}.card_list_block_profile{width:275px!important}.other_product{transition:all .5s ease;cursor:pointer;font-style:normal;font-weight:600;font-size:16px;line-height:40px;border:2px solid #e31e24;border-radius:4px;color:#e31e24;width:229px;height:44px;background:none;outline:none;margin-left:auto;margin-right:auto;display:block;margin-bottom:80px;text-align:center}.other_product:hover{transition:all .5s ease;color:#fff;background:#e31e24}.other_product_none{display:none}footer{background:#4f4f4f;margin-top:70px;padding:20px 0}footer .up{z-index:2;transition:all .5s ease;position:fixed;width:66px;height:66px;right:50px;bottom:-90px;border-radius:50%;background:#e31e24;animation:mover .9s infinite alternate;cursor:pointer}footer .up:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:20px;height:10px;background-image:url(/_next/static/media/up.c34b627a.svg);background-size:100%;background-position:50%;background-repeat:no-repeat}footer .cell_center_fixed{background:#2f80ed}footer .cell_center_fixed:before{width:20px;height:20px;background-image:url(/_next/static/media/cellUp.d298b4c0.svg)}footer .up_active{transition:all .5s ease;bottom:120px}footer .cell_center_fixed_active{bottom:200px}footer .footer_main{display:flex;justify-content:space-between;margin-bottom:42px}footer .footer_main .for_mobile{display:none}footer .footer_main .footer_block h5{font-style:normal;font-weight:500;font-size:20px;line-height:26px;margin-bottom:20px;color:#fff}footer .footer_main .footer_block ul li{margin-bottom:6px}footer .footer_main .footer_block ul li a{transition:all .5s ease;display:table;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#bdbdbd}footer .footer_main .footer_block ul li a:hover{transition:all .5s ease;color:#fff}footer .footer_main .footer_block ul li:first-child a svg{margin-bottom:10px}footer .footer_main .footer_block .contact_img{display:flex;gap:20px;margin-top:40px}footer .footer_main .footer_block .contact_img a svg{transition:all .5s ease}footer .footer_main .footer_block .contact_img a:hover svg .path_hover{transition:all .5s ease;fill:#fff}footer .footer_main .footer_block_mobile{display:none}footer .footer_bottom{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #828282}footer .footer_bottom .footer_bottom_right{display:flex;align-items:center;gap:20px}footer .footer_bottom span{display:block;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#979797;margin-bottom:10px}.mobil_saidbar{display:none}.mobil_catalog{z-index:3;display:none;position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;overflow-y:auto;background:#fff;padding-bottom:68px}.mobil_catalog .search{display:block;width:100%;position:relative}.mobil_catalog .search input{display:block;width:100%;height:46px;border:1px solid #eff0fa;border-radius:5px;padding-left:48px;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.mobil_catalog .search input::placeholder{font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#979797}.mobil_catalog .search button{position:absolute;left:15px;top:0;bottom:0;margin:auto;border:0;background:none;outline:none}.mobil_catalog .mobil_catalog_other_info{font-style:normal;font-weight:600;font-size:14px;line-height:18px;color:#000;display:block;padding:15px 20px;border-top:1px solid #eef0f5}.mobil_catalog .partner{color:#e31e24!important}.mobil_catalog .mobil_catalog_info_block{padding:9px 0}.mobil_catalog .mobil_catalog_info_block .mobil_catalog_info_block_header{display:flex;align-items:center;gap:15px;padding:0 8px}.mobil_catalog .mobil_catalog_info_block span{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.mobil_catalog .mobil_catalog_info_block a{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:21px;position:relative;padding-left:63px;display:flex;gap:10px}.mobil_catalog .mobil_catalog_info_block a:before{content:"";position:absolute;left:15px;top:0;bottom:0;margin:auto;width:27px;height:27px;background-position:50%;background-size:100%;background-repeat:no-repeat}.mobil_catalog .mobil_catalog_info_block .quantity_number_active{display:block;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:21px;background:#f7931d;border-radius:5px;height:21px;width:20px;text-align:center}.mobil_catalog .mobil_catalog_info_block .favorites:before{background-image:url(/_next/static/media/like.2656047e.svg)}.mobil_catalog .mobil_catalog_info_block .comparison:before{background-image:url(/_next/static/media/compare.9cea6080.svg)}.mobil_catalog .mobil_catalog_info_block .stock:before{background-image:url(/_next/static/media/stock.a7150538.svg)}.mobil_catalog .mobil_catalog_info_block .brands:before{background-image:url(/_next/static/media/brands.d19ade0b.svg)}.mobil_catalog .mobil_catalog_info_block .partner:before{background-image:url(/_next/static/media/partner.c36fad0f.svg)}.mobil_catalog .mobil_catalog_info_block .mobil_catalog_info_blocks{position:relative;display:flex;align-items:center;gap:18px;padding:12.5px 30px 12.5px 15px}.mobil_catalog .mobil_catalog_info_block .mobil_catalog_info_blocks:before{content:"";position:absolute;right:14px;top:0;bottom:0;margin:auto;width:8px;height:16px;background-image:url(/_next/static/media/catalogIcon.8991b33f.svg);background-size:100%;background-position:50%;transform:rotate(90deg)}.mobil_catalog .mobil_catalog_info_block .mobil_catalog_info_blocks svg{width:28px;height:28px}.mobil_catalog .mobil_catalog_info_block .mobil_catalog_info_blocks_active+.mobile_subcatalog_info{transition:all .5s ease;left:0}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info{transition:all .5s ease;left:-100%;position:fixed;top:0;bottom:0;right:0;width:100%;height:100%;overflow-y:auto;background:#fff;padding-bottom:68px;z-index:1}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block{padding:12.5px 0}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobil_subcatalog_title{display:flex;align-items:center;gap:12px;padding:12px}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobil_subcatalog_title h3{font-style:normal;font-weight:600;font-size:17px;line-height:20px;color:#000}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobile_subcatalog_info_blocks{position:relative;padding:12.5px 30px}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobile_subcatalog_info_blocks:before{content:"";position:absolute;right:14px;top:0;bottom:0;margin:auto;width:8px;height:16px;background-image:url(/_next/static/media/catalogIcon.8991b33f.svg);background-size:100%;background-position:50%;transform:rotate(90deg)}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobile_subcatalog_info_blocks_active+.mobile_lastcatalog_info{transition:all .5s ease;left:0}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block a{padding:12.5px 30px;display:block}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobile_lastcatalog_info{transition:all .5s ease;left:-100%;position:fixed;top:0;bottom:0;right:0;width:100%;height:100%;overflow-y:auto;background:#fff;padding-bottom:68px;z-index:1}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobile_lastcatalog_info .mobil_lastcatalog_info_block{padding:12.5px 0}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobile_lastcatalog_info .mobil_lastcatalog_info_block .mobil_lastcatalog_title{display:flex;align-items:center;gap:12px;padding:12px}.mobil_catalog .mobil_catalog_info_block .mobile_subcatalog_info .mobil_subcatalog_info_block .mobile_lastcatalog_info .mobil_lastcatalog_info_block .mobil_lastcatalog_title h3{font-style:normal;font-weight:600;font-size:16px;line-height:20px;color:#000}.carusel_product .carusel_product_block,.mobil_catalog_active{display:block}.carusel_product .carusel_product_block .slick-slide{padding:5px}.carusel_product .slick-arrow{top:0;bottom:0;margin:auto;z-index:1;width:41.67px;height:35px;background:#fff;border:.833333px solid #dadada;box-shadow:0 3px 10px rgba(29,57,169,.17);border-radius:10px;transform:matrix(-1,0,0,1,0,0)}.carusel_product .slick-arrow:before{content:"";position:absolute;width:7.5px;height:15px;background-image:url(/_next/static/media/Vector2.0706b224.svg);background-repeat:no-repeat;background-position:50%;background-size:100%;left:0;right:0;bottom:0;top:0;margin:auto}.carusel_product .slick-arrow:hover{background:#fff!important}.carusel_product .slick-next:before{transform:rotate(180deg)}.carusel_product .slick-disabled{display:none!important}.pagination_block{margin:20px 0 40px;width:100%}.pagination_block .pagination{display:flex;align-items:center;gap:26px;justify-content:center}.pagination_block .pagination li a{padding:4px;transition:all .5s ease;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000}.pagination_block .pagination li a:hover{transition:all .5s ease;color:#e31e24}.pagination_block .pagination .active a{padding:0;transition:all .5s ease;display:block;color:#fff;background:#e31e24;border-radius:5px;width:40px;height:40px;text-align:center;line-height:40px}.pagination_block .pagination .active a:hover{transition:all .5s ease;color:#fff;opacity:.7}.pagination_block .pagination .pagination_button{position:relative}.pagination_block .pagination .pagination_button a:before{content:"";position:absolute;background-image:url(/_next/static/media/Vector2.0706b224.svg);width:7px;height:12px;background-repeat:no-repeat;background-size:100%;background-position:50%;top:0;bottom:0;margin:auto}.pagination_block .pagination .next a{padding-right:22px}.pagination_block .pagination .next a:before{right:0}.pagination_block .pagination .back a{padding-left:22px}.pagination_block .pagination .back a:before{left:0;transform:rotate(180deg)}.pagination_block .pagination .disabled{opacity:.5}.pagination_block .pagination .disabled a{cursor:default}.loading_page{position:relative;height:50vh;width:100%;z-index:1}.loading_modal{top:0;left:0;right:0;bottom:0;margin:auto;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);height:100vh;width:100%;position:fixed;background:hsla(0,0%,5%,.56);z-index:1000}.loading_modal .lds-ring{position:fixed}.lds-ring{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3px solid transparent;border-top-color:#e31e24}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.offer{bottom:0;left:0;margin:0;overflow:auto;position:fixed;right:0;top:0;z-index:12;padding-left:15px;padding-right:15px}.offer .close{padding:8px;border-radius:12px;border:1px solid rgba(124,138,148,.2);background:#fff;width:32px;height:32px;position:absolute;top:20px;right:20px;cursor:pointer}.offer .offer_block{max-width:902px;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.3);box-sizing:border-box;position:relative;background:#fff;margin:40px auto 50px;padding:30px;min-height:400px}.offer .offer_block .offer_title{font-style:normal;font-weight:600;font-size:32px;line-height:39px;text-align:center;color:rgba(0,0,0,.8);margin-bottom:30px;margin-left:auto;margin-right:auto}.offer .offer_block p{font-size:16px;font-weight:500;color:#282830;line-height:20px;margin-bottom:20px}.offer .offer_block strong{font-weight:bolder;font-size:17px}.offer .offer_block a{font-size:16px;font-weight:500;color:#282830;line-height:20px}.offer .offer_block .offer_button{justify-content:flex-end;display:flex;align-items:center;gap:12px}.offer .offer_block .offer_button button{cursor:pointer;padding:0 14px;height:40px;border:none;outline:none;border-radius:6px;background:none;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.offer .offer_block .offer_button .cancel{color:#1c1f24}.offer .offer_block .offer_button .accept{background:#e31e24;color:#fff}.certificate_modal{position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;border-radius:20px;background:#fff;padding:15px;z-index:12;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.certificate_modal .close{border-radius:12px;border:1px solid rgba(124,138,148,.2);background:#e5e8ea;width:32px;height:32px;position:absolute;top:15px;right:15px;padding:7px;cursor:pointer}.certificate_modal .certificate_modal_card{width:462px;height:-moz-fit-content;height:fit-content;background:url(/_next/static/media/certificate.39aae319.svg);background-repeat:no-repeat;background-position:50%;background-size:cover;padding:20px;border-radius:12px}.certificate_modal .certificate_modal_card .chakana_logo{margin-bottom:32px}.certificate_modal .certificate_modal_card .certificate_modal_card_name{display:table;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:2px}.certificate_modal .certificate_modal_card .certificate_modal_card_bottom{display:flex;align-items:flex-flex-end;justify-content:space-between}.certificate_modal .certificate_modal_card .certificate_modal_card_bottom .amount{color:#fff;font-size:30px;font-style:normal;font-weight:700;line-height:normal}.certificate_modal .certificate_modal_main{padding:20px 17px 17px}.certificate_modal .certificate_modal_main .title{color:#000;font-size:22px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:5px;width:100%}.certificate_modal .certificate_modal_main .text{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;max-width:432px;margin-bottom:50px}.certificate_modal .certificate_modal_main .activate{border-radius:12px;background:#e31e24;border:none;outline:none;height:48px;width:100%;color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:24px;cursor:pointer}@media(max-width:1450px){.container{max-width:1216px}header .header_center .catalog .container .catalog_left .catalog_right{width:934px;gap:35px;padding:30px}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_banner img{width:170px}header .header_center .catalog .container .catalog_left .catalog_right .catalog_right_menu{grid-gap:30px 50px;gap:30px 50px}header .header_center .container .header_center_right{gap:16px}header .header_botton .container .header_catalog{font-size:16px;font-style:normal;font-weight:500;line-height:24px}header .header_botton .container a{font-size:16px;margin-left:45px}header .header_botton .container .header_catalog_carusel{max-width:1110.3px}.repayment{gap:8px;border-radius:4px;border:.8px solid #bdbdbd;width:255px;height:42px}.scoring_question .scoring_question_main .select{margin-bottom:20px}.product_main .product_block{padding:12px 8px}.product_main .product_block .stiker{font-size:12px;line-height:normal;padding:4px 8px;border-radius:8px;left:8px;top:12px}.product_main .product_block .product_like{top:12px;right:8px}.product_main .product_block .compare_button{top:60px;right:8px}.product_main .product_block .product_image,.product_main .product_block .product_image_loading{max-height:280px;min-height:280px}.product_main .product_block .product_name{font-weight:400;font-size:15px;line-height:normal;margin-bottom:12px;height:38px}.product_main .product_block .product_reviews{font-size:12px;line-height:normal;padding-left:17px}.product_main .product_block .product_reviews:before{width:11px;height:10px}.product_main .product_block .old_price{font-size:12px;line-height:normal;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;margin-bottom:4px}.product_main .product_block .installment{font-size:13px;line-height:normal;margin-bottom:15px;padding:1px 8px;text-wrap:nowrap}.product_main .product_block .installment b{font-size:16px;font-weight:500}.product_main .product_block .basket{padding-top:12px}.product_main .product_block .basket .bought{line-height:normal}footer{padding:24px 0}footer .footer_main .footer_block h5{font-weight:600;font-size:18px;line-height:normal}footer .footer_main .footer_block ul li{margin-bottom:10px}footer .footer_main .footer_block ul li a{font-weight:400;font-size:14px;line-height:normal}footer .footer_main .footer_block .contact_img{gap:15px;margin-top:20px}footer .footer_bottom span{font-weight:400;font-size:14px;line-height:normal;margin-bottom:0}}@media(max-width:1024px){.container,.container2{max-width:100%;padding-left:16px;padding-right:16px}.search .search_results .search_results_block a{padding:20px 10px}.search .search_results .search_results_block a img{width:50px;height:50px}.search .search_results .search_results_block .search_product_name{font-size:14px;font-weight:400;line-height:normal;margin-bottom:10px}.search .search_results .search_results_block .search_product_price{font-size:14px;font-weight:600;line-height:normal}header{margin-bottom:60px}header .mobil_padding{padding:0}header .mobil_app{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;box-shadow:0 3px 15px rgba(29,57,169,.17);border-radius:5px}header .mobil_app .mobil_app_left{display:flex;align-items:center;gap:15px}header .mobil_app a{padding:5px 9px;font-style:normal;font-weight:500;font-size:12px;line-height:15px;text-align:center;background:#e31e24;border-radius:5px;color:#fff}header .mobil_app .mobil_app_link .and{display:none}header .mobil_app .mobil_app_link_and .and{display:block}header .mobil_app .mobil_app_link_and .ios{display:none}header .mobil_app_none{display:none!important}header .header_top{display:block;padding:0}header .header_top .delivery,header .header_top .header_top_left,header .header_top .header_top_right,header .header_top .location{display:none}header .chakana_websides .container{display:block;padding-right:60px}header .chakana_websides .container svg{top:0;margin:0;bottom:auto;right:32px}header .chakana_websides .container .chakana_websides_info{font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:16px}header .chakana_websides .container .go_to_old{width:-moz-fit-content;width:fit-content}header .chakana_websides .container .go_to_old .old_side{font-size:14px;font-style:normal;font-weight:500;line-height:20px}header .chakana_websides .container .go_to_old .new_side{font-size:14px;font-style:normal;font-weight:600;line-height:20px}header .header_center .header_catalog_mobile{display:none;margin-left:0}header .header_center .container{overflow:visible}header .header_center .mobil_header{display:flex;gap:20px;align-items:center}header .header_center .mobil_header .language_block{position:relative}header .header_center .mobil_header .language{font-weight:400;font-size:16px;line-height:18px;display:table}header .header_center .mobil_header .active+.language_select{display:block}header .header_center .mobil_header .location{display:flex;gap:6px;align-items:center}header .header_center .mobil_header .language_select{display:none;overflow:hidden;left:-10px;top:130%;position:absolute;z-index:2;background:#fff;box-shadow:0 3px 15px rgba(29,57,169,.17);border-radius:0 0 5px 5px}header .header_center .mobil_header .language_select a{font-style:normal;font-weight:400;font-size:16px;line-height:20px;border-bottom:1px solid #eff0fa;color:#000;padding:8px 11px;display:block}header .header_center .mobil_header .language_select .none{display:none}header .header_center .container{padding-top:9px;padding-bottom:9px}header .header_center .container .header_center_left{justify-content:space-between;width:100%}header .header_center .container .header_center_left .logo{max-width:200px;width:100%;height:40px}header .header_center .container .header_center_left .scoring{display:none}header .header_center .container .header_center_left .search{position:absolute;top:100%;width:100%;left:0;right:0;padding-left:16px;padding-right:16px;background:#fff}header .header_center .container .header_center_left .search button{left:30px}header .header_center .container .header_center_left .search .input{height:46px}header .header_botton,header .header_center .container .header_center_right{display:none}.repayment_schedule{width:95%;padding:25px}.header_active .mobil_app{position:fixed;left:0;top:0;width:100%}.header_active .header_center_fixed{display:block!important}.header_active .header_center_fixed .container{gap:10px}.header_active .header_center_fixed .header_catalog_active{display:none}.header_active .header_center_fixed .header_catalog_mobile{display:block}.header_active .header_center_fixed .container .header_center_left .search{position:relative;padding-left:0;padding-right:0}.header_active .header_center_fixed .container .header_center_left .search button{left:15px}.header_active .header_center_fixed .container .header_center_left .logo_link,.header_active .header_center_fixed .mobil_header{display:none}.regions .regions_body{padding:20px}.regions .regions_body .regions_search{width:100%}.regions .regions_body .regions_search::placeholder{color:#bdbdbd;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.regions .regions_body .regions_body_main input:checked+label:before{content:"";position:absolute;right:0;top:0;bottom:0;margin:auto;width:16px;height:11px;background-image:url(/_next/static/media/checked.52f1b25f.svg);background-position:50%;background-repeat:no-repeat;background-size:100%}.regions .regions_body .regions_body_main label{font-size:14px;margin-bottom:15px}.login{padding:30px 15px 20px;width:365px}.login .error_message{font-size:12px;margin-top:10px;margin-bottom:16px}.login h1{font-size:18px;line-height:normal}.login label{font-size:14px;line-height:normal}.login input{width:100%;height:50px;font-size:16px}.login input::placeholder{font-size:14px;line-height:normal}.login .forget_password_block{margin-bottom:20px}.login .forget_password_block .error-message{font-size:12px;margin-bottom:20px}.login .forget_password_block span{font-size:12px}.login button{font-size:14px;line-height:normal;height:50px}.login .registration{font-size:14px;line-height:normal;margin-bottom:20px}.login .oferta{font-size:12px}.login .oferta:before{top:6px}.login .oferta_input:checked+.oferta:before{background-size:80%;background-position:50%}.login .close{width:12px;height:12px}.sms_password h1{max-width:240px}.sms_password span{max-width:290px;font-size:12px}.sms_password .error-message{margin-bottom:10px}.sms_password .vi__wrapper{height:60px;margin-bottom:40px}.sms_password .vi__wrapper input{height:60px}.sms_password .vi__wrapper .vi__container .vi__character{width:50px;height:55px;font-size:20px;line-height:normal;display:flex;align-items:center;justify-content:center}.scoring_modal{max-width:365px;z-index:12;width:100%;box-shadow:0 3px 16px 0 rgba(29,57,169,.12)}.scoring_modal .close{top:20px;right:20px;width:40px;height:40px;padding:8px}.scoring_modal .close svg{width:22px;height:22px}.scoring_modal .scoring_modal_header{padding:20px}.scoring_modal .scoring_modal_header h5{font-size:18px;font-weight:600;line-height:26px}.scoring_modal .scoring_modal_header p{font-size:12px;font-style:normal;font-weight:400;line-height:18px}.scoring_modal .scoring_modal_main{padding:22px 15px}.scoring_modal .scoring_modal_main .error_message{font-size:12px!important;margin-bottom:10px}.scoring_modal .scoring_modal_main p{text-align:flex-start;color:#bdbdbd;font-size:13px;margin-bottom:30px}.scoring_modal .scoring_modal_main svg{display:table;margin-left:auto;margin-right:auto;margin-bottom:20px}.scoring_modal .scoring_modal_main span{display:block;color:#000;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:30px}.scoring_modal .scoring_modal_main button{width:100%;height:50px;font-size:14px;font-weight:600}.scoring_modal .scoring_agene{cursor:pointer;color:#fff;font-size:13px;font-style:normal;font-weight:500;line-height:normal;border-radius:4.044px;background:#e31e24;border:none;height:35px;padding:0 15px}.scoring_sms_password button{background:#4db839}.scoring_sms_password .vi__character--selected{outline:1px solid #4db839!important}.timer{padding:45px 40px;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(27.5px);backdrop-filter:blur(27.5px)}.timer .timer-wrapper{display:flex;justify-content:center;margin-bottom:50px}.timer .time-wrapper{position:relative;width:80px;height:60px;font-size:48px;font-family:Montserrat}.timer .time-wrapper .time{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;transform:translateY(0);opacity:1;transition:all .2s}.timer .time-wrapper .time.up{opacity:0;transform:translateY(-100%)}.timer .time-wrapper .time.down{opacity:0;transform:translateY(100%)}.timer h5{color:#000;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:20px;text-align:center}.timer p{line-height:normal;margin-bottom:10px;max-width:370px;margin-left:auto;margin-right:auto}.timer .scoring_time span,.timer p{color:#828282;font-size:16px;font-style:normal;font-weight:400;text-align:center}.timer .scoring_time span{line-height:22px;display:block}.timer .scoring_time p{color:#4f4f4f;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:44px}.check_scoring .check_scoring_center{padding:25px 20px}.check_scoring .check_scoring_center .checkbox_block{gap:10px;margin-bottom:21px}.check_scoring .check_scoring_center .checkbox_block svg{width:45px;height:45px}.check_scoring .check_scoring_center .checkbox_block:last-child{margin-bottom:0}.check_scoring .check_scoring_center p{font-size:14px;max-width:400px;margin-bottom:25px}.check_scoring .check_scoring_center .slick-slider{padding:15px 0 35px;margin-left:auto;margin-right:auto;width:100%}.check_scoring .check_scoring_center .slick-slider .slick-track{margin-left:auto;margin-right:auto}.check_scoring .check_scoring_center .slick-slider .card_list_block{margin-left:auto;margin-right:auto;padding:10px;min-height:160px}.check_scoring .check_scoring_center .slick-slider .card_list_block .card_list_header{margin-bottom:17px}.check_scoring .check_scoring_center .slick-slider .card_list_block .card_list_header .card_list_type_name{font-size:16px}.check_scoring .check_scoring_center .slick-slider .card_list_block .card_list_balance{font-size:18px;letter-spacing:.73px}.check_scoring .check_scoring_center .slick-slider .card_list_block .card_list_bottom .card_list_number{display:block;margin-bottom:7px;font-size:15px}.check_scoring .check_scoring_center .slick-slider .slick-dots{bottom:15px}.check_scoring .check_scoring_center .slick-slider .slick-dots li,.check_scoring .check_scoring_center .slick-slider .slick-dots li button{width:7px;height:7px}.check_scoring .check_scoring_center .slick-slider .slick-dots li button:before{display:none}.check_scoring.scoring_permanent_region_modal .scoring_modal_header,.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_header{padding:20px 20px 16px}.check_scoring.scoring_permanent_region_modal .scoring_modal_header h5,.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_header h5{padding-right:52px;font-size:18px;line-height:26px;margin-bottom:8px}.check_scoring.scoring_permanent_region_modal .scoring_modal_header p,.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_header p{font-size:13px;line-height:19px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_body{padding:20px 20px 24px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_hint{margin-bottom:14px;padding:10px 12px;font-size:13px;line-height:18px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field{margin-bottom:16px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .text_label{font-size:14px;margin-bottom:6px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=control]{min-height:46px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=placeholder],.check_scoring.scoring_permanent_region_modal .scoring_permanent_field .select [class*=singleValue]{font-size:14px}.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_body .error_message,.check_scoring.scoring_permanent_region_modal .scoring_permanent_region_error{color:#e31e24;font-size:13px;margin-top:12px}.check_scoring.scoring_permanent_region_modal .scoring_button{margin-top:20px;height:48px}.check_scoring .false_button{opacity:.5;cursor:not-allowed}.check_scoring .scoring_button{font-size:14px;font-style:normal;font-weight:700;line-height:20px;margin-top:6px;height:48px}.scoring_result{max-width:353px;padding:20px}.scoring_result .scoring_svg{height:55px;width:55px;margin-bottom:20px}.scoring_result h5{font-size:14px;font-weight:600;line-height:20px;margin-bottom:7px}.scoring_result span{display:block;margin-bottom:12px;color:#1c1f24;text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.scoring_result .scoring_result_message{font-size:14px;font-style:normal;font-weight:500;line-height:20px}.scoring_result .scoring_result_main{margin-bottom:20px}.scoring_result .scoring_result_limit{color:#e31e24;font-size:25px;font-style:normal;font-weight:700;line-height:32px}.scoring_result .close{top:20px;right:20px;width:40px;height:40px;padding:8px}.scoring_result .close svg{width:22px;height:22px}.scoring_result .call_center{margin-bottom:10px}.scoring_result .scoring_button{height:44px;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.create_card input{height:50px;color:#979797}.create_card input::placeholder{font-size:14px;font-weight:400;color:#979797}.create_card label{font-size:14px}.create_card .create_card_bottom{display:flex;gap:10px;justify-content:space-between;align-items:flex-end}.create_card .create_card_bottom .create_card_left{width:35%}.create_card .create_card_bottom .create_card_right{width:65%}.create_card p{color:#bdbdbd!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important}.create_card_top_cards{padding:20px 0}.create_card_top_cards .create_card_bubble_img{width:35px;height:35px;border-radius:50%;object-fit:cover;display:block;margin-left:auto;margin-right:auto}.block_main_title{font-size:20px;font-style:normal;font-weight:700;line-height:24px;letter-spacing:-.2px;margin-bottom:25px}.product_main{grid-template-columns:repeat(4,1fr);gap:15px 9px;margin-bottom:24px}.product_main .product_block{padding:9px}.product_main .product_block .product_like{top:12px;right:9px}.product_main .product_block .product_image{max-height:240px;min-height:240px}.product_main .product_block .product_name{font-size:15px;line-height:19px;margin-bottom:5px;height:38px}.product_main .product_block .product_reviews{font-size:12px;line-height:15px;padding-left:15px;margin-bottom:11px}.product_main .product_block .product_reviews:before{width:10.81px;height:10.31px}.product_main .product_block .old_price{font-size:12px;line-height:15px;margin-bottom:4.5px}.product_main .product_block .product_price{font-size:15px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:12px}.product_main .product_block .installment{font-weight:500;font-size:12px;line-height:18px;margin-bottom:9px;text-wrap:nowrap}.product_main .product_block .installment b{font-size:16px}.product_main .product_block .basket{padding-top:12px;gap:4px}.product_main .product_block .basket img{width:62.5px;height:35.22px}.product_main .product_block .basket .bought{font-size:13px;line-height:17px;text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.other_product{margin-bottom:30px}.new_product .stiker{font-size:12.7807px;line-height:16px;padding:2px 9px}footer{padding-bottom:90px}footer .cell_center_fixed_active{bottom:240px}footer .up_active{bottom:160px}footer .footer_main{display:block;text-align:center;margin-bottom:20px}footer .footer_main .footer_block{padding:20px 0;border-bottom:1px solid #828282}footer .footer_main .footer_block .contact_img{justify-content:center}footer .footer_main .footer_block h5{position:relative;transition:all .5s ease;margin-bottom:0}footer .footer_main .footer_block h5:before{position:absolute;content:"";background-image:url(/_next/static/media/arrow-footer.4feddd6c.svg);background-repeat:no-repeat;background-size:100%;width:14px;height:8px;top:50%;right:12px;object-fit:contain;z-index:1;top:0;bottom:0;margin:auto}footer .footer_main .footer_block h5:nth-child(5):before{display:none}footer .footer_main .footer_block ul li{margin-bottom:0}footer .footer_main .footer_block ul li a{display:block;opacity:0;transition:all .2s ease;line-height:0px;overflow:hidden}footer .footer_main .footer_block ul li a img{margin-left:auto;margin-right:auto;display:block}footer .footer_main .footer_block_mobile{display:block}footer .footer_main .footer_block_mobile h5{margin-bottom:15px}footer .footer_main .footer_block_mobile h5:before{display:none}footer .footer_main .footer_block_mobile ul li a{opacity:1}footer .footer_main .open h5{transition:all .5s ease;margin-bottom:20px}footer .footer_main .open ul li{margin-bottom:15px}footer .footer_main .open ul li a{opacity:1;transition:all .5s ease;display:block;line-height:20px}footer .footer_main .footer_block:last-child{display:none}footer .footer_bottom{border:none;display:flex;flex-direction:column-reverse}footer .footer_bottom span{text-align:center;color:#bdbdbd;font-size:14px;font-style:normal;font-weight:400;line-height:normal}footer .footer_bottom .footer_bottom_right{display:flex;flex-direction:column-reverse}footer .footer_bottom .footer_bottom_card img{margin-left:auto;margin-right:auto;display:block}.b24-widget-button-position-bottom-right{bottom:90px!important}.mobil_saidbar{z-index:2;box-shadow:0 3px 15px 0 rgba(29,57,169,.17);position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;border-radius:0;display:flex;justify-content:space-between}.mobil_saidbar .mobil_saidbar_block{position:relative;height:70px;width:20%}.mobil_saidbar .mobil_saidbar_block svg{position:absolute;left:0;right:0;top:10px;margin:auto}.mobil_saidbar .mobil_saidbar_block svg circle,.mobil_saidbar .mobil_saidbar_block svg path{fill:#b9b9b9}.mobil_saidbar .mobil_saidbar_block .name{position:absolute;left:0;right:0;margin:auto;top:42px;text-align:center;color:#b9b9b9;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.mobil_saidbar .mobil_saidbar_block_scoring svg{position:absolute;padding:8px 12px;border-radius:50%;background:#e31e24;left:0;right:0;margin:auto;top:-25%;box-shadow:0 10px 15px 0 rgba(29,57,169,.17)}.mobil_saidbar .mobil_saidbar_block_scoring svg path{fill:#fff}.mobil_saidbar .basket{fill:none}.mobil_saidbar .basket path{stroke:#d9d9d9}.mobil_saidbar .basket .path{fill:#d9d9d9}.mobil_saidbar .active svg{fill:#e31e24}.mobil_saidbar .mobil_basket .number{display:none}.mobil_saidbar .mobil_basket .number_active{top:2px;right:0;position:absolute;width:23px;height:23px;border-radius:50%;background:#f7931d;font-style:normal;font-weight:500;font-size:14px;line-height:23px;text-align:center;color:#fff}.mobil_saidbar .mobil_basket svg path:last-child{fill:none;stroke:#dadada}.mobil_saidbar .active_page svg path{fill:#e31e24}.mobil_saidbar .active_page svg path:last-child{stroke:#ffaaad}.mobil_saidbar .active_page svg circle{fill:#e31e24}.mobil_saidbar .active_page .name{color:#e31e24}.mobil_saidbar .home_svg svg path:last-child{stroke:none}.installment_modal{width:95%}.installment_modal .installment_modal_header_main{padding:16px}.installment_modal .installment_modal_header{padding:16px 20px}.installment_modal .installment_modal_header svg{padding:8px;width:35px;height:35px}.installment_modal .installment_modal_header h3{color:#1c1f24;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.installment_modal .installment_modal_body{padding:15px}.installment_modal .installment_modal_body .installment_modal_block{margin-bottom:8px;background:#eaeef2}.installment_modal .installment_modal_body .installment_modal_block .month,.installment_modal .installment_modal_body .installment_modal_block .price{font-size:14px}.installment_modal .installment_modal_body button{height:45px;font-size:16px;font-style:normal;font-weight:500}}@media(max-width:800px){.product_main{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.certificate_modal{top:auto;width:100%;border-radius:12px 12px 0 0;padding:30px 10px 40px}.certificate_modal .close{display:none}.certificate_modal .certificate_modal_card{width:100%;padding:20px}.certificate_modal .certificate_modal_main{padding:20px 0 0}.certificate_modal .certificate_modal_main .title{font-size:20px}.certificate_modal .certificate_modal_main .text{max-width:100%;margin-bottom:90px}}@media(max-width:500px){.login{width:calc(100vw - 16px);max-width:calc(100vw - 16px);padding:40px 16px 20px}.login .warning_block{padding:12px;margin-bottom:12px}.login .password_rules span,.login .warning_block p{font-size:13px;line-height:18px}.login .chakana_id_svg{width:130px;height:auto}.container{padding-left:8px;padding-right:8px;overflow:hidden}.container .go_to_old,.container2_2{margin-left:auto;margin-right:auto}.container2_2{max-width:100%;width:100%;padding-right:8px;padding-left:8px}.breadcrumbs{margin-bottom:10px}.breadcrumbs a,.breadcrumbs span{font-size:14px;font-weight:400}.repayment{width:100%;height:48px}header .header_center .mobil_header .language{font-size:14px}header .header_center .container .header_center_left .logo{max-width:158.95px;height:30.51px}header .header_center .container .header_center_left .search{padding-left:8px;padding-right:8px}header .chakana_websides{padding:12px 0}header .chakana_websides .container{padding-right:32px}header .chakana_websides .container svg{right:8px}.repayment_main{display:none}.repayment_schedule{position:relative;margin:50px 0;height:-moz-fit-content;height:fit-content;width:730px}.repaymentMobile{display:block}.scoring_question{padding-bottom:20px}.scoring_question .scoring_question_header{padding:20px 0;margin-bottom:17px}.scoring_question .scoring_question_header svg{top:25px}.scoring_question .scoring_question_main{padding:0 20px}.scoring_question .scoring_question_main .select{margin-bottom:17px}.scoring_question .scoring_question_main .select_label{font-size:12px;font-style:normal;font-weight:500;line-height:18px}.scoring_question button{height:45px}.login{width:96%}.login .oferta{margin-top:18px;margin-bottom:0}.login .warning_block{padding:15px}.login button{width:100%}.login span{line-height:normal}.login label,.login span,.login span a{font-size:12px}.login label{line-height:normal}.login label a{font-size:12px}.login .close{width:12px;height:12px}.sms_password .sms_password_timer{margin-top:20px;margin-bottom:0}.scoring_modal{width:96%;height:-moz-fit-content;height:fit-content}.timer{padding:45px 40px}.timer .timer-wrapper{display:flex;justify-content:center;margin-bottom:50px}.check_scoring .check_scoring_center .slick-slider .card_list_block{min-height:140px}.create_card input{height:50px}.create_card input::placeholder{font-size:14px;font-weight:400}.create_card label{font-size:14px}.create_card p{font-size:14px!important}.create_card_top_cards{padding:15px 0 24px}.create_card_top_cards .create_card_bubble_img{width:30px;height:30px}.block_main_title{font-size:18px}.block_main_title:before{content:"";transition:all .5s ease;position:absolute;width:100%;height:40%;left:0;bottom:0;background:#d9d9d9;z-index:-1}.block_main_title:hover{transition:all .5s ease}.block_main_title:hover:before{transition:all .5s ease;height:100%}.product_main{grid-template-columns:repeat(2,1fr)}.product_main .product_block .stiker{font-size:13px;line-height:18px;padding:2px 8px}.product_main .product_block .product_name{font-size:13px}.product_main .product_block .installment{padding:1px 5px}.product_main .product_block .installment b{font-size:12px}.product_main .product_block .basket{display:grid;grid-template-columns:auto auto;grid-gap:4px;gap:4px}.product_main .product_block .basket .bought{max-width:100%}.product_main .viewed_card img{height:110px}footer .cell_center_fixed_active{bottom:205px}footer .up{width:56px;height:56px;right:35px}.up_active{bottom:135px!important}.b24-widget-button-position-bottom-right{right:30px!important;bottom:70px!important}.offer{padding:0 5px}.offer .close{top:10px;right:10px}.offer .offer_block{width:100%;padding:14px}.offer .offer_block .offer_title{font-size:18px;line-height:normal}.offer .offer_block p{font-size:14px}.offer .offer_block strong{font-size:14px;font-weight:600}.offer .offer_block a{font-size:14px}}.profile{display:flex;min-height:50vh;position:relative}.profile .identification_modal{position:absolute;border-radius:12px;border:1px solid #fae7b9;background:#fdf4dc;padding:20px;display:flex;max-width:500px;width:100%;gap:12px;left:15px;top:0;z-index:1}.profile .identification_modal h2{font-weight:700}.profile .identification_modal h2,.profile .identification_modal span{color:#424a53;font-size:14px;font-style:normal;line-height:20px;margin-bottom:8px}.profile .identification_modal span{display:block;font-weight:400}.profile .identification_modal a{position:relative;color:#d9822f;font-size:12px;font-style:normal;font-weight:700;line-height:18px}.profile .identification_modal a:before{content:url(/_next/static/media/export.22b6026c.svg);position:absolute;top:2px;right:-18px;width:12px;height:12px;width:11px;height:11px}.profile .identification_modal .close{position:absolute;width:20px;height:20px;top:20px;right:20px;cursor:pointer}.profile .delete_card_modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;max-width:350px;width:100%;height:-moz-fit-content;height:fit-content;padding:50px 70px 42px;border-radius:16px;background:#fff;z-index:12}.profile .delete_card_modal h2{color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:40px}.profile .delete_card_modal .delete_card_modal_btns{display:flex;align-items:center;justify-content:center;gap:10px}.profile .delete_card_modal .delete_card_modal_btns button{max-width:100px;width:100%;height:40px;border-radius:10px;background:rgba(227,30,36,.2);border:1px solid #f9d2d3;color:#e31e24;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:all .3s ease-in}.profile .delete_card_modal .delete_card_modal_btns button:hover{cursor:pointer;background-color:#fff}.profile .delete_card_modal .delete_card_modal_btns button:last-child{background:#e31e24;color:#fff;border-color:#e31e24;transition:all .3s ease-in}.profile .delete_card_modal .delete_card_modal_btns button:last-child:hover{background-color:#fff;color:#e31e24}.profile .delete_card_modal .close{position:absolute;top:20px;right:20px;cursor:pointer}.profile .logout_modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:5px;background:#fff;z-index:12}.profile .logout_modal .logout_modal_title{color:#000;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:20px 14px 16px 20px;border-bottom:1px solid #dadada}.profile .logout_modal .logout_modal_main{padding:24px 14px 20px 20px}.profile .logout_modal .logout_modal_main .logout_modal_description{display:block;color:#000;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:32px}.profile .logout_modal .logout_modal_main .logout_modal_btns{display:flex;align-items:center;gap:20px}.profile .logout_modal .logout_modal_main .logout_modal_btns button{display:block;max-width:135px;width:100%;height:35px;color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:normal;border-radius:5px;background:#e31e24;transition:all .3s ease-in;border:1px solid #e31e24}.profile .logout_modal .logout_modal_main .logout_modal_btns button:hover{cursor:pointer;background-color:#fff;color:#e31e24}.profile .logout_modal .logout_modal_main .logout_modal_btns a{display:block;max-width:135px;width:100%;height:35px;color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:35px;border-radius:5px;transition:all .3s ease-in;color:#e31e24;background:#ffeff0;margin:0;border:1px solid #ffeff0}.profile .logout_modal .logout_modal_main .logout_modal_btns a:hover{cursor:pointer;border-color:#e31e24}.profile .cards,.profile .change_password,.profile .loans,.profile .orders,.profile .password_right,.profile .personal{width:100%}.profile .cards .profile_page_header,.profile .change_password .profile_page_header,.profile .loans .profile_page_header,.profile .orders .profile_page_header,.profile .password_right .profile_page_header,.profile .personal .profile_page_header{padding:42px 0 0 30px}.profile .cards .profile_page_header .profile_page_title,.profile .change_password .profile_page_header .profile_page_title,.profile .loans .profile_page_header .profile_page_title,.profile .orders .profile_page_header .profile_page_title,.profile .password_right .profile_page_header .profile_page_title,.profile .personal .profile_page_header .profile_page_title{color:#000;font-size:18px;font-style:normal;font-weight:400;line-height:normal;display:table;border-bottom:3px solid #e31e24;padding-bottom:38.5px}.profile .orders_none{color:#828282;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:block;margin-top:70px}.profile .profile_right{padding:40px 0 30px 30px;height:100%;border-top:2px solid #eef0f5}.profile .profile_right .profile_loading{position:relative;width:100%;height:100%}.profile .profile_right .successfully{transition:all .5s ease;display:flex;align-items:center;gap:10px;opacity:0;z-index:-1}.profile .profile_right .successfully span{color:#828282;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.profile .profile_right .successfully_active{transition:all .5s ease;z-index:1;opacity:1}.profile .profile_right .error_message{color:#e31e24;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:table;margin-bottom:10px}.profile .profile_right .profile_right_bottom{display:flex;align-items:center;gap:20px}.profile .profile_right .profile_right_bottom button{height:43px;border-radius:5px;background:#f7931d;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:236px;border:none;margin-top:10px;cursor:pointer}.profile .profile_right .profile_right_bottom button:disabled{opacity:.5;cursor:not-allowed}.profile_saidbar_back{display:flex;gap:10px;align-items:center;margin-bottom:20px;margin-top:17px;cursor:pointer;display:none}.profile_saidbar_back span{color:#e31e24;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.profile_saidbar_back_none{display:none!important}.profile_saidbar{max-width:324px;width:100%;border-right:2px solid #eef0f5}.profile_saidbar .profile_saidbar_header{padding:10px 32px 20px 0;border-bottom:2px solid #eef0f5}.profile_saidbar .profile_saidbar_header h5{color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px}.profile_saidbar .profile_saidbar_header span{display:table;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:10px}.profile_saidbar .profile_saidbar_header p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.profile_saidbar .profile_saidbar_header .auth_user{color:#27ae60}.profile_saidbar .profile_saidbar_header .false_user{color:#f2994a}.profile_saidbar .profile_saidbar_body{padding-top:30px;padding-right:32px}.profile_saidbar .profile_saidbar_header_skeleton span:last-child{margin-bottom:4px}.profile_saidbar .user_limit{border-radius:16px;background:#eaeef2;padding:16px;margin-bottom:24px}.profile_saidbar .user_limit span{display:block;color:#8c959f;font-size:12px;font-style:normal;font-weight:500;line-height:18px;margin-bottom:5px}.profile_saidbar .user_limit .user_limit_block{display:flex;align-items:center;gap:15px}.profile_saidbar .user_limit h4{color:#1c1f24;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.profile_saidbar .user_limit_top{margin-bottom:12px}.profile_saidbar .user_limit_zero{background:#e31e24}.profile_saidbar .user_limit_zero h4{font-size:18px}.profile_saidbar .user_limit_none{margin-bottom:10px}.profile_saidbar .user_limit_none button{cursor:pointer;height:48px;width:100%;border-radius:12px;border:2px solid #eaeef2;background:#fff;color:#1c1f24;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.profile_saidbar .profile_saidbar_link .profile_logout,.profile_saidbar .profile_saidbar_link a{transition:all .5s ease;margin-bottom:10px;padding:10px 15px;display:block;display:flex;gap:25px;align-items:center;color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.profile_saidbar .profile_saidbar_link .profile_logout svg,.profile_saidbar .profile_saidbar_link a svg{width:24px;height:24px}.profile_saidbar .profile_saidbar_link .profile_logout svg path,.profile_saidbar .profile_saidbar_link a svg path{fill:#2a2f36;stroke:none}.profile_saidbar .profile_saidbar_link .profile_logout:hover,.profile_saidbar .profile_saidbar_link a:hover{border-radius:5px;transition:all .5s ease;background:#e31e24;color:#fff}.profile_saidbar .profile_saidbar_link .profile_logout:hover svg path,.profile_saidbar .profile_saidbar_link a:hover svg path{fill:#fff!important}.profile_saidbar .profile_saidbar_link .active{border-radius:5px;background:#e31e24;color:#fff}.profile_saidbar .profile_saidbar_link .active svg path{fill:#fff!important}.profile_saidbar .profile_saidbar_link button{cursor:pointer;padding:10px 15px;display:flex;gap:25px;width:100%;background:none;border:none;outline:none;text-align:left;color:#000;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.profile_saidbar .profile_saidbar_link button svg{width:24px;height:24px}.profile_saidbar .certificate{border-radius:12px;background:#f1f1f1;padding:10px 10px 15px;margin-bottom:24px}.profile_saidbar .certificate .certificate_card{position:relative;padding:10px;border-radius:8px;background:url(/_next/static/media/certificate2.03f5025a.svg);background-repeat:no-repeat;background-position:50%;background-size:cover;margin-bottom:10px}.profile_saidbar .certificate .certificate_card .status{display:table;padding:3px 8px;color:#000;text-align:center;font-size:10px;font-style:normal;font-weight:500;line-height:normal;border-radius:63px;background:#fff;position:absolute;top:10px;right:10px}.profile_saidbar .certificate .certificate_card .logo{margin-bottom:12px}.profile_saidbar .certificate .certificate_card .certificate_card_title{display:table;color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.profile_saidbar .certificate .certificate_card .certificate_card_amonut{display:table;color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.profile_saidbar .certificate p{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-left:5px}.profile_saidbar .on_active .certificate_card{overflow:hidden;background:none}.profile_saidbar .on_active .certificate_card .status{left:10px}.profile_saidbar .on_active .certificate_card:before{content:"";position:absolute;background-image:url(/_next/static/media/inactive.be9280f3.png);width:100%;height:100%;left:0;top:0;bottom:0;right:0;margin:auto;background-repeat:no-repeat;background-size:cover}.profile_saidbar .on_active .certificate_card .open{position:absolute;bottom:12px;right:12px;width:36px;height:36px;background:#fff;border-radius:50%;cursor:pointer;border:none;outline:none}.profile_saidbar .on_active p{margin-bottom:10px}.profile_saidbar .on_active .activate{border-radius:8px;background:#e31e24;width:100%;height:30px;border:none;outline:none;color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.rate_order h1{color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.rate_order .main_svg{display:block;margin-left:auto;margin-right:auto;margin-bottom:34px}.rate_order .center_info{color:#424a53;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:26px;margin-bottom:8px}.rate_order .bottom_info{color:#6e7781;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:24px;margin-left:auto;margin-right:auto}.rate_order .rate_order_button{display:block;margin-bottom:0;margin-left:auto;margin-right:auto;height:48px;max-width:190px}.orders_right{width:100%}.orders_right tbody tr,.orders_right thead{display:table;width:100%;table-layout:fixed}.orders_right .order_list .order_block{max-width:650px;width:100%;border-radius:8px;border:1px solid #d0d7de;margin-bottom:20px}.orders_right .order_list .order_block table{width:100%;border-spacing:0}.orders_right .order_list .order_block table .payment,.orders_right .order_list .order_block table .status{border-radius:12px;padding:4px 12px;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.orders_right .order_list .order_block table .payment{display:flex;align-items:center;gap:8px;margin-left:auto;width:-moz-fit-content;width:fit-content}.orders_right .order_list .order_block table .status_-1,.orders_right .order_list .order_block table .status_-2,.orders_right .order_list .order_block table .status_3{background:#fcecea;color:#e31e24}.orders_right .order_list .order_block table .status_10,.orders_right .order_list .order_block table .status_2{background:#e3fad6;color:#208d28}.orders_right .order_list .order_block table .status_0{color:#6e7781;background:#f6f8fa}.orders_right .order_list .order_block table tr th:first-child{text-align:left;color:#1c1f24;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.orders_right .order_list .order_block table tr td:first-child{text-align:left;color:#8c959f;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.orders_right .order_list .order_block table tr th:last-child{text-align:right}.orders_right .order_list .order_block table tr td:last-child{text-align:right;color:#1c1f24;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.orders_right .order_list .order_block table thead th{padding:18px 24px;border-bottom:1px solid #d0d7de}.orders_right .order_list .order_block table tbody{padding-top:12px;padding-bottom:5px;display:block;overflow:hidden;max-width:650px}.orders_right .order_list .order_block table tbody td{padding-left:24px;padding-right:24px;padding-bottom:13px}.orders_right .order_list .order_block table .schedule_button{display:none}.orders_right .order_list .order_block table .footer{cursor:pointer;display:flex;justify-content:space-between;padding:18px 24px;border-top:1px solid #d0d7de}.orders_right .order_list .order_block table .footer span{display:block}.orders_right .order_list .order_block table .footer .footer_left{color:#1c1f24;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.orders_right .order_list .order_block table .footer .footer_right{transition:all .3s ease;height:24px}.orders_right .order_list .order_block table .footer .footer_right_active{transition:all .3s ease;transform:rotate(180deg)}.orders_right .order_list .order_block2 table .payment_1{border:1px solid #306ae4;color:#306ae4}.orders_right .order_list .order_block2 table .payment_2{border:1px solid #f29d41;color:#f29d41}.orders_right .order_list .order_block2 table .payment_3{border:1px solid #9736e8;color:#9736e8}.orders_right .order_list .order_block2 table tr th:last-child .schedule{cursor:pointer;color:#0c75af;font-size:15px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.orders_right .order_list .order_block2 tbody{transition:all .5s ease;max-height:147px}.orders_right .order_list .order_block2 .tbody_active{transition:all .5s ease;max-height:650px}.orders_right .order_list .loans_block3 table .payment{border:1px solid #9736e8;color:#9736e8}.loans_list_header{display:flex}.loans_list_header label{cursor:pointer;border-bottom:2px solid transparent!important;padding-left:27px;padding-right:27px}.loans_list_header input{display:none}.loans_list_header input:checked+label{border-bottom:2px solid #e31e24!important}.loans_right tbody tr,.loans_right thead{display:table;width:100%;table-layout:fixed}.loans_right .loans_list .loans_block{max-width:650px;width:100%;border-radius:8px;border:1px solid #d0d7de;margin-bottom:20px}.loans_right .loans_list .loans_block table{width:100%;border-spacing:0}.loans_right .loans_list .loans_block table .payment,.loans_right .loans_list .loans_block table .status{border-radius:12px;padding:4px 12px;font-size:12px;font-style:normal;font-weight:600;line-height:18px}.loans_right .loans_list .loans_block table .payment{display:flex;align-items:center;gap:8px;margin-left:auto;width:-moz-fit-content;width:fit-content}.loans_right .loans_list .loans_block table .status_-1,.loans_right .loans_list .loans_block table .status_3{background:#fcecea;color:#e31e24}.loans_right .loans_list .loans_block table .status_2{background:#e3fad6;color:#208d28}.loans_right .loans_list .loans_block table .status_0{color:#6e7781;background:#f6f8fa}.loans_right .loans_list .loans_block table tr th:first-child{text-align:left;color:#1c1f24;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.loans_right .loans_list .loans_block table tr td:first-child{text-align:left;color:#8c959f;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.loans_right .loans_list .loans_block table tr th:last-child{text-align:right}.loans_right .loans_list .loans_block table tr td:last-child{text-align:right;color:#1c1f24;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.loans_right .loans_list .loans_block table thead th{padding:18px 24px;border-bottom:1px solid #d0d7de}.loans_right .loans_list .loans_block table tbody{padding-top:12px;padding-bottom:5px;display:block;overflow:hidden;max-width:650px}.loans_right .loans_list .loans_block table tbody td{padding-left:24px;padding-right:24px;padding-bottom:13px}.loans_right .loans_list .loans_block table .schedule_button{display:none}.loans_right .loans_list .loans_block table .footer{cursor:pointer;display:flex;justify-content:space-between;padding:18px 24px;border-top:1px solid #d0d7de}.loans_right .loans_list .loans_block table .footer span{display:block}.loans_right .loans_list .loans_block table .footer .footer_left{color:#1c1f24;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.loans_right .loans_list .loans_block table .footer .footer_right{transition:all .3s ease;height:24px}.loans_right .loans_list .loans_block table .footer .footer_right_active{transition:all .3s ease;transform:rotate(180deg)}.loans_right .loans_list .loans_block2 table .payment{border:1px solid #f29d41;color:#f29d41}.loans_right .loans_list .loans_block2 table tr th:last-child{display:flex;align-items:center;text-align:right;gap:30px;justify-content:space-between}.loans_right .loans_list .loans_block2 table tr th:last-child .schedule{cursor:pointer;color:#0c75af;font-size:15px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.loans_right .loans_list .loans_block2 tbody{transition:all .5s ease;max-height:147px}.loans_right .loans_list .loans_block2 .tbody_active{transition:all .5s ease;max-height:650px}.loans_right .loans_list .loans_block3 table .payment{border:1px solid #9736e8;color:#9736e8}.personal_right .personal_right_block{display:flex;align-items:center;gap:20px;margin-bottom:20px}.personal_right .personal_right_block label{display:table;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:10px}.personal_right .personal_right_block input{padding-left:10px;border-radius:5px;border:1px solid #bdbdbd;height:35px;width:236px;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.personal_right .personal_right_block input:disabled{color:#bdbdbd}.personal_right .personal_right_block .input_error{border:1px solid #e31e24}.personal_right .personal_right_block .label_error{color:#e31e24}.password_right .password_right_block{display:flex;align-items:center;gap:20px;margin-bottom:20px}.password_right .password_right_block label{display:table;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:10px}.password_right .password_right_block input{padding-left:10px;border-radius:5px;border:1px solid #bdbdbd;height:35px;width:236px;color:#bdbdbd;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.password_right .password_right_block .input_error{border:1px solid #e31e24}.password_right .password_right_block .label_error{color:#e31e24}.password_right button{height:43px;border-radius:5px;background:#f7931d;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:236px;border:none;margin-top:10px;cursor:pointer}.cards_right .card_main{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}.cards_right .card_main .user_card{border-radius:8px;border:1px solid #d0d7de;max-width:320px;width:100%}.cards_right .card_main .user_card .user_card_top{display:flex;justify-content:space-between;padding:21px;gap:5px}.cards_right .card_main .user_card .user_card_top .user_card_top_left{display:flex;align-items:center;gap:15px}.cards_right .card_main .user_card .user_card_top .user_card_top_left .user_card_info span{display:block}.cards_right .card_main .user_card .user_card_top .user_card_top_left .user_card_info .user_card_balance{color:#040616;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.cards_right .card_main .user_card .user_card_top .user_card_top_left .user_card_info .user_card_name{color:#7c8a94;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.cards_right .card_main .user_card .user_card_top .user_card_settings{position:relative}.cards_right .card_main .user_card .user_card_top .user_card_settings .user_card_settings_svg{cursor:pointer}.cards_right .card_main .user_card .user_card_top .user_card_settings .user_card_settings_svg:hover+.user_card_settings_main{transition:all .5s ease;opacity:1;z-index:1}.cards_right .card_main .user_card .user_card_top .user_card_settings .user_card_settings_main{transition:all .5s ease;z-index:-1;opacity:0;position:absolute;top:70%;right:0;background:#fff;border-radius:12px;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.cards_right .card_main .user_card .user_card_top .user_card_settings .user_card_settings_main .user_card_settings_block{width:max-content;display:flex;align-items:center;gap:5px;cursor:pointer;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.cards_right .card_main .user_card .user_card_top .user_card_settings .user_card_settings_main .user_card_settings_block:first-child{padding:15px 15px 8px}.cards_right .card_main .user_card .user_card_top .user_card_settings .user_card_settings_main .user_card_settings_block:last-child{padding:8px 15px 15px;width:100%;border-top:1px solid rgba(124,138,148,.2);color:#d01313}.cards_right .card_main .user_card .user_card_top .user_card_settings .user_card_settings_main:hover{transition:all .5s ease;opacity:1;z-index:1}.cards_right .card_main .user_card .user_card_error{color:#d01313;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:24px;text-align:center;padding:0 5px}.cards_right .card_main .user_card .user_card_bottom{border-top:1px solid #d0d7de;padding:12px 24px}.cards_right .card_main .user_card .user_card_bottom span{display:table;margin-left:auto;cursor:pointer;text-align:right;color:#d02b20;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.cards_right .card_main .add_card{gap:6px;justify-content:center;height:132px;max-width:320px;width:100%;display:flex;align-items:center;border-radius:8px;border:1px solid #d0d7de;background:#fff;cursor:pointer}.cards_right .card_main .user_card_modal{position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;z-index:12;border-radius:24px;border:1px solid #eaeef2;background:#fff;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content}.cards_right .card_main .user_card_modal .user_card_modal_header{padding:32px;border-bottom:1px solid #eaeef2}.cards_right .card_main .user_card_modal .user_card_modal_header h1{color:#1c1f24;font-size:30px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:8px}.cards_right .card_main .user_card_modal .user_card_modal_header p{color:#424a53;font-size:16px;font-style:normal;font-weight:400;line-height:24px;max-width:500px}.cards_right .card_main .user_card_modal .user_card_modal_header .close{cursor:pointer;padding:12px;border-radius:10px;border:1px solid #eaeef2;background:#fff;width:48px;height:48px;position:absolute;top:32px;right:32px}.cards_right .card_main .delete_user_card .delete_user_card_main{padding:32px}.cards_right .card_main .delete_user_card .delete_user_card_main .card{display:flex;align-items:center;gap:15px;margin-bottom:32px}.cards_right .card_main .delete_user_card .delete_user_card_main .card .user_card_name{color:#040616;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.cards_right .card_main .delete_user_card .delete_user_card_main .delete_user_bottom{display:flex;align-items:center;justify-content:flex-flex-end;gap:12px}.cards_right .card_main .delete_user_card .delete_user_card_main .delete_user_bottom .cancel_button{cursor:pointer;width:88px;height:40px;color:#1c1f24;font-size:14px;font-style:normal;font-weight:700;line-height:20px;border:0;outline:none;background:#fff;border-radius:6px}.cards_right .card_main .delete_user_card .delete_user_card_main .delete_user_bottom .delete_button{transition:all .5s ease;cursor:pointer;width:88px;height:40px;color:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:20px;outline:none;background:#e31e24;border-radius:6px;border:1px solid #e31e24}.cards_right .card_main .delete_user_card .delete_user_card_main .delete_user_bottom .delete_button:hover{transition:all .5s ease;background:#fff;color:#e31e24}.cards_right .card_main .add_user_card .add_user_card_main{padding:24px 32px}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_input_block{display:block}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_input_block label{display:table;color:#57606a;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:4px}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_input_block input{border-radius:12px;background:#eaeef2;border:none;outline:none;height:44px;padding-left:16px;padding-right:16px;color:#1c1f24;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_input_block input::placeholder{color:#8c959f}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_input_block .user_card_number{width:100%;margin-bottom:10px}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_input_block .user_card_validity{width:114px}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_input_block .user_card_name{width:100%}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_main_block{width:428px;display:flex;align-items:flex-flex-end;gap:10px;margin-bottom:42px}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_main_block .add_user_card_input_block:last-child{width:100%}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_info{display:flex;align-items:flex-start;max-width:428px;border-radius:16px;background:rgba(48,106,228,.2);padding:15px;gap:10px;margin-bottom:42px}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_info p{position:relative;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-left:32px}.cards_right .card_main .add_user_card .add_user_card_main .add_user_card_info p:before{content:"";position:absolute;left:0;top:0;background-image:url(/_next/static/media/error.6099cf99.svg);background-repeat:no-repeat;background-size:100%;width:24px;height:24px}.cards_right .card_main .add_user_card .add_user_card_main button{cursor:pointer;height:50px;width:100%;border-radius:6px;background:#e31e24;border:none;outline:none;color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal}@media(max-width:1024px){.profile{display:block}.profile .identification_modal{max-width:100%;left:0;top:-20px}.profile .cards .profile_page_header,.profile .change_password .profile_page_header,.profile .orders .profile_page_header,.profile .personal .profile_page_header,.profile .profile .loans .profile_page_header,.profile .profile .password_right .profile_page_header,.profile .profile .profile_page_header{padding:23px 0 0}.profile .cards .profile_page_header .profile_page_title,.profile .change_password .profile_page_header .profile_page_title,.profile .orders .profile_page_header .profile_page_title,.profile .personal .profile_page_header .profile_page_title,.profile .profile .loans .profile_page_header .profile_page_title,.profile .profile .password_right .profile_page_header .profile_page_title,.profile .profile .profile_page_header .profile_page_title{padding-bottom:20px}.profile .profile_saidbar_active .profile_saidbar_link,.profile .profile_saidbar_active .user_limit,.profile .profile_saidbar_active .user_limit_none{display:none}.profile .profile_saidbar_back{display:flex}.profile .profile_saidbar{max-width:100%;border-right:none}.profile .profile_saidbar .profile_saidbar_body{padding-top:15px;padding-right:0}.profile .profile_saidbar .user_limit_none{margin:0;padding:0 0 24px}.profile .profile_saidbar .profile_saidbar_link{padding:0}.profile .profile_saidbar .user_limit{margin:8px 0;padding:16px}.profile .profile_saidbar .certificate{display:flex;gap:10px;padding:10px;max-width:410px;width:100%;margin-right:auto;margin-left:0;margin-bottom:15px}.profile .profile_saidbar .certificate .certificate_card{margin-bottom:0;min-width:50%;padding:12px}.profile .profile_saidbar .certificate .certificate_card .status{padding:3px 8px}.profile .profile_saidbar .certificate p{margin-bottom:21px}.profile .profile_saidbar .on_active .activate{height:28px}.profile .loans .loans_list_header .profile_page_title{width:50%;text-align:center}.profile .loans .loans_right .loans_list .loans_block{max-width:100%;border-radius:12px}.profile .loans .loans_right .loans_list .loans_block table tr th:first-child{font-size:16px;font-style:normal;font-weight:700;line-height:24px;padding:12px 2px 12px 12px}.profile .loans .loans_right .loans_list .loans_block table tr th:last-child{display:table-cell;padding:12px 12px 12px 2px}.profile .loans .loans_right .loans_list .loans_block table tbody{max-width:100%;padding-bottom:0}.profile .loans .loans_right .loans_list .loans_block table tbody tr{border-spacing:0}.profile .loans .loans_right .loans_list .loans_block table tbody td:first-child{font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:0 0 10px 12px}.profile .loans .loans_right .loans_list .loans_block table tbody td:last-child{font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding:0 12px 10px 0}.profile .loans .loans_right .loans_list .loans_block2 table tr th:last-child .schedule{display:none}.profile .loans .loans_right .loans_list .loans_block2 table tbody{max-height:165px}.profile .loans .loans_right .loans_list .loans_block2 table .schedule_button{display:block;padding:10px 12px}.profile .loans .loans_right .loans_list .loans_block2 table .schedule_button button{cursor:pointer;width:100%;height:40px;outline:0;border-radius:10px;border:1.5px solid #eaeef2;background:none;color:#57606a;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.profile .loans .loans_right .loans_list .loans_block2 .tbody_active{max-height:650px}.profile .profile_right{padding:20px 0 0}.profile .profile_right .profile_loading{min-height:60vh}.profile .profile_right .successfully{justify-content:center}.profile .profile_right .orders_main{margin-bottom:10px}.profile .profile_right .orders_main .orders_product_active{padding:0}.profile .profile_right .orders_main .orders_blocks{height:auto;padding:15px 10px;justify-content:space-between}.profile .profile_right .orders_main .orders_blocks .orders_id{width:40%}.profile .profile_right .orders_main .orders_blocks .orders_data,.profile .profile_right .orders_main .orders_blocks .orders_data b,.profile .profile_right .orders_main .orders_blocks .orders_price{display:none}.profile .profile_right .orders_main .orders_blocks .orders_status{width:45%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.profile .profile_right .orders_main .orders_blocks .open{margin:0;width:10px;height:5px}.profile .profile_right .orders_main .orders_product h3{font-size:12px;font-weight:500;line-height:normal;margin-bottom:0;padding:10px}.profile .profile_right .orders_main .orders_product .orders_table table{border-radius:0;box-shadow:0 0 0 1px #eef0f5}.profile .profile_right .orders_main .orders_product .orders_table table thead tr th{padding:10px 15px;color:#000;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.profile .profile_right .orders_main .orders_product .orders_table table tbody tr td:first-child{width:50%;padding:15px 12px;border-right:2px solid #eef0f5;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.profile .profile_right .orders_main .orders_product .orders_table table tbody tr td:last-child{padding:15px 12px;text-align:right;font-size:12px;font-weight:400;line-height:normal}.profile .profile_right .orders_main .orders_product .orders_table .orders_table_top{display:block}.profile .profile_right .orders_main .orders_product .orders_product_block{display:block;padding:10px;border-top:1px solid #dadada;margin-bottom:0}.profile .profile_right .orders_main .orders_product .orders_product_block .orders_product_main{margin-bottom:15px}.profile .profile_right .orders_main .orders_product .orders_product_block .orders_product_main .orders_product_img{object-fit:contain}.profile .profile_right .orders_main .orders_product .orders_product_block .orders_product_main .orders_product_name{font-size:12px;font-weight:400;line-height:normal}.profile .profile_right .orders_main .orders_product .orders_product_block .orders_product_quantity{display:flex;align-items:center;gap:10px;margin-bottom:15px;font-size:12px;font-weight:400;line-height:normal}.profile .profile_right .orders_main .orders_product .orders_product_block .orders_product_quantity .orders_product_quantity_key{display:block;color:#828282}.profile .profile_right .orders_main .orders_product .orders_product_block .orders_product_price{width:50%;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:400;line-height:normal}.profile .profile_right .orders_main .orders_product .orders_product_block .orders_product_price .orders_product_price_key{display:block;color:#828282;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.profile .profile_right .orders_main .orders_product .orders_product_block .orders_product_feedback{width:50%;display:block;margin-left:auto;font-size:10px}.profile .profile_right .orders_main .review_modal{max-width:97%}.profile .profile_right .profile_right_bottom{display:block}.profile .profile_right .profile_right_bottom button{width:100%;margin-bottom:15px}.profile .personal_right .personal_right_block{display:block;margin-bottom:0}.profile .personal_right .personal_right_block input{width:100%;margin-bottom:15px}.profile .password_right .password_right_block{display:block;margin-bottom:0}.profile .password_right .password_right_block input{width:100%;margin-bottom:15px}}@media(max-width:500px){.profile .identification_modal{top:-16px}.profile .cards .profile_page_header,.profile .change_password .profile_page_header,.profile .loans .profile_page_header,.profile .orders .profile_page_header,.profile .password_right .profile_page_header,.profile .personal .profile_page_header{padding-top:20px;padding-left:0}.profile .cards .profile_page_header .profile_page_title,.profile .change_password .profile_page_header .profile_page_title,.profile .loans .profile_page_header .profile_page_title,.profile .orders .profile_page_header .profile_page_title,.profile .password_right .profile_page_header .profile_page_title,.profile .personal .profile_page_header .profile_page_title{font-size:14px;font-style:normal;font-weight:400;padding-bottom:20px}.profile .profile_right .orders_main .review_modal{max-width:95%}.profile .profile_right .orders_main .review_modal .review_modal_header{position:relative;padding:25px}.profile .profile_right .orders_main .review_modal .review_modal_header .close{right:20px}.profile .profile_right .orders_main .review_modal .review_modal_header h5{font-weight:600}.profile .profile_right .orders_main .review_modal .review_main{padding:20px 15px}.profile .profile_right .orders_main .review_modal .review_main label{font-size:14px;margin-bottom:11px}.profile .profile_right .orders_main .review_modal .review_main .stars{margin-bottom:20px}.profile .profile_right .orders_main .review_modal .review_main textarea{padding:10px;font-size:14px;font-weight:400;margin-bottom:20px}.profile .profile_right .orders_main .review_modal .review_main .review_photos{margin-bottom:17px}.profile .profile_right .orders_main .review_modal .review_main .review_photos .upload_image_wrapper{gap:15px}.profile .profile_right .orders_main .review_modal .review_main .review_photos .upload_image_wrapper .image_item,.profile .profile_right .orders_main .review_modal .review_main .review_photos .upload_image_wrapper .upload{height:90px}.profile .profile_right .orders_main .review_modal .review_main .review_photos .upload_image_wrapper .image_item svg{position:absolute;top:-15px;right:-15px;cursor:pointer}.profile .profile_right .orders_main .review_modal .submit{height:50px;font-size:14px;font-weight:600}.profile .cards_right .card_main .add_card,.profile .cards_right .card_main .user_card{max-width:100%}.profile .cards_right .card_main .user_card_modal{width:98%}.profile .cards_right .card_main .user_card_modal .user_card_modal_header{padding:20px 16px 15px}.profile .cards_right .card_main .user_card_modal .user_card_modal_header h1{color:#1c1f24;font-size:20px;font-style:normal;font-weight:700;line-height:28px}.profile .cards_right .card_main .user_card_modal .user_card_modal_header .close{top:20px;right:16px;padding:7px;width:32px;height:32px}.profile .cards_right .card_main .user_card_modal .user_card_modal_header .close svg{width:16px;height:16px}.profile .cards_right .card_main .add_user_card .add_user_card_main{padding:15px 16px}.profile .cards_right .card_main .add_user_card .add_user_card_main .add_user_card_main_block{width:100%;margin-bottom:30px}.profile .cards_right .card_main .add_user_card .add_user_card_main .add_user_card_info{margin-bottom:20px;padding:11px}.profile .cards_right .card_main .add_user_card .add_user_card_main button{height:45px}.profile .profile_saidbar .certificate{max-width:100%}.profile .profile_saidbar .certificate p{margin-left:0}.profile .profile_saidbar .certificate .certificate_card{border-radius:12px;width:65%}.rate_order .main_svg{margin-bottom:24px;width:210px;height:200px}.rate_order .center_info{font-style:normal;font-weight:500;line-height:normal}.rate_order .bottom_info{font-size:14px;line-height:normal;margin-bottom:40px}.rate_order .rate_order_button{height:45px;max-width:250px}.orders_right .cancel_order_modal{width:96%}.orders_right .reason_cancellation .reason_cancellation_block{padding:18px}.orders_right .reason_cancellation .reason_cancellation_block .reason_cancellation_main label{line-height:18px;margin-bottom:14px}.orders_right .reason_cancellation .reason_cancellation_block .button{height:45px}}.mobil_saidbar>.product{display:none!important}.product{margin-top:20px}.product .flex_product_carusel{width:100%;background:#fff;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:12;padding:0 30px;height:100vh}.product .flex_product_carusel .close_flex{position:fixed;top:30px;right:30px;z-index:12;width:25px;height:25px;cursor:pointer}.product .flex_product_carusel .flex_product_carusel_block{display:flex}.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_main{width:calc(100% - 100px);height:100vh}.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_main img{width:100%;height:100%;object-fit:contain}.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_left{padding:30px 0;width:100px;height:-moz-fit-content;height:fit-content;cursor:pointer}.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_left .slick-track{height:-moz-fit-content!important;height:fit-content!important}.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_left .slick-slide{width:100px;height:100px}.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_left .slick-slide img{margin-left:auto;margin-right:auto;border-radius:5px;border:2px solid}.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_left .slick-current img,.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_left .slick-slide img:hover{border:2px solid #e31e24}.product .flex_product_carusel .flex_product_carusel_block .slick-list,.product .flex_product_carusel .flex_product_carusel_block .slick-slider,.product .flex_product_carusel .flex_product_carusel_block div{height:100%}.product .flex_product_carusel .flex_product_carusel_block .flex_product_carusel_img{width:100%;height:100%;object-fit:contain}.product .flex_product_carusel .flex_product_carusel_block .slick-arrow{top:0;bottom:0;margin:auto;z-index:1;width:50px;height:41px;background:#fff;border:.833333px solid #dadada;box-shadow:0 3px 10px rgba(29,57,169,.17);border-radius:10px;transform:matrix(-1,0,0,1,0,0)}.product .flex_product_carusel .flex_product_carusel_block .slick-arrow:before{content:"";position:absolute;width:10px;height:18px;background-image:url(/_next/static/media/Vector2.0706b224.svg);background-repeat:no-repeat;background-position:50%;background-size:100%;left:0;right:0;bottom:0;top:0;margin:auto}.product .flex_product_carusel .flex_product_carusel_block .slick-next{right:30px}.product .flex_product_carusel .flex_product_carusel_block .slick-next:before{transform:rotate(180deg)}.product .flex_product_carusel .flex_product_carusel_block .slick-prev{left:30px}.product .product_scroll_header{transition:all .5s ease;position:fixed;left:0;top:-100%;width:100%;z-index:3;background:#fff;box-shadow:0 3px 15px rgba(29,57,169,.17)}.product .product_scroll_header .container{padding:7px 0;display:flex;justify-content:space-between;align-items:center;gap:30px}.product .product_scroll_header .container .product_header_left{display:flex;align-items:center;gap:20px}.product .product_scroll_header .container .product_header_left img{width:76.5px;height:85px;display:block;object-fit:contain}.product .product_scroll_header .container .product_header_left .product_header_left_block .name{font-style:normal;font-weight:500;font-size:20px;line-height:26px;overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap;color:#000;margin-bottom:10px;max-width:500px;width:100%}.product .product_scroll_header .container .product_header_left .product_header_left_block .product_header_left_block_bottom{display:flex;align-items:center;gap:15px}.product .product_scroll_header .container .product_header_left .product_header_left_block .product_header_left_block_bottom .rating_block{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.product .product_scroll_header .container .product_header_left .product_header_left_block .product_header_left_block_bottom .rating_block .rating{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#b9b9b9}.product .product_scroll_header .container .product_header_left .product_header_left_block .bought{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000;text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.product .product_scroll_header .container .product_header_left .product_header_left_block .merchant{display:block;font-style:normal;font-weight:400;font-size:16px;overflow:hidden;line-height:20px;text-overflow:ellipsis;white-space:nowrap;color:#979797;max-width:200px}.product .product_scroll_header .container .product_header_left .product_header_left_block .merchant a{transition:all .5s ease;color:#000;font-weight:500}.product .product_scroll_header .container .product_header_left .product_header_left_block .merchant a:hover{transition:all .5s ease;opacity:.5}.product .product_scroll_header .container .product_header_right{display:flex;align-items:center;gap:20px}.product .product_scroll_header .container .product_header_right .product_prices{display:block}.product .product_scroll_header .container .product_header_right .product_prices .price{width:max-content;display:table;font-size:24px;font-style:normal;font-weight:700;line-height:32px;color:#1c1f24;padding:3px 6px;margin-bottom:5px}.product .product_scroll_header .container .product_header_right .product_prices .price_month{width:max-content;display:table;font-style:normal;font-weight:500;font-size:20px;line-height:26px;padding:3px 4px;color:#e31e24;border-radius:5px;background:#ffeff0}.product .product_scroll_header .container .product_header_right .product_prices+svg{cursor:pointer}.product .product_scroll_header .container .product_header_right .product_prices+svg:hover path{transition:all .5s ease;fill:#e31e24;stroke:none}.product .product_scroll_header .container .product_header_right .product_header_right_buttons{display:flex;align-items:center;gap:10px}.product .product_scroll_header .container .product_header_right .product_header_right_buttons .buy_now{transition:all .5s ease;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#e31e24;border:1px solid #e31e24;border-radius:5px;width:180px;height:43px;background:none;cursor:pointer}.product .product_scroll_header .container .product_header_right .product_header_right_buttons .add_cart{transition:all .5s ease;font-style:normal;font-weight:500;font-size:16px;line-height:20px;width:180px;height:43px;color:#fff;background:#e31e24;border-radius:5px;outline:none;cursor:pointer;border:1px solid #e31e24}.product .product_scroll_header .container .product_header_right .product_header_right_buttons .add_cart:hover{transition:all .5s ease;background:#fff;color:#e31e24}.product .product_scroll_header .container .product_header_right .product_header_right_buttons a{display:block;font-style:normal;font-weight:500;font-size:16px;line-height:41px;color:#e31e24;border:1px solid #e31e24;border-radius:5px;width:180px;height:43px;text-align:center}.product .product_scroll_header_active{transition:all .5s ease;top:0}.product .product_header-info{display:flex;justify-content:space-between;gap:30px;margin-bottom:80px}.product .product_header-info .product_info_left .product_carusel{display:flex;max-width:572px;flex-direction:row-reverse;height:500px;gap:10px}.product .product_header-info .product_info_left .product_carusel .product_carusel_right{max-width:472px}.product .product_header-info .product_info_left .product_carusel .product_carusel_right img{object-fit:contain}.product .product_header-info .product_info_left .product_carusel .product_carusel_left{width:90px;overflow:hidden}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-slider{height:500px}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-slide{height:100px!important}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-slide .product_carusel_left_img{width:100%;object-fit:contain;border:3px solid transparent;border-radius:5px;cursor:pointer}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-current .product_carusel_left_img{border:3px solid #e31e24}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-next{height:7px;width:12.5px;top:inherit;bottom:0;left:0;right:0;margin:auto}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-next:before{content:"";position:absolute;background-image:url(/_next/static/media/productCaruselIcon.a922c6a3.svg);background-repeat:no-repeat;background-size:100%;left:0;top:0;bottom:0;right:0;margin:auto}.product .product_header-info .product_info_center{max-width:508px;width:100%}.product .product_header-info .product_info_center .product_info h4{font-style:normal;font-weight:500;font-size:24px;line-height:31px;margin-bottom:16px;color:#000;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:31px;width:100%}.product .product_header-info .product_info_center .product_info .product_star{display:flex;align-items:center;margin-bottom:20px}.product .product_header-info .product_info_center .product_info .product_star .reviews_wrap{display:flex;align-items:center;cursor:pointer}.product .product_header-info .product_info_center .product_info .product_star .reviews{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#b9b9b9;margin-left:4px;cursor:pointer}.product .product_header-info .product_info_center .product_info .product_star .bought{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000;margin-left:12px}.product .product_header-info .product_info_center .product_info .delivery{display:none;margin-bottom:20px;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.product .product_header-info .product_info_center .product_info .delivery b{color:#979797;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.product .product_header-info .product_info_center .product_info .merchant{font-style:normal;font-weight:400;font-size:17px;line-height:26px;color:#000;margin-bottom:20px}.product .product_header-info .product_info_center .product_info .merchant a{transition:all .5s ease;font-weight:600;font-style:normal;font-size:17px;line-height:26px;color:#000;margin-bottom:20px}.product .product_header-info .product_info_center .product_info .merchant a:hover{transition:all .5s ease;opacity:.5}.product .product_header-info .product_info_center .product_info .other_products{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.product .product_header-info .product_info_center .product_info .other_products a:first-child{border:2px solid #e31e24;border-radius:5px}.product .product_header-info .product_info_center .product_info .other_products .other_products_block{display:table}.product .product_header-info .product_info_center .product_info .about_product .about_product_title{display:block;font-style:normal;font-weight:400;font-size:20px;line-height:26px;margin-bottom:20px;color:#000}.product .product_header-info .product_info_center .product_info .about_product .about_more_details{position:relative;color:#3d58db;text-align:right;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.product .product_header-info .product_info_center .product_info .about_product .about_more_details:after{position:absolute;content:url(/_next/static/media/more_details_arrow.1142c8c1.svg);right:-20px}.product .product_header-info .product_info_center .product_info .about_product .about_more_details:hover{cursor:pointer}.product .product_header-info .product_info_right{max-width:350px;width:100%}.product .product_header-info .product_info_right .product_price{background:#fff;border-radius:12px;border:1px solid #b9b9b9;padding:20px;margin-bottom:32px;width:100%}.product .product_header-info .product_info_right .product_price .product_stiker{display:table;padding:3px 9px;border-radius:5px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:13px}.product .product_header-info .product_info_right .product_price .change_region{display:block;color:#424a53;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:30px 0}.product .product_header-info .product_info_right .product_price .product_full_price{padding-bottom:15px;border-bottom:2px solid #eaeef2;margin-bottom:15px}.product .product_header-info .product_info_right .product_price .full_price_title{display:table;color:#424a53;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:2px}.product .product_header-info .product_info_right .product_price .full_price{display:table;color:#1c1f24;font-size:22px;font-style:normal;font-weight:800;line-height:normal}.product .product_header-info .product_info_right .product_price .credit_block,.product .product_header-info .product_info_right .product_price .installment_block{display:flex;align-items:center;gap:10px;margin-bottom:20px}.product .product_header-info .product_info_right .product_price .credit_block .price,.product .product_header-info .product_info_right .product_price .installment_block .price{color:#6e7781;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.product .product_header-info .product_info_right .product_price .credit_block .price b,.product .product_header-info .product_info_right .product_price .installment_block .price b{color:#1c1f24;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.product .product_header-info .product_info_right .product_price .installment_block{cursor:pointer}.product .product_header-info .product_info_right .product_price .installment_block .select_month{display:flex;align-items:center;gap:2px;margin-left:auto;color:#0c75af;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.product .product_header-info .product_info_right .product_price del{text-decoration:line-through;font-style:normal;font-weight:500;font-size:16px;line-height:20px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#979797;display:block;margin-bottom:4px}.product .product_header-info .product_info_right .product_price a{border:1px solid #e31e24;border-radius:8px;font-style:normal;font-weight:500;font-size:16px;line-height:43px;margin-bottom:20px;text-align:center;color:#e31e24;display:block;height:43px;box-sizing:border-box}.product .product_header-info .product_info_right .product_price .buy_now{transition:all .5s ease;width:100%;border:1px solid #e31e24;border-radius:5px;font-style:normal;font-weight:500;font-size:16px;line-height:43px;text-align:center;color:#e31e24;display:block;padding:10px 0;box-sizing:border-box;background:#fff;cursor:pointer}.product .product_header-info .product_info_right .product_price .add_product_block{margin-bottom:20px}.product .product_header-info .product_info_right .product_price .add_product_block .add_product{transition:all .5s ease;font-style:normal;font-weight:500;font-size:16px;border-radius:8px;background:#e31e24;width:100%;height:43px;outline:none;cursor:pointer;color:#fff;border:1px solid #e31e24}.product .product_header-info .product_info_right .product_price .add_product_block .add_product:hover{transition:all .5s ease;background:#fff;color:#e31e24}.product .product_header-info .product_info_right .product_price .add_product_block a{display:none}.product .product_header-info .product_info_right .product_price .add_product_block .buy_now{display:block}.product .product_header-info .product_info_right .product_price .add_product_block_active .add_product{display:none}.product .product_header-info .product_info_right .product_price .add_product_block_active a{display:block}.product .product_header-info .product_info_right .product_price .add_product_block_active .buy_now{display:none}.product .product_header-info .product_info_right .product_price .delivery{font-style:normal;font-weight:400;font-size:14px;line-height:18px;display:block;color:#979797}.product .product_header-info .product_info_right .mobile_product_price{position:fixed;bottom:0;width:100%;left:0;background:#fff;z-index:2;box-shadow:0 3px 15px 0 rgba(29,57,169,.17);display:none}.product .product_header-info .product_info_right .mobile_product_price .container{padding-top:13px;padding-bottom:13px;display:flex;align-items:center;justify-content:space-between}.product .product_header-info .product_info_right .mobile_product_price .container .change_region{display:block;color:#424a53;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:6px 0}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_left .full_price{margin-bottom:5px;display:flex;align-items:center;color:#828282;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_left .full_price b{color:#1c1f24;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding:0 4px}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_right button{border-radius:8px;background:#e31e24;width:130px;height:40px;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;border:none;cursor:pointer}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_right a{display:none;font-style:normal;font-weight:400;font-size:14px;line-height:40px;color:#e31e24;border:1px solid #e31e24;border-radius:8px;width:180px;height:40px;text-align:center}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_right_active button{display:none}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_right_active a{display:block}.product .product_header-info .product_info_right .product_merchants{transition:all .5s ease;position:relative;border:1px solid #b9b9b9;border-radius:12px;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;margin-bottom:15px}.product .product_header-info .product_info_right .product_merchants:hover{transition:all .5s ease;border-color:#e31e24;box-shadow:0 3px 15px rgba(29,57,169,.17)}.product .product_header-info .product_info_right .product_merchants .all_merchants{display:flex;align-items:center;gap:8px;position:absolute;left:0;right:0;margin:auto;color:#e31e24;top:-15px;font-size:16px;font-style:normal;font-weight:500;line-height:normal;width:-moz-fit-content;width:fit-content;padding:4px 8px;border-radius:5px;background:#ffeff0}.product .product_header-info .product_info_right .product_merchants .all_merchants_price{display:flex;text-align:center;width:100%;justify-content:center;align-items:center;gap:5px}.product .product_header-info .product_info_right .product_merchants .all_merchants_price b{color:#1c1f24;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.product .product_header-info .product_info_right .product_merchants button{cursor:pointer;background:#fff;border:.833333px solid #dadada;border-radius:10px;transform:matrix(-1,0,0,1,0,0);min-width:41.67px;height:35px}.product .product_header-info .product_info_right .product_merchants button svg{transform:rotate(180deg)}.product .product_header-info .product_info_right .gift{display:block;position:relative;padding:25px 20px;border-radius:5px;border:1px solid #e31e24}.product .product_header-info .product_info_right .gift .gift_header{padding:0 17px;display:flex;align-items:center;justify-content:center;gap:4px;position:absolute;left:0;right:0;margin:auto;top:-12px;height:24px;background:#fff;width:-moz-fit-content;width:fit-content}.product .product_header-info .product_info_right .gift .gift_header span{color:#e31e24;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.product .product_header-info .product_info_right .gift .gift_timer{margin-bottom:12px}.product .product_header-info .product_info_right .gift .gift_timer .gift_timer_header{display:flex;align-items:center;justify-content:center;gap:25px}.product .product_header-info .product_info_right .gift .gift_timer .gift_timer_header .gift_timer_header_title{color:#1c1f24;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.product .product_header-info .product_info_right .gift .gift_timer .gift_timer_main{display:flex;align-items:center;gap:12px;justify-content:center}.product .product_header-info .product_info_right .gift .gift_timer .gift_timer_main .gift_timer_block{display:flex;align-items:center;gap:12px}.product .product_header-info .product_info_right .gift .gift_timer .gift_timer_main .gift_timer_block .gift_timer_main_number{color:#1c1f24;font-size:22px;font-style:normal;font-weight:700;line-height:38px}.product .product_header-info .product_info_right .gift .gift_timer .gift_timer_main .gift_timer_block .gift_timer_main_title{color:#e31e24;font-size:22px;font-style:normal;font-weight:700;line-height:38px}.product .product_header-info .product_info_right .gift .gift_images{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.product .product_header-info .product_info_right .gift .gift_images img{object-fit:contain}.product .product_header-info .product_info_right .gift .gift_images .plus{color:#e31e24;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.product .product_header-info .product_info_right .gift .gift_title{color:#4f4f4f;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:16px}.product .product_header-info .product_info_right .gift .gift_click{display:flex;align-items:center;gap:12px;justify-content:flex-flex-end}.product .product_header-info .product_info_right .gift .gift_click .gift_click_title{color:#e31e24;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.product .product_header-info .product_info_right .repayment{width:100%;transition:all .5s ease;margin-bottom:20px;color:#000!important;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline}.product .product_main_info{margin-bottom:80px}.product .product_main_info .product_main_info_header{display:flex;gap:45px;align-items:center;padding-bottom:17px;border-bottom:1px solid #d9d9d9;margin-bottom:30px}.product .product_main_info .product_main_info_header span{position:relative;transition:all .5s ease;font-style:normal;font-weight:500;font-size:20px;line-height:24px;cursor:pointer;color:#6e7781}.product .product_main_info .product_main_info_header span:hover{transition:all .5s ease;color:#000}.product .product_main_info .product_main_info_header span:hover:before{content:"";position:absolute;left:0;right:0;bottom:-17px;margin:auto;background:#e31e24;border-radius:5px;height:3px}.product .product_main_info .product_main_info_header .active{color:#000}.product .product_main_info .product_main_info_header .active:before{content:"";position:absolute;left:0;right:0;bottom:-17px;margin:auto;background:#e31e24;border-radius:5px;height:3px}.product .product_main_info .product_main_info_bottom .characteristics_table_block .table_value{display:block;overflow:visible}.product .product_main_info .product_main_info_bottom .title{font-style:normal;font-weight:400;font-size:16px;line-height:20px;border-bottom:3px solid #e31e24;display:table;color:#000;padding-bottom:5px;margin-bottom:10px;display:none}.product .product_main_info .product_main_info_bottom .on_active{display:none}.product .product_main_info .product_main_info_bottom .reviws .no_reviews_msg{display:block;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#979797;text-align:center}.product .product_main_info .product_main_info_bottom .reviws .reviws_block{display:flex;align-items:flex-start;gap:30px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left{width:100%}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment{padding:30px 0;border-bottom:1px solid #d9d9d9}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .users_comment_header{display:flex;align-items:center;gap:13px;margin-bottom:12px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .users_comment_header .user_name{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .users_comment_header .comment_date{color:#b9b9b9;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .star{margin-bottom:20px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .comment{color:#333;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .comment_images{display:flex;flex-wrap:wrap;gap:10px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .comment_images img{border-radius:5px;border:1px solid #eff0fa;object-fit:cover}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment:last-child{border-bottom:none}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right{max-width:331px;min-width:331px;width:100%;border-radius:5px;border:1px solid #b9b9b9;padding:20px 20px 0}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #b9b9b9;margin-bottom:20px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_header .total_rating{color:#000;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_header .count_rating{color:#3d58db;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_block .reviws_main_block_star{display:flex;align-items:center;gap:20px;margin-bottom:20px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_block .reviws_main_block_star .count{color:#3d58db;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.product .product_main_info .description span{color:#333;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.product .product_video{margin-bottom:80px}.product .product_video .product_video_main .product_video_main_block{padding:0 7.5px;border-radius:5px;overflow:hidden}.product .characteristics_table .characteristics_table_main h4{font-style:normal;font-weight:500;font-size:20px;line-height:26px;color:#000;margin-bottom:20px;padding-top:10px}.product .characteristics_table .characteristics_table_block{display:flex;gap:5px;margin-bottom:20px}.product .characteristics_table .characteristics_table_block span{display:block;width:-moz-fit-content;width:fit-content;color:red}.product .characteristics_table .characteristics_table_block .table_name{flex:0 0 60%;position:relative;padding-right:20px}.product .characteristics_table .characteristics_table_block .table_name:before{border-bottom:1px dotted #979797;content:"";display:block;height:20px;left:0;position:absolute;top:-5px;width:100%;z-index:1}.product .characteristics_table .characteristics_table_block .table_name span{position:-webkit-sticky;position:sticky;background-color:#fff;display:inline-block;padding-right:5px;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#979797;z-index:1}.product .characteristics_table .characteristics_table_block .table_value{flex-grow:0;flex-shrink:0;flex-basis:calc(40% - 20px);font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:20px;width:100%}.product .all_product_merchants{padding:30px 32px;transition:all .5s ease;position:fixed;right:-100%;top:0;width:688px;background:#fff;z-index:2;height:100vh;overflow-y:auto}.product .all_product_merchants .product_merchants_header{margin-bottom:24px}.product .all_product_merchants .product_merchants_header .merchants_close{position:relative;display:table;font-style:normal;font-weight:500;font-size:16px;line-height:20px;cursor:pointer;padding-left:30px;color:#e31e24}.product .all_product_merchants .product_merchants_header .merchants_close:before{content:"";width:14px;height:14px;position:absolute;left:0;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/arrowleft.6253b6b4.svg);background-position:50%;background-size:100%;background-repeat:no-repeat}.product .all_product_merchants .product_merchants_table::-webkit-scrollbar-thumb{border-radius:20px;background:#e31e24}.product .all_product_merchants .product_merchants_table::-webkit-scrollbar{width:10px}.product .all_product_merchants .product_merchants_table::-webkit-scrollbar-track{background:#ececec;border-radius:20px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block{position:relative;margin-bottom:26px;border-bottom:2px solid #d9d9d9;padding-bottom:26px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .stiker{position:absolute;top:0;right:0;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:3px 9px;border-radius:5px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_header .name{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000;display:block;margin-bottom:10px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_header .name a{transition:all .5s ease;color:#2f80ed;font-weight:500}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_header .rating_block{display:flex;align-items:center;margin-bottom:15px;gap:4px;flex-wrap:wrap}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_header .rating{font-style:normal;font-weight:400;font-size:12px;line-height:15px;display:table;color:#b9b9b9}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_top_block .price_block{margin-bottom:15px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_top_block .price_block .price_title{display:block;color:#424a53;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:2px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_top_block .price{display:block;color:#1c1f24;font-size:22px;font-style:normal;font-weight:800;line-height:normal}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block{display:flex;align-items:center;gap:24px;padding:15px 0;border-top:1px solid #eaeef2;border-bottom:1px solid #eaeef2;margin-bottom:15px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .installment_block{display:flex;align-items:center;gap:10px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .installment_block .price{color:#6e7781;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .installment_block .price b{color:#1c1f24;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .installment_block .select_month{display:flex;align-items:center;gap:2px;color:#0c75af;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .credit_block{display:flex;align-items:center;gap:10px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .credit_block .price{color:#6e7781;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .credit_block .price b{color:#1c1f24;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_last_block{display:flex;align-items:center;justify-content:space-between;gap:50px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_last_block .delivery{color:#1c1f24;font-size:14px;font-style:normal;font-weight:500;line-height:normal;width:50%}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_last_block button{font-style:normal;font-weight:500;font-size:16px;line-height:20px;width:190px;height:36px;background:#e31e24;border:1px solid #e31e24;border-radius:5px;outline:none;color:#fff;cursor:pointer}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_last_block button:hover{transition:all .5s ease;background:#fff;color:#e31e24}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_last_block a{display:block;font-style:normal;font-weight:500;font-size:16px;line-height:36px;border:1px solid #e31e24;border-radius:5px;color:#e31e24;width:190px;height:36px;text-align:center}.product .merchant_bg{transition:all .5s ease;position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;background:rgba(0,0,0,.1);z-index:-1;opacity:0}.product .merchant_bg_active{transition:all .5s ease;opacity:1;z-index:3}.product .all_product_merchants_active{transition:all .5s ease;right:0;z-index:4}.product+footer+style+.mobil_catalog+.mobil_saidbar{display:none}@media(max-width:1450px){.product .product_scroll_header .container{gap:25px}.product .product_scroll_header .container .product_header_left{gap:15px}.product .product_scroll_header .container .product_header_left .product_header_left_block .name{line-height:normal;max-width:500px}.product .product_scroll_header .container .product_header_left .product_header_left_block .product_header_left_block_bottom{gap:15px}.product .product_scroll_header .container .product_header_left .product_header_left_block .product_header_left_block_bottom .rating{font-size:13px;line-height:normal;display:block ruby;text-wrap:nowrap}.product .product_scroll_header .container .product_header_left .product_header_left_block .bought,.product .product_scroll_header .container .product_header_left .product_header_left_block .merchant{font-size:13px;line-height:normal}.product .product_scroll_header .container .product_header_left .product_header_left_block .merchant a{font-weight:500}.product .product_scroll_header .container .product_header_right{gap:15px}.product .product_scroll_header .container .product_header_right .product_prices .price{font-size:20px;line-height:normal;padding:1px 6px}.product .product_scroll_header .container .product_header_right .product_header_right_buttons{gap:8px}.product .product_scroll_header .container .product_header_right .product_header_right_buttons .buy_now{font-size:13px;line-height:normal;border:.8px solid #e31e24;border-radius:4px;width:160px;height:36px}.product .product_scroll_header .container .product_header_right .product_header_right_buttons .add_cart{font-size:13px;line-height:normal;width:160px;height:36px;border-radius:4px}.product .product_scroll_header .container .product_header_right .product_header_right_buttons a{font-size:13px;line-height:36px;border:.8px solid #e31e24;border-radius:4px;width:160px;height:36px}.product .product_header-info{gap:20px}.product .product_header-info .product_info_left .product_carusel{max-width:440px;height:426px;gap:8px}.product .product_header-info .product_info_left .product_carusel .product_carusel_right{max-width:360px}.product .product_header-info .product_info_left .product_carusel .product_carusel_right .react-loading-skeleton{max-height:426px}.product .product_header-info .product_info_left .product_carusel .product_carusel_right img{width:100%}.product .product_header-info .product_info_left .product_carusel .product_carusel_left{width:77px}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-slider{height:426px}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-slide .product_carusel_left_img{border:2.553px solid transparent;border-radius:4.255px}.product .product_header-info .product_info_left .product_carusel .product_carusel_left .slick-current .product_carusel_left_img{border:2.553px solid #e31e24}.product .product_header-info .product_info_center{max-width:446px}.product .product_header-info .product_info_center .product_info h4{font-size:20px;line-height:normal;margin-bottom:18px}.product .product_header-info .product_info_center .product_info .product_star{margin-bottom:18px}.product .product_header-info .product_info_center .product_info .product_star .reviews{font-size:13px;line-height:normal}.product .product_header-info .product_info_center .product_info .product_star .reviews:before{width:14.319px;height:13.617px}.product .product_header-info .product_info_center .product_info .product_star .bought{font-size:13px;line-height:normal}.product .product_header-info .product_info_center .product_info .merchant{line-height:normal;margin-bottom:17px}.product .product_header-info .product_info_center .product_info .merchant span{font-weight:500}.product .product_header-info .product_info_center .product_info .other_products{gap:9px;margin-bottom:17px}.product .product_header-info .product_info_center .product_info .other_products a:first-child{border:1.702px solid #e31e24;border-radius:4.255px}.product .product_header-info .product_info_center .product_info .other_products a:first-child img{border-radius:4.255px}.product .product_header-info .product_info_center .product_info .about_product .about_product_title{font-size:17px;line-height:normal;margin-bottom:18px}.product .product_header-info .product_info_right{max-width:325px}.product .product_header-info .product_info_right .react-loading-skeleton{max-height:228px}.product .product_header-info .product_info_right .product_price{border-radius:4px;border-radius:5px;padding:14px}.product .product_header-info .product_info_right .product_price .installment_block{gap:7px}.product .product_header-info .product_info_right .product_price .installment_block .select_month{font-size:15px}.product .product_header-info .product_info_right .product_price .product_full_price{margin-bottom:5px}.product .product_header-info .product_info_right .product_price .buy_now{border:.8px solid #e31e24;border-radius:4px;font-size:13px;line-height:normal;padding:8px 0}.product .product_header-info .product_info_right .product_price .delivery{font-size:13px;line-height:normal}.product .product_header-info .product_info_right .product_merchants .all_merchants{font-size:13px;line-height:normal;font-weight:400}.product .product_header-info .product_info_right .product_merchants .all_merchants_price b{font-size:17px}.product .product_main_info .product_main_info_header{gap:30px;padding-bottom:13px;margin-bottom:33px}.product .product_main_info .product_main_info_header span{font-weight:500;font-size:16px;line-height:24px}.product .product_main_info .product_main_info_header .active{font-weight:700;color:#000}.product .product_main_info .product_main_info_header .active:before{bottom:-14px}.product .product_video{margin-bottom:70px}.product .product_video .product_video_main .product_video_main_block{border-radius:4px}.product .characteristics_table .characteristics_table_main h4{font-size:17px;line-height:normal}.product .characteristics_table .characteristics_table_block{margin-bottom:17px}.product .characteristics_table .characteristics_table_block .table_name span,.product .characteristics_table .characteristics_table_block .table_value{font-size:14px;line-height:normal}}@media(max-width:1024px){.header_active .header_center{display:block}.product{margin-top:60px}.product .product_scroll_header{display:none}.product .product_header-info{display:block;margin-bottom:0}.product .product_header-info .product_info_left .product_carusel{height:500px;margin-bottom:24px;max-width:100%;display:block}.product .product_header-info .product_info_left .product_carusel .product_carusel_left{display:none}.product .product_header-info .product_info_left .product_carusel .product_carusel_right{max-width:100%}.product .product_header-info .product_info_left .product_carusel .product_carusel_right button{display:none!important}.product .product_header-info .product_info_left .product_carusel .product_carusel_right img{width:100%;height:500px}.product .product_header-info .product_info_left .product_carusel .product_carusel_right .react-loading-skeleton{width:100%!important;height:500px!important}.product .product_header-info .product_info_center{margin-bottom:20px;max-width:100%}.product .product_header-info .product_info_center .about_product{margin-bottom:25px}.product .product_header-info .product_info_center .product_info h4{font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:14px}.product .product_header-info .product_info_center .product_info .delivery{display:block}.product .product_header-info .product_info_right{max-width:100%}.product .product_header-info .product_info_right .gift{display:flex;justify-content:space-between;padding:20px;align-items:center;margin-bottom:20px}.product .product_header-info .product_info_right .react-loading-skeleton{display:none}.product .product_header-info .product_info_right .product_price{padding:0;border:0}.product .product_header-info .product_info_right .product_price .product_full_price{padding-bottom:15px;margin-bottom:15px}.product .product_header-info .product_info_right .product_price .product_full_price .full_price{color:#1c1f24;font-size:22px;font-style:normal;font-weight:800;line-height:normal}.product .product_header-info .product_info_right .product_price .add_product_block,.product .product_header-info .product_info_right .product_price .delivery{display:none}.product .product_header-info .product_info_right .mobile_product_price,.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_left .full_price{display:block}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_left .full_price b{font-size:18px}.product .product_header-info .product_info_right .product_merchants{margin-bottom:15px}.product .all_product_merchants{width:100%;padding:8px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block{padding:12px;border-radius:6px;border:1px solid #d0d7de}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_header .name{margin-bottom:8px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_header .rating_block_block{margin-bottom:10px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_header .rating_block{margin-bottom:12px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main{display:block}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_top_block .price{color:#0d0d0d;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block{display:block}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .installment_block{margin-bottom:12px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_center_block .installment_block .select_month{margin-left:auto}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_block_right button{margin-left:0}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_block_line{display:none}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_last_block{display:block}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_last_block .delivery{width:100%;display:block;margin-bottom:12px}.product .all_product_merchants .product_merchants_table .product_merchants_body .product_merchants_block .product_merchants_block_main .product_merchants_last_block button{width:100%;height:44px}.product .product_main_info .product_main_info_header{display:none}.product .product_main_info .product_main_info_bottom .title{display:table}.product .product_main_info .product_main_info_bottom .on_active{display:block}.product .product_main_info .product_main_info_bottom .reviws .reviws_block{flex-direction:column-reverse;gap:0}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment{padding:20px 0}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .users_comment_header{gap:10px;margin-bottom:5px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .users_comment_header .user_name{font-size:16px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .users_comment_header .comment_date{font-size:12px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .star{margin-bottom:0}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .star span{font-size:16px!important}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .comment{font-size:14px;margin-bottom:20px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .comment_images{gap:15px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .comment_images img{display:block;width:74.286px;height:80px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right{border-radius:0;border:none;padding:0}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_header{justify-content:flex-flex-start;gap:5px;padding-bottom:0;border-bottom:none;margin:0}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_header .total_rating{font-size:16px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_header span{font-size:16px!important}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_block,.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_right .reviws_main_header .count_rating{display:none}.product .product_main_info .description{margin-bottom:20px}.product .product_main_info .description span{font-size:14px;font-style:normal;font-weight:400;line-height:normal}.product .product_main_info .characteristics,.product .product_main_info .reviews{margin-bottom:20px}.product .characteristics_table .characteristics_table_main h4{font-weight:400;font-size:16px;line-height:20px;margin-bottom:10px}.product .characteristics_table .characteristics_table_block{margin-bottom:15px}.product .characteristics_table .characteristics_table_block .table_name span,.product .characteristics_table .characteristics_table_block .table_value{font-weight:400;font-size:14px;line-height:18px}.carusel_product .slick-next{right:0}.slick-prev{left:0}.product+footer .up_active{bottom:161px}.header_active .header_center{display:none}.header_active .mobil_app{top:0}.product+footer{padding-bottom:160px}}@media(max-width:500px){.product .product_header-info .product_info_left .product_carusel{height:350px;margin-bottom:9px}.product .product_header-info .product_info_left .product_carusel .product_carusel_right img{height:350px}.product .product_header-info .product_info_left .product_carusel .product_carusel_right .react-loading-skeleton{height:350px!important}.product .product_header-info .product_info_right .product_merchants{padding:15px}.product .product_header-info .product_info_right .product_merchants .all_merchants b{font-size:16px}.product .product_header-info .product_info_right .gift{display:block}.product .product_header-info .product_info_right .mobile_product_price .container{gap:3px}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_left .full_price{flex-wrap:wrap;font-size:12px}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_left .full_price b{font-size:14px;padding:0}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_right button{font-size:13px;height:35px;line-height:35px}.product .product_header-info .product_info_right .mobile_product_price .container .mobile_product_price_right a{width:140px;font-size:13px;height:35px;line-height:35px}.product .product_header-info .product_info_center .product_info h4{font-size:20px;margin-bottom:10px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment{padding:10px 0}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .users_comment_header{margin-bottom:6px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .comment,.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .star{margin-bottom:10px}.product .product_main_info .product_main_info_bottom .reviws .reviws_block .reviws_left .users_comment .comment_images{gap:10px}}.catalog .catalog_header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #e0e0e0;margin-bottom:20px}.catalog .catalog_header h1{font-style:normal;font-weight:500;font-size:24px;line-height:31px;color:#000}.catalog .catalog_header .main_filtor{display:flex;align-items:center;gap:20px}.catalog .catalog_header .main_filtor span{font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#bdbdbd}.catalog .catalog_header .main_filtor .main_filtor_input{display:none}.catalog .catalog_header .main_filtor .main_filtor_input+label{color:#6e7781;font-size:14px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}.catalog .catalog_header .main_filtor .main_filtor_input:checked+label{color:#e31e24!important}.catalog .catalog_header .main_filtor input{display:none}.catalog .catalog_header .main_filtor .active_input+label{color:#e31e24}.catalog .catalog_header .main_filtor label{transition:all .5s ease;cursor:pointer;position:relative;font-style:normal;font-weight:400;font-size:14px;line-height:18px;padding-right:9px;color:#000}.catalog .catalog_header .main_filtor label:hover{transition:all .5s ease;color:#e31e24}.catalog .catalog_header .main_filtor .price{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-right:24px}.catalog .catalog_header .main_filtor .price:before{content:"";position:absolute;width:20px;height:20px;background-image:url(/_next/static/media/chart2.ce0ddeb3.svg);background-size:100%;background-position:50%;background-repeat:no-repeat;right:0;top:0;bottom:0;margin:auto}.catalog .catalog_header .main_filtor .minus:before{background-image:url(/_next/static/media/chart.42083046.svg)}.catalog .catalog_header .main_filtor .star_filtor{padding-right:24px}.catalog .catalog_header .main_filtor .star_filtor:before{content:"";position:absolute;width:20px;height:20px;background-image:url(/_next/static/media/filtor_star.312e9f9a.svg);background-size:100%;background-position:50%;background-repeat:no-repeat;right:0;top:0;bottom:0;margin:auto}.catalog .catalog_header .main_filtor .star_filtor:hover:before,.catalog .catalog_header .main_filtor .start_input:checked+label:before{background-image:url(/_next/static/media/filtor-star.59609b34.svg)}.catalog .catalog_header .main_filtor .by_rating{padding-right:20px}.catalog .catalog_header .main_filtor .by_rating:before{content:"";position:absolute;width:17px;height:16px;background-image:url(/_next/static/media/filtor-star.59609b34.svg);background-size:100%;background-position:50%;background-repeat:no-repeat;right:0;top:0;bottom:0;margin:auto}.catalog .catalog_header .change_card{display:flex;gap:30px;align-items:center}.catalog .catalog_header .change_card .adaptive_main_filtor{display:none}.catalog .catalog_header .change_card .svgs{display:flex;gap:30px;align-items:center}.catalog .catalog_header .change_card .svg1{cursor:pointer}.catalog .catalog_header .change_card .svg1 line,.catalog .catalog_header .change_card .svg1 rect{stroke:#979797}.catalog .catalog_header .svg_active .svg1{cursor:default}.catalog .catalog_header .svg_active .svg1 line,.catalog .catalog_header .svg_active .svg1 rect{stroke:#e31e24}.catalog .catalog_header .svg_active .svg2{cursor:pointer}.catalog .catalog_header .svg_active .svg2 line,.catalog .catalog_header .svg_active .svg2 rect{stroke:#979797}.catalog .catalog_header .mobile_filtor{display:none;cursor:pointer}.catalog .merchant_header{border:1px solid #e0e0e0;margin-bottom:40px}.catalog .merchant_header .merchant_slider{width:100%;object-fit:cover}.catalog .merchant_header .banner_default{position:relative;height:230px;width:100%;background:#ea5257}.catalog .merchant_header .banner_default h1{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:auto;color:#fff;text-align:center;font-size:42px;font-style:normal;font-weight:700;line-height:normal;width:90%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog .merchant_header .merchant_header_main{display:flex;padding:20px 0}.catalog .merchant_header .merchant_header_main .merchant_header_main_left{width:30%;padding:0 20px;border-right:1px solid #e0e0e0}.catalog .merchant_header .merchant_header_main .merchant_header_main_left .merchant_header_main_left_blocks{display:flex;gap:20px}.catalog .merchant_header .merchant_header_main .merchant_header_main_left .merchant_header_main_left_blocks img{object-fit:contain;width:90px;height:90px}.catalog .merchant_header .merchant_header_main .merchant_header_main_left .merchant_header_main_left_blocks div{display:grid;grid-gap:10px 0;gap:10px 0}.catalog .merchant_header .merchant_header_main .merchant_header_main_left .merchant_header_main_left_blocks div span{display:block;color:#6e7781;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.catalog .merchant_header .merchant_header_main .merchant_header_main_left .merchant_header_main_left_blocks div span a,.catalog .merchant_header .merchant_header_main .merchant_header_main_left .merchant_header_main_left_blocks div span b{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.catalog .merchant_header .merchant_header_main .merchant_header_main_left .merchant_header_main_left_blocks div .merchant_name{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.catalog .merchant_header .merchant_header_main .merchant_header_main_right{width:70%;padding:0 20px}.catalog .merchant_header .merchant_header_main .merchant_header_main_right div{display:flex;align-items:center;gap:8px}.catalog .merchant_header .merchant_header_main .merchant_header_main_right .merchant_details,.catalog .merchant_header .merchant_header_main .merchant_header_main_right .orders{color:#6e7781;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.catalog .main_catalog{display:flex;gap:29px}.catalog .main_catalog .catalog_filtor{top:20px;max-width:321px;width:100%}.catalog .main_catalog .catalog_filtor .catalog_filtor_mobile_button{display:none}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog{max-height:400px;overflow-y:auto;overflow-x:inherit;padding-right:15px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:20px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog::-webkit-scrollbar{width:7px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog::-webkit-scrollbar-track{background:#ececec;border-radius:20px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog .filtor_merchant_categories_block:hover .main_cataog_title{transition:all .5s ease;color:#e31e24}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog .filtor_merchant_categories_block .main_cataog_title{padding:11px 14px 11px 0;position:relative;cursor:pointer;display:block;font-style:normal;font-weight:400;font-size:16px;line-height:18px;transition:all .5s ease;color:#000}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog .filtor_merchant_categories_block .main_cataog_title:before{content:"";position:absolute;right:0;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/brand_icon.e87bbce5.svg);background-size:100%;background-repeat:no-repeat;background-position:50%;width:6.5px;height:13px;transform:rotate(90deg)}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog .filtor_merchant_categories_block .active{color:#e31e24}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog .filtor_merchant_categories_block .childs_categories{margin-left:30px;transition:all .5s ease;overflow:hidden}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog .filtor_merchant_categories_block .childs_categories li{padding:7px 0;font-style:normal;font-weight:400;font-size:16px;line-height:18px;transition:all .5s ease;color:#000;cursor:pointer}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchant_catalog .filtor_merchant_categories_block .childs_categories li:hover{transition:all .5s ease;color:#e31e24}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block,.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block form{position:relative}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block form input{width:100%;border:1px solid #e0e0e0;border-radius:5px;height:45px;padding-left:33px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block form input:active,.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block form input:hover{transition:all .5s ease;border:1px solid #e31e24}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block form input::placeholder{font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#b9b9b9}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block form button{width:13px;position:absolute;left:10px;top:0;bottom:0;margin:auto;background:none;border:none}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block .merchants_search_result{z-index:1;position:absolute;top:100%;background:#fff;box-shadow:0 3px 16px rgba(29,57,169,.12);border-radius:0 0 5px 5px;width:100%}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block .merchants_search_result a{display:block;font-style:normal;font-weight:400;font-size:14px;line-height:18px;padding:15px;color:#4f4f4f;border-bottom:1px solid #dadada}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block .merchants_search_result a:last-child{border-bottom:none}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block{margin-bottom:30px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .title{font-style:normal;font-weight:700;font-size:16px;line-height:20px;margin-bottom:20px;color:#000}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .total_price_block{display:flex;align-items:center;gap:20px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .total_price_block .total_price_input{border-radius:5px;border:1px solid #e0e0e0;height:45px;width:100%;padding:13px 9px;color:#393939;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .total_price_block .total_price_input:active,.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .total_price_block .total_price_input:hover{transition:all .5s ease;border:1px solid #e31e24}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_main{padding-top:2px;max-height:240px;overflow-y:auto}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_main::-webkit-scrollbar-thumb{border-radius:20px;background:#bdbdbd}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_main::-webkit-scrollbar{width:7px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_main::-webkit-scrollbar-track{background:#ececec;border-radius:20px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .filtor_catalog_block a{font-style:normal;font-weight:400;font-size:16px;line-height:20px;margin-bottom:10px;display:table;transition:all .5s ease;color:#000}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .filtor_catalog_block a:hover{transition:all .5s ease;color:#e31e24}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block{display:flex;gap:10px;margin-bottom:15px;align-items:center}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block input{display:none}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block input:checked+label:before{background:#e31e24;border:#c4c4c4;background-image:url(/_next/static/media/checkIcon.a011b423.svg);background-size:85%;background-position:50%;background-repeat:no-repeat}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block label{cursor:pointer;font-style:normal;font-weight:400;font-size:16px;line-height:20px;position:relative;color:#000;padding-left:30px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block label:hover{transition:all .5s ease}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block label:hover:before{background:#e31e24;border:#c4c4c4;background-image:url(/_next/static/media/checkIcon.a011b423.svg);background-size:85%;background-position:50%;background-repeat:no-repeat}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block label:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;border:1px solid #c4c4c4;border-radius:5px;width:20px;height:20px}.catalog .main_catalog .main_catalog_right{width:100%}.catalog .main_catalog .main_catalog_right .product_main{grid-template-columns:repeat(4,1fr)}.catalog .main_catalog .main_catalog_right .not_products{height:50vh;padding:50px 0}.catalog .main_catalog .main_catalog_right .not_products svg{display:block;margin-left:auto;margin-right:auto;margin-bottom:40px}.catalog .main_catalog .main_catalog_right .not_products span{display:table;color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:12px;margin-left:auto;margin-right:auto}.catalog .main_catalog .main_catalog_right .not_products p{text-align:center;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active{grid-template-columns:repeat(1,1fr)}.catalog .main_catalog .main_catalog_right .product_main_active .big_card{display:flex;width:100%;justify-content:space-between;gap:30px;align-items:flex-start;padding-bottom:15px;border-bottom:1px solid #dadada}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_left{display:flex;align-items:center;gap:10px;width:75%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .product_image{width:40%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .product_image img{object-fit:contain;width:100%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center{width:60%;max-width:100%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top{display:flex;align-items:center;gap:15px;margin-bottom:23px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top br{display:none}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .product_reviews_block{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .product_reviews{position:relative;display:table;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#b9b9b9}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .bought{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .product_name{font-style:normal;font-weight:500;font-size:20px;line-height:26px;display:block;max-height:52px;overflow:hidden;color:#000;margin-bottom:20px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table{width:100%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block{width:100%;display:flex;gap:5px;margin-bottom:20px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_name{flex:0 0 60%;position:relative;padding-right:20px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_name:before{border-bottom:1px dotted #979797;content:"";display:block;height:20px;left:0;position:absolute;top:-5px;width:100%;z-index:1}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_name span{position:-webkit-sticky;position:sticky;background-color:#fff;padding-right:5px;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#979797;z-index:1}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_value{flex-grow:0;flex-shrink:0;flex-basis:calc(40% - 20px);font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000;height:auto;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;width:100%;cursor:pointer}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_value_active{-webkit-line-clamp:unset}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right{width:25%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top svg{cursor:pointer;stroke:#e31e24}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top svg:first-child path{stroke:#e31e24}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top svg:first-child:hover{transition:all .5s ease;fill:#e31e24}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .active_compare_svg path{stroke:#e31e24}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .active_compare_svg:hover{transition:all .5s ease;stroke:#4db839}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .active_compare_svg:hover path{stroke:#4db839}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .product_price{color:#1c1f24;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .old_price_tablet{display:none}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .big_card_right_top_block{display:flex;align-items:center;gap:15px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .old_price{display:block;font-style:normal;font-weight:500;font-size:16px;line-height:20px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#979797}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .installment{display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;border-radius:5px;background:#ffeff0;color:#e31e24;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:20px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block .add_product{font-style:normal;font-weight:500;font-size:16px;line-height:20px;background:#e31e24;border-radius:5px;width:100%;height:43px;outline:none;cursor:pointer;margin-bottom:10px;color:#fff;border:1px solid #e31e24}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block .add_product:hover{transition:all .5s ease;background:#fff;color:#e31e24}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block a{border:1px solid #e31e24;border-radius:5px;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin-bottom:10px;text-align:center;color:#e31e24;padding:10.27px 0;box-sizing:border-box;display:block}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block_active .add_product{display:none}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block_active a{display:block}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .delivery{font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#979797;margin-bottom:25px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .characteristics_table_mobile,.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .product_name_mobile_a{display:none}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants{position:relative;display:block;padding:10px;border:1px solid #b9b9b9;border-radius:5px;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants:hover{transition:all .5s ease;border:1px solid #e31e24;cursor:pointer}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants .all_merchants_top{position:absolute;top:-20px;display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:8px;border-radius:5px;background:#ffeff0;color:#e31e24;font-size:16px;font-style:normal;font-weight:500;line-height:normal;right:0;left:0;margin:0 auto;width:-moz-fit-content;width:fit-content}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants b{text-align:center;color:#1c1f24;display:block}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_right_bottom{display:none}@media(max-width:1450px){.catalog .catalog_header{padding-bottom:9px;border-bottom:1px solid #e0e0e0}.catalog .catalog_header h1{font-size:20px;line-height:normal}.catalog .catalog_header .main_filtor{gap:15px}.catalog .catalog_header .main_filtor span{font-size:12px;line-height:normal}.catalog .catalog_header .change_card,.catalog .catalog_header .change_card .svgs{gap:25px}.catalog .merchant_header{margin-bottom:56px}.catalog .merchant_header .merchant_header_main .merchant_header_main_left{padding-right:25px}.catalog .merchant_header .merchant_header_main .merchant_header_main_right{width:70%;padding:0 24px}.catalog .main_catalog{display:flex;gap:35px}.catalog .main_catalog .catalog_filtor{max-width:260px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block form input{border:.8px solid #e0e0e0;border-radius:4px;height:38px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block form input::placeholder{line-height:normal}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .merchants_search .merchants_search_block .merchants_search_result a{border-bottom:.8px solid #dadada}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block{margin-bottom:20px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .title{font-size:13.6px;line-height:normal;margin-bottom:18px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .total_price_block{gap:17px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .total_price_block .total_price_input{border-radius:5px;border:.8px solid #e0e0e0;height:38px;font-size:13.6px;padding:11px 9px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .filtor_catalog_block a{line-height:normal}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block{gap:8px;margin-bottom:12px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block label{font-size:13.6px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block .brand_block label:before{border:.8px solid #c4c4c4;border-radius:4px;width:17px;height:17px}.catalog .main_catalog .main_catalog_right .not_products svg{margin-bottom:36px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card{gap:20px;border-bottom:.8px solid #dadada}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top{gap:12px;margin-bottom:20px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .bought,.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .product_reviews{font-size:12px;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .product_name{margin-bottom:18px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block{margin-bottom:15px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_name span,.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_value{font-size:13.6px;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top{margin-bottom:10px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top svg{width:23.873px;height:21.277px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .big_card_right_top_block{gap:12px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .old_price{font-size:13.6px;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .installment{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:17px;margin-bottom:15px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block .add_product{font-size:13.6px;line-height:normal;border-radius:4px;height:36px;margin-bottom:9px;border:.8px solid #e31e24}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block a{border:.8px solid #e31e24;border-radius:4px;font-size:13.6px;line-height:normal;padding:8.511px 0}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .delivery{line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants{padding:10px 0;font-weight:400;font-size:16px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants .all_merchants_top{top:-16px;gap:8px;font-size:13px;text-wrap:nowrap}}@media(max-width:1024px){.catalog .catalog_header{display:block}.catalog .catalog_header h1{font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:11px}.catalog .catalog_header .main_filtor{display:none}.catalog .catalog_header .change_card{justify-content:space-between}.catalog .catalog_header .change_card .adaptive_main_filtor{position:relative;display:block}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_button{cursor:pointer;position:relative;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_button:before{content:"";width:10px;height:10px;right:-15px;top:0;bottom:0;margin:auto;background-image:url(/_next/static/media/filtor_svg.390102d8.svg);background-position:50%;background-repeat:no-repeat;position:absolute}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block{display:none;position:absolute;left:0;right:0;width:200px;background:#fff;padding:12px 8px;z-index:1;border-radius:5px;box-shadow:0 6.39036px 13.57952px 0 rgba(29,57,169,.1)}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block input{display:none}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block input:checked+label:before{background:#e31e24;outline:1px solid #e31e24}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block label{position:relative;display:block;color:#6e7781;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding:6.5px 0 6.5px 22px;cursor:pointer}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block label:before{content:"";position:absolute;width:12px;height:12px;left:-2px;top:0;bottom:0;margin:auto;border-radius:50%;border:2px solid #fff;outline:1px solid #979797}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block .adaptive_main_filtor_block_price{padding-bottom:6px;border-bottom:1px solid #e0e0e0;margin-bottom:6px}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block .adaptive_main_filtor_block_price label{color:#000;position:relative;display:table;padding-right:25px}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block .adaptive_main_filtor_block_price label:after{content:"";position:absolute;width:20px;height:20px;background-image:url(/_next/static/media/chart.42083046.svg);background-size:100%;background-position:50%;background-repeat:no-repeat;right:0;top:0;bottom:0;margin:auto}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block .adaptive_main_filtor_block_price label:last-child:after{background-image:url(/_next/static/media/chart2.ce0ddeb3.svg)}.catalog .catalog_header .change_card .adaptive_main_filtor .adaptive_main_filtor_block_active{display:block}.catalog .catalog_header .change_card .svgs{gap:15px}.catalog .catalog_header .change_card .mobile_filtor{display:block}.catalog .merchant_header{margin-bottom:24px}.catalog .merchant_header .banner_default{height:200px}.catalog .merchant_header .banner_default h1{font-size:35px}.catalog .merchant_header .merchant_header_main{display:block;padding:0}.catalog .merchant_header .merchant_header_main .merchant_header_main_left{width:100%;padding:24px;border-bottom:1px solid #eaeef2;border-right:0}.catalog .merchant_header .merchant_header_main .merchant_header_main_right{padding:24px;width:100%}.catalog .main_catalog .catalog_filtor{position:fixed;z-index:11;background:#fff;right:100%;max-width:100%;bottom:0;top:0;padding:15px;height:100vh;overflow-y:scroll}.catalog .main_catalog .catalog_filtor .catalog_filtor_main{margin-bottom:80px}.catalog .main_catalog .catalog_filtor .catalog_filtor_main .filtor_block{margin-top:0}.catalog .main_catalog .catalog_filtor_active{right:0}.catalog .main_catalog .catalog_filtor_active .catalog_filtor_mobile_button{display:block;width:100%;position:fixed;bottom:0;left:0;padding:15px 30px;background:#fff;box-shadow:0 0 25px 0 rgba(0,0,0,.1)}.catalog .main_catalog .catalog_filtor_active .catalog_filtor_mobile_button button{width:100%;border-radius:5px;background:#e31e24;height:45px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:32px;border:none}.catalog .main_catalog .main_catalog_right .product_main{grid-template-columns:repeat(4,1fr);gap:15px 9px}.catalog .main_catalog .main_catalog_right .not_products{height:50vh;padding:24px 0}.catalog .main_catalog .main_catalog_right .not_products svg{margin-bottom:31px}.catalog .main_catalog .main_catalog_right .not_products span{font-size:18px;margin-bottom:15px}.catalog .main_catalog .main_catalog_right .product_main_active{grid-template-columns:repeat(1,1fr)}.catalog .main_catalog .main_catalog_right .product_main_active .big_card{gap:20px;padding:15px 0}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .product_image img{height:auto}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top{margin-bottom:10px;gap:10px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .product_price{font-size:16px;font-weight:600;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .big_card_right_top_block svg{width:22px;height:20px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .old_price{font-size:12px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .installment{font-size:14px;margin-bottom:10px;font-weight:400;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block .add_product{max-width:250px;width:100%;font-size:14px;height:40px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block a{display:flex;align-items:center;justify-content:center;max-width:250px;width:100%;font-size:14px;height:40px;padding:0}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .delivery{font-size:10px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants{gap:5px;max-width:250px;width:100%;font-size:10px;line-height:normal;padding:10px 5px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants .all_merchants_top{font-size:10px;font-style:normal;font-weight:500;line-height:normal;top:-14px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants b{font-size:12px;text-wrap:nowrap}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .product_name{font-size:18px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .product_reviews{font-size:10px;font-style:normal;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .bought{font-size:10px;font-style:normal;font-weight:400;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_name span,.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table .characteristics_table_block .table_value{font-size:12px;line-height:16px}.pagination_block .pagination .next a{font-size:0;padding-right:10px}.pagination_block .pagination .back a{font-size:0;padding-left:10px}.pagination_block .pagination .pagination_button a:before{width:10px!important;height:16px!important}}@media(max-width:800px){.catalog .main_catalog .main_catalog_right .product_main{grid-template-columns:repeat(3,1fr)}.catalog .main_catalog .main_catalog_right .product_main_active{grid-template-columns:repeat(1,1fr)}}@media(max-width:500px){.catalog .merchant_header{margin-bottom:20px}.catalog .merchant_header .merchant_slider{height:120px}.catalog .merchant_header .merchant_header_main .merchant_header_main_left{padding:24px 24px 12px 12px}.catalog .merchant_header .merchant_header_main .merchant_header_main_right{padding:12px}.catalog .merchant_header .merchant_header_main .merchant_header_main_right div{flex-wrap:wrap}.catalog .main_catalog .main_catalog_right .product_main{grid-template-columns:repeat(2,1fr)}.catalog .main_catalog .main_catalog_right .not_products{padding:64px 0}.catalog .main_catalog .main_catalog_right .not_products svg{width:263.001px;height:166.84px;margin-bottom:50px}.catalog .main_catalog .main_catalog_right .product_main_active{grid-template-columns:repeat(1,1fr)}.catalog .main_catalog .main_catalog_right .product_main_active .big_card{gap:10px;padding:15px 0}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_left{display:flex;flex-direction:column;width:33%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_left .product_image{display:unset;width:100%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center{width:100%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top{display:block}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .product_name{display:none}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right{width:67%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top{justify-content:flex-flex-start;margin-bottom:5px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .product_price{font-size:16px;font-weight:600;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .big_card_right_top_block{display:none}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_card_right_top .old_price_tablet{font-size:10px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .old_price{display:none}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .installment{font-size:14px;margin-bottom:10px;font-weight:400;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .add_product_block{display:none}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .delivery{font-size:10px;margin-bottom:10px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .product_name_mobile{color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:normal;max-width:260px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .characteristics_table_mobile{display:block;margin-top:10px;margin-bottom:20px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .characteristics_table_mobile .characteristics_table_mobile_block{display:flex;align-items:flex-flex-start;gap:5px;font-size:10px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:10px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .characteristics_table_mobile .characteristics_table_mobile_block .table_name_mobile span{display:block ruby;text-wrap:nowrap;color:#979797}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .characteristics_table_mobile .characteristics_table_mobile_block .table_value_mobile{color:#000;max-height:40px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;width:100%}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .all_merchants{margin-bottom:15px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_right_bottom{display:flex;align-items:center;gap:30px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_right_bottom .big_right_bottom_cart_active{position:relative;width:60px;height:35px;padding:10px 15px;border-radius:5px;border:1px solid #e31e24}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_right_bottom .big_right_bottom_cart_active svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_right_bottom .big_right_bottom_cart{width:60px;height:35px;padding:10px 15px;border-radius:5px;background:#e31e24;position:relative}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_right .big_right_bottom .big_right_bottom_cart svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .product_name{font-size:18px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top{margin-bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .reting_star span{font-size:16px!important}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .product_reviews_block{justify-content:center}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .product_reviews{text-wrap:nowrap;text-align:center;font-size:10px;font-style:normal;line-height:normal}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .big_card_center_top .bought{text-align:center;text-wrap:nowrap;font-size:10px;font-style:normal;font-weight:400;line-height:normal;display:block}.catalog .main_catalog .main_catalog_right .product_main_active .big_card .big_card_center .characteristics_table{display:none}.pagination_block .pagination .active a{width:30px;height:30px;line-height:30px}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}@font-face{font-family:__Inter_e25f5c;src:url(/_next/static/media/7385e8d9d3c5518f-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:__Inter_Fallback_e25f5c;src:local("Arial");ascent-override:90.00%;descent-override:22.43%;line-gap-override:0.00%;size-adjust:107.64%}.__className_e25f5c{font-family:__Inter_e25f5c,__Inter_Fallback_e25f5c}