html{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#234B96 #ffffff}html::-webkit-scrollbar{width:6px;background:#fff;border:1px solid #ffffff}html::-webkit-scrollbar-thumb{background:#234b96;border-radius:6px}html::-webkit-scrollbar-track{background:#fff}body{font-family:Manrope,Arial,sans-serif;font-size:18px;line-height:24px;font-weight:600;margin:0;padding:0;width:100%;height:auto;min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:space-between;color:#2b3c5c;background-color:#fff;overflow-x:hidden}img{max-width:100%;height:auto}a{text-decoration:none;cursor:pointer}.visuallyHidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}*,*:after,*:before{box-sizing:border-box}ul,ol{padding:0;margin:0}ul li{list-style:none}input,textarea,select{font-size:17px;line-height:28px;font-weight:600;padding:0;border:none;outline:none;font-family:Manrope,Arial,sans-serif;color:#2b3c5c}@media(max-width:768px){input,textarea{font-size:16px}}input::placeholder,textarea::placeholder{font-size:17px;line-height:28px;font-weight:600;color:#758694}@media(max-width:768px){input::placeholder,textarea::placeholder{font-size:16px}}button{cursor:pointer;outline:none}fieldset{padding:0;margin:0;border:none}h1,h2,h3,h4,h5{margin:0}p{padding:0;margin:0}.button{border:none;font-family:Manrope,Arial,sans-serif;font-weight:700;font-size:17px;line-height:24px;background-color:transparent;padding:0}.buttonAccent{color:#fff;background-color:#234b96;border-radius:18px;padding:12px 16px;display:inline-flex;align-items:center;gap:8px;transition:background-color .3s ease-out}.buttonAccent:hover,.buttonAccent.active,.buttonAccent:active{background-color:#1a3676}.buttonBlue{color:#2b3c5c;background:#e7f3ff;border:2px solid #E7F3FF;border-radius:16px;padding:8px 20px;display:inline-flex;align-items:center;gap:8px;transition:border .3s ease-out}.buttonBlue:hover,.buttonBlue.active,.buttonBlue:active{border:2px solid #426CBB}.buttonStroke{color:#051129;background-color:#fff;border:2px solid #426CBB;border-radius:20px;padding:12px 16px;display:inline-flex;align-items:center;gap:8px;transition:border .3s ease-out,background-color .3s ease-out,color .3s ease-out}.buttonStroke:hover,.buttonStroke.active,.buttonStroke:active{border:2px solid #234B96;background-color:#234b96;color:#fff}.scrollToTop{background-color:#234b96;width:40px;height:40px;display:flex;justify-content:center;align-items:center;position:fixed;bottom:80px;right:60px;cursor:pointer;z-index:10;border-radius:50%;opacity:0;pointer-events:none;transition:opacity .3s ease-out,background-color .3s ease-out}.scrollToTop.visible{opacity:1;pointer-events:auto}.scrollToTop:hover{background-color:#1a3676}.scrollToTop svg{width:20px;height:20px}@media(max-width:1024px){.button{font-size:16px}}@media(max-width:768px){.button{font-size:13px}}.dropdown{position:absolute;top:100%;left:0;margin-top:18px;z-index:103}.wrapper{max-width:1600px;margin:0 auto;padding:0 60px}@media(max-width:1200px){.wrapper{padding:0 40px}}@media(max-width:768px){.wrapper{padding:0 20px}}@font-face{font-family:Manrope;font-weight:400;font-style:normal;font-display:swap;src:url(/assets/Manrope-Regular-7YlB9acO.woff) format("woff"),url(/assets/Manrope-Regular-Dy0jyoUL.ttf) format("truetype"),url(/assets/Manrope-Regular-5Q3PZGen.eot) format("embedded-opentype")}@font-face{font-family:Manrope;font-weight:500;font-style:normal;font-display:swap;src:url(/assets/Manrope-Medium-D_Ycukh7.woff) format("woff"),url(/assets/Manrope-Medium-Bgh4Ro6H.ttf) format("truetype"),url(/assets/Manrope-Medium-DbywUMYo.eot) format("embedded-opentype")}@font-face{font-family:Manrope;font-weight:600;font-style:normal;font-display:swap;src:url(/assets/Manrope-SemiBold-C67NtnZ9.woff) format("woff"),url(/assets/Manrope-SemiBold-CJD5SYW-.ttf) format("truetype"),url(/assets/Manrope-SemiBold-CpoU-N-8.eot) format("embedded-opentype")}@font-face{font-family:Manrope;font-weight:700;font-style:normal;font-display:swap;src:url(/assets/Manrope-Bold-Bs_Xqx7w.woff) format("woff"),url(/assets/Manrope-Bold-DEjRF1uU.ttf) format("truetype"),url(/assets/Manrope-Bold-CJHfZYdc.eot) format("embedded-opentype")}@font-face{font-family:Manrope;font-weight:800;font-style:normal;font-display:swap;src:url(/assets/Manrope-ExtraBold-DzIRs9Hj.woff) format("woff"),url(/assets/Manrope-ExtraBold-zk22q0YZ.ttf) format("truetype"),url(/assets/Manrope-ExtraBold-B3TsqBND.eot) format("embedded-opentype")}.modal{position:fixed;top:0;width:100%;height:100%;background-color:#00072399;z-index:1000;opacity:0;display:flex;justify-content:center;align-items:center;pointer-events:none;transition:opacity .3s ease-out,z-index .3s ease-out;z-index:-1}.modal.active{opacity:1;pointer-events:all;z-index:1000}.modalContent{background-color:#fff;max-width:1200px;width:100%;padding:20px;border-radius:30px;position:relative}.modalClose{position:absolute;top:0;right:-60px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#fff;border-radius:20px;transition:background-color .3s ease-out}.modalClose svg path{stroke:#2b3c5c;transition:stroke .3s ease-out}.modalClose:hover{background-color:#234b96}.modalClose:hover svg path{stroke:#fff}._skeletonWrapper_120it_1{display:flex;align-items:center;gap:8px;overflow:hidden;margin:16px 0}@media(max-width:768px){._skeletonWrapper_120it_1{margin:14px 0 10px;gap:4px}._skeletonWrapper_120it_1 span{height:40px}}._headerTop_120it_17{background-color:#234b96;position:relative;z-index:101;box-shadow:0 4px 14px #1b5cc373}._headerTop_120it_17:before{content:"";position:absolute;left:55%;transform:translate(-50%);top:0;width:625px;height:100%;z-index:0;background-image:url(/assets/decor-header-B86iwxIB.svg);background-repeat:no-repeat}._headerTopContent_120it_35{padding:14px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative}._headerTopInfo_120it_43{display:flex;align-items:center;gap:32px}._headerTopInfoItem_120it_48{position:relative}._headerTopInfoItem_120it_48 span._headerTopInfoLink_120it_51:hover{opacity:1}._headerTopInfoLink_120it_51{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;opacity:1;transition:opacity .3s ease-out}._headerTopInfoLink_120it_51 svg{transform:rotate(0);transition:transform .3s ease-out}._headerTopInfoLink_120it_51._active_120it_67 svg{transform:rotate(180deg)}._headerTopInfoLink_120it_51:hover{opacity:.8}._headerTopInfoPhone_120it_73{width:100%;background-color:#fff;padding:4px;border-radius:12px;box-shadow:0 2px 14px #00000030}._headerTopInfoPhoneItem_120it_80{background-color:transparent;border-radius:10px;transition:background-color .3s ease-out;margin-bottom:4px}._headerTopInfoPhoneItem_120it_80:hover{background-color:#234b96}._headerTopInfoPhoneItem_120it_80:last-child{margin-bottom:0}._headerTopInfoPhoneLink_120it_92{padding:4px 8px;color:#2b3c5c;display:flex;flex-direction:column;transition:color .3s ease-out}._headerTopInfoPhoneLink_120it_92:hover{color:#fff}._headerTopInfoPhoneCity_120it_102{font-size:13px;line-height:20px}._headerTopInfoPhoneNumber_120it_106{font-size:16px;line-height:20px;font-weight:700}._headerMain_120it_111{position:fixed;z-index:100;top:52px;width:100%;background-color:#fff;transition:top .3s ease-out,transform .3s ease-out}._headerMainSpecial_120it_119{border-bottom:2px solid #E7F3FF}._headerMain_120it_111._scroll_120it_122,._headerMain_120it_111._hide_120it_125{top:0}._headerMainContent_120it_128{display:flex;align-items:center;gap:40px;padding:24px 0}._headerMainContentCategories_120it_134{padding:24px 0 8px}._headerCart_120it_137{font-weight:800;font-size:18px}._headerCartTotal_120it_141{padding-left:10px;position:relative}._headerCartTotal_120it_141:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:100%;border-radius:2px;background-color:#fff}._headerCategories_120it_156{background-color:#fff;position:relative;margin:16px 0;z-index:102}._headerCategories_120it_156:before{content:"";position:absolute;right:0;top:0;width:24px;height:100%;z-index:1;pointer-events:none;background:linear-gradient(to right,#fff0,#fff)}._headerCategoriesList_120it_173{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}._headerCategoriesList_120it_173::-webkit-scrollbar{width:0;height:0;background:transparent}._headerCategoriesLink_120it_186{width:max-content;display:block;padding:10px 20px;color:#2b3c5c;background-color:#e7f3ff;font-size:16px;line-height:20px;font-weight:800;border-radius:16px;border:2px solid transparent;transition:border-color .3s ease-out}._headerCategoriesLink_120it_186:hover,._headerCategoriesLink_120it_186._active_120it_67{border-color:#426cbb}@media(max-width:1024px){._headerTop_120it_17:before{width:412px}._headerTopContent_120it_35{padding:12px 0}._headerMain_120it_111{top:48px}._headerMain_120it_111._menu_120it_215{z-index:1002;top:0}._headerMain_120it_111._menu_120it_215 ._headerMainContent_120it_128{padding:24px 0}._headerMain_120it_111._menu_120it_215 ._headerCategories_120it_156{display:none}._headerMainContent_120it_128{gap:20px}._headerMainBurger_120it_228{width:28px;height:28px;display:flex;justify-content:center;align-items:center;position:relative}._headerMainBurger_120it_228 span{position:absolute;width:24px;height:3px;background-color:#2b3c5c;border-radius:3px;transition:background-color .3s ease-out}._headerMainBurger_120it_228 span:before,._headerMainBurger_120it_228 span:after{content:"";position:absolute;width:100%;height:100%;background-color:#2b3c5c;border-radius:3px;left:0;transform:rotate(0);transition:transform .3s ease-out,top .3s ease-out}._headerMainBurger_120it_228 span:after{top:6px}._headerMainBurger_120it_228 span:before{top:-6px}._headerMainBurger_120it_228._active_120it_67 span{background-color:transparent}._headerMainBurger_120it_228._active_120it_67 span:before{transform:rotate(45deg);top:0}._headerMainBurger_120it_228._active_120it_67 span:after{transform:rotate(-45deg);top:0}._headerCart_120it_137{font-size:17px;padding:12px 20px;gap:12px}._headerCartTotal_120it_141{display:none}._headerCartTotal_120it_141:before{display:none}}@media(max-width:768px){._headerTop_120it_17:before{left:67%;transform:translate(-50%);width:145px;background-image:url(/assets/decor-header_mob-vXNeobq2.svg)}._headerTopContent_120it_35{padding:9px 0}._headerTopInfoLink_120it_51{font-size:15px}._headerTopInfoLink_120it_51 img{width:16px}._headerTopInfoPhoneNumber_120it_106{font-size:15px}._headerMain_120it_111{top:42px}._headerMain_120it_111._scroll_120it_122{z-index:102}._headerMain_120it_111._menu_120it_215 ._headerMainContent_120it_128{padding:14px 0}._headerMainContent_120it_128{gap:12px;padding:14px 0 12px}._headerMainContentCategories_120it_134{padding:14px 0 0}._headerMainBurger_120it_228{width:24px;height:24px}._headerMainBurger_120it_228 span{width:20px;height:2px;border-radius:2px}._headerMainBurger_120it_228 span:before,._headerMainBurger_120it_228 span:after{border-radius:2px}._headerMainBurger_120it_228 span:after{top:5px}._headerMainBurger_120it_228 span:before{top:-5px}._headerCart_120it_137{font-size:14px;line-height:24px;padding:9px 14px;gap:8px;border-radius:16px}._headerCart_120it_137 svg{width:18px;height:18px}._headerCategories_120it_156{margin:14px 0 10px}._headerCategoriesList_120it_173{gap:4px}._headerCategoriesLink_120it_186{padding:8px 15px;font-size:13px;font-weight:700}}._mainNav_104t7_1{margin-right:auto}._mainNavList_104t7_4{display:flex;align-items:center;gap:32px}._mainNavItem_104t7_9{position:relative}._mainNavLink_104t7_12{font-size:18px;color:#2b3c5c;font-weight:800;display:flex;align-items:center;gap:10px;transition:color .3s ease-out}._mainNavLink_104t7_12 svg{transform:rotate(0);transition:transform .3s ease-out}._mainNavLink_104t7_12 svg path{fill:#2b3c5c;transition:fill .3s ease-out}._mainNavLink_104t7_12._active_104t7_29{color:#426cbb}._mainNavLink_104t7_12._active_104t7_29 svg{transform:rotate(180deg)}._mainNavLink_104t7_12._active_104t7_29 svg path{fill:#426cbb}._mainNavLink_104t7_12:hover{color:#426cbb}._mainNavLink_104t7_12:hover svg path{fill:#426cbb}._mainNavMoreDropdown_104t7_44{width:max-content;box-shadow:0 2px 14px #00000030;padding:12px;background-color:#fff;border-radius:20px;height:max-content}._mainNavMoreDropdownItem_104t7_52{margin-bottom:4px}._mainNavMoreDropdownItem_104t7_52:last-child{margin-bottom:0}._mainNavMoreLink_104t7_58{max-width:176px;width:100%;padding:12px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out}._mainNavMoreLink_104t7_58 svg path{fill:#2b3c5c}._mainNavMoreLink_104t7_58:hover{background-color:#234b96;color:#fff}._mainNavMoreLink_104t7_58:hover svg path{fill:#fff}._catalogMenu_xnugc_1{position:fixed;top:163px;left:0;padding:0 60px;width:100vw;z-index:1000}._catalogMenuContent_xnugc_9{max-width:1160px;margin:0 auto;width:100%;background-color:#fff;box-shadow:0 2px 14px #00000030;border-radius:40px;padding:24px 20px}._catalogMenuList_xnugc_18{columns:3;column-gap:11px}._catalogMenuItem_xnugc_22{margin-bottom:11px}._catalogMenuLink_xnugc_25{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:28px;border:2px solid #E7F3FF;background-color:#fff;transition:background-color .3s ease-out,border .3s ease-out}._catalogMenuLink_xnugc_25:hover{background-color:#fff3e4;border:2px solid #FFF3E4}._catalogMenuTitle_xnugc_39{display:block;width:calc(100% - 72px);font-size:17px;line-height:24px;font-weight:700;color:#2b3c5c}@media(max-width:1024px){._catalogMenu_xnugc_1{position:relative;top:unset;padding:0;width:100%;z-index:-1;max-height:0;opacity:0;pointer-events:none;transition:max-height .3s ease-out,opacity .3s ease-out}._catalogMenu_xnugc_1._active_xnugc_59{max-height:1000px;opacity:1;z-index:1;pointer-events:auto}._catalogMenuContent_xnugc_9{max-width:100%;background-color:transparent;box-shadow:none;border-radius:0;padding:0}._catalogMenuList_xnugc_18{padding:16px 0 0;columns:unset;column-gap:unset;display:flex;flex-direction:column;gap:2px}._catalogMenuItem_xnugc_22{margin-bottom:0}._catalogMenuLink_xnugc_25{padding:8px 0;border-radius:0;border:none;background-color:transparent}._catalogMenuLink_xnugc_25:hover{background-color:transparent;border:none}._catalogMenuTitle_xnugc_39{width:calc(100% - 48px);font-size:18px}}@media(max-width:768px){._catalogMenuTitle_xnugc_39{font-size:16px}}._skeletonWrapper_xnugc_103{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}._userNav_1on2q_1{display:flex;align-items:center;gap:32px}._userNavLink_1on2q_6{display:flex;align-items:center;gap:10px;color:#fff;opacity:1;transition:opacity .3s ease-out}._userNavLink_1on2q_6:hover{opacity:.8}._language_1elmc_1{position:relative}._languageButton_1elmc_4{color:#fff;display:flex;align-items:center;gap:10px;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .3s ease-out}._languageButton_1elmc_4 svg{transform:rotate(0);transition:transform .3s ease-out}._languageButton_1elmc_4._active_1elmc_18 svg{transform:rotate(180deg)}._languageButton_1elmc_4:hover{opacity:.8}._languageDropdown_1elmc_24{width:80px;left:unset;right:0;background-color:#fff;padding:4px;border-radius:12px;box-shadow:0 2px 14px #00000030}._languageDropdownItem_1elmc_33{background-color:transparent;border-radius:10px;transition:background-color .3s ease-out;margin-bottom:4px}._languageDropdownItem_1elmc_33:hover{background-color:#234b96}._languageDropdownItem_1elmc_33:last-child{margin-bottom:0}._languageDropdownButton_1elmc_45{padding:4px;width:100%;color:#2b3c5c;text-align:center;text-transform:uppercase;font-weight:800;transition:color .3s ease-out}._languageDropdownButton_1elmc_45:hover{color:#fff}@media(max-width:768px){._languageButton_1elmc_4{font-size:14px;gap:4px}._languageButton_1elmc_4 svg{width:8px;height:8px}._languageDropdown_1elmc_24{width:60px}._languageDropdownButton_1elmc_45{font-size:13px;padding:2px;border-radius:10px}}._search_1hdva_1{position:relative}._searchButton_1hdva_4{display:flex}._searchField_1hdva_7{display:block;width:0;position:absolute;right:0;top:50%;margin-right:0;transform:translateY(-50%);transition:width .3s ease-out,margin-right .3s ease-out}._searchField_1hdva_7._active_1hdva_17{width:338px;margin-right:40px}._searchLabel_1hdva_21{display:block;width:100%;height:36px;border-radius:15px;padding:0;background-color:#fff;border:none;transition:padding .3s ease-out,border .1s ease-out}._searchLabel_1hdva_21._active_1hdva_17{padding:4px 20px;border:2px solid #E7F3FF}._searchInput_1hdva_35{font-size:17px;line-height:28px;width:100%;color:#2b3c5c;background-color:transparent}._searchInput_1hdva_35::placeholder{color:#2b3c5c}._searchResults_1hdva_45{position:absolute;top:100%;right:0;width:688px;background-color:#fff;box-shadow:0 4px 14px #00000030;border-radius:30px;margin-top:28px;z-index:-1;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s ease-out}._searchResults_1hdva_45._active_1hdva_17{opacity:1;pointer-events:auto;z-index:100}._searchResultsList_1hdva_65{display:flex;flex-direction:column;gap:24px}._searchResultsItem_1hdva_70{display:flex;align-items:center;gap:20px;padding-bottom:24px;border-bottom:1px solid #EDF1F7}._searchResultsItem_1hdva_70:last-child{padding-bottom:0;border-bottom:none}._searchResultsItemImage_1hdva_81{width:108px;height:80px}._searchResultsItemImage_1hdva_81 img{width:100%;height:100%;object-fit:cover;border-radius:16px}._searchResultsItemInfo_1hdva_91{max-width:300px;width:100%}._searchResultsItemName_1hdva_95{font-size:18px;line-height:24px}._searchResultsItemWeight_1hdva_99{font-size:16px;line-height:17px;color:#cacfd5}._searchResultsItemAddCart_1hdva_104{width:140px;margin-left:auto}._searchResultsAll_1hdva_108{width:100%;justify-content:center}._searchResultsEmpty_1hdva_112{display:flex;flex-direction:column;align-items:center;gap:28px;padding:100px 0}._searchResultsEmpty_1hdva_112 p{font-size:17px;line-height:24px;font-weight:700;text-align:center;color:#aab7c4}@media(max-width:1350px){._searchField_1hdva_7._active_1hdva_17{width:260px}}@media(max-width:1250px){._searchField_1hdva_7._active_1hdva_17{width:160px}}@media(max-width:1024px){._search_1hdva_1{position:static}._searchField_1hdva_7{right:0;top:110px;height:100vh;transform:translateY(0);background-color:#fff;border-top:2px solid #E7F3FF}._searchField_1hdva_7._active_1hdva_17{width:100%;margin-right:0;padding:32px 40px;z-index:1000}._searchFieldRow_1hdva_154{display:flex;align-items:center;gap:16px}._searchLabel_1hdva_21{width:calc(100% - 64px);height:56px;border-radius:20px;padding:14px 20px;border:2px solid #E7F3FF}._searchInput_1hdva_35{font-size:18px;line-height:28px;color:#758694}._searchInput_1hdva_35::placeholder{color:#758694}._searchDelete_1hdva_174{width:48px;height:48px;padding:0;justify-content:center;border-radius:20px}._searchDelete_1hdva_174 svg{width:22px;height:22px}._searchResults_1hdva_45{position:relative;top:unset;right:unset;width:100%;height:65vh;box-shadow:none;border-radius:0;margin-top:42px;padding:0}._searchResults_1hdva_45._active_1hdva_17{z-index:1001}._searchResultsItem_1hdva_70{padding-bottom:28px;margin-bottom:28px}._searchResultsItem_1hdva_70:last-child{margin-bottom:48px}._searchResultsEmpty_1hdva_112{justify-content:center;padding:0;height:80%}}@media(max-width:768px){._searchButton_1hdva_4 svg{width:24px;height:24px}._searchField_1hdva_7{top:80px}._searchField_1hdva_7._active_1hdva_17{padding:24px 20px}._searchFieldRow_1hdva_154{gap:10px}._searchLabel_1hdva_21{width:calc(100% - 52px)}._searchInput_1hdva_35{font-size:16px}._searchDelete_1hdva_174{width:42px;height:42px;border-radius:18px}._searchResults_1hdva_45{height:70vh;margin-top:20px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._searchResults_1hdva_45::-webkit-scrollbar{width:0;height:0;background:transparent}._searchResultsItem_1hdva_70{padding-bottom:20px;margin-bottom:20px;flex-wrap:wrap;align-items:flex-start;gap:0}._searchResultsItem_1hdva_70:last-child{margin-bottom:26px}._searchResultsItemImage_1hdva_81{width:100px;height:74px;margin-right:20px}._searchResultsItemInfo_1hdva_91{max-width:calc(100% - 120px);width:100%}._searchResultsItemName_1hdva_95{font-size:16px;line-height:20px;font-weight:700;margin-bottom:8px}._searchResultsItemWeight_1hdva_99{font-weight:700}._searchResultsItemAddCart_1hdva_104{font-size:16px;width:130px;font-weight:800}._searchResultsItemAddCart_1hdva_104 svg{width:24px;height:24px}._searchResultsAll_1hdva_108{font-size:16px;padding:12px}._searchResultsEmpty_1hdva_112{justify-content:center;padding:0;height:80%}}._cartNote_iahxt_1{position:fixed;width:100%;top:150px;height:auto;z-index:1005;opacity:0;pointer-events:none;transition:opacity .3s ease-out}._cartNote_iahxt_1._active_iahxt_11{opacity:1;pointer-events:all}._cartNoteContent_iahxt_15{width:300px;margin-left:auto;background-color:#3b9c2b;border-radius:18px;display:flex;align-items:center;gap:12px;padding:12px 16px}._cartNoteText_iahxt_25{display:flex;flex-direction:column;width:calc(100% - 40px)}._cartNoteText_iahxt_25 span{color:#fff;font-size:16px;line-height:22px;font-weight:800}@media(max-width:768px){._cartNote_iahxt_1{top:80px}._cartNoteContent_iahxt_15{width:260px}._cartNoteText_iahxt_25 span{font-size:14px;line-height:20px}}._logo_14koo_1{display:flex;max-width:110px}._logoFooter_14koo_5{max-width:140px;margin:0 auto 36px}@media(max-width:1024px){._logoHeader_14koo_10{margin:0 auto}._logoFooter_14koo_5{max-width:120px;margin:0 auto 42px}}@media(max-width:768px){._logoHeader_14koo_10{max-width:92px}._logoFooter_14koo_5{max-width:100px;margin:0 auto 32px}}._mobileMenu_12yew_1{position:fixed;top:111px;left:0;width:100%;height:calc(100vh - 111px);background-color:#fff;z-index:-1;pointer-events:none;opacity:0;display:flex;flex-direction:column;transition:opacity .3s ease-out}._mobileMenu_12yew_1._active_12yew_15{z-index:200;pointer-events:auto;opacity:1}._mobileMenuContent_12yew_20{max-height:calc(100% - 68px)}._mobileMenuPhone_12yew_23{width:100%;position:relative;margin-bottom:20px}._mobileMenuPhoneButton_12yew_28{width:100%;padding:12px 20px;border-radius:20px;border:2px solid #DCEDFF;background-color:#fff;display:flex;align-items:center;gap:16px;box-shadow:0 -4px 14px transparent;transition:box-shadow .3s ease-out,border-color .3s ease-out}._mobileMenuPhoneButton_12yew_28 div{display:flex;flex-direction:column;align-items:flex-start;color:#2b3c5c;font-size:12px;line-height:20px;font-weight:600}._mobileMenuPhoneButton_12yew_28 div span{font-size:20px;line-height:28px;font-weight:800}._mobileMenuPhoneButton_12yew_28 svg{width:20px;height:20px;margin-left:auto;transform:rotate(0);transition:transform .3s ease-out}._mobileMenuPhoneButton_12yew_28._active_12yew_15{box-shadow:0 -4px 14px #00000017;border-color:transparent}._mobileMenuPhoneButton_12yew_28._active_12yew_15 svg{transform:rotate(180deg)}._mobileMenuPhoneList_12yew_68{width:100%;box-shadow:0 -4px 14px #00000017;background-color:#fff;border-radius:20px;padding:12px 24px}._mobileMenuPhoneItem_12yew_75{margin-bottom:10px}._mobileMenuPhoneItem_12yew_75:last-child{margin-bottom:0}._mobileMenuPhoneLink_12yew_81{color:#2b3c5c;display:flex;flex-direction:column}._mobileMenuPhoneCity_12yew_86{font-size:12px;line-height:20px;font-weight:600}._mobileMenuPhoneNumber_12yew_91{font-size:16px;line-height:28px;font-weight:700}._mobileMenuBottom_12yew_96{margin-top:auto;position:relative;background-color:#234b96;padding:20px 0}._mobileMenuBottom_12yew_96:before{content:"";position:absolute;right:40px;top:0;width:176px;height:130px;z-index:1;background-image:url(/assets/menu-decor-U8kZZudR.svg);background-repeat:no-repeat}._mobileMenuList_12yew_113{padding:0 16px 32px;overflow-y:auto;max-height:65vh;scrollbar-width:none;-ms-overflow-style:none}._mobileMenuList_12yew_113::-webkit-scrollbar{width:0;height:0;background:transparent}._mobileMenuItem_12yew_125{padding-bottom:16px;margin-bottom:16px;border-bottom:2px solid #DCEDFF}._mobileMenuLink_12yew_130{display:block;color:#2b3c5c;font-size:20px;line-height:24px;font-weight:800;padding:8px 0}._mobileMenuLinkAuth_12yew_138{display:flex;align-items:center;gap:12px;padding:14px 0}._mobileMenuLink_12yew_130 svg{width:20px;height:20px}._mobileMenuMoreButton_12yew_148{width:100%;display:flex;justify-content:space-between;align-items:center}._mobileMenuMoreButton_12yew_148 svg{transform:rotate(0);transition:transform .3s ease-out}._mobileMenuMoreButton_12yew_148._active_12yew_15 svg{transform:rotate(180deg)}._mobileMenuMoreList_12yew_161{opacity:0;max-height:0;overflow:hidden;margin-top:0;transition:opacity .3s ease-out,max-height .3s ease-out,margin-top .3s ease-out}._mobileMenuMoreList_12yew_161._active_12yew_15{opacity:1;max-height:500px;margin-top:16px}._mobileMenuMoreItem_12yew_173{margin-bottom:6px;padding:6px 0}._mobileMenuMoreLink_12yew_177{font-size:18px;line-height:24px;font-weight:700}._mobileMenuCatalogButton_12yew_182{width:100%;display:flex;justify-content:space-between;align-items:center}._mobileMenuCatalogButton_12yew_182 svg{transform:rotate(0);transition:transform .3s ease-out}._mobileMenuCatalogButton_12yew_182._active_12yew_15 svg{transform:rotate(180deg)}@media(max-width:768px){._mobileMenu_12yew_1{top:80px;left:0;padding-top:20px;height:calc(100dvh - 80px)}._mobileMenuContent_12yew_20{max-height:calc(100% - 80px)}._mobileMenuPhone_12yew_23{margin-bottom:16px}._mobileMenuPhoneButton_12yew_28{gap:12px}._mobileMenuPhoneButton_12yew_28 div{font-size:13px}._mobileMenuPhoneButton_12yew_28 svg{width:16px;height:16px}._mobileMenuPhoneList_12yew_68{padding:12px 20px}._mobileMenuPhoneItem_12yew_75{margin-bottom:12px}._mobileMenuPhoneNumber_12yew_91{font-size:18px;font-weight:800}._mobileMenuBottom_12yew_96{padding:20px 5px;z-index:10}._mobileMenuBottom_12yew_96:before{right:20px}._mobileMenuList_12yew_113{padding:0 16px 30px;height:100%}._mobileMenuItem_12yew_125{padding-bottom:12px;margin-bottom:12px}._mobileMenuLink_12yew_130{font-size:17px;padding:9px 0}._mobileMenuLink_12yew_130 svg{width:16px;height:16px}._mobileMenuMoreButton_12yew_148 svg{width:16px;height:16px}._mobileMenuMoreLink_12yew_177{font-size:16px}}._socials_dfpf3_1{display:flex;align-items:center;gap:16px}._socialsLink_dfpf3_6{display:flex;opacity:.8;transition:opacity .3s ease}._socialsLink_dfpf3_6:hover{opacity:1}._socialsFooter_dfpf3_14{margin-top:48px}@media(max-width:1024px){._socialsFooter_dfpf3_14{justify-content:center;gap:16px;margin-top:56px}}@media(max-width:768px){._socialsFooter_dfpf3_14{margin-top:46px}}._footer_azu1d_1{background-color:#234b96;box-shadow:0 -4px 14px #1b5cc373;padding:68px 0;position:relative}._footer_azu1d_1:before{content:"";position:absolute;right:0;top:0;width:110px;height:210px;z-index:0;background-image:url(/assets/footer-ornament-BUClhvFZ.svg)}._footer_azu1d_1:after{content:"";position:absolute;left:0;top:0;transform:scaleX(-1);width:110px;height:210px;z-index:0;background-image:url(/assets/footer-ornament-BUClhvFZ.svg)}._footerContent_azu1d_28{display:flex;justify-content:space-between;gap:36px;flex-wrap:wrap}._footerInfo_azu1d_34{max-width:270px;width:100%}._footerText_azu1d_38{color:#fff;margin-bottom:12px;text-align:center}._footerTitle_azu1d_43{color:#fff;font-size:22px;line-height:32px;font-weight:700;margin-bottom:28px;padding-bottom:12px;position:relative}._footerTitle_azu1d_43:before{content:"";position:absolute;bottom:0;left:0;width:55px;height:3px;background-color:#f5c282}._footerNav_azu1d_61{max-width:200px;width:100%}._footerNavList_azu1d_65{display:flex;flex-direction:column;gap:16px}._footerNavLink_azu1d_70{color:#fff;font-size:17px;line-height:24px;font-weight:700;transition:color .3s ease}._footerNavLink_azu1d_70:hover{color:#fffc}._footerContacts_azu1d_80{max-width:200px;width:100%}._footerContactsLink_azu1d_84{display:flex;align-items:center;gap:11px;font-size:17px;color:#fff;margin-bottom:24px;transition:color .3s ease}._footerContactsLink_azu1d_84:hover{color:#fffc}._footerContactsLink_azu1d_84:last-of-type{margin-bottom:0}._footerBottom_azu1d_99{width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:36px;border-top:2px solid #426CBB}._footerBottomPayments_azu1d_107{display:flex;align-items:center;gap:18px;font-weight:700}._footerBottomPaymentsList_azu1d_113{display:flex;align-items:flex-end;gap:16px}._footerBottomPaymentsTitle_azu1d_118,._footerBottomCopyright_azu1d_124{color:#fff;font-size:16px;line-height:26px;font-weight:700}@media(max-width:1024px){._footer_azu1d_1{padding:56px 0 47px}._footerContent_azu1d_28{flex-wrap:wrap;justify-content:center;gap:0}._footerInfo_azu1d_34{max-width:320px;margin-bottom:56px;order:-1}._footerText_azu1d_38{margin-bottom:0;font-size:17px}._footerTitle_azu1d_43{text-align:center}._footerTitle_azu1d_43:before{left:50%;transform:translate(-50%)}._footerNav_azu1d_61{max-width:50%;order:1}._footerNavList_azu1d_65{gap:12px;align-items:center}._footerNavLink_azu1d_70{display:block;text-align:center}._footerContacts_azu1d_80{max-width:100%;order:0;padding-bottom:56px;margin-bottom:56px;border-bottom:2px solid #5171AC}._footerContactsLink_azu1d_84{justify-content:center}._footerBottom_azu1d_99{order:2;padding-top:40px;margin-top:28px}}@media(max-width:768px){._footer_azu1d_1{padding:42px 0 32px}._footerInfo_azu1d_34{max-width:230px;margin-bottom:48px}._footerText_azu1d_38{font-size:14px;line-height:22px}._footerTitle_azu1d_43{font-size:19px}._footerTitle_azu1d_43:before{left:50%;transform:translate(-50%)}._footerNav_azu1d_61{max-width:60%}._footerNavLink_azu1d_70{display:block;text-align:center;font-size:15px;font-weight:700}._footerContacts_azu1d_80{padding-bottom:48px;margin-bottom:32px}._footerContactsLink_azu1d_84{font-size:15px;line-height:normal;gap:8px;margin-bottom:21px}._footerContactsLink_azu1d_84 svg{width:18px;height:18px}._footerBottom_azu1d_99{padding-top:32px;margin-top:32px;flex-direction:column}._footerBottomPayments_azu1d_107{flex-direction:column;margin-bottom:42px}._footerBottomPaymentsTitle_azu1d_118{font-size:15px}._footerBottomCopyright_azu1d_124{font-size:13px;opacity:.8}}._mainSlider_1n6cx_1{margin-bottom:48px;padding-bottom:48px;position:relative}._mainSliderSlider_1n6cx_6{position:relative}._mainSliderSlider_1n6cx_6 .swiper-pagination-bullets,._mainSliderSlider_1n6cx_6 .swiper-pagination-bullets.swiper-pagination-horizontal,._mainSliderSlider_1n6cx_6 .swiper-pagination-custom,._mainSliderSlider_1n6cx_6 .swiper-pagination-fraction{bottom:-48px;top:unset;left:50%;transform:translate(-50%);width:fit-content;display:flex;justify-content:center;align-items:center;gap:9px}._mainSliderSlider_1n6cx_6 .swiper-pagination-bullets .swiper-pagination-bullet,._mainSliderSlider_1n6cx_6 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0}._mainSliderSlider_1n6cx_6 .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;opacity:1;position:relative;background-color:#f5c282;transition:width .3s ease-out}._mainSliderSlider_1n6cx_6 .swiper-pagination-bullet-active{background-color:#d07e31;width:32px;height:8px;border-radius:30px;position:relative}._mainSliderSlide_1n6cx_6 picture{display:flex}._mainSliderSlide_1n6cx_6 img{border-radius:40px;max-height:484px;height:100%;width:100%;object-fit:cover}._mainSliderButton_1n6cx_53{position:absolute;top:50%;transform:translateY(-50%);background-color:#fffc;border-radius:20px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;z-index:2}._mainSliderButton_1n6cx_53:hover{background-color:#fff}._mainSliderButton_1n6cx_53:disabled{opacity:.4;cursor:not-allowed}._mainSliderButtonPrev_1n6cx_73{left:28px}._mainSliderButtonNext_1n6cx_76{right:28px}@media(max-width:1024px){._mainSlider_1n6cx_1{margin-bottom:88px;padding-bottom:35px}._mainSliderSlide_1n6cx_6 img{border-radius:20px;max-height:350px}._mainSliderButton_1n6cx_53{border-radius:16px;width:42px;height:42px}._mainSliderButtonPrev_1n6cx_73{left:20px}._mainSliderButtonNext_1n6cx_76{right:20px}}@media(max-width:768px){._mainSlider_1n6cx_1{margin-bottom:56px;padding-bottom:25px}._mainSliderSlide_1n6cx_6 img{max-height:300px}._mainSliderButton_1n6cx_53{display:none}._mainSliderSlider_1n6cx_6 .swiper-pagination-bullets,._mainSliderSlider_1n6cx_6 .swiper-pagination-bullets.swiper-pagination-horizontal,._mainSliderSlider_1n6cx_6 .swiper-pagination-custom,._mainSliderSlider_1n6cx_6 .swiper-pagination-fraction{bottom:-20px;gap:4px}._mainSliderSlider_1n6cx_6 .swiper-pagination-bullet{width:5px;height:5px}._mainSliderSlider_1n6cx_6 .swiper-pagination-bullet-active{width:32px;height:5px}}@media(max-width:400px){._mainSliderSlide_1n6cx_6 img{max-height:200px}}._skeletonWrapper_1n6cx_132{margin-bottom:48px}.swiper{overflow:visible!important}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}._homeProducts_1hmz4_1{padding-bottom:20px;position:relative}._homeProductsBlock_1hmz4_5{margin-bottom:48px}._homeProductsList_1hmz4_8{display:flex;gap:28px 20px;flex-wrap:wrap}._homeProductsTitle_1hmz4_13{font-size:25px;line-height:36px;font-weight:800;color:#10203f;margin-bottom:42px}@media(max-width:1024px){._homeProducts_1hmz4_1{padding-bottom:86px}._homeProductsBlock_1hmz4_5:last-child{margin-bottom:0}._homeProductsList_1hmz4_8{gap:28px 14px}._homeProductsTitle_1hmz4_13{font-size:24px;margin-bottom:32px}}@media(max-width:768px){._homeProducts_1hmz4_1{padding-bottom:36px}._homeProductsBlock_1hmz4_5{margin-bottom:36px}._homeProductsList_1hmz4_8{gap:16px 10px}._homeProductsTitle_1hmz4_13{font-size:18px;margin-bottom:16px}}._skeletonWrapper_1hmz4_50{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 20px;padding-bottom:162px}@media(max-width:1400px){._skeletonWrapper_1hmz4_50{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._skeletonWrapper_1hmz4_50{gap:28px 14px}}@media(max-width:768px){._skeletonWrapper_1hmz4_50{gap:16px 10px;grid-template-columns:repeat(2,1fr)}}._skeletonTitle_1hmz4_72{margin-bottom:42px}@media(max-width:768px){._skeletonTitle_1hmz4_72{margin-bottom:16px}}._productCard_184m5_1{width:calc(25% - 15px);border-radius:28px;overflow:hidden;position:relative;background-color:#fff;box-shadow:0 4px 18px transparent;transition:box-shadow .3s ease-out;display:flex;flex-direction:column}._productCard_184m5_1:hover{box-shadow:0 4px 18px #8c0e1333}._productCard_184m5_1:hover img{transform:scale(1.1)}._productCardCart_184m5_18{width:calc(33.33% - 11px)}._productCardBankets_184m5_21{width:calc(33.33% - 11px);border:2px solid #E7F3FF;box-shadow:0 4px 18px transparent;transition:border .3s ease-out,box-shadow .3s ease-out}._productCardBanketsCart_184m5_27{border:2px solid #F5C282;box-shadow:0 4px 18px #8c0e1333}._productCardButton_184m5_31{width:100%}._productCardImage_184m5_34{display:flex;width:100%;height:242px;overflow:hidden}._productCardImage_184m5_34 img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .3s ease-out}._productCardTitle_184m5_47{font-size:18px;line-height:24px;color:#051129;padding:16px 16px 8px;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:left}._productCardWeight_184m5_59{display:block;font-size:16px;line-height:17px;color:#bfc0c2;padding:0 16px 6px;text-align:left}._productCardBottom_184m5_67{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;padding:0 16px 16px}._productCardPrice_184m5_74{font-size:20px;line-height:32px;color:#051129;font-weight:800}._productCardStickers_184m5_80{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:8px}._productCardSticker_184m5_80{padding:6px 12px;font-size:14px;line-height:17px;color:#fff;font-weight:700;text-transform:uppercase;border-radius:12px}._productCardStickerVegan_184m5_97{background-color:#ff7d00}._productCardStickerNew_184m5_100{background-color:#2b9c47}._productCardStickerTop_184m5_103{background-color:#ffe400}@media(max-width:1400px){._productCard_184m5_1{width:calc(33.33% - 14px)}}@media(max-width:1024px){._productCard_184m5_1{width:calc(33.33% - 10px);border-radius:20px}._productCardBankets_184m5_21{width:calc(33.33% - 14px)}._productCardImage_184m5_34{height:135px}._productCardTitle_184m5_47{font-size:18px;line-height:24px;color:#051129;padding:10px 13px 4px 10px}._productCardWeight_184m5_59{padding:0 10px}._productCardBottom_184m5_67{padding:0 10px 10px}._productCardPrice_184m5_74{line-height:28px}._productCardStickers_184m5_80{top:10px;left:10px;gap:4px}._productCardSticker_184m5_80{padding:4px 8px;line-height:16px;border-radius:8px}._productCardAddCart_184m5_147{padding:11px 14px;font-size:16px;line-height:24px}}@media(max-width:768px){._productCard_184m5_1{width:calc(50% - 5px);border-radius:12px}._productCardBankets_184m5_21{width:calc(50% - 6px)}._productCardImage_184m5_34{height:120px}._productCardTitle_184m5_47{font-size:15px;line-height:18px;padding:8px 8px 6px}._productCardWeight_184m5_59{font-size:14px;line-height:17px}._productCardBottom_184m5_67{padding:0 8px 8px}._productCardBottomBankets_184m5_176{flex-direction:column;align-items:flex-start;gap:10px;padding-top:12px}._productCardPrice_184m5_74{font-size:17px;line-height:24px}._productCardSticker_184m5_80{padding:2px 8px;font-size:11px}._productCardAddCart_184m5_147{padding:11px 17px;border-radius:14px;line-height:16px}._productCardAddCartBankets_184m5_195{width:100%;justify-content:center}._productCardAddCart_184m5_147 svg{width:16px;height:16px}}._productModal_177l9_1{overflow-y:auto;padding:0 100px}._productModalBody_177l9_5{display:flex;max-height:520px}._productModalImage_177l9_9{width:calc(100% - 460px);aspect-ratio:1 / 1;display:flex;position:relative;overflow:hidden}._productModalImage_177l9_9 img{width:100%;height:100%;object-fit:cover;border-radius:20px}._productModalSlider_177l9_22{width:100%;height:100%}._productModalSlideButton_177l9_26{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background-color:#fffc;border-radius:18px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}._productModalSlideButton_177l9_26:hover{background-color:#fff}._productModalSlideButton_177l9_26:disabled{opacity:.4;cursor:not-allowed}._productModalSlideButtonPrev_177l9_47{left:16px}._productModalSlideButtonNext_177l9_50{right:16px}._productModalStickers_177l9_53{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:8px;z-index:2}._productModalSticker_177l9_53{padding:8px 12px;font-size:18px;line-height:16px;color:#fff;font-weight:700;text-transform:uppercase;border-radius:12px}._productModalStickerVegan_177l9_71{background-color:#ff7d00}._productModalStickerNew_177l9_74{background-color:#2b9c47}._productModalStickerTop_177l9_77{background-color:#ffe400}._productModalInfo_177l9_80{width:460px;display:flex;flex-direction:column;overflow-y:auto;max-height:calc(90vh - 100px);padding:0 12px 0 24px;position:relative}._productModalTitle_177l9_89{font-size:26px;line-height:32px;font-weight:700;color:#051129;margin-bottom:12px}._productModalWeight_177l9_96{font-size:17px;line-height:24px;color:#bfc0c2;font-weight:700;display:block;margin-bottom:12px}._productModalDesc_177l9_104{font-size:18px;line-height:28px;margin-bottom:24px;white-space:pre-line}._productModalDesc_177l9_104 a{color:#234b96;text-decoration:underline}._productModalAllergens_177l9_114{position:relative}._productModalAllergensButton_177l9_117{width:100%;display:flex;align-items:center;flex-wrap:wrap;font-size:16px;padding:20px;line-height:20px;font-weight:700;color:#051129;border-radius:16px;margin-bottom:24px;border:2px solid #E7F3FF}._productModalAllergensButton_177l9_117 span{padding-left:8px}._productModalAllergensButtonArrow_177l9_134{margin-left:auto;transform:rotate(0);transition:transform .3s ease-out}._productModalAllergensButton_177l9_117._active_177l9_139 ._productModalAllergensButtonArrow_177l9_134{transform:rotate(180deg)}._productModalAllergensText_177l9_142{width:100%;font-size:16px;line-height:26px;font-weight:600;text-align:left;pointer-events:none;opacity:0;max-height:0;padding-top:0;transition:opacity .3s ease-out,max-height .3s ease-out,padding-top .3s ease-out}._productModalAllergensText_177l9_142._active_177l9_139{opacity:1;max-height:1000px;padding-top:15px;pointer-events:all}._productModalAllergensDropdown_177l9_160{margin-top:6px;padding:10px 14px;background:#e7f3ff;border-radius:10px;font-size:13px;line-height:20px;color:#2b3c5c}._productModalOptionsTitle_177l9_169{font-size:20px;line-height:32px;font-weight:700;margin-bottom:16px;color:#051129}._productModalOptionsList_177l9_176{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:28px}._productModalOptionsListRelated_177l9_182{gap:16px;grid-template-columns:repeat(2,1fr)}._productModalOptionsListWeigth_177l9_186{display:flex;align-items:center;gap:6px;margin:8px 0 20px}._productModalOptionsListFillings_177l9_192{gap:8px;grid-template-columns:repeat(3,1fr)}._productModalOptionsItem_177l9_196{display:flex;flex-direction:column;max-width:104px}._productModalOptionsItemRelated_177l9_201,._productModalOptionsItemFillings_177l9_202{max-width:100%}._productModalOptionsItemWeigthButton_177l9_205{font-size:16px;line-height:18px;color:#2b3c5c;padding:6px 12px;background-color:#e7f3ff;border-radius:8px;border:2px solid #E7F3FF;transition:border .3s ease}._productModalOptionsItemWeigthButton_177l9_205._active_177l9_139{border:2px solid #2B3C5C}._productModalBottom_177l9_218{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:20px;background-color:#fff;position:sticky;margin-top:auto;bottom:0}._productModalPrice_177l9_229{font-size:18px;line-height:24px;font-weight:700;color:#fff;padding-left:10px;white-space:nowrap;overflow:hidden;max-width:200px;position:relative;opacity:1;transition:max-width .3s ease,opacity .3s ease,padding-left .3s ease;flex-shrink:0}._productModalPriceHidden_177l9_243{max-width:0;opacity:0;padding-left:0}._productModalPrice_177l9_229:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:2px;height:100%;background-color:#fff;border-radius:2px}._productModalAddCart_177l9_259{padding:14px 20px;justify-content:space-between;flex:1;font-size:18px}._productModalAddCartInner_177l9_265{flex:1;display:flex;align-items:center;gap:8px}._productModalAddCartInner_177l9_265:before,._productModalAddCartInner_177l9_265:after{content:"";flex-grow:0;transition:flex-grow .35s ease}._productModalAddCartInner_177l9_265._center_177l9_277:before,._productModalAddCartInner_177l9_265._center_177l9_277:after{flex-grow:1}._productModalAddCartInnerBankets_177l9_281{justify-content:center}._productModalAddCartInnerBanketsLeft_177l9_284{justify-content:flex-start}._productModalError_177l9_287{position:sticky;bottom:104px}._productModalErrorWrapper_177l9_291{background-color:#eb001b;padding:12px 16px;border-radius:18px;max-width:400px;width:fit-content;display:flex;align-items:center;gap:12px;margin-left:auto}._productModalError_177l9_287 p{font-size:16px;line-height:22px;color:#fff;width:calc(100% - 36px)}._productModalFavorite_177l9_308{display:flex;align-items:center;gap:5px;margin-bottom:28px}._productModalFavorite_177l9_308 svg path{transition:fill .3s ease,stroke .3s ease}._productModalFavoriteText_177l9_317{position:relative;display:inline-block}._productModalFavoriteTextItem_177l9_321{font-size:16px;line-height:20px;font-weight:600;color:#eb001b;white-space:nowrap;transition:opacity .3s ease}._productModalFavoriteTextItem_177l9_321:last-child{position:absolute;left:0;top:50%;transform:translateY(-50%)}@media(max-width:1024px){._productModal_177l9_1{padding:0 86px}._productModalBody_177l9_5{flex-direction:column;max-height:80vh;gap:36px}._productModalImage_177l9_9{max-height:312px;width:100%;overflow:visible}._productModalInfo_177l9_80{width:100%;max-height:100%;padding:0 12px 0 0}._productModalAllergensButton_177l9_117{padding:16px 20px}._productModalOptionsItem_177l9_196{max-width:100%}._productModalBottom_177l9_218{gap:24px;padding-top:24px}}@media(max-width:768px){._productModal_177l9_1{padding:0}._productModalClose_177l9_369{position:fixed;top:20px;right:20px;z-index:10;width:42px;height:42px;background-color:#234b96;border-radius:18px}._productModalClose_177l9_369 svg path{stroke:#fff}._productModalContent_177l9_382{padding:0;border-radius:0;height:100%}._productModalBody_177l9_5{max-height:100dvh;height:100%;gap:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._productModalBody_177l9_5::-webkit-scrollbar{width:0;height:0;background:transparent}._productModalImage_177l9_9{max-height:300px}._productModalImage_177l9_9 img{border-radius:0}._productModalImage_177l9_9:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(0deg,#0000004d 7.86%,#0000);z-index:2}._productModalSlideButton_177l9_26{display:none}._productModalInfo_177l9_80{padding:24px 20px 8px;border-top-left-radius:40px;border-top-right-radius:40px;margin-top:-36px;position:relative;z-index:3;background-color:#fff;overflow:visible;height:100dvh}._productModalTitle_177l9_89{font-size:22px;line-height:28px;font-weight:800;margin-bottom:8px}._productModalWeight_177l9_96{font-size:15px}._productModalDesc_177l9_104{font-size:16px;line-height:24px}._productModalAllergensButton_177l9_117{padding:20px;font-size:15px}._productModalAllergensButton_177l9_117 svg{width:18px;height:18px}._productModalAllergensButton_177l9_117 ._productModalAllergensButtonArrow_177l9_134{width:12px;height:12px}._productModalOptionsTitle_177l9_169{font-size:18px}._productModalOptionsList_177l9_176{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px}._productModalOptionsListRelated_177l9_182{gap:12px;margin-bottom:108px}._productModalBottom_177l9_218{width:calc(100% + 40px);transform:translate(-20px);flex-wrap:wrap;gap:14px;padding:16px 20px;box-shadow:0 -4px 14px #00000017}._productModalPrice_177l9_229{font-size:21px;font-weight:800;color:#051129;padding-left:0;max-width:100%}._productModalPrice_177l9_229:before{display:none}._productModalPriceBankets_177l9_486{color:#fff;padding-left:10px}._productModalPriceBankets_177l9_486:before{display:block}._productModalAddCart_177l9_259{font-size:17px}._productModalAddCartInner_177l9_265{gap:10px;justify-content:center}._productModalStickers_177l9_53{top:20px;left:20px;gap:8px}._productModalSticker_177l9_53{font-size:16px}._productModalError_177l9_287{bottom:154px}._productModalErrorWrapper_177l9_291{padding:13px;max-width:100%;width:100%;justify-content:center;margin-left:0}._productModalError_177l9_287 p{font-size:15px}}._skeletonWrapper_177l9_522{margin-bottom:48px}._productModalOptionsCard_be9ov_1{display:flex;flex-direction:column;height:100%;border:1px solid #DCEDFF;border-radius:16px;overflow:hidden;box-shadow:0 4px 18px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._productModalOptionsCard_be9ov_1:hover{box-shadow:0 4px 18px #8c0e1333}._productModalOptionsCard_be9ov_1.active{border:2px solid #F5C282;box-shadow:0 4px 18px #8c0e1333}._productModalOptionsCard_be9ov_1.active ._productModalOptionsCardPrice_be9ov_18{color:#fff;background-color:#f5c282}._productModalOptionsCard_be9ov_1.productModalOptionsCardRelated ._productModalOptionsCardImg_be9ov_22{height:137px}._productModalOptionsCardWrapper_be9ov_25{display:flex;flex-direction:column;height:100%}._productModalOptionsCardButton_be9ov_30{width:100%}._productModalOptionsCardSelect_be9ov_33{width:calc(100% - 16px);padding:12px;font-size:16px;line-height:20px;font-weight:700;border-radius:16px;margin:auto 8px 8px;justify-content:center}._productModalOptionsCardPrice_be9ov_18{display:block;font-size:16px;line-height:20px;font-weight:800;color:#051129;padding:8px;text-align:center;background-color:#e7f3ff;transition:background-color .3s ease-out,color .3s ease-out}._productModalOptionsCardImg_be9ov_22{width:100%;height:62px;object-fit:cover;margin-bottom:16px}._productModalOptionsCardImgFillings_be9ov_61{height:110px;border-radius:16px;margin-bottom:10px}._productModalOptionsCardName_be9ov_66{font-size:16px;line-height:18px;padding:0 8px;margin-bottom:8px;text-align:center;color:#2b3c5c;-webkit-hyphens:auto;hyphens:auto;word-break:normal;overflow-wrap:break-word}._productModalOptionsCardNameFillings_be9ov_78{font-size:17px;line-height:23px;font-weight:600;margin-bottom:28px}._productModalOptionsCardWeight_be9ov_84{display:block;padding:0 8px;font-size:14px;line-height:24px;color:#bfc0c2;margin-bottom:12px}@media(max-width:768px){._productModalOptionsCard_be9ov_1.productModalOptionsCardRelated ._productModalOptionsCardImg_be9ov_22{height:96px}._productModalOptionsCardImg_be9ov_22{height:96px;margin-bottom:11px}._productModalOptionsCardName_be9ov_66{font-size:15px;line-height:17px;margin-bottom:10px}._productModalOptionsCardWeight_be9ov_84{padding:0 10px;font-size:13px;margin-bottom:10px}}._counter_ynvx4_1{display:flex;align-items:center;justify-content:center;gap:6px}._counterOptions_ynvx4_7{padding:6px 8px;justify-content:space-between;margin:auto 8px 8px;background-color:#234b96;border-radius:11px;transition:background-color .3s ease-out}._counterOptions_ynvx4_7.active{background-color:#d07e31}._counterOptions_ynvx4_7.active ._counterButton_ynvx4_18{background-color:#d07e31;border-radius:6px}._counterOptions_ynvx4_7.active ._counterButton_ynvx4_18:hover{background-color:#d07e31}._counterOptions_ynvx4_7.active ._counterButton_ynvx4_18:hover:before,._counterOptions_ynvx4_7.active ._counterButton_ynvx4_18:hover:after{background-color:#fff}._counterOptions_ynvx4_7.active ._counterButton_ynvx4_18:disabled{border:none}._counterOptions_ynvx4_7.active ._counterButton_ynvx4_18:disabled:before,._counterOptions_ynvx4_7.active ._counterButton_ynvx4_18:disabled:after{background-color:#fff6}._counterOptions_ynvx4_7 ._counterInput_ynvx4_36{max-width:20px;color:#fff;font-size:16px}._counterOptions_ynvx4_7 ._counterButton_ynvx4_18{border-radius:0;border:none;background-color:#234b96;width:24px;height:24px;transition:background-color .3s ease-out}._counterOptions_ynvx4_7 ._counterButton_ynvx4_18:disabled{border:none}._counterOptions_ynvx4_7 ._counterButton_ynvx4_18:disabled:before,._counterOptions_ynvx4_7 ._counterButton_ynvx4_18:disabled:after{background-color:#426cbb}._counterOptions_ynvx4_7 ._counterButton_ynvx4_18:disabled:hover{background-color:#234b96}._counterOptions_ynvx4_7 ._counterButton_ynvx4_18:disabled:hover:before,._counterOptions_ynvx4_7 ._counterButton_ynvx4_18:disabled:hover:after{background-color:#426cbb}._counterOptions_ynvx4_7 ._counterMinus_ynvx4_63:before{background-color:#fff;width:10px}._counterOptions_ynvx4_7 ._counterPlus_ynvx4_67:before{background-color:#fff;width:10px}._counterOptions_ynvx4_7 ._counterPlus_ynvx4_67:after{background-color:#fff;height:10px}._counterOptionsBankets_ynvx4_75{padding:12px;justify-content:space-between;background-color:#234b96;border-radius:16px;gap:11px;transition:background-color .3s ease-out}._counterOptionsBankets_ynvx4_75.active{background-color:#d07e31}._counterOptionsBankets_ynvx4_75.active ._counterButton_ynvx4_18{background-color:#d07e31;border-radius:6px}._counterOptionsBankets_ynvx4_75.active ._counterButton_ynvx4_18:hover{background-color:#d07e31}._counterOptionsBankets_ynvx4_75.active ._counterButton_ynvx4_18:hover:before,._counterOptionsBankets_ynvx4_75.active ._counterButton_ynvx4_18:hover:after{background-color:#fff}._counterOptionsBankets_ynvx4_75.active ._counterButton_ynvx4_18:disabled{border:none}._counterOptionsBankets_ynvx4_75.active ._counterButton_ynvx4_18:disabled:before,._counterOptionsBankets_ynvx4_75.active ._counterButton_ynvx4_18:disabled:after{background-color:#fff6}._counterOptionsBankets_ynvx4_75 ._counterInput_ynvx4_36{max-width:20px;color:#fff;font-size:16px}._counterOptionsBankets_ynvx4_75 ._counterButton_ynvx4_18{border-radius:0;border:none;background-color:#234b96;width:24px;height:24px;transition:background-color .3s ease-out}._counterOptionsBankets_ynvx4_75 ._counterButton_ynvx4_18:disabled{border:none}._counterOptionsBankets_ynvx4_75 ._counterButton_ynvx4_18:disabled:before,._counterOptionsBankets_ynvx4_75 ._counterButton_ynvx4_18:disabled:after{background-color:#426cbb}._counterOptionsBankets_ynvx4_75 ._counterButton_ynvx4_18:disabled:hover{background-color:#234b96}._counterOptionsBankets_ynvx4_75 ._counterButton_ynvx4_18:disabled:hover:before,._counterOptionsBankets_ynvx4_75 ._counterButton_ynvx4_18:disabled:hover:after{background-color:#426cbb}._counterOptionsBankets_ynvx4_75 ._counterMinus_ynvx4_63:before{background-color:#fff;width:10px}._counterOptionsBankets_ynvx4_75 ._counterPlus_ynvx4_67:before{background-color:#fff;width:10px}._counterOptionsBankets_ynvx4_75 ._counterPlus_ynvx4_67:after{background-color:#fff;height:10px}._counterInput_ynvx4_36{max-width:33px;text-align:center;font-size:18px;line-height:20px;font-weight:700;color:#000;background-color:transparent}._counterButton_ynvx4_18{position:relative;width:48px;height:48px;border-radius:18px;border:2px solid #234B96;background-color:transparent;transition:border-color .3s ease-out,background-color .3s ease-out}._counterButton_ynvx4_18:hover{background-color:#234b96}._counterButton_ynvx4_18:hover:before,._counterButton_ynvx4_18:hover:after{background-color:#fff}._counterButton_ynvx4_18:disabled{border:2px solid #AEC0E2}._counterButton_ynvx4_18:disabled:before,._counterButton_ynvx4_18:disabled:after{background-color:#aab7c4}._counterButton_ynvx4_18:disabled:hover{background-color:#fff}._counterButton_ynvx4_18:disabled:hover:before,._counterButton_ynvx4_18:disabled:hover:after{background-color:#aab7c4}._counterMinus_ynvx4_63:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:2px;border-radius:2px;background-color:#234b96;transition:background-color .3s ease-out}._counterPlus_ynvx4_67:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:2px;border-radius:2px;background-color:#234b96;transition:background-color .3s ease-out}._counterPlus_ynvx4_67:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:12px;border-radius:2px;background-color:#234b96;transition:background-color .3s ease-out}@media(max-width:768px){._counter_ynvx4_1{gap:3px}._counterCart_ynvx4_222 ._counterButton_ynvx4_18{width:32px;height:32px;border-radius:12px}._counterCart_ynvx4_222 ._counterInput_ynvx4_36{font-size:17px;max-width:26px}._counterInput_ynvx4_36,._counterOptions_ynvx4_7 ._counterInput_ynvx4_36{font-size:15px}._counterOptionsBankets_ynvx4_75{width:100%;padding:7px 8px;border-radius:11px}._counterButton_ynvx4_18{width:40px;height:40px;border-radius:16px}}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{inset:0;opacity:0;overflow:hidden;pointer-events:auto;position:fixed;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));inset:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media(prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{display:flex;justify-content:flex-end;inset:0 0 auto auto;padding:var(--yarl__toolbar_padding,8px);position:absolute}[dir=rtl] .yarl__toolbar{inset:0 auto auto 0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media(hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}._features_1glxz_1{margin:75px 0 90px;padding-top:90px;position:relative}._featuresList_1glxz_6{display:flex;justify-content:center;gap:15px}._featuresItem_1glxz_11{display:flex;flex-direction:column;align-items:center;max-width:350px;width:100%;text-align:center;padding:36px 20px;border-radius:40px;background-color:#dcedff}._featuresIcon_1glxz_22{margin-bottom:28px;display:flex}._featuresTitle_1glxz_26{font-size:22px;line-height:32px;font-weight:700;color:#2b3c5c;margin-bottom:8px}._featuresText_1glxz_33{font-size:18px}@media(max-width:1024px){._featuresList_1glxz_6{flex-direction:column}._featuresItem_1glxz_11{display:grid;grid-template-columns:48px 1fr;grid-template-rows:1fr 1fr;max-width:100%;padding:24px 36px;border-radius:32px;column-gap:32px}._featuresIcon_1glxz_22{margin-bottom:0;grid-row:1 / 3;grid-column:1 / 2}._featuresTitle_1glxz_26{font-size:20px;margin-bottom:2px;grid-row:1 / 2;grid-column:2 / 3;text-align:left}._featuresText_1glxz_33{font-size:17px;grid-row:2 / 3;grid-column:2 / 3;text-align:left}}@media(max-width:768px){._features_1glxz_1{margin:64px 0 72px;padding-top:20px}._featuresItem_1glxz_11{padding:24px 28px;column-gap:20px}._featuresTitle_1glxz_26{font-size:18px}._featuresText_1glxz_33{font-size:17px}}._modalAuthContent_136l5_1{max-width:560px;background-color:#fff;padding:32px 28px}._modalAuthForm_136l5_6{display:flex;flex-wrap:wrap;margin-bottom:32px;gap:16px;position:relative}._modalAuthFormShort_136l5_13{margin-bottom:0}._modalAuthFormLabel_136l5_16{width:100%;padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;position:relative;transition:border-color .3s ease-out}._modalAuthFormLabelMini_136l5_25{width:calc(50% - 8px)}._modalAuthFormLabel_136l5_16._error_136l5_28{border-color:#eb001b}._modalAuthFormLabel_136l5_16 input{width:100%}._modalAuthFormLabelPassword_136l5_34{display:flex;align-items:center;justify-content:space-between}._modalAuthFormLabelToggle_136l5_39{display:flex;width:24px;height:24px}._modalAuthFormCheckbox_136l5_44{width:100%;border-radius:0;border:none;padding:0;margin:8px 0;position:relative;cursor:pointer}._modalAuthFormCheckboxText_136l5_53{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._modalAuthFormCheckboxText_136l5_53._error_136l5_28{color:#eb001b}._modalAuthFormCheckboxCustom_136l5_64{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23EDF1F7'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._modalAuthFormCheckboxCustom_136l5_64:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23426CBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._modalAuthFormCheckboxCustom_136l5_64:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.80957%202.5H16.1904C17.9108%202.50008%2019.2233%203.01135%2020.1045%203.89355C20.9856%204.77581%2021.495%206.08836%2021.4902%207.80859V16.1904C21.4901%2017.9107%2020.9792%2019.2239%2020.0967%2020.1064C19.2141%2020.9891%2017.9003%2021.5%2016.1797%2021.5H7.80957C6.08923%2021.4999%204.77604%2020.9891%203.89355%2020.1055C3.01097%2019.2217%202.5%2017.9056%202.5%2016.1797V7.80957C2.50009%206.08922%203.011%204.77611%203.89355%203.89355C4.77611%203.011%206.08922%202.50009%207.80957%202.5ZM17.1338%208.28613C16.6485%207.80092%2015.8515%207.80092%2015.3662%208.28613L10.5801%2013.0723L8.63379%2011.126C8.14855%2010.6409%207.35145%2010.6409%206.86621%2011.126C6.38099%2011.6112%206.38107%2012.4083%206.86621%2012.8936L9.69629%2015.7236C9.92899%2015.9563%2010.246%2016.0898%2010.5801%2016.0898C10.9142%2016.0898%2011.2312%2015.9563%2011.4639%2015.7236L17.1396%2010.0479C17.6137%209.5574%2017.6223%208.77464%2017.1338%208.28613Z'%20fill='%23234B96'%20stroke='%23234B96'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._modalAuthFormCheckbox_136l5_44:hover ._modalAuthFormCheckboxCustom_136l5_64{background:transparent}._modalAuthFormCheckbox_136l5_44:hover ._modalAuthFormCheckboxCustom_136l5_64:before{opacity:1}._modalAuthFormCheckbox_136l5_44 input:checked~._modalAuthFormCheckboxCustom_136l5_64:after{opacity:1}._modalAuthFormCheckbox_136l5_44 input:checked~._modalAuthFormCheckboxCustom_136l5_64{background:transparent}._modalAuthFormCheckbox_136l5_44 input:checked~._modalAuthFormCheckboxCustom_136l5_64:before{opacity:0}._modalAuthFormForget_136l5_117{font-size:17px;line-height:30px;color:#eb001b;margin:4px 0 16px auto;transition:color .3s ease-out}._modalAuthFormForget_136l5_117:hover{color:#f45a6c}._modalAuthFormSubmit_136l5_127{width:100%;justify-content:center;padding:16px;border-radius:22px;line-height:30px;font-weight:800}@media(max-width:768px){._modalAuth_136l5_1{background-color:transparent}._modalAuthContent_136l5_1{max-width:100%;padding:42px 20px;border-radius:0;max-height:calc(100dvh - 80px);height:100%;margin-top:auto;border-top:2px solid #E7F3FF;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._modalAuthContent_136l5_1::-webkit-scrollbar{width:0;height:0;background:transparent}._modalAuthFormLabel_136l5_16{padding:13px 20px}._modalAuthFormLabelMini_136l5_25{width:100%}._modalAuthFormCheckboxText_136l5_53{font-size:15px}._modalAuthFormForget_136l5_117{font-size:15px;margin:0 0 0 auto}._modalAuthFormSubmit_136l5_127{padding:15px;border-radius:20px;line-height:24px;font-size:16px}._modalAuthClose_136l5_175{width:42px;height:42px;right:20px;top:20px;border:2px solid #E7F3FF;border-radius:18px}}._authBlock_br4fq_1{display:flex;flex-direction:column;max-height:700px;opacity:1;pointer-events:all;transition:opacity .3s ease,max-height .3s ease}._authBlock_br4fq_1._hide_br4fq_9{opacity:0;pointer-events:none;position:relative;z-index:-1;max-height:0}._authBlockTitle_br4fq_16{font-size:26px;line-height:32px;font-weight:700;color:#051129;margin-bottom:20px}._authBlockSubtitle_br4fq_23{font-size:16px;line-height:28px;font-weight:600;margin-bottom:32px}._authBlockSocialText_br4fq_29{text-align:center;overflow:hidden;margin-bottom:36px}._authBlockSocialText_br4fq_29 span{padding:0 14px;font-size:17px;line-height:28px;font-weight:600;color:#aab7c4;text-align:center;position:relative}._authBlockSocialText_br4fq_29 span:before{content:"";position:absolute;top:50%;left:100%;width:1000px;height:1px;background-color:#edf1f7;transform:translateY(-50%);pointer-events:none}._authBlockSocialText_br4fq_29 span:after{content:"";position:absolute;top:50%;right:100%;width:1000px;height:1px;background-color:#edf1f7;transform:translateY(-50%);pointer-events:none}._authBlockSocialButtons_br4fq_65{display:flex;align-items:center;gap:8px;margin-bottom:32px}._authBlockSocialLogin_br4fq_71{flex:1;display:flex;justify-content:center;align-items:center;gap:12px;padding:12px;border-radius:16px;background-color:#fff;color:#2b3c5c;font-size:16px;line-height:30px;box-shadow:0 2px 14px transparent;border:2px solid #EDF1F7;transition:box-shadow .3s ease,border-color .3s ease}._authBlockSocialLogin_br4fq_71:hover{box-shadow:0 2px 14px #00000030;border-color:#fff}._authBlockLoginToReg_br4fq_91{text-align:center;font-size:17px;line-height:30px;font-weight:600}._authBlockLoginToRegButton_br4fq_97{font-size:17px;line-height:30px;font-weight:600;color:#234b96;text-decoration:underline}._authBlockError_br4fq_104{font-size:14px;line-height:16px;color:#eb001b}._authBlockSuccessMessage_br4fq_109{font-size:14px;line-height:16px;color:#6cb316}@media(max-width:768px){._authBlock_br4fq_1{max-height:unset}._authBlockTitle_br4fq_16{font-size:22px;line-height:normal;font-weight:800;color:#2b3c5c;margin-bottom:16px}._authBlockSubtitle_br4fq_23{font-size:15px;margin-bottom:24px}._authBlockSocialText_br4fq_29{margin-bottom:32px}._authBlockSocialText_br4fq_29 span{font-size:15px;color:#aab7c4}._authBlockSocialText_br4fq_29 span:before{width:500px}._authBlockSocialText_br4fq_29 span:after{width:500px}._authBlockSocialButtons_br4fq_65{margin-bottom:40px}._authBlockSocialLogin_br4fq_71{padding:12px 23px;font-size:15px;line-height:24px}._authBlockLoginToReg_br4fq_91,._authBlockLoginToRegButton_br4fq_97{font-size:15px}}._regBlock_1yol6_1{display:flex;flex-direction:column;opacity:0;z-index:-1;max-height:0;pointer-events:none;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}._regBlock_1yol6_1._active_1yol6_11{z-index:1;opacity:1;max-height:700px;pointer-events:all;overflow:visible}._regBlockTitle_1yol6_18{font-size:26px;line-height:32px;font-weight:700;color:#051129;margin-bottom:20px}._regBlockSubtitle_1yol6_25{font-size:16px;line-height:28px;font-weight:600;margin-bottom:32px}._regBlockRegToLogin_1yol6_31{text-align:center;font-size:17px;line-height:30px;font-weight:600}._regBlockRegToLoginButton_1yol6_37{font-size:17px;line-height:30px;font-weight:600;color:#234b96;text-decoration:underline}._regBlockSuccess_1yol6_44{display:flex;flex-direction:column;align-items:center;opacity:0;pointer-events:none;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}._regBlockSuccess_1yol6_44._active_1yol6_11{opacity:1;pointer-events:all;max-height:350px;padding:36px 0 20px;overflow:visible}._regBlockSuccessIcon_1yol6_61{margin-bottom:34px}._regBlockSuccessTitle_1yol6_64{font-size:24px;line-height:32px;font-weight:700;color:#051129;margin-bottom:12px}._regBlockSuccessText_1yol6_71{font-size:17px;line-height:28px;font-weight:600;margin-bottom:20px;text-align:center}._regBlockSuccessButton_1yol6_78{padding:14px 40px}._regBlockError_1yol6_81{position:absolute;top:-1px;left:0;transform:translateY(-100%);font-size:14px;line-height:16px;color:#eb001b}._regBlockSuccessMessage_1yol6_90{position:absolute;top:-2px;left:0;transform:translateY(-100%);font-size:14px;line-height:16px;color:#6cb316}@media(max-width:768px){._regBlockTitle_1yol6_18{font-size:22px;line-height:normal;font-weight:800;color:#2b3c5c;margin-bottom:16px}._regBlockSubtitle_1yol6_25{font-size:15px;margin-bottom:24px}._regBlockRegToLogin_1yol6_31,._regBlockRegToLoginButton_1yol6_37{font-size:15px}._regBlockSuccess_1yol6_44._active_1yol6_11{max-height:100%;height:70vh;justify-content:center;padding:0}._regBlockSuccessIcon_1yol6_61{margin-bottom:32px}._regBlockSuccessTitle_1yol6_64{font-size:22px;margin-bottom:8px}._regBlockSuccessText_1yol6_71{font-size:16px}._regBlockSuccessButton_1yol6_78{padding:14px;width:100%;justify-content:center;font-size:16px}._regBlockError_1yol6_81{top:-3px;font-size:13px;line-height:14px}}._resetBlock_y28hc_1{display:flex;flex-direction:column;opacity:0;pointer-events:none;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}._resetBlock_y28hc_1._active_y28hc_10{opacity:1;pointer-events:all;max-height:500px;overflow:visible}._resetBlockTitle_y28hc_16{font-size:26px;line-height:32px;font-weight:700;color:#051129;margin-bottom:20px}._resetBlockSubtitle_y28hc_23{font-size:16px;line-height:28px;font-weight:600;margin-bottom:32px}._resetBlockSuccess_y28hc_29{display:flex;flex-direction:column;align-items:center;opacity:0;pointer-events:none;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}._resetBlockSuccess_y28hc_29._active_y28hc_10{opacity:1;pointer-events:all;max-height:350px;padding:36px 0 20px;overflow:visible}._resetBlockSuccessIcon_y28hc_46{margin-bottom:34px}._resetBlockSuccessTitle_y28hc_49{font-size:24px;line-height:32px;font-weight:700;color:#051129;margin-bottom:12px}._resetBlockSuccessText_y28hc_56{font-size:17px;line-height:28px;font-weight:600;margin-bottom:20px;text-align:center}._resetBlockSuccessButton_y28hc_63{padding:14px 40px}._resetBlockError_y28hc_66{position:absolute;top:-2px;left:0;transform:translateY(-100%);font-size:14px;line-height:16px;color:#eb001b}._resetBlockSuccessMessage_y28hc_75{position:absolute;top:-2px;left:0;transform:translateY(-100%);font-size:14px;line-height:16px;color:#6cb316}._resetBlockResetToLogin_y28hc_84{width:100%;justify-content:center;padding:16px;border-radius:22px;line-height:30px;font-weight:800;margin-top:16px}@media(max-width:768px){._resetBlock_y28hc_1._active_y28hc_10{max-height:100%;height:70vh;justify-content:center}._resetBlockTitle_y28hc_16{font-size:22px;line-height:normal;font-weight:800;color:#2b3c5c}._resetBlockSubtitle_y28hc_23{font-size:15px;margin-bottom:16px}._resetBlockSuccess_y28hc_29._active_y28hc_10{max-height:100%;height:70vh;justify-content:center;padding:0}._resetBlockSuccessIcon_y28hc_46{margin-bottom:32px}._resetBlockSuccessTitle_y28hc_49{font-size:22px;margin-bottom:8px}._resetBlockSuccessText_y28hc_56{font-size:16px}._resetBlockSuccessButton_y28hc_63{padding:14px;width:100%;justify-content:center;font-size:16px}._resetBlockResetToLogin_y28hc_84{padding:14px;border-radius:20px;font-size:16px}}._main_hcl3c_1{margin-top:112px;position:relative;background-color:#fff}._mainCategories_hcl3c_6{margin-top:172px}._mainBg_hcl3c_9{position:absolute;inset:394px 0 425px;background-color:#fff3e4}._mainBgWrapper_hcl3c_17{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}._mainBgWaveUp_hcl3c_27{position:absolute;top:0;left:0;width:100%;height:104px;transform:translateY(-100%)}._mainBgWaveUp_hcl3c_27 img{width:100%;height:100%;object-fit:cover}._mainBgWaveDown_hcl3c_40{position:absolute;bottom:0;left:0;width:100%;height:104px;transform:translateY(100%)}._mainBgWaveDown_hcl3c_40 img{width:100%;height:100%;object-fit:cover}._mainBgOrnament_hcl3c_53{position:absolute;top:220px;right:40px;width:576px;height:calc(100% - 380px);background-image:url(/assets/ornament-CApsbNmx.svg);background-size:contain;background-repeat:repeat-y;pointer-events:none}._mainBeige_hcl3c_64 ._mainBg_hcl3c_9{top:0}._mainBeige_hcl3c_64 ._mainBgWaveUp_hcl3c_27,._mainBeige_hcl3c_64 ._mainBgWaveDown_hcl3c_40{display:none}._mainBeige_hcl3c_64 ._mainBgOrnament_hcl3c_53{top:111px;right:0;height:calc(100% - 700px)}._mainWhite_hcl3c_78 ._mainBg_hcl3c_9{top:0;background-color:#fff}._mainWhite_hcl3c_78 ._mainBgWaveUp_hcl3c_27,._mainWhite_hcl3c_78 ._mainBgWaveDown_hcl3c_40,._mainWhite_hcl3c_78 ._mainBgOrnament_hcl3c_53{display:none}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9{top:460px;bottom:0}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9:before{content:"";position:absolute;top:480px;left:40px;width:414px;height:410px;background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-repeat:no-repeat}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9:after{content:"";position:absolute;top:1100px;right:0;width:414px;height:410px;background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-repeat:no-repeat}._mainSpecial_hcl3c_91 ._mainBgWaveDown_hcl3c_40{display:none}._mainSpecial_hcl3c_91 ._mainBgOrnament_hcl3c_53{width:414px;height:410px;top:93px;right:0;background-repeat:no-repeat;background-image:url(/assets/ornament-short-C_AcjeX4.svg)}._mainAbout_hcl3c_126 ._mainBg_hcl3c_9{top:850px}._mainAbout_hcl3c_126 ._mainBg_hcl3c_9:before{content:"";position:absolute;top:480px;left:40px;width:414px;height:410px;background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-repeat:no-repeat}._mainAbout_hcl3c_126 ._mainBgOrnament_hcl3c_53{width:414px;height:410px;background-repeat:no-repeat;background-image:url(/assets/ornament-short-C_AcjeX4.svg)}._mainMasterclasses_hcl3c_145 ._mainBg_hcl3c_9{height:1054px;top:300px}._mainMasterclasses_hcl3c_145 ._mainBg_hcl3c_9:before{content:"";position:absolute;top:40%;left:40px;width:410px;height:413px;background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-repeat:no-repeat}._mainMasterclasses_hcl3c_145 ._mainBgOrnament_hcl3c_53{top:unset;bottom:0;right:-40px;width:410px;height:413px;background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-repeat:no-repeat;transform:scaleX(-1)}._mainMasterclasses_hcl3c_145 ._mainBgOrnament_hcl3c_53:before{content:"";position:absolute;bottom:100%;left:100%;width:410px;height:413px;background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-repeat:no-repeat}@media(max-width:1024px){._mainBg_hcl3c_9{top:430px}._mainBgOrnament_hcl3c_53{top:-20px;right:-27%;width:542px;height:calc(100% - 440px)}._mainBg_hcl3c_9:after{display:none}._mainBgWaveUp_hcl3c_27{height:77px}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9{top:200px}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9:before{top:274px;transform:translate(-40%)}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9:after{display:none}._mainSpecial_hcl3c_91 ._mainBgOrnament_hcl3c_53{top:53px;transform:translate(50%)}._mainAbout_hcl3c_126 ._mainBg_hcl3c_9{top:950px}._mainAbout_hcl3c_126 ._mainBg_hcl3c_9:before{top:1232px;transform:translate(-30%)}._mainAbout_hcl3c_126 ._mainBgOrnament_hcl3c_53{top:460px}._mainMasterclasses_hcl3c_145 ._mainBg_hcl3c_9{height:872px;top:420px}._mainMasterclasses_hcl3c_145 ._mainBg_hcl3c_9:before{display:none}}@media(max-width:768px){._main_hcl3c_1{margin-top:80px}._mainCategories_hcl3c_6{margin-top:132px}._mainBg_hcl3c_9{height:100%;top:310px}._mainBg_hcl3c_9:before{height:40px}._mainBgWaveUp_hcl3c_27{height:40px}._mainBgOrnament_hcl3c_53{top:110px;right:-55%;width:340px;height:calc(100% - 375px)}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9{top:260px}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9:before{width:340px;top:90px;transform:translate(-40%)}._mainSpecial_hcl3c_91 ._mainBg_hcl3c_9:after{display:block;top:550px;transform:translate(60%);width:340px}._mainSpecial_hcl3c_91 ._mainBgOrnament_hcl3c_53{display:none}._mainAbout_hcl3c_126 ._mainBg_hcl3c_9{top:970px}._mainAbout_hcl3c_126 ._mainBg_hcl3c_9:before{display:none}._mainAbout_hcl3c_126 ._mainBgOrnament_hcl3c_53,._mainMasterclasses_hcl3c_145 ._mainWrapper_hcl3c_276{display:none}}._errorPage_1mgrz_1{position:relative;padding:56px 0 138px;text-align:center}._errorPageImage_1mgrz_6{max-width:622px;width:100%;margin:40px auto 80px;position:relative;display:flex;justify-content:space-between}._errorPageImagePic_1mgrz_14{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:1;filter:drop-shadow(0px 9.82px 22.33px rgba(138,87,0,.1)) drop-shadow(0px 41.08px 41.08px rgba(138,87,0,.09)) drop-shadow(0px 91.98px 55.37px rgba(138,87,0,.05)) drop-shadow(0px 163.42px 65.19px rgba(138,87,0,.01)) drop-shadow(0px 255.41px 71.44px rgba(138,87,0,0))}._errorPageImageIcon_1mgrz_22:last-child{transform:translateY(-40px)}._errorPageTitle_1mgrz_25{font-size:28px;line-height:normal;font-weight:800;color:#000;text-align:center;margin-bottom:16px}._errorPageDescription_1mgrz_33{font-size:17px;color:#2b3c5c;text-align:center;margin-bottom:48px}._errorPageButton_1mgrz_39{padding:14px 28px}@media(max-width:1024px){._errorPage_1mgrz_1{padding:126px 0 195px}._errorPageImage_1mgrz_6{max-width:582px;margin:40px auto 96px}._errorPageImagePic_1mgrz_14{width:362px}._errorPageImageIcon_1mgrz_22{width:190px}._errorPageTitle_1mgrz_25{font-size:26px;margin-bottom:18px}._errorPageDescription_1mgrz_33{margin-bottom:36px}}@media(max-width:768px){._errorPage_1mgrz_1{padding:110px 0 158px}._errorPageImage_1mgrz_6{max-width:300px;margin:22px auto 50px}._errorPageImagePic_1mgrz_14{width:200px}._errorPageImageIcon_1mgrz_22{width:105px}._errorPageTitle_1mgrz_25{font-size:22px;margin-bottom:9px}._errorPageDescription_1mgrz_33{font-size:15px;margin-bottom:32px}._errorPageButton_1mgrz_39{padding:12px 28px}}._skeletonWrapper_o9tsl_1{display:flex;flex-direction:column;gap:8px;overflow:hidden}._policyPage_o9tsl_7{position:relative;padding:60px 0}._policyPageContent_o9tsl_11{padding:60px;background:#fff;border-radius:40px}._policyPageTitle_o9tsl_16{font-size:28px;line-height:36px;font-weight:700;color:#051129;margin-bottom:40px;padding-bottom:20px;position:relative}._policyPageTitle_o9tsl_16:before{content:"";position:absolute;bottom:0;left:0;width:220px;height:3px;background:#f5c282}._policyPageDescription_o9tsl_34 p,._policyPageDescription_o9tsl_34 div{margin-bottom:20px}._policyPageDescription_o9tsl_34 h2,._policyPageDescription_o9tsl_34 h3{margin:30px 0 20px}._policyPageDescription_o9tsl_34 a{color:#234b96;text-decoration:underline}@media(max-width:1024px){._policyPage_o9tsl_7{padding:54px 0 68px}._policyPageContent_o9tsl_11{padding:40px}._policyPageTitle_o9tsl_16{font-size:26px;margin-bottom:30px}}@media(max-width:768px){._policyPage_o9tsl_7{padding:30px 0 42px}._policyPageContent_o9tsl_11{padding:28px 20px}._policyPageTitle_o9tsl_16{font-size:20px;padding-bottom:13px;margin-bottom:20px}._policyPageTitle_o9tsl_16:before{width:170px}._policyPageDescription_o9tsl_34{font-size:15px;line-height:27px}._policyPageDescription_o9tsl_34 p,._policyPageDescription_o9tsl_34 div{margin-bottom:16px}._policyPageDescription_o9tsl_34 h2,._policyPageDescription_o9tsl_34 h3{margin:20px 0 16px}}._successPage_2psv1_1{position:relative;background-color:#fff;width:100%;height:80vh}._successPage_2psv1_1 .wrapper{height:100%}._successPageContent_2psv1_10{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:688px;width:100%;margin:auto;padding:0 54px;height:100%}._successPageImage_2psv1_21{margin-bottom:40px}._successPageTitle_2psv1_24{font-size:28px;line-height:normal;font-weight:800;margin-bottom:28px;padding-bottom:16px;text-align:center;position:relative}._successPageTitle_2psv1_24:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:160px;height:3px;background:#f5c282}._successPageText_2psv1_43{text-align:center;line-height:32px;font-weight:600;margin-bottom:42px}._successPageButton_2psv1_49{padding:16px 28px;border-radius:22px}@media(max-width:768px){._successPage_2psv1_1{height:60vh}._successPageContent_2psv1_10{max-width:100%;padding:0}._successPageIcon_2psv1_61{margin-bottom:28px}._successPageTitle_2psv1_24{font-size:22px}._successPageDescription_2psv1_67{font-size:16px}._successPageButton_2psv1_49{font-size:16px;border-radius:20px}}._contactsPage_dnylz_1{position:relative}._contactsPageTitle_dnylz_4{font-size:28px;line-height:36px;font-weight:700;color:#051129;margin-bottom:40px;padding-bottom:20px;position:relative}._contactsPageTitle_dnylz_4:before{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:#f5c282}._contactsPageContent_dnylz_22{padding:40px 0 144px}._contactsPageList_dnylz_25{display:flex;flex-wrap:wrap;gap:14px}._contactsPageItem_dnylz_30{width:calc(33.33% - 9.33px);display:flex;flex-direction:column;padding:32px;border:2px solid #E7F3FF;border-radius:32px;background-color:#fff}._contactsPageItem_dnylz_30:nth-last-child(1),._contactsPageItem_dnylz_30:nth-last-child(2){width:calc(50% - 7px)}._contactsPageItemTitle_dnylz_43{font-size:22px;line-height:32px;font-weight:800;margin-bottom:28px}._contactsPagePhone_dnylz_49{display:flex;flex-direction:column;gap:8px;margin-top:auto}._contactsPagePhoneLink_dnylz_55{display:grid;grid-template-columns:32px auto;grid-template-rows:auto auto;padding:13px 30px;gap:2px 16px;border-radius:28px;background-color:#234b96;color:#fff;transition:background-color .3s ease-out}._contactsPagePhoneLink_dnylz_55:hover{background-color:#1a3676}._contactsPagePhoneLink_dnylz_55 img{grid-row:1 / 3;grid-column:1 / 2;width:32px;margin:auto 0}._contactsPagePhoneCity_dnylz_75{display:block;grid-row:1 / 2;grid-column:2 / 3;font-size:14px;line-height:20px}._contactsPagePhoneNumber_dnylz_82{display:block;grid-row:2 / 3;grid-column:2 / 3;font-size:20px;line-height:24px}._contactsPageOfficeItem_dnylz_89{margin-bottom:16px}._contactsPageOfficeItem_dnylz_89:last-child{margin-bottom:0}._contactsPageOfficeItemContent_dnylz_95{display:flex;align-items:flex-start;gap:16px;color:#2b3c5c;transition:color .3s ease-out}._contactsPageOfficeItemContent_dnylz_95:hover{color:#1a3676}._contactsPageOfficeItemContentIcon_dnylz_105{width:24px;height:24px}._contactsPageOfficeItemText_dnylz_109{font-size:18px;line-height:28px;display:block;width:calc(100% - 40px)}@media(max-width:1024px){._contactsPageTitle_dnylz_4{margin-bottom:36px}._contactsPageContent_dnylz_22{padding:54px 0 68px}._contactsPageItem_dnylz_30{width:100%}._contactsPageItem_dnylz_30:nth-last-child(1),._contactsPageItem_dnylz_30:nth-last-child(2){width:100%}._contactsPageItemTitle_dnylz_43{margin-bottom:30px}}@media(max-width:768px){._contactsPageTitle_dnylz_4{font-size:22px;line-height:normal;font-weight:800;margin-bottom:28px;padding-bottom:12px}._contactsPageTitle_dnylz_4:before{width:80px}._contactsPageContent_dnylz_22{padding:48px 0 54px}._contactsPageItem_dnylz_30{padding:24px 20px}._contactsPageItemTitle_dnylz_43{font-size:18px;margin-bottom:22px}._contactsPagePhone_dnylz_49{margin-top:0}._contactsPagePhoneLink_dnylz_55{grid-template-columns:28px auto;padding:11px 24px;border-radius:25px}._contactsPagePhoneLink_dnylz_55 img{width:28px}._contactsPagePhoneCity_dnylz_75{font-size:13px}._contactsPagePhoneNumber_dnylz_82{font-size:18px}._contactsPageOfficeItemText_dnylz_109{font-size:15px;line-height:24px}}._fileUpload_uify3_1{margin-bottom:32px}._fileUploadLabel_uify3_4{display:flex;align-items:center;cursor:pointer;color:#426cbb;font-size:17px;line-height:28px;font-weight:700}._fileUploadIcon_uify3_13{margin-right:10px;display:flex}._fileUploadText_uify3_17{display:flex;align-items:center;gap:8px}._fileUploadLimit_uify3_22{color:#a6b3c0}._fileUploadPreview_uify3_25{display:flex;gap:12px}._fileUploadPreviewItem_uify3_29{margin-top:32px;position:relative;width:195px;height:124px;border-radius:20px;overflow:hidden;display:flex}._fileUploadPreviewImg_uify3_38{width:100%;height:100%;object-fit:cover}._fileUploadPreviewRemove_uify3_43{position:absolute;top:10px;right:10px;background-color:#234b96;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease-out}._fileUploadPreviewRemove_uify3_43 svg path{stroke:#fff;transition:stroke .3s ease-out}._fileUploadPreviewRemove_uify3_43:hover{background-color:#fff}._fileUploadPreviewRemove_uify3_43:hover svg path{stroke:#2b3c5c}@media(max-width:768px){._fileUploadLabel_uify3_4{font-size:15px}._fileUploadPreview_uify3_25{gap:0 8px;flex-wrap:wrap}._fileUploadPreviewItem_uify3_29{width:132px;height:84px;border-radius:16px;margin-top:8px}._fileUploadPreviewRemove_uify3_43{top:6px;right:6px}}._reviewsPage_4mmqc_1{position:relative}._reviewsPageContent_4mmqc_4{padding:48px 0 72px}._reviewsPageTitle_4mmqc_7{font-size:28px;line-height:normal;font-weight:800;color:#2b3c5c;margin-bottom:24px;padding-bottom:20px;position:relative}._reviewsPageTitle_4mmqc_7:before{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:#f5c282}._reviewsPageDescription_4mmqc_25{padding-bottom:20px}._reviewsPageForm_4mmqc_28{margin-top:22px;padding:32px;border-radius:32px;background:#fff;border:2px solid #E7F3FF;display:flex;flex-direction:column}._reviewsPageFormType_4mmqc_37{font-size:18px;line-height:normal;font-weight:800;margin-bottom:17px}._reviewsPageFormWrapper_4mmqc_43{display:flex;flex-wrap:wrap;gap:16px 12px;margin-bottom:32px}._reviewsPageFormField_4mmqc_49{width:calc(50% - 6px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;position:relative;transition:border-color .3s ease-out}._reviewsPageFormField_4mmqc_49._error_4mmqc_58{border-color:#eb001b}._reviewsPageFormFieldError_4mmqc_61{position:absolute;top:0;transform:translateY(-50%);left:16px;font-size:14px;line-height:28px;font-weight:600;padding:0 8px;background-color:#fff;color:#eb001b}._reviewsPageFormFieldFull_4mmqc_73,._reviewsPageFormField_4mmqc_49 input{width:100%}._reviewsPageFormField_4mmqc_49 textarea{width:100%;height:200px;resize:none;background-color:#fff}._reviewsPageFormFieldCheckbox_4mmqc_85{width:100%;border-radius:0;border:none;padding:0;margin-bottom:40px;position:relative;cursor:pointer}._reviewsPageFormFieldCheckboxText_4mmqc_94{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._reviewsPageFormFieldCheckboxText_4mmqc_94._error_4mmqc_58{color:#eb001b}._reviewsPageFormFieldCheckboxCustom_4mmqc_105{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23EDF1F7'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._reviewsPageFormFieldCheckboxCustom_4mmqc_105:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23426CBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._reviewsPageFormFieldCheckboxCustom_4mmqc_105:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.80957%202.5H16.1904C17.9108%202.50008%2019.2233%203.01135%2020.1045%203.89355C20.9856%204.77581%2021.495%206.08836%2021.4902%207.80859V16.1904C21.4901%2017.9107%2020.9792%2019.2239%2020.0967%2020.1064C19.2141%2020.9891%2017.9003%2021.5%2016.1797%2021.5H7.80957C6.08923%2021.4999%204.77604%2020.9891%203.89355%2020.1055C3.01097%2019.2217%202.5%2017.9056%202.5%2016.1797V7.80957C2.50009%206.08922%203.011%204.77611%203.89355%203.89355C4.77611%203.011%206.08922%202.50009%207.80957%202.5ZM17.1338%208.28613C16.6485%207.80092%2015.8515%207.80092%2015.3662%208.28613L10.5801%2013.0723L8.63379%2011.126C8.14855%2010.6409%207.35145%2010.6409%206.86621%2011.126C6.38099%2011.6112%206.38107%2012.4083%206.86621%2012.8936L9.69629%2015.7236C9.92899%2015.9563%2010.246%2016.0898%2010.5801%2016.0898C10.9142%2016.0898%2011.2312%2015.9563%2011.4639%2015.7236L17.1396%2010.0479C17.6137%209.5574%2017.6223%208.77464%2017.1338%208.28613Z'%20fill='%23234B96'%20stroke='%23234B96'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._reviewsPageFormFieldCheckbox_4mmqc_85:hover ._reviewsPageFormFieldCheckboxCustom_4mmqc_105{background:transparent}._reviewsPageFormFieldCheckbox_4mmqc_85:hover ._reviewsPageFormFieldCheckboxCustom_4mmqc_105:before{opacity:1}._reviewsPageFormFieldCheckbox_4mmqc_85 input:checked~._reviewsPageFormFieldCheckboxCustom_4mmqc_105:after{opacity:1}._reviewsPageFormFieldCheckbox_4mmqc_85 input:checked~._reviewsPageFormFieldCheckboxCustom_4mmqc_105{background:transparent}._reviewsPageFormFieldCheckbox_4mmqc_85 input:checked~._reviewsPageFormFieldCheckboxCustom_4mmqc_105:before{opacity:0}._reviewsPageFormFieldDropdown_4mmqc_158{box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._reviewsPageFormFieldDropdown_4mmqc_158._active_4mmqc_162{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._reviewsPageFormFieldDropdownList_4mmqc_166{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:172px;overflow-y:auto}._reviewsPageFormFieldDropdownItem_4mmqc_177{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;font-size:17px;line-height:28px;margin-bottom:12px}._reviewsPageFormFieldDropdownItem_4mmqc_177:hover{background-color:#e7f3ff}._reviewsPageFormFieldDropdownItem_4mmqc_177:last-child{margin-bottom:0}._reviewsPageFormButton_4mmqc_193{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:17px;line-height:28px;font-weight:600;color:#758694;transition:color .3s ease-out}._reviewsPageFormButton_4mmqc_193 svg{transform:rotate(0);transition:transform .3s ease-out}._reviewsPageFormButton_4mmqc_193 svg path{stroke:#758694;transition:stroke .3s ease-out}._reviewsPageFormButton_4mmqc_193._active_4mmqc_162 svg{transform:rotate(180deg)}._reviewsPageFormButton_4mmqc_193._active_4mmqc_162 svg path{stroke:#2b3c5c}._reviewsPageFormButton_4mmqc_193._selected_4mmqc_218{color:#2b3c5c}._reviewsPageFormSubmit_4mmqc_221{margin-left:auto;padding:16px 48px}._reviewsPageSwitch_4mmqc_225{background-color:#dcedff;width:fit-content;border-radius:20px;display:flex;align-items:center;margin-bottom:32px}._reviewsPageSwitchLabel_4mmqc_233{font-size:17px;line-height:24px;font-weight:800;cursor:pointer;padding:14px;display:block;width:250px;border-radius:20px;text-align:center;background-color:transparent;color:#2b3c5c;transition:background-color .3s ease-out,color .3s ease-out}._reviewsPageSwitchLabel_4mmqc_233._active_4mmqc_162{background-color:#234b96;color:#fff}._reviewsPageSuccess_4mmqc_251{width:100%;height:80vh;background-color:#fff;z-index:10;position:relative}._reviewsPageSuccess_4mmqc_251 .wrapper{height:100%}._reviewsPageSuccessContent_4mmqc_261{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:688px;width:100%;margin:auto;padding:0 54px;height:100%}._reviewsPageSuccessIcon_4mmqc_272{margin-bottom:40px}._reviewsPageSuccessTitle_4mmqc_275{font-size:28px;line-height:normal;font-weight:800;margin-bottom:24px;padding-bottom:20px;text-align:center;position:relative}._reviewsPageSuccessTitle_4mmqc_275:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:#f5c282}._reviewsPageSuccessDescription_4mmqc_294{text-align:center}@media(max-width:1024px){._reviewsPageContent_4mmqc_4{padding:54px 0 68px}._reviewsPageForm_4mmqc_28{margin-top:20px;padding:24px 16px;border-radius:24px}._reviewsPageFormType_4mmqc_37{font-size:17px}._reviewsPageFormFieldName_4mmqc_309,._reviewsPageFormFieldDropdown_4mmqc_158{width:100%}._reviewsPageFormSubmit_4mmqc_221{margin-left:0;padding:16px;width:100%;justify-content:center}._reviewsPageSwitch_4mmqc_225,._reviewsPageSwitchLabel_4mmqc_233{width:100%}}@media(max-width:768px){._reviewsPageContent_4mmqc_4{padding:35px 0 42px}._reviewsPageTitle_4mmqc_7{font-size:22px;padding-bottom:12px}._reviewsPageTitle_4mmqc_7:before{width:120px}._reviewsPageDescription_4mmqc_25{font-size:16px}._reviewsPageForm_4mmqc_28{margin-top:10px}._reviewsPageFormWrapper_4mmqc_43{gap:12px}._reviewsPageFormField_4mmqc_49{width:100%;padding:13px 20px}._reviewsPageFormFieldError_4mmqc_61{font-size:12px}._reviewsPageFormField_4mmqc_49 input{font-size:16px}._reviewsPageFormField_4mmqc_49 input:placeholder{font-size:16px}._reviewsPageFormFieldCheckbox_4mmqc_85{padding:0;margin-bottom:32px}._reviewsPageFormFieldCheckboxText_4mmqc_94{font-size:15px;padding-left:34px}._reviewsPageFormSubmit_4mmqc_221{font-size:16px;border-radius:22px}._reviewsPageSwitchLabel_4mmqc_233{padding:12px;font-size:15px}._reviewsPageSuccess_4mmqc_251{height:60vh}._reviewsPageSuccessContent_4mmqc_261{max-width:100%;padding:0}._reviewsPageSuccessIcon_4mmqc_272{margin-bottom:28px}._reviewsPageSuccessTitle_4mmqc_275{font-size:22px}._reviewsPageSuccessDescription_4mmqc_294{font-size:16px}}._skeletonFilter_u1yk2_1{display:flex;gap:8px;align-items:center}._skeletonCities_u1yk2_6{display:flex;gap:12px;align-items:center;width:100%}._deliveryPage_u1yk2_12{position:relative}._deliveryPageContent_u1yk2_15{padding:48px 0 72px}._deliveryPageTitle_u1yk2_18{font-size:28px;line-height:normal;font-weight:800;color:#2b3c5c;margin-bottom:24px;padding-bottom:20px;position:relative}._deliveryPageTitle_u1yk2_18:before{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:#f5c282}._deliveryPageDescription_u1yk2_36{padding-bottom:20px}._deliveryPageTabs_u1yk2_39{margin:20px 0 28px;display:flex;gap:12px;position:relative}._deliveryPageTabs_u1yk2_39:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#e7f3ff}._deliveryPageTabsButton_u1yk2_54{padding:16px 20px;border-top-right-radius:20px;border-top-left-radius:20px;background-color:#fff;border:2px solid #E7F3FF;color:#2b3c5c;font-weight:800;font-size:18px;line-height:normal;transition:background-color .3s ease-out}._deliveryPageTabsButton_u1yk2_54:hover,._deliveryPageTabsButton_u1yk2_54._active_u1yk2_69{background:#e7f3ff}._deliveryPageTabsContent_u1yk2_72 iframe{border:0;border-radius:40px;margin-bottom:40px}._deliveryPageTabsContentItem_u1yk2_77{position:relative;padding:32px;border-radius:32px;background:#fff;margin-bottom:12px}._deliveryPageTabsContentItem_u1yk2_77:last-child{margin-bottom:0}._deliveryPageTabsContentItemButton_u1yk2_87{width:100%;display:flex;align-items:center;gap:18px;color:#2b3c5c}._deliveryPageTabsContentItemButton_u1yk2_87 h2{font-weight:800;font-size:22px;line-height:32px}._deliveryPageTabsContentItemButton_u1yk2_87 svg{margin-left:auto;width:16px;height:16px;transform:rotate(0);transition:transform .3s ease-out}._deliveryPageTabsContentItemButton_u1yk2_87._active_u1yk2_69 svg{transform:rotate(180deg)}._deliveryPageTabsContentItemDropdown_u1yk2_109{position:relative}._deliveryPageTabsContentItemDropdownItemTitle_u1yk2_112{font-weight:800;font-size:18px;line-height:28px}._deliveryPageTabsContentItemDropdownItemText_u1yk2_117{margin-bottom:26px;white-space:pre-line}._deliveryPageTabsContentItemDropdownItemText_u1yk2_117:last-child{margin-bottom:0}._deliveryPageMaps_u1yk2_124{overflow:hidden}._deliveryPageFilter_u1yk2_127{padding:28px 0 36px;display:flex;gap:8px;align-items:center;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._deliveryPageFilter_u1yk2_127::-webkit-scrollbar{width:0;height:0;background:transparent}._deliveryPageFilter_u1yk2_127>li{flex-shrink:0}._deliveryPageFilterButton_u1yk2_144{padding:17px 32px;border-radius:24px;background-color:#fff;border:2px solid transparent;color:#2b3c5c;font-weight:800;font-size:18px;line-height:28px;box-shadow:0 4px 8px transparent;display:flex;align-items:center;gap:12px;transition:box-shadow .3s ease-out}._deliveryPageFilterButton_u1yk2_144:hover{box-shadow:0 4px 18px #8c0e1333}._deliveryPageFilterButton_u1yk2_144._active_u1yk2_69{border-color:#426cbb}._deliveryPageFilterButton_u1yk2_144._active_u1yk2_69:hover{box-shadow:0 4px 18px transparent}._deliveryPageList_u1yk2_168{display:flex;flex-wrap:wrap;gap:32px 20px}._deliveryPageItem_u1yk2_173{width:calc(50% - 10px)}._deliveryPage_u1yk2_12 .leaflet-popup-content-wrapper{padding:20px;border-radius:21px}._deliveryPage_u1yk2_12 .leaflet-popup-content,._deliveryPage_u1yk2_12 .leaflet-popup-content p{margin:0}._deliveryPage_u1yk2_12 .leaflet-popup-close-button,._deliveryPage_u1yk2_12 .leaflet-popup-tip-container{display:none}._deliveryPagePopup_u1yk2_190{width:240px;font-family:Manrope,sans-serif}._deliveryPagePopupTitle_u1yk2_194{font-weight:700;font-size:18px;line-height:24px;color:#2b3c5c;margin-bottom:2px}._deliveryPagePopupWorktime_u1yk2_201{font-weight:700;font-size:16px;line-height:28px;color:#aab7c4;margin-bottom:4px}._deliveryPagePopupAddress_u1yk2_208{font-weight:600;font-size:16px;line-height:28px;color:#2b3c5c}._deliveryPagePopupButton_u1yk2_214{width:100%;padding:12px;color:#fff!important;justify-content:center;margin-top:14px}@media(max-width:1024px){._deliveryPageContent_u1yk2_15{padding:54px 0 68px}._deliveryPageTabsItem_u1yk2_225{flex:1}._deliveryPageTabsButton_u1yk2_54{width:100%}._deliveryPageTabsContent_u1yk2_72 iframe{height:496px;border-radius:28px}._deliveryPageFilter_u1yk2_127{padding:42px 0 36px}._deliveryPageList_u1yk2_168{display:flex;flex-wrap:wrap;gap:24px}._deliveryPageItem_u1yk2_173{width:100%}._skeletonFilter_u1yk2_1{display:flex;gap:8px;align-items:center}._skeletonCities_u1yk2_6{display:flex;gap:12px;align-items:center}}@media(max-width:768px){._deliveryPageContent_u1yk2_15{padding:35px 0 42px}._deliveryPageTitle_u1yk2_18{font-size:22px;padding-bottom:12px;margin-bottom:24px}._deliveryPageTitle_u1yk2_18:before{width:80px}._deliveryPageDescription_u1yk2_36{font-size:16px}._deliveryPageTabs_u1yk2_39{margin:16px 0 20px;gap:8px}._deliveryPageTabsButton_u1yk2_54{padding:14px;font-size:15px}._deliveryPageTabsContent_u1yk2_72 iframe{height:300px;margin-bottom:24px}._deliveryPageTabsContentItem_u1yk2_77{padding:24px 20px}._deliveryPageTabsContentItemButton_u1yk2_87 h2{font-size:18px}._deliveryPageTabsContentItemDropdownItemTitle_u1yk2_112,._deliveryPageTabsContentItemDropdownItemText_u1yk2_117{font-size:15px}._deliveryPageFilter_u1yk2_127{padding:24px 0 36px}._deliveryPageFilterButton_u1yk2_144{padding:10px 24px;border-radius:16px;font-size:15px}._deliveryPageFilterButton_u1yk2_144 img{width:20px}._deliveryPageList_u1yk2_168{display:flex;flex-wrap:wrap;gap:24px}._deliveryPageItem_u1yk2_173{width:100%}._deliveryPage_u1yk2_12 .leaflet-popup-content-wrapper{padding:16px}._deliveryPagePopup_u1yk2_190{width:200px}._deliveryPagePopupTitle_u1yk2_194{font-size:16px}._deliveryPagePopupWorktime_u1yk2_201{font-size:14px;line-height:24px}._deliveryPagePopupAddress_u1yk2_208{font-size:15px}._deliveryPagePopupButton_u1yk2_214{padding:8px;font-size:16px;border-radius:17px}}._restaurantsCard_1legm_1{display:flex;flex-direction:column;height:100%;border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 4px 18px transparent;transition:box-shadow .3s ease-out}._restaurantsCard_1legm_1:hover{box-shadow:0 4px 18px #8c0e1333}._restaurantsCard_1legm_1:hover ._restaurantsCardSliderNav_1legm_14{opacity:1}._restaurantsCardSlider_1legm_14{width:100%;height:340px;position:relative;margin-bottom:32px}._restaurantsCardSlider_1legm_14 img{width:100%;height:100%;object-fit:cover}._restaurantsCardSlider_1legm_14 .swiper{height:340px}._restaurantsCardSliderNav_1legm_14{opacity:0;transition:opacity .3s ease-out;position:absolute;inset:0;z-index:2;pointer-events:none}._restaurantsCardSliderButton_1legm_39{pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);z-index:1;background-color:#fffc;border-radius:16px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease-out}._restaurantsCardSliderButton_1legm_39:hover{background-color:#fff}._restaurantsCardSliderButtonPrev_1legm_57{left:20px}._restaurantsCardSliderButtonNext_1legm_60{right:20px}._restaurantsCardTitle_1legm_63{font-size:21px;line-height:normal;font-weight:800;margin-bottom:10px;padding:0 24px}._restaurantsCardTime_1legm_70{display:block;line-height:normal;font-weight:700;color:#8fabc7;padding:0 24px 38px}._restaurantsCardBottom_1legm_78{margin-top:auto;padding:0 24px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px}._restaurantsCardFeatures_1legm_86{display:flex;gap:8px}._restaurantsCardFeaturesItem_1legm_90{width:56px;height:56px;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #E7F3FF}._restaurantsCardPhone_1legm_100{padding:16px 32px;border-radius:22px;gap:16px;font-size:19px;font-weight:800}@media(max-width:1200px){._restaurantsCardPhone_1legm_100{padding:16px;gap:8px}}@media(max-width:1024px){._restaurantsCardTime_1legm_70{padding-bottom:34px}._restaurantsCardBottom_1legm_78{padding:0 24px 28px}}@media(max-width:768px){._restaurantsCard_1legm_1{border-radius:28px}._restaurantsCardSlider_1legm_14{height:230px;margin-bottom:22px}._restaurantsCardSlider_1legm_14 .swiper{height:230px}._restaurantsCardSliderButton_1legm_39{width:36px;height:36px}._restaurantsCardSliderButtonPrev_1legm_57{left:12px}._restaurantsCardSliderButtonNext_1legm_60{right:12px}._restaurantsCardSliderButton_1legm_39 svg{width:12px;height:12px}._restaurantsCardTitle_1legm_63{font-size:17px;margin-bottom:12px;padding:0 20px}._restaurantsCardTime_1legm_70{font-size:14px;padding:0 20px 20px}._restaurantsCardBottom_1legm_78{margin-top:0;padding:0 20px 20px;flex-direction:column;align-items:flex-start;gap:28px}._restaurantsCardFeaturesItem_1legm_90{width:44px;height:44px;border-radius:16px}._restaurantsCardFeaturesItem_1legm_90 img{width:18px}._restaurantsCardPhone_1legm_100{padding:12px;width:100%;gap:12px;justify-content:center;border-radius:18px;font-size:16px}._restaurantsCardPhone_1legm_100 img{width:20px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}._offers_1n9im_1{position:relative}._offersTitle_1n9im_4{font-size:28px;line-height:36px;font-weight:800;color:#051129;margin-bottom:48px;padding-bottom:20px;position:relative}._offersTitle_1n9im_4:before{content:"";position:absolute;bottom:0;left:0;width:70px;height:3px;background:#f5c282}._offersContent_1n9im_22{padding:48px 0 72px}._offersList_1n9im_25{display:flex;flex-wrap:wrap;gap:28px 20px}._offersItem_1n9im_30{width:calc(50% - 10px);border-radius:32px;overflow:hidden;display:flex;flex-direction:column;background:#fff;box-shadow:0 4px 18px transparent;transition:box-shadow .3s ease-out}._offersItem_1n9im_30:hover{box-shadow:0 4px 18px #8c0e1333}._offersItemImage_1n9im_43{width:100%;height:300px;margin-bottom:24px}._offersItemImage_1n9im_43 img{width:100%;height:100%;object-fit:cover}._offersItemDate_1n9im_53{display:block;padding:0 24px;font-size:16px;font-weight:700;color:#8fabc7;margin-bottom:12px}._offersItemTitle_1n9im_61{padding:0 24px;font-size:20px;line-height:normal;font-weight:800;margin-bottom:28px}._offersItemLink_1n9im_68{margin:auto 24px 28px;width:calc(100% - 48px);padding:16px;border-radius:22px;font-weight:800;justify-content:center}@media(max-width:1024px){._offersContent_1n9im_22{padding:54px 0 72px}._offersList_1n9im_25{gap:24px}._offersItem_1n9im_30{width:100%}._offersItemLink_1n9im_68{margin:0 24px 24px}}@media(max-width:768px){._offersContent_1n9im_22{padding:48px 0 42px}._offersList_1n9im_25{gap:16px}._offersItem_1n9im_30{border-radius:28px}._offersItemImage_1n9im_43{height:202px;margin-bottom:18px}._offersItemDate_1n9im_53{padding:0 20px;font-size:14px;line-height:14px;margin-bottom:10px}._offersItemTitle_1n9im_61{padding:0 20px;font-size:17px;margin-bottom:22px;line-clamp:2;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}._offersItemLink_1n9im_68{margin:0 20px 20px;width:calc(100% - 40px);padding:12px;border-radius:18px;font-size:16px}}._offersDetails_1brwl_1{position:relative}._offersDetailsContent_1brwl_4{padding:32px 0 72px}._offersDetailsPreview_1brwl_7{border-radius:40px;overflow:hidden;display:flex;margin-bottom:24px}._offersDetailsPreview_1brwl_7 img{width:100%;height:auto}._offersDetailsInfo_1brwl_17{padding:48px;border-radius:40px;background-color:#fff}._offersDetailsTitle_1brwl_22{font-size:28px;line-height:36px;font-weight:700;color:#051129;margin-bottom:40px;padding-bottom:20px;position:relative}._offersDetailsTitle_1brwl_22:before{content:"";position:absolute;bottom:0;left:0;width:220px;height:3px;background:#f5c282}._offersDetailsDescription_1brwl_40{font-size:17px;line-height:24px}._offersDetailsDescription_1brwl_40 p{margin-bottom:20px}._offersDetailsDescription_1brwl_40 p strong{font-weight:800;font-size:22px;line-height:24px;margin-bottom:20px}._offersDetailsDescription_1brwl_40 p img{width:100%;border-radius:28px;margin:0}._offersDetailsDescription_1brwl_40 p:last-of-type{margin-bottom:0}._offersDetailsDescription_1brwl_40 p:has(img){display:flex}._offersDetailsDescription_1brwl_40 h1,._offersDetailsDescription_1brwl_40 h2,._offersDetailsDescription_1brwl_40 h3{font-weight:800;font-size:22px;line-height:24px;margin-bottom:20px}._offersDetailsDescription_1brwl_40 h3{font-weight:800;font-size:20px;line-height:24px;margin-bottom:20px}._offersDetailsDescription_1brwl_40 ul{margin:0 0 28px 20px}._offersDetailsDescription_1brwl_40 ul li{margin-bottom:12px;position:relative}._offersDetailsDescription_1brwl_40 ul li:before{content:"•";color:#2b3c5c;font-weight:800;display:inline-block;width:20px;margin-left:-20px}._offersDetailsVideo_1brwl_93{margin-top:40px}._offersDetailsVideo_1brwl_93 iframe,._offersDetailsVideo_1brwl_93 video{width:100%;height:520px;border:none;border-radius:28px}._offersDetailsProducts_1brwl_103{margin-top:68px}._offersDetailsProductsTitle_1brwl_106{font-size:25px;line-height:36px;font-weight:800;color:#10203f;margin-bottom:42px}._offersDetailsProductsList_1brwl_113{display:flex;gap:20px;flex-wrap:wrap}@media(max-width:1024px){._offersDetailsContent_1brwl_4{padding:34px 0 68px}._offersDetailsPreview_1brwl_7{border-radius:28px}._offersDetailsInfo_1brwl_17{padding:36px;border-radius:28px}._offersDetailsTitle_1brwl_22{font-size:26px}._offersDetailsVideo_1brwl_93{margin-top:40px}._offersDetailsVideo_1brwl_93 iframe,._offersDetailsVideo_1brwl_93 video{height:310px;border-radius:28px}._offersDetailsProducts_1brwl_103{margin-top:48px}._offersDetailsProductsTitle_1brwl_106{font-size:24px;margin-bottom:32px}._offersDetailsProductsList_1brwl_113{gap:11px}}@media(max-width:768px){._offersDetailsContent_1brwl_4{padding:21px 0 42px}._offersDetailsPreview_1brwl_7{margin-bottom:12px}._offersDetailsInfo_1brwl_17{padding:20px;border-radius:20px}._offersDetailsTitle_1brwl_22{font-size:20px;line-height:28px;padding-bottom:12px;margin-bottom:20px}._offersDetailsTitle_1brwl_22:before{width:190px}._offersDetailsDescription_1brwl_40{font-size:15px;line-height:27px}._offersDetailsDescription_1brwl_40 p strong{font-size:18px}._offersDetailsDescription_1brwl_40 p img{border-radius:20px}._offersDetailsDescription_1brwl_40 h1,._offersDetailsDescription_1brwl_40 h2,._offersDetailsDescription_1brwl_40 h3{font-size:18px}._offersDetailsDescription_1brwl_40 ul{margin:0 0 22px 18px}._offersDetailsVideo_1brwl_93{margin-top:20px}._offersDetailsVideo_1brwl_93 iframe,._offersDetailsVideo_1brwl_93 video{border-radius:20px}._offersDetailsProducts_1brwl_103{margin-top:36px}._offersDetailsProductsTitle_1brwl_106{font-size:18px;margin-bottom:20px}._offersDetailsProductsList_1brwl_113{gap:10px}}._vacancy_bg7oi_1{position:relative}._vacancyTitle_bg7oi_4{font-size:28px;line-height:36px;font-weight:800;color:#2b3c5c;margin-bottom:48px;padding-bottom:20px;position:relative}._vacancyTitle_bg7oi_4:before{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:#f5c282}._vacancyDescription_bg7oi_22{margin-bottom:42px}._vacancyContent_bg7oi_25{padding:48px 0 80px}._vacancyForm_bg7oi_28{display:flex;gap:16px}._vacancyFormInfo_bg7oi_32{width:calc(60% - 16px);padding:32px;background-color:#fff;border-radius:32px;border:2px solid #E7F3FF}._vacancyFormProffs_bg7oi_39{width:40%}._vacancyFormProffsWrapper_bg7oi_42{padding:32px;background-color:#fff;border-radius:32px;border:2px solid #E7F3FF;height:calc(100% - 76px);overflow:hidden}._vacancyFormTitle_bg7oi_50{font-size:20px;width:100%;line-height:normal;font-weight:800;margin-bottom:24px}._vacancyFormTitle_bg7oi_50._error_bg7oi_57{color:#eb001b}._vacancyFormWrapper_bg7oi_60{display:flex;flex-wrap:wrap;gap:24px 12px;margin-bottom:40px}._vacancyFormWrapperCheckbox_bg7oi_66{padding:24px 20px;border-radius:28px;background-color:#e7f3ff;gap:0 14px}._vacancyFormWrapperCheckbox_bg7oi_66:last-child{margin-bottom:0}._vacancyFormWrapperCheckboxes_bg7oi_75{display:flex;flex-wrap:wrap;gap:16px;opacity:0;max-height:0;margin-bottom:0!important;transition:opacity .3s ease-out,max-height .3s ease-out}._vacancyFormWrapperCheckboxes_bg7oi_75._active_bg7oi_84{opacity:1;max-height:600px}._vacancyFormField_bg7oi_88{width:calc(50% - 6px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;position:relative;transition:border-color .3s ease-out}._vacancyFormField_bg7oi_88._error_bg7oi_57{border-color:#eb001b}._vacancyFormFieldError_bg7oi_100{max-width:88%;position:absolute;top:0;transform:translateY(-50%);left:16px;font-size:13px;line-height:14px;font-weight:600;padding:0 8px;background-color:#fff;color:#eb001b}._vacancyFormField_bg7oi_88 input{width:100%}._vacancyFormCheckbox_bg7oi_116{border-radius:0;border:none;padding:0;position:relative;cursor:pointer}._vacancyFormCheckboxStyle_bg7oi_123{width:30%}._vacancyFormCheckboxText_bg7oi_126{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._vacancyFormCheckboxText_bg7oi_126._error_bg7oi_57{color:#eb001b}._vacancyFormCheckboxCustom_bg7oi_137{content:"";position:absolute;top:50%;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23AEC0E2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;transform:translateY(-50%);transition:opacity .3s ease-out}._vacancyFormCheckboxCustom_bg7oi_137:before{content:"";position:absolute;top:50%;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23426CBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out;transform:translateY(-50%)}._vacancyFormCheckboxCustom_bg7oi_137:after{content:"";position:absolute;top:50%;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.80957%202.5H16.1904C17.9108%202.50008%2019.2233%203.01135%2020.1045%203.89355C20.9856%204.77581%2021.495%206.08836%2021.4902%207.80859V16.1904C21.4901%2017.9107%2020.9792%2019.2239%2020.0967%2020.1064C19.2141%2020.9891%2017.9003%2021.5%2016.1797%2021.5H7.80957C6.08923%2021.4999%204.77604%2020.9891%203.89355%2020.1055C3.01097%2019.2217%202.5%2017.9056%202.5%2016.1797V7.80957C2.50009%206.08922%203.011%204.77611%203.89355%203.89355C4.77611%203.011%206.08922%202.50009%207.80957%202.5ZM17.1338%208.28613C16.6485%207.80092%2015.8515%207.80092%2015.3662%208.28613L10.5801%2013.0723L8.63379%2011.126C8.14855%2010.6409%207.35145%2010.6409%206.86621%2011.126C6.38099%2011.6112%206.38107%2012.4083%206.86621%2012.8936L9.69629%2015.7236C9.92899%2015.9563%2010.246%2016.0898%2010.5801%2016.0898C10.9142%2016.0898%2011.2312%2015.9563%2011.4639%2015.7236L17.1396%2010.0479C17.6137%209.5574%2017.6223%208.77464%2017.1338%208.28613Z'%20fill='%23234B96'%20stroke='%23234B96'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out;transform:translateY(-50%)}._vacancyFormCheckbox_bg7oi_116:hover ._vacancyFormCheckboxCustom_bg7oi_137{background:transparent}._vacancyFormCheckbox_bg7oi_116:hover ._vacancyFormCheckboxCustom_bg7oi_137:before{opacity:1}._vacancyFormCheckbox_bg7oi_116 input:checked~._vacancyFormCheckboxCustom_bg7oi_137:after{opacity:1}._vacancyFormCheckbox_bg7oi_116 input:checked~._vacancyFormCheckboxCustom_bg7oi_137{background:transparent}._vacancyFormCheckbox_bg7oi_116 input:checked~._vacancyFormCheckboxCustom_bg7oi_137:before{opacity:0}._vacancyFormCheckboxProffs_bg7oi_193{display:flex;width:100%}._vacancyFormCheckboxProffs_bg7oi_193 ._vacancyFormCheckboxCustom_bg7oi_137{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23EDF1F7'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center}._vacancyFormFile_bg7oi_200{overflow:hidden;margin-bottom:40px;display:block;cursor:pointer;padding:14px;background-color:#234b96;border-radius:20px;display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-size:18px;line-height:28px;font-weight:700;transition:background-color .3s ease-out}._vacancyFormFile_bg7oi_200:hover{background-color:#1a3676}._vacancyFormFile_bg7oi_200._error_bg7oi_57{background-color:#eb001b}._vacancyFormFile_bg7oi_200 span{display:block;width:calc(100% - 34px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vacancyFormSwitch_bg7oi_231{background-color:#dcedff;width:100%;border-radius:20px;display:flex;align-items:center;margin-bottom:42px}._vacancyFormSwitchLabel_bg7oi_239{font-size:17px;line-height:24px;font-weight:800;cursor:pointer;padding:12px;display:block;width:50%;border-radius:20px;text-align:center;background-color:transparent;color:#2b3c5c;transition:background-color .3s ease-out,color .3s ease-out}._vacancyFormSwitchLabel_bg7oi_239._active_bg7oi_84{background-color:#234b96;color:#fff}._vacancyFormSubmit_bg7oi_257{width:100%;padding:18px;justify-content:center;border-radius:22px;margin-top:16px}._vacancySuccess_bg7oi_264{width:100%;height:80vh;background-color:#fff;z-index:10;position:relative}._vacancySuccess_bg7oi_264 .wrapper{height:100%}._vacancySuccessContent_bg7oi_274{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:688px;width:100%;margin:auto;padding:0 54px;height:100%}._vacancySuccessIcon_bg7oi_285{margin-bottom:40px}._vacancySuccessTitle_bg7oi_288{font-size:28px;line-height:normal;font-weight:800;margin-bottom:24px;padding-bottom:20px;text-align:center;position:relative}._vacancySuccessTitle_bg7oi_288:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:#f5c282}._vacancySuccessDescription_bg7oi_307{text-align:center}@media(max-width:1024px){._vacancyContent_bg7oi_25{padding:54px 0 80px}._vacancyDescription_bg7oi_22{margin-bottom:40px}._vacancyForm_bg7oi_28{display:flex;flex-direction:column}._vacancyFormInfo_bg7oi_32,._vacancyFormProffs_bg7oi_39{width:100%}._vacancyFormProffsWrapper_bg7oi_42{height:auto}._vacancyFormField_bg7oi_88{width:100%}._vacancyFormCheckboxProffs_bg7oi_193{width:calc(50% - 8px)}._vacancyFormWrapper_bg7oi_60{gap:20px}}@media(max-width:768px){._vacancyTitle_bg7oi_4{font-size:22px;line-height:normal;margin-bottom:24px;padding-bottom:12px}._vacancyTitle_bg7oi_4:before{width:90px}._vacancyContent_bg7oi_25{padding:35px 0 42px}._vacancyDescription_bg7oi_22{font-size:16px;margin-bottom:30px}._vacancyForm_bg7oi_28{gap:12px}._vacancyFormInfo_bg7oi_32,._vacancyFormProffsWrapper_bg7oi_42{padding:24px 20px}._vacancyFormTitle_bg7oi_50{font-size:18px;margin-bottom:16px}._vacancyFormCheckboxProffs_bg7oi_193,._vacancyFormCheckboxStyle_bg7oi_123{width:100%}._vacancyFormCheckboxText_bg7oi_126{font-size:16px}._vacancyFormWrapper_bg7oi_60{gap:16px;margin-bottom:32px}._vacancyFormWrapperCheckbox_bg7oi_66{padding:16px;border-radius:18px;gap:16px;margin-bottom:12px;flex-direction:column}._vacancyFormField_bg7oi_88{padding:13px 20px}._vacancyFormField_bg7oi_88 input{font-size:16px}._vacancyFormField_bg7oi_88 input::placeholder{font-size:16px}._vacancyFormFile_bg7oi_200{margin-bottom:32px;padding:12px;font-size:16px}._vacancyFormSwitch_bg7oi_231{margin-bottom:32px}._vacancyFormSwitchLabel_bg7oi_239{font-size:15px}._vacancyFormSubmit_bg7oi_257{font-size:16px;padding:16px;border-radius:20px;margin-top:19px}._vacancySuccess_bg7oi_264{height:60vh}._vacancySuccessContent_bg7oi_274{max-width:100%;padding:0}._vacancySuccessIcon_bg7oi_285{margin-bottom:28px}._vacancySuccessTitle_bg7oi_288{font-size:22px}._vacancySuccessDescription_bg7oi_307{font-size:16px}}._aboutUs_1epdi_1{position:relative;margin-bottom:120px}._aboutUsContent_1epdi_5{padding:28px 0 0}._aboutUsHero_1epdi_8{background:url(/assets/about-us_decor-DuhevOVu.svg) no-repeat,#426cbb;background-size:contain;background-position:right 63px top 50%;border-radius:40px;position:relative;margin-bottom:108px}._aboutUsHeroText_1epdi_16{margin:0 100px;padding:83px 0;width:410px}._aboutUsHeroImg_1epdi_21{position:absolute;right:135px;top:0;display:flex}._aboutUsHeroImg_1epdi_21 img{filter:drop-shadow(0px 15px 32px rgba(65,41,0,.1)) drop-shadow(0px 59px 59px rgba(85,56,7,.09))}._aboutUsTitle_1epdi_30{font-size:36px;line-height:44px;font-weight:700;color:#fff;margin-bottom:22px;padding-bottom:16px;position:relative}._aboutUsTitle_1epdi_30:before{content:"";position:absolute;bottom:0;left:0;width:55px;height:3px;background:#f5c282}._aboutUsDescription_1epdi_48{color:#fff}._aboutUsFeatures_1epdi_51{display:flex;justify-content:center;gap:15px;margin-bottom:100px}._aboutUsFeaturesItem_1epdi_57{width:100%;max-width:390px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:38px 20px;background-color:#e7f3ff;border-radius:50px}._aboutUsFeaturesItemValue_1epdi_68{font-size:42px;line-height:normal;font-weight:700;letter-spacing:-9%}._aboutUsFeaturesItemLabel_1epdi_74{display:block;width:100%;text-align:center}._aboutUsInfo_1epdi_79{display:grid;grid-template-columns:1fr 100px 1fr;grid-template-rows:443px,608px;row-gap:48px;margin:250px 0 150px}._aboutUsInfoImage_1epdi_86{width:100%}._aboutUsInfoImage_1epdi_86 img{width:100%;height:100%;object-fit:cover;border-radius:40px}._aboutUsInfoImageRight_1epdi_95{grid-column:2 / 4;grid-row:1 / 2}._aboutUsInfoImageLeft_1epdi_99{grid-column:1 / 3;grid-row:2 / 3}._aboutUsInfoText_1epdi_103{margin:auto 0}._aboutUsInfoTextLeft_1epdi_106{padding-right:54px}._aboutUsInfoTextRight_1epdi_109{padding-left:54px}._aboutUsInfoTitle_1epdi_112{font-size:28px;line-height:36px;font-weight:700;color:#051129;margin-bottom:38px;padding-bottom:15px;position:relative;width:fit-content}._aboutUsInfoTitle_1epdi_112:before{content:"";position:absolute;bottom:0;left:0;width:80%;height:3px;background:#f5c282}._aboutUsInfoDescription_1epdi_131{line-height:29px;font-weight:500;white-space:pre-line}@media(max-width:1300px){._aboutUsHero_1epdi_8{background-position:right 33px top 50%;border-radius:40px}._aboutUsHeroText_1epdi_16{padding:43px 0;width:380px}._aboutUsHeroImg_1epdi_21{right:6%;width:400px}}@media(max-width:1024px){._aboutUsContent_1epdi_5{padding:18px 0 0}._aboutUsHero_1epdi_8{background:url(/assets/about-us_decor-tab-BLNhLO3W.svg) no-repeat,#426cbb;background-position:bottom -70% right 50%;margin-bottom:154px}._aboutUsHeroText_1epdi_16{padding:80px 80px 300px;width:100%;margin:0}._aboutUsHeroImg_1epdi_21{width:468px;right:20%;top:43%}._aboutUsFeatures_1epdi_51{gap:11px;align-items:flex-start;margin-bottom:78px}._aboutUsFeaturesItem_1epdi_57{max-width:calc(33.33% - 9px);padding:28px 20px;border-radius:40px}._aboutUsFeaturesItemValue_1epdi_68{font-size:36px}._aboutUsInfo_1epdi_79{display:flex;flex-direction:column;gap:54px;margin:188px 0 90px}._aboutUsInfoImageRight_1epdi_95{display:flex;order:-1}._aboutUsInfoImageLeft_1epdi_99{display:flex;order:1}._aboutUsInfoText_1epdi_103{margin:0}._aboutUsInfoTextLeft_1epdi_106{padding-right:0;order:-2}._aboutUsInfoTextRight_1epdi_109{padding-left:0;order:0}}@media(max-width:768px){._aboutUsContent_1epdi_5{padding:20px 0 0}._aboutUsHero_1epdi_8{background:url(/assets/about-us_decor-tab-BLNhLO3W.svg) no-repeat,#426cbb;background-position:bottom;background-size:150%;margin-bottom:89px}._aboutUsHeroText_1epdi_16{padding:32px 28px 150px;width:100%;margin:0}._aboutUsHeroImg_1epdi_21{width:262px;right:12%;top:56%}._aboutUsTitle_1epdi_30{font-size:22px;line-height:24px;padding-bottom:12px;position:relative}._aboutUsDescription_1epdi_48{font-size:16px;line-height:28px}._aboutUsFeatures_1epdi_51{align-items:center;flex-direction:column;margin-bottom:55px}._aboutUsFeaturesItem_1epdi_57{max-width:100%;padding:20px;border-radius:28px}._aboutUsFeaturesItemValue_1epdi_68{font-size:28px}._aboutUsInfo_1epdi_79{gap:36px;margin:120px 0 64px}._aboutUsInfoImage_1epdi_86 img{border-radius:28px}._aboutUsInfoTitle_1epdi_112{font-size:22px;line-height:24px;margin-bottom:24px;padding-bottom:20px}._aboutUsInfoTitle_1epdi_112:before{width:70%}._aboutUsInfoDescription_1epdi_131{line-height:28px;font-size:16px}}._masterclasses_1e4ic_1{position:relative}._masterclassesBg_1e4ic_4{position:absolute;bottom:0;left:0;width:100%;height:440px;pointer-events:none;background-color:#fff3e4}._masterclassesBgWaveUp_1e4ic_13{position:absolute;top:0;left:0;width:100%;height:104px;transform:translateY(-100%)}._masterclassesBgWaveUp_1e4ic_13 img{width:100%;height:100%;object-fit:cover}._masterclassesBgOrnament_1e4ic_26{position:absolute;top:100px;right:20%;width:410px;height:413px;background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-size:contain;background-repeat:no-repeat;pointer-events:none}._masterclassesBgOrnament_1e4ic_26:before{content:"";position:absolute;top:200px;left:-230%;width:410px;height:413px;background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-repeat:no-repeat}._masterclassesContent_1e4ic_47{display:flex;gap:40px;padding:48px 0 72px;position:relative;z-index:1}._masterclassesInfo_1e4ic_54{overflow:hidden;flex:1}._masterclassesInfoImg_1e4ic_58{border-radius:30px;overflow:hidden;margin-bottom:58px;display:flex}._masterclassesInfoImg_1e4ic_58 img{width:100%}._masterclassesRequest_1e4ic_67{width:520px;position:relative}._masterclassesRequestWrapper_1e4ic_71{padding:32px;background:#fff;border-radius:32px;border:2px solid #E7F3FF;overflow:hidden;position:sticky;top:140px;text-align:center}._masterclassesRequestWrapper_1e4ic_71:before{content:"";position:absolute;top:0;left:0;width:130px;height:180px;background:url(/assets/decor-mc-FRIkM1KF.svg) no-repeat center center;background-size:cover;pointer-events:none}._masterclassesRequestWrapper_1e4ic_71:after{content:"";position:absolute;top:0;right:0;width:130px;height:180px;background:url(/assets/decor-mc-FRIkM1KF.svg) no-repeat center center;background-size:cover;transform:scaleX(-1);pointer-events:none}._masterclassesRequestLogo_1e4ic_104{margin-bottom:28px}._masterclassesRequestLogo_1e4ic_104 a{margin:0 auto}._masterclassesRequestTitle_1e4ic_110{font-size:24px;line-height:32px;font-weight:800}._masterclassesForm_1e4ic_115{display:flex;flex-direction:column;gap:16px;margin-top:42px;position:relative}._masterclassesFormField_1e4ic_122{width:100%;padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;position:relative;transition:border-color .3s ease-out}._masterclassesFormField_1e4ic_122._error_1e4ic_131{border-color:#eb001b}._masterclassesFormFieldError_1e4ic_134{position:absolute;top:-20px;transform:translateY(-50%);left:0;font-size:14px;line-height:28px;font-weight:600;background-color:#fff;color:#eb001b}._masterclassesFormField_1e4ic_122 input{width:100%}._masterclassesFormFieldDropdown_1e4ic_148{box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._masterclassesFormFieldDropdown_1e4ic_148._active_1e4ic_152{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._masterclassesFormFieldDropdownChildren_1e4ic_156 li{justify-content:center}._masterclassesFormFieldDropdownList_1e4ic_159{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:180px;overflow-y:auto}._masterclassesFormFieldDropdownItem_1e4ic_170{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;margin-bottom:12px;display:flex;flex-wrap:wrap;gap:4px 10px}._masterclassesFormFieldDropdownItem_1e4ic_170:hover{background-color:#e7f3ff}._masterclassesFormFieldDropdownItem_1e4ic_170:last-child{margin-bottom:0}._masterclassesFormFieldDropdownItemDate_1e4ic_187,._masterclassesFormFieldDropdownItemAddress_1e4ic_196{display:flex;align-items:center;gap:4px;font-size:15px;line-height:28px;font-weight:800;color:#234b96}._masterclassesFormFieldDropdownItemName_1e4ic_205{text-align:left;width:100%;font-size:17px;line-height:28px;font-weight:600}._masterclassesFormFieldName_1e4ic_212{display:flex;align-items:center;gap:17px}._masterclassesFormFieldName_1e4ic_212 span{font-size:17px;line-height:28px;font-weight:800;color:#234b96}._masterclassesFormButton_1e4ic_223{width:100%;display:flex;gap:6px;align-items:center;font-size:17px;line-height:28px;font-weight:600;color:#758694;transition:color .3s ease-out}._masterclassesFormButton_1e4ic_223 svg{margin-left:auto;transform:rotate(0);transition:transform .3s ease-out}._masterclassesFormButton_1e4ic_223 svg path{stroke:#758694;transition:stroke .3s ease-out}._masterclassesFormButton_1e4ic_223._active_1e4ic_152 svg{transform:rotate(180deg)}._masterclassesFormButton_1e4ic_223._active_1e4ic_152 svg path{stroke:#2b3c5c}._masterclassesFormButton_1e4ic_223._selected_1e4ic_249{color:#2b3c5c}._masterclassesFormButton_1e4ic_223 span{font-size:17px;line-height:28px;font-weight:800;color:#234b96}._masterclassesFormSubmit_1e4ic_258{padding:16px;display:flex;justify-content:center;border-radius:20px}._masterclassesFormSuccess_1e4ic_264{padding:124px 0 232px}._masterclassesFormSuccessTitle_1e4ic_267{font-size:22px;line-height:32px;font-weight:800;margin-bottom:24px;padding-bottom:14px;position:relative}._masterclassesFormSuccessTitle_1e4ic_267:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:#f5c282}._masterclassesFormSuccessText_1e4ic_285{font-size:18px;line-height:28px}._masterclassesTitle_1e4ic_289{font-size:28px;line-height:normal;font-weight:800;margin-bottom:24px;padding-bottom:20px;position:relative}._masterclassesTitle_1e4ic_289:before{content:"";position:absolute;bottom:0;left:0;width:300px;height:3px;background:#f5c282}._masterclassesTitleBlock_1e4ic_306{font-size:26px;line-height:36px;font-weight:800;margin-bottom:36px;padding-bottom:19px;color:#051129;position:relative}._masterclassesTitleBlock_1e4ic_306:before{content:"";position:absolute;bottom:0;left:0;width:160px;height:3px;background:#f5c282}._masterclassesDescription_1e4ic_324{line-height:28px;margin-bottom:42px}._masterclassesFeatures_1e4ic_328{margin-bottom:39px}._masterclassesFeaturesItem_1e4ic_331{margin-bottom:12px;padding:28px 32px;background:#e7f3ff;border-radius:40px;display:grid;grid-template-columns:74px auto;grid-template-rows:auto auto;gap:4px}._masterclassesFeaturesItem_1e4ic_331:last-child{margin-bottom:0}._masterclassesFeaturesItem_1e4ic_331 img{width:52px;height:52px;object-fit:contain;grid-row:1 / 3;grid-column:1 / 2;margin:auto 0}._masterclassesFeaturesItemTitle_1e4ic_352{grid-row:1 / 2;grid-column:2 / 3;font-size:22px;line-height:32px;font-weight:700}._masterclassesFeaturesItemText_1e4ic_359{grid-row:2 / 3;grid-column:2 / 3;font-size:17px;line-height:28px}._masterclassesGallery_1e4ic_365{position:relative;width:100%;height:747px}._masterclassesGallery_1e4ic_365 img,._masterclassesGallery_1e4ic_365 iframe{width:100%;height:360px;border-radius:20px;object-fit:cover}._masterclassesGalleryButton_1e4ic_377{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background-color:#fffc;border-radius:18px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}._masterclassesGalleryButton_1e4ic_377:hover{background-color:#fff}._masterclassesGalleryButton_1e4ic_377:disabled{opacity:.4;cursor:not-allowed}._masterclassesGalleryButtonPrev_1e4ic_398{left:16px}._masterclassesGalleryButtonNext_1e4ic_401{right:16px}@media(max-width:1300px){._masterclassesRequest_1e4ic_67{width:440px}}@media(max-width:1024px){._masterclassesBg_1e4ic_4{height:1053px}._masterclassesBgOrnament_1e4ic_26{display:none}._masterclassesContent_1e4ic_47{flex-direction:column;gap:36px;padding:54px 0 68px}._masterclassesInfoImg_1e4ic_58{border-radius:40px}._masterclassesRequest_1e4ic_67{width:100%}._masterclassesRequestWrapper_1e4ic_71{padding:42px 32px;border-radius:32px;position:relative;top:0}._masterclassesRequestWrapper_1e4ic_71:before{display:none}._masterclassesRequestWrapper_1e4ic_71:after{display:none}._masterclassesRequestLogo_1e4ic_104{display:none}._masterclassesRequestTitle_1e4ic_110{font-size:24px;line-height:32px;font-weight:800;padding-bottom:20px;position:relative}._masterclassesRequestTitle_1e4ic_110:before{content:"";position:absolute;bottom:0;left:50%;width:160px;transform:translate(-50%);height:3px;background:#f5c282}._masterclassesForm_1e4ic_115{margin-top:52px}._masterclassesFormSubmit_1e4ic_258{font-size:18px}._masterclassesFormSuccess_1e4ic_264{padding:205px 0;max-width:340px;width:100%;margin:0 auto}._masterclassesTitleBlock_1e4ic_306{margin-bottom:32px}._masterclassesDescription_1e4ic_324{margin-bottom:48px}._masterclassesFeatures_1e4ic_328{margin-bottom:43px}}@media(max-width:768px){._masterclassesBg_1e4ic_4{height:700px}._masterclassesContent_1e4ic_47{gap:42px;padding:35px 0 42px}._masterclassesInfoImg_1e4ic_58{border-radius:28px;margin-bottom:48px}._masterclassesTitle_1e4ic_289{font-size:22px;line-height:32px;padding-bottom:12px}._masterclassesTitle_1e4ic_289:before{width:250px}._masterclassesTitleBlock_1e4ic_306{font-size:20px;margin-bottom:32px;padding-bottom:12px;position:relative}._masterclassesTitleBlock_1e4ic_306:before{width:120px}._masterclassesDescription_1e4ic_324{font-size:16px}._masterclassesRequestWrapper_1e4ic_71{padding:32px 20px}._masterclassesRequestTitle_1e4ic_110{font-size:20px}._masterclassesForm_1e4ic_115{margin-top:32px}._masterclassesFormField_1e4ic_122{padding:13px 20px}._masterclassesFormFieldError_1e4ic_134{font-size:13px;line-height:14px;top:-14px}._masterclassesFormField_1e4ic_122 input{font-size:16px}._masterclassesFormFieldName_1e4ic_212{gap:8px}._masterclassesFormFieldName_1e4ic_212 span,._masterclassesFormButton_1e4ic_223,._masterclassesFormButton_1e4ic_223 span{font-size:16px}._masterclassesFormSubmit_1e4ic_258{font-size:16px;border-radius:22px}._masterclassesFormSuccess_1e4ic_264{padding:127px 0;max-width:280px}._masterclassesFormSuccessTitle_1e4ic_267{font-size:20px;position:relative}._masterclassesFormSuccessTitle_1e4ic_267:before{width:60px}._masterclassesFormSuccessText_1e4ic_285{font-size:16px}._masterclassesFeatures_1e4ic_328{margin-bottom:48px}._masterclassesFeaturesItem_1e4ic_331{padding:24px;border-radius:28px;display:grid;grid-template-columns:44px auto;gap:16px 12px}._masterclassesFeaturesItem_1e4ic_331 img{width:32px;height:32px;grid-row:1 / 2;margin:0}._masterclassesFeaturesItemTitle_1e4ic_352{font-size:18px}._masterclassesFeaturesItemText_1e4ic_359{grid-column:1 / 3;font-size:16px}._masterclassesGallery_1e4ic_365{height:520px}._masterclassesGallery_1e4ic_365 img,._masterclassesGallery_1e4ic_365 iframe{height:240px}._masterclassesGalleryButton_1e4ic_377{border-radius:14px;width:36px;height:36px}._masterclassesGalleryButtonPrev_1e4ic_398{left:12px}._masterclassesGalleryButtonNext_1e4ic_401{right:12px}}._skeletonWrapper_1e4ic_605{width:100%;display:flex;gap:40px}@media(max-width:1024px){._skeletonWrapper_1e4ic_605{flex-direction:column;gap:36px}}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}._bankets_1965k_1{position:relative}._banketsBg_1965k_4{position:absolute;inset:780px 0 0;background-color:#fff3e4}._banketsBgWrapper_1965k_12{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}._banketsBgWaveUp_1965k_22{position:absolute;top:0;left:0;width:100%;height:104px;transform:translateY(-100%)}._banketsBgWaveUp_1965k_22 img{width:100%;height:100%;object-fit:cover}._banketsBgOrnament_1965k_35{position:absolute;top:220px;right:20%;width:410px;height:calc(100% - 380px);background-image:url(/assets/ornament-short-C_AcjeX4.svg);background-size:contain;background-repeat:repeat-y;pointer-events:none}._banketsContent_1965k_46{padding:48px 0 72px;display:flex;flex-wrap:wrap;gap:0 24px;position:relative}._banketsHeader_1965k_53{width:100%;margin-bottom:56px}._banketsTitle_1965k_57{font-size:28px;line-height:normal;font-weight:800;color:#2b3c5c;margin-bottom:24px;padding-bottom:20px;position:relative}._banketsTitle_1965k_57:before{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:#f5c282}._banketsDescription_1965k_75{padding-bottom:20px;max-width:1000px;width:100%}._banketsInfo_1965k_80{flex:1}._banketsTotal_1965k_83{width:362px;position:relative}._banketsTotalWrapper_1965k_87{overflow:hidden;position:sticky;top:140px;border-radius:32px}._banketsTotalTitle_1965k_93{font-weight:800;font-size:20px;line-height:36px;color:#10203f;padding:20px 20px 0;background-color:#e7f3ff}._banketsTotalBody_1965k_101{padding:28px 20px 20px;background-color:#e7f3ff}._banketsTotalBodyList_1965k_105{margin-bottom:16px;display:flex;flex-direction:column}._banketsTotalBodyListCheckout_1965k_110{margin-bottom:30px}._banketsTotalBodyItem_1965k_113{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;font-weight:600;font-size:18px;line-height:26px;padding-bottom:12px;margin-bottom:12px;border-bottom:2px solid #C2DEFA}._banketsTotalBodyItemLabel_1965k_125{width:calc(100% - 160px);display:block}._banketsTotalBodyItemPrice_1965k_129{display:block;width:160px;align-self:flex-start;text-align:right;font-weight:800;font-size:18px;line-height:28px}._banketsTotalBodyItemSelected_1965k_138{font-weight:600;font-size:18px;line-height:26px;width:100%;display:block;color:#426cbb}._banketsTotalBodyItemLast_1965k_146{font-weight:800;font-size:22px;line-height:40px;padding-bottom:0;margin-bottom:28px;border:none;flex-wrap:nowrap}._banketsTotalBodyItemLast_1965k_146 ._banketsTotalBodyItemLabel_1965k_125{width:auto}._banketsStep_1965k_158{margin-bottom:56px;text-align:center}._banketsStepError_1965k_162 ._banketsStepTitle_1965k_162{color:#eb001b}._banketsStepTitle_1965k_162{text-align:left;font-size:22px;line-height:normal;font-weight:800;margin-bottom:28px;display:flex;align-items:center;color:#2b3c5c;transition:color .3s ease-out}._banketsStepNumber_1965k_176{display:flex;justify-content:center;align-items:center;width:42px;height:42px;border-radius:18px;background-color:#234b96;color:#fff;font-size:22px;line-height:normal;font-weight:800;text-align:center;margin-right:16px}._banketsForm_1965k_191{display:flex;flex-wrap:wrap;gap:16px 12px}._banketsFormField_1965k_196{width:calc(50% - 6px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;position:relative;transition:border-color .3s ease-out}._banketsFormField_1965k_196._error_1965k_205{border-color:#eb001b}._banketsFormFieldError_1965k_208{width:fit-content;position:absolute;top:0;transform:translateY(-50%);left:16px;font-size:14px;line-height:28px;font-weight:600;padding:0 8px;background-color:#fff;color:#eb001b}._banketsFormFieldFull_1965k_221,._banketsFormField_1965k_196 input{width:100%}._banketsFormField_1965k_196 textarea{width:100%;height:200px;resize:none;background-color:#fff}._banketsFormFieldDropdown_1965k_233{box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._banketsFormFieldDropdown_1965k_233._active_1965k_237{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._banketsFormFieldDropdownList_1965k_241{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:172px;overflow-y:auto}._banketsFormFieldDropdownListLeft_1965k_252{text-align:left}._banketsFormFieldDropdownItem_1965k_255{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;font-size:17px;line-height:28px;margin-bottom:12px}._banketsFormFieldDropdownItem_1965k_255:hover{background-color:#e7f3ff}._banketsFormFieldDropdownItem_1965k_255:last-child{margin-bottom:0}._banketsFormFieldDropdownCalendar_1965k_271{box-shadow:0 2px 14px #00000030;border-radius:16px;overflow:hidden;padding:24px 20px;background-color:#fff;max-width:330px;width:100%}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar{width:100%;border:none;font-family:Manrope,sans-serif}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__navigation{margin-bottom:24px;align-items:center}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__navigation .react-calendar__navigation__label{font-size:18px;font-weight:800;color:#051129;font-family:Manrope,sans-serif;padding:0}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__navigation .react-calendar__navigation__arrow{flex:0 0 auto;width:20px;height:20px;border:none;background:transparent;cursor:pointer;padding:0}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__navigation button:enabled:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__navigation button:enabled:focus{background-color:transparent}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__weekdays{margin-bottom:4px}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday{font-size:17px;line-height:21px;font-weight:800;color:#051129;padding:0;text-transform:capitalize}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile{flex:calc(14% - 4px)!important;margin:0 4px 4px;padding:6px;border:none;border-radius:30px;background-color:transparent;cursor:pointer;font-size:16px;line-height:21px;font-weight:600;color:#2b3c5c;transition:background-color .3s ease-out,color .3s ease-out}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile:hover:not(:disabled){background-color:#e7f3ff}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile.react-calendar__tile--now{background-color:#426cbb;color:#fff}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile.react-calendar__tile--now:hover{background-color:#426cbb}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile.react-calendar__tile--active{background-color:#234b96;color:#fff}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile.react-calendar__tile--active:hover{background-color:#234b96}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__month-view .react-calendar__month-view__days .react-calendar__tile:disabled{color:#aab7c4;cursor:not-allowed}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__year-view__months__month,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__year-view__months__month,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__year-view__months__month,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__decade-view__years__year,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__decade-view__years__year,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__decade-view__years__year,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__century-view__decades__decade,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__century-view__decades__decade,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__century-view__decades__decade{margin:0 4px 4px;flex:calc(33.33% - 8px)!important;border-radius:20px!important;transition:background-color .3s ease-out,color .3s ease-out}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__year-view__months__month:hover:not(:disabled),._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__year-view__months__month:hover:not(:disabled),._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__year-view__months__month:hover:not(:disabled),._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__decade-view__years__year:hover:not(:disabled),._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__decade-view__years__year:hover:not(:disabled),._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__decade-view__years__year:hover:not(:disabled),._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__century-view__decades__decade:hover:not(:disabled),._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__century-view__decades__decade:hover:not(:disabled),._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__century-view__decades__decade:hover:not(:disabled){background-color:#e7f3ff;border-radius:20px!important}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__year-view__months__month abbr,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__year-view__months__month abbr,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__year-view__months__month abbr,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__decade-view__years__year abbr,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__decade-view__years__year abbr,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__decade-view__years__year abbr,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__century-view__decades__decade abbr,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__century-view__decades__decade abbr,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__century-view__decades__decade abbr{text-decoration:none;font-size:16px;font-weight:600;font-family:Manrope,sans-serif}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__year-view__months__month:disabled,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__year-view__months__month:disabled,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__year-view__months__month:disabled,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__decade-view__years__year:disabled,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__decade-view__years__year:disabled,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__decade-view__years__year:disabled,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__century-view__decades__decade:disabled,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__century-view__decades__decade:disabled,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__century-view__decades__decade:disabled{background-color:#aab7c4;cursor:not-allowed;color:#fff;border-radius:20px}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__year-view__months__month.react-calendar__tile--now,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__year-view__months__month.react-calendar__tile--now,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__year-view__months__month.react-calendar__tile--now,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__decade-view__years__year.react-calendar__tile--now,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__decade-view__years__year.react-calendar__tile--now,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__decade-view__years__year.react-calendar__tile--now,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__century-view__decades__decade.react-calendar__tile--now,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__century-view__decades__decade.react-calendar__tile--now,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__century-view__decades__decade.react-calendar__tile--now{background-color:#426cbb!important;color:#fff!important;border-radius:20px!important}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__year-view__months__month.react-calendar__tile--now:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__year-view__months__month.react-calendar__tile--now:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__year-view__months__month.react-calendar__tile--now:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__decade-view__years__year.react-calendar__tile--now:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__decade-view__years__year.react-calendar__tile--now:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__decade-view__years__year.react-calendar__tile--now:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__century-view__decades__decade.react-calendar__tile--now:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__century-view__decades__decade.react-calendar__tile--now:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__century-view__decades__decade.react-calendar__tile--now:hover{background-color:#426cbb!important}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__year-view__months__month.react-calendar__tile--hasActive,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__year-view__months__month.react-calendar__tile--hasActive,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__year-view__months__month.react-calendar__tile--hasActive,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__decade-view__years__year.react-calendar__tile--hasActive,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__decade-view__years__year.react-calendar__tile--hasActive,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__decade-view__years__year.react-calendar__tile--hasActive,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__century-view__decades__decade.react-calendar__tile--hasActive,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__century-view__decades__decade.react-calendar__tile--hasActive,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__century-view__decades__decade.react-calendar__tile--hasActive{background-color:#234b96;color:#fff}._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__year-view__months__month.react-calendar__tile--hasActive:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__year-view__months__month.react-calendar__tile--hasActive:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__year-view__months__month.react-calendar__tile--hasActive:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__decade-view__years__year.react-calendar__tile--hasActive:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__decade-view__years__year.react-calendar__tile--hasActive:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__decade-view__years__year.react-calendar__tile--hasActive:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__year-view .react-calendar__century-view__decades__decade.react-calendar__tile--hasActive:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__decade-view .react-calendar__century-view__decades__decade.react-calendar__tile--hasActive:hover,._banketsFormFieldDropdownCalendar_1965k_271 .react-calendar .react-calendar__century-view .react-calendar__century-view__decades__decade.react-calendar__tile--hasActive:hover{background-color:#234b96}._banketsFormButton_1965k_459{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:17px;line-height:28px;font-weight:600;color:#758694;transition:color .3s ease-out}._banketsFormButton_1965k_459 span{display:block;width:260px;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._banketsFormButton_1965k_459 svg{transform:rotate(0);transition:transform .3s ease-out}._banketsFormButton_1965k_459 svg path{stroke:#758694;transition:stroke .3s ease-out}._banketsFormButton_1965k_459._active_1965k_237 svg{transform:rotate(180deg)}._banketsFormButton_1965k_459._active_1965k_237 svg path{stroke:#2b3c5c}._banketsFormButton_1965k_459._selected_1965k_494{color:#2b3c5c}._banketsProducts_1965k_497{display:flex;gap:28px 16px;flex-wrap:wrap;margin-bottom:48px}._banketsMoreButton_1965k_503{padding:18px 48px;border-radius:22px}._banketsMoreButtonIcon_1965k_507{transform:rotate(0);transition:transform .3s ease-out}._banketsMoreButtonIconLess_1965k_511{transform:rotate(180deg)}._banketsSubmitButton_1965k_514{width:100%;padding:16px;border-radius:22px;font-size:17px;line-height:24px;justify-content:center}@media(max-width:1024px){._banketsContent_1965k_46{padding:54px 0 64px;gap:56px}._banketsHeader_1965k_53{margin-bottom:0}._banketsTotal_1965k_83{width:100%}._banketsTotalWrapper_1965k_87{position:static}._banketsTotalBodyListCheckout_1965k_110{margin-bottom:28px}._banketsProducts_1965k_497{gap:14px 20px}}@media(max-width:768px){._banketsContent_1965k_46{padding:36px 0 42px;gap:36px}._banketsTitle_1965k_57{font-size:22px;padding-bottom:12px}._banketsTitle_1965k_57:before{width:60px}._banketsDescription_1965k_75{font-size:16px;padding-bottom:0;max-width:100%}._banketsTotalTitle_1965k_93{font-size:18px;padding:20px 16px 0}._banketsTotalBody_1965k_101{padding:20px 16px}._banketsTotalBodyItem_1965k_113{font-size:16px;line-height:24px}._banketsTotalBodyItemPrice_1965k_129{font-size:17px}._banketsTotalBodyItemSelected_1965k_138{font-size:16px;line-height:24px}._banketsTotalBodyItemLast_1965k_146{font-size:20px;margin-bottom:20px}._banketsStep_1965k_158{margin-bottom:48px}._banketsStepTitle_1965k_162{font-size:18px;margin-bottom:32px}._banketsStepNumber_1965k_176{width:32px;height:32px;border-radius:14px;font-size:16px;margin-right:12px}._banketsForm_1965k_191{gap:18px}._banketsFormField_1965k_196{width:100%;padding:13px 20px}._banketsFormButton_1965k_459{font-size:16px;line-height:24px}._banketsProducts_1965k_497{gap:20px 12px;margin-bottom:32px}._banketsMoreButton_1965k_503{padding:14px;width:100%;border-radius:20px;font-size:16px;justify-content:center}._banketsSubmitButton_1965k_514{border-radius:20px;font-size:16px}}._skeletonWrapper_1965k_623{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 20px;padding-bottom:162px}@media(max-width:1400px){._skeletonWrapper_1965k_623{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._skeletonWrapper_1965k_623{gap:28px 14px}}@media(max-width:768px){._skeletonWrapper_1965k_623{gap:16px 10px;grid-template-columns:repeat(2,1fr)}}._skeletonTitle_1965k_645{margin-bottom:42px}@media(max-width:768px){._skeletonTitle_1965k_645{margin-bottom:16px}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}._modalBanketsContent_18pk0_1{padding:32px 28px;max-width:750px}._modalBanketsTitle_18pk0_5{font-size:26px;line-height:32px;font-weight:700;color:#051129;margin-bottom:32px}._modalBanketsForm_18pk0_12{display:flex;flex-wrap:wrap;gap:20px 10px}._modalBanketsFormField_18pk0_17{width:calc(50% - 5px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;font-size:16px;line-height:28px;font-weight:600;position:relative;transition:border-color .3s ease-out}._modalBanketsFormFieldLabel_18pk0_29{position:absolute;top:0;transform:translateY(-50%);left:20px;font-size:14px;line-height:16px;font-weight:600;padding:0 8px;color:#758694;background-color:#fff}._modalBanketsFormField_18pk0_17._error_18pk0_41{border-color:#eb001b}._modalBanketsFormFieldFull_18pk0_44,._modalBanketsFormField_18pk0_17 input{width:100%}._modalBanketsFormFieldDropdown_18pk0_50{position:relative;width:calc(50% - 5px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._modalBanketsFormFieldDropdown_18pk0_50._active_18pk0_60{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._modalBanketsFormFieldDropdown_18pk0_50._error_18pk0_41{border-color:#eb001b}._modalBanketsFormFieldDropdownButton_18pk0_67{width:100%;display:flex;justify-content:space-between;align-items:center;color:#758694;font-size:16px;line-height:28px;font-weight:600}._modalBanketsFormFieldDropdownButton_18pk0_67._selected_18pk0_77{color:#2b3c5c}._modalBanketsFormFieldDropdownList_18pk0_80{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:117px;overflow-y:auto}._modalBanketsFormFieldDropdownItem_18pk0_91{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;font-size:17px;line-height:28px;margin-bottom:12px;text-align:center}._modalBanketsFormFieldDropdownItem_18pk0_91:hover{background-color:#e7f3ff}._modalBanketsFormFieldDropdownItem_18pk0_91:last-child{margin-bottom:0}._modalBanketsFormFieldCheckbox_18pk0_108{width:100%;border-radius:0;border:none;padding:0;margin:12px 0;position:relative;cursor:pointer}._modalBanketsFormFieldCheckboxText_18pk0_117{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._modalBanketsFormFieldCheckboxCustom_18pk0_125{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../../assets/images/icons/checkbox.svg) no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._modalBanketsFormFieldCheckboxCustom_18pk0_125:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../../assets/images/icons/checkbox-hover.svg) no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._modalBanketsFormFieldCheckboxCustom_18pk0_125:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../../assets/images/icons/checkbox-marker.svg) no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._modalBanketsFormFieldCheckbox_18pk0_108:hover ._addressModalFormFieldCheckboxCustom_18pk0_160{background:transparent}._modalBanketsFormFieldCheckbox_18pk0_108:hover ._addressModalFormFieldCheckboxCustom_18pk0_160:before{opacity:1}._modalBanketsFormFieldCheckbox_18pk0_108 input:checked~._addressModalFormFieldCheckboxCustom_18pk0_160:after{opacity:1}._modalBanketsFormFieldCheckbox_18pk0_108 input:checked~._addressModalFormFieldCheckboxCustom_18pk0_160{background:transparent}._modalBanketsFormFieldCheckbox_18pk0_108 input:checked~._addressModalFormFieldCheckboxCustom_18pk0_160:before{opacity:0}._modalBanketsFormField_18pk0_17 textarea{width:100%;height:120px;resize:none;background-color:#fff}._modalBanketsFormError_18pk0_184{width:100%;font-size:14px;line-height:28px;font-weight:600;padding-top:12px;background-color:#fff;color:#eb001b}._modalBanketsFormButton_18pk0_193{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:17px;line-height:28px;font-weight:600;color:#758694;transition:color .3s ease-out}._modalBanketsFormButton_18pk0_193 span{display:block;width:260px;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._modalBanketsFormButton_18pk0_193 svg{transform:rotate(0);transition:transform .3s ease-out}._modalBanketsFormButton_18pk0_193 svg path{stroke:#758694;transition:stroke .3s ease-out}._modalBanketsFormButton_18pk0_193._active_18pk0_60{color:#2b3c5c}._modalBanketsFormButton_18pk0_193._active_18pk0_60 svg{transform:rotate(180deg)}._modalBanketsFormButton_18pk0_193._active_18pk0_60 svg path{stroke:#2b3c5c}._modalBanketsFormSubmit_18pk0_231{margin-left:auto;padding:16px 48px}._modalBanketsSubmit_18pk0_235{width:100%;justify-content:center;padding:16px;border-radius:22px}._modalBanketsSuccess_18pk0_241{display:flex;flex-direction:column;align-items:center;opacity:0;pointer-events:none;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}._modalBanketsSuccess_18pk0_241._active_18pk0_60{opacity:1;pointer-events:all;max-height:350px;padding:36px 0 20px;overflow:visible}._modalBanketsSuccessIcon_18pk0_258{margin-bottom:34px}._modalBanketsSuccessTitle_18pk0_261{font-size:24px;line-height:32px;font-weight:700;color:#051129;margin-bottom:12px}._modalBanketsSuccessText_18pk0_268{font-size:17px;line-height:28px;font-weight:600;margin-bottom:20px;text-align:center}._modalBanketsSuccessButton_18pk0_275{padding:14px 40px}@media(max-width:1024px){._modalBanketsContent_18pk0_1{max-width:670px}}@media(max-width:768px){._modalBanketsContent_18pk0_1{padding:56px 20px;max-width:100%;border-radius:0;height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._modalBanketsContent_18pk0_1::-webkit-scrollbar{width:0;height:0;background:transparent}._modalBanketsClose_18pk0_298{right:20px;top:20px;width:42px;height:42px;border-radius:18px;border:2px solid #E7F3FF;transition:border-color .3s ease-out}._modalBanketsClose_18pk0_298 svg{width:20px;height:20px}._modalBanketsClose_18pk0_298:hover{border:2px solid #234B96}._modalBanketsTitle_18pk0_5{font-size:22px;line-height:normal;font-weight:800;color:#2b3c5c;margin-bottom:36px}._modalBanketsForm_18pk0_12{gap:16px}._modalBanketsFormField_18pk0_17{width:100%;padding:12px 20px}._modalBanketsFormField_18pk0_17 input{font-size:16px}._modalBanketsFormFieldLabel_18pk0_29{left:14px;font-size:13px;line-height:14px;padding:0 6px}._modalBanketsFormFieldMini_18pk0_337{width:100%}._modalBanketsFormFieldDropdown_18pk0_50{width:100%;padding:13px 20px}._modalBanketsFormFieldCheckbox_18pk0_108{margin:8px 0 16px;padding:0}._modalBanketsFormFieldCheckboxText_18pk0_117{font-size:15px}._modalBanketsFormButton_18pk0_193{font-size:16px}._modalBanketsFormSubmit_18pk0_231{margin-left:0;padding:15px}._modalBanketsSubmit_18pk0_235{padding:15px;border-radius:20px}._modalBanketsSuccess_18pk0_241._active_18pk0_60{max-height:100%;height:70vh;justify-content:center;padding:0}._modalBanketsSuccessIcon_18pk0_258{margin-bottom:32px}._modalBanketsSuccessTitle_18pk0_261{font-size:22px;margin-bottom:8px}._modalBanketsSuccessText_18pk0_268{font-size:16px}._modalBanketsSuccessButton_18pk0_275{padding:14px;width:100%;justify-content:center;font-size:16px}}._accountPage_uejbf_1{position:relative;min-height:700px;height:100%}._accountPageContent_uejbf_6{padding:48px 0 118px}._accountPageTitle_uejbf_9{font-size:28px;line-height:normal;font-weight:800;color:#2b3c5c;margin-bottom:48px;padding-bottom:20px;position:relative}._accountPageTitle_uejbf_9:before{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:#f5c282}._accountPageSidebar_uejbf_27{width:340px;padding:36px 28px;background-color:#234b96;border-radius:30px}._accountPageSidebarList_uejbf_33{display:flex;flex-direction:column}._accountPageSidebarItem_uejbf_37{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.21)}._accountPageSidebarLink_uejbf_42{display:flex;align-items:center;gap:12px;font-size:18px;line-height:20px;font-weight:700;color:#fff}._accountPageSidebarLink_uejbf_42 svg path{fill:#7aa3ef;transition:fill .3s ease-out}._accountPageSidebarLink_uejbf_42:hover svg path{fill:#fff}._accountPageSidebarLinkArrow_uejbf_58{margin-left:auto}._accountPageSidebarLinkArrow_uejbf_58 path{fill:#fff!important}._accountPageBody_uejbf_64{display:flex;gap:28px;align-items:flex-start}._accountPageInfo_uejbf_69{padding:32px;background-color:#fff;border-radius:32px;flex:1;border:2px solid #E7F3FF}._accountPageInfoTitle_uejbf_76{font-size:20px;line-height:normal;font-weight:800;margin-bottom:32px}._accountPageForm_uejbf_82{display:flex;flex-wrap:wrap;gap:16px 12px;position:relative}._accountPageFormField_uejbf_88{width:calc(50% - 6px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;position:relative;transition:border-color .3s ease-out}._accountPageFormFieldLabel_uejbf_97{position:absolute;top:0;transform:translateY(-50%);left:20px;font-size:14px;line-height:16px;font-weight:600;padding:0 8px;color:#758694;background-color:#fff;transition:color .3s ease-out}._accountPageFormFieldLabelError_uejbf_110{color:#eb001b}._accountPageFormField_uejbf_88._error_uejbf_113{border-color:#eb001b}._accountPageFormFieldPassword_uejbf_116{display:flex;align-items:center;justify-content:space-between}._accountPageFormFieldToggle_uejbf_121{display:flex;width:24px;height:24px}._accountPageFormFieldFull_uejbf_126,._accountPageFormField_uejbf_88 input{width:100%}._accountPageFormFieldCheckbox_uejbf_132{width:100%;border-radius:0;border:none;padding:0;margin-bottom:40px;position:relative;cursor:pointer}._accountPageFormFieldCheckboxText_uejbf_141{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._accountPageFormFieldCheckboxText_uejbf_141._error_uejbf_113{color:#eb001b}._accountPageFormFieldCheckboxCustom_uejbf_152{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox.svg) no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._accountPageFormFieldCheckboxCustom_uejbf_152:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox-hover.svg) no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._accountPageFormFieldCheckboxCustom_uejbf_152:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox-marker.svg) no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._accountPageFormFieldCheckbox_uejbf_132:hover ._reviewsPageFormFieldCheckboxCustom_uejbf_187{background:transparent}._accountPageFormFieldCheckbox_uejbf_132:hover ._reviewsPageFormFieldCheckboxCustom_uejbf_187:before{opacity:1}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187:after{opacity:1}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187{background:transparent}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187:before{opacity:0}._accountPageFormFieldDropdown_uejbf_205{box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._accountPageFormFieldDropdown_uejbf_205._active_uejbf_209{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._accountPageFormFieldDropdownList_uejbf_213{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:172px;overflow-y:auto}._accountPageFormFieldDropdownItem_uejbf_224{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;font-size:17px;line-height:28px;margin-bottom:12px}._accountPageFormFieldDropdownItem_uejbf_224:hover{background-color:#e7f3ff}._accountPageFormFieldDropdownItem_uejbf_224:last-child{margin-bottom:0}._accountPageFormSubmit_uejbf_240{padding:16px 48px;border-radius:22px;font-size:18px;margin-left:auto;margin-top:24px}._accountPageFormMessage_uejbf_247{position:absolute;top:-4px;transform:translateY(-100%);left:0}._accountPageFormError_uejbf_253{color:#eb001b;font-size:14px;line-height:16px;font-weight:600}._accountPageFormSuccess_uejbf_259{color:#6cb316;font-size:14px;line-height:16px;font-weight:600}._accountPageWishlist_uejbf_265{padding:0;background-color:transparent;border-radius:0;border:none}._accountPageWishlistProducts_uejbf_271{display:flex;flex-wrap:wrap;gap:28px 20px}._accountPageWishlistProducts_uejbf_271 li{width:calc(33.333% - 13.33px)}._accountPageEmpty_uejbf_279{padding:160px 32px 166px;background-color:#fff;border-radius:32px;border:2px solid #E7F3FF;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}._accountPageEmpty_uejbf_279 img{margin-bottom:32px}._accountPageEmptyTitle_uejbf_293{font-size:20px;line-height:normal;font-weight:800;margin-bottom:16px}._accountPageEmptyText_uejbf_299{line-height:28px;max-width:470px;width:100%;text-align:center}._accountPageEmptyButton_uejbf_305{margin-top:41px;padding:14px 24px;border-radius:20px}._accountPageAddresses_uejbf_310{padding:0;background-color:transparent;border-radius:0;border:none;display:flex;flex-direction:column}._accountPageAddressesAddButton_uejbf_318{margin-left:auto;margin-bottom:24px;padding:14px 24px;border-radius:20px}._accountPageAddressesList_uejbf_324{width:100%;display:flex;flex-wrap:wrap;gap:12px}._accountPageAddressesItem_uejbf_330{width:100%;padding:32px;border-radius:30px;background-color:#fff;border:2px solid #E7F3FF;display:flex;align-items:center;gap:10px;flex-wrap:wrap}._accountPageAddressesItem_uejbf_330._active_uejbf_209{border-color:#426cbb}._accountPageAddressesItemDefault_uejbf_344{color:#426cbb;font-size:17px;font-weight:800}._accountPageAddressesItemText_uejbf_349{font-size:18px;font-weight:800}._accountPageAddressesItemButtonEdit_uejbf_353{font-size:0;display:flex;margin-left:auto}._accountPageAddressesItemButtonEdit_uejbf_353 svg path{fill:#aec0e2;transition:fill .3s ease-out}._accountPageAddressesItemButtonEdit_uejbf_353:hover svg path{fill:#234b96}._accountPageAddressesItemButtonDelete_uejbf_365{display:flex;margin-left:6px;font-size:0}._accountPageAddressesItemButtonDelete_uejbf_365 svg path{fill:#aec0e2;transition:fill .3s ease-out}._accountPageAddressesItemButtonDelete_uejbf_365:hover svg path{fill:#234b96}._accountPageAddressesDelete_uejbf_377{padding:20px;max-width:470px}._accountPageAddressesDeleteTitle_uejbf_381{font-size:22px;line-height:32px;font-weight:800;margin-bottom:48px;text-align:center}._accountPageAddressesDeleteButtons_uejbf_388{display:flex;align-items:center;gap:12px}._accountPageAddressesDeleteButtons_uejbf_388 button{flex:1}._accountPageAddressesDeleteCancel_uejbf_396,._accountPageAddressesDeleteSubmit_uejbf_399{justify-content:center}._accountPageOrders_uejbf_402{padding:0;background-color:transparent;border-radius:0;border:none}._accountPageOrdersList_uejbf_408{display:flex;flex-direction:column;gap:16px}._accountPageOrdersItem_uejbf_413{position:relative}._accountPageOrdersItemInfo_uejbf_416{cursor:pointer;display:flex;align-items:center;gap:60px;padding:20px 40px 20px 20px;border-radius:30px;border:2px solid #E7F3FF;background-color:#fff}._accountPageOrdersItemInfo_uejbf_416 svg{width:14px;height:14px;transform:rotate(0);transition:transform .3s ease-out}._accountPageOrdersItemInfo_uejbf_416 svg._active_uejbf_209{transform:rotate(180deg)}._accountPageOrdersItemBlock_uejbf_435{display:flex;flex-direction:column;align-items:center;gap:4px}._accountPageOrdersItemLabel_uejbf_441{font-size:15px;line-height:16px;font-weight:600;color:#aec0e2}._accountPageOrdersItemValue_uejbf_447{font-size:18px;line-height:28px;font-weight:800}._accountPageOrdersItemProducts_uejbf_452{margin-left:auto;display:flex;align-items:center;gap:24px}._accountPageOrdersItemProductsCount_uejbf_458{font-size:18px;line-height:28px;font-weight:800}._accountPageOrdersItemProductsImages_uejbf_463{display:flex;align-items:center;gap:8px}._accountPageOrdersItemProductsImages_uejbf_463 img{border-radius:16px}._accountPageOrdersOrderDropdown_uejbf_471{position:relative;display:flex;flex-direction:column;padding:28px;border-radius:30px;border:2px solid #E7F3FF;background-color:#fff;z-index:10}._accountPageOrdersOrderProductsItem_uejbf_481{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #EDF1F7;margin-bottom:20px}._accountPageOrdersOrderProductsItem_uejbf_481:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}._accountPageOrdersOrderProductsItemImage_uejbf_494{width:108px;height:80px;overflow:hidden}._accountPageOrdersOrderProductsItemImage_uejbf_494 img{width:100%;height:100%;object-fit:cover;border-radius:16px}._accountPageOrdersOrderProductsItemInfo_uejbf_505{flex:1}._accountPageOrdersOrderProductsItemTitle_uejbf_508{font-size:18px;line-height:24px;font-weight:800;color:#2b3c5c;text-align:left;margin-bottom:8px}._accountPageOrdersOrderProductsItemCount_uejbf_516{display:block;font-size:16px;line-height:17px;color:#cacfd5;text-align:left}._accountPageOrdersOrderProductsItemPrice_uejbf_523{font-size:18px;line-height:28px;font-weight:800}._accountPageOrdersOrderProductsItemButton_uejbf_528{max-width:400px;width:100%;display:flex;align-items:center;gap:20px}._accountPageOrdersOrderAddress_uejbf_535{padding:20px 28px;border-radius:26px;margin:36px 0;background-color:#e7f3ff}._accountPageOrdersOrderAddressLabel_uejbf_541{display:block;font-size:15px;line-height:16px;font-weight:600;margin-bottom:4px;color:#426cbb}._accountPageOrdersOrderAddressValue_uejbf_549{font-size:18px;line-height:28px;font-weight:800}._accountPageOrdersOrderCall_uejbf_554{margin-left:auto;padding:14px 28px;border-radius:22px}._accountPageBackButton_uejbf_559{color:#051129}@media(max-width:1400px){._accountPageOrdersItemInfo_uejbf_416{gap:20px}}@media(max-width:1300px){._accountPageWishlistProducts_uejbf_271 li{width:calc(50% - 13.33px)}._accountPageAddressesItem_uejbf_330{padding:18px 20px;border-radius:22px}}@media(max-width:1200px){._accountPageSidebar_uejbf_27{width:300px}._accountPageOrdersItemProducts_uejbf_452{display:none}._accountPageOrdersItemInfo_uejbf_416{justify-content:space-between}._accountPageOrdersOrderProductsItemButton_uejbf_528{max-width:320px}}@media(max-width:1024px){._accountPageContent_uejbf_6{padding:54px 0 68px}._accountPageSidebar_uejbf_27{width:100%;padding:0;background-color:transparent;border-radius:0}._accountPageSidebarInner_uejbf_600{display:none}._accountPageSidebarItem_uejbf_37{margin-bottom:12px;padding-bottom:0;border-bottom:none}._accountPageSidebarItem_uejbf_37:last-child{margin-bottom:0}._accountPageSidebarLink_uejbf_42{font-size:20px;line-height:24px;font-weight:800;color:#2b3c5c;padding:36px 30px;background-color:#fff;border-radius:22px;border:2px solid #E7F3FF}._accountPageSidebarLink_uejbf_42 svg path{fill:#426cbb}._accountPageSidebarLinkLogout_uejbf_624{width:100%;margin-top:12px}._accountPageHeader_uejbf_628{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._accountPageBackButton_uejbf_559{padding:14px 28px;border-radius:20px;background-color:#e7f3ff;display:flex;align-items:center;gap:12px}._accountPageForm_uejbf_82{gap:16px}._accountPageFormField_uejbf_88{width:100%}._accountPageFormFieldCheckbox_uejbf_132{width:100%;border-radius:0;border:none;padding:0;margin-bottom:40px;position:relative;cursor:pointer}._accountPageFormFieldCheckboxText_uejbf_141{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._accountPageFormFieldCheckboxText_uejbf_141._error_uejbf_113{color:#eb001b}._accountPageFormFieldCheckboxCustom_uejbf_152{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox.svg) no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._accountPageFormFieldCheckboxCustom_uejbf_152:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox-hover.svg) no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._accountPageFormFieldCheckboxCustom_uejbf_152:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox-marker.svg) no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._accountPageFormFieldCheckbox_uejbf_132:hover ._reviewsPageFormFieldCheckboxCustom_uejbf_187{background:transparent}._accountPageFormFieldCheckbox_uejbf_132:hover ._reviewsPageFormFieldCheckboxCustom_uejbf_187:before{opacity:1}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187:after{opacity:1}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187{background:transparent}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187:before{opacity:0}._accountPageFormFieldDropdown_uejbf_205{box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._accountPageFormFieldDropdown_uejbf_205._active_uejbf_209{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._accountPageFormFieldDropdownList_uejbf_213{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:172px;overflow-y:auto}._accountPageFormFieldDropdownItem_uejbf_224{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;font-size:17px;line-height:28px;margin-bottom:12px}._accountPageFormFieldDropdownItem_uejbf_224:hover{background-color:#e7f3ff}._accountPageFormFieldDropdownItem_uejbf_224:last-child{margin-bottom:0}._accountPageFormSubmit_uejbf_240{width:100%;justify-content:center;padding:16px;margin-left:0}._accountPageWishlistProducts_uejbf_271{gap:28px 14px}._accountPageWishlistProducts_uejbf_271 li{width:calc(33.333% - 10px)}._accountPageAddressesAddButton_uejbf_318{margin:0 auto 20px 0}._accountPageAddressesItem_uejbf_330{padding:28px;gap:15px 10px}._accountPageAddressesItemDefault_uejbf_344{width:100%}._accountPageAddressesItemText_uejbf_349{width:calc(100% - 34px);font-size:18px;font-weight:800}._accountPageAddressesItemButtonEdit_uejbf_353{flex:1;font-size:17px;margin-left:0;margin-top:17px;justify-content:center}._accountPageAddressesItemButtonEdit_uejbf_353 svg{display:none}._accountPageAddressesItemButtonDelete_uejbf_365{flex:1;margin-left:0;font-size:17px;margin-top:17px;justify-content:center}._accountPageAddressesItemButtonDelete_uejbf_365 svg{display:none}._accountPageAddressesDelete_uejbf_377{padding:20px;max-width:470px}._accountPageAddressesDeleteTitle_uejbf_381{font-size:22px;line-height:32px;font-weight:800;margin-bottom:48px;text-align:center}._accountPageAddressesDeleteButtons_uejbf_388{display:flex;align-items:center;gap:12px}._accountPageAddressesDeleteButtons_uejbf_388 button{flex:1}._accountPageAddressesDeleteCancel_uejbf_396,._accountPageAddressesDeleteSubmit_uejbf_399{justify-content:center}._accountPageEmpty_uejbf_279{padding:260px 32px}._accountPageOrdersOrderCall_uejbf_554{width:100%;margin-left:0;justify-content:center;font-size:17px}}@media(max-width:768px){._accountPageContent_uejbf_6{padding:36px 0 42px}._accountPageTitle_uejbf_9{font-size:22px;line-height:32px;margin-bottom:42px;padding-bottom:12px}._accountPageSidebarItem_uejbf_37{margin-bottom:8px}._accountPageSidebarLink_uejbf_42{font-size:16px;font-weight:800;padding:28px 24px}._accountPageSidebarLink_uejbf_42:hover svg path{fill:#426cbb}._accountPageFormField_uejbf_88{padding:13px 20px}._accountPageFormFieldLabel_uejbf_97{left:14px;font-size:13px;padding:0 6px}._accountPageFormFieldCheckbox_uejbf_132{width:100%;border-radius:0;border:none;padding:0;margin-bottom:40px;position:relative;cursor:pointer}._accountPageFormFieldCheckboxText_uejbf_141{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._accountPageFormFieldCheckboxText_uejbf_141._error_uejbf_113{color:#eb001b}._accountPageFormFieldCheckboxCustom_uejbf_152{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox.svg) no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._accountPageFormFieldCheckboxCustom_uejbf_152:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox-hover.svg) no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._accountPageFormFieldCheckboxCustom_uejbf_152:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url(../../../../assets/images/icons/checkbox-marker.svg) no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._accountPageFormFieldCheckbox_uejbf_132:hover ._reviewsPageFormFieldCheckboxCustom_uejbf_187{background:transparent}._accountPageFormFieldCheckbox_uejbf_132:hover ._reviewsPageFormFieldCheckboxCustom_uejbf_187:before{opacity:1}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187:after{opacity:1}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187{background:transparent}._accountPageFormFieldCheckbox_uejbf_132 input:checked~._reviewsPageFormFieldCheckboxCustom_uejbf_187:before{opacity:0}._accountPageFormFieldDropdown_uejbf_205{box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._accountPageFormFieldDropdown_uejbf_205._active_uejbf_209{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._accountPageFormFieldDropdownList_uejbf_213{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:172px;overflow-y:auto}._accountPageFormFieldDropdownItem_uejbf_224{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;font-size:17px;line-height:28px;margin-bottom:12px}._accountPageFormFieldDropdownItem_uejbf_224:hover{background-color:#e7f3ff}._accountPageFormFieldDropdownItem_uejbf_224:last-child{margin-bottom:0}._accountPageFormField_uejbf_88 input{font-size:16px}._accountPageFormSubmit_uejbf_240{margin-top:16px}._accountPageInfo_uejbf_69{padding:24px 20px;border-radius:24px}._accountPageInfoTitle_uejbf_76{font-size:18px}._accountPageHeader_uejbf_628{flex-direction:column-reverse;gap:20px}._accountPageBackButton_uejbf_559{padding:9px 16px;border-radius:16px;font-size:14px;line-height:24px}._accountPageWishlist_uejbf_265{padding:0}._accountPageWishlistProducts_uejbf_271{gap:16px 10px}._accountPageWishlistProducts_uejbf_271 li{width:calc(50% - 5px)}._accountPageAddresses_uejbf_310{padding:0}._accountPageAddressesAddButton_uejbf_318{margin:0 0 16px;font-size:16px;width:100%;justify-content:center}._accountPageAddressesItem_uejbf_330{padding:20px;gap:10px}._accountPageAddressesItemDefault_uejbf_344{width:100%;font-size:16px}._accountPageAddressesItemText_uejbf_349{width:100%;margin-bottom:6px}._accountPageAddressesItemButtonEdit_uejbf_353{flex:0 0 100%;font-size:16px;margin-top:22px}._accountPageAddressesItemButtonEdit_uejbf_353 svg{display:none}._accountPageAddressesItemButtonDelete_uejbf_365{flex:0 0 100%;font-size:16px;margin-top:0}._accountPageAddressesItemButtonDelete_uejbf_365 svg{display:none}._accountPageAddressesDelete_uejbf_377{max-width:100%;margin:0 20px}._accountPageAddressesDeleteClose_uejbf_1048{position:relative;right:unset;margin-left:auto;margin-bottom:28px;top:0;width:42px;height:42px;border-radius:18px;border:2px solid #E7F3FF;transition:border-color .3s ease-out}._accountPageAddressesDeleteClose_uejbf_1048 svg{width:20px;height:20px}._accountPageAddressesDeleteClose_uejbf_1048:hover{border:2px solid #234B96}._accountPageAddressesDeleteTitle_uejbf_381{font-size:18px;line-height:28px;font-weight:700;margin-bottom:36px;color:#051129}._accountPageAddressesDeleteButtons_uejbf_388{flex-direction:column;gap:8px}._accountPageAddressesDeleteButtons_uejbf_388 button{flex:0 0 100%;width:100%}._accountPageAddressesDeleteCancel_uejbf_396,._accountPageAddressesDeleteSubmit_uejbf_399{font-size:16px}._accountPageEmpty_uejbf_279{padding:120px 20px}._accountPageEmpty_uejbf_279 img{width:32px;height:32px;margin-bottom:28px}._accountPageEmptyTitle_uejbf_293{font-size:18px;margin-bottom:8px}._accountPageEmptyText_uejbf_299{font-size:15px;max-width:230px}._accountPageEmptyButton_uejbf_305{margin-top:32px;padding:14px 28px;font-size:16px}._accountPageOrders_uejbf_402{padding:0}._accountPageOrdersList_uejbf_408{gap:12px}._accountPageOrdersItemInfo_uejbf_416{justify-content:flex-start;gap:20px;padding:14px 20px;border-radius:22px}._accountPageOrdersItemInfo_uejbf_416 svg{width:12px;height:12px;margin-left:auto}._accountPageOrdersItemLabel_uejbf_441{font-size:14px}._accountPageOrdersItemValue_uejbf_447{font-size:17px;line-height:20px}._accountPageOrdersOrderDropdown_uejbf_471{padding:16px 12px;border-radius:22px;margin-top:4px}._accountPageOrdersOrderProductsItem_uejbf_481{flex-wrap:wrap;gap:20px}._accountPageOrdersOrderProductsItemButton_uejbf_528{max-width:100%;gap:16px}._accountPageOrdersOrderProductsItemImage_uejbf_494{width:102px;height:76px}._accountPageOrdersOrderProductsItemTitle_uejbf_508{font-size:16px;line-height:20px;font-weight:700}._accountPageOrdersOrderProductsItemCount_uejbf_516{font-size:15px}._accountPageOrdersOrderProductsItemBuy_uejbf_1158{font-size:15px;padding:9px 16px}._accountPageOrdersOrderNumber_uejbf_1162{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}._accountPageOrdersOrderNumberLabel_uejbf_1169{font-size:14px;line-height:16px;font-weight:600;color:#aec0e2}._accountPageOrdersOrderNumberValue_uejbf_1175{font-size:16px;line-height:20px;font-weight:800}._accountPageOrdersOrderAddress_uejbf_535{padding:20px;border-radius:16px;margin:28px 0}._accountPageOrdersOrderAddressLabel_uejbf_541{font-size:14px}._accountPageOrdersOrderAddressValue_uejbf_549{font-size:16px;line-height:20px}._accountPageOrdersOrderCall_uejbf_554{padding:10px;font-size:15px}}._skeletonWrapper_uejbf_1197{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 20px;padding-bottom:162px}@media(max-width:1300px){._skeletonWrapper_uejbf_1197{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){._skeletonWrapper_uejbf_1197{gap:28px 14px;grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){._skeletonWrapper_uejbf_1197{gap:16px 10px;grid-template-columns:repeat(2,1fr)}}._skeletonWishlistTitle_uejbf_1220{margin-bottom:48px;width:300px;height:58px}@media(max-width:768px){._skeletonWishlistTitle_uejbf_1220{width:100%;height:100px;margin-bottom:42px}}._skeletonWishlistBlock_uejbf_1232{display:flex;gap:28px;align-items:stretch}._skeletonWishlistBlockSidebar_uejbf_1237{flex:0 0 340px}@media(max-width:1300px){._skeletonWishlistBlockSidebar_uejbf_1237{flex:0 0 300px}}@media(max-width:1024px){._skeletonWishlistBlockSidebar_uejbf_1237{flex:0 0 100%}}._skeletonWishlistBlockBody_uejbf_1250{flex:1}@media(max-width:1024px){._skeletonWishlistBlockBody_uejbf_1250{display:none}}@media(max-width:768px){._skeletonWishlistBlock_uejbf_1232{flex-direction:column}}._addressModalContent_bxu0w_1{padding:32px 28px;max-width:750px}._addressModalTitle_bxu0w_5{font-size:26px;line-height:32px;font-weight:700;color:#051129;margin-bottom:32px}._addressModalForm_bxu0w_12{display:flex;flex-wrap:wrap;gap:20px 10px}._addressModalFormField_bxu0w_17{width:calc(50% - 5px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;font-size:16px;line-height:28px;font-weight:600;position:relative;transition:border-color .3s ease-out}._addressModalFormFieldLabel_bxu0w_29{position:absolute;top:0;transform:translateY(-50%);left:20px;font-size:14px;line-height:16px;font-weight:600;padding:0 8px;color:#758694;background-color:#fff}._addressModalFormField_bxu0w_17._error_bxu0w_41{border-color:#eb001b}._addressModalFormFieldMini_bxu0w_44{width:calc(33.33% - 7px)}._addressModalFormField_bxu0w_17 input{width:100%}._addressModalFormFieldDropdown_bxu0w_50{position:relative;width:calc(50% - 5px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out}._addressModalFormFieldDropdown_bxu0w_50._active_bxu0w_60{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._addressModalFormFieldDropdown_bxu0w_50._error_bxu0w_41{border-color:#eb001b}._addressModalFormFieldDropdownButton_bxu0w_67{width:100%;display:flex;justify-content:space-between;align-items:center;color:#758694;font-size:16px;line-height:28px;font-weight:600}._addressModalFormFieldDropdownButton_bxu0w_67._selected_bxu0w_77{color:#2b3c5c}._addressModalFormFieldDropdownList_bxu0w_80{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:117px;overflow-y:auto}._addressModalFormFieldDropdownItem_bxu0w_91{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;font-size:17px;line-height:28px;margin-bottom:12px;text-align:center}._addressModalFormFieldDropdownItem_bxu0w_91:hover{background-color:#e7f3ff}._addressModalFormFieldDropdownItem_bxu0w_91:last-child{margin-bottom:0}._addressModalFormFieldCheckbox_bxu0w_108{width:100%;border-radius:0;border:none;padding:0;margin:12px 0;position:relative;cursor:pointer}._addressModalFormFieldCheckboxText_bxu0w_117{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._addressModalFormFieldCheckboxCustom_bxu0w_125{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23EDF1F7'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._addressModalFormFieldCheckboxCustom_bxu0w_125:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23426CBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._addressModalFormFieldCheckboxCustom_bxu0w_125:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.80957%202.5H16.1904C17.9108%202.50008%2019.2233%203.01135%2020.1045%203.89355C20.9856%204.77581%2021.495%206.08836%2021.4902%207.80859V16.1904C21.4901%2017.9107%2020.9792%2019.2239%2020.0967%2020.1064C19.2141%2020.9891%2017.9003%2021.5%2016.1797%2021.5H7.80957C6.08923%2021.4999%204.77604%2020.9891%203.89355%2020.1055C3.01097%2019.2217%202.5%2017.9056%202.5%2016.1797V7.80957C2.50009%206.08922%203.011%204.77611%203.89355%203.89355C4.77611%203.011%206.08922%202.50009%207.80957%202.5ZM17.1338%208.28613C16.6485%207.80092%2015.8515%207.80092%2015.3662%208.28613L10.5801%2013.0723L8.63379%2011.126C8.14855%2010.6409%207.35145%2010.6409%206.86621%2011.126C6.38099%2011.6112%206.38107%2012.4083%206.86621%2012.8936L9.69629%2015.7236C9.92899%2015.9563%2010.246%2016.0898%2010.5801%2016.0898C10.9142%2016.0898%2011.2312%2015.9563%2011.4639%2015.7236L17.1396%2010.0479C17.6137%209.5574%2017.6223%208.77464%2017.1338%208.28613Z'%20fill='%23234B96'%20stroke='%23234B96'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._addressModalFormFieldCheckbox_bxu0w_108:hover ._addressModalFormFieldCheckboxCustom_bxu0w_125{background:transparent}._addressModalFormFieldCheckbox_bxu0w_108:hover ._addressModalFormFieldCheckboxCustom_bxu0w_125:before{opacity:1}._addressModalFormFieldCheckbox_bxu0w_108 input:checked~._addressModalFormFieldCheckboxCustom_bxu0w_125:after{opacity:1}._addressModalFormFieldCheckbox_bxu0w_108 input:checked~._addressModalFormFieldCheckboxCustom_bxu0w_125{background:transparent}._addressModalFormFieldCheckbox_bxu0w_108 input:checked~._addressModalFormFieldCheckboxCustom_bxu0w_125:before{opacity:0}._addressModalFormError_bxu0w_178{width:100%;font-size:14px;line-height:28px;font-weight:600;padding-top:12px;background-color:#fff;color:#eb001b}._addressModalFormButton_bxu0w_187{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:17px;line-height:28px;font-weight:600;color:#758694;transition:color .3s ease-out}._addressModalFormButton_bxu0w_187 svg{transform:rotate(0);transition:transform .3s ease-out}._addressModalFormButton_bxu0w_187 svg path{stroke:#758694;transition:stroke .3s ease-out}._addressModalFormButton_bxu0w_187._active_bxu0w_60{color:#2b3c5c}._addressModalFormButton_bxu0w_187._active_bxu0w_60 svg{transform:rotate(180deg)}._addressModalFormButton_bxu0w_187._active_bxu0w_60 svg path{stroke:#2b3c5c}._addressModalFormSubmit_bxu0w_215{margin-left:auto;padding:16px 48px}._addressModalSubmit_bxu0w_219{width:100%;justify-content:center;padding:16px;border-radius:22px}@media(max-width:1024px){._addressModalContent_bxu0w_1{max-width:670px}._addressModalSubmit_bxu0w_219{font-size:18px}}@media(max-width:768px){._addressModalContent_bxu0w_1{padding:56px 20px;max-width:100%;border-radius:0;height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._addressModalContent_bxu0w_1::-webkit-scrollbar{width:0;height:0;background:transparent}._addressModalClose_bxu0w_248{right:20px;top:20px;width:42px;height:42px;border-radius:18px;border:2px solid #E7F3FF;transition:border-color .3s ease-out}._addressModalClose_bxu0w_248 svg{width:20px;height:20px}._addressModalClose_bxu0w_248:hover{border:2px solid #234B96}._addressModalTitle_bxu0w_5{font-size:22px;line-height:normal;font-weight:800;color:#2b3c5c;margin-bottom:36px}._addressModalForm_bxu0w_12{gap:16px}._addressModalFormField_bxu0w_17{width:100%;padding:12px 20px}._addressModalFormField_bxu0w_17 input{font-size:16px}._addressModalFormFieldLabel_bxu0w_29{left:14px;font-size:13px;line-height:14px;padding:0 6px}._addressModalFormFieldMini_bxu0w_44{width:100%}._addressModalFormFieldDropdown_bxu0w_50{width:100%;padding:13px 20px}._addressModalFormFieldCheckbox_bxu0w_108{margin:8px 0 16px;padding:0}._addressModalFormFieldCheckboxText_bxu0w_117{font-size:15px}._addressModalFormButton_bxu0w_187{font-size:16px}._addressModalFormSubmit_bxu0w_215{margin-left:0;padding:15px}._addressModalSubmit_bxu0w_219{padding:15px;border-radius:20px}}._searchPage_b5zzf_1{position:relative}._searchPageContent_b5zzf_4{padding:48px 0 90px}._searchPageTitle_b5zzf_7{display:flex;align-items:center;gap:16px;font-size:28px;line-height:normal;font-weight:800;margin-bottom:24px;padding-bottom:20px;position:relative}._searchPageTitle_b5zzf_7:before{content:"";position:absolute;bottom:0;left:0;width:150px;height:3px;background:#f5c282}._searchPageDescription_b5zzf_27{font-size:18px;font-weight:600;margin-bottom:48px}._searchPageList_b5zzf_32{display:flex;gap:28px 20px;flex-wrap:wrap}@media(max-width:1024px){._searchPageContent_b5zzf_4{padding:54px 0 90px}._searchPageList_b5zzf_32{gap:28px 14px}}@media(max-width:768px){._searchPageContent_b5zzf_4{padding:36px 0 58px}._searchPageTitle_b5zzf_7{gap:12px;font-size:22px;padding-bottom:12px}._searchPageTitle_b5zzf_7:before{width:110px}._searchPageDescription_b5zzf_27{font-size:16px;margin-bottom:36px}._searchPageList_b5zzf_32{gap:16px 10px}}._skeletonWrapper_b5zzf_65{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 20px;padding-bottom:90px}@media(max-width:1400px){._skeletonWrapper_b5zzf_65{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._skeletonWrapper_b5zzf_65{gap:28px 14px}}@media(max-width:768px){._skeletonWrapper_b5zzf_65{gap:16px 10px;grid-template-columns:repeat(2,1fr)}}._skeletonTitle_b5zzf_87{margin-bottom:48px}@media(max-width:768px){._skeletonTitle_b5zzf_87{margin-bottom:36px}}._cartPage_r8o6d_1{position:relative}._cartPageContent_r8o6d_4{padding:48px 0 90px;display:flex;flex-wrap:wrap;gap:24px}._cartPageTitle_r8o6d_10{width:100%;display:flex;align-items:center;gap:16px;font-weight:800;font-size:28px;line-height:normal;margin-bottom:24px}._cartPageSubtitle_r8o6d_20{font-weight:800;font-size:24px;line-height:36px;margin-bottom:28px;color:#10203f}._cartPageInfo_r8o6d_27{flex:1}._cartPageTotal_r8o6d_30{width:362px;position:relative}._cartPageTotalWrapper_r8o6d_34{overflow:hidden;position:sticky;top:140px;border-radius:32px}._cartPageTotalTitle_r8o6d_40{text-align:center;font-weight:800;font-size:17px;line-height:20px;color:#fff;padding:12px 30px;background-color:#3b9c2b}._cartPageTotalBody_r8o6d_49{padding:20px;background-color:#e7f3ff}._cartPageTotalBodyList_r8o6d_53{margin:8px 0;display:flex;flex-direction:column;gap:12px}._cartPageTotalBodyListCheckout_r8o6d_59{margin-bottom:30px}._cartPageTotalBodyItem_r8o6d_62{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:18px;line-height:36px}._cartPageTotalBodyItemLast_r8o6d_70{font-weight:800;font-size:22px;line-height:40px;padding-top:28px;margin-top:16px;border-top:1px solid #C2DEFA}._cartPageList_r8o6d_78{margin-bottom:58px}._cartPageItem_r8o6d_81{display:flex;align-items:center;gap:24px;margin-bottom:12px;padding:20px;border-radius:40px;border:2px solid #E7F3FF;background-color:#fff}._cartPageItemImage_r8o6d_91{width:121px;height:90px;overflow:hidden;display:flex}._cartPageItemImage_r8o6d_91 img{width:100%;height:100%;object-fit:cover;border-radius:18px}._cartPageItemInfo_r8o6d_103{max-width:260px;width:100%}._cartPageItemTitle_r8o6d_107{font-weight:800;font-size:18px;line-height:24px;margin-bottom:8px}._cartPageItemWeight_r8o6d_113{font-weight:700;font-size:16px;line-height:17px;color:#cacfd5}._cartPageItemPrice_r8o6d_119{font-weight:800;font-size:18px;line-height:28px;margin-left:auto}._cartPageItemCounter_r8o6d_125{margin:0 auto}._cartPageItemDelete_r8o6d_128{width:24px;height:24px;margin-left:auto;display:flex}._cartPageItemDelete_r8o6d_128 svg path{fill:#aec0e2;transition:fill .3s ease-out}._cartPageItemDelete_r8o6d_128:hover svg path{fill:#234b96}._cartPageRelated_r8o6d_141{display:flex;gap:19px}._cartPageCheckout_r8o6d_145{width:100%;justify-content:center;margin-top:20px}._cartPageEmpty_r8o6d_150{width:100%;padding:140px 0 195px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:32px;border:2px solid #E7F3FF}._cartPageEmptyIcon_r8o6d_161{margin-bottom:32px}._cartPageEmptyTitle_r8o6d_164{font-size:20px;line-height:normal;font-weight:800;margin-bottom:16px;text-align:center}._cartPageEmptyText_r8o6d_171{font-size:18px;text-align:center;max-width:490px;width:100%}._cartPageLateOrder_r8o6d_177{width:100%;white-space:pre-line;color:#eb001b;font-size:16px;line-height:20px}@media(max-width:1350px){._cartPageTotal_r8o6d_30{width:300px}._cartPageItemInfo_r8o6d_103{max-width:200px}}@media(max-width:1024px){._cartPageContent_r8o6d_4{padding:54px 0 64px;gap:48px}._cartPageTitle_r8o6d_10{margin-bottom:0}._cartPageSubtitle_r8o6d_20{margin-bottom:24px}._cartPageTotal_r8o6d_30{width:100%}._cartPageTotalWrapper_r8o6d_34{position:static;top:unset}._cartPageTotalTitle_r8o6d_40{padding:22px}._cartPageItem_r8o6d_81{gap:16px;padding:16px}._cartPageItemImage_r8o6d_91 img{border-radius:20px}._cartPageItemDelete_r8o6d_128{width:22px;height:22px;margin-left:16px}._cartPageRelated_r8o6d_141{flex-wrap:wrap;gap:28px 14px}._cartPageCheckout_r8o6d_145{border-radius:22px;font-size:17px;padding:16px}._cartPageEmpty_r8o6d_150{padding:250px 0}}@media(max-width:768px){._cartPageContent_r8o6d_4{padding:36px 0 42px;gap:32px}._cartPageTitle_r8o6d_10{gap:12px;font-size:22px}._cartPageTitle_r8o6d_10 img{width:24px}._cartPageSubtitle_r8o6d_20{font-size:18px;margin-bottom:16px}._cartPageTotalWrapper_r8o6d_34{overflow:hidden;position:sticky;top:140px;border-radius:22px}._cartPageTotalTitle_r8o6d_40{font-size:16px;padding:12px 9px}._cartPageTotalBody_r8o6d_49{padding:16px}._cartPageTotalBodyList_r8o6d_53{margin:0;gap:4px}._cartPageTotalBodyListCheckout_r8o6d_59{margin-bottom:16px}._cartPageTotalBodyItem_r8o6d_62{font-size:16px}._cartPageTotalBodyItemLast_r8o6d_70{font-size:20px;padding-top:16px;margin-top:12px}._cartPageList_r8o6d_78{margin-bottom:32px}._cartPageItem_r8o6d_81{margin-bottom:12px;padding:12px;border-radius:22px;flex-wrap:wrap}._cartPageItemCutlery_r8o6d_291{display:grid;grid-template-columns:102px auto auto;grid-template-rows:auto auto}._cartPageItemCutlery_r8o6d_291 ._cartPageItemImage_r8o6d_91{grid-row:1 / 3;grid-column:1 / 2}._cartPageItemCutlery_r8o6d_291 ._cartPageItemInfo_r8o6d_103{grid-row:1 / 2;grid-column:2 / 4;max-width:100%}._cartPageItemCutlery_r8o6d_291 ._cartPageItemCounter_r8o6d_125{grid-row:2 / 3;grid-column:3 / 4;margin-left:auto}._cartPageItemCutlery_r8o6d_291 ._cartPageItemPrice_r8o6d_119{grid-row:2 / 3;grid-column:2 / 3;margin-left:0}._cartPageItemImage_r8o6d_91{width:102px;height:76px}._cartPageItemImage_r8o6d_91 img{border-radius:16px}._cartPageItemInfo_r8o6d_103{max-width:calc(100% - 118px)}._cartPageItemTitle_r8o6d_107{font-weight:700;font-size:16px;line-height:20px;margin-bottom:12px}._cartPageItemPrice_r8o6d_119{line-height:24px;margin-left:auto}._cartPageItemCounter_r8o6d_125{margin:0}._cartPageItemDelete_r8o6d_128{width:20px;height:20px;margin-left:0}._cartPageItemDelete_r8o6d_128 svg{width:20px;height:20px}._cartPageRelated_r8o6d_141{gap:16px 10px}._cartPageCheckout_r8o6d_145{font-size:16px}._cartPageEmpty_r8o6d_150{padding:165px 0}._cartPageEmptyIcon_r8o6d_161{margin-bottom:28px;width:36px}._cartPageEmptyTitle_r8o6d_164{font-size:18px;margin-bottom:8px}._cartPageEmptyText_r8o6d_171{font-size:15px;line-height:24px;max-width:230px}._cartPageLateOrder_r8o6d_177{font-size:14px;line-height:16px}}._skeletonWrapper_r8o6d_374{width:100%;display:flex;flex-wrap:wrap;gap:24px;padding:48px 0 90px}@media(max-width:1024px){._skeletonWrapper_r8o6d_374{padding:54px 0 64px;flex-direction:column;gap:48px}}@media(max-width:768px){._skeletonWrapper_r8o6d_374{gap:42px;padding:36px 0 42px}}._skeletonTitle_r8o6d_394{width:100%;margin-bottom:24px}@media(max-width:1024px){._skeletonTitle_r8o6d_394{margin-bottom:0}}._checkoutPage_1873t_1{position:relative}._checkoutPageError_1873t_4{width:100%}._checkoutPageError_1873t_4 p{color:#eb001b;font-size:16px;font-weight:600;white-space:pre-line}._checkoutPageContent_1873t_13{padding:48px 0 90px;display:flex;flex-wrap:wrap;gap:24px;height:inherit}._checkoutPageHeader_1873t_20{width:100%;display:flex;flex-wrap:wrap;gap:24px;margin-bottom:18px}._checkoutPageHeaderTitle_1873t_27{font-size:28px;line-height:normal;font-weight:800;position:relative;padding-bottom:20px}._checkoutPageHeaderTitle_1873t_27:before{content:"";position:absolute;bottom:0;left:0;width:230px;height:3px;background:#f5c282}._checkoutPageHeaderCart_1873t_43{margin-left:auto;border-radius:20px;padding:14px 28px}._checkoutPageHeaderAuth_1873t_48{width:100%;line-height:28px;font-weight:600}._checkoutPageHeaderAuth_1873t_48 a{color:#426cbb;text-decoration:underline}._checkoutPageInfo_1873t_57{flex:1}._checkoutPageBlock_1873t_60{padding:32px;background-color:#fff;border-radius:32px;border:2px solid #E7F3FF;margin-bottom:16px}._checkoutPageBlock_1873t_60:last-child{margin-bottom:0}._checkoutPageBlockTitle_1873t_70{font-size:20px;line-height:normal;font-weight:800;margin-bottom:32px;color:#2b3c5c;transition:color .3s ease}._checkoutPageBlockTitle_1873t_70._error_1873t_78{color:#eb001b}@media(max-width:1100px){._checkoutPageContent_1873t_13{padding:54px 0 64px;gap:42px}._checkoutPageHeader_1873t_20{gap:28px;margin-bottom:0}}@media(max-width:768px){._checkoutPageContent_1873t_13{padding:24px 0 42px}._checkoutPageHeader_1873t_20{flex-direction:column;gap:20px}._checkoutPageHeaderTitle_1873t_27{font-size:22px;line-height:32px;padding-bottom:12px}._checkoutPageHeaderTitle_1873t_27:before{width:70px}._checkoutPageHeaderCart_1873t_43{margin-left:0;border-radius:16px;padding:9px 16px;order:-1;width:fit-content}._checkoutPageHeaderAuth_1873t_48{font-size:16px}._checkoutPageBlock_1873t_60{padding:24px 16px;border-radius:24px;margin-bottom:12px}._checkoutPageBlockTitle_1873t_70{font-size:18px;margin-bottom:28px}}._skeletonWrapper_1873t_127{width:100%;display:flex;flex-wrap:wrap;gap:24px;padding:48px 0 90px}@media(max-width:1024px){._skeletonWrapper_1873t_127{padding:54px 0 64px;flex-direction:column;gap:48px}}@media(max-width:768px){._skeletonWrapper_1873t_127{gap:42px;padding:36px 0 42px}}._skeletonTitle_1873t_147{width:100%;margin-bottom:24px}@media(max-width:1024px){._skeletonTitle_1873t_147{margin-bottom:0}}._checkoutForm_13z3a_1{display:flex;flex-wrap:wrap;gap:20px 12px}._checkoutFormAddress_13z3a_6{margin-bottom:20px}._checkoutFormField_13z3a_9{display:block;width:calc(50% - 6px);padding:16px 20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff;position:relative;transition:border-color .3s ease-out}._checkoutFormField_13z3a_9._error_13z3a_19{border-color:#eb001b}._checkoutFormFieldError_13z3a_22{position:absolute;top:0;transform:translateY(-50%);left:16px;font-size:14px;line-height:28px;font-weight:600;padding:0 8px;background-color:#fff;color:#eb001b}._checkoutFormFieldMini_13z3a_34{width:calc(33.33% - 9px)}._checkoutFormField_13z3a_9 input{width:100%}._checkoutFormFieldCheckbox_13z3a_40{display:block;width:100%;border-radius:0;border:none;padding:0;position:relative;cursor:pointer;margin-bottom:28px}._checkoutFormFieldCheckboxText_13z3a_50{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._checkoutFormFieldCheckboxText_13z3a_50._error_13z3a_19{color:#eb001b}._checkoutFormFieldCheckboxCustom_13z3a_61{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23AEC0E2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._checkoutFormFieldCheckboxCustom_13z3a_61:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2022H15C20%2022%2022%2020%2022%2015V9C22%204%2020%202%2015%202H9C4%202%202%204%202%209V15C2%2020%204%2022%209%2022Z'%20stroke='%23426CBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._checkoutFormFieldCheckboxCustom_13z3a_61:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.80957%202.5H16.1904C17.9108%202.50008%2019.2233%203.01135%2020.1045%203.89355C20.9856%204.77581%2021.495%206.08836%2021.4902%207.80859V16.1904C21.4901%2017.9107%2020.9792%2019.2239%2020.0967%2020.1064C19.2141%2020.9891%2017.9003%2021.5%2016.1797%2021.5H7.80957C6.08923%2021.4999%204.77604%2020.9891%203.89355%2020.1055C3.01097%2019.2217%202.5%2017.9056%202.5%2016.1797V7.80957C2.50009%206.08922%203.011%204.77611%203.89355%203.89355C4.77611%203.011%206.08922%202.50009%207.80957%202.5ZM17.1338%208.28613C16.6485%207.80092%2015.8515%207.80092%2015.3662%208.28613L10.5801%2013.0723L8.63379%2011.126C8.14855%2010.6409%207.35145%2010.6409%206.86621%2011.126C6.38099%2011.6112%206.38107%2012.4083%206.86621%2012.8936L9.69629%2015.7236C9.92899%2015.9563%2010.246%2016.0898%2010.5801%2016.0898C10.9142%2016.0898%2011.2312%2015.9563%2011.4639%2015.7236L17.1396%2010.0479C17.6137%209.5574%2017.6223%208.77464%2017.1338%208.28613Z'%20fill='%23234B96'%20stroke='%23234B96'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._checkoutFormFieldCheckbox_13z3a_40:hover ._checkoutFormFieldCheckboxCustom_13z3a_61{background:transparent}._checkoutFormFieldCheckbox_13z3a_40:hover ._checkoutFormFieldCheckboxCustom_13z3a_61:before{opacity:1}._checkoutFormFieldCheckbox_13z3a_40 input:checked~._checkoutFormFieldCheckboxCustom_13z3a_61:after{opacity:1}._checkoutFormFieldCheckbox_13z3a_40 input:checked~._checkoutFormFieldCheckboxCustom_13z3a_61{background:transparent}._checkoutFormFieldCheckbox_13z3a_40 input:checked~._checkoutFormFieldCheckboxCustom_13z3a_61:before{opacity:0}._checkoutFormFieldDropdown_13z3a_114{box-shadow:0 2px 14px transparent;transition:border-color .3s ease-out,box-shadow .3s ease-out;position:relative}._checkoutFormFieldDropdownFull_13z3a_119{width:100%}._checkoutFormFieldDropdown_13z3a_114._error_13z3a_19{border-color:#eb001b}._checkoutFormFieldDropdownError_13z3a_125{position:absolute;top:0;transform:translateY(-50%);left:16px;font-size:14px;line-height:28px;font-weight:600;padding:0 8px;background-color:#fff;color:#eb001b}._checkoutFormFieldDropdown_13z3a_114._active_13z3a_137{border:2px solid transparent;box-shadow:0 2px 14px #00000030}._checkoutFormFieldDropdownList_13z3a_141{margin-top:8px;width:100%;background:#fff;box-shadow:0 2px 14px #00000030;border-radius:20px;padding:8px;z-index:2;height:172px;overflow-y:auto}._checkoutFormFieldDropdownListMini_13z3a_152{height:128px}._checkoutFormFieldDropdownListMini_13z3a_152 ._checkoutFormFieldDropdownItem_13z3a_155{text-align:center}._checkoutFormFieldDropdownListTime_13z3a_158{height:280px}._checkoutFormFieldDropdownListTime_13z3a_158 ._checkoutFormFieldDropdownItem_13z3a_155{text-align:center}._checkoutFormFieldDropdownItem_13z3a_155{padding:8px;border-radius:12px;background-color:transparent;transition:background-color .3s ease-out;cursor:pointer;font-size:17px;line-height:28px;margin-bottom:12px}._checkoutFormFieldDropdownItem_13z3a_155:hover{background-color:#e7f3ff}._checkoutFormFieldDropdownItem_13z3a_155:last-child{margin-bottom:0}._checkoutFormFieldButton_13z3a_180{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:17px;line-height:28px;font-weight:600;color:#758694;transition:color .3s ease-out}._checkoutFormFieldButtonText_13z3a_191{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical}._checkoutFormFieldButton_13z3a_180 svg{transform:rotate(0);transition:transform .3s ease-out}._checkoutFormFieldButton_13z3a_180 svg path{stroke:#758694;transition:stroke .3s ease-out}._checkoutFormFieldButton_13z3a_180._active_13z3a_137 svg{transform:rotate(180deg)}._checkoutFormFieldButton_13z3a_180._active_13z3a_137 svg path{stroke:#2b3c5c}._checkoutFormFieldButton_13z3a_180._selected_13z3a_213{color:#2b3c5c}._checkoutFormTextarea_13z3a_216{width:100%;height:160px;resize:none;background-color:#fff;padding:20px;border-radius:20px;border:2px solid #EDF1F7;background:#fff}@media(max-width:768px){._checkoutForm_13z3a_1{gap:12px}._checkoutFormAddress_13z3a_6{margin-bottom:12px}._checkoutFormField_13z3a_9{width:100%;padding:13px 20px}._checkoutFormFieldError_13z3a_22{font-size:12px;line-height:16px}._checkoutFormFieldMini_13z3a_34{width:100%}._checkoutFormFieldCheckbox_13z3a_40{margin-bottom:0}._checkoutFormFieldCheckboxText_13z3a_50,._checkoutFormFieldButton_13z3a_180{font-size:16px}._checkoutFormTextarea_13z3a_216{height:200px;font-size:16px;padding:16px 20px}}._pickupList_1w6rj_1{display:flex;gap:16px;margin:32px 0}._pickupOption_1w6rj_6{border-radius:0;border:none;position:relative;cursor:pointer;padding:0 0 0 36px}._pickupOptionText_1w6rj_14{font-size:17px;line-height:28px;padding-left:36px;display:block;color:#2b3c5c;transition:color .3s ease-out}._pickupOptionText_1w6rj_14._error_1w6rj_22{color:#eb001b}._pickupOptionRadio_1w6rj_25{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='22'%20height='22'%20rx='11'%20stroke='%23EDF1F7'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;transition:opacity .3s ease-out}._pickupOptionRadio_1w6rj_25:before{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='22'%20height='22'%20rx='11'%20stroke='%23426CBB'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._pickupOptionRadio_1w6rj_25:after{content:"";position:absolute;top:0;left:0;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='22'%20height='22'%20rx='11'%20stroke='%23234B96'%20stroke-width='2'/%3e%3ccircle%20cx='12'%20cy='12'%20r='6'%20fill='%23234B96'/%3e%3c/svg%3e") no-repeat center center;background-size:contain;opacity:0;transition:opacity .3s ease-out}._pickupOption_1w6rj_6:hover ._pickupOptionRadio_1w6rj_25{background:transparent}._pickupOption_1w6rj_6:hover ._pickupOptionRadio_1w6rj_25:before{opacity:1}._pickupOption_1w6rj_6 input:checked~._pickupOptionRadio_1w6rj_25:after{opacity:1}._pickupOption_1w6rj_6 input:checked~._pickupOptionRadio_1w6rj_25{background:transparent}._pickupOption_1w6rj_6 input:checked~._pickupOptionRadio_1w6rj_25:before{opacity:0}@media(max-width:768px){._pickupList_1w6rj_1{flex-direction:column;gap:16px;margin:0}._pickupListMobile_1w6rj_84{margin-bottom:28px}._pickupOption_1w6rj_6,._pickupOptionText_1w6rj_14{font-size:16px}}._festival_69vhw_1{display:flex;flex-direction:column;min-height:100vh}._festivalMain_69vhw_6{flex:1;padding:60px 0}._festivalTitle_69vhw_10{font-size:40px;font-weight:700;color:#051129;margin-bottom:24px}@media(max-width:768px){._festivalTitle_69vhw_10{font-size:28px}}._festivalDescription_69vhw_21{font-size:18px;line-height:1.6;color:#2b3c5c}._header_fuezj_1{background-color:#234b96;box-shadow:0 4px 14px #1b5cc373;position:sticky;top:0;z-index:100}._headerContent_fuezj_8{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:24px}._headerLogo_fuezj_15{display:flex;align-items:center;text-decoration:none}._headerLogo_fuezj_15 img{height:48px;width:auto}._headerTitle_fuezj_24{color:#fff;font-size:22px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}._headerNav_fuezj_31{display:flex;align-items:center;gap:24px}._headerNavLink_fuezj_36{color:#fff;font-size:16px;font-weight:600;text-decoration:none;transition:color .2s ease}._headerNavLink_fuezj_36:hover{color:#f5c282}._footer_83ide_1{background-color:#234b96;box-shadow:0 -4px 14px #1b5cc373;padding:40px 0}._footerContent_83ide_6{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}@media(max-width:768px){._footerContent_83ide_6{flex-direction:column;align-items:center;text-align:center}}._footerLogo_83ide_20{display:flex;align-items:center;text-decoration:none}._footerLogo_83ide_20 img{height:40px;width:auto}._footerCopy_83ide_29{color:#fffc;font-size:14px;font-weight:400}
