html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:sans-serif}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font:inherit;vertical-align:baseline;border:0;outline:none;margin:0;padding:0;font-size:100%}article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{vertical-align:baseline;display:inline-block}audio:not([controls]){height:0;display:none}[hidden],template{display:none}a{color:inherit;background:0 0;text-decoration:none}ol,ul{list-style:none}b,strong{font-weight:700}img,picture,video,canvas,svg{max-width:100%;display:block}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{cursor:pointer;background:0 0;border:0;padding:0;overflow:visible}button,select{text-transform:none}button:disabled,input:disabled{cursor:default}input{outline:none;line-height:normal}textarea{overflow:auto}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.button{background:var(--deep-blue);color:var(--white);font-family:var(--font-family);border-radius:60px;justify-content:center;align-items:center;width:fit-content;min-height:49px;padding:0 40px;font-size:16px;font-weight:400;line-height:1;transition:background .3s ease-out,color .3s ease-out;display:inline-flex}.button:hover{background:var(--action-blue)}.button:disabled,.button[aria-disabled=true],.button_disabled{background:var(--silver-gray);color:var(--white);cursor:default;pointer-events:none}.button_light_blue{background:var(--action-blue)}.button_pale{background:var(--soft-blue);color:var(--black)}.button_white{background:var(--white);color:var(--deep-blue);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:1;transition:all .3s ease-out}.catalog_products_more{transition:all .3s ease-out}.catalog_products_more:hover,.button_white:hover{background:var(--pale-lavender);color:var(--deep-blue)}.button_rotate{min-height:39px;padding:0 22px;font-size:14px}.header{color:var(--header-color,var(--white));z-index:20;background:0 0;min-height:70px;position:fixed;top:0;left:0;right:0}.header_wrapper.grid_container{justify-content:space-between;align-items:center;gap:30px;max-width:1620px;min-height:44px;padding:20px 0;display:flex}.header_logo{color:currentColor;flex:none;width:209px;height:44px}.header_logo_icon{background:currentColor;width:100%;height:100%;display:block;-webkit-mask:url(/assets/icons/logotip.svg) 50%/contain no-repeat;mask:url(/assets/icons/logotip.svg) 50%/contain no-repeat}.header_nav{background:linear-gradient(360deg,#004adc 0%,#012e89 100%);border-radius:40px;justify-content:center;align-items:center;gap:clamp(18px,2.2vw,50px);width:fit-content;min-height:40px;padding:0 20px;display:flex}.header_nav_link{color:var(--white);font-family:var(--font-family);white-space:nowrap;font-size:16px;font-weight:400;line-height:1;transition:opacity .3s}.header_actions{flex:none;align-items:center;gap:5px;display:flex}.header_icon_link{color:currentColor;border-radius:50%;width:40px;height:40px;transition:opacity .3s,transform .3s;display:block}.header_icon{height:100%;-webkit-mask:var(--header-icon) center/contain no-repeat;mask:var(--header-icon) center/contain no-repeat;-webkit-mask:var(--header-icon) center/contain no-repeat;background:currentColor;width:100%;display:block}.header_icon_link:hover{opacity:.82;transform:translateY(-1px)}.header_login_modal_overlay{opacity:0;pointer-events:none;z-index:100;background:#02050e3d;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:flex;position:fixed;inset:0}.header_login_modal_overlay_open{opacity:1;pointer-events:auto}.header_login_modal{background:linear-gradient(270deg,#9abdfd 0%,#2f7af0 100%);border-radius:60px;width:100%;max-width:540px;padding:40px;transition:transform .35s;transform:translateY(36px)scale(.97);box-shadow:0 24px 80px #1436b42e}.header_login_modal_overlay_open .header_login_modal{transform:translateY(0)scale(1)}.header_login_modal_body{animation:.28s both header_login_modal_content_in}.header_login_modal_body h2{color:var(--white);font-family:var(--font-family);text-align:center;margin:0 0 20px;font-size:32px;font-weight:500;line-height:120%}.header_login_modal_body p{color:var(--pale-lavender);font-family:var(--font-family);text-align:center;max-width:408px;margin:0 auto 40px;font-size:16px;font-weight:400;line-height:120%}.header_login_modal_body .header_login_modal_code_text{margin-bottom:40px}.header_login_modal_fields{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.header_login_modal_fields_register{margin:40px 0}.header_login_modal_fields_code{margin-bottom:40px}.header_login_modal_fields_recovery{margin:40px 0}.header_login_modal_fields label{flex-direction:column;gap:5px;display:flex}.profile_form_error{color:red;margin-bottom:15px;font-size:14px}.header_login_modal_fields span{color:var(--pale-lavender);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.header_login_modal_fields input{background:var(--cold-white);color:var(--black);font-family:var(--font-family);border:0;border-radius:20px;width:100%;height:39px;padding:10px 20px;font-size:16px;font-weight:400;line-height:120%}.header_login_modal_fields input::placeholder{color:var(--silver-gray)}.header_login_modal_fields .header_login_modal_code_input{text-align:center}.header_login_modal_body>.button{width:100%;min-height:49px;display:flex}.header_login_modal_register{margin-top:10px}.header_login_modal_forgot{color:var(--pale-lavender);font-family:var(--font-family);margin:30px auto 0;font-size:16px;font-weight:400;line-height:120%;transition:color .25s,opacity .25s;display:block}.header_login_modal_forgot:hover{color:var(--white);opacity:.9}@keyframes header_login_modal_content_in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.header_menu_button{width:40px;height:40px;display:none;position:relative}.header_menu_button span{background:currentColor;border-radius:4px;width:100%;height:2px;margin:6px auto;display:block}body:has(.page_header_dark){--header-color:#02050e}:is(body:has(.page_header_dark) .header_scrolled,body:has(.page_header_dark) .header_menu_open){--header-color:var(--white)}body:has(.page_header_dark) .header_wrapper.grid_container{max-width:1660px}:is(body:has(.mini_header.page_header_dark) .header_wrapper.grid_container,body:has(.product_page.page_header_dark) .header_wrapper.grid_container){max-width:1620px}header.header:after{content:"";z-index:-1;opacity:0;background:linear-gradient(360deg,#004adc 0%,#012e89 100%);border-radius:0 0 40px 40px;width:100%;height:100%;transition:opacity .3s;position:absolute;bottom:0;left:0;right:20px}header.header .header_wrapper.grid_container{transition:padding .3s linear}header.header_scrolled{min-height:initial}header.header_scrolled:after{opacity:1}header.header_scrolled .header_wrapper.grid_container{padding:10px 0}.home_page{min-height:100vh}.home_banner{margin-bottom:10px;position:relative}.home_banner_slider{border-radius:0 0 60px 60px;min-height:750px;overflow:hidden}.home_banner_slide{border-radius:0 0 60px 60px;min-height:750px;position:relative;overflow:hidden}.home_banner_image{object-fit:cover}.home_banner_content{z-index:2;flex-direction:column;display:flex;position:absolute}.home_banner_content_left{bottom:90px;left:120px}.home_banner_content_right{bottom:218px;right:245px}.home_banner_content_right2{padding-right:60px;bottom:220px;right:0}.home_banner_content_right3{padding-right:45px;bottom:231px;right:120px}.home_banner_content_dark{color:var(--black)}.home_banner_content_light{color:var(--white)}.home_banner_title{font-family:var(--font-family);white-space:pre-line;max-width:670px;margin-bottom:10px;font-size:52px;font-weight:500;line-height:120%}.home_banner_text{font-family:var(--font-family);white-space:pre-line;max-width:620px;margin-bottom:19px;font-size:20px;font-weight:400;line-height:120%}.home_banner .swiper-pagination{justify-content:center;display:flex;bottom:10px}.home_banner .swiper-pagination-bullet{background:var(--white);opacity:1;border-radius:100%;width:5px;height:5px;margin:0 2px!important}.home_banner .swiper-pagination-bullet-active{background:var(--black)}.home_categories{margin-bottom:20px}.home_categories_wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.home_category{z-index:2;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:40px;justify-content:center;height:540px;display:flex;position:relative;overflow:hidden}.home_category:hover .home_category_img{transform:scale(1.12)}.home_category:hover .home_category_title{transform:scale(1.2)}.home_category:after{content:"";z-index:0;width:100%;transition:transform .4s ease-out;position:absolute;bottom:0;left:0}.home_category:first-child:hover:after{transform:translateY(0)}.home_category:first-child:after{background:url(/assets/images/cat_back.png) 50% no-repeat;height:200px;transform:translateY(250px)}.home_category:nth-child(2):hover:after{transform:translateY(33%)}.home_category:nth-child(2):after{background:url(/assets/images/cat_back2.png) 50% no-repeat;width:100%;height:180%;margin:0 auto;left:0;right:0;transform:translateY(110%)}.home_category:nth-child(3):hover:after{transform:translateY(0)}.home_category:nth-child(3):after{background:url(/assets/images/cat_back3.png) 50% no-repeat;height:295px;transform:translateY(110%)}.home_category_men{background-image:url(/assets/images/categories/category_back.jpg)}.home_category_kids{background-image:url(/assets/images/categories/category_back2.jpg)}.home_category_women{background-image:url(/assets/images/categories/category_back3.jpg)}.home_category_img{object-fit:contain;z-index:1;align-self:flex-end;height:auto;max-height:95%;transition:transform .3s ease-out;position:relative}.home_category_title{color:var(--white);font-family:var(--font-family);text-align:center;z-index:2;font-size:32px;font-weight:500;line-height:120%;transition:all .3s linear;position:absolute;bottom:40px}.home_hits{margin-bottom:20px}.home_hits_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;margin-bottom:20px;padding:60px 0 0}.home_hits_title{font-family:var(--font-family);color:var(--black);text-align:center;margin-bottom:40px;font-size:40px;font-weight:500;line-height:120%}.home_hits_slider{-webkit-user-select:none;user-select:none;min-height:510px;overflow:hidden}.home_hits_slider .swiper-wrapper{margin-left:calc(2.38095% + 8.80952px);padding:15px 0}.home_hits_slide{height:auto;width:calc(23.8095% - 11.9048px)!important}.hit_card{background:var(--white);border:1px solid #0000;border-radius:40px;transition:all .3s;overflow:hidden}.hit_card:hover{border-color:#2f7af0;transform:translateY(-10px)}.hit_card:hover .hit_card_photo{height:320px}.hit_card_photo{background:var(--white);height:300px;transition:all .3s;display:block;position:relative}.hit_card_photo>img{object-position:center;object-fit:scale-down;width:100%;height:100%}.hit_card_top{justify-content:space-between;gap:10px;width:100%;padding:0 20px;display:flex;position:absolute;top:20px;left:0}.hit_card_label{background:var(--green);font-family:var(--font-family);color:var(--white);border-radius:60px;padding:5px 20px;font-size:16px;font-weight:400;line-height:120%}.hit_card_body{padding:10px}.hit_card_title{font-family:var(--font-family);color:var(--black);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:10px;font-size:20px;font-weight:400;line-height:120%;display:-webkit-box;overflow:hidden}.hit_card_price_row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.hit_card_prices{align-items:center;gap:10px;display:flex}.hit_card_price{font-family:var(--font-family);color:var(--black);font-size:16px;font-weight:400;line-height:1}.hit_card_old_price{font-family:var(--font-family);color:var(--silver-gray);font-size:14px;font-weight:400;line-height:1;text-decoration:line-through}.hit_card_bonus{align-items:center;gap:5px;display:flex}.hit_card_bonus span{font-family:var(--font-family);color:var(--deep-blue);font-size:14px;font-weight:400;line-height:1}.hit_card_bonus img{object-fit:scale-down;width:auto;height:100%}.hit_card_actions{justify-content:space-between;gap:10px;display:flex}.hit_card_cart.button{width:calc(100% - 50px);height:39px;min-height:39px}.cart_stock_error{color:var(--red);font-family:var(--font-family);font-size:12px;line-height:120%}.hit_card_favorite{width:39px;height:39px;position:relative}.hit_card_favorite:before,.hit_card_favorite:after{content:"";opacity:0;transition:opacity .3s;position:absolute;inset:0}.hit_card_favorite:before{background:#1436b4;-webkit-mask:url(/assets/icons/favorites_btn.svg) 50%/contain no-repeat;mask:url(/assets/icons/favorites_btn.svg) 50%/contain no-repeat}.hit_card_favorite:after{background:var(--white);-webkit-mask:url(/assets/icons/favorites_heart.svg) 50%/contain no-repeat;mask:url(/assets/icons/favorites_heart.svg) 50%/contain no-repeat}.hit_card_favorite img{object-fit:scale-down;width:100%;height:100%;transition:opacity .3s}.hit_card_favorite:hover:before{opacity:1}.hit_card_favorite:hover img{opacity:0}.hit_card_favorite_active:before{opacity:1;border-radius:50%;-webkit-mask:none;mask:none}.hit_card_favorite_active:after{opacity:1}.hit_card_favorite_active img{opacity:0}.home_frames{margin-bottom:20px}.home_frames_wrapper{background:radial-gradient(276.96% 81.53% at 69.88% 50.08%,#9abdfd 0%,#2f7af0 31.27%,#1436b4 100%);border-radius:60px;flex-flow:wrap;gap:20px;min-height:620px;padding:70px 120px 50px;display:flex;position:relative;overflow:hidden}.home_frames_content{z-index:2;align-self:center;width:525px;position:relative}.home_frames_title{color:var(--white);font-family:var(--font-family);margin-bottom:14px;font-size:40px;font-weight:500;line-height:120%}.home_frames_text{color:var(--white);font-family:var(--font-family);margin-bottom:24px;font-size:20px;font-weight:400;line-height:120%}.home_frames_products{width:calc(100% - 545px);padding-left:20px}.home_frames_product{width:700px;height:250px;position:relative}.home_frames_product_bottom{margin-left:auto}.home_frames_product_img{object-fit:scale-down;object-position:left;width:100%;height:100%;display:block}.home_frames_point_group{z-index:3;position:absolute}.home_frames_point{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:var(--white);font-family:var(--font-family);background:linear-gradient(270deg,#004adc4d 0%,#012e894d 100%);border-radius:60px;justify-content:space-between;align-items:center;gap:16px;width:232px;height:69px;padding:15px 20px;font-size:16px;font-weight:400;line-height:120%;display:flex}.home_frames_product_top .home_frames_point_group{bottom:0;left:10px}.home_frames_product_bottom .home_frames_point_group{top:-35px;right:-80px}.home_frames_product_bottom .home_frames_point{flex-direction:row-reverse}.home_frames_point_text{color:var(--white);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:120%}.home_frames_point_icon{border:1px solid var(--white);border-radius:60px;flex:none;width:39px;height:39px;padding:6px;position:relative}.home_frames_point_icon span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:transform .35s;display:block;position:absolute;top:50%;left:50%}.home_frames_point_icon span:first-child{transform:translate(-50%,-50%)rotate(90deg)}.home_frames_point_icon span:last-child{transform:translate(-50%,-50%)}.home_frames_point_group_active .home_frames_point_icon span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.home_frames_point_group_active .home_frames_point_icon span:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.home_frames_dropdown{-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);opacity:0;pointer-events:none;background:#fcfdfe4d;border-radius:40px;width:232px;max-height:0;padding:0 10px;transition:max-height .3s,opacity .35s,padding .3s,transform .3s;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;transform:translateY(-8px)}.home_frames_product_bottom .home_frames_dropdown{left:auto;right:0}.home_frames_point_group_active .home_frames_dropdown{opacity:1;pointer-events:auto;max-height:180px;padding:20px 10px;transform:translateY(0)}.home_frames_dropdown_options{flex-wrap:wrap;gap:5px;padding-bottom:10px;display:flex}.home_frames_dropdown_button{background:var(--cold-white);color:var(--silver-gray);font-family:var(--font-family);border-radius:20px;min-width:65px;height:29px;padding:5px 10px;font-size:16px;font-weight:400;line-height:1;transition:background .3s,color .3s}.home_frames_dropdown_button:hover,.home_frames_dropdown_button_active{background:var(--action-blue);color:var(--white)}.home_frames_dropdown_text{border-top:1px solid var(--pale-lavender);color:var(--pale-lavender);font-family:var(--font-family);padding:5px 10px 0;font-size:12px;font-weight:400;line-height:120%}.home_rotate{margin-bottom:20px}.home_rotate_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;margin-bottom:20px;padding:60px 0 0;position:relative;overflow:hidden}.home_rotate .home_hits_title{margin-bottom:140px}.home_rotate_stage{width:100%;height:480px;position:relative;overflow:hidden}.home_rotate_orbit{transform-origin:50%;width:2200px;height:2200px;position:absolute;top:-99px;left:50%}.home_rotate_card{height:420px;transform:translate(-50%, -50%) rotate(var(--rotate-angle)) translateY(-780px);transform-origin:50%;width:390px;z-index:calc(var(--rotate-index) + 1);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #2f7af0;border-radius:60px;padding:20px;position:absolute;top:50%;left:50%;overflow:hidden}.home_rotate_card:nth-child(13),.home_rotate_card:nth-child(14){z-index:0}.home_rotate_info{-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);background:linear-gradient(270deg,#004adc33 0%,#012e8933 100%);border-radius:60px;align-items:center;gap:10px;padding:5px;display:flex}.home_rotate_icon{background:var(--white);border-radius:50%;flex:none;justify-content:center;align-items:center;width:77px;height:77px;display:flex}.home_rotate_icon img{object-fit:contain;width:100%;height:100%;display:block}.home_rotate_textbox{min-width:0}.home_rotate_title{color:var(--black);font-family:var(--font-family);max-width:242px;margin-bottom:3px;font-size:20px;font-weight:500;line-height:120%}.home_rotate_text{color:var(--black);font-family:var(--font-family);font-size:12px;font-weight:400;line-height:120%}.home_rotate_textbox .button_rotate{margin-top:8px}.home_guide{padding-bottom:80px}.home_guide_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px 60px 0 0;padding:60px 20px 0}.home_guide_heading{color:var(--black);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:40px;font-weight:500;line-height:120%}.home_guide_cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.home_guide_card{background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:40px 40px 0 0;flex-direction:column;min-height:540px;padding:60px 0 0;display:flex;position:relative;overflow:hidden}.home_guide_card:nth-child(2) .home_guide_image{object-position:center bottom}.home_guide_card_content{z-index:2;padding:0 40px;position:relative}.home_guide_title{color:var(--black);font-family:var(--font-family);text-align:center;margin-bottom:10px;font-size:32px;font-weight:400;line-height:120%}.home_guide_text{color:var(--black);font-family:var(--font-family);text-align:center;font-size:16px;font-weight:400;line-height:120%}.home_guide_image_box{height:337px;margin:auto 0 0}.home_guide_image{object-fit:scale-down;object-position:right bottom;width:100%;height:100%;display:block}.home_guide_button{z-index:3;align-self:center;position:absolute;bottom:40px}.home_tips{padding-bottom:80px}.home_tips_wrapper{overflow:hidden}.home_tips_heading{color:var(--black);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:40px;font-weight:500;line-height:120%}.home_tips_slider{-webkit-user-select:none;user-select:none;overflow:visible}.home_tips_slider .swiper-wrapper{align-items:stretch;margin-left:calc(-12.5% - 5px)}.home_tips_slider_compact .swiper-wrapper{margin-left:0}.home_tips_slide{height:auto;width:calc(25% - 15px)!important}.home_tip_card{background:var(--cold-white);cursor:pointer;border-radius:40px;flex-direction:column;height:100%;min-height:221px;padding:30px;display:flex}.home_tip_title{color:var(--black);font-family:var(--font-family);margin-bottom:10px;font-size:20px;font-weight:500;line-height:120%}.home_tip_text{color:var(--black);font-family:var(--font-family);margin-bottom:10px;font-size:16px;font-weight:400;line-height:120%}.home_tip_link{align-self:flex-end;width:36px;height:36px;margin-top:auto;display:block}.home_tip_arrow{object-fit:contain;width:100%;height:100%;display:block}.footer{padding-bottom:10px;display:block}.footer_wrapper{background:var(--light-blue);border-radius:60px;padding:40px}.footer_top{grid-template-columns:minmax(300px,1fr) 240px 240px 260px;gap:40px;padding-bottom:52px;display:grid}.footer_logo{width:410px;height:84px;display:block}.footer_logo img{object-fit:contain;object-position:left top;width:100%;height:100%;display:block}.footer_nav{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer_link{color:var(--black);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:1;transition:color .3s}.footer_link:hover{color:var(--deep-blue)}.footer_contacts{flex-direction:column;align-items:flex-start;display:flex}.footer_contact{color:var(--black);font-family:var(--font-family);align-items:center;gap:10px;margin-bottom:15px;font-size:18px;font-weight:400;line-height:120%;display:flex}.footer_contact img{object-fit:contain;flex:none;width:36px;height:36px;display:block}.footer_socials{flex-wrap:wrap;gap:10px;margin-top:auto;display:flex}.footer_social{color:var(--black);font-family:var(--font-family);align-items:center;gap:5px;font-size:16px;font-weight:400;line-height:120%;display:flex}.footer_social:last-child span{border:none}.footer_social img{object-fit:contain;flex:none;width:28px;height:28px;display:block}.footer_social span{border-right:1px solid #f6f8fd;padding:0 10px 0 0}.footer_bottom{border-top:1px solid #f6f8fd;justify-content:space-between;align-items:flex-end;gap:30px;padding-top:20px;display:flex}.footer_legal{flex-wrap:wrap;align-items:center;gap:14px 30px;display:flex}.footer_legal,.footer_legal a,.footer_developer{color:#f6f8fd;font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.footer_developer{flex:none;align-items:center;gap:10px;display:flex}.footer_developer img{object-fit:contain;width:54px;height:19px;display:block}.catalog_page{min-height:100vh}.breadcrumbs_block{margin-bottom:45px;padding-top:85px}.breadcrumbs{color:var(--silver-gray);font-family:var(--font-family);flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;font-weight:400;line-height:120%;display:flex}.breadcrumbs a,.breadcrumbs span{color:inherit}.breadcrumbs_item{align-items:center;gap:6px;display:inline-flex}.catalog_heading_block{margin-bottom:24px}.catalog_heading_wrapper{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.catalog_heading{color:var(--black);font-family:var(--font-family);font-size:52px;font-weight:500;line-height:1}.catalog_count{color:var(--silver-gray);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:1}.catalog_content{margin-bottom:20px}.catalog_content_wrapper{align-items:flex-start;gap:20px;display:flex}.catalog_filter_column{background:var(--cold-white);border-radius:40px;flex:0 0 400px;min-height:520px;padding:20px}.catalog_products_column{border-radius:40px;flex:auto;min-width:0;min-height:780px}.catalog_products_top{background:var(--white);background:var(--cold-white);border-radius:60px;justify-content:space-between;align-items:center;gap:20px;min-height:42px;margin-bottom:8px;padding:11px 10px;display:flex}.catalog_sort{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.catalog_sort_button,.catalog_per_page,.catalog_per_page_button{font-family:var(--font-family);color:var(--silver-gray);font-size:16px;font-weight:400;line-height:120%}.catalog_sort_button{transition:color .25s}.catalog_sort_button:hover,.catalog_sort_button_active{color:var(--black)}.catalog_per_page{flex:none;align-items:center;gap:10px;display:flex}.catalog_per_page_buttons{align-items:center;gap:8px;display:flex}.catalog_per_page_button{background:var(--white);color:var(--silver-gray);min-width:30px;height:23px;font-family:var(--font-family);border-radius:60px;justify-content:center;align-items:center;padding:1px 6px 0;font-size:16px;font-weight:400;line-height:1;transition:background .25s,color .25s,min-width .25s;display:inline-flex}.catalog_per_page_button_active{background:var(--deep-blue);color:var(--white)}.catalog_filter{flex-direction:column;display:flex}.catalog_filter_title{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:32px;font-weight:500;line-height:120%}.catalog_filter_try_on{background:var(--white);color:var(--black);cursor:pointer;font-family:var(--font-family);border-radius:60px;justify-content:space-between;align-items:center;min-height:42px;margin-bottom:10px;padding:5px 10px;font-size:18px;font-weight:400;line-height:120%;display:flex}.catalog_filter_try_on input{opacity:0;pointer-events:none;position:absolute}.catalog_filter_switch{background:var(--pale-lavender);border-radius:60px;flex:none;width:38px;height:20px;transition:background .25s;position:relative}.catalog_filter_switch:before{content:"";background:#fcfdff;border-radius:50%;width:16px;height:16px;transition:transform .25s;position:absolute;top:2px;left:2px}.catalog_filter_try_on input:checked+.catalog_filter_switch{background:var(--deep-blue)}.catalog_filter_try_on input:checked+.catalog_filter_switch:before{transform:translate(18px)}.catalog_filter_group{background:var(--white);border-radius:40px;margin-bottom:10px;padding:20px 10px}.catalog_filter_group_header{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;padding:0 10px 0 0;display:flex}.catalog_filter_group_open .catalog_filter_group_header{margin-bottom:10px}.catalog_filter_group_header h3{color:var(--black);font-family:var(--font-family);font-size:18px;font-weight:500;line-height:120%}.catalog_filter_group_content{opacity:1;max-height:280px;transition:max-height .35s,opacity .25s,transform .35s;overflow:hidden;transform:translateY(0)}.catalog_filter_group_content_closed{opacity:0;pointer-events:none;transform:translateY(-6px);max-height:0!important}.catalog_filter_chevron{border-right:2px solid var(--silver-gray);border-top:2px solid var(--silver-gray);flex:none;width:12px;height:12px;display:block;transform:rotate(-45deg)}.catalog_filter_chevron_down{transform:rotate(135deg)}.catalog_filter_price_row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.catalog_filter_price{border:1px solid var(--pale-lavender);color:var(--black);font-family:var(--font-family);border-radius:60px;align-items:center;gap:8px;min-height:42px;padding:0 10px;font-size:18px;font-weight:400;line-height:120%;display:flex}.catalog_filter_price span:first-child{color:var(--silver-gray);font-family:var(--font-family);text-align:right;font-size:14px;font-weight:400;line-height:120%}.catalog_filter_price input{color:var(--black);font:inherit;text-align:center;background:0 0;border:none;flex:auto;width:100%;min-width:0;height:100%;line-height:1}.catalog_filter_price span:last-child{color:var(--silver-gray);font-family:var(--font-family);text-align:right;font-size:14px;font-weight:400;line-height:120%}.catalog_filter_options{flex-direction:column;gap:9px;display:flex}.catalog_filter_checkbox{color:var(--black);cursor:pointer;font-family:var(--font-family);align-items:center;gap:10px;font-size:16px;font-weight:400;line-height:1;display:flex}.catalog_filter_checkbox input{opacity:0;pointer-events:none;position:absolute}.catalog_filter_checkbox>span{border:1.5px solid var(--silver-gray);border-radius:6px;flex:none;width:22px;height:22px;position:relative}.catalog_filter_checkbox>span:after{content:"";opacity:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14.7803 8.78033C15.0732 8.48744 15.0732 8.01256 14.7803 7.71967C14.4874 7.42678 14.0126 7.42678 13.7197 7.71967L9.25 12.1893L7.78033 10.7197C7.48744 10.4268 7.01256 10.4268 6.71967 10.7197C6.42678 11.0126 6.42678 11.4874 6.71967 11.7803L8.71967 13.7803C9.01256 14.0732 9.48744 14.0732 9.78033 13.7803L14.7803 8.78033Z' fill='%23888D9C'/%3E%3C/svg%3E") 50%/contain no-repeat;width:30px;height:30px;position:absolute;inset:-4px 0 0 -4px}.catalog_filter_checkbox input:checked+span{border-color:var(--silver-gray);background:0 0}.catalog_filter_checkbox input:checked+span:after{opacity:1}.catalog_filter_colors{flex-wrap:wrap;gap:6px;padding-top:5px;padding-bottom:5px;display:flex}.catalog_filter_color{border-radius:50%;flex:none;width:32px;height:32px;transition:transform .25s;position:relative}.catalog_filter_color:after{content:"";opacity:0;border:2px solid #fff;border-radius:50%;transition:opacity .25s;position:absolute;inset:3px}.catalog_filter_color:hover,.catalog_filter_color_active{transform:translateY(-1px)}.catalog_filter_color_active:after{opacity:1}.catalog_filter_show_more{color:var(--deep-blue);font-family:var(--font-family);text-underline-offset:3px;margin-top:4px;font-size:14px;font-weight:400;line-height:1;text-decoration:underline}.catalog_filter_actions{flex-direction:column;gap:14px;margin-top:20px;display:flex}.catalog_filter_submit{background:var(--deep-blue);color:var(--white);font-family:var(--font-family);border-radius:60px;justify-content:center;align-items:center;min-height:49px;font-size:18px;font-weight:400;line-height:120%;transition:background .3s ease-out;display:flex}.catalog_filter_submit:hover{background:var(--action-blue)}.catalog_filter_reset{color:var(--silver-gray);font-family:var(--font-family);border-radius:60px;min-height:49px;font-size:18px;font-weight:400;line-height:120%;transition:background .3s ease-out}.catalog_filter_reset:hover{background:var(--white)}.catalog_filter_colors,.catalog_filter_group_header,.catalog_filter_group{transition:all .3s ease-out}.catalog_filter_group:has(.catalog_filter_group_content_closed){padding:10px}.catalog_filter_group:has(.catalog_filter_group_content_closed) .catalog_filter_colors{padding-top:0;padding-bottom:0}.catalog_filter_group:has(.catalog_filter_group_content_closed) .catalog_filter_group_header{margin-bottom:0}.wrapper_box{background:linear-gradient(#dfe4f8 0%,#f1f3fc 100%);border-radius:60px;padding:20px 20px 0}.catalog_products_grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.catalog_product_card{background:var(--white);border:1px solid #0000;border-radius:40px;flex-direction:column;height:auto;padding:0 0 10px;transition:all .3s ease-out;display:flex;overflow:hidden}.catalog_product_card:hover{border-color:#2f7af0}.catalog_product_card .catalog_product_body{padding:12px 10px 0}.catalog_product_photo{border-radius:32px;flex:auto;width:100%;height:300px;display:block;position:relative;overflow:hidden}.catalog_product_image{object-fit:contain;object-position:center}.catalog_product_try_on{background:var(--black);width:28px;height:28px;-webkit-mask:url(/assets/icons/primerka.svg) 50%/contain no-repeat;mask:url(/assets/icons/primerka.svg) 50%/contain no-repeat}.catalog_product_label{background:var(--green);color:var(--white);font-family:var(--font-family);border-radius:60px;justify-content:center;align-items:center;min-width:58px;min-height:32px;margin-left:auto;padding:0 15px;font-size:14px;font-weight:400;line-height:1;display:inline-flex}.catalog_product_body{flex-direction:column;flex:none;padding-top:10px;display:flex}.catalog_product_title{color:var(--black);font-family:var(--font-family);text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;font-size:20px;font-weight:400;line-height:120%;overflow:hidden}.catalog_product_title a{color:inherit}.catalog_product_meta{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.catalog_product_prices{align-items:center;gap:10px;min-width:0;display:flex}.catalog_product_price{color:var(--black);font-family:var(--font-family);white-space:nowrap;font-size:16px;font-weight:400;line-height:1}.catalog_product_old_price{color:var(--silver-gray);font-family:var(--font-family);white-space:nowrap;font-size:14px;font-weight:400;line-height:1;text-decoration:line-through}.catalog_product_bonus{color:var(--deep-blue);font-family:var(--font-family);flex:none;align-items:center;gap:3px;font-size:14px;font-weight:400;line-height:1;display:flex}.catalog_product_actions{align-items:center;gap:10px;display:flex}.catalog_product_cart{background:var(--deep-blue);color:var(--white);font-family:var(--font-family);border-radius:60px;flex:auto;justify-content:center;align-items:center;min-height:39px;font-size:16px;font-weight:400;line-height:1;transition:background .25s;display:flex}.catalog_product_cart:hover{background:var(--action-blue)}.catalog_product_favorite{flex:none;width:39px;height:39px;position:relative}.catalog_product_favorite:before,.catalog_product_favorite:after{content:"";opacity:0;transition:opacity .3s;position:absolute;inset:0}.catalog_product_favorite:before{background:#1436b4;-webkit-mask:url(/assets/icons/favorites_btn.svg) 50%/contain no-repeat;mask:url(/assets/icons/favorites_btn.svg) 50%/contain no-repeat}.catalog_product_favorite:after{background:var(--white);-webkit-mask:url(/assets/icons/favorites_heart.svg) 50%/contain no-repeat;mask:url(/assets/icons/favorites_heart.svg) 50%/contain no-repeat}.catalog_product_favorite img{object-fit:contain;width:100%;height:100%;transition:opacity .3s;display:block}.catalog_product_favorite:hover:before{opacity:1}.catalog_product_favorite:hover img{opacity:0}.catalog_product_favorite_active:before{opacity:1;border-radius:50%;-webkit-mask:none;mask:none}.catalog_product_favorite_active:after{opacity:1}.catalog_product_favorite_active img{opacity:0}.catalog_products_bottom{flex-direction:column;align-items:center;gap:20px;padding:20px 0;display:flex}.catalog_products_more{background:var(--white);color:var(--deep-blue);font-family:var(--font-family);border-radius:60px;justify-content:center;align-items:center;min-width:184px;min-height:49px;padding:0 30px;font-size:16px;font-weight:400;line-height:1;display:inline-flex}.catalog_pagination{color:var(--silver-gray);font-family:var(--font-family);align-items:center;gap:10px;font-size:14px;font-weight:400;line-height:1;display:flex}.catalog_pagination_button{color:var(--silver-gray);min-width:19px;height:24px;font-family:var(--font-family);background:var(--white);border-radius:20px;justify-content:center;align-items:center;padding:0 5px;font-size:16px;font-weight:400;line-height:normal;display:flex}.catalog_pagination_button_active{background:var(--deep-blue);color:var(--white)}.product_page{min-height:100vh}.product_detail_block{margin-bottom:20px}.product_detail_block_wrapper{background:linear-gradient(270deg,#f1f3fc 0%,#dfe4f8 100%);border-radius:0 0 60px 60px;padding:0 20px 40px}.product_detail_wrapper{gap:20px;display:flex}.product_gallery{flex:0 940px;width:100%;min-width:0;max-width:940px;position:relative}.product_gallery_main{border-radius:40px;width:100%;height:414px;margin-bottom:10px;overflow:hidden}.product_gallery_main_slide{background:var(--white);border-radius:40px;position:relative;overflow:hidden}.product_gallery_link{background:#fff;width:100%;height:100%;display:block;position:relative}.product_gallery_image{object-fit:contain;object-position:center}.product_gallery_try_on{background:var(--pale-lavender);color:var(--slate-gray);font-family:var(--font-family);z-index:2;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:400;line-height:120%;display:inline-flex;position:absolute;top:14px;left:14px}.product_gallery_try_on span{background:currentColor;width:24px;height:24px;display:block;-webkit-mask:url(/assets/icons/prosmotr_detail.svg) 50%/contain no-repeat;mask:url(/assets/icons/prosmotr_detail.svg) 50%/contain no-repeat}.product_try_on_overlay{opacity:0;pointer-events:none;z-index:60;background:#02050e3d;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:flex;position:fixed;inset:0}.product_try_on_overlay_open{opacity:1;pointer-events:auto}.product_try_on_modal{background:var(--white);border-radius:20px;width:100%;max-width:900px;height:min(800px,90vh);transition:transform .35s;position:relative;overflow:hidden;transform:translateY(36px)scale(.97)}.product_try_on_overlay_open .product_try_on_modal{transform:translateY(0)scale(1)}.product_try_on_close{background:var(--white);color:var(--black);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:12px;right:12px}.product_try_on_iframe{border:0;width:100%;height:100%}.product_gallery_thumbs{width:100%}.product_gallery_thumb_slide{height:100px}.product_gallery_thumb{background:var(--white);border:2px solid #0000;border-radius:20px;width:100%;height:100px;transition:border-color .25s;display:block;position:relative;overflow:hidden}.product_gallery_thumb_image{object-fit:contain;object-position:center}.product_gallery_thumbs .swiper-slide-thumb-active .product_gallery_thumb{border-color:var(--deep-blue)}.product_info{flex-direction:column;flex:auto;min-width:0;padding-top:26px;display:flex}.product_info_top{color:var(--silver-gray);font-family:var(--font-family);justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px;font-weight:400;line-height:120%;display:flex}.product_title{color:var(--black);font-family:var(--font-family);margin-bottom:30px;font-size:52px;font-weight:500;line-height:120%}.product_price_row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:12px;display:flex}.product_price_box{align-items:center;gap:12px;min-width:0;display:flex}.product_price{color:#000;font-family:var(--font-family);white-space:nowrap;font-size:40px;font-weight:500;line-height:120%}.product_sale_price{color:#c7c3c3;font-family:var(--font-family);white-space:nowrap;font-size:18px;font-weight:400;line-height:120%;text-decoration:line-through}.product_availability{color:var(--action-blue);font-family:var(--font-family);flex:none;font-size:16px;font-weight:400;line-height:120%}.product_bonus{color:var(--deep-blue);font-family:var(--font-family);margin-bottom:60px;font-size:16px;font-weight:400;line-height:120%;display:block}.product_colors{margin-bottom:15px}.product_colors_title{color:var(--slate-gray);font-family:var(--font-family);margin-bottom:10px;font-size:16px;font-weight:400;line-height:120%;display:block}.product_colors_list{flex-wrap:wrap;gap:5px;display:flex}.product_color{border:1px solid #02050e29;border-radius:50%;width:36px;height:36px;transition:border-color .25s,transform .25s}.product_color:hover{border-color:var(--deep-blue);transform:translateY(-1px)}.product_actions{align-items:center;gap:10px;max-width:690px;margin-bottom:10px;display:flex}.product_cart_button{background:var(--deep-blue);color:var(--white);font-family:var(--font-family);border-radius:60px;flex:auto;justify-content:center;align-items:center;height:49px;padding:15px 40px;font-size:16px;font-weight:400;line-height:120%;transition:background .25s;display:flex}.product_cart_button:hover{background:var(--action-blue)}.product_favorite_button{flex:none;width:54px;height:54px;position:relative;overflow:hidden}.product_favorite_button:before,.product_favorite_button:after{content:"";opacity:0;transition:opacity .3s;position:absolute;inset:0}.product_favorite_button:before{background:#1436b4;-webkit-mask:url(/assets/icons/favorites_btn.svg) 50%/contain no-repeat;mask:url(/assets/icons/favorites_btn.svg) 50%/contain no-repeat}.product_favorite_button:after{background:var(--white);-webkit-mask:url(/assets/icons/favorites_heart.svg) 50%/contain no-repeat;mask:url(/assets/icons/favorites_heart.svg) 50%/contain no-repeat}.product_favorite_button img{object-fit:contain;width:100%;height:100%;transition:opacity .3s;display:block}.product_favorite_button:hover:before{opacity:1}.product_favorite_button:hover img{opacity:0}.product_favorite_button_active:before{background:var(--deep-blue);opacity:1;border-radius:50%;-webkit-mask:none;mask:none}.product_favorite_button_active:after{opacity:1}.product_favorite_button_active img{opacity:0}.product_lenses_button{background:var(--white);color:var(--deep-blue);font-family:var(--font-family);border-radius:60px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:653px;height:54px;padding:15px 40px;font-size:16px;font-weight:400;line-height:120%;transition:background .25s,color .25s;display:flex}.product_lenses_button:hover{background:var(--pale-lavender)}.product_lenses_button svg{flex:none}.product_characteristics{margin-bottom:20px}.product_characteristics_wrapper{background:var(--cold-white);border-radius:60px;padding:40px 20px}.product_characteristics_content{gap:20px;display:flex}.product_characteristics_left{flex:auto;min-width:0;max-width:1060px}.product_section_title{color:#000;font-family:var(--font-family);margin-bottom:20px;font-size:24px;font-weight:500;line-height:120%}.product_characteristics_columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.product_characteristics_column{flex-direction:column;gap:5px;display:flex}.product_characteristics_more{margin-top:20px;display:none}.product_characteristic{background:var(--white);border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:20px;min-height:32px;padding:5px 10px;display:grid}.product_characteristic_name{color:var(--silver-gray);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%}.product_characteristic_value{color:var(--black);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%}.product_sizes{flex:0 540px;width:100%;min-width:0;max-width:540px}.product_sizes_list{flex-direction:column;gap:5px;display:flex}.product_size_item{background:var(--white);border-radius:40px;align-items:center;min-height:66px;padding:10px 20px;display:flex}.product_size_icon{object-fit:contain;flex:none;width:108px;height:43px;margin-right:20px;display:block}.product_size_text{flex-direction:column;min-width:0;display:flex}.product_size_label{color:var(--silver-gray);font-family:var(--font-family);margin-bottom:5px;font-size:16px;font-weight:400;line-height:120%}.product_size_value{color:var(--black);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%}.product_triggers{margin-bottom:20px}.product_triggers_wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product_trigger{background:linear-gradient(270deg,#9abdfd 0%,#2f7af0 100%);border-radius:40px;align-items:flex-start;min-height:151px;padding:30px;display:flex}.product_trigger_icon{object-fit:contain;flex:none;width:40px;height:40px;margin-right:20px;display:block}.product_trigger_content{min-width:0}.product_trigger_title{color:var(--white);font-family:var(--font-family);margin-bottom:10px;font-size:20px;font-weight:500;line-height:120%}.product_trigger_text{color:var(--white);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:120%}.product_people{margin-bottom:40px}.product_people_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;padding:60px 20px;overflow:hidden}.product_people_title{color:var(--black);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:40px;font-weight:500;line-height:120%}.product_people_slider{width:100%;overflow:visible}.product_people_slide{height:422px;width:calc(25% - 7.5px)!important}.product_people_link{border-radius:40px;width:100%;height:422px;display:block;position:relative;overflow:hidden}.product_people_image{object-fit:cover;object-position:center;transition:transform .35s}.product_people_link:hover .product_people_image{transform:scale(1.03)}.product_cards_section{margin-bottom:20px;overflow:hidden}.product_cards_section_recently-viewed .product_cards_wrapper{background:linear-gradient(#fff 0%,#dfe4f8 100%)}.product_cards_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;padding:60px 0 0;overflow:hidden}.product_cards_title{color:var(--black);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:40px;font-weight:500;line-height:120%}.product_cards_slider{-webkit-user-select:none;user-select:none;min-height:510px;overflow:visible}.product_cards_slider .swiper-wrapper{padding:15px 0}.product_cards_slide{height:auto}.product_online_guide{margin-bottom:20px;padding-bottom:0}.select_lenses_page{min-height:100vh}.select_lenses{padding-top:96px}.select_lenses_stepper{width:100%;max-width:1150px;margin:0 auto 20px}.select_lenses_stepper_list{justify-content:center;align-items:center;margin:0;padding:0;list-style:none;display:flex}.select_lenses_stepper_item{flex:none;align-items:center;display:flex}.select_lenses_stepper_button{color:var(--silver-gray);cursor:pointer;font-family:var(--font-family);background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:18px;font-weight:400;line-height:120%;transition:color .25s;display:inline-flex}.select_lenses_stepper_icon{background:var(--cold-white);border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;transition:background .25s;display:flex}.select_lenses_stepper_icon img{object-fit:contain;width:40px;height:40px;transition:filter .25s;display:block}.select_lenses_stepper_button_active,.select_lenses_stepper_button:hover{color:var(--black)}.select_lenses_stepper_button[aria-disabled=true]{cursor:default}.select_lenses_stepper_button[aria-disabled=true]:hover{color:var(--silver-gray)}.select_lenses_stepper_button:hover .select_lenses_stepper_icon{background:#1436b4}.select_lenses_stepper_button[aria-disabled=true]:hover .select_lenses_stepper_icon{background:var(--cold-white)}.select_lenses_stepper_button:hover .select_lenses_stepper_icon img{filter:brightness(0)invert()}.select_lenses_stepper_button[aria-disabled=true]:hover .select_lenses_stepper_icon img{filter:none}.select_lenses_stepper_button_active .select_lenses_stepper_icon{background:#1436b4}.select_lenses_stepper_button_active .select_lenses_stepper_icon img{filter:brightness(0)invert()}.select_lenses_stepper_divider{background:var(--silver-gray);border:1px solid var(--silver-gray);width:28px;height:0;margin:0 20px;display:block}.select_lenses_purpose{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.select_lenses_product{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;flex-direction:column;height:max-content;min-height:815px;padding:60px 20px;display:flex}.select_lenses_back{color:var(--silver-gray);font-family:var(--font-family);align-items:center;gap:5px;width:fit-content;margin:0 0 40px;font-size:14px;font-weight:400;line-height:120%;display:inline-flex}.select_lenses_back svg{flex:none;width:24px;height:24px}.select_lenses_product_image{background:var(--white);background:#fff;border-radius:40px;width:100%;height:408px;margin-bottom:20px;position:relative;overflow:hidden}.select_lenses_product_image img{object-fit:contain}.select_lenses_product_title{color:var(--black);font-family:var(--font-family);margin-bottom:10px;font-size:32px;font-weight:500;line-height:120%}.select_lenses_product_text{color:var(--black);font-family:var(--font-family);max-width:720px;font-size:16px;font-weight:400;line-height:120%}.select_lenses_product_price{align-items:baseline;gap:10px;margin-top:auto;padding-top:35px;display:flex}.select_lenses_product_price_label{color:var(--black);font-family:var(--font-family);margin-right:auto;font-size:20px;font-weight:500;line-height:120%}.select_lenses_product_price_current{color:var(--black);font-family:var(--font-family);white-space:nowrap;font-size:32px;font-weight:400;line-height:120%}.select_lenses_product_price_old{color:var(--silver-gray);font-family:var(--font-family);white-space:nowrap;font-size:20px;font-weight:400;line-height:120%;text-decoration:line-through}.select_lenses_options{flex-direction:column;gap:10px;display:flex}.select_lenses_option{background:var(--cold-white);text-align:left;border-radius:40px;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;min-height:90px;padding:20px;transition:background .25s,transform .25s;display:flex}.select_lenses_option:hover{background:var(--pale-lavender);transform:translateY(-2px)}.select_lenses_option:disabled{cursor:default;opacity:.45}.select_lenses_option:disabled:hover{background:var(--cold-white);transform:none}.select_lenses_option_content{flex-direction:column;min-width:0;display:flex}.select_lenses_option_title{color:var(--black);font-family:var(--font-family);margin-bottom:10px;font-size:20px;font-weight:500;line-height:120%}.select_lenses_option_text{color:var(--silver-gray);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.select_lenses_option_meta{flex-direction:column;flex:none;align-items:flex-end;gap:5px;display:flex}.select_lenses_option_meta span{background:var(--white);color:var(--black);font-family:var(--font-family);white-space:nowrap;text-align:center;border-radius:20px;width:100%;padding:5px 10px;font-size:14px;font-weight:400;line-height:120%}.select_lenses_recipe{flex-direction:column;display:flex}.select_lenses_recipe_header{margin-bottom:40px}.select_lenses_recipe_header h2{color:var(--black);font-family:var(--font-family);margin-bottom:10px;font-size:20px;font-weight:500;line-height:120%}.select_lenses_recipe_header p{color:var(--silver-gray);font-family:var(--font-family);max-width:610px;font-size:14px;font-weight:400;line-height:120%}.select_lenses_recipe_table{background:var(--pale-lavender);border-radius:40px;grid-template-columns:minmax(150px,1fr) repeat(3,minmax(120px,1fr));margin-bottom:40px;display:grid;position:relative;overflow:visible}.select_lenses_recipe_row_group{display:contents}.select_lenses_recipe_cell{border-bottom:1px solid var(--white);border-right:1px solid var(--white);justify-content:center;align-items:center;min-height:65px;padding:12px 16px;display:flex}.select_lenses_recipe_cell:nth-child(4),.select_lenses_recipe_row_group .select_lenses_recipe_cell:last-child{border-right:0}.select_lenses_recipe_corner{border-top-left-radius:40px}.select_lenses_recipe_row_group:last-child .select_lenses_recipe_cell{border-bottom:0}.select_lenses_recipe_row_group:last-child .select_lenses_recipe_side{border-bottom-left-radius:40px}.select_lenses_recipe_row_group:last-child .select_lenses_recipe_cell:last-child{border-bottom-right-radius:40px}.select_lenses_recipe_corner,.select_lenses_recipe_head,.select_lenses_recipe_side{background:#dfe4f89e}.select_lenses_recipe_head,.select_lenses_recipe_side{color:var(--black);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:120%}.select_lenses_recipe_select{color:var(--silver-gray);background:#fcfdfe47;padding:0}.select_lenses_recipe_control,.select_lenses_pd_control{width:100%}.select_lenses_recipe_control__control,.select_lenses_pd_control__control{box-shadow:none!important;cursor:pointer!important;font-family:var(--font-family)!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;min-height:65px!important;font-size:14px!important;font-weight:400!important}.select_lenses_recipe_control__value-container,.select_lenses_pd_control__value-container{justify-content:center;flex:none!important;padding:0!important}.select_lenses_recipe_control__placeholder,.select_lenses_recipe_control__single-value,.select_lenses_pd_control__placeholder,.select_lenses_pd_control__single-value{color:var(--silver-gray);font-family:var(--font-family);margin:0!important;font-size:14px!important;font-weight:400!important;line-height:120%!important;position:static!important;transform:none!important}.select_lenses_recipe_control__single-value,.select_lenses_pd_control__single-value{color:var(--black)}.select_lenses_recipe_control__indicator-separator,.select_lenses_pd_control__indicator-separator{display:none}.select_lenses_recipe_control__indicators,.select_lenses_pd_control__indicators{flex:none;margin-left:8px;padding:0}.select_lenses_recipe_control__dropdown-indicator,.select_lenses_pd_control__dropdown-indicator{color:var(--silver-gray)!important;padding:0!important}.select_lenses_recipe_control__menu,.select_lenses_pd_control__menu{overflow:hidden;z-index:20!important;border-radius:20px!important;box-shadow:0 14px 40px #02050e1f!important}.select_lenses_recipe_control__option,.select_lenses_pd_control__option{font-family:var(--font-family);color:var(--black)!important;cursor:pointer!important;font-size:14px!important;line-height:120%!important}.select_lenses_recipe_control__option--is-focused,.select_lenses_recipe_control__option--is-selected,.select_lenses_pd_control__option--is-focused,.select_lenses_pd_control__option--is-selected{background:var(--pale-lavender)!important}.select_lenses_recipe_select svg,.select_lenses_pd_select svg{color:var(--silver-gray);flex:none;width:24px;height:24px}.select_lenses_recipe_checkbox.catalog_filter_checkbox{color:var(--black);font-family:var(--font-family);width:fit-content;margin-bottom:10px;font-size:16px;font-weight:400;line-height:120%}.select_lenses_pd_select{background:var(--cold-white);border-radius:40px;grid-template-columns:1fr 1fr;width:100%;max-width:410px;min-height:65px;margin-bottom:40px;display:grid;overflow:hidden}.select_lenses_pd_select>span{color:var(--black);font-family:var(--font-family);justify-content:center;align-items:center;padding:12px 16px;font-size:16px;font-weight:400;line-height:120%;display:flex}.select_lenses_pd_select>span:first-child{background:var(--pale-lavender)}.select_lenses_pd_control{align-self:stretch;min-width:0;display:flex}.select_lenses_pd_control__control{flex:auto}.select_lenses_pd_select_double{background:var(--cold-white);grid-template-columns:repeat(2,minmax(0,1fr))}.select_lenses_pd_field{flex-direction:column;min-width:0;padding:12px 16px;display:flex}.select_lenses_pd_field:first-child{background:var(--pale-lavender)}.select_lenses_pd_field>span{color:var(--silver-gray);font-family:var(--font-family);margin-bottom:4px;font-size:14px;font-weight:400;line-height:120%}.select_lenses_pd_field .select_lenses_pd_control__control{min-height:24px!important}.select_lenses_pd_field .select_lenses_pd_control__value-container{justify-content:flex-start}.select_lenses_recipe_buttons{align-items:center;gap:10px;margin-bottom:20px;display:flex}.select_lenses_recipe_apply.button{min-width:247px}.select_lenses_recipe_clear{color:var(--silver-gray);font-family:var(--font-family);justify-content:center;align-items:center;min-width:150px;min-height:49px;padding:0 24px;font-size:16px;font-weight:400;line-height:120%;transition:all .3s ease-out;display:inline-flex}.select_lenses_recipe_clear:hover{background:#dfe4f8;border-radius:60px}.select_lenses_recipe_skip{color:var(--deep-blue);font-family:var(--font-family);text-align:center;width:100%;max-width:410px;margin:0 0 60px;font-size:16px;font-weight:400;line-height:120%}.select_lenses_recipe_actions{flex-direction:column;gap:10px;margin-top:auto;display:flex}.select_lenses_recipe_action{background:var(--cold-white);text-align:left;border-radius:40px;flex-direction:column;align-items:flex-start;width:100%;min-height:89px;padding:20px;transition:background .25s,transform .25s;display:flex}.select_lenses_recipe_action:hover{background:var(--pale-lavender);transform:translateY(-2px)}.select_lenses_recipe_action span{color:var(--black);font-family:var(--font-family);margin-bottom:10px;font-size:20px;font-weight:500;line-height:120%}.select_lenses_recipe_action small{color:var(--silver-gray);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.select_lenses_lens_detail{flex-direction:column;gap:20px;display:flex}.select_lenses_lens_detail_back{color:var(--silver-gray);font-family:var(--font-family);align-items:center;gap:5px;width:fit-content;margin:0 0 20px;font-size:14px;font-weight:400;line-height:120%;display:inline-flex}.select_lenses_lens_detail_back svg{flex:none;width:24px;height:24px}.select_lenses_lens_group{background:var(--cold-white);border-radius:40px;padding:20px}.select_lenses_lens_group_header{margin-bottom:10px}.select_lenses_lens_group_header h2{font-family:var(--font-family);color:var(--black);margin-bottom:5px;font-size:24px;font-weight:500;line-height:120%}.select_lenses_lens_group_header p{font-family:var(--font-family);color:var(--black);margin-bottom:10px;font-size:14px;font-weight:400;line-height:120%}.select_lenses_lens_group_items{flex-direction:column;gap:10px;display:flex}.select_lenses_lens_card{background:var(--white);text-align:left;border-radius:40px;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:90px;padding:20px;transition:background .25s,transform .25s;display:flex}.select_lenses_lens_card:hover{background:#f8faff}.select_lenses_lens_card_content{flex-direction:column;min-width:0;display:flex}.select_lenses_lens_card_title{font-family:var(--font-family);color:var(--black);margin-bottom:10px;font-size:20px;font-weight:500;line-height:120%}.select_lenses_lens_swatches{flex-wrap:wrap;gap:10px;display:flex}.select_lenses_lens_swatch{border-bottom:1px solid #0000;flex:none;width:36px;height:36px;padding:0;transition:border-color .25s,transform .25s;display:block}.select_lenses_lens_swatch:hover,.select_lenses_lens_swatch_active{border-color:#2177fe;transform:translateY(-1px)}.select_lenses_lens_swatch:disabled{cursor:default;opacity:.35}.select_lenses_lens_swatch:disabled:hover{border-color:#0000;transform:none}.select_lenses_lens_swatch img{object-fit:contain;width:100%;height:100%;display:block}.select_lenses_brand,.select_lenses_design,.select_lenses_thickness{flex-direction:column;display:flex}header.select_lenses_brand_header,header.select_lenses_design_header,header.select_lenses_thickness_header{margin-bottom:20px}header.select_lenses_brand_header h2,header.select_lenses_design_header h2,header.select_lenses_thickness_header h2{font-family:var(--font-family);color:var(--black);font-size:24px;font-weight:500;line-height:120%}header.select_lenses_brand_header p,header.select_lenses_design_header p,header.select_lenses_thickness_header p{font-family:var(--font-family);color:var(--black);font-size:14px;font-weight:400;line-height:120%}.select_lenses_brand_options{gap:10px}.select_lenses_brand_option{background:var(--cold-white);text-align:left;border-radius:40px;justify-content:space-between;align-items:center;gap:30px;width:100%;min-height:99px;padding:20px;transition:background .25s,transform .25s;display:flex}.select_lenses_brand_option:hover{background:var(--pale-lavender);transform:translateY(-2px)}.select_lenses_brand_option:disabled{cursor:default;opacity:.45}.select_lenses_brand_option:disabled:hover{background:var(--cold-white);transform:none}.select_lenses_brand_logo{flex:auto;align-items:center;min-width:0;display:flex}.select_lenses_brand_logo img{width:100%;max-width:168px;height:auto;display:block}.select_lenses_finish{flex-direction:column;display:flex}header.select_lenses_finish_header{margin-bottom:20px}header.select_lenses_finish_header h2{font-family:var(--font-family);color:var(--black);font-size:24px;font-weight:500;line-height:120%}.select_lenses_finish_cards{flex-direction:column;gap:10px;display:flex}.select_lenses_finish_card{background:var(--cold-white);border-radius:40px;grid-template-columns:minmax(0,347px) minmax(0,354px);justify-content:space-between;align-items:flex-start;gap:30px;padding:20px;display:grid}.select_lenses_finish_card_content{flex-direction:column;min-width:0;display:flex}.select_lenses_finish_card_content h3{color:#000;font-family:var(--font-family);margin-bottom:28px;font-size:24px;font-weight:500;line-height:120%}.select_lenses_finish_card_content p{color:#000;font-family:var(--font-family);max-width:410px;margin-bottom:36px;font-size:16px;font-weight:400;line-height:120%}.select_lenses_finish_price{align-items:baseline;gap:10px;margin-bottom:8px;display:flex}.select_lenses_finish_price_current{color:#000;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:120%}.select_lenses_finish_price_old{color:#c7c3c3;font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%;text-decoration:line-through}.select_lenses_finish_pair_price{color:var(--action-blue);font-family:var(--font-family);margin-bottom:24px;font-size:16px;font-weight:400;line-height:120%}.select_lenses_finish_button.button{width:100%;max-width:350px;min-height:50px}.select_lenses_finish_media{flex-direction:column;width:100%;min-width:0;display:flex}.select_lenses_finish_image{border-radius:20px;width:100%;max-width:354px;overflow:hidden}.select_lenses_finish_image img{object-fit:scale-down;border-radius:20px;width:100%;height:100%;display:block}.select_lenses_finish_status{background:var(--green);color:var(--cold-white);font-family:var(--font-family);border-radius:10px;align-self:flex-start;margin-top:10px;padding:2px 10px;font-size:14px;font-weight:400;line-height:120%}.select_lenses_finish_status_red{background:var(--red)}.select_lenses_finish_more{color:var(--silver-gray);font-family:var(--font-family);align-self:center;margin-top:24px;font-size:16px;font-weight:400;line-height:120%}.select_lenses_thickness_options{gap:10px}.select_lenses_thickness_option{background:var(--cold-white);text-align:left;border-radius:40px;grid-template-columns:minmax(0,1fr) auto 50px;align-items:center;gap:30px;width:100%;min-height:110px;padding:20px;transition:background .25s,transform .25s;display:grid}.select_lenses_thickness_option:hover{background:var(--pale-lavender);transform:translateY(-2px)}.select_lenses_thickness_option:last-child{grid-template-columns:minmax(0,1fr);min-height:89px}.select_lenses_thickness_option_plain,.select_lenses_thickness_option_plain:last-child{grid-template-columns:minmax(0,1fr) auto}.select_lenses_thickness_option:disabled{cursor:default;opacity:.45}.select_lenses_thickness_option:disabled:hover{background:var(--cold-white);transform:none}.select_lenses_thickness_option_recommended{border:2px solid var(--action-blue)}.select_lenses_thickness_recommended{background:var(--action-blue);color:var(--white);vertical-align:middle;border-radius:20px;margin-left:8px;padding:2px 10px;font-size:11px;font-style:normal;font-weight:500;display:inline-block}.select_lenses_thickness_icon{flex:none;justify-content:center;width:46px;display:flex}.select_lenses_thickness_icon img{object-fit:contain;width:46px;height:32px;display:block}@media (max-width:1250px){.select_lenses_stepper{padding-bottom:4px;overflow-x:auto}.select_lenses_stepper_list{justify-content:flex-start;min-width:max-content}.select_lenses_purpose{grid-template-columns:1fr}.select_lenses_product{min-height:auto}.select_lenses_recipe_skip{margin-bottom:40px}}@media (max-width:768px){.select_lenses{padding-top:84px}.select_lenses_product{border-radius:40px;padding:30px 12px}.select_lenses_back{margin-bottom:24px}.select_lenses_product_image{height:280px}.select_lenses_product_title{font-size:26px}.select_lenses_product_price{flex-wrap:wrap}.select_lenses_product_price_label{flex:0 0 100%}.select_lenses_option{border-radius:30px;min-height:0}.select_lenses_recipe_header{margin-bottom:24px}.select_lenses_recipe_table{grid-template-columns:minmax(70px,.8fr) repeat(3,minmax(70px,1fr));margin-bottom:24px;overflow-x:auto}.select_lenses_recipe_cell{min-height:56px;padding:10px 8px}.select_lenses_recipe_head,.select_lenses_recipe_side,.select_lenses_pd_select>span{font-size:14px}.select_lenses_recipe_buttons{flex-wrap:wrap}.select_lenses_recipe_apply.button,.select_lenses_recipe_clear{width:100%}.select_lenses_recipe_skip{margin-bottom:30px}.select_lenses_recipe_action{border-radius:30px}.select_lenses_recipe_action span,.select_lenses_option_title{font-size:18px}.select_lenses_lens_group{border-radius:30px;padding:14px}.select_lenses_lens_group_header h2{font-size:24px}.select_lenses_lens_card{border-radius:30px;flex-direction:column;align-items:flex-start}.select_lenses_finish_card{border-radius:30px;grid-template-columns:1fr}.select_lenses_finish_media{order:-1}.select_lenses_finish_button.button{max-width:none}.select_lenses_thickness_option{border-radius:30px;grid-template-columns:minmax(0,1fr);align-items:flex-start}.select_lenses_thickness_icon{justify-content:flex-start}.select_lenses_lens_card_title{font-size:20px}.select_lenses_thickness_icon,.select_lenses_option_meta{margin-left:auto}.select_lenses_lens_card{gap:10px}.select_lenses_thickness_option{flex-flow:wrap;align-items:center;gap:20px;display:flex}.select_lenses_thickness_option .select_lenses_thickness_icon{margin-left:0}.select_lenses_thickness_option .select_lenses_option_meta{order:99}}.online_primerka_page{background:var(--white);margin-bottom:20px}.online_primerka_banner{min-height:750px}.online_primerka_banner_wrapper{min-height:750px;padding-top:84px;position:relative}.online_primerka_banner_wrapper .content_banner{flex-flow:column;justify-content:space-between;max-width:1620px;min-height:582px;margin:0 auto 60px;display:flex}.online_primerka_breadcrumbs{color:var(--white);font-family:var(--font-family);flex-wrap:wrap;align-items:center;gap:4px;font-size:14px;font-weight:400;line-height:120%;display:flex}.online_primerka_breadcrumbs a{color:inherit;transition:opacity .3s ease-out}.online_primerka_breadcrumbs a:hover{opacity:.75}.online_primerka_banner_content{color:var(--white);max-width:760px;margin-top:auto;padding-left:100px}.online_primerka_banner_content h1{color:var(--white);font-family:var(--font-family);margin:0;font-size:52px;font-weight:500;line-height:120%}.online_primerka_banner_text{gap:14px;max-width:650px;margin-top:11px;display:grid}.online_primerka_banner_text p{color:var(--white);font-family:var(--font-family);margin:0;font-size:20px;font-weight:400;line-height:120%}.online_primerka_banner_actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.online_primerka_banner_actions .button{min-width:220px}.online_primerka_info{margin-top:20px}.online_primerka_info_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;padding:60px 20px}.online_primerka_info_wrapper h2{color:var(--black);font-family:var(--font-family);text-align:center;margin:0;font-size:40px;font-weight:500;line-height:120%}.online_primerka_info_cards{counter-reset:online-primerka-info;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:42px 0 0;padding:0;list-style:none;display:grid}.online_primerka_info_card{counter-increment:online-primerka-info;background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:40px 40px 0 0;flex-flow:column;min-height:540px;padding:60px 20px 0;display:flex;overflow:hidden}.online_primerka_info_card:before{color:var(--black);content:counter(online-primerka-info, decimal-leading-zero);font-family:var(--font-family);text-align:center;margin-bottom:11px;font-size:32px;font-weight:400;line-height:120%}.online_primerka_info_card p{color:var(--black);font-family:var(--font-family);text-align:center;max-width:320px;margin:0 auto;font-size:16px;font-weight:400;line-height:120%}.online_primerka_info_image{flex-grow:1;justify-content:center;align-items:flex-end;min-height:220px;margin:15px -20px 0;display:flex}.online_primerka_info_image img{object-fit:contain;object-position:bottom center;width:calc(100% - 2vw);max-width:100%;height:auto;max-height:280px;display:block}.online_primerka_fit{margin-top:20px;margin-bottom:20px}.online_primerka_fit_wrapper{background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:60px;padding:60px 20px}.online_primerka_fit_top{grid-template-columns:minmax(0,.98fr) minmax(420px,.92fr);align-items:center;gap:40px;max-width:1540px;margin:0 auto;display:grid}.online_primerka_fit_text{max-width:800px}.online_primerka_fit_text h2,.online_primerka_fit_bottom_text h2{font-family:var(--font-family);margin:0;font-size:40px;font-weight:500;line-height:120%}.online_primerka_fit_text h2{color:var(--black);max-width:790px}.online_primerka_fit_text p,.online_primerka_fit_bottom_text p{font-family:var(--font-family);margin:0;font-size:18px;font-weight:400;line-height:120%}.online_primerka_fit_text p{color:var(--black);max-width:780px}.online_primerka_fit_text p:first-of-type{margin-top:40px}.online_primerka_fit_text p+p,.online_primerka_fit_bottom_text p+p{margin-top:11px}.online_primerka_fit_image{justify-content:center;align-items:center;display:flex}.online_primerka_fit_image img{border-radius:20px;width:100%;max-width:100%;height:auto;display:block}.online_primerka_fit_bottom{background:linear-gradient(270deg,#9abdfd 0%,#2f7af0 100%);border-radius:60px;grid-template-columns:minmax(0,.94fr) minmax(0,1fr);align-items:center;gap:28px;margin-top:35px;padding:43px 40px 0;display:grid;overflow:hidden}.online_primerka_fit_bottom_image{justify-content:center;align-self:end;max-width:698px;margin-top:-14px;margin-bottom:-2px;display:flex}.online_primerka_fit_bottom_image img{border-radius:20px 20px 0 0;max-width:100%;height:auto;display:block}.online_primerka_fit_bottom_text{color:var(--white);padding-top:14px;padding-bottom:60px}.online_primerka_fit_bottom_text h2{color:var(--white);max-width:760px}.online_primerka_fit_bottom_text p{color:var(--white);max-width:780px}.online_primerka_fit_bottom_text p:first-of-type{margin-top:49px}.about_vision{margin-top:20px}.about_vision_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;grid-template-columns:minmax(0,740px) minmax(0,840px);justify-content:space-between;align-items:stretch;gap:40px;padding:0 0 0 40px;display:grid;overflow:hidden}.about_vision_content{flex-flow:column;max-width:740px;padding:60px 0;display:flex}.about_vision_content h2{color:var(--black);font-family:var(--font-family);margin:0;font-size:40px;font-weight:500;line-height:120%}.about_vision_text{gap:13px;margin-top:50px;display:grid}.about_vision_text p{color:var(--black);font-family:var(--font-family);margin:0;font-size:18px;font-weight:400;line-height:120%}.about_vision_content .button{min-width:220px;margin-top:auto}.about_vision_animation{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:840px;max-height:690px;display:grid;overflow:hidden}.about_vision_column{will-change:transform;flex-flow:column;gap:20px;display:flex}.about_vision_column_left{animation:18s ease-in-out infinite alternate about_vision_move_down;transform:translateY(-970px)}.about_vision_column_right{animation:18s ease-in-out infinite alternate about_vision_move_up;transform:translateY(0)}.about_vision_card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:60px;flex:0 0 400px;align-items:flex-end;height:400px;padding:20px;display:flex;overflow:hidden}.about_vision_card_content{-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);background:linear-gradient(270deg,#004adc33 0%,#012e8933 100%);border-radius:40px;width:100%;padding:20px}.about_vision_card_content h3{color:var(--white);font-family:var(--font-family);margin:0;font-size:20px;font-weight:500;line-height:120%}.about_vision_card_content p{color:var(--white);font-family:var(--font-family);margin:14px 0 0;font-size:14px;font-weight:400;line-height:120%}.about_vision_column_right .about_vision_card:nth-child(n+5){display:none}@keyframes about_vision_move_down{0%{transform:translateY(-970px)}to{transform:translateY(0)}}@keyframes about_vision_move_up{0%{transform:translateY(0)}to{transform:translateY(-970px)}}.about_store{margin-top:20px}.about_store_wrapper{background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:60px;padding:60px 20px}.about_store_wrapper h2{color:var(--black);font-family:var(--font-family);text-align:center;margin:0;font-size:40px;font-weight:500;line-height:120%}.about_store_cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:40px;display:grid}.about_store_card{background:linear-gradient(270deg,#9abdfd 0%,#2f7af0 100%);border-radius:60px;flex-flow:column;min-height:0;padding:20px 20px 40px;display:flex}.about_store_card_image{background:#fff;border-radius:40px;display:block;overflow:hidden}.about_store_card img{object-fit:scale-down;border-radius:40px;width:100%;height:200px;display:block}.about_store_card_body{flex-flow:column;flex:1;margin-top:20px;display:flex}.about_store_card h3{color:var(--white);font-family:var(--font-family);margin:0;font-size:24px;font-weight:500;line-height:120%}.about_store_card p{color:var(--white);font-family:var(--font-family);margin:10px 0 20px;font-size:18px;font-weight:400;line-height:120%}.about_store_card .button{width:100%;margin-top:auto}.about_documents{margin-top:20px}.about_documents_wrapper{background:var(--white);border-radius:60px;padding:60px 20px}.about_documents_wrapper h2{color:var(--black);font-family:var(--font-family);text-align:center;margin:0 0 40px;font-size:40px;font-weight:500;line-height:120%}.about_documents_list{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.about_document_link{background:var(--cold-white);color:var(--black);font-family:var(--font-family);border-radius:40px;justify-content:space-between;align-items:center;gap:20px;min-height:110px;padding:30px;font-size:20px;font-weight:500;line-height:120%;transition:all .3s ease-out;display:flex}.about_document_link span{transition:all .3s ease-out}.about_document_link:hover{background:var(--deep-blue);color:var(--white)}.about_document_link:hover .about_document_icon:before{background:var(--white)}.about_document_icon{border-radius:50%;flex:0 0 40px;width:40px;height:40px;display:block;position:relative}.about_document_icon:before{content:"";background:#1436b4;width:100%;height:100%;transition:all .3s ease-out;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);-webkit-mask:url(/assets/images/downloads.svg) 50%/contain no-repeat;mask:url(/assets/images/downloads.svg) 50%/contain no-repeat}.frame_choice_page{background:var(--white);margin-bottom:20px}.frame_choice_first{margin-bottom:40px}.frame_choice_first_wrapper{background:var(--white)}.frame_choice_first_content{max-width:1100px}.frame_choice_main_heading{color:var(--black);font-family:var(--font-family);margin:0 0 14px;font-size:52px;font-weight:500;line-height:120%}.frame_choice_first_text{gap:13px;margin-top:6px;display:grid}.frame_choice_first_text p{color:var(--black);font-family:var(--font-family);margin:0;font-size:20px;font-weight:400;line-height:120%}.frame_choice_first .button{margin-top:20px}.frame_choice_square{margin-bottom:20px}.frame_choice_square_wrapper{background:linear-gradient(270deg,#f1f3fc 0%,#dfe4f8 100%);border-radius:60px;padding:60px;overflow:hidden}.frame_choice_square_top{grid-template-columns:minmax(0,781px) minmax(0,739px);justify-content:space-between;align-items:center;gap:40px;display:grid}.frame_choice_square_content{max-width:781px}.frame_choice_square_content h2{color:var(--black);font-family:var(--font-family);margin:0 0 40px;font-size:40px;font-weight:500;line-height:120%}.frame_choice_square_content>p,.frame_choice_square_note p{color:var(--black);font-family:var(--font-family);margin:0;font-size:18px;font-weight:400;line-height:120%}.frame_choice_square_notes{gap:20px;margin-top:20px;display:grid}.frame_choice_square_note{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.frame_choice_square_badge{color:var(--cold-white);font-family:var(--font-family);border-radius:20px;padding:5px 10px;font-size:16px;font-weight:400;line-height:120%;display:inline-flex}.frame_choice_square_badge_green{background:var(--green)}.frame_choice_square_badge_red{background:var(--red)}.frame_choice_square_image{border-radius:40px;width:100%;max-width:739px;height:300px;overflow:hidden}.frame_choice_square_image img{object-fit:cover;width:100%;height:100%;display:block}.frame_choice_okulars{grid-template-columns:repeat(7,minmax(0,202px));justify-content:space-between;gap:20px;margin-top:20px;display:grid}.frame_choice_okular{background:var(--white);border-radius:20px;height:100px;overflow:hidden}.frame_choice_okular img{object-fit:scale-down;width:100%;height:100%;display:block}.frame_choice_products{background:var(--light-blue);border-radius:60px;margin-top:20px;padding:40px 20px 15px;overflow:hidden}.frame_choice_products .frame_choice_products_slider{min-height:445px}.frame_choice_products h2{color:var(--black);font-family:var(--font-family);text-align:center;margin:0 0 24px;font-size:24px;font-weight:500;line-height:120%}.frame_choice_products_slider{min-height:0;margin:0;overflow:visible}.frame_choice_products_slider .swiper-wrapper{padding:0;margin-left:0!important}.frame_choice_products_slide{height:auto;width:calc(25% - 15px)!important}@media screen and (min-width:1201px){.frame_choice_products_slider{width:calc(100% + 120px);margin-left:-60px;margin-right:-60px;padding-left:60px;padding-right:60px}}@media screen and (min-width:1024px) and (max-width:1200px){.frame_choice_first .grid_container.frame_choice_first_wrapper{padding:0}.frame_choice_first .breadcrumbs_block .grid_container{padding-left:0}.frame_choice_main_heading,.frame_choice_square_content h2{font-size:32px}}@media screen and (min-width:768px) and (max-width:1023px){.frame_choice_main_heading,.frame_choice_square_content h2{font-size:28px}.frame_choice_first .grid_container.frame_choice_first_wrapper{padding:0}.frame_choice_first .breadcrumbs_block .grid_container{padding-left:0}.frame_choice_square .home_hits_slider .home_hits_slide{height:auto;width:calc(55.4545% - 10.5455px)!important}}@media screen and (max-width:767px){.frame_choice_main_heading,.frame_choice_square_content h2{font-size:24px}}@media screen and (max-width:1200px){.frame_choice_first_wrapper{padding:0 5vw 20px}.frame_choice_square_wrapper.grid_container{border-radius:40px;padding:40px 5vw}.frame_choice_square_top{grid-template-columns:1fr}.frame_choice_square_image{max-width:none}.frame_choice_okulars{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-flow:row;gap:10px;padding-bottom:8px;scroll-padding-right:15px;display:flex;overflow-x:auto}.frame_choice_okular{scroll-snap-align:start;flex:0 0 100%;max-width:202px}.frame_choice_products .frame_choice_products_slider{min-height:auto}.frame_choice_products_slide{width:calc(42.5532% - 13.617px)!important}}@media screen and (max-width:767px){.frame_choice_first_content{margin-top:0}.frame_choice_first_text p{font-size:16px}.frame_choice_first .button{width:100%}.frame_choice_square_wrapper.grid_container{border-radius:32px;padding:32px 5vw}.frame_choice_square_content h2{margin-bottom:24px}.frame_choice_square_content>p,.frame_choice_square_note p{font-size:16px}.frame_choice_square_note{flex-direction:column;align-items:flex-start}.frame_choice_square_badge{font-size:14px}.frame_choice_square_image{border-radius:28px;height:220px}.frame_choice_products{border-radius:32px;padding:32px 14px}.frame_choice_products_slide{width:78vw!important}.frame_choice_products .frame_choice_products_slider{min-height:auto}.frame_choice_products_slide.home_hits_slide{width:auto!important}}.order_process_page{background:var(--white);margin-bottom:20px}.order_process_first{margin-bottom:40px}.profile_order_detail_main{position:relative}.profile_order_detail_main .profile_order_status{position:static}.order_process_first_wrapper{background:var(--white)}.order_process_first_content{max-width:1130px}.order_process_main_heading{color:var(--black);font-family:var(--font-family);margin:0 0 14px;font-size:52px;font-weight:500;line-height:120%}.order_process_first_text{gap:13px;margin-top:6px;display:grid}.order_process_first_text p{color:var(--black);font-family:var(--font-family);margin:0;font-size:20px;font-weight:400;line-height:120%}.order_process_guarantee{margin-bottom:20px}.order_process_guarantee_wrapper{background:linear-gradient(270deg,#9abdfd 0%,#2f7af0 100%);border-radius:60px;grid-template-columns:minmax(0,675px) minmax(0,917px);align-items:center;gap:40px;display:grid;overflow:hidden}.order_process_guarantee_image{align-self:stretch;overflow:hidden}.order_process_guarantee_image img{object-fit:scale-down;object-position:left top;width:100%;height:100%;display:block}.order_process_guarantee_content{max-width:820px}.order_process_guarantee_content h2{color:var(--white);font-family:var(--font-family);margin:0 0 20px;font-size:40px;font-weight:500;line-height:120%}.order_process_guarantee_content p{color:var(--white);font-family:var(--font-family);margin:0;font-size:18px;font-weight:400;line-height:120%}.order_process_steps{margin-bottom:20px}.order_process_steps_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;padding:60px 20px}.order_process_steps_wrapper>h2{color:var(--black);font-family:var(--font-family);text-align:center;margin:0;font-size:40px;font-weight:500;line-height:120%}h2.order_process_steps_title{font-family:var(--font-family);color:var(--black);font-size:24px;font-weight:500;line-height:120%}.order_process_steps_list{counter-reset:order-process-step;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 20px;margin:40px 0 60px;padding:0;list-style:none;display:grid}.order_process_step{counter-increment:order-process-step;text-align:center;background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:40px 40px 0 0;min-height:260px;padding:60px 20px}.order_process_step:nth-child(n+4){border-radius:40px;margin-top:-40px}.order_process_step:before{color:var(--black);content:counter(order-process-step, decimal-leading-zero);font-family:var(--font-family);text-align:center;margin-bottom:16px;font-size:32px;font-weight:400;line-height:120%;display:block}.order_process_step h3{color:var(--black);font-family:var(--font-family);margin:0;font-size:20px;font-weight:500;line-height:120%}.order_process_step p{color:var(--black);font-family:var(--font-family);text-align:center;max-width:460px;margin:14px auto 0;font-size:16px;font-weight:400;line-height:120%}.order_process_steps_cta{background:linear-gradient(270deg,#9abdfd 0%,#2f7af0 100%);border-radius:60px;flex-flow:column;align-items:center;padding:60px 40px;display:flex}.order_process_steps_cta p{color:var(--white);font-family:var(--font-family);text-align:center;max-width:920px;margin:0 auto;font-size:24px;font-weight:500;line-height:120%}.order_process_steps_cta .button{margin-top:28px}.warranty_authenticity_list{counter-reset:none}.warranty_authenticity_item{counter-increment:none;min-height:190px}.warranty_authenticity_item:before{content:none}@media screen and (min-width:1024px) and (max-width:1200px){.grid_container.order_process_guarantee_wrapper{grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.grid_container.order_process_guarantee_wrapper .order_process_guarantee_content{padding-right:5vw}.order_process_steps .order_process_steps_wrapper{padding-top:40px}.grid_container.order_process_guarantee_wrapper{padding:0}.grid_container.order_process_guarantee_wrapper .order_process_guarantee_content{padding:20px 0}.order_process_guarantee_image img{object-position:right}.order_process_steps_list{counter-reset:order-process-step;grid-template-columns:repeat(2,minmax(0,1fr))}.order_process_step:nth-child(n+3){border-radius:40px;margin-top:-40px}.order_process_first .breadcrumbs_block .grid_container{padding-left:0}.order_process_main_heading,.order_process_guarantee_content h2,.order_process_steps_wrapper>h2{font-size:32px}}@media screen and (min-width:768px) and (max-width:1023px){.grid_container.order_process_guarantee_wrapper{padding:0}.grid_container.order_process_guarantee_wrapper .order_process_guarantee_content{padding:0 5vw 30px}.order_process_step:nth-child(n+3){border-radius:40px;margin-top:-40px}.order_process_steps .order_process_steps_wrapper{padding-top:40px}.order_process_main_heading{font-size:28px}.order_process_first .grid_container.order_process_first_wrapper{padding:0}.order_process_first .breadcrumbs_block .grid_container{padding-left:0}.order_process_guarantee_content h2,.order_process_steps_wrapper>h2{font-size:28px}.order_process_steps_list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:767px){.order_process_main_heading,.order_process_guarantee_content h2,.order_process_steps_wrapper>h2{font-size:24px}}@media screen and (max-width:1200px){.order_process_first_wrapper{padding:0 5vw 20px}.order_process_guarantee_wrapper{border-radius:40px;grid-template-columns:1fr;gap:28px;padding:40px 5vw}.order_process_guarantee_image{border-radius:32px;margin:0}.order_process_steps_wrapper{border-radius:40px;padding:40px 5vw}.order_process_steps_list{margin-bottom:40px}.order_process_steps_cta{border-radius:40px}}@media screen and (max-width:767px){.grid_container.order_process_guarantee_wrapper{width:90%;padding:0}.grid_container.order_process_guarantee_wrapper .order_process_guarantee_content{padding:0 5vw 30px}.order_process_steps .order_process_steps_wrapper{padding-top:40px}.order_process_first_text p{font-size:16px}.order_process_guarantee_wrapper{border-radius:32px;padding:32px 5vw}.order_process_guarantee_image{min-height:220px}.order_process_guarantee_content p{font-size:16px}.order_process_steps_wrapper{border-radius:32px;padding:32px 5vw}.order_process_steps_list{grid-template-columns:1fr;margin:28px 0 32px}.order_process_step{border-radius:32px 32px 0 0;min-height:0;padding:40px 18px 62px}.order_process_step:nth-child(n+2){border-radius:40px;margin-top:-40px}.order_process_step:before{font-size:28px}.order_process_step h3{font-size:18px}.order_process_steps_cta{border-radius:32px;padding:40px 18px}.order_process_steps_cta p{font-size:18px}.order_process_steps_cta .button{width:100%}}.payment_page{min-height:100vh}.payment_cash,.payment_online,.payment_split{margin-bottom:20px}.payment_cash_wrapper,.payment_online_wrapper,.payment_split_wrapper{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:60px;padding:60px 20px 0;overflow:hidden}.payment_section_title{color:var(--black);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:32px;font-weight:500;line-height:120%}.payment_cash_cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.payment_online_cards,.payment_split_cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.payment_cash_card,.payment_online_card,.payment_split_card{background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:40px 40px 0 0;flex-direction:column;justify-content:center;align-items:center;min-height:146px;padding:60px 20px 40px;display:flex}.payment_cash_card p,.payment_online_card p,.payment_split_card p{color:var(--black);font-family:var(--font-family);text-align:center;max-width:760px;margin:0;font-size:18px;font-weight:400;line-height:120%}.payment_online_card,.payment_split_card{min-height:345px}.payment_online_card p,.payment_split_card p{max-width:480px;font-size:20px}.payment_online_card span,.payment_split_card span{color:var(--silver-gray);font-family:var(--font-family);text-align:center;max-width:480px;margin-top:10px;font-size:14px;font-weight:400;line-height:120%;display:block}.payment_online .payment_online_card,.payment_online .payment_split_card,.payment_split .payment_online_card,.payment_split .payment_split_card{justify-content:flex-start}.delivery_page{min-height:100vh}.delivery_terms{margin-bottom:20px}.delivery_terms_wrapper{background:var(--cold-white);border-radius:60px;grid-template-columns:minmax(0,780px) minmax(0,800px);gap:40px;padding:60px 20px;display:grid}.delivery_terms_content h2{color:var(--black);font-family:var(--font-family);margin:0 0 44px;font-size:40px;font-weight:500;line-height:120%}.delivery_terms_group{margin-bottom:40px}.delivery_terms_group:last-child{margin-bottom:0}.delivery_terms_group strong{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:20px;font-weight:500;line-height:120%;display:block}.delivery_terms_group ul{flex-direction:column;gap:24px;margin:0;padding:0;display:flex}.delivery_terms_group li{color:var(--black);font-family:var(--font-family);padding-left:28px;font-size:18px;font-weight:400;line-height:120%;list-style:none;position:relative}.delivery_terms_group li:before{background:var(--deep-blue);content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:calc(50% - 2px);left:0;transform:translateY(-50%)}.delivery_terms_notes{flex-direction:column;gap:20px;display:flex}.delivery_terms_note{background:var(--pale-lavender);border-radius:40px;justify-content:center;align-items:center;min-height:144px;padding:40px 20px;display:flex}.delivery_terms_note p{color:var(--black);font-family:var(--font-family);text-align:center;max-width:700px;margin:0;font-size:18px;font-weight:400;line-height:120%}.loyalty_page{min-height:100vh}.loyalty_banner .home_banner_wrapper{position:relative}.loyalty_breadcrumbs{color:var(--white);z-index:3;position:absolute;top:88px;left:20px}.loyalty_breadcrumbs a,.loyalty_breadcrumbs span{color:inherit}.loyalty_banner_content{max-width:660px;top:50%;left:56%;right:7%;transform:translateY(-42%)}.loyalty_banner_content .home_banner_text{max-width:620px;font-size:24px}.home_banner_actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.loyalty_how{margin-bottom:20px}.loyalty_how_wrapper{background:linear-gradient(#b5d2ff 0%,#f9faff 100%);border-radius:60px;padding:60px 20px 0;overflow:hidden}.loyalty_how_wrapper h2{color:var(--black);font-family:var(--font-family);text-align:center;margin:0 0 48px;font-size:40px;font-weight:500;line-height:120%}.loyalty_how_cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.loyalty_how_card{background:linear-gradient(#dfe4f8 0%,#fff 100%);border-radius:40px 40px 0 0;flex-direction:column;align-items:center;padding:60px 20px 0;display:flex;overflow:hidden}.loyalty_how_number{font-family:var(--font-family);text-align:center;color:var(--black);text-align:center;margin-bottom:12px;font-size:32px;font-weight:400;line-height:120%}.loyalty_how_card h3{font-family:var(--font-family);text-align:center;color:var(--black);text-align:center;margin:0 0 10px;font-size:20px;font-weight:500;line-height:120%}.loyalty_how_card p{font-family:var(--font-family);text-align:center;color:var(--black);text-align:center;margin-bottom:20px;font-size:16px;font-weight:400;line-height:120%}.loyalty_how_image{align-items:flex-end;width:100%;margin-top:auto;display:flex}.loyalty_how_image img{object-fit:scale-down;object-position:bottom center;width:100%;height:auto;display:block}.loyalty_levels{margin-bottom:20px}.loyalty_levels_wrapper{background:var(--cold-white);border-radius:60px;padding:60px 20px}.loyalty_levels_wrapper h2{color:var(--black);font-family:var(--font-family);text-align:center;margin:0 0 40px;font-size:40px;font-weight:500;line-height:120%}.loyalty_levels_list{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.loyalty_level{text-align:center;border-radius:60px;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:40px 20px;display:flex}.loyalty_level_start{background:linear-gradient(90deg,#f1f3fc 0%,#dfe4f8 100%)}.loyalty_level_silver{background:linear-gradient(270deg,#afcdff 0%,#dfe4f8 100%)}.loyalty_level_gold{background:linear-gradient(90deg,#afcdff 0%,#2f7af0 100%)}.loyalty_level_platinum{background:linear-gradient(269deg,#004adc 0%,#2f7af0 100%)}.loyalty_level h3{color:var(--black);font-family:var(--font-family);margin:0 0 10px;font-size:32px;font-weight:500;line-height:120%}.loyalty_level p{color:var(--black);font-family:var(--font-family);margin:0 0 10px;font-size:18px;font-weight:400;line-height:120%}.loyalty_level p:last-of-type{margin-bottom:20px}.loyalty_level span{color:var(--slate-gray);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:120%}.loyalty_level_light h3,.loyalty_level_light p,.loyalty_level_light span{color:var(--white)}.loyalty_rules{margin-bottom:20px}.loyalty_rules_wrapper{background:linear-gradient(#f1f3fc 0%,#dfe4f8 100%);border-radius:60px;padding:60px 20px 0;overflow:hidden}.loyalty_rules_wrapper h2{color:var(--black);font-family:var(--font-family);text-align:center;margin:0 0 40px;font-size:40px;font-weight:500;line-height:120%}.loyalty_rules_list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 20px;margin:0;display:grid}.loyalty_rule{background:linear-gradient(#afcdff 0%,#fff 100%);border-radius:40px 40px 0 0;justify-content:center;min-height:165px;padding:60px 20px 40px;display:flex}.loyalty_rule:before{display:none}.loyalty_rule:nth-child(n+4){border-radius:40px 40px 0 0}.loyalty_rule p{color:var(--black);font-family:var(--font-family);text-align:center;max-width:430px;margin:0;font-size:18px;font-weight:400;line-height:120%}.loyalty_writeoff{margin-bottom:20px}.loyalty_writeoff_wrapper{background:var(--cold-white);border-radius:60px;justify-content:space-between;align-items:flex-start;gap:40px;padding:60px 20px;display:flex}.loyalty_writeoff_content{max-width:781px}.loyalty_writeoff_content h2{color:var(--black);font-family:var(--font-family);margin:0 0 44px;font-size:40px;font-weight:500;line-height:120%}.loyalty_writeoff_text{flex-direction:column;gap:18px;display:flex}.loyalty_writeoff_text p{color:var(--black);font-family:var(--font-family);margin:0;font-size:18px;font-weight:400;line-height:120%}.loyalty_writeoff_notes{flex-direction:column;gap:10px;width:100%;max-width:799px;display:flex}.loyalty_writeoff_note{background:var(--pale-lavender);border-radius:40px;justify-content:center;align-items:center;min-height:42px;padding:10px 20px;display:flex}.loyalty_writeoff_note p{color:var(--black);font-family:var(--font-family);text-align:center;margin:0;font-size:18px;font-weight:400;line-height:120%}.articles_page,.article_page{min-height:100vh}.article_first_content{max-width:1040px}.article_online_fitting{margin-bottom:20px}.article_online_fitting_wrapper{background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:60px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:40px;padding:60px;display:grid}.article_online_fitting_content h2{color:var(--black);font-family:var(--font-family);margin-bottom:50px;font-size:40px;font-weight:500;line-height:120%}.article_online_fitting_text{color:var(--black);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%}.article_online_fitting_text p:not(:last-child){margin-bottom:18px}.article_online_fitting_image{border-radius:20px;height:404px;overflow:hidden}.article_online_fitting_image img{object-fit:cover;width:100%;height:100%;display:block}.articles_archive{margin-bottom:20px}.articles_archive_wrapper{flex-direction:column;display:flex}.articles_archive_grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.articles_archive_bottom{padding-top:40px}.article_card{background:var(--cold-white);color:var(--black);border-radius:40px;flex-direction:column;min-height:220px;padding:30px;transition:background .25s,transform .25s;display:flex}.article_card:hover{background:var(--pale-lavender);transform:translateY(-2px)}.article_card_title{color:var(--black);font-family:var(--font-family);margin-bottom:16px;font-size:20px;font-weight:500;line-height:120%}.article_card_text{color:var(--black);font-family:var(--font-family);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:16px;font-weight:400;line-height:120%;display:-webkit-box;overflow:hidden}.article_card_icon{align-self:flex-end;width:36px;height:36px;margin-top:auto;display:block}.article_card_icon svg{width:100%;height:100%;display:block}.privacy_page{min-height:100vh}.privacy_policy{margin-bottom:20px}.privacy_policy_wrapper{max-width:1240px}.privacy_policy_back{color:var(--silver-gray);font-family:var(--font-family);align-items:center;gap:8px;margin-bottom:45px;padding-top:85px;font-size:14px;font-weight:400;line-height:120%;display:inline-flex}.privacy_policy_back:before{content:"";border-bottom:1.5px solid;border-left:1.5px solid;width:8px;height:8px;transform:rotate(45deg)}.privacy_policy h1{color:var(--black);font-family:var(--font-family);max-width:1240px;margin-bottom:40px;font-size:52px;font-weight:500;line-height:120%}.privacy_policy_text{color:var(--black);font-family:var(--font-family);max-width:1070px;font-size:16px;font-weight:400;line-height:120%}.privacy_policy_text h2{color:var(--black);font-family:var(--font-family);margin:28px 0 4px;font-size:20px;font-weight:500;line-height:120%}.privacy_policy_text h2:first-child{margin-top:0}.privacy_policy_text p{font-family:var(--font-family);color:var(--black);margin:0;font-size:18px;font-weight:400;line-height:120%}body:has(.not_found_page){background:url(/assets/images/eror_bagraund.png) 0 0/min(67.5vw,1296px) no-repeat,#fff}.not_found_page{background:0 0;overflow:visible}.not_found{justify-content:center;align-items:flex-start;padding:150px 0 68px;display:flex}.not_found_content{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.not_found_image{width:min(82vw,1550px);max-width:none;height:auto;display:block}.not_found_back{cursor:pointer;z-index:1;border:0;min-height:50px;margin-top:clamp(-54px,-3.2vw,-28px);padding:0 40px;position:relative}.favorites_page{min-height:100vh}.favorites{padding:85px 0 20px}.favorites_back{color:var(--silver-gray);font-family:var(--font-family);align-items:center;gap:2px;margin-bottom:42px;font-size:14px;font-weight:400;line-height:120%;transition:color .25s;display:inline-flex}.favorites_back svg{flex:none}.favorites_back:hover{color:var(--slate-gray)}.favorites_header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.favorites_title_group{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.favorites_title_group h1{color:var(--black);font-family:var(--font-family);font-size:52px;font-weight:500;line-height:120%}.favorites_title_group span{color:var(--silver-gray);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%}.favorites_clear{color:var(--slate-gray);font-family:var(--font-family);flex:none;margin-top:28px;font-size:16px;font-weight:400;line-height:120%;transition:color .25s}.favorites_clear:hover{color:var(--deep-blue)}.favorites_products_column{width:100%}.favorites_wrapper_box{padding-bottom:20px}.favorites_products_grid{grid-template-columns:repeat(4,minmax(0,1fr))}.basket_page{min-height:60vh}.basket{padding:85px 0 20px}.basket_header{margin-bottom:20px}.basket_content{grid-template-columns:minmax(0,1fr) minmax(340px,min(32.5vw,540px));align-items:flex-start;gap:20px;display:grid}.basket_products{background:linear-gradient(#dfe4f8 0%,#f1f3fc 100%);border-radius:60px;flex-direction:column;gap:10px;width:100%;max-width:1100px;padding:20px;display:flex}.basket_product{background:var(--white);border-radius:40px;grid-template-columns:minmax(180px,34%) minmax(150px,1fr) minmax(86px,112px) minmax(100px,115px) 24px;align-items:center;gap:clamp(10px,1.2vw,40px);min-height:124px;padding:0 clamp(14px,1.2vw,20px) 0 0;display:grid}.basket_product_image{border-radius:40px;justify-content:center;align-items:center;width:100%;min-width:0;max-width:370px;height:124px;display:flex;overflow:hidden}.basket_product_image img{object-fit:contain;width:100%;height:100%;display:block}.basket_product_title,.basket_product_price{color:var(--black);font-family:var(--font-family);font-size:18px;font-weight:500;line-height:120%}.basket_product_title{overflow-wrap:anywhere;min-width:0}.basket_product_prices{flex-direction:column;gap:4px;min-width:0;display:flex}.basket_product_price{white-space:nowrap}.basket_product_old_price{color:var(--silver-gray);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%;text-decoration:line-through}.basket_quantity{border:1px solid var(--pale-lavender);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:115px;height:44px;padding:10px;display:flex}.basket_quantity button,.basket_product_remove{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.basket_quantity span{color:var(--black);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%}.basket_product_remove{justify-self:end}.basket_summary{background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:60px;flex-direction:column;width:100%;min-width:0;max-width:540px;min-height:424px;padding:clamp(28px,2.4vw,40px) clamp(14px,1.2vw,20px);display:flex}.basket_summary_rows{flex-direction:column;gap:5px;margin-bottom:5px;display:flex}.basket_summary_row{background:var(--cold-white);border-radius:20px;justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding:5px clamp(12px,1.2vw,20px);display:flex}.basket_summary_row span{color:var(--silver-gray);font-family:var(--font-family);min-width:0;font-size:clamp(16px,1.15vw,20px);font-weight:400;line-height:120%}.basket_summary_row strong{color:var(--black);font-family:var(--font-family);white-space:nowrap;font-size:clamp(16px,1.15vw,20px);font-weight:400;line-height:120%}.basket_summary_row .basket_summary_discount{color:var(--deep-blue)}.basket_total{background:var(--cold-white);border-radius:20px;min-height:88px;margin-bottom:40px;padding:15px 20px 10px}.basket_total_top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.basket_total_top span{color:var(--black);font-family:var(--font-family);font-size:20px;font-weight:400;line-height:120%}.basket_total_top strong{color:var(--black);font-family:var(--font-family);white-space:nowrap;font-size:clamp(26px,2vw,32px);font-weight:400;line-height:1}.basket_bonus_row{color:var(--silver-gray);font-family:var(--font-family);justify-content:space-between;align-items:center;font-size:14px;font-weight:400;line-height:120%;display:flex}.basket_bonus_badge{background:var(--light-blue);color:var(--black);font-family:var(--font-family);border-radius:20px;justify-content:center;align-items:center;gap:2px;min-width:63px;min-height:23px;padding:2px 5px;font-size:14px;font-weight:400;line-height:120%;display:inline-flex}.basket_bonus_badge img{width:20px;height:20px;display:block}.basket_bonus_actions{flex-direction:column;gap:10px;display:flex}.basket_checkout{width:100%;min-height:49px}.basket_bonus_available{font-family:var(--font-family);color:var(--silver-gray);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:120%}.basket_bonus_button{width:100%;min-height:49px}.basket_bonus_modal_overlay{opacity:0;pointer-events:none;z-index:60;background:#02050e3d;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:flex;position:fixed;inset:0}.basket_bonus_modal_overlay_open{opacity:1;pointer-events:auto}.basket_bonus_modal{background:var(--pale-lavender);border-radius:60px;width:100%;max-width:540px;min-height:322px;padding:40px;transition:transform .35s;transform:translateY(36px)scale(.97)}.basket_bonus_modal_overlay_open .basket_bonus_modal{transform:translateY(0)scale(1)}.basket_bonus_modal h2{color:var(--black);font-family:var(--font-family);text-align:center;max-width:420px;margin:0 auto 20px;font-size:32px;font-weight:500;line-height:120%}.basket_bonus_modal p{color:var(--silver-gray);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:16px;font-weight:400;line-height:120%}.basket_bonus_modal_actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.basket_bonus_modal_actions .button{width:100%;min-height:49px}.checkout_page{min-height:100vh}.checkout{padding:85px 0 20px}.checkout_title{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:52px;font-weight:500;line-height:120%}.checkout_content{grid-template-columns:minmax(0,1100px) minmax(340px,540px);align-items:flex-start;gap:20px;display:grid}.checkout_form{flex-direction:column;gap:20px;width:100%;min-width:0;max-width:1100px;display:flex}.checkout_block{background:var(--pale-lavender);border-radius:60px;width:100%;max-width:1100px;padding:20px 37px}.checkout_block_compact{min-height:170px}.checkout_comment_block{min-height:156px}.checkout_block h2{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:20px;font-weight:500;line-height:120%}.checkout_fields_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.checkout_fields_grid:last-of-type{margin-bottom:0}.checkout_field{color:var(--silver-gray);font-family:var(--font-family);flex-direction:column;gap:5px;min-width:0;font-size:14px;font-weight:400;line-height:120%;display:flex}.checkout_field span{font-family:var(--font-family);color:var(--silver-gray);margin-bottom:5px;font-size:14px;font-weight:400;line-height:1}.checkout_field_full{margin-bottom:16px}.checkout_field .cart_stock_error{color:var(--red)}.dom_box.checkout_fields_grid{margin-bottom:20px}.checkout_field input,.checkout_field textarea{background:var(--cold-white);color:var(--black);font-family:var(--font-family);border:0;border-radius:20px;width:100%;height:39px;padding:10px 20px;font-size:16px;font-weight:400;line-height:120%}.checkout_field textarea{resize:none;height:68px}.checkout_field input::placeholder,.checkout_field textarea::placeholder{color:var(--silver-gray)}.checkout_options{flex-direction:column;gap:23px;display:flex}.checkout_radio{color:var(--black);cursor:pointer;font-family:var(--font-family);align-items:center;gap:8px;font-size:16px;font-weight:400;line-height:120%;display:flex}.checkout_radio input,.checkout_agreement input{opacity:0;pointer-events:none;position:absolute}.checkout_radio>span{border:1.5px solid var(--silver-gray);border-radius:50%;flex:none;width:22px;height:22px;position:relative}.checkout_radio>span:after{content:"";opacity:0;background:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7803 8.78033C15.0732 8.48744 15.0732 8.01256 14.7803 7.71967C14.4874 7.42678 14.0126 7.42678 13.7197 7.71967L9.25 12.1893L7.78033 10.7197C7.48744 10.4268 7.01256 10.4268 6.71967 10.7197C6.42678 11.0126 6.42678 11.4874 6.71967 11.7803L8.71967 13.7803C9.01256 14.0732 9.48744 14.0732 9.78033 13.7803L14.7803 8.78033Z' fill='%23888D9C'/%3E%3C/svg%3E") 50%/contain no-repeat;width:25px;height:25px;transition:opacity .2s;position:absolute;inset:-2px}.checkout_radio input:checked+span:after{opacity:1}.checkout_text{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:16px;font-weight:400;line-height:120%}.checkout_block_actions{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.checkout_small_button{color:var(--deep-blue);min-width:240px;min-height:49px}.checkout_recipe_upload_group{align-items:center;gap:12px;width:100%;max-width:720px;display:flex}.checkout_recipe_upload_button{cursor:pointer;flex:none}.checkout_recipe_upload_button input{opacity:0;pointer-events:none;position:absolute}.checkout_recipe_upload_file{background:var(--cold-white);color:var(--slate-gray);font-family:var(--font-family);border-radius:40px;align-items:center;gap:10px;min-width:0;min-height:49px;padding:8px 10px 8px 16px;font-size:14px;font-weight:400;line-height:120%;display:inline-flex}.checkout_recipe_upload_file span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:260px;display:block;overflow:hidden}.checkout_recipe_upload_file button{background:var(--white);color:var(--slate-gray);border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;line-height:1;display:inline-flex}.checkout_btn_delivery{margin-bottom:20px}.delivery_point_picker{flex-direction:column;gap:16px;display:flex}.delivery_point_tabs{background:var(--cold-white);border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.delivery_point_tab{color:var(--black);cursor:pointer;font-family:var(--font-family);background:0 0;border-radius:16px;padding:10px;font-size:14px;font-weight:400;transition:background-color .2s,color .2s}.delivery_point_tab_active{background:var(--white);color:var(--action-blue)}.delivery_point_search{background:var(--cold-white);color:var(--black);font-family:var(--font-family);border:0;border-radius:20px;width:100%;height:39px;padding:10px 20px;font-size:16px}.delivery_point_search::placeholder{color:var(--silver-gray)}.delivery_point_map{isolation:isolate;border-radius:30px;width:100%;height:420px;overflow:hidden}.delivery_point_variants{flex-wrap:wrap;gap:8px;display:flex}.delivery_point_variant{background:var(--cold-white);color:var(--black);cursor:pointer;font-family:var(--font-family);border-radius:16px;padding:8px 16px;font-size:14px}.delivery_point_variant_active{background:var(--light-blue);color:var(--action-blue)}.delivery_point_hint{color:var(--silver-gray);font-family:var(--font-family);font-size:14px}.checkout_agreement{color:var(--black);cursor:pointer;font-family:var(--font-family);align-items:center;gap:8px;font-size:16px;font-weight:400;line-height:120%;display:flex}.checkout_agreement>span{border:1.5px solid var(--silver-gray);border-radius:6px;flex:none;width:22px;height:22px;transition:border-color .2s;position:relative}.checkout_agreement>span:after{content:"";opacity:0;background:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7803 8.78033C15.0732 8.48744 15.0732 8.01256 14.7803 7.71967C14.4874 7.42678 14.0126 7.42678 13.7197 7.71967L9.25 12.1893L7.78033 10.7197C7.48744 10.4268 7.01256 10.4268 6.71967 10.7197C6.42678 11.0126 6.42678 11.4874 6.71967 11.7803L8.71967 13.7803C9.01256 14.0732 9.48744 14.0732 9.78033 13.7803L14.7803 8.78033Z' fill='%23888D9C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8074 2.0119e-07H10.6926C8.38424 -1.22504e-05 6.57519 -2.19941e-05 5.16371 0.189747C3.71897 0.383987 2.57895 0.789327 1.68414 1.68414C0.789327 2.57895 0.383987 3.71897 0.189747 5.16371C-2.19941e-05 6.57519 -1.22504e-05 8.38422 2.0119e-07 10.6926V10.8074C-1.22504e-05 13.1158 -2.19941e-05 14.9248 0.189747 16.3363C0.383987 17.781 0.789327 18.9211 1.68414 19.8159C2.57895 20.7107 3.71897 21.116 5.16371 21.3103C6.57519 21.5 8.38423 21.5 10.6926 21.5H10.8074C13.1158 21.5 14.9248 21.5 16.3363 21.3103C17.781 21.116 18.9211 20.7107 19.8159 19.8159C20.7107 18.9211 21.116 17.781 21.3103 16.3363C21.5 14.9248 21.5 13.1158 21.5 10.8074V10.6926C21.5 8.38423 21.5 6.57519 21.3103 5.16371C21.116 3.71897 20.7107 2.57895 19.8159 1.68414C18.9211 0.789327 17.781 0.383987 16.3363 0.189747C14.9248 -2.19941e-05 13.1158 -1.22504e-05 10.8074 2.0119e-07ZM2.7448 2.7448C3.31445 2.17514 4.08517 1.84825 5.36358 1.67637C6.66356 1.50159 8.37177 1.5 10.75 1.5C13.1282 1.5 14.8364 1.50159 16.1364 1.67637C17.4148 1.84825 18.1855 2.17514 18.7552 2.7448C19.3249 3.31445 19.6518 4.08517 19.8236 5.36358C19.9984 6.66356 20 8.37177 20 10.75C20 13.1282 19.9984 14.8364 19.8236 16.1364C19.6518 17.4148 19.3249 18.1855 18.7552 18.7552C18.1855 19.3249 17.4148 19.6518 16.1364 19.8236C14.8364 19.9984 13.1282 20 10.75 20C8.37177 20 6.66356 19.9984 5.36358 19.8236C4.08517 19.6518 3.31445 19.3249 2.7448 18.7552C2.17514 18.1855 1.84825 17.4148 1.67637 16.1364C1.50159 14.8364 1.5 13.1282 1.5 10.75C1.5 8.37177 1.50159 6.66356 1.67637 5.36358C1.84825 4.08517 2.17514 3.31445 2.7448 2.7448Z' fill='%23888D9C'/%3E%3C/svg%3E") 50%/contain no-repeat;width:22px;height:22px;transition:opacity .2s;position:absolute;inset:-1px}.checkout_agreement input:checked+span:after{opacity:1}.checkout_agreement input:checked+span{border-color:#0000}.checkout_submit{width:100%;min-height:49px}.checkout_summary{min-height:213px;padding:40px 20px 20px;position:sticky;top:80px}.checkout_total{margin-bottom:0}.checkout_saved_recipes_overlay{opacity:0;pointer-events:none;z-index:60;background:#02050e3d;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:flex;position:fixed;inset:0}.checkout_saved_recipes_overlay_open{opacity:1;pointer-events:auto}.checkout_saved_recipes_modal{background:var(--pale-lavender);border-radius:60px;width:100%;max-width:604px;padding:40px;transition:transform .35s;transform:translateY(36px)scale(.97)}.checkout_saved_recipes_overlay_open .checkout_saved_recipes_modal{transform:translateY(0)scale(1)}.checkout_saved_recipes_modal h2{color:var(--black);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:32px;font-weight:500;line-height:120%}.checkout_saved_recipes_list{flex-direction:column;gap:10px;margin-bottom:40px;display:flex}.checkout_saved_recipe{background:var(--white);border-radius:40px;width:100%;max-width:524px;min-height:64px;padding:20px;overflow:hidden}.checkout_saved_recipe_head{justify-content:space-between;align-items:center;gap:16px;min-height:24px;display:flex}.checkout_saved_recipe_radio{color:var(--black);cursor:pointer;font-family:var(--font-family);flex:auto;align-items:center;gap:20px;min-width:0;font-size:18px;font-weight:500;line-height:120%;display:inline-flex}.checkout_saved_recipe_radio input{opacity:0;pointer-events:none;position:absolute}.checkout_saved_recipe_radio>span{border:1.5px solid var(--silver-gray);border-radius:50%;flex:none;width:22px;height:22px;position:relative}.checkout_saved_recipe_radio>span:after{content:"";opacity:0;background:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7803 8.78033C15.0732 8.48744 15.0732 8.01256 14.7803 7.71967C14.4874 7.42678 14.0126 7.42678 13.7197 7.71967L9.25 12.1893L7.78033 10.7197C7.48744 10.4268 7.01256 10.4268 6.71967 10.7197C6.42678 11.0126 6.42678 11.4874 6.71967 11.7803L8.71967 13.7803C9.01256 14.0732 9.48744 14.0732 9.78033 13.7803L14.7803 8.78033Z' fill='%23888D9C'/%3E%3C/svg%3E") 50%/contain no-repeat;width:25px;height:25px;transition:opacity .2s;position:absolute;inset:-2px}.checkout_saved_recipe_radio input:checked+span:after{opacity:1}.checkout_saved_recipe_toggle{flex:none;justify-content:end;align-items:center;width:50%;height:50px;margin:-13px;padding-right:20px;display:inline-flex}.checkout_saved_recipe_toggle svg{transition:transform .25s}.checkout_saved_recipe_toggle .checkout_saved_recipe_arrow_open{transform:rotate(180deg)}.checkout_saved_recipe_values{margin-top:20px}.checkout_saved_recipe_eye{margin-bottom:20px}.checkout_saved_recipe_eye h3{font-family:var(--font-family);color:var(--black);margin-bottom:12px;font-size:18px;font-weight:400;line-height:120%}.checkout_saved_recipe_fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.checkout_saved_recipe_fields_bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout_saved_recipe_field{min-width:0}.checkout_saved_recipe_field span{color:var(--silver-gray);font-family:var(--font-family);margin-bottom:5px;font-size:14px;font-weight:400;line-height:120%;display:block}.checkout_saved_recipe_field strong{background:var(--cold-white);color:var(--silver-gray);font-family:var(--font-family);border-radius:20px;align-items:center;min-height:39px;padding:10px 20px;font-size:16px;font-weight:400;line-height:120%;display:flex}.checkout_saved_recipe_file{align-items:center;gap:10px;margin-top:20px;display:flex}.checkout_saved_recipe_file img{object-fit:cover;border-radius:8px;flex:none;width:64px;height:64px;display:block}.checkout_saved_recipe_file div{flex-direction:column;gap:8px;min-width:0;display:flex}.checkout_saved_recipe_file span{color:var(--black);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.checkout_saved_recipe_file strong{color:var(--silver-gray);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.checkout_saved_recipes_actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.checkout_saved_recipes_actions .button{width:100%;min-height:49px}.profile_page{min-height:60vh}.profile{padding:85px 0 20px}.profile_title{margin-bottom:20px}.profile_content{grid-template-columns:minmax(300px,min(32.5vw,540px)) minmax(0,1100px);align-items:flex-start;gap:20px;display:grid}.profile_sidebar{flex-direction:column;gap:20px;width:100%;max-width:540px;display:flex}.profile_tabs{background:linear-gradient(#dfe4f8 0%,#f1f3fc 100%);border-radius:60px;flex-direction:column;gap:10px;width:100%;max-width:540px;min-height:414px;padding:20px;display:flex}.profile_tab{background:var(--white);color:var(--black);font-family:var(--font-family);text-align:left;border-radius:40px;align-items:center;gap:10px;width:100%;min-height:54px;padding:15px 20px;font-size:18px;font-weight:500;line-height:120%;transition:background .25s,color .25s;display:flex}.profile_tab_active,.profile_tab:hover{background:var(--deep-blue);color:var(--white)}.profile_tab_icon{background-color:var(--black);height:24px;-webkit-mask-image:var(--profile-tab-icon);mask-image:var(--profile-tab-icon);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--profile-tab-icon);flex:none;width:24px;transition:background-color .25s;display:block;-webkit-mask-position:50%;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.profile_tab_active .profile_tab_icon,.profile_tab:hover .profile_tab_icon{background-color:var(--white)}.profile_logout{background:var(--pale-lavender);color:var(--slate-gray);font-family:var(--font-family);border-radius:40px;align-items:center;gap:10px;width:100%;min-height:64px;padding:15px 20px 15px 40px;font-size:18px;font-weight:500;line-height:120%;display:flex}.profile_logout img{mix-blend-mode:multiply;flex:none;width:24px;height:24px;display:block}.profile_mobile_nav{display:none}.profile_logout_modal_overlay{opacity:0;pointer-events:none;z-index:100;background:#02050e3d;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:flex;position:fixed;inset:0}.profile_logout_modal_overlay_open{opacity:1;pointer-events:auto}.profile_logout_modal{background:var(--pale-lavender);border-radius:60px;width:100%;max-width:540px;min-height:294px;padding:40px;transition:transform .35s;transform:translateY(36px)scale(.97);box-shadow:0 24px 80px #1436b429}.profile_logout_modal_overlay_open .profile_logout_modal{transform:translateY(0)scale(1)}.profile_logout_modal h2{color:var(--black);font-family:var(--font-family);text-align:center;max-width:430px;margin:0 auto 20px;font-size:32px;font-weight:500;line-height:120%}.profile_logout_modal p{color:var(--silver-gray);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:16px;font-weight:400;line-height:120%}.profile_logout_modal_actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile_logout_modal_actions .button{width:100%;min-height:49px}.profile_main{width:100%;min-width:0;max-width:1100px}.profile_info_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.profile_info_card{background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:40px;flex-direction:column;width:100%;max-width:540px;min-height:167px;padding:20px;display:flex}.profile_info_card h2,.profile_orders h2{color:var(--black);font-family:var(--font-family);margin-bottom:10px;font-size:24px;font-weight:500;line-height:120%}.profile_orders h2{margin-bottom:20px}.profile_info_card p{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:16px;font-weight:400;line-height:120%}.profile_info_button{width:100%;min-height:49px;margin-top:auto}.profile_orders{background:linear-gradient(197deg,#afcdff 0%,#f9faff 100%);border-radius:40px;padding:20px}.profile_orders_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.profile_order_card{background:var(--cold-white);color:inherit;border-radius:40px;grid-template-columns:68px minmax(0,1fr) auto;gap:20px;width:100%;max-width:520px;padding:20px;text-decoration:none;display:grid}.profile_order_date{flex-direction:column;gap:10px;display:flex}.profile_order_date span{background:var(--white);color:var(--black);font-family:var(--font-family);white-space:nowrap;text-align:right;border-radius:20px;justify-content:center;align-items:center;min-height:27px;padding:5px 10px;font-size:14px;font-weight:400;line-height:120%;display:flex}.profile_order_body{min-width:0}.profile_order_body p{color:var(--black);font-family:var(--font-family);margin-bottom:14px;font-size:16px;font-weight:400;line-height:120%}.profile_order_images{flex-flow:wrap;gap:10px;display:flex}.profile_order_image{background:var(--white);border-radius:20px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.profile_order_image img{object-fit:contain;width:100%;height:100%;display:block}.profile_order_status{color:var(--black);font-family:var(--font-family);white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;height:27px;padding:5px 10px;font-size:14px;font-weight:400;line-height:120%;display:inline-flex}.profile_order_status_collecting{background:var(--yellow)}.profile_order_status_created{background:var(--white)}.profile_order_status_delivery,.profile_order_status_in_delivery{background:var(--violet);color:var(--white)}.profile_order_status_delivered{background:var(--orange);color:var(--white)}.profile_order_status_received{background:var(--green);color:var(--white)}.profile_order_status_cancelled{background:var(--red);color:var(--white)}.profile_order_detail{background:var(--pale-lavender);border-radius:40px;padding:20px}.profile_order_detail_header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.profile_order_detail_back{color:var(--black);align-items:center;gap:6px;display:inline-flex}.profile_order_detail_back svg{flex:none}.profile_order_detail_back span{flex-direction:column;gap:2px;display:flex}.profile_order_detail_back strong{color:var(--black);font-family:var(--font-family);font-size:24px;font-weight:500;line-height:120%}.profile_order_detail_back small{color:var(--black);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:120%}.profile_order_detail_statuses{background:var(--white);border-radius:40px;grid-template-columns:repeat(5,minmax(0,1fr));max-width:1060px;min-height:143px;margin-bottom:20px;padding:20px;display:grid}.profile_order_detail_status{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex;position:relative}.profile_order_detail_status:after{background:var(--light-blue);content:"";width:calc(100% - 64px);height:2px;position:absolute;top:26px;left:calc(50% + 32px)}.profile_order_detail_status:last-child:after{display:none}.profile_order_detail_status_done:after{animation:.6s both profile_status_line_color_in;animation-delay:calc(var(--profile-status-index,0)*.1s + .12s);background:var(--action-blue)}.profile_order_detail_status_icon{z-index:1;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:7px;display:flex;position:relative}.profile_order_detail_status_icon svg{width:56px;height:56px;display:block}.profile_order_detail_status_svg_fill{fill:var(--white)}.profile_order_detail_status_svg_stroke{fill:none;stroke:var(--light-blue)}.profile_order_detail_status_svg_icon{fill:var(--light-blue)}.profile_order_detail_status.profile_order_detail_status_active strong{animation:.6s both profile_status_text_active_in;animation-delay:calc(var(--profile-status-index,0)*.1s + .18s);font-family:var(--font-family);color:var(--action-blue);font-size:18px;font-weight:400;line-height:120%}.profile_order_detail_status.profile_order_detail_status_done strong{animation:.6s both profile_status_text_done_in;animation-delay:calc(var(--profile-status-index,0)*.1s + .18s);font-family:var(--font-family);color:var(--black);font-size:18px;font-weight:400;line-height:120%}.profile_order_detail_status_done .profile_order_detail_status_svg_stroke{animation:.6s both profile_status_stroke_done_in;animation-delay:calc(var(--profile-status-index,0)*.1s + .12s);stroke:var(--action-blue)}.profile_order_detail_status_done .profile_order_detail_status_svg_icon{animation:.6s both profile_status_icon_done_in;animation-delay:calc(var(--profile-status-index,0)*.1s + .12s);fill:var(--action-blue)}.profile_order_detail_status_active .profile_order_detail_status_svg_fill{animation:.65s both profile_status_fill_active_in;animation-delay:calc(var(--profile-status-index,0)*.1s + .12s);fill:var(--action-blue)}.profile_order_detail_status_active .profile_order_detail_status_svg_stroke{animation:.65s both profile_status_stroke_done_in;animation-delay:calc(var(--profile-status-index,0)*.1s + .12s);stroke:var(--action-blue)}.profile_order_detail_status_active .profile_order_detail_status_svg_icon{animation:.65s both profile_status_icon_active_in;animation-delay:calc(var(--profile-status-index,0)*.1s + .12s);fill:var(--white)}.profile_order_detail_status strong{color:var(--silver-gray);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%}.profile_order_detail_status_active strong{color:var(--black)}.profile_order_detail_status small{color:var(--silver-gray);font-family:var(--font-family);margin-top:2px;font-size:14px;font-weight:400;line-height:120%}.profile_order_detail_block,.profile_order_detail_card{background:var(--cold-white);border-radius:40px;padding:20px}.profile_order_detail_block{max-width:1060px;margin-bottom:20px}.profile_order_detail_block h2,.profile_order_detail_card h2{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:18px;font-weight:500;line-height:120%}.profile_order_detail_products_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;display:grid}.profile_order_detail_product{background:var(--white);border-radius:40px;grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:20px;padding:10px 20px;display:grid}.profile_order_detail_product_image{border:1px solid var(--light-blue);border-radius:20px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.profile_order_detail_product_image img{object-fit:contain;width:100%;height:100%;display:block}.profile_order_detail_product h3,.profile_order_detail_product_meta strong{color:var(--black);font-family:var(--font-family);font-size:18px;font-weight:500;line-height:120%}.profile_order_detail_product_meta{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:4px;display:flex}.profile_order_detail_product_meta span{color:var(--silver-gray);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.profile_order_detail_cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.profile_order_detail_card{min-height:178px}.profile_order_detail_summary{flex-direction:column;gap:8px;display:flex}.profile_order_detail_summary div,.profile_order_detail_bonus_content dl div{justify-content:space-between;align-items:center;gap:20px;display:flex}.profile_order_detail_summary dt,.profile_order_detail_bonus_content dt,.profile_order_detail_info dt{color:var(--silver-gray);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:120%}.profile_order_detail_summary dd,.profile_order_detail_info dd{color:var(--black);font-family:var(--font-family);font-size:20px;font-weight:400;line-height:120%}.profile_order_detail_discount,.profile_order_detail_earned{color:var(--deep-blue)!important}.profile_order_detail_total{border-top:1px solid var(--light-blue);margin-top:2px;padding-top:3px}.profile_order_detail_total dt,.profile_order_detail_total dd{color:var(--black);font-size:20px}.profile_order_detail_bonus_content{align-items:center;gap:20px;display:flex}.profile_order_detail_bonus_content img{flex:none;width:84px;height:84px;display:block}.profile_order_detail_bonus_content dl{flex-direction:column;flex:auto;gap:12px;display:flex}.profile_order_detail_bonus_content dd{font-family:var(--font-family);font-size:20px;font-weight:400;line-height:120%}.profile_order_detail_spent{color:var(--red)}.profile_order_detail_info dl{flex-direction:column;gap:20px;display:flex}.profile_order_detail_info dt{margin-bottom:4px}.profile_addresses{background:var(--pale-lavender);border-radius:40px;padding:20px}.profile_addresses h2{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:24px;font-weight:500;line-height:120%}.profile_addresses_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.profile_address_card{background:var(--cold-white);border-radius:40px;padding:20px}.profile_address_card h3{color:var(--black);font-family:var(--font-family);margin-bottom:10px;font-size:20px;font-weight:400;line-height:120%}.profile_address_card p{color:var(--black);font-family:var(--font-family);margin-bottom:30px;font-size:14px;font-weight:400;line-height:120%}.profile_address_card_actions{align-items:center;gap:16px;display:flex}.profile_address_edit,.profile_address_delete{color:var(--slate-gray);font-family:var(--font-family);cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:400;line-height:120%;transition:color .25s}.profile_address_edit:hover,.profile_address_delete:hover{color:var(--deep-blue)}.profile_addresses_empty{margin-bottom:20px}.profile_addresses_add{width:100%;max-width:520px;min-height:49px}.profile_address_form{background:var(--pale-lavender);border-radius:40px;padding:20px}.profile_address_form h2{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:24px;font-weight:500;line-height:120%}.profile_address_form .profile_form_grid{margin-bottom:20px}.profile_address_form_submit{width:100%;max-width:520px;min-height:49px;margin-top:1px}@keyframes profile_status_line_color_in{0%{background:var(--light-blue)}to{background:var(--action-blue)}}@keyframes profile_status_stroke_done_in{0%{stroke:var(--light-blue)}to{stroke:var(--action-blue)}}@keyframes profile_status_icon_done_in{0%{fill:var(--light-blue)}to{fill:var(--action-blue)}}@keyframes profile_status_fill_active_in{0%{fill:var(--white)}to{fill:var(--action-blue)}}@keyframes profile_status_icon_active_in{0%{fill:var(--light-blue)}to{fill:var(--white)}}@keyframes profile_status_text_done_in{0%{color:var(--silver-gray)}to{color:var(--black)}}@keyframes profile_status_text_active_in{0%{color:var(--silver-gray)}to{color:var(--action-blue)}}@media (prefers-reduced-motion:reduce){.profile_order_detail_status:after,.profile_order_detail_status strong,.profile_order_detail_status_svg_fill,.profile_order_detail_status_svg_stroke,.profile_order_detail_status_svg_icon{animation:none}}.profile_personal_main{flex-direction:column;gap:20px;display:flex}.profile_personal_block,.profile_password_block{background:var(--pale-lavender);border-radius:40px;width:100%;padding:20px}.profile_personal_block{min-height:388px}.profile_password_block{min-height:142px}.profile_personal_block h2,.profile_password_block h2{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:24px;font-weight:500;line-height:120%}.profile_form_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.profile_form_field{color:var(--silver-gray);font-family:var(--font-family);flex-direction:column;gap:5px;min-width:0;font-size:14px;font-weight:400;line-height:120%;display:flex}.profile_form_field>span{color:var(--silver-gray);font-family:var(--font-family);margin-bottom:5px;font-size:14px;font-weight:400;line-height:1}.profile_personal_form .profile_form_grid,.profile_form_field_full{margin-bottom:18px}.profile_form_field input,.profile_form_field select{background:var(--cold-white);color:var(--black);font-family:var(--font-family);border:0;border-radius:20px;width:100%;height:39px;padding:10px 20px;font-size:16px;font-weight:400;line-height:120%}.profile_form_field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23888D9C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 20px center;background-repeat:no-repeat;background-size:12px 8px;padding-right:48px}.profile_gender_select{width:100%;position:relative}.profile_gender_select_button{background:var(--cold-white);color:var(--black);font-family:var(--font-family);text-align:left;border-radius:20px;justify-content:space-between;align-items:center;width:100%;height:39px;padding:10px 20px;font-size:16px;font-weight:400;line-height:120%;display:flex;position:relative}.profile_gender_select_button:after{content:"";background:#888d9c;flex:none;width:12px;height:8px;transition:transform .25s;-webkit-mask:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat}.profile_gender_select_open .profile_gender_select_button:after{transform:rotate(180deg)}.profile_gender_select_menu{background:var(--cold-white);z-index:10;border-radius:20px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 14px 34px #1436b424}.profile_gender_select_option{color:var(--black);font-family:var(--font-family);text-align:left;border-radius:14px;width:100%;padding:9px 14px;font-size:16px;font-weight:400;line-height:120%;transition:background .2s,color .2s}.profile_gender_select_option:hover,.profile_gender_select_option_active{background:var(--pale-lavender);color:var(--deep-blue)}.profile_form_field input::placeholder{color:var(--silver-gray)}.profile_personal_submit{width:100%;max-width:520px;min-height:49px}.profile_password_modal_overlay{opacity:0;pointer-events:none;z-index:60;background:#02050e3d;justify-content:center;align-items:center;padding:20px;transition:opacity .3s;display:flex;position:fixed;inset:0}.profile_password_modal_overlay_open{opacity:1;pointer-events:auto}.profile_password_modal{background:var(--pale-lavender);border-radius:60px;width:100%;max-width:540px;padding:40px;transition:transform .35s;transform:translateY(36px)scale(.97)}.profile_password_modal_overlay_open .profile_password_modal{transform:translateY(0)scale(1)}.profile_password_modal h2{color:var(--black);font-family:var(--font-family);text-align:center;margin-bottom:40px;font-size:32px;font-weight:500;line-height:120%}.profile_password_modal_fields{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.profile_password_modal_submit{width:100%;min-height:49px}.profile_bonuses_main{flex-direction:column;gap:20px;display:flex}.profile_bonuses_overview,.profile_bonus_history{background:var(--pale-lavender);border-radius:40px;padding:20px}.profile_bonuses_overview h2,.profile_bonus_history h2{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:24px;font-weight:500;line-height:120%}.profile_bonuses_overview_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.profile_bonus_level_card,.profile_bonus_privileges{background:var(--white);border-radius:40px;width:100%;max-width:517px;min-height:210px;padding:20px}.profile_bonus_level_card p{color:var(--silver-gray);font-family:var(--font-family);margin-bottom:20px;font-size:16px;font-weight:400;line-height:120%}.profile_bonus_level_card p strong{color:var(--slate-gray);font-size:20px;font-weight:500}.profile_bonus_amount{align-items:center;gap:10px;margin-bottom:22px;display:flex}.profile_bonus_amount img{width:64px;height:64px;display:block}.profile_bonus_amount span{color:var(--deep-blue);font-family:var(--font-family);font-size:52px;font-weight:500;line-height:120%}.profile_bonus_progress_meta{color:var(--silver-gray);font-family:var(--font-family);justify-content:space-between;align-items:center;margin-bottom:5px;font-size:12px;font-weight:400;line-height:120%;display:flex}.profile_bonus_progress{background:var(--cold-white);border-radius:3.5px;width:100%;height:7px;overflow:hidden}.profile_bonus_progress span{background:var(--action-blue);border-radius:inherit;transform-origin:0;height:100%;width:var(--profile-bonus-progress,34%);animation:1s forwards profile_bonus_progress_fill;display:block;transform:scaleX(0)}@keyframes profile_bonus_progress_fill{to{transform:scaleX(1)}}.profile_bonus_privileges h3{color:var(--black);font-family:var(--font-family);margin-bottom:20px;font-size:20px;font-weight:500;line-height:120%}.profile_bonus_privileges ul{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.profile_bonus_privileges li{color:var(--slate-gray);font-family:var(--font-family);padding-left:18px;font-size:16px;font-weight:400;line-height:120%;position:relative}.profile_bonus_privileges li:before{background:var(--interactive-blue);content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:5px;left:0}.profile_bonus_privileges a{color:var(--deep-blue);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:120%}.profile_bonus_history_header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.profile_bonus_history_header h2{margin-bottom:0}.profile_bonus_period{min-width:196px}.profile_bonus_period_control__control{background:var(--cold-white)!important;box-shadow:none!important;cursor:pointer!important;font-family:var(--font-family)!important;border:0!important;border-radius:40px!important;align-items:center!important;height:27px!important;min-height:27px!important;padding:5px 10px!important;font-size:14px!important;font-weight:400!important;line-height:120%!important}.profile_bonus_period_control__value-container{padding:0!important}.profile_bonus_period_control__single-value{color:var(--black)!important;font-family:var(--font-family)!important;margin:0!important;font-size:14px!important;font-weight:400!important;line-height:120%!important}.profile_bonus_period_control__indicator-separator{display:none}.profile_bonus_period_control__indicators{margin-left:10px}.profile_bonus_period_control__dropdown-indicator{color:var(--silver-gray)!important;padding:0!important}.profile_bonus_period_control__dropdown-indicator svg{width:11px;height:5px}.profile_bonus_period_control__menu{overflow:hidden;z-index:20!important;border-radius:20px!important;box-shadow:0 14px 40px #02050e1f!important}.profile_bonus_period_control__option{color:var(--black)!important;cursor:pointer!important;font-family:var(--font-family)!important;font-size:14px!important;line-height:120%!important}.profile_bonus_period_control__option--is-focused,.profile_bonus_period_control__option--is-selected{background:var(--pale-lavender)!important}.profile_bonus_history_list{flex-direction:column;gap:5px;display:flex}.profile_bonus_skeleton_bar{background:linear-gradient(90deg, var(--light-blue) 25%, #e8edf8 50%, var(--light-blue) 75%);background-size:400% 100%;border-radius:4px;height:14px;animation:1.6s linear infinite skeleton_shimmer;display:block}@keyframes skeleton_shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.profile_bonus_history_item{border-radius:20px;grid-template-columns:minmax(88px,.8fr) minmax(0,1fr) auto;align-items:center;gap:20px;min-height:34px;padding:5px 20px;display:grid}.profile_bonus_history_item:nth-child(odd){background:var(--white)}.profile_bonus_history_item:nth-child(2n){background:var(--cold-white)}.profile_bonus_history_date,.profile_bonus_history_title{color:var(--silver-gray);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%}.profile_bonus_history_amount{font-family:var(--font-family);white-space:nowrap;font-size:20px;font-weight:400;line-height:120%}.profile_bonus_history_amount_earned{color:var(--deep-blue)}.profile_bonus_history_amount_spent{color:var(--red)}.profile_recipes_main{flex-direction:column;gap:20px;display:flex}.profile_recipes_main .profile_recipe_upload_button{width:100%;max-width:520px}.profile_recipes_main .profile_recipe_upload_file{height:49px}.profile_recipe_block{background:var(--pale-lavender);border-radius:40px;padding:20px}.profile_recipe_block:first-child h2{font-family:var(--font-family);color:var(--black);font-size:24px;font-weight:500;line-height:120%}.profile_recipe_block h2{font-family:var(--font-family);color:var(--black);margin-bottom:20px;font-size:18px;font-weight:500;line-height:120%}.profile_recipe_upload{min-height:167px}.profile_recipe_upload_group{align-items:center;gap:12px;width:100%;max-width:720px;margin-bottom:20px;display:flex}.profile_recipe_upload_button{background:var(--white);color:var(--deep-blue);cursor:pointer;font-family:var(--font-family);border-radius:40px;flex:none;justify-content:center;align-items:center;width:auto;max-width:none;min-height:49px;padding:10px 40px;font-size:16px;font-weight:400;line-height:120%;display:flex}.profile_recipe_upload_button input{opacity:0;pointer-events:none;position:absolute}.profile_recipe_upload_file{background:var(--cold-white);color:var(--slate-gray);font-family:var(--font-family);border-radius:40px;align-items:center;gap:10px;min-width:0;min-height:39px;padding:8px 10px 8px 16px;font-size:14px;font-weight:400;line-height:120%;display:inline-flex}.profile_recipe_upload_file span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:260px;display:block;overflow:hidden}.profile_recipe_upload_file button{background:var(--white);color:var(--slate-gray);border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;line-height:1;display:inline-flex}.profile_recipe_submit{width:100%;max-width:520px;min-height:49px}.profile_recipe_manual_card{background:var(--white);border-radius:40px;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;padding:20px;display:grid}.profile_recipe_eye{flex-direction:column;gap:20px;display:flex}.profile_recipe_eye h3{color:var(--black);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:120%}.profile_recipe_bottom_grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.profile_recipe_extra{max-width:520px;margin-bottom:20px}.profile_recipe_saved_list{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.profile_recipe_saved_item{background:var(--white);border-radius:40px;overflow:hidden}.profile_recipe_saved_head{color:var(--black);font-family:var(--font-family);text-align:left;justify-content:space-between;align-items:center;width:100%;min-height:64px;padding:20px;font-size:18px;font-weight:500;line-height:120%;display:flex}.profile_recipe_saved_head svg{flex:none;transition:transform .25s}.profile_recipe_arrow_open{transform:rotate(180deg)}.profile_recipe_saved_values{background:var(--white);border-radius:40px;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:0 0 10px;padding:0 20px 20px;display:grid}.profile_recipe_saved_eye{flex-direction:column;gap:10px;display:flex}.profile_recipe_saved_eye h3{color:var(--black);font-family:var(--font-family);margin-bottom:2px;font-size:16px;font-weight:400;line-height:120%}.profile_recipe_value_field span{color:var(--silver-gray);font-family:var(--font-family);margin-bottom:5px;font-size:14px;font-weight:400;line-height:120%;display:block}.profile_recipe_value_field strong{background:var(--cold-white);color:var(--silver-gray);font-family:var(--font-family);border-radius:20px;align-items:center;min-height:39px;padding:10px 20px;font-size:14px;font-weight:400;display:flex}.profile_recipe_delete{font-family:var(--font-family);color:var(--slate-gray);border-radius:60px;grid-column:1/-1;justify-self:start;width:200px;height:49px;margin:0 20px 20px;padding:15px 40px;font-size:16px;font-weight:400;line-height:120%}.profile_recipe_file{background:var(--white);border-radius:40px;grid-template-columns:64px minmax(0,1fr) 24px;align-items:center;gap:10px;min-height:104px;margin:0 0 10px;padding:20px;display:grid}.profile_recipe_file img{object-fit:cover;border-radius:8px;width:64px;height:64px;display:block}.profile_recipe_file div{flex-direction:column;gap:8px;min-width:0;display:flex}.profile_recipe_file span{color:var(--black);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.profile_recipe_file strong{color:var(--silver-gray);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:120%}.profile_recipe_file button{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.header_mobile_menu,.catalog_mobile_filter{display:none}@media screen and (min-width:767px) and (max-width:1200px){.laptop_adaptivity,footer,.product_characteristics,.product_detail_block,.product_cards_section_recently-viewed,.product_cards_section_similar,.product_people,.home_rotate,.home_frames,.home_hits,.home_guide{width:92%;margin:0 auto 20px}.home_hits .home_hits_wrapper,.home_rotate .home_rotate_wrapper,.home_guide .home_guide_wrapper{padding-top:40px}.home_category_title{font-size:26px}.home_hits_slider .swiper-wrapper{padding:15px 0;margin-left:calc(4.54545% + 9.54546px)!important}.home_hits_slider .home_hits_slide{height:auto;width:calc(45.4545% - 4.54545px)!important}.home_guide .home_guide_cards{grid-template-columns:repeat(2,minmax(0,1fr))}.home_guide_card_content{padding:0 15px}.home_guide_image_box{height:281px}.home_guide{padding-bottom:20px}.home_banner_content_left,.home_banner_content_right{inset:auto 5vw 80px}.home_banner_content_right2,.home_banner_content_right3{padding-right:0;bottom:80px;left:5vw;right:5vw}.home_category{height:330px}.home_tips_slide{width:310px!important}.footer_social img{width:26px;height:26px}.home_frames_content,.home_frames_products{width:100%}.catalog_sort{gap:10px}.product_detail_block:has(.product_detail_block_wrapper){padding-bottom:0}.product_detail_block_wrapper .product_detail_wrapper{flex-flow:wrap}.product_detail_block_wrapper .product_detail_wrapper .product_gallery_main{height:245px}.product_detail_block_wrapper .product_detail_wrapper .product_gallery_thumb{border-radius:14px;height:50px}.product_gallery{width:300px}.product_info{width:calc(100% - 320px)}.product_info .product_title{font-size:28px}.product_info .product_price{font-size:24px}.product_info .product_bonus{margin-bottom:24px}.product_characteristics .product_characteristics_wrapper{padding:40px 20px}.product_sizes_list{flex-flow:wrap}.product_size_item{width:calc(50% - 5px)}.product_characteristic .product_characteristic_value,.product_characteristic .product_characteristic_name{font-size:14px}.product_triggers .product_triggers_wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.product_trigger{padding:15px}.loyalty_levels .grid_container,.product_cards_wrapper.grid_container,.product_people_wrapper.grid_container{padding:40px 20px}.loyalty_rule.order_process_step{min-height:165px}.loyalty_banner_content .home_banner_title{margin-bottom:15px;font-size:32px}.loyalty_banner_content{max-width:680px;top:50%;left:53%}.loyalty_banner_content .home_banner_text{font-size:20px}.loyalty_breadcrumbs{left:5vw}.laptop_adaptivity .grid_container{padding-top:40px}.loyalty_how_cards{grid-template-columns:repeat(2,minmax(0,1fr))}.loyalty_rule.order_process_step:nth-child(3){margin-top:0}.loyalty_rule p{font-size:16px}.loyalty_writeoff_wrapper.grid_container{flex-flow:column;padding-bottom:20px}.footer_top{flex-wrap:wrap;gap:40px;display:flex}footer .footer_wrapper{padding:40px 5vw}}@media screen and (min-width:1023px) and (max-width:1200px){header.header:after{opacity:1}.home_category{height:330px}.grid_container.online_primerka_fit_wrapper,.home_frames .home_frames_wrapper{padding:40px 5vw}.home_frames_product_bottom .home_frames_point_group{right:0}.footer_top{flex-wrap:wrap;gap:40px;display:flex}.home_tips_slide{width:380px!important}.product_detail_block .product_detail_block_wrapper{padding:0 20px 40px}.product_gallery{flex:auto;width:460px;max-width:460px}.product_detail_block_wrapper .product_detail_wrapper .product_gallery_main{height:320px}.product_detail_block_wrapper .product_detail_wrapper .product_gallery_thumb{border-radius:14px;height:70px}.product_info{width:calc(100% - 480px);padding:0}.product_size_item{width:100%}.product_characteristic .product_characteristic_value,.product_characteristic .product_characteristic_name{font-size:16px}.grid_container.online_primerka_banner_wrapper{min-height:580px;padding-top:84px}.online_primerka_banner{min-height:auto}.grid_container.online_primerka_banner_wrapper .content_banner{min-height:482px}.home_guide_heading,.online_primerka_fit_bottom_text h2,.online_primerka_fit_text h2,.online_primerka_info .grid_container.online_primerka_info_wrapper h2{font-size:32px}.home_guide_title{font-size:28px}.online_primerka_fit_bottom_text p:first-of-type{margin-top:29px}.order_process_first .breadcrumbs_block .grid_container{padding-top:0}.footer_logo{width:250px}}@media (max-width:1280px){.grid_container{padding:0 4vw}.header_wrapper.grid_container{gap:18px;padding:10px 5vw}header.header_scrolled .header_wrapper.grid_container{padding:10px 5vw}.header_nav{gap:18px;padding:0 22px}.header_nav_link{font-size:14px}.home_banner_slide:after{content:"";background:#0000004d;width:100%;height:100%;position:absolute;top:0;left:0}.home_banner_text,.home_banner_title{color:var(--white)}.home_hits{overflow:hidden}.home_frames_product_top{margin-bottom:54px}body:has(.page_header_dark){--header-color:#fff}:is(body:has(.page_header_dark) .header_scrolled,body:has(.page_header_dark) .header_menu_open){--header-color:var(--white)}}@media (max-width:1200px){body.catalog_filter_modal_open{overflow:hidden}.grid_container{padding:0 4vw}header.header:after{opacity:.8}header.header_scrolled:after{opacity:1}.header_nav,.header_actions{display:none}.header_wrapper.grid_container{z-index:31;justify-content:space-between;position:relative}header.header_menu_open:after{opacity:1;right:0}.header_menu_button{z-index:32;background:#fcfdfe24;border:1px solid #fcfdfe47;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;transition:background .3s,border-color .3s,transform .3s;display:flex;position:relative;overflow:hidden}.header_menu_button span{background:currentColor;border-radius:4px;width:22px;height:2px;margin:0;transition:opacity .25s,transform .35s;position:absolute;top:50%;left:50%}.header_menu_button span:first-child{transform:translate(-50%,-8px)}.header_menu_button span:nth-child(2){transform:translate(-50%,-50%)}.header_menu_button span:nth-child(3){transform:translate(-50%,6px)}.header_menu_button_active{background:var(--white);border-color:var(--white);color:var(--deep-blue);transform:rotate(90deg)}.header_menu_button_active span:first-child{transform:translate(-50%,-50%)rotate(45deg)}.header_menu_button_active span:nth-child(2){opacity:0;transform:translate(-50%,-50%)scaleX(0)}.header_menu_button_active span:nth-child(3){transform:translate(-50%,-50%)rotate(-45deg)}.header_mobile_menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;pointer-events:none;visibility:hidden;z-index:24;background:linear-gradient(#02050e26,#02050e6b),linear-gradient(#f3f5fdfa,#d3e4fff5);padding:92px 0 24px;transition:opacity .35s,transform .35s;display:block;position:fixed;inset:0;overflow-y:auto;transform:translateY(-18px)}.header_menu_open .header_mobile_menu{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.header_mobile_menu_inner.grid_container{flex-direction:column;gap:18px;padding:0 5vw;display:flex}.header_mobile_nav{background:#fcfdfec7;border:1px solid #ffffffe6;border-radius:32px;flex-direction:column;padding:8px;display:flex;overflow:hidden;box-shadow:0 24px 60px #1436b42e}.header_mobile_nav_link{color:var(--black);font-family:var(--font-family);opacity:0;min-height:62px;transition:background .25s,color .25s,opacity .35s,transform .35s;transition-delay:calc(var(--mobile-link-index)*45ms);border-radius:24px;justify-content:space-between;align-items:center;padding:0 20px;font-size:22px;font-weight:500;line-height:120%;display:flex;transform:translateY(14px)}.header_mobile_nav_link:after{background:var(--deep-blue);content:"";opacity:.75;width:20px;height:20px;transform:rotate(-45deg);-webkit-mask:url(/assets/icons/sovet_arrow.svg) 50%/contain no-repeat;mask:url(/assets/icons/sovet_arrow.svg) 50%/contain no-repeat}.header_mobile_nav_link:hover{background:var(--deep-blue);color:var(--white)}.header_mobile_nav_link:hover:after{background:var(--white)}.header_menu_open .header_mobile_nav_link{opacity:1;transform:translateY(0)}.header_mobile_actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.header_mobile_action{color:var(--black);font-family:var(--font-family);opacity:0;text-align:center;min-height:94px;transition:opacity .35s,transform .35s,background .25s;transition-delay:calc(.22s + var(--mobile-action-index)*45ms);background:#fcfdfeb8;border:1px solid #ffffffe6;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px 8px;font-size:12px;font-weight:500;display:flex;transform:translateY(12px);box-shadow:0 16px 36px #1436b41f}.header_mobile_action:hover{background:var(--white)}.header_mobile_action_icon{height:36px;-webkit-mask:var(--header-icon) center/contain no-repeat;mask:var(--header-icon) center/contain no-repeat;-webkit-mask:var(--header-icon) center/contain no-repeat;background:currentColor;width:36px;display:block}.header_menu_open .header_mobile_action{opacity:1;transform:translateY(0)}.catalog_content_wrapper{align-items:stretch}.catalog_filter_column{display:none}.catalog_products_column{flex:100%;width:100%}.catalog_mobile_filter{display:block}.catalog_mobile_filter_button.button{z-index:80;background:var(--white);width:48px;height:48px;color:var(--deep-blue);justify-content:center;align-items:center;padding:0;transition:background .3s,box-shadow .3s,color .3s,transform .35s,bottom .35s;position:fixed;bottom:22px;right:5vw;box-shadow:0 18px 38px #1436b447}.catalog_mobile_filter_button.button:hover{background:var(--pale-lavender)}.catalog_filter_actions{background:#fff;border-radius:16px;flex-flow:wrap;gap:10px;width:100%;margin:0 auto;padding:10px;display:flex;position:sticky;inset:auto 0 -22px}.catalog_filter_actions button{width:calc(50% - 5px)}.catalog_filter_actions .catalog_filter_reset{background:var(--white)}.catalog_mobile_filter_icon{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M1.8 7.8h6.7C8.8 9.1 10 10 11.3 10c1.4 0 2.6-.9 2.9-2.3h10c.5.1.8-.3.8-.7 0-.4-.3-.7-.7-.7h-10a3.1 3.1 0 0 0-3-2.3c-1.3 0-2.5.9-2.9 2.3H1.8c-.5 0-.8.3-.8.7 0 .4.3.8.8.8z' fill='%231436B4'/%3E%3Ccircle cx='11.3' cy='7' r='1.5' fill='%2300ACFF'/%3E%3Cpath d='M24.2 12.3h-1.6a3 3 0 0 0-2.9-2.3c-1.4 0-2.6.9-2.9 2.3h-15c-.5 0-.8.3-.8.7 0 .4.3.7.7.7h15.1a3 3 0 0 0 2.9 2.3c1.4 0 2.6-.9 2.9-2.3h1.6c.4 0 .7-.3.7-.7.1-.4-.2-.7-.7-.7z' fill='%231436B4'/%3E%3Ccircle cx='19.7' cy='13' r='1.5' fill='%2300ACFF'/%3E%3Cpath d='M24.2 18.3H9.7A2.9 2.9 0 0 0 6.8 16c-1.4 0-2.6.9-2.9 2.3H1.7c-.4 0-.7.3-.7.7s.3.7.7.7h2.2A2.9 2.9 0 0 0 6.8 22c1.4 0 2.6-.9 2.9-2.3h14.5c.4 0 .7-.3.7-.7s-.3-.7-.7-.7z' fill='%231436B4'/%3E%3Ccircle cx='6.8' cy='19' r='1.5' fill='%2300ACFF'/%3E%3C/svg%3E") 50%/contain no-repeat;width:26px;height:26px;transition:background .2s;display:block;position:relative}.catalog_mobile_filter_icon:before,.catalog_mobile_filter_icon:after{background:var(--deep-blue);content:"";opacity:0;border-radius:4px;width:26px;height:2px;transition:opacity .25s,transform .3s;position:absolute;top:50%;left:50%}.catalog_mobile_filter_button_open.button{background:var(--white);bottom:calc(100dvh - 76px - env(safe-area-inset-top));transform:rotate(90deg);box-shadow:0 18px 42px #02050e29}.catalog_mobile_filter_button_open .catalog_mobile_filter_icon{background:0 0}.catalog_mobile_filter_button_open .catalog_mobile_filter_icon:before{opacity:1;transform:translate(-50%,-50%)rotate(45deg)}.catalog_mobile_filter_button_open .catalog_mobile_filter_icon:after{opacity:1;transform:translate(-50%,-50%)rotate(-45deg)}.catalog_mobile_filter_overlay{opacity:0;pointer-events:none;z-index:68;background:#02050e5c;transition:opacity .35s;position:fixed;inset:0}.catalog_mobile_filter_panel{background:var(--cold-white);z-index:70;border-radius:36px 36px 0 0;height:100dvh;padding:52px 5vw 28px;transition:transform .45s cubic-bezier(.22,1,.36,1);position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(105%);box-shadow:0 -24px 70px #02050e2e}.catalog_mobile_filter_panel .catalog_filter{max-width:520px;margin:0 auto}.catalog_mobile_filter_open .catalog_mobile_filter_overlay{opacity:1;pointer-events:auto}.catalog_mobile_filter_open .catalog_mobile_filter_panel{transform:translateY(0)}.home_categories_wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}.home_frames_text{max-width:60%}.product_detail_block .breadcrumbs_block .grid_container{padding:0}}@media (max-width:960px){.breadcrumbs_block{padding-top:78px}.catalog_content_wrapper{flex-direction:column}.catalog_products_column{flex:none;width:100%}.catalog_products_top{border-radius:28px;flex-direction:column;align-items:flex-start;gap:12px;padding:12px}.catalog_sort{gap:8px 12px}.catalog_sort_button,.catalog_per_page,.catalog_per_page_button{font-size:14px}.catalog_products_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog_filter_title{font-size:28px}.catalog_heading{font-size:40px}.home_banner_slider,.home_banner_slide{min-height:540px}.home_banner_content_left,.home_banner_content_right{inset:auto 5vw 80px}.home_banner_title{font-size:40px}.home_banner_content_right2,.home_banner_content_right3{padding-right:0;bottom:80px;left:5vw;right:5vw}.home_banner_text{font-size:18px}.home_categories_wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}.home_category{height:280px}.home_hits_wrapper,.home_frames_wrapper,.home_rotate_wrapper,.home_guide_wrapper,.footer_wrapper{border-radius:40px}.home_hits_wrapper,.home_rotate_wrapper,.home_guide_wrapper{padding-top:40px}.home_hits_title,.home_guide_heading,.home_tips_heading,.home_frames_title{font-size:32px}.home_hits_slider{min-height:0;overflow:visible}.home_hits_slider .swiper-wrapper{margin-left:0}.home_hits_slide{width:334px!important}.hit_card:hover{transform:none}.hit_card:hover .hit_card_photo,.hit_card_photo{height:260px}.home_frames_wrapper{flex-direction:column;min-height:0;padding:40px 5vw}.home_frames_content,.home_frames_products{width:100%}.home_frames_products{padding-left:0}.home_frames_product{width:100%;max-width:700px;height:220px}.home_frames_product_bottom{margin-left:0}.home_frames_product_bottom .home_frames_point_group{right:0}.home_rotate .home_hits_title{margin-bottom:28px}.home_rotate_stage{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-flow:row;gap:10px;width:100%;height:auto;padding:0 5vw 28px;scroll-padding-right:15px;display:flex;overflow:auto hidden}.home_rotate_orbit{gap:10px;width:auto;min-width:max-content;height:auto;display:flex;position:static;top:auto;left:auto;transform:none!important}.home_rotate_card{scroll-snap-align:start;border-radius:32px;flex:0 0 100%;width:350px;max-width:350px;height:360px;padding:14px;position:relative;top:auto;left:auto;transform:none!important}.home_rotate_card:nth-child(n+8){display:none}.home_rotate_info{border-radius:36px}.home_rotate_icon{width:62px;height:62px}.home_guide_cards{grid-template-columns:1fr}.home_guide_card{border-radius:32px;min-height:460px;padding-top:36px}.home_guide_title{font-size:26px}.home_tips_slider .swiper-wrapper{margin-left:0}.home_tips_slide{width:310px!important}.home_frames_product_bottom .home_frames_dropdown,.home_frames_product_bottom .home_frames_point_group_active .home_frames_dropdown{top:auto;bottom:calc(100% + 10px)}.product_price_box{align-items:baseline}.product_people{margin-bottom:0}.product_cards_slider{min-height:400px}.product_cards_section_recently-viewed .product_cards_wrapper{padding-bottom:30px}.footer_top{grid-template-columns:1fr 1fr}.footer_logo,.footer_contacts{grid-column:1/-1}.footer_bottom{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.grid_container{padding:0 5vw}.breadcrumbs_block{margin-bottom:32px;padding-top:72px}.catalog_heading_block{flex-direction:column;align-items:flex-start;gap:4px}.catalog_heading{font-size:32px}.catalog_count{font-size:16px}.catalog_filter_column,.catalog_products_column{border-radius:28px}.catalog_products_grid{grid-template-columns:1fr}.catalog_product_card{border-radius:28px}.catalog_product_photo{min-height:260px}.catalog_filter_column{padding:22px}.catalog_filter_group{border-radius:28px}.catalog_filter_price_row{grid-template-columns:1fr}.header,.header_wrapper.grid_container{min-height:62px}.header_logo{width:158px}header.header:after{border-radius:0 0 24px 24px;right:0}header.header_scrolled .header_wrapper.grid_container{padding:8px 5vw}.header_mobile_menu{padding-top:82px}.header_mobile_nav{border-radius:28px}.header_mobile_nav_link{border-radius:20px;min-height:56px;padding:0 16px;font-size:19px}.header_mobile_actions{grid-template-columns:repeat(2,minmax(0,1fr))}.header_mobile_action{text-align:left;flex-direction:row;justify-content:flex-start;align-items:center;min-height:66px;padding:10px 14px;font-size:14px}.home_banner_slider,.home_banner_slide{border-radius:0 0 32px 32px;min-height:560px}.home_banner_title{max-width:100%;font-size:26px}.home_banner_text{max-width:100%;font-size:16px}.button{min-height:44px;padding:0 24px}.home_categories{margin-top:12px}.home_categories_wrapper{gap:12px}.home_category{border-radius:28px;height:340px}.home_category_title{margin-bottom:24px;font-size:28px;bottom:24px}.home_hits{overflow:hidden}.home_hits,.home_frames,.home_rotate{margin-bottom:12px}.home_hits_wrapper,.home_frames_wrapper,.home_rotate_wrapper,.home_guide_wrapper,.footer_wrapper{border-radius:28px}.home_hits_wrapper,.home_rotate_wrapper,.home_guide_wrapper{padding-top:30px}.home_hits_title,.home_guide_heading,.home_tips_heading,.home_frames_title{margin-bottom:24px;font-size:28px}.home_hits_slide,.home_tips_slide{width:84vw!important}.hit_card{border-radius:28px}.hit_card_photo,.hit_card:hover .hit_card_photo{height:230px}.hit_card_title{-webkit-line-clamp:2;font-size:18px}.hit_card_cart.button{padding:0 16px}.home_frames_wrapper{gap:28px;padding:30px 5vw}.home_frames_text{font-size:16px}.home_frames_product{height:160px}.home_frames_product_top{margin-bottom:34px}.home_frames_point{gap:10px;width:136px;height:46px;padding:5px 10px}.home_frames_point_text{font-size:14px}.home_frames_point_icon{width:30px;height:30px}.home_frames_point_icon span{width:18px}.home_frames_product_top .home_frames_point_group{bottom:-20px}.home_frames_product_bottom .home_frames_point_group{top:-28px;right:0}.home_frames_dropdown{border-radius:24px;width:220px}.home_rotate_stage{padding-bottom:22px}.home_rotate_card{scroll-snap-align:start;border-radius:28px;flex:0 0 100%;width:82vw;max-width:82vw;height:330px}.home_rotate_info{align-items:flex-start}.home_rotate_icon{width:54px;height:54px}.home_rotate_title{font-size:18px}.home_rotate_text{font-size:12px}.home_guide{padding-bottom:48px}.home_guide_wrapper{padding:30px 5vw 0}.home_guide_card{min-height:430px;padding-top:28px}.home_guide_card_content{padding:0 18px}.home_guide_title{font-size:22px}.home_guide_text{font-size:14px}.home_guide_image_box{height:250px}.home_guide_button{bottom:24px}.home_tips{padding-bottom:48px}.home_tip_card{border-radius:28px;min-height:190px;padding:22px}.home_tip_title{font-size:18px}.home_tip_text{font-size:14px}.home_categories_wrapper{grid-template-columns:repeat(1,minmax(0,1fr))}.catalog_product_photo{height:260px}.footer_wrapper{padding:28px 5vw}.footer_top{grid-template-columns:1fr;gap:28px;padding-bottom:32px}.footer_logo{width:270px;max-width:100%;height:54px}.footer_contact{font-size:16px}.footer_legal{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width:1200px){.product_people_slide{width:calc(31.25% - 6.25px)!important}.online_primerka_banner_content{padding-left:0}.online_primerka_info_wrapper{padding-top:40px;padding-bottom:40px}.online_primerka_info_wrapper h2{font-size:24px}.delivery_terms_content{padding-bottom:10px}.articles_archive_wrapper.grid_container{padding:0}}@media screen and (min-width:767px) and (max-width:1200px){.grid_container.online_primerka_banner_wrapper{min-height:580px;padding-top:84px}.online_primerka_banner_wrapper .content_banner{min-height:440px}.online_primerka_banner_content h1{font-size:32px}.about_vision_content{padding-bottom:5px}.about_vision_wrapper{flex-flow:wrap;display:flex}.about_vision_content h2{font-size:28px}.about_vision_text{margin:35px 0}.about_vision_card_content{padding:20px 15px}.about_store_wrapper{padding:40px 5vw}.about_store_wrapper h2{font-size:28px}.about_documents_list,.about_store_cards{grid-template-columns:repeat(2,minmax(0,1fr))}.grid_container.about_documents_wrapper{padding:0}.laptop_adaptivity .delivery_terms_wrapper{padding-top:40px;padding-bottom:40px}.articles_archive_wrapper.grid_container .articles_archive_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article_online_fitting_content h2{margin-bottom:20px;font-size:22px}.article_online_fitting_text{font-size:16px}.grid_container.article_online_fitting_wrapper{padding-bottom:40px}.privacy_policy.laptop_adaptivity .privacy_policy_wrapper{padding:0}.privacy_policy h1{margin-bottom:30px;font-size:28px}}@media screen and (min-width:1023px) and (max-width:1200px){.about_vision_wrapper{display:grid}.about_vision_content h2,.about_store_wrapper h2{font-size:32px}.about_documents_list,.about_store_cards{grid-template-columns:repeat(3,minmax(0,1fr))}.grid_container.about_documents_wrapper{padding:0}.about_store_wrapper{padding:40px 2vw}.order_process_first .grid_container.order_process_first_wrapper{padding:0}h2.order_process_steps_title{font-size:24px}.articles_archive_wrapper.grid_container .articles_archive_grid{grid-template-columns:repeat(3,minmax(0,1fr))}.article_online_fitting_content h2{margin-bottom:20px;font-size:28px}.grid_container.article_online_fitting_wrapper{padding:40px 30px}.article_online_fitting_image{height:315px}.article_online_fitting_wrapper{align-items:flex-start}.privacy_policy h1{margin-bottom:30px;font-size:32px}}@media (max-width:1023px){.product_people_slide{width:calc(45.4545% - 4.54545px)!important}}@media (max-width:767px){.product_people_slide{width:76vw!important}}@media (max-width:320px){.product_people_slide{width:84vw!important}}@media screen and (min-width:1250px){.select_lenses_product{position:sticky;top:80px}}@media screen and (min-width:1200px) and (max-width:1669px){.grid_container{padding:0 3vw}.privacy_policy .grid_container.privacy_policy_wrapper{padding:0 1vw}.privacy_policy .grid_container.privacy_policy_wrapper .privacy_policy_back{padding-top:85px}.home_banner_wrapper.grid_container{padding:0 2vw}.online_primerka_breadcrumbs.loyalty_breadcrumbs{padding-left:3vw;left:0}.laptop_adaptivity,.product_cards_section,.product_people,.product_characteristics,.home_guide,.home_frames,.home_hits,footer{width:96%;margin:0 auto 20px}.pin-spacer .grid_container{padding-left:0;padding-right:0}body:has(.page_header_dark){--header-color:#02050e}:is(body:has(.page_header_dark) .header_scrolled,body:has(.page_header_dark) .header_menu_open){--header-color:var(--white)}.header_wrapper.grid_container,header.header_scrolled .header_wrapper.grid_container{padding:10px 3vw}.home_banner_content_right{bottom:218px;right:170px}.home_banner_content_right3{padding-right:15px;bottom:231px;right:60px}.hit_card_photo{gap:clamp(18px,2.1vw,50px)}.home_category{height:450px}.hit_card_title{font-size:clamp(18px,2.1vw,20px)}.online_primerka_banner_wrapper{padding-top:84px}.laptop_adaptivity .grid_container,.product_cards_section_similar .product_cards_wrapper,.product_people_wrapper,.home_guide_wrapper,.home_rotate_wrapper,.home_hits_wrapper{padding-top:60px}.home_frames_wrapper{padding:70px 100px 50px}.home_frames_product_bottom .home_frames_point_group{right:-20px}.home_rotate .home_hits_title{margin-bottom:60px}.home_frames_product{width:105%}.product_gallery{flex:0 750px}.article_online_fitting .article_online_fitting_wrapper{padding:40px}.product_detail_block_wrapper{padding-bottom:40px}.product_characteristics_wrapper{padding:40px 20px}.product_sizes{flex:0 670px}.select_lenses_product{min-height:740px;padding:40px 20px}.select_lenses_back{margin-bottom:20px}.select_lenses_product_image{height:350px}.grid_container.online_primerka_fit_wrapper{padding-bottom:60px}.grid_container.online_primerka_banner_wrapper{margin:0 auto;padding-top:84px;padding-left:1vw;padding-right:1vw}.frame_choice_first .breadcrumbs_block .grid_container{padding-top:0;padding-left:1vw}.frame_choice_first .grid_container.frame_choice_first_wrapper{padding:0 1vw}.grid_container.order_process_guarantee_wrapper{padding:0}.grid_container.order_process_guarantee_wrapper .order_process_guarantee_content{padding:20px 20px 20px 0}.order_process_guarantee_wrapper{padding:0}.order_process_first .grid_container.order_process_first_wrapper{padding:0 0 0 1vw}.order_process_first .breadcrumbs_block .grid_container{padding-top:0;padding-left:1vw}.laptop_adaptivity .delivery_terms_wrapper{padding-top:40px;padding-bottom:40px}.loyalty_levels_wrapper,.loyalty_writeoff_wrapper{padding:60px 20px}.loyalty_writeoff_notes,.loyalty_writeoff_content{width:calc(50% - 20px);max-width:781px}.articles_archive_wrapper.grid_container{padding:0}.footer_wrapper{padding:40px 3vw}}@media screen and (min-width:1200px) and (max-width:1420px){.catalog_filter_column{background:var(--cold-white);border-radius:40px;flex:0 0 360px}.catalog_products_top{flex-flow:wrap;padding-left:15px}.catalog_product_photo{height:260px}.online_primerka_banner_content{padding-left:60px}.about_documents_list{grid-template-columns:repeat(3,minmax(0,1fr))}.about_document_link{font-size:18px}.footer_logo{width:290px}}@media (max-width:960px){.product_detail_block{border-radius:0 0 40px 40px;padding:0 0 32px}.grid_container.product_detail_block_wrapper{padding-bottom:40px}.product_detail_wrapper{flex-direction:column}.product_gallery{flex:auto;max-width:none}.product_gallery_main{height:360px}.product_info{padding-top:0}.product_title{font-size:40px}.product_characteristics_content{flex-direction:column;gap:36px}.product_characteristics_left,.product_sizes{flex:auto;max-width:none}.product_characteristic[data-characteristic-column-hidden=true]{display:none}.product_characteristics_open .product_characteristic[data-characteristic-column-hidden=true]{display:grid}.product_characteristics_more{width:100%;max-width:260px;margin-left:auto;margin-right:auto;display:flex}.product_triggers_wrapper{grid-template-columns:1fr}.product_people_title,.product_cards_title{font-size:34px}.footer_wrapper{padding-top:40px}.footer_logo{width:270px}}@media (max-width:767px){.product_characteristic[data-characteristic-column-hidden=true]{display:grid}.product_characteristic[data-characteristic-hidden=true]{display:none}.product_characteristics_open .product_characteristic[data-characteristic-hidden=true]{display:grid}.articles_archive_wrapper.grid_container{padding:0 4vw}}@media (max-width:560px){.product_detail_block{border-radius:0 0 32px 32px}.product_gallery_main{border-radius:28px;height:300px}.product_gallery_main_slide{border-radius:28px}.product_gallery_try_on{top:12px;left:12px}.product_gallery_thumb_slide,.product_gallery_thumb{height:64px}.product_price_row,.product_actions{flex-direction:column;align-items:flex-start}.product_title{margin-bottom:22px;font-size:28px}.product_price{font-size:24px}.product_bonus{margin-bottom:36px}.product_actions,.product_lenses_button{max-width:none}.product_actions{flex-direction:row}.product_characteristics_wrapper{border-radius:32px;padding:28px 5vw}.product_characteristics_columns{grid-template-columns:1fr}.product_characteristic{grid-template-columns:1fr;gap:8px}.product_size_item{border-radius:28px;align-items:flex-start;gap:10px}.product_size_icon{margin-right:0}.product_trigger{border-radius:28px;padding:15px}.product_trigger_icon{margin-right:15px}.product_trigger_text{font-size:14px}.product_people_wrapper{border-radius:32px;padding:36px 5vw}.product_people_title{margin-bottom:28px;font-size:28px}.product_people_slide,.product_people_link{height:360px}.product_people_slide{width:76vw!important}.product_people_link{border-radius:28px}.product_cards_wrapper{border-radius:32px;padding-top:36px}.product_cards_title{margin-bottom:28px;font-size:28px}.product_cards_slide{flex-flow:column;display:flex}.product_cards_slide .hit_card_body,.product_cards_slide .hit_card{flex-flow:column;flex-grow:1;display:flex}.product_cards_slide .hit_card_title{flex-grow:1}.online_primerka_banner{border-radius:0 0 36px 36px;min-height:360px}.online_primerka_banner_wrapper{min-height:360px;padding-top:76px}.online_primerka_banner_wrapper .content_banner{min-height:auto;margin-bottom:35px}.online_primerka_banner_content{max-width:560px;margin-top:250px}.online_primerka_banner_content h1{font-size:42px}.online_primerka_info_cards{grid-template-columns:repeat(2,minmax(0,1fr))}.online_primerka_fit_top{grid-template-columns:1fr}.online_primerka_fit_text{max-width:none}.online_primerka_fit_text p:first-of-type{margin-top:30px}.online_primerka_fit_bottom{grid-template-columns:1fr}.online_primerka_fit_bottom_text{order:-1}.about_vision_wrapper{grid-template-columns:1fr;padding:0 40px 40px}.about_vision_content{max-width:none;padding-bottom:20px}.about_vision_content .button{margin-top:36px}.about_vision_animation{max-width:none;max-height:none}.about_store_cards,.about_documents_list{grid-template-columns:repeat(2,minmax(0,1fr))}.online_primerka_banner_wrapper{z-index:0;position:relative}.online_primerka_banner_wrapper:after{content:"";z-index:-1;background:#0049db66;width:100%;height:100%;position:absolute;top:0;left:0}.articles_archive_wrapper.grid_container{padding:0 4vw}.wrapper_box{border-radius:32px;padding:10px 10px 0}}@media (max-width:768px){.online_primerka_banner{background-position:58%;border-radius:0 0 28px 28px;min-height:380px}.online_primerka_banner_wrapper{min-height:380px;padding-top:72px}.online_primerka_breadcrumbs{font-size:12px}.online_primerka_banner_content{max-width:100%;margin-top:30px}.online_primerka_banner_content h1{font-size:28px}.online_primerka_banner_text p{font-size:14px}.online_primerka_banner_actions{flex-flow:column;align-items:stretch}.online_primerka_banner_actions .button{width:100%;min-width:0}.online_primerka_info_wrapper{border-radius:32px;padding:36px 5vw}.online_primerka_info_wrapper h2{font-size:24px}.online_primerka_info_cards{grid-template-columns:1fr;margin-top:28px}.online_primerka_info_card{border-radius:32px 32px 0 0;min-height:300px;padding:42px 18px 0}.online_primerka_info_card:before{font-size:28px}.online_primerka_fit_wrapper{border-radius:32px;padding:36px 5vw}.online_primerka_fit_top{gap:28px}.online_primerka_fit_text h2,.online_primerka_fit_bottom_text h2{font-size:24px}.online_primerka_fit_text p,.online_primerka_fit_bottom_text p{font-size:14px}.online_primerka_fit_text p:first-of-type,.online_primerka_fit_bottom_text p:first-of-type{margin-top:24px}.online_primerka_fit_bottom{border-radius:32px;gap:24px;margin-top:28px;padding:36px 18px 0}.online_primerka_fit_bottom_text{padding-bottom:0}.online_primerka_info_image{width:calc(100% - 2vw);margin:15px auto 0}.about_vision_wrapper{border-radius:32px;gap:28px;padding:36px 5vw}.about_vision_content{padding:0}.about_vision_content h2{font-size:28px}.about_vision_text{gap:12px;margin-top:24px}.about_vision_text p{font-size:16px}.about_vision_animation{grid-template-columns:1fr}.about_vision_column_left,.about_vision_column_right{animation:none;transform:none}.about_vision_card{border-radius:32px;flex-basis:320px;height:320px;padding:14px}.about_vision_card_content{border-radius:24px;padding:16px}.about_vision_card_content h3{font-size:18px}.about_vision_card_content p{margin-top:10px;font-size:13px}.about_store_wrapper{border-radius:32px;padding:36px 5vw}.about_store_wrapper h2{font-size:28px}.about_store_cards{grid-template-columns:1fr;margin-top:28px}.about_store_card{border-radius:32px;padding:14px 14px 28px}.about_store_card img{border-radius:24px}.about_store_card h3{font-size:22px}.about_store_card p{font-size:16px}.about_documents_wrapper{border-radius:32px;padding:36px 5vw}.about_documents_wrapper h2{margin-bottom:28px;font-size:28px}.about_documents_list{grid-template-columns:1fr}.about_document_link{border-radius:28px;min-height:88px;padding:22px;font-size:18px}}@media (min-width:768px) and (max-width:1200px){.online_primerka_banner{min-height:auto}.online_primerka_banner_wrapper .content_banner{min-height:440px}.online_primerka_banner_content{max-width:70%}.online_primerka_banner_actions{flex-flow:wrap;gap:10px}.online_primerka_banner_actions .button{text-align:center;width:calc(50% - 10px);min-width:0;padding:0 5px}.online_primerka_fit_top,.online_primerka_info_cards{grid-template-columns:repeat(2,minmax(0,1fr))}.online_primerka_info_image{width:90%;margin:25px auto 0}.about_vision_wrapper{padding:0 24px 40px}.about_vision_content{padding-top:40px}}@media (max-width:960px){.articles_archive_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article_card{min-height:200px;padding:24px}.loyalty_breadcrumbs{top:78px;left:5vw;right:5vw}.loyalty_banner_content{max-width:680px;inset:auto 5vw 80px;transform:none}.loyalty_banner_content .home_banner_title{font-size:40px}.loyalty_banner_content .home_banner_text{max-width:100%;font-size:18px}.loyalty_how_wrapper{border-radius:40px;padding-top:40px}.loyalty_how_wrapper h2{margin-bottom:32px;font-size:32px}.loyalty_how_cards{grid-template-columns:repeat(2,minmax(0,1fr))}.loyalty_how_card{border-radius:32px 32px 0 0;min-height:420px;padding-top:42px}.loyalty_levels_wrapper{border-radius:40px;padding:40px 4vw}.loyalty_levels_wrapper h2{margin-bottom:32px;font-size:32px}.loyalty_levels_list{grid-template-columns:repeat(2,minmax(0,1fr))}.loyalty_level{border-radius:40px;min-height:200px}.loyalty_rules_wrapper{border-radius:40px;padding-top:40px}.loyalty_rules_wrapper h2{margin-bottom:32px;font-size:32px}.loyalty_rules_list{grid-template-columns:repeat(2,minmax(0,1fr))}.loyalty_rule{border-radius:32px 32px 0 0;min-height:140px;padding:42px 18px 32px}.loyalty_writeoff_wrapper{border-radius:40px;flex-direction:column;gap:32px;padding:40px 4vw}.loyalty_writeoff_content,.loyalty_writeoff_notes{max-width:none}.loyalty_writeoff_content h2{margin-bottom:28px;font-size:32px}.delivery_terms_wrapper{border-radius:40px;grid-template-columns:1fr;padding:40px 4vw}.delivery_terms_content h2{margin-bottom:32px;font-size:32px}.delivery_terms_group{margin-bottom:32px}.delivery_terms_notes{gap:14px}.delivery_terms_note{border-radius:32px;min-height:0;padding:42px 18px 32px}.payment_cash_wrapper,.payment_online_wrapper,.payment_split_wrapper{border-radius:40px;padding-top:40px}.payment_section_title{margin-bottom:30px;font-size:28px}.payment_cash_cards,.payment_online_cards,.payment_split_cards{grid-template-columns:1fr}.payment_cash_card,.payment_online_card,.payment_split_card{border-radius:32px 32px 0 0;min-height:0;padding:42px 18px 32px}.payment_online_card p,.payment_split_card p{font-size:18px}}@media (max-width:560px){.articles_archive_grid{grid-template-columns:1fr}.article_card{border-radius:32px;min-height:180px;padding:22px}.article_card_title{font-size:18px}.article_card_text{font-size:15px}.loyalty_breadcrumbs{font-size:12px;top:72px}.loyalty_banner_content{bottom:64px}.loyalty_banner_content .home_banner_title{max-width:100%;font-size:26px}.loyalty_banner_content .home_banner_text{max-width:100%;font-size:16px}.loyalty_banner_content .home_banner_actions{flex-direction:column;align-items:stretch}.loyalty_banner_content .home_banner_actions .button{width:100%;min-width:0}.loyalty_how_wrapper{border-radius:32px;padding:32px 5vw 0}.loyalty_how_wrapper h2{margin-bottom:24px;font-size:28px}.loyalty_how_cards{grid-template-columns:1fr}.loyalty_how_card{padding:34px 16px 0}.loyalty_how_number{font-size:28px}.loyalty_how_card h3{font-size:18px}.loyalty_how_card p{min-height:0;font-size:15px}.loyalty_levels_wrapper{border-radius:32px;padding:32px 5vw}.loyalty_levels_wrapper h2{margin-bottom:24px;font-size:28px}.loyalty_levels_list{grid-template-columns:1fr}.loyalty_level{border-radius:32px;min-height:180px;padding:34px 16px}.loyalty_level h3{font-size:28px}.loyalty_level p{font-size:16px}.loyalty_level span{font-size:14px}.loyalty_rules_wrapper{border-radius:32px;padding:32px 5vw 0}.loyalty_rules_wrapper h2{margin-bottom:24px;font-size:28px}.loyalty_rules_list{grid-template-columns:1fr}.loyalty_rule{padding:34px 16px 28px}.loyalty_rule p{font-size:16px}.loyalty_writeoff_wrapper{border-radius:32px;gap:28px;padding:32px 5vw}.loyalty_writeoff_content h2{margin-bottom:24px;font-size:28px}.loyalty_writeoff_text p,.loyalty_writeoff_note p{font-size:16px}.loyalty_writeoff_note{border-radius:28px;padding:12px 16px}.delivery_terms_wrapper{border-radius:32px;gap:28px;padding:32px 5vw}.delivery_terms_content h2{margin-bottom:26px;font-size:26px}.delivery_terms_group strong{margin-bottom:18px;font-size:18px}.delivery_terms_group ul{gap:18px}.delivery_terms_group li{padding-left:22px;font-size:16px}.delivery_terms_group li:before{width:7px;height:7px}.delivery_terms_note{padding:34px 16px 28px}.delivery_terms_note p{font-size:16px}.payment_cash_wrapper,.payment_online_wrapper,.payment_split_wrapper{border-radius:32px;padding:32px 5vw 0}.payment_section_title{margin-bottom:24px;font-size:24px}.payment_cash_card,.payment_online_card,.payment_split_card{padding:34px 16px 28px}.payment_cash_card p,.payment_online_card p,.payment_split_card p{font-size:16px}.payment_online_card span,.payment_split_card span{font-size:13px}}@media (max-width:1024px){.privacy_policy{padding-bottom:120px}}@media (max-width:768px){.privacy_policy_back{margin-bottom:28px}.privacy_policy h1{margin-bottom:28px;font-size:32px}.privacy_policy_text,.privacy_policy_section h2{font-size:15px}.privacy_policy h1{font-size:24px}.privacy_policy{padding:0}.privacy_policy .grid_container.privacy_policy_wrapper{padding:0 5vw}}@media (max-width:480px){.privacy_policy{padding-bottom:70px}.privacy_policy h1{font-size:28px}}@media (max-width:1024px){.article_online_fitting_wrapper{grid-template-columns:1fr}.article_online_fitting_content h2{margin-bottom:30px}}@media (max-width:768px){.article_online_fitting{border-radius:40px;padding:0 20px}.article_online_fitting .article_online_fitting_wrapper{padding:35px 20px}.article_online_fitting_content h2{margin-bottom:20px;font-size:20px}.article_online_fitting_text{font-size:16px}.article_online_fitting_image{height:auto}}@media (max-width:480px){.article_online_fitting_content h2{font-size:26px}.article_online_fitting_text{font-size:16px}.article_online_fitting_image{height:auto}}@media (max-width:1180px){.favorites_products_grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1200px){.profile_orders_grid{grid-template-columns:1fr}.profile_order_card{max-width:none}.profile_order_detail_statuses{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;grid-template-columns:none;grid-auto-columns:120px;grid-auto-flow:column;gap:0;padding:18px 24px 16px;scroll-padding:0 24px;display:grid;overflow:auto hidden}.profile_order_detail_status{scroll-snap-align:center;min-width:120px}.profile_order_detail_statuses::-webkit-scrollbar{display:none}.profile_order_detail_status:after{width:calc(100% - 68px);left:calc(50% + 34px)}.profile_order_detail_products_grid,.profile_order_detail_cards,.profile_addresses_grid{grid-template-columns:1fr}}@media (max-width:1023px){.profile_page{padding-bottom:0}.profile_content{grid-template-columns:1fr}.profile_sidebar{display:none}.profile_mobile_nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);bottom:calc(12px + env(safe-area-inset-bottom));z-index:80;background:#fcfdfedb;border:1px solid #ffffffe0;border-radius:28px;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;gap:6px;padding:8px;display:grid;position:fixed;left:4vw;right:4vw;box-shadow:0 18px 46px #1436b42e}.profile_mobile_tab{color:var(--black);border-radius:22px;justify-content:center;align-items:center;height:50px;transition:background .25s,color .25s,transform .25s;display:flex}.profile_mobile_tab_icon{height:24px;-webkit-mask-image:var(--profile-tab-icon);mask-image:var(--profile-tab-icon);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:var(--profile-tab-icon);background-color:currentColor;width:24px;display:block;-webkit-mask-position:50%;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.profile_mobile_tab_active{background:var(--deep-blue);color:var(--white);transform:translateY(-2px)}}@media (min-width:961px) and (max-width:1520px){.profile_content{grid-template-columns:minmax(200px,26vw) minmax(0,1fr)}.profile_sidebar{max-width:none}.profile_tabs{border-radius:42px;max-width:none;padding:14px}.profile_tab{border-radius:32px;min-height:50px;padding:13px 16px;font-size:16px}.profile_logout{border-radius:32px;min-height:56px;padding:14px 16px 14px 26px;font-size:16px}.profile_order_card{grid-template-columns:68px minmax(0,1fr);gap:12px 16px;position:relative}.profile_order_status{position:absolute;top:15px;right:20px}.profile_order_body{padding-right:92px}}@media (min-width:961px) and (max-width:1023px){.profile_content{grid-template-columns:1fr}}@media (min-width:961px) and (max-width:1190px){.checkout_content{grid-template-columns:minmax(0,1fr) minmax(300px,340px)}.checkout_block{border-radius:42px;padding:20px 28px}.checkout_summary{border-radius:42px;padding:24px 14px}.basket_content{grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:14px}.basket_products{border-radius:42px;padding:14px}.basket_product{grid-template-columns:minmax(120px,32%) minmax(130px,1fr) minmax(86px,auto);grid-template-areas:"image title price""image quantity remove";gap:8px 12px;min-height:124px;padding:10px 14px 10px 0}.basket_product_image{grid-area:image;height:104px}.basket_product_title{grid-area:title}.basket_product_prices{grid-area:price;justify-self:end}.basket_quantity{grid-area:quantity;justify-self:start;width:104px}.basket_product_remove{grid-area:remove;justify-self:end}.basket_summary{border-radius:42px;padding:24px 14px}.basket_total{margin-bottom:28px}.basket_bonus_available{font-size:13px}}@media (max-width:960px){.profile{padding-top:96px}.profile_content{grid-template-columns:1fr}.profile_sidebar,.profile_tabs,.profile_main{max-width:none}.profile_tabs{min-height:auto}.profile_order_card,.profile_personal_submit{max-width:none}.profile_bonuses_overview_grid{grid-template-columns:1fr}.profile_bonus_level_card,.profile_bonus_privileges,.profile_recipe_submit,.profile_recipe_upload_button{max-width:none}.checkout{padding-top:96px}.checkout_title{font-size:40px}.checkout_content{grid-template-columns:1fr}.checkout_form,.checkout_summary{max-width:none}.basket{padding-top:96px}.basket_content{grid-template-columns:1fr}.basket_products,.basket_summary{max-width:none}.basket_product{grid-template-columns:240px minmax(180px,1fr) 100px 115px 24px}.basket_product_image{width:240px}.favorites{padding-top:96px}.favorites_back{margin-bottom:28px}.favorites_title_group h1{font-size:40px}.favorites_products_grid{grid-template-columns:repeat(2,minmax(0,1fr))}body:has(.not_found_page){background-size:118vw}.not_found{padding:120px 5vw 46px}.not_found_image{width:100vw}}@media (max-width:580px){.profile_orders_grid{grid-template-columns:1fr}.profile_order_card{border-radius:28px;grid-template-columns:68px minmax(0,1fr);gap:12px;max-width:none;height:auto;min-height:177px;padding:14px}.profile_order_status{grid-column:1/-1;justify-self:start}.profile_order_images{flex-wrap:wrap}.profile_order_image{width:92px;height:92px}.profile_order_detail{border-radius:32px;padding:10px}.profile_order_detail_header{flex-direction:column;align-items:stretch;gap:12px}.profile_order_detail_back strong{font-size:22px}.profile_order_detail_statuses,.profile_order_detail_block,.profile_order_detail_card{border-radius:28px;padding:14px}.profile_order_detail_statuses{border-radius:32px;min-height:130px;padding:16px 20px 14px;scroll-padding:0 20px}.profile_order_detail_status{min-width:118px}.profile_order_detail_status:after{width:calc(100% - 64px);top:24px;left:calc(50% + 32px)}.profile_order_detail_status_icon,.profile_order_detail_status_icon svg{width:52px;height:52px}.profile_order_detail_status strong{white-space:nowrap;max-width:112px;font-size:16px}.profile_order_detail_status.profile_order_detail_status_active strong,.profile_order_detail_status.profile_order_detail_status_done strong{font-size:16px}.profile_order_detail_status small{white-space:nowrap;font-size:13px}.profile_order_detail_product{border-radius:28px;grid-template-columns:84px minmax(0,1fr);gap:12px;padding:10px}.profile_order_detail_product_image{border-radius:18px;width:84px;height:84px}.profile_order_detail_product h3,.profile_order_detail_product_meta strong{font-size:16px}.profile_order_detail_product_meta{grid-column:2/3;align-items:flex-start}}@media (max-width:560px){.profile{padding:86px 0 20px}.profile_title{margin-bottom:18px;font-size:32px}.profile_content{gap:16px}.profile_sidebar{gap:14px}.profile_tabs,.profile_orders,.profile_addresses,.profile_address_form,.profile_bonuses_overview,.profile_bonus_history,.profile_recipe_block{border-radius:32px;padding:10px}.profile_tab,.profile_logout{min-height:52px;padding:14px 16px;font-size:16px}.profile_info_grid,.profile_orders_grid,.profile_form_grid{grid-template-columns:1fr}.profile_info_card,.profile_personal_block,.profile_password_block,.profile_bonus_level_card,.profile_bonus_privileges{border-radius:32px;max-width:none;padding:20px 16px}.profile_info_card{min-height:154px}.profile_personal_block,.profile_password_block{min-height:auto}.profile_password_modal_overlay{align-items:flex-start;padding:86px 5vw 24px;overflow-y:auto}.profile_password_modal{border-radius:36px;padding:30px 20px}.profile_password_modal h2{margin-bottom:30px;font-size:24px}.profile_password_modal_fields{margin-bottom:30px}.profile_info_card h2,.profile_orders h2,.profile_addresses h2,.profile_address_form h2,.profile_personal_block h2,.profile_password_block h2,.profile_bonuses_overview h2,.profile_bonus_history h2{font-size:22px}.profile_bonus_amount span{font-size:42px}.profile_address_card{border-radius:28px;padding:20px 16px}.profile_address_card h3{font-size:18px}.profile_addresses_add,.profile_address_form_submit{max-width:none}.profile_bonus_history_header{flex-direction:column;align-items:flex-start;gap:12px}.profile_bonus_period{width:100%}.profile_bonus_history_item{grid-template-columns:1fr auto;gap:5px}.profile_bonus_history_title{grid-column:1/2}.profile_bonus_history_amount{grid-area:1/2/3/3}.profile_recipe_block h2{font-size:22px}.profile_recipe_manual_card,.profile_recipe_bottom_grid,.profile_recipe_saved_values{grid-template-columns:1fr}.profile_recipe_upload_group,.checkout_recipe_upload_group{flex-direction:column;align-items:stretch;gap:10px;max-width:none}.profile_recipe_upload_button,.checkout_recipe_upload_button{width:100%}.profile_recipe_upload_file,.checkout_recipe_upload_file{justify-content:space-between;width:100%}.profile_recipe_upload_file span,.checkout_recipe_upload_file span{max-width:none}.profile_recipe_manual_card,.profile_recipe_saved_item,.profile_recipe_file{border-radius:28px}.profile_recipe_saved_head{min-height:58px;padding:17px 20px;font-size:16px}.profile_order_card{border-radius:28px;grid-template-columns:68px minmax(0,1fr);gap:12px;height:auto;min-height:177px;padding:14px}.profile_order_status{order:3;grid-column:1/-1;justify-self:start}.profile_order_images{flex-wrap:wrap}.profile_order_image{width:92px;height:92px}.checkout{padding:86px 0 20px}.checkout_title{margin-bottom:18px;font-size:28px}.checkout_form{gap:14px}.checkout_block{border-radius:32px;padding:20px 16px}.checkout_block h2{font-size:18px}.checkout_fields_grid{grid-template-columns:1fr}.checkout_field_full{margin-bottom:14px}.checkout_text,.checkout_radio,.checkout_agreement{font-size:14px}.checkout_small_button{width:100%;min-width:0}.checkout_summary{border-radius:32px;min-height:auto;padding:24px 14px}.checkout_saved_recipes_overlay{align-items:flex-start;padding:86px 5vw 24px;overflow-y:auto}.checkout_saved_recipes_modal{border-radius:36px;padding:30px 20px}.checkout_saved_recipes_modal h2{margin-bottom:24px;font-size:24px}.checkout_saved_recipe{border-radius:28px;padding:18px}.checkout_saved_recipe_radio{gap:12px;font-size:16px}.checkout_saved_recipe_fields,.checkout_saved_recipe_fields_bottom{grid-template-columns:1fr}.checkout_saved_recipe_file{padding-left:34px}.checkout_saved_recipes_list{margin-bottom:24px}.checkout_saved_recipes_actions{grid-template-columns:1fr}.basket{padding:86px 0 20px}.basket_products{border-radius:32px;padding:10px}.basket_product{border-radius:28px;grid-template-columns:1fr auto;align-items:flex-start;gap:12px;padding:14px}.basket_product_image{grid-column:1/-1;width:100%;height:120px;padding:10px}.basket_product_title{grid-column:1/-1}.basket_product_prices{grid-column:1/2}.basket_quantity{grid-area:auto/1/auto/2}.basket_product_remove{grid-area:4/2/5/3;margin-top:10px}.basket_summary{border-radius:32px;min-height:auto;padding:24px 14px}.basket_summary_row{padding:5px 14px}.basket_summary_row span,.basket_summary_row strong,.basket_total_top span{font-size:16px}.basket_total_top strong{font-size:28px}.basket_total{margin-bottom:24px;padding:14px}.basket_bonus_modal{border-radius:36px;min-height:auto;padding:30px 20px}.basket_bonus_modal h2{font-size:24px}.basket_bonus_modal p{margin-bottom:30px}.basket_bonus_modal_actions{grid-template-columns:1fr}.header_login_modal{border-radius:36px;padding:30px 20px}.header_login_modal h2{font-size:28px}.header_login_modal p{margin-bottom:30px}.header_login_modal_fields{gap:14px;margin-bottom:30px}.header_login_modal_fields_register{margin:30px 0}.header_login_modal_body .header_login_modal_code_text,.header_login_modal_fields_code{margin-bottom:30px}.header_login_modal_fields_recovery{margin:30px 0}.header_login_modal_forgot{margin-top:24px}.profile_logout_modal{border-radius:36px;min-height:auto;padding:30px 20px}.profile_logout_modal h2{font-size:24px}.profile_logout_modal p{margin-bottom:30px}.profile_logout_modal_actions{grid-template-columns:1fr}.favorites{padding:86px 0 20px}.favorites_header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}.favorites_title_group{gap:8px}.favorites_title_group h1{font-size:32px}.favorites_title_group span{font-size:15px}.favorites_clear{margin-top:0}.favorites_wrapper_box{border-radius:32px;padding:10px 10px 0}.favorites_products_grid{grid-template-columns:1fr}body:has(.not_found_page){background-position:18% 0;background-size:auto 68vh}.not_found{padding:108px 5vw 38px}.not_found_image{width:100vw}.not_found_back{min-height:44px;padding:0 28px;font-size:14px}}@font-face{font-display:swap;font-family:Google Sans;font-style:normal;font-weight:400;src:url(/assets/fonts/GoogleSans-Regular.ttf)format("truetype")}@font-face{font-display:swap;font-family:Google Sans;font-style:normal;font-weight:500;src:url(/assets/fonts/GoogleSans-Medium.ttf)format("truetype")}@font-face{font-display:swap;font-family:Google Sans;font-style:normal;font-weight:600;src:url(/assets/fonts/GoogleSans-SemiBold.ttf)format("truetype")}@font-face{font-display:swap;font-family:Google Sans;font-style:normal;font-weight:700;src:url(/assets/fonts/GoogleSans-Bold.ttf)format("truetype")}:root{--font-family:"Google Sans", sans-serif;--black:#02050e;--white:#fcfdfe;--cold-white:#f3f5fd;--pale-lavender:#e2e7fa;--light-blue:#d3e4ff;--soft-blue:#c6e9fc;--interactive-blue:#a6c9ff;--action-blue:#2177fe;--deep-blue:#1436b4;--silver-gray:#888d9c;--slate-gray:#5c5f6c;--orange:#ec9546;--green:#5e8072;--yellow:#f9eec1;--violet:#caa6f0;--red:#ca6e65}*{box-sizing:border-box}body{color:var(--black);font-family:var(--font-family);background:#fff;min-width:320px;font-size:16px;font-weight:400;line-height:1.2}body,html{scrollbar-gutter:stable;min-height:100%}.grid_container{width:100%;max-width:1660px;margin:0 auto}.visually_hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}
