@keyframes open-menu{0%{height:0vh}to{height:100vh}}@keyframes close-menu{0%{height:100vh}to{height:0vh}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-right{0%{opacity:0;transform:translate(-50px)}75%{transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(50px)}75%{transform:translate(0)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(50px)}75%{transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-50px)}75%{transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}html{scroll-behavior:smooth;font-size:14px;line-height:150%;font-weight:400;vertical-align:middle;-webkit-font-smoothing:antialiased}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Onest;color:#1b1b1e}body{background-color:#fff}body.menu-opened{position:fixed;top:0;left:0;z-index:-10}img{width:100%;height:100%;object-fit:contain;object-position:center}*:focus{outline:none}button,input{outline:none;border:none}ul{list-style:none}ul.marker-list{display:flex;flex-direction:column;row-gap:24px}ul.marker-list li{position:relative;padding-left:32px}ul.marker-list li:before{content:" ";position:absolute;width:20px;height:20px;background:url(/build/assets/list-marker-DuS8of2B.svg) no-repeat center;left:0;top:0}h1,h2,h3,h4,h5,h6{font:inherit;font-family:Steppe}.title,.title2,.title3,.title4,.title5,.title6{font-family:Steppe}h1,.title{font-size:48px;font-weight:400;line-height:130%;letter-spacing:.96px;text-transform:uppercase}.title2,h2,.subtitle{font-size:32px;font-weight:500;line-height:130%}.subtitle{text-transform:uppercase}.title3,h3{font-size:24px;font-weight:500;line-height:130%}.title4,h4{font-size:20px;font-style:normal;font-weight:500;line-height:130%}.title5,h5{font-size:16px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.96px}.emphasis{font-size:16px;font-style:normal;font-weight:400;line-height:140%}.link{font-size:16px;font-weight:500;line-height:120%}.link.active{font-weight:800}.caption{font-size:12px;font-weight:400;line-height:150%}strong{font-weight:500}p,span{color:#1b1b1e}a,input,button,textarea{font:inherit;color:inherit}button{background:transparent;border:none;outline:none;cursor:pointer}svg{object-position:center;object-fit:contain;transition:.2s ease;flex-shrink:0}svg .svg-invert{fill:#fff}svg path{transition:.2s ease}input[type=submit]{cursor:pointer}input[type=submit]:disabled{opacity:.5}button:disabled{opacity:.5}a{display:block;text-decoration:none;transition:.2s;font-size:14px;font-style:normal;font-weight:400;line-height:120%}a>*{transition:.2s}section{margin-bottom:136px}section.no-margin{margin-bottom:0}section.big-margin{margin-bottom:256px}#content{position:absolute;width:100%;height:100vh;top:0;left:0;overflow-y:scroll}.cw{width:100%;max-width:1440px;padding:0 32px;margin:0 auto}.breadcrumbs{padding-top:28px;margin-bottom:72px;border-bottom:1px solid #EFEFF2}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap}.breadcrumbs__list.hovered a{opacity:.5}.breadcrumbs__list.hovered .breadcrumbs__item.hovered:after{opacity:1}.breadcrumbs__list.hovered .breadcrumbs__item:after{opacity:.5}.breadcrumbs__item{display:flex;align-items:flex-start;position:relative}.breadcrumbs__item:not(.active) a{padding-right:64px}.breadcrumbs__item:not(.active):after{content:" ";position:absolute;right:24px;width:16px;height:16px;background:url(/build/assets/breadcrumbs-separator-ALp4_pHu.svg) no-repeat center;background-size:contain;z-index:-1}.breadcrumbs__item.active a{pointer-events:none;font-weight:500}.breadcrumbs__item.active:before{content:" ";position:absolute;width:100%;height:2px;bottom:-1px;left:0;background-color:#1b1b1e;display:block}.breadcrumbs__item a,.breadcrumbs__item span{font-family:Onest;font-weight:400;font-size:12px;line-height:130%;position:relative;padding-bottom:8px}@media (hover: hover) and (pointer: fine){.breadcrumbs__item a:hover,.breadcrumbs__item span:hover{opacity:1}}.default-text p{font-family:Onest;font-size:14px;font-weight:400;line-height:150%}.default-text p:not(:last-child){margin-bottom:24px}::placeholder{font-family:Onest;color:#bdc2bf;font-weight:400;font-size:16px;line-height:150%;transition:.4s ease;opacity:0}.btn{font-size:16px;font-weight:500;line-height:normal;color:#1b1b1e;background-color:#fff;border:1px solid #FFFFFF;box-sizing:border-box;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;column-gap:8px;padding:15px 31px;width:auto;max-width:100%;transition:.2s}.btn span{font-family:Onest;font-size:16px;font-weight:500;line-height:normal;color:#1b1b1e;transition:.2s ease}@media (hover: hover) and (pointer: fine){.btn:hover{cursor:pointer;background-color:#ffffffe6;border-color:#ffffffe6}}.btn.with-icon{padding:11px 15px;gap:12px}.btn.with-icon svg{width:24px;height:24px}.btn.black{background-color:#1b1b1e;color:#fff;border-color:#1b1b1e}.btn.black span{color:#fff}.btn.black svg{fill:#fff}@media (hover: hover) and (pointer: fine){.btn.black:hover{opacity:.85}}.btn.transparent{border-color:#1b1b1e;background-color:transparent;color:#1b1b1e}.btn.transparent svg{fill:#1b1b1e}.btn.transparent span{color:#1b1b1e}@media (hover: hover) and (pointer: fine){.btn.transparent:hover{border-color:#1b1b1e;background-color:#1b1b1e;color:#fff}.btn.transparent:hover svg{fill:#fff}.btn.transparent:hover span{color:#fff}}.btn.half-transparent{background-color:#fff3;border-color:#fff0}.btn.half-transparent svg{stroke:#fff}.btn.half-transparent span{color:#fff}@media (hover: hover) and (pointer: fine){.btn.half-transparent:hover{background-color:#fff;border-color:#fff;color:#1b1b1e}.btn.half-transparent:hover svg{stroke:#1b1b1e}.btn.half-transparent:hover span{color:#1b1b1e}}.btn.social{border-radius:50px;display:flex;align-items:center;column-gap:8px;padding:11px 24px;border-color:#bdc2bf;width:140px}.btn.social span{font-size:14px;font-style:normal;font-weight:500;line-height:120%;opacity:.7;transition:none!important}.btn.social:hover{border-color:#bdc2bf}.btn.social:hover span{color:#1b1b1e;opacity:1}.btn.social.telegram:hover{background:linear-gradient(180deg,#2aabee,#229ed9 99.258%)}.btn.social.whatsapp:hover{background:linear-gradient(0deg,#20b038,#60d66a)}.btn.social.max:hover{background:linear-gradient(180deg,#8a89ff,#7170ff)}.btn.social.e-mail:hover{background:linear-gradient(180deg,#e47d7d,#a95d5d)}.btn.social.phone:hover{background:linear-gradient(0deg,#20b038 -.867%,#60d66a)}.icon-btn{width:34px;height:34px;border-radius:50%;background-color:#efeff2;display:flex;align-items:center;justify-content:center;transition:.2s ease}.icon-btn svg{width:18px;height:18px;fill:#1b1b1e}@media (hover: hover) and (pointer: fine){.icon-btn:hover{background-color:#1b1b1e}.icon-btn:hover svg{fill:#fff}}.icon-btn_active{background-color:#bd1e1e}.icon-btn_active svg{fill:#fff}.transparent-icon-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:.2s ease;opacity:.5}.transparent-icon-btn svg{width:100%;height:100%}@media (hover: hover) and (pointer: fine){.transparent-icon-btn:hover{opacity:1}}.transparent-icon-btn_active{opacity:1}.form-field{width:100%;position:relative}.form-field.half{width:calc(50% - 4px)}.form-field.max-content{width:max-content}.form-field.max-content:not(:last-child){margin-right:16px}.form-field>label{font-size:12px;font-weight:400;line-height:120%;display:block}.form-field .error-message{color:#e52929;margin-top:6px}input{width:100%;transition:.2s;color:#1b1b1e;font-weight:500}input[type=text],input[type=email],input[type=number],input[type=password],input[type=date],input[type=time]{font-family:Onest;font-size:14px;font-weight:400;line-height:130%;min-width:100px;max-width:100%;padding:14px 15px;transition:.2s ease;box-sizing:border-box;border:1px solid #BDC2BF;border-radius:12px;background:#fff}@media (hover: hover) and (pointer: fine){input[type=text]:hover,input[type=email]:hover,input[type=number]:hover,input[type=password]:hover,input[type=date]:hover,input[type=time]:hover{border-color:#1b1b1e}}input[type=text]:focus::placeholder,input[type=email]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=date]:focus::placeholder,input[type=time]:focus::placeholder{opacity:0}input[type=date]+label{position:absolute;padding:0 4px;border-radius:100px;z-index:2;left:16px;transition:.2s ease;transform-origin:left center;cursor:text;top:-7px;background:#efeff2;transform:scale(1);opacity:1}input[type=text]+label,input[type=email]+label,input[type=number]+label,input[type=password]+label,input[type=time]+label{position:absolute;padding:0 4px;border-radius:100px;z-index:2;top:16px;left:16px;transition:.2s ease;transform:scale(1.1666666667);transform-origin:left center;cursor:text;opacity:.7}input[type=text]:focus+label,input[type=email]:focus+label,input[type=number]:focus+label,input[type=password]:focus+label,input[type=time]:focus+label{top:-7px;background:#efeff2;transform:scale(1);opacity:1}input[type=text]:not(:placeholder-shown)+label,input[type=email]:not(:placeholder-shown)+label,input[type=number]:not(:placeholder-shown)+label,input[type=password]:not(:placeholder-shown)+label,input[type=time]:not(:placeholder-shown)+label{top:-7px;background:#efeff2;transform:scale(1);opacity:1}input[type=search]{box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;padding:14px 15px 13px;color:#1b1b1e;background-color:#efeff2;font-size:16px;font-weight:400;line-height:120%}input[type=search]::placeholder{color:#1b1b1e;font-size:16px;font-weight:400;line-height:120%;opacity:1}input:disabled{pointer-events:none;color:#d8dad9;background:gunmetalen(#BDC2BF,5%)}@media (hover: hover) and (pointer: fine){input:disabled:hover{color:#d8dad9;background:gunmetalen(#BDC2BF,5%);border-color:gunmetalen(#BDC2BF,5%)}}input.center-content{text-align:center}input.invalid{border-color:#e52929}textarea{font-family:Onest;font-size:14px;font-weight:400;line-height:130%;min-width:100px;width:100%;padding:14px 24px;transition:.2s ease;box-sizing:border-box;border:1px solid #BDC2BF;border-radius:12px;background:#fff;resize:none}@media (hover: hover) and (pointer: fine){textarea:hover{border-color:#1b1b1e}}textarea::placeholder{color:#c6c6c6;display:none;opacity:0}textarea:not(:placeholder-shown)+label{top:-7px;background:#efeff2;transform:scale(1);opacity:1}textarea+label{position:absolute;padding:0 4px;border-radius:100px;z-index:2;top:16px;left:16px;transition:.2s ease;transform:scale(1.1666666667);transform-origin:left center;cursor:text;opacity:.7}textarea:focus+label{top:-7px;background:#efeff2;transform:scale(1);opacity:1}.default-date{position:relative;z-index:1}.default-date:after{content:" ";position:absolute;right:24px;top:12px;z-index:2;background:url(/build/assets/calendar-icon-Cdn4Eidx.svg) no-repeat center;width:24px;height:24px;pointer-events:none}@media (hover: hover) and (pointer: fine){.default-date:after:hover{cursor:pointer}}.default-date input[type=date]{padding-right:26px}.default-date input[type=date]::-webkit-calendar-picker-indicator{opacity:0;z-index:3;position:relative;cursor:pointer}.default-file{display:flex;align-items:center}.default-file label{padding:7px 24px;border:1px solid #BDC2BF;border-radius:32px;display:flex;align-items:center;margin-bottom:0}.default-file label svg{margin-right:8px}.default-file label span{font-weight:500;font-size:16px;line-height:200%;letter-spacing:-.02em;color:#bdc2bf}@media (hover: hover) and (pointer: fine){.default-file label:hover{cursor:pointer}}.default-file input[type=file]{display:none}.default-select:after{transition:.2s ease}.default-select select{background-color:#fff}@media (hover: hover) and (pointer: fine){.default-select select:hover{cursor:pointer}}.default-select.opened .select-options{display:block}.default-select.opened:after{transform:rotate(180deg)}.default-select .select-options{display:none;position:absolute;min-width:100%;max-width:max-content;width:max-content;top:calc(100% + 12px);left:0;z-index:3;background:#efeff2;padding:8px 0;border-radius:12px;box-shadow:0 4px 12px #00000026}.default-select .select-options>div{font-size:14px;font-style:normal;font-weight:400;line-height:120%;padding:8px 20px 8px 16px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.default-select .select-options>div:hover{transform:translate(4px);cursor:pointer}}.default-radio>span{font-weight:400;font-size:14px;line-height:171%;letter-spacing:-.02em;color:#bdc2bf;display:block;margin-bottom:8px}.default-radio label{padding:4px 24px;background:#f6f6f6;border-radius:100px;font-weight:500;font-size:16px;line-height:200%;color:#bdc2bf;display:block;letter-spacing:unset;margin-bottom:0;transition:all .2s ease}@media (hover: hover) and (pointer: fine){.default-radio label:hover{cursor:pointer;background-color:#bdc2bf}}.default-radio input[type=radio]:checked+label{background-color:#bdc2bf;color:#fff}.default-checkbox{display:flex;align-items:center;column-gap:8px}.default-checkbox input{display:none}.default-checkbox input:checked+label:before{background-color:#1b1b1e;border-color:#1b1b1e}.default-checkbox input:checked+label:after{opacity:1}.default-checkbox label{padding-left:24px;position:relative;line-height:16px;font-size:14px;transition:.2s ease}.default-checkbox label:before{content:" ";position:absolute;left:0;top:0;width:16px;height:16px;box-sizing:border-box;border:1px solid #BDC2BF;border-radius:4px;transition:.2s ease;z-index:1}.default-checkbox label:after{content:" ";position:absolute;left:0;top:0;width:16px;height:16px;box-sizing:border-box;background-image:url(/build/assets/checkbox-DPnwHWQB.svg);background-position:center;background-repeat:no-repeat;border-radius:4px;transition:.2s ease;opacity:0;z-index:2}@media (hover: hover) and (pointer: fine){.default-checkbox label:hover{cursor:pointer}.default-checkbox label:hover:before{border-color:#1b1b1e}}.default-checkbox label .counter{margin-left:8px}.default-checkbox span{align-self:flex-start;opacity:.7}.tumbler{position:relative;display:flex;will-change:transform}.tumbler input{display:none;will-change:transform}.tumbler input:checked+label:before{right:0;border-color:#1b1b1e}.tumbler input:checked+label:after{background-color:#1b1b1e}.tumbler label{font-size:16px;font-weight:500;line-height:24px;color:#1b1b1eb3;padding-right:56px;position:relative;will-change:transform}.tumbler label:before{content:" ";position:absolute;right:24px;top:0;z-index:2;transition:.2s ease;width:24px;height:24px;border-radius:50%;border:2px solid #BDC2BF;background-color:#fff;box-sizing:border-box;will-change:transform}.tumbler label:after{content:" ";position:absolute;z-index:1;width:36px;height:12px;right:6px;top:6px;border-radius:100px;transition:.2s ease;background-color:#bdc2bf;will-change:transform}@media (hover: hover) and (pointer: fine){.tumbler label:hover{cursor:pointer}.tumbler label:hover:before{border-color:#1b1b1e}.tumbler label:hover:after{background-color:#1b1b1e}}.pagination{margin:48px 0}.pagination__listing{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:32px}.pagination__arrow{border:1px solid rgb(239,239,242);border-radius:12px;width:40px;will-change:transform}@media (hover: hover) and (pointer: fine){.pagination__arrow:hover{background:transparent!important;border-color:#efeff2!important}}@media (hover: hover) and (pointer: fine){.pagination__arrow_next:hover svg{transform:translate(2px);will-change:transform;-webkit-font-smoothing:antialiased}}@media (hover: hover) and (pointer: fine){.pagination__arrow_prev:hover svg{transform:translate(-2px);will-change:transform;-webkit-font-smoothing:antialiased}}.pagination__numbers{display:flex;column-gap:12px;flex-wrap:wrap;justify-content:center}.pagination__item{display:flex;justify-content:center;align-items:center;height:40px;box-sizing:border-box;border-radius:12px;color:#1b1b1e;font-size:20px;font-weight:500;line-height:120%;width:40px;text-align:center;vertical-align:middle}.pagination__item svg{display:block;vertical-align:middle;width:16px;height:16px;transform-origin:center center}@media (hover: hover) and (pointer: fine){.pagination__item:hover{background:#efeff2;border-color:#efeff2;color:#1b1b1e}.pagination__item:hover svg{fill:#1b1b1e}}.pagination__item.pagination__item_active{background:#1b1b1e;border-color:#1b1b1e;color:#fff;width:40px;pointer-events:none}.pop-up-btn{display:flex;column-gap:12px;align-items:center;color:#1b1b1eb3}.pop-up-btn:after{content:" ";width:16px;height:16px;border-radius:50%;background-color:#1b1b1e1a;background-image:url(/build/assets/pop-up_arrow-ChAjZ-dX.svg);background-position:center;background-repeat:no-repeat;transition:.2s ease}@media (hover: hover) and (pointer: fine){.pop-up-btn:hover{cursor:pointer}}.mobile-menu{display:none}.mobile-menu.opened{display:block}.mobile-menu-btn,.mobile-panel,.mobile-only,.mobile-tablet-only{display:none}svg{pointer-events:none}.main-header{position:relative;margin-bottom:0}.header-fixed .header{padding-top:112px}.header-fixed .header__top-container{position:fixed;top:0;left:0;box-shadow:0 1px 2px #0000001a}.catalog-menu-opened .header,.authorization-menu-opened .header{padding-top:112px}.catalog-menu-opened .header__top-container,.authorization-menu-opened .header__top-container{position:fixed;z-index:9000;top:0;left:0;box-shadow:0 4px 24px #0000000d}.catalog-menu-opened .header .menu,.authorization-menu-opened .header .menu,.catalog-menu-opened .catalog-menu{display:block;overflow:scroll}.catalog-menu-opened .header__menu-btn{border-color:#1b1b1e}.catalog-menu-opened .header__menu-btn:after{opacity:0}.catalog-menu-opened .header__menu-btn:before{opacity:1}.catalog-menu-opened .header__menu-btn svg{filter:invert(1)}.catalog-menu-opened .header__menu-btn span{color:#1b1b1e}.catalog-menu-opened .header__menu-btn.btn{background:transparent}.authorization-menu-opened .authorization{display:block}.header{width:100%}.header .breadcrumbs{border:none}.header .breadcrumbs__item a,.header .breadcrumbs__item span{color:#fff}.header .breadcrumbs__item:after{filter:invert(1)}.header .breadcrumbs__item.active:before{background:#fff}.header.transparent-top .header__top-container{background:transparent}.header.transparent-top .header__logo{filter:invert(1)}.header.transparent-top .header__menu-btn svg{filter:invert(1)}.header.transparent-top .header__menu-btn span{color:#1b1b1e}.header.transparent-top .header__menu-btn.btn{background:#fff}.header.transparent-top .header__menu-btn:after{background-image:url(/build/assets/header-menu-button-arrow-D4aZpE8v.svg);background-color:transparent}.header.transparent-top .header__search input[type=search]{border:1px solid #FFFFFF;color:#fff;background-color:#fff0;transition:.2s ease}@media (hover: hover) and (pointer: fine){.header.transparent-top .header__search input[type=search]:hover{background-color:#ffffff1a}}.header.transparent-top .header__search input[type=search]::placeholder{color:#fff;font-size:16px;font-weight:400;line-height:120%}.header.transparent-top .header__search-btn{filter:invert(1)}.header.transparent-top .header__link span{color:#fff}.header.transparent-top .header__favorite svg{filter:invert(1)}.header.transparent-top .header__comparison svg{filter:invert(1)}.header.transparent-top .header__cart{border:1px solid #FFFFFF}.header.transparent-top .header__cart svg{filter:invert(1)}.header.transparent-top .header__cart span{color:#fff}.header.transparent-top .header__cart:before{background-color:#fff;color:#1b1b1e}.header.transparent-bottom{position:absolute;top:0;left:0;z-index:10;background:transparent}.header.transparent-bottom .header__bottom-container{background:transparent}.header.transparent-bottom .header__nav-item a,.header.transparent-bottom .header__nav-item button{color:#fff}.header.transparent-bottom .header__nav-item .counter{background:#fff3;color:#fff}.header.transparent-bottom .header__phone a,.header.transparent-bottom .header__phone span{color:#fff}.header.transparent-bottom .header__auth{background-color:#fff3;border-color:#fff0}@media (hover: hover) and (pointer: fine){.header.transparent-bottom .header__auth:hover{background-color:#fff}.header.transparent-bottom .header__auth:hover span{color:#1b1b1e}.header.transparent-bottom .header__auth:hover svg path{stroke:#1b1b1e}}.header.transparent-bottom .header__auth svg path{stroke:#fff}.header.transparent-bottom .header__auth span{color:#fff}.header__top-container{background:#fff;width:100%;position:relative;z-index:9000;transition:.2s ease}.header__top{width:100%;display:flex;align-items:center;justify-content:space-between;column-gap:32px;padding:24px 0;background-color:transparent}.header__logo{flex-shrink:0;margin-right:53px;width:64px;height:64px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.header__logo:hover{opacity:.8}}.header__menu{flex-shrink:0}.header__menu-btn{z-index:1;display:flex;align-items:center;position:relative}.header__menu-btn.btn{padding-right:44px}.header__menu-btn:after{content:" ";width:16px;height:16px;position:absolute;right:16px;top:16px;background-image:url(/build/assets/header-menu-button-arrow-white-XWu1BO0W.svg);background-position:center;background-repeat:no-repeat;background-size:contain;z-index:3;margin-left:4px;transition:.2s ease}.header__menu-btn:before{content:" ";width:16px;height:16px;position:absolute;right:16px;top:16px;background-image:url(/build/assets/header-menu-close-button-CoYz4Fpt.svg);background-position:center;background-repeat:no-repeat;background-size:contain;z-index:3;margin-left:4px;opacity:0;transition:.2s ease}.header__search{width:100%;position:relative}@media (hover: hover) and (pointer: fine){.header__search input[type=search]:hover{border-color:#1b1b1e}}.header__search input[type=search]:focus{border-color:#1b1b1e;background:#fff}.header__search input[type=search]:focus::placeholder{opacity:0}.header__search input[type=search]::placeholder{color:#1b1b1e}.header__search-btn{position:absolute;top:12px;right:16px;width:24px;height:24px}.header__search-btn input{display:none}.header__search-btn input+label{display:flex;align-items:center;justify-content:center}@media (hover: hover) and (pointer: fine){.header__search-btn input+label:hover{cursor:pointer}}.header__link{flex-shrink:0;padding:12px 16px;display:flex;align-items:center;column-gap:8px}.header__link span{color:#1b1b1e}.header__link.active svg path{stroke-width:2;stroke:#000}.header__link.active span{font-weight:800;color:#000}.header__favorite{transition:.2s ease}@media (hover: hover) and (pointer: fine){.header__favorite:hover{cursor:pointer;opacity:.8}}.header__comparison{transition:.2s ease}@media (hover: hover) and (pointer: fine){.header__comparison:hover{cursor:pointer;opacity:.8}}.header__cart{flex-shrink:0;display:flex;align-items:center;column-gap:12px;padding:11px 15px 11px 23px;box-sizing:border-box;border:1px solid #1B1B1E;border-radius:12px;position:relative;transition:.2s ease}@media (hover: hover) and (pointer: fine){.header__cart:hover{cursor:pointer;opacity:.8}}.header__cart span{color:#1b1b1e;font-size:16px;font-weight:400;line-height:20px}.header__cart:before{content:attr(data-count) " ";width:24px;height:24px;border-radius:50%;text-align:center;line-height:24px;background-color:#1b1b1e;color:#fff;font-weight:500;font-size:12px;display:block;position:absolute;top:calc(50% - 12px);left:-12px}.header__bottom-container{background:#fff;transition:.2s ease}.header__bottom{width:100%;display:flex;align-items:stretch;justify-content:space-between;column-gap:6%;padding:16px 0}.header__nav{display:flex;align-items:stretch;column-gap:16px;justify-content:space-between;width:100%}@media (hover: hover) and (pointer: fine){.header__nav:hover .header__nav-item{opacity:.6}}.header__nav-item{display:flex;align-items:center;transition:.2s ease}@media (hover: hover) and (pointer: fine){.header__nav-item:hover{opacity:1!important}}.header__nav-item a,.header__nav-item button{color:#1b1b1e;transition:.2s ease;display:flex;align-items:center;height:100%;column-gap:8px}.header__nav-item .counter{width:32px;height:32px;border-radius:50%;background:#1b1b1e1a;font-weight:500;display:flex;align-items:center;justify-content:center;text-align:center}.header__phone{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;transition:.2s ease}@media (hover: hover) and (pointer: fine){.header__phone:hover{cursor:pointer;opacity:.8}}.header__phone .link{color:#1b1b1e;font-weight:700}.header__phone span{color:#1b1b1e}@media (hover: hover) and (pointer: fine){.header__auth:hover{background-color:#1b1b1e}.header__auth:hover span{color:#fff}.header__auth:hover svg path{stroke:#fff}}.header .menu{display:none}.menu{background-color:#fff;position:fixed;z-index:10;top:0;left:0;width:100%;height:100vh;overflow:hidden;transition:.5s ease}.menu__wrapper{padding:112px 0 136px}.catalog-menu{display:none;padding-top:40px}.catalog-menu__container{display:flex;column-gap:120px;justify-content:space-between}.catalog-menu__left{width:100%;max-width:720px}.catalog-menu__categories{display:grid;grid-template-columns:repeat(2,auto);column-gap:32px;justify-content:space-between;row-gap:48px}.catalog-menu__category-title{margin-bottom:22px;opacity:.8}@media (hover: hover) and (pointer: fine){.catalog-menu__category-title:hover{cursor:pointer;opacity:1}}.catalog-menu__subcategories{display:flex;flex-direction:column}.catalog-menu__subcategories li{display:flex;align-items:center;transition:.2s ease}@media (hover: hover) and (pointer: fine){.catalog-menu__subcategories li:hover{transform:translate(8px)}}.catalog-menu__subcategories li a{display:flex;align-items:center;column-gap:8px;padding:8px 0}.catalog-menu__subcategories li a:after{content:attr(data-count) " ";font-size:12px;opacity:.7}.catalog-menu__show-more{margin-top:24px;display:flex;align-items:center;column-gap:8px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.catalog-menu__show-more:hover{transform:translate(8px)}}.catalog-menu__show-more span{font-weight:700}.catalog-menu__right{width:26.28%;flex-shrink:0}.catalog-menu__offers{display:flex;flex-direction:column;row-gap:32px}.catalog-menu__offer{width:100%;position:relative}@media (hover: hover) and (pointer: fine){.catalog-menu__offer:hover{cursor:pointer}.catalog-menu__offer:hover .catalog-menu__offer-image-container img{transform:scale(1.035)}.catalog-menu__offer:hover .catalog-menu__offer-link svg{transform:translate(8px)}}.catalog-menu__offer-image-container{width:100%;height:0;padding-bottom:72.477%;position:relative;overflow:hidden}.catalog-menu__offer-image-container:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#000000e6,#0000 66.139%);z-index:2;transition:.2s ease}.catalog-menu__offer-image-container img{position:absolute;left:0;top:0;transition:.2s ease-in-out;object-fit:cover}.catalog-menu__offer-container{position:absolute;z-index:3;padding:24px 16px;top:0;left:0}.catalog-menu__offer-title{color:#fff;text-transform:uppercase}.catalog-menu__offer-link{display:flex;align-items:center;column-gap:8px}.catalog-menu__offer-link span{color:#fff}.catalog-menu__offer-link svg{transition:.2s ease}.catalog-menu__footer{margin-top:40px}.catalog-menu__footer .btn{padding:24px;font-weight:700;border-color:#bdc2bf}.authorization{display:none;padding-top:16px}.authorization__header{margin-bottom:48px;display:flex;justify-content:flex-end}.authorization__close-btn{display:flex;align-items:center;justify-content:center;padding:12px 16px;background:#efeff266;border-radius:12px}.authorization__container{display:flex;column-gap:32px;border:1px solid rgb(239,239,242);border-radius:32px;padding:24px}.authorization__image{width:50%}.authorization__image-container{display:none;height:0;padding-bottom:108.179%;width:100%;position:relative;transition:.2s ease}.authorization__image-container.opened{display:block}.authorization__image-container img{position:absolute;left:0;top:0;border-radius:24px;overflow:hidden}.authorization__block{width:50%;padding:48px 32px;background:#efeff266;border-radius:24px}.authorization__tabs{display:flex;column-gap:40px;border-bottom:1px solid #EFEFF2;margin-bottom:38px}.authorization__tab{text-transform:uppercase;opacity:.7;padding-bottom:8px;border-bottom:2px solid transparent;margin-bottom:-1px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.authorization__tab:hover{opacity:1;cursor:pointer}}.authorization__tab.selected{opacity:1;border-color:#1b1b1e}.authorization__content-item{display:none}.authorization__content-item.opened{display:block}.authorization__title{margin-bottom:48px;text-transform:uppercase}.authorization__form{max-width:524px}.authorization__form .form-field{margin-bottom:24px}.authorization__form .form-confidential{margin-top:32px}.main-screen{width:100%;height:83vh;position:relative;display:flex;align-items:flex-start;justify-content:center;margin-bottom:110px;padding-top:30vh}.main-screen__background{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;pointer-events:none}.main-screen__background img,.main-screen__background video{width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.main-screen__background:after{content:" ";position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background:linear-gradient(180deg,#1b1b1e,#1b1b1e00)}.main-screen__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%}.main-screen__title{color:#fff;margin-bottom:16px;font-size:64px;font-weight:400;line-height:130%;letter-spacing:1.3px;text-align:center;text-transform:uppercase}.main-screen__btn{width:fit-content;margin-top:56px}.main-screen__text{max-width:1000px;font-size:16px;font-weight:400;line-height:150%;color:#fff;text-align:center}.main-screen__scroll-icon{margin-top:136px}.main-categories__wrapper{position:relative}.main-categories__background{position:absolute;bottom:0;z-index:1}.main-categories__container{position:relative;z-index:2;padding-bottom:143px}.main-categories__list{display:grid;grid-template-columns:1fr 1.22fr 1fr;column-gap:32px}.main-categories__item{display:flex;flex-direction:column;align-items:center}@media (hover: hover) and (pointer: fine){.main-categories__item:hover .main-categories__item-link svg{transform:translate(8px)}.main-categories__item:hover .main-categories__item-name{opacity:.8}.main-categories__item:hover .main-categories__item-image{transform:scale(1.035)}}.main-categories__item-name{font-size:31px;text-align:center;margin-bottom:12px;text-transform:uppercase;transition:.2s ease}.main-categories__item-link{margin-bottom:32px;display:flex;align-items:center;column-gap:8px}.main-categories__item-image-container{width:100%;height:100%;display:flex;align-items:center}.main-categories__item-image{width:100%;height:0;padding-bottom:100%;position:relative;transition:.2s ease}.main-categories__item-image img{position:absolute;left:0;top:0;border-radius:50%;overflow:hidden;object-fit:cover}.advantages__wrapper{position:relative}.advantages__background{position:absolute;z-index:2;left:0;top:0;width:100%}.advantages__container{position:relative;z-index:1;padding:32px 0}.advantages__list{display:grid;grid-template-columns:repeat(4,1fr);column-gap:32px}.advantages-item{position:relative;width:100%;height:0;padding-bottom:53%;overflow:hidden}.advantages-item:nth-child(1){border-radius:0 0 1333px}.advantages-item:nth-child(2){border-radius:0 1333px 0 0}.advantages-item:nth-child(3){border-radius:0 0 0 1333px}.advantages-item:nth-child(3) .advantages-item__info{align-items:flex-end}.advantages-item:nth-child(3) .advantages-item__name{text-align:right}.advantages-item:nth-child(4){border-radius:1333px 0 0}.advantages-item:nth-child(4) .advantages-item__info{align-items:flex-end}.advantages-item:nth-child(4) .advantages-item__name{text-align:right}.advantages-item:nth-child(2n) .advantages-item__name{max-width:60%}.advantages-item__image{position:absolute;z-index:1;width:100%;height:100%;left:0;top:0}.advantages-item__image:after{content:" ";position:absolute;width:100%;height:100%;left:0;top:0;background:linear-gradient(90deg,#1b1b1e,#1b1b1e80)}.advantages-item__info{position:absolute;z-index:3;width:100%;height:100%;padding:16px 24px;display:flex;flex-direction:column}.advantages-item__name{color:#fff;max-width:90%;display:flex;flex-direction:column;row-gap:2px}.advantages-item__name span{display:block;font-size:12px;color:#fff;font-weight:400}.advantages-item__icon{display:flex;margin-top:auto}.products__header{margin-bottom:48px;display:flex;align-items:flex-end;column-gap:4px}.products__subtitle{margin-bottom:8px}.products__title{text-transform:uppercase}.products__text-title{max-width:800px}.products__timer{margin-left:40px;margin-bottom:12px}.products__timer .timer{display:flex;justify-items:center;align-items:center;column-gap:12px}.products__timer .separator{width:1px;height:16px;background-color:#bdc2bf}.products__timer .timer__item{position:relative;font-size:24px;font-weight:400;line-height:120%}.products__timer .timer__item:before{content:attr(data-title);display:block;position:absolute;bottom:-16px;left:50%;transform:translate(-50%);font-size:12px;font-weight:400;line-height:120%;color:#bdc2bf}.products__container{position:relative}.products__container .catalog__items-list{grid-template-columns:repeat(4,1fr);margin-bottom:0;column-gap:0}@media (hover: hover) and (pointer: fine){.products__container .catalog__item:hover{box-shadow:none}.products__container .catalog__item:hover .product-card__container,.products__container .catalog__item:hover .product-card__image-container{border-color:#bdc2bf}}.products__slider-controls{position:absolute;width:100%;height:0;top:50%;left:0;z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:space-between}.products__slider-control-item{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #BDC2BF;pointer-events:all;background:#fff;transition:.2s ease}@media (hover: hover) and (pointer: fine){.products__slider-control-item:hover{cursor:pointer;border-color:#1b1b1e}}.products__slider-control-item.prev{margin-left:-28px}@media (hover: hover) and (pointer: fine){.products__slider-control-item.prev:hover svg{transform:translate(-4px)}}.products__slider-control-item.next{margin-right:-28px}@media (hover: hover) and (pointer: fine){.products__slider-control-item.next:hover svg{transform:translate(4px)}}.main-collections__list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.main-collections__item:nth-child(1){grid-row-start:1;grid-row-end:3}@media (hover: hover) and (pointer: fine){.main-collections__item:nth-child(1):hover .main-collection__image img{transform:scale(1.1)}}.main-collections__item:nth-child(1) .main-collection__container{height:100%;padding-bottom:0}.main-collections__item:nth-child(1) .main-collection__image:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;background:linear-gradient(180deg,#000000b3,#0000 31.762%);transition:.2s ease}.main-collections__item:nth-child(1) .main-collection__image img{object-fit:cover}.main-collections__item:nth-child(4){grid-column-start:2;grid-column-end:4}.main-collections__item:nth-child(4) .main-collection__container{padding-bottom:36.6%;border-radius:0 1333px 0 0}.main-collection{overflow:hidden}@media (hover: hover) and (pointer: fine){.main-collection:hover .main-collection__link svg{transform:translate(8px)}.main-collection:hover .main-collection__image img{transform:scale(1.1)}}.main-collection__container{position:relative;width:100%;height:0;padding-bottom:140%;z-index:1;overflow:hidden}.main-collection__background{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%}.main-collection__background img{object-fit:contain;transition:.2s ease}.main-collection__info{z-index:5;position:absolute;left:0;top:0;width:100%;height:100%;padding:24px 32px}.main-collection__name{text-transform:uppercase;margin-bottom:12px;color:#fff}.main-collection__link{display:flex;align-items:center;column-gap:8px;transition:.2s ease}.main-collection__link span{color:#fff}.main-collection__link svg{filter:invert(1)}.main-collection__image{position:absolute;right:0;top:0;z-index:3;height:100%;transition:.2s ease;width:100%}.main-collection__image:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;background:linear-gradient(180deg,#000000b3,#0000 31.762%);transition:.2s ease}.main-collection__image img{object-fit:cover;transition:.2s ease}.news__header{margin-bottom:48px}.news__title{text-transform:uppercase}.news__container{display:flex;column-gap:24px}.news__main{width:62%;flex-shrink:0}.news__list{display:flex;flex-direction:column;row-gap:16px}.news-main{box-sizing:border-box;border:1px solid #EFEFF2;display:flex;align-items:center}@media (hover: hover) and (pointer: fine){.news-main:hover .news-main__btn{background-color:#1b1b1e;color:#fff}}.news-main__container{width:100%;display:flex;padding:40px 32px;column-gap:24px;align-items:center}.news-main__image{position:relative;z-index:1;width:50%;flex-shrink:0;height:0;padding-bottom:48%;overflow:hidden}.news-main__image img{position:absolute;left:0;top:0;object-fit:cover;width:100%;height:100%;transition:.2s ease}.news-main__share-btn{position:absolute;z-index:2;top:16px;left:16px}.news-main__info{padding:34px 0 28px}.news-main__name{margin-bottom:16px;transition:.2s ease}.news-main__desc{margin-bottom:24px}.news-main__date{margin-bottom:24px;color:#bdc2bf}.news-main__btn{width:max-content;padding:11px 23px}@media (hover: hover) and (pointer: fine){.news-item:hover .news-item__link{opacity:.8}.news-item:hover .news-item__name{transform:translate(8px)}}.news-item__header{display:flex;column-gap:16px;align-items:center;margin-bottom:8px}.news-item__image{width:120px;height:120px;flex-shrink:0;position:relative;overflow:hidden}.news-item__image img{transition:.2s ease}.news-item__share-btn{position:absolute;z-index:2;top:16px;left:16px}.news-item__name{transition:.2s ease}.news-item__info{display:flex;justify-content:space-between;align-items:center}.news-item__date{color:#bdc2bf}.news-item__link{font-weight:500;transition:.2s ease}.quote__wrapper{border-radius:12px;background:#efeff266;overflow:hidden}.quote__container{display:flex;column-gap:52px;justify-content:space-between;align-self:flex-start}.quote__main{display:flex;align-items:flex-start;column-gap:44px;row-gap:44px;justify-content:space-between;flex-wrap:wrap;width:100%;padding:80px 0 120px 104px}.quote__text{display:flex;column-gap:44px;width:100%}.quote__text p{font-family:May;font-size:32px;font-weight:400;line-height:130%}.quote__author{align-self:center;letter-spacing:unset}.quote__signature{align-self:center;height:65px}.quote__image{align-self:flex-end;height:100%;flex-shrink:0;display:flex;align-items:flex-end;justify-content:flex-end}.quote__image img{object-position:right bottom}footer{background-color:#1b1b1e}.footer{display:flex;justify-content:space-between;column-gap:32px;padding:114px 0}.footer *{color:#fff}.footer__main{display:flex;flex-direction:column;align-items:flex-start}.footer__logo-container{display:flex;align-items:center;column-gap:16px;margin-bottom:36px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.footer__logo-container:hover{opacity:.7}}.footer__logo-container span{max-width:200px;text-transform:uppercase;opacity:.7;line-height:120%;font-weight:400;font-family:Steppe}.footer__logo{height:68px}.footer__copyright{opacity:.7;max-width:320px}.footer__studio{opacity:.5;margin-top:auto;display:flex;align-items:center;column-gap:6px;padding:14px 24px;box-sizing:border-box;border:1px solid rgb(189,194,191);border-radius:12px;width:max-content;transition:.2s ease}@media (hover: hover) and (pointer: fine){.footer__studio:hover{opacity:1}}.footer__studio span{display:flex;align-items:center;width:max-content;flex-shrink:0;font-weight:300;line-height:19px}.footer__studio img{height:14px}.footer__links{width:28%}.footer__links-columns{display:flex;column-gap:32px;justify-content:space-between;margin-bottom:28px}.footer__column-title{margin-bottom:24px;opacity:.7}.footer__column-list{display:flex;flex-direction:column}.footer__column-list.hovered li a{opacity:.5}.footer__column-list li a{padding:8px 0}.footer__column-list li a.hovered{opacity:1}@media (hover: hover) and (pointer: fine){.footer__policy:hover{opacity:.6}}.footer__contacts,.footer__contacts-top{display:flex;flex-direction:column;align-items:stretch}.footer__contacts-info{display:flex;column-gap:24px;justify-content:space-between;align-items:center;margin-bottom:24px}.footer__contacts-info a{transition:.2s ease}@media (hover: hover) and (pointer: fine){.footer__contacts-info a:hover{opacity:.7}}.footer__contacts-info .phone{display:flex;flex-direction:column;align-items:flex-end}.footer__contacts-info .phone span{font-weight:300;opacity:.7}.footer__contacts-info .address{display:flex;align-items:center;column-gap:12px}.footer__social{display:flex;column-gap:12px;justify-content:center}.footer__social a.social{border-radius:50px;background:#040f16;display:flex;align-items:center;column-gap:8px;padding:11px 24px;transition:.2s ease;border:none}.footer__social a.social span{opacity:1}@media (hover: hover) and (pointer: fine){.footer__social a.social.telegram:hover{opacity:1;background:linear-gradient(180deg,#2aabee,#229ed9 99.258%),#040f16}}@media (hover: hover) and (pointer: fine){.footer__social a.social.whatsapp:hover{opacity:1;background:linear-gradient(0deg,#20b038,#60d66a),#040f16}}@media (hover: hover) and (pointer: fine){.footer__social a.social.max:hover{opacity:1;background:#8a89ff}}.footer__social a.social:hover span{color:#fff}.footer__social .social.black{background:#040f16}.footer__contacts-bottom{margin-top:auto;align-self:flex-end}.footer__payment-title{margin-bottom:32px;opacity:.7}.footer__payment-list{display:flex;align-items:center;column-gap:12px}.footer__payment-item{border-radius:2px;box-shadow:4px 4px 12px #0000001a;background:#2b2b2b;width:60px;height:32px;display:flex;align-items:center;justify-content:center}.product__container{display:flex;align-items:flex-start;column-gap:32px;justify-content:space-between;width:100%;position:relative}.product__slider{width:100%;position:sticky;top:144px}.product__slider-wrapper{width:100%;display:grid;grid-template-columns:1fr 6.96875fr;column-gap:3.0418%}.product__slider-navigation{display:flex;flex-direction:column;height:100%;position:relative}.product__slider-prev{margin-bottom:auto;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;width:100%;padding:calc(50% - 16px) 0;display:flex;justify-content:center;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__slider-prev:hover{border-color:#1b1b1e80;cursor:pointer}.product__slider-prev:hover svg{transform:translateY(-8px)}}.product__slider-next{margin-top:auto;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;width:100%;padding:calc(50% - 16px) 0;display:flex;justify-content:center;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__slider-next:hover{border-color:#1b1b1e80;cursor:pointer}.product__slider-next:hover svg{transform:translateY(8px)}}.product__slider-nav-wrapper{position:relative;width:100%;height:0;padding-bottom:calc(400% + 36px)}.product__slider-nav-container{position:absolute;top:0;left:0;height:100%;width:100%}.product__slider-nav{height:100%;width:100%}.product__slider-nav-item{border:1px solid #EFEFF2;border-radius:12px;padding:8px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__slider-nav-item:hover{border-color:#1b1b1e80;cursor:pointer}}.product__slider-nav-item.video:after{content:" ";position:absolute;left:25%;width:50%;height:50%;top:25%;background:url(/build/assets/video-play-icon-BDv2wQIb.svg) no-repeat center;background-size:contain}.product__slider-nav-item.swiper-slide-thumb-active{border-color:#1b1b1e}.product__slider-nav-item-image,.product__slider-nav-item-video{width:100%;height:100%}.product__slider-main{position:relative;width:100%;height:0;padding-bottom:95%}.product__slider-main-block{width:100%;height:100%;position:absolute;left:0;top:0;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px}.product__slider-container{width:100%;height:100%}.product__slider-items-list{width:100%}.product__slider-item{width:100%;padding:32px}.product__slider-item-image{width:100%;height:100%}.product__slider-item-image img{width:100%;height:100%;object-fit:contain}.product__slider-item-video{width:100%;height:100%}.product__slider-item-video video{width:100%;height:100%;object-fit:contain}.product__slider-pagination-container{display:none}.product__main{width:40.33%;flex-shrink:0}.product__main-info{background:#efeff266;border-radius:12px;padding:16px 24px 48px;margin-bottom:32px}.product__main-info-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.product__vendor{opacity:.5;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__vendor:hover{cursor:pointer;opacity:.8}}.product__buttons{display:flex;align-items:center;column-gap:16px}.product__buttons button{transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__buttons button:hover{opacity:1}}.product__share-btn-container{display:flex;position:relative}.product__share-btn-container button{transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__share-btn-container button:hover{opacity:1}}.product__share-btn-container.opened .product__share-popup{opacity:.7;pointer-events:all}.product__share-btn{opacity:.5;display:flex}.product__share-popup{position:absolute;z-index:5;bottom:calc(100% + 14px);left:50%;transform:translate(-50%);opacity:0;pointer-events:none;transition:.2s ease}.product__share-popup>svg{position:absolute;bottom:-7px;left:calc(50% - 6px)}.product__share-popup .share-popup__container{border-radius:12px;background:#1b1b1e;padding:16px 24px;display:flex;flex-direction:column;align-items:flex-start}.product__share-popup .share-popup__title{margin-bottom:12px;color:#fff}.product__share-popup .share-popup__list{display:flex;align-items:center;column-gap:12px;margin-bottom:16px}.product__share-popup .share-popup__item{transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__share-popup .share-popup__item:hover{opacity:.5}}.product__share-popup .share-popup__btn{padding:7px 11px;border-radius:4px;width:max-content}.product__share-popup .share-popup__btn span{font-size:12px}.product__fav-btn{display:flex;opacity:.5}.product__fav-btn.selected{opacity:1}@media (hover: hover) and (pointer: fine){.product__fav-btn.selected:hover{opacity:.85}}.product__fav-btn.selected svg{fill:#bd1e1e}.product__fav-btn.selected svg path{stroke:#bd1e1e!important}.product__name{text-transform:uppercase;line-height:160%;margin-bottom:16px}.product__rating-container{margin-bottom:48px}.product__availability{margin-bottom:16px}.product__rating-block{display:flex;align-items:center;column-gap:16px;opacity:.7;transition:.2s ease;width:max-content}@media (hover: hover) and (pointer: fine){.product__rating-block:hover{opacity:1}}.product__rating{display:flex;align-items:center;column-gap:10px}.product__rating span,.product__rating-count{font-weight:500}.product__price-block{margin-bottom:32px}.product__price-header{display:flex;align-items:center;column-gap:8px;margin-bottom:8px}.product__new-price{font-size:32px;font-weight:700;line-height:130%}.product__old-price{font-size:20px;font-weight:400;line-height:130%;color:#bdc2bf;text-decoration:line-through}.product__discount{font-size:20px;font-weight:400;line-height:130%;color:#bd1e1e}.product__price-container{display:flex;align-items:center;column-gap:8px;flex-wrap:wrap;row-gap:8px}.product__points{padding:8px 12px;border-radius:100px;border:1px solid rgb(189,30,30);font-size:14px;font-weight:500;line-height:130%;color:#bd1e1e}.product__add{display:flex;column-gap:12px;margin-bottom:48px}.product__cart-btn{width:100%}.product__cart-btn span{font-size:24px;font-weight:500;line-height:130%}.product__cart-btn.in-cart{background-color:#0cb675;border-color:#0cb675}.product__cart-btn span{pointer-events:none}.product__counter{width:88px;height:88px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;border:1px solid rgb(239,239,242);border-radius:12px;background-color:#fff;flex-shrink:0}.product__counter .counter-inc{width:100%;display:flex;align-items:center;justify-content:center;padding:8px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__counter .counter-inc:hover{transform:translateY(-2px)}}.product__counter .counter-dec{width:100%;display:flex;align-items:center;justify-content:center;padding:8px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__counter .counter-dec:hover{transform:translateY(2px)}}.product__counter input{width:100%;min-width:unset;border-radius:0;border-top:1px solid rgb(239,239,242);border-bottom:1px solid rgb(239,239,242);border-right:unset;border-left:unset;font-size:24px;font-weight:500;line-height:130%;text-align:center;color:#1b1b1e;padding:4px;height:100%}@media (hover: hover) and (pointer: fine){.product__counter input:hover{border-color:#efeff2}}.product__attributes{display:flex;flex-direction:column;row-gap:16px;opacity:.8;margin-bottom:24px}.product__attribute{display:flex;justify-content:space-between;align-items:flex-end;overflow:scroll}.product__attribute-name{display:flex;align-items:flex-end;line-height:120%;position:relative;z-index:2;flex-shrink:0;margin-right:8px}.product__attribute-dots{height:1px;flex:1;opacity:.7;background-image:repeating-linear-gradient(to right,transparent,transparent 5px,#1B1B1E 5px,#1B1B1E 6px)}.product__attribute-value{flex-shrink:0;line-height:120%;position:relative;z-index:2;margin-left:8px}.product__add-comparison-btn{width:100%;padding:11px;border-color:#efeff2}@media (hover: hover) and (pointer: fine){.product__add-comparison-btn:hover{background-color:#1b1b1e;color:#fff}.product__add-comparison-btn:hover svg path{stroke:#fff}.product__add-comparison-btn:hover span{color:#fff}}.product__add-comparison-btn span{transition:.2s ease;pointer-events:none}.product__add-comparison-btn svg{transition:.2s ease;pointer-events:none}.product__add-comparison-btn.selected{background-color:#bd1e1e}.product__add-comparison-btn.selected svg path{stroke:#fff}.product__add-comparison-btn.selected svg g path:nth-child(2){fill:#fff}.product__add-comparison-btn.selected span{color:#fff}.product__fast-order-block{background:#efeff266;border-radius:12px;padding:16px 24px 40px;margin-bottom:32px}.product__fast-order-title{margin-bottom:8px}.product__fast-order-text{margin-bottom:32px;width:90%}.product__fast-order-form{display:flex;flex-wrap:wrap;column-gap:8px;row-gap:16px}.product__fast-order-form .btn{width:100%;padding:11px 23px;font-size:14px;font-weight:500;line-height:24px}@media (hover: hover) and (pointer: fine){.product__fast-order-form .btn:hover{opacity:.85}}.product__fast-order-confidential{opacity:.7}.product__fast-order-confidential a{text-decoration:underline;display:unset}@media (hover: hover) and (pointer: fine){.product__fast-order-confidential a:hover{text-decoration:none}}.product__desc-block{margin-bottom:32px}.product__desc-block.opened .product__desc-block-icon{transform:rotate(180deg)}.product__desc-block.opened .product__desc-block-container{max-height:500px}.product__desc-block-header{display:flex;align-items:center;column-gap:12px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__desc-block-header:hover{opacity:.8;cursor:pointer}}.product__desc-block-icon{border-radius:50%;background:#1b1b1e1a;padding:4px;display:flex;align-items:center;justify-content:center;transition:.2s ease}.product__desc-block-container{max-height:0;transition:.5s ease;overflow:hidden}.product__desc-block-text{padding-top:8px}.product__delivery-block{margin-bottom:32px}.product__delivery-block.opened .product__delivery-icon{transform:rotate(180deg)}.product__delivery-block.opened .product__delivery-container{max-height:500px}.product__delivery-header{display:flex;align-items:center;column-gap:12px}@media (hover: hover) and (pointer: fine){.product__delivery-header:hover{opacity:.8;cursor:pointer}}.product__delivery-icon{border-radius:50%;background:#1b1b1e1a;padding:4px;display:flex;align-items:center;justify-content:center;transition:.2s ease}.product__delivery-container{max-height:0;transition:.5s ease;overflow:hidden}.product__delivery-text{padding-top:8px}.product__delivery-text p{margin-bottom:8px}.product__delivery-text .title4{margin-bottom:8px;margin-top:16px}.product__questions-block{padding:24px 32px 40px;border:1px solid #EFEFF2;border-radius:12px}.product__questions-title{margin-bottom:8px}.product__questions-text{margin-bottom:24px}.product__questions-info{display:flex;align-items:center;justify-content:flex-end;flex-direction:row-reverse;column-gap:24px;flex-wrap:wrap;row-gap:16px}.product__questions-whatsapp{display:flex;align-items:center;column-gap:8px;box-sizing:border-box;border:1px solid #1B1B1E;border-radius:50px;padding:11px 23px}@media (hover: hover) and (pointer: fine){.product__questions-whatsapp:hover svg{filter:invert(1)}}.product__questions-whatsapp svg{transition:.2s ease}.product__questions-whatsapp span{font-weight:500;font-size:14px}.product__questions-phone{display:flex;flex-direction:column}.product__questions-phone .link{font-size:16px;font-weight:700;line-height:120%;letter-spacing:1px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product__questions-phone:hover{opacity:.7}}.product-advantages__container{position:relative}.product-advantages__slider-item{height:136px!important}.product-advantages__slider-item-container{display:flex;align-items:center;justify-content:space-between;border-radius:12px;background:#efeff266;position:relative;height:100%;overflow:hidden}.product-advantages__slider-item-name{display:flex;align-items:center;height:100%;padding:24px 16px 24px 24px}.product-advantages__slider-item-image{height:100%;max-width:50%;display:flex;align-items:flex-end;justify-content:flex-end;flex-shrink:0}.product-advantages__slider-item-image img{object-fit:contain;object-position:bottom right}.product-advantages__slider-navigation{position:absolute;width:100%;bottom:-72px;left:0}.product-advantages__slider-controls{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:760px;margin:0 auto}.product-advantages__slider-controls-prev{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#fff;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product-advantages__slider-controls-prev:hover{background-color:#efeff2;cursor:pointer}.product-advantages__slider-controls-prev:hover svg{transform:translate(-2px)}}.product-advantages__slider-controls-next{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#fff;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product-advantages__slider-controls-next:hover{background-color:#efeff2;cursor:pointer}.product-advantages__slider-controls-next:hover svg{transform:translate(2px)}}.product-advantages__slider-nav-items-list{--swiper-pagination-bullet-horizontal-gap: 6px;--swiper-pagination-bullet-inactive-color: rgb(189, 194, 191);--swiper-pagination-bullet-inactive-opacity: .7;--swiper-pagination-color: rgb(27, 27, 30);--swiper-pagination-bullet-opacity: .7}.product-advantages__slider-nav-items-list .swiper-pagination-bullet{width:6px;height:6px}.product-advantages__slider-nav-items-list .swiper-pagination-bullet-active{transform:scale(1.5)}.product-reviews{scroll-margin-top:160px}.product-reviews .review{border:none}.product-reviews .review__header{padding:0}.product-reviews .review__container{padding:0 0 32px;border-bottom:1px solid rgba(27,27,30,.1)}.guarantee__header{margin-bottom:48px}.guarantee__title{text-transform:uppercase}.guarantee__tabs{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #EFEFF2;margin-bottom:24px}.guarantee__tab{text-transform:uppercase;padding-bottom:8px;position:relative;font-family:Onest;opacity:.7;transition:.2s ease}@media (hover: hover) and (pointer: fine){.guarantee__tab:hover{opacity:1;cursor:pointer}}.guarantee__tab:after{content:" ";position:absolute;bottom:-1px;left:0;width:100%;border-bottom:2px solid #1B1B1E;opacity:0;transition:.2s ease}.guarantee__tab.selected{opacity:1}.guarantee__tab.selected:after{opacity:1}.guarantee__info-container{border-radius:12px;background:#efeff266;display:flex;align-items:center;justify-content:center;min-height:384px}.guarantee__info-block{padding:32px;align-items:center;justify-content:center;column-gap:56px;max-width:840px;display:none}.guarantee__info-block.opened{display:flex}.guarantee__info-image{width:max-content;flex-shrink:0;max-width:300px;display:flex;flex-direction:column;gap:24px}.guarantee__info-title{margin-bottom:24px}.guarantee__info-text p:not(:last-child){margin-bottom:16px}.static-page-main__wrapper{border-radius:12px;background:#efeff266;padding:64px}.static-page-main__header{margin-bottom:24px}.static-page-main__title{text-align:center}.static-page-main__container{display:flex;flex-direction:column;align-items:center}.static-page-main__text{max-width:700px;margin-bottom:32px;text-align:center}.static-page-main__offer{margin-bottom:8px;border-radius:100px;background:#efeff2;padding:12px 24px;text-transform:uppercase}.static-page-main__text{max-width:700px;text-align:center}.exchange__header{margin-bottom:72px}.exchange__title{text-transform:uppercase}.exchange__container{display:grid;grid-template-columns:repeat(2,1fr);column-gap:32px;align-content:flex-start}.exchange__block{border-radius:12px;padding:72px 48px;position:relative;border:1px solid rgb(239,239,242)}.exchange__block:first-child{background:#efeff266;border:none}.exchange__subtitle{box-sizing:border-box;border:1px solid rgba(239,239,242,.4);border-radius:100px;background:#fff;padding:10px 32px 7px;width:fit-content;position:absolute;top:-24px}.exchange__content{height:100%;display:flex;flex-direction:column}.exchange__text{margin-bottom:84px}.exchange__text ul{margin:32px 0}.exchange__text ul li{position:relative;display:flex;align-items:center;column-gap:12px}.exchange__text ul li:not(:last-child){margin-bottom:24px}.exchange__text ul li:before{content:" ";width:20px;height:20px;flex-shrink:0;background-image:url(/build/assets/exchange-list-style-LM0J4PVQ.png);background-repeat:no-repeat;background-position:center}.exchange__btn{padding:12px;width:100%;font-size:14px;font-weight:500;line-height:24px;margin-top:auto}.guarantee-example__header{margin-bottom:72px}.guarantee-example__title{text-transform:uppercase}.guarantee-example__scheme{display:flex;flex-direction:column;align-items:center}.guarantee-example__main-block{border-radius:12px;background:#efeff266;padding:12px 24px;margin-bottom:-8px;max-width:600px}.guarantee-example__main-block-title{margin-bottom:8px;font-size:16px;font-weight:500;line-height:150%;text-align:center}.guarantee-example__main-block-text{text-align:center}.guarantee-example__scheme-image{display:flex}.guarantee-example__blocks{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:32px;margin-bottom:136px}.guarantee-example__block{box-sizing:border-box;border:1px solid rgb(239,239,242);border-radius:12px;padding:32px;display:flex;align-items:center;position:relative;overflow:hidden}.guarantee-example__block:after{content:" ";position:absolute;width:184px;height:184px;bottom:-40px;right:-64px;background:url(/build/assets/guarantee-example-watermark-Bnvbq9F1.svg) no-repeat center;z-index:-1}.guarantee-example__dispute{max-width:1020px;margin:0 auto}.guarantee-example__dispute-header{margin-bottom:72px}.guarantee-example__dispute-title{margin-bottom:16px;text-align:center;text-transform:uppercase}.guarantee-example__dispute-text{text-align:center}.guarantee-example__dispute-container{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:32px}.guarantee-example__dispute-block{border-radius:12px;background:#efeff266;padding:24px;display:flex;flex-direction:column;align-items:center}.guarantee-example__dispute-block-title{border-radius:100px;background:#efeff2;padding:12px 24px;margin-bottom:12px;text-align:center}.guarantee-example__dispute-block-text{max-width:90%;text-align:center}.comparison__header{margin-bottom:136px;display:flex;align-items:center;column-gap:32px;width:100%}.comparison__title{text-transform:uppercase}.comparison__counter{opacity:.7}.comparison__clear-btn{margin-left:auto}@media (hover: hover) and (pointer: fine){.comparison__clear-btn:hover svg path{background:#1b1b1e;stroke:#fff}}.comparison__clear-btn.btn.transparent svg{fill:transparent}@media (hover: hover) and (pointer: fine){.comparison__container .catalog__item:hover{box-shadow:none}.comparison__container .catalog__item:hover .product-card__container,.comparison__container .catalog__item:hover .product-card__image-container{border-color:#bdc2bf}}.comparison__top{margin-bottom:136px}.comparison__slider-container{width:75%;margin-left:auto;position:relative}.comparison__item .product-card{height:100%}.comparison__table table{border-collapse:collapse;width:100%;table-layout:fixed}.comparison__table table td{width:25%;border-bottom:1px solid #EFEFF2;padding:32px 0 16px;vertical-align:bottom}.comparison__table table td.first{font-weight:500}.comparison__table table td:nth-child(2){padding-left:0}.comparison__table table td:nth-child(3){padding-left:8px}.comparison__table table td:nth-child(4){padding-left:16px}.comparison__table table td .mobile{display:none}.comparison__table-title,.reviews__header{margin-bottom:48px}.reviews__title{text-transform:uppercase;position:relative;width:fit-content}.reviews__title:after{position:absolute;content:attr(data-count);right:-42px;top:0;opacity:.7;font-size:16px;font-weight:400;line-height:150%}.reviews__container{display:flex;column-gap:32px;justify-content:space-between}.reviews__main{width:100%}.reviews__item:not(:last-child){margin-bottom:56px}.reviews__stat{width:437px;flex-shrink:0}.reviews__stat-main{display:flex;column-gap:24px;margin-bottom:32px}.reviews__stat-left{max-width:150px;flex-shrink:0}.reviews__stat-rating{font-family:Steppe;font-size:64px;font-weight:400;line-height:130%;margin-bottom:8px}.reviews__stat-count{margin-bottom:16px;width:fit-content}.reviews__stat-stars{display:flex;column-gap:8px}.reviews__stat-right{width:100%}.reviews__stat-marks-list{display:flex;flex-direction:column;row-gap:16px;padding-right:32px;width:100%}.reviews__stat-mark{display:flex;column-gap:8px;align-items:center;width:100%}.reviews__stat-mark-name{width:10px}.reviews__stat-mark-bar{width:200px;height:4px;background-color:#efeff2;border-radius:100px}.reviews__stat-mark-bar-fill{width:0;height:4px;border-radius:100px;background-color:#1b1b1e}.reviews__stat-mark-value{color:#bdc2bf}.reviews__btn{padding:11px 23px;width:100%}.reviews__btn span{font-size:14px;font-weight:500;line-height:24px}.review{box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px}.review__product{display:flex;align-items:center;column-gap:32px;padding:32px 56px 48px;border-radius:12px 12px 0 0;background:#efeff266}.review__product-image{width:272px;height:252px;padding:12px;border:1px solid rgb(239,239,242);border-radius:32px;overflow:hidden;flex-shrink:0;background:#fff}.review__product-name{text-transform:uppercase}.review__header{margin-top:48px;margin-bottom:12px;padding:0 56px}.review__user{display:flex;align-items:flex-start}.review__user-photo{margin-right:32px;border-radius:50%;width:88px;height:88px;flex-shrink:0;border:1px solid #BDC2BF;display:flex;align-items:center;justify-content:center;text-align:center}.review__user-photo span{font-family:Steppe;font-size:32px;font-weight:500;line-height:100%;margin-top:4px}.review__user-info{margin-right:24px;align-self:center}.review__user-name{margin-bottom:16px}.review__user-stars{display:flex;column-gap:8px}.review__user-star{display:flex}.review__city{margin-right:16px;padding:12px 24px;border-radius:100px;background-color:#efeff2}.review__date{padding:12px 24px;border-radius:100px;background-color:#efeff2}.review__container{padding:0 56px 72px}.review__main{max-width:645px;margin-left:120px}.review__images{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:24px;grid-row-gap:24px;margin-bottom:16px}.review__image{position:relative;width:100%;height:0;padding-bottom:100%;border-radius:12px;overflow:hidden}.review__image img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover;object-position:center}.review__text p:not(:last-child){margin-bottom:16px}.review__answer{margin-top:32px;background:#efeff266;padding:24px;border-radius:12px;border:1px solid rgba(189,194,191,.3)}.review__answer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.review__answer-label{color:#1b1b1e;font-weight:500}.review__answer-text{color:#1b1b1ecc;line-height:1.7}.review__answer-text p:not(:last-child){margin-bottom:16px}.review-form{scroll-margin-top:90px}.review-form__wrapper{border-radius:12px;background:#efeff266;padding:72px 0 88px}.review-form__content{max-width:789px;margin:0 auto}.review-form__header{margin-bottom:48px}.review-form__title{text-transform:uppercase}.review-form__container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:32px}.review-form__container .form-field.half{width:calc(50% - 12px)}.review-form__grade-title{font-weight:500;opacity:.7;margin-bottom:12px}.review-form__grade-stars{display:flex;align-items:center;flex-direction:row-reverse;width:max-content}.review-form__grade-star{display:flex;align-items:center;justify-content:center;padding:0 4px}@media (hover: hover) and (pointer: fine){.review-form__grade-star:hover{cursor:pointer}.review-form__grade-star:hover~.review-form__grade-star svg path{stroke:#1b1b1e}.review-form__grade-star:hover svg path{stroke:#1b1b1e}}.review-form__grade-star.selected svg path{fill:#1b1b1e;stroke:#1b1b1e}.review-form__grade-star.selected~.review-form__grade-star svg path{fill:#1b1b1e;stroke:#1b1b1e}.review-form__file-title{font-weight:500;opacity:.7;margin-bottom:12px}.review-form__file-container{display:flex;align-items:center;column-gap:16px}.review-form__file-action input{display:none}.review-form__file-action label{display:flex;align-items:center;justify-content:center;width:128px;height:128px;border-radius:12px;background:#efeff2;transition:.2s ease}@media (hover: hover) and (pointer: fine){.review-form__file-action label:hover{cursor:pointer;background:#bdc2bf}.review-form__file-action label:hover svg path{stroke:#fff;fill:#fff}}.review-form__file-text p{margin-bottom:4px}.review-form__file-caption{opacity:.5}.contacts__wrapper{max-width:790px;margin:0 auto}.contacts__header{margin-bottom:32px}.contacts__container:not(:last-child){margin-bottom:48px}.contacts__form{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:32px}.contacts__form .form-field.half{width:calc(50% - 16px)}.contacts__form .form-field.third{width:calc((100% - 32px) / 3)}.contacts__form .select-field{position:relative}.contacts__form .select-field:after{content:" ";position:absolute;right:16px;top:16px;width:16px;height:16px;background:url(/build/assets/select-arrow-cQoSw6BB.svg) no-repeat center}.contacts__form select{padding:14px 20px;box-sizing:border-box;border:1px solid #BDC2BF;border-radius:12px;width:100%;font-size:14px;font-weight:400;line-height:130%}.contacts__form select+label{padding:0 4px;background:#fff;position:absolute;top:-8px;left:16px;z-index:2}.contacts__choose-feedback{width:100%}.contacts__choose-feedback .contacts__feedback-variants .form-field{width:auto}.contacts__choose-feedback-text{margin-bottom:16px;opacity:.7}.contacts__feedback-variants{display:flex;flex-wrap:wrap;gap:12px}.contacts__feedback-variants .form-field input[type=radio]{display:none}.contacts__feedback-variants .form-field input[type=radio]:checked+label{background-color:#1b1b1e;color:#fff}.contacts__feedback-variants .form-field input[type=radio]:checked+label span{opacity:1}.contacts__feedback-variants .form-field input[type=radio]:checked+label.telegram{background:linear-gradient(180deg,#2aabee,#229ed9 99.258%),#fff}.contacts__feedback-variants .form-field input[type=radio]:checked+label.whatsapp{background:linear-gradient(0deg,#20b038,#60d66a)}.contacts__feedback-variants .form-field input[type=radio]:checked+label.max{background:linear-gradient(180deg,#8a89ff,#7170ff)}.contacts__feedback-variants .form-field input[type=radio]:checked+label.e-mail{background:linear-gradient(180deg,#e47d7d,#a95d5d)}.contacts__feedback-variants .form-field input[type=radio]:checked+label.phone{background:linear-gradient(0deg,#20b038 -.867%,#60d66a),#fff}.contacts__feedback-variants .form-field label{transition:.2s ease}.contacts__feedback-variants .form-field label span{opacity:.7;transition:.2s ease;font-weight:500}.articles__header,.articles__main-block{margin-bottom:48px}.articles__list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:32px;grid-row-gap:48px;margin-bottom:72px}@media (hover: hover) and (pointer: fine){.article-card:hover .article-card__image img{transform:scale(1.035)}.article-card:hover .article-card__link{opacity:.7}}.article-card__image{margin-bottom:24px;position:relative;width:100%;height:0;padding-bottom:85%;overflow:hidden}.article-card__image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:.2s ease-in-out}.article-card__image .news-item__share-btn{display:none}.article-card__title{margin-bottom:12px;transition:.2s ease-in-out}.article-card__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:48px;text-overflow:ellipsis;overflow:hidden}.article-card__other-info{margin-top:24px;display:flex;align-items:center;justify-content:space-between;width:100%}.article-card__date{display:flex;align-items:flex-start;column-gap:8px}.article-card__date svg{flex-shrink:0}.article-card__date span{color:#bdc2bf;line-height:18px}.article-card__link{font-weight:500;transition:.2s ease}.article__wrapper{max-width:906px;margin:0 auto}.article__header{margin-bottom:72px}.article__title{margin-bottom:32px}.article__stat{display:flex;column-gap:32px}.article__date{display:flex;column-gap:8px;align-items:center}.article__date span{color:#bdc2bf}.article__views{display:flex;align-items:center;column-gap:8px}.article__views span{color:#bdc2bf}.article__image{margin-bottom:72px;width:100%;max-height:700px;display:flex}.article__text p,.article__text ol{margin-bottom:32px}.article__text ol p{margin-bottom:16px}.article__text ol div{padding-left:16px}.questions__wrapper{max-width:906px;margin:0 auto}.questions__list{display:flex;flex-direction:column;row-gap:32px;margin-bottom:136px}.questions-item{box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px}.questions-item__container{padding:32px 48px 48px;overflow:hidden;position:relative}.questions-item__container:after{content:" ";width:66px;height:106px;position:absolute;top:-16px;right:-8px;background-image:url(/build/assets/question-mark-D2EwmnJM.svg);background-position:center;background-repeat:no-repeat}.questions-item__title{margin-bottom:16px}.questions-item__text{position:relative;padding:8px 8px 8px 18px}.questions-item__text:before{content:" ";position:absolute;left:8px;top:8px;width:2px;background:#bdc2bf;height:calc(100% - 16px)}.add-question{border-radius:12px;background:#efeff266;padding:48px 58px 64px}.add-question__header{margin-bottom:48px}.add-question__title{text-transform:uppercase}.add-question__container{display:flex;flex-wrap:wrap;column-gap:24px;row-gap:32px}.add-question__container .form-field.half{width:calc(50% - 12px)}.form-confidential{display:flex;column-gap:16px;align-items:center}.form-confidential__btn{padding:12px 24px;font-size:14px;font-weight:500;line-height:24px}.form-confidential__text{max-width:360px}.form-confidential__text span{opacity:.7}.form-confidential__text a{display:inline;text-decoration:underline;opacity:.7;transition:.2s ease}@media (hover: hover) and (pointer: fine){.form-confidential__text a:hover{text-decoration:none;opacity:1}}.cabinet__wrapper{display:flex;column-gap:32px}.cabinet__panel{width:320px;flex-shrink:0}.cabinet__panel-wrapper{border-radius:12px;box-sizing:border-box;border:1px solid #EFEFF2;padding:24px 24px 40px 0;margin-bottom:32px}.cabinet__panel-header{border-radius:0 12px 12px 0;padding:12px 24px;margin-bottom:32px}.cabinet__panel-header_active{background:#efeff266}.cabinet__user{display:flex;align-items:center;column-gap:16px}@media (hover: hover) and (pointer: fine){.cabinet__user:hover{cursor:pointer}.cabinet__user:hover .cabinet__user-info{transform:translate(8px)}.cabinet__user:hover .cabinet__user-image{transform:scale(1.1)}}.cabinet__user-image{width:56px;height:56px;border-radius:50%;overflow:hidden;background-color:#efeff2;transition:.2s ease-in-out}.cabinet__user-info{transition:.2s ease;display:flex;flex-direction:column;row-gap:4px}.cabinet__user-title{transition:.2s ease}.cabinet__user-name{font-weight:500}.cabinet__panel-list{padding-left:24px;display:flex;flex-direction:column;row-gap:16px}.cabinet__panel-item_active a,.cabinet__panel-item_active button{background:#efeff266}.cabinet__panel-item a,.cabinet__panel-item button{border-radius:12px;padding:12px 24px;display:flex;align-items:center;column-gap:12px}@media (hover: hover) and (pointer: fine){.cabinet__panel-item a:hover,.cabinet__panel-item button:hover{background:#efeff266}}.cabinet__panel-item button{width:100%}.cabinet__balance-card{border-radius:12px;background:linear-gradient(135deg,#1b1b1e 13.982%,#1b1b1ebf 63.982%);padding:16px 24px}.cabinet__balance-header{width:100%;display:flex;justify-content:space-between;margin-bottom:8px}.cabinet__balance-title{color:#fff;opacity:.7}.cabinet__balance-value{display:flex;align-items:center;column-gap:8px}.cabinet__balance-value span{color:#fff;font-size:20px;font-style:normal;font-weight:500;line-height:130%;letter-spacing:.4px}.cabinet__balance-expiration{color:#fff;opacity:.7;width:100%;text-align:right}.cabinet__balance-btn{margin-top:70px}@media (hover: hover) and (pointer: fine){.cabinet__balance-btn:hover{border-color:transparent;background:#ffffff59;color:#fff}}.cabinet__content{width:100%}.personal__wrapper{border-radius:12px;background:#efeff266;padding:72px 40px 130px}.personal__header{margin-bottom:48px}.personal__container{width:100%;max-width:515px;display:flex;flex-direction:column;row-gap:88px}.personal__form-name{margin-bottom:48px}.personal__form-container .form-field:not(:last-child){margin-bottom:32px}.personal__form-container .btn{margin-top:48px}.my-orders__header{display:flex;align-items:center;column-gap:32px;margin-bottom:48px}.my-orders__header-counter{opacity:.7;flex-shrink:0}.my-orders__container,.my-orders__list,.my-orders__item{width:100%}.my-orders__item:not(:last-child){margin-bottom:16px}.my-order-card{width:100%}@media (hover: hover) and (pointer: fine){.my-order-card:hover .my-order-card__container{border-color:#bdc2bf}.my-order-card:hover .my-order-card__title{opacity:.7}}.my-order-card__container{width:100%;border-radius:12px;background:#efeff266;padding:24px 40px;transition:.2s ease;border:1px solid rgba(239,239,242,.4)}.my-order-card__header{width:100%;display:flex;justify-content:space-between;margin-bottom:6px}.my-order-card__price-container{display:flex;align-items:center;column-gap:16px}.my-order-card__price-value{font-size:20px;font-weight:700;line-height:130%;text-align:center;text-transform:uppercase}.my-order-card__block{margin-top:10px;display:flex;width:100%;justify-content:space-between;align-items:flex-end}.my-order-card__status{padding:12px 24px;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:100px;background:#fff}.my-order-card__products{display:flex;align-items:center;column-gap:12px}.my-order-card__product{border-radius:12px;width:88px;height:88px;background:#fff;padding:4px}.order__header{margin-bottom:48px}.order__back-btn{display:none}.order__status-block{display:flex;justify-content:space-between;align-items:center}.order__title{display:flex;align-items:center;column-gap:8px}@media (hover: hover) and (pointer: fine){.order__title:hover{cursor:pointer}.order__title:hover svg{opacity:1}}.order__title span{font-family:inherit}.order__title svg{opacity:.7}.order__status{padding:12px 24px;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:100px;background:#fff}.order__date{opacity:.7}.order__info-container{padding:32px 40px 88px;border-radius:12px;background:#efeff266;display:flex;column-gap:12px;justify-content:space-between;margin-bottom:80px}.order__info-block{max-width:400px}.order__info-block:last-child{flex-shrink:0}.order__info-title{display:flex;align-items:center;column-gap:8px;margin-bottom:16px}.order__info-title svg{flex-shrink:0}.order__info{display:flex;flex-direction:column;row-gap:12px;padding-left:32px}.order__price{width:100%;text-align:right;font-size:20px;font-weight:700;line-height:130%}.order__products-counter{margin-bottom:48px;width:100%;text-transform:uppercase}.order__products-list{display:flex;flex-direction:column;width:100%}.order__product-item{width:100%;padding:48px 0}.order__product-item:not(:last-child){border-bottom:1px solid #EFEFF2}.order__product-container{display:grid;grid-template-columns:min-content auto auto;align-items:stretch;gap:24px;width:100%}.order__product-image{width:160px;height:148px;padding:12px;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:32px;background:#fff;flex-shrink:0;grid-row-start:1;grid-row-end:3}@media (hover: hover) and (pointer: fine){.order__product-image:hover{opacity:.7}.order__product-image:hover+.order__product-info .order__product-title{opacity:.7;transform:translate(8px)}}.order__product-info{display:flex;flex-direction:column;width:100%;grid-column-start:2;grid-column-end:4}.order__product-header{display:flex;align-items:flex-start;justify-content:space-between;column-gap:8px}.order__product-title{max-width:440px;text-transform:uppercase;font-family:Onest;transition:.2s ease}@media (hover: hover) and (pointer: fine){.order__product-title:hover{transform:translate(8px);opacity:.7}}.order__product-price-container{display:flex;flex-shrink:0;flex-direction:column;align-items:flex-end}.order__product-price{font-size:20px;font-weight:700;line-height:130%}.order__product-discount-block{display:flex;align-items:center;column-gap:8px;margin-top:8px}.order__product-old-price{color:#bdc2bf;text-decoration:line-through}.order__product-discount{color:#bd1e1e}.order__product-footer{margin-top:auto;display:flex;align-items:center;column-gap:24px;grid-column-start:2;grid-column-end:4}.order__product-vendor{opacity:.7;margin-right:auto}.order__product-counter{box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;overflow:hidden;transition:.2s ease}.order__product-counter .form-field{display:flex;align-items:center}.order__product-counter button{display:flex;align-items:center;justify-content:center;width:40px;height:48px;flex-shrink:0}.order__product-counter button svg{border-radius:50%;background-color:#efeff200;opacity:.5}@media (hover: hover) and (pointer: fine){.order__product-counter button:hover svg{background-color:#efeff2;opacity:1}}.order__product-counter input{border-left:1px solid #EFEFF2;border-right:1px solid #EFEFF2;border-top:none;border-bottom:none;border-radius:0;max-width:68px;width:auto;min-width:32px;height:100%;text-align:center}@media (hover: hover) and (pointer: fine){.order__product-counter input:hover{border-color:#efeff2}}.order__product-favorite{padding:12px 16px;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;display:flex;align-items:center;justify-content:center;column-gap:8px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.order__product-favorite:hover{background-color:#efeff266}}.order__product-favorite svg{pointer-events:none}.order__product-favorite span{pointer-events:none;font-weight:500}.order__product-favorite.selected{background-color:#bd1e1e}.order__product-favorite.selected svg{fill:#fff}.order__product-favorite.selected svg path{stroke:#fff}.order__product-favorite.selected span{color:#fff}.order__product-delete{padding:12px 16px;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;display:flex;align-items:center;justify-content:center;column-gap:8px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.order__product-delete:hover{background-color:#efeff266}}.order__product-delete span{font-weight:500}.order__product-btn{padding:12px 16px}.order__product-btn span{font-size:14px;font-weight:500;line-height:24px;pointer-events:none}.order__product-btn.in-cart{background-color:#0cb675;border-color:#0cb675}.my-favorite__header{display:flex;align-items:center;column-gap:32px;text-transform:uppercase;margin-bottom:48px}.my-favorite__title{text-transform:uppercase}.my-favorite__counter{opacity:.7}.cart__header{margin-bottom:70px}.cart__container{display:flex;justify-content:space-between;column-gap:24px}.cart__main{width:100%;max-width:780px}.cart__title{text-transform:uppercase}.cart__products{margin-bottom:80px}.cart__products .order__product-item:first-child{padding-top:0}.cart__delivery-header{display:flex;align-items:center;width:100%;justify-content:space-between;margin-bottom:72px}.cart__delivery-title{text-transform:uppercase}.cart__delivery-more-btn{padding:12px 24px;box-sizing:border-box;border:1px solid #1B1B1E;border-radius:12px;font-size:14px;font-weight:500;line-height:24px}.cart__delivery-container .contacts__confidential{margin-top:40px}.cart__panel{width:440px;flex-shrink:0}.cart-panel__main-block{border-radius:12px;padding:40px 32px 48px;background:#efeff266;margin-bottom:24px}.cart-panel__header{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.cart-panel__check-list{display:flex;flex-direction:column;row-gap:16px;margin-bottom:24px}.cart-panel__check-item{display:flex;align-items:center;justify-content:space-between}.cart-panel__check-item.sum span{color:#bd1e1e}.cart-panel__promo{margin-bottom:32px}.cart-panel__promo.confirmed .form-field .cart-panel__promo-btn{background-color:#1b1b1e;border-color:#1b1b1e}.cart-panel__promo.confirmed .form-field .cart-panel__promo-btn svg path{fill:#fff}.cart-panel__promo .form-field input[type=submit]{display:none}@media (hover: hover) and (pointer: fine){.cart-panel__promo .form-field input[type=submit]+Label:hover{opacity:.7;cursor:pointer}}.cart-panel__promo .form-field .cart-panel__promo-btn{position:absolute;right:0;top:0;height:100%;border-radius:0 12px 12px 0;display:flex;align-items:center;padding:12px 24px;border-left:1px solid #BDC2BF;transition:.2s ease}.cart-panel__promo .form-field .cart-panel__promo-btn svg{transition:.2s ease}.cart-panel__comment{margin-bottom:24px}.cart-panel__comment-header{width:100%;text-align:center;font-weight:500;text-decoration:underline}.cart-panel__comment-container .form-field{position:relative}.cart-panel__comment-container .form-field textarea{transition:.5s ease;height:0;background:#fff0;border-color:#fff0;overflow:hidden}.cart-panel__comment-container .form-field textarea::placeholder{text-decoration:underline;width:unset;white-space:nowrap;position:absolute;top:0;left:50%;transform:translate(-50%);display:block;opacity:0;font-size:14px;font-weight:500;line-height:150%;color:#1b1b1e}.cart-panel__comment-container .form-field textarea:focus{height:200px;background-color:#fff;border-color:#bdc2bf}.cart-panel__comment-container .form-field textarea:focus::placeholder{left:24px;top:14px;transform:translateY(0);display:block;text-decoration:none}.cart-panel__comment-container .form-field textarea:focus+label{left:25px;top:14px;transform:translateY(0) scale(1);background:transparent;text-decoration:none;padding:0;opacity:.7}.cart-panel__comment-container .form-field textarea:not(:placeholder-shown){height:200px;background-color:#fff;border-color:#bdc2bf}.cart-panel__comment-container .form-field textarea:not(:placeholder-shown)+label{display:none}.cart-panel__comment-container .form-field label{text-decoration:underline;width:unset;white-space:nowrap;position:absolute;top:0;left:50%;transform:translate(-50%) scale(1);display:flex;font-size:14px;font-weight:500;line-height:150%;padding:0;opacity:1;color:#1b1b1e}.cart-panel__buy-button{width:100%;text-align:center;font-size:24px;font-weight:500;line-height:130%;padding:28px}.cart-panel .contacts__confidential{margin-top:24px;text-align:center}.cart-panel .contacts__confidential .form-confidential__text{max-width:unset}.cart-panel__bonus-block{box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px}.cart-panel__bonus-top{padding:24px 48px 32px 32px}.cart-panel__bonus-top-title{display:flex;justify-content:space-between;align-items:flex-end;column-gap:8px;box-sizing:border-box;margin-bottom:8px}.cart-panel__bonus-top-title .scores{display:flex;align-items:flex-start;column-gap:8px;border:1px solid #EFEFF2;border-radius:100px;padding:10px 12px 6px}.cart-panel__bonus-bottom{background:#efeff266;padding:32px 32px 48px}.cart-panel__bonus-bottom-title{display:flex;align-items:flex-start;column-gap:8px;justify-content:space-between;margin-bottom:8px}.cart-panel__bonus-bottom-title .tumbler{width:auto}.cart-panel__bonus-bottom-text{display:flex;align-items:center}.cart-panel__bonus-bottom-text .score{display:flex;align-items:flex-start;border:1px solid #EFEFF2;border-radius:100px;background:#fff;padding:7px 12px;margin:0 4px;column-gap:4px}.cart-panel__bonus-bottom-text .score svg{margin-top:2px}.cart-success{min-height:60vh}.cart-success__wrapper{max-width:900px;margin:0 auto}.cart-success__header{text-align:center;margin-bottom:48px}.cart-success__title{margin:0;color:#1b1b1e}.cart-success__main{background:#fff;border-radius:16px;padding:56px 48px;box-shadow:0 4px 24px #0000000f;border:1px solid #EFEFF2}.cart-success__message{text-align:center;padding-bottom:48px;border-bottom:1px solid #EFEFF2;margin-bottom:48px}.cart-success__icon{margin-bottom:32px;display:flex;justify-content:center}.cart-success__icon svg{animation:successPulse .6s ease-out}.cart-success__text{max-width:600px;margin:0 auto}.cart-success__order-number{margin-bottom:16px;color:#1b1b1e;font-weight:500}.cart-success__order-number strong{color:#023436;font-weight:600}.cart-success__description{color:#1b1b1eb3;font-size:16px;line-height:1.6;margin:0}.cart-success__info{margin-bottom:48px}.cart-success__info-title{margin-bottom:24px;color:#1b1b1e;font-weight:500}.cart-success__info-list{display:flex;flex-direction:column;gap:0}.cart-success__info-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(239,239,242,.8);transition:background-color .2s}.cart-success__info-item:hover{background-color:#efeff24d;padding-left:8px;margin-left:-8px;padding-right:8px;margin-right:-8px}.cart-success__info-item:last-child{border-bottom:none}.cart-success__info-label{color:#1b1b1e99;min-width:140px;font-weight:500;font-size:14px;flex-shrink:0}.cart-success__info-value{color:#1b1b1e;font-size:14px;line-height:1.5}.cart-success__contact{background:linear-gradient(135deg,#0234360a,#bdc2bf14);padding:32px;border-radius:12px;margin-bottom:48px;border:1px solid rgba(189,194,191,.3)}.cart-success__contact-text{color:#1b1b1ecc;line-height:1.7;font-size:15px;text-align:center}.cart-success__contact-phone{color:#1b1b1e;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;font-size:16px;padding:0 4px;border-radius:4px}@media (hover: hover) and (pointer: fine){.cart-success__contact-phone:hover{color:#023436;background-color:#02343614}}.cart-success__contact-note{color:#1b1b1e80;font-size:13px;white-space:nowrap}.cart-success__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cart-success__actions .btn{min-width:220px}@keyframes successPulse{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.delivery-methods__wrapper{display:flex;column-gap:32px}.delivery-methods__header{width:400px;flex-shrink:0}.delivery-methods__title{text-transform:uppercase}.delivery-methods__container{width:100%}.delivery-methods__list{display:flex;flex-direction:column;row-gap:32px;flex-wrap:wrap}.delivery-method{box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;padding:24px 40px 32px}.delivery-method__header{margin-bottom:77px}.delivery-method__title{opacity:.8}.delivery-method__variants-title{margin-bottom:4px}.delivery-method__variants-list{display:flex;column-gap:8px;align-items:center}.delivery-method__variant{display:flex;align-items:center;column-gap:8px;padding:4px 12px;border-radius:100px;background:#efeff266}.delivery-method__variant-image{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:24px}.delivery-method__variant-image img{max-width:80px}.delivery-method__variant-name{width:max-content;flex-shrink:0}.delivery-price__header{margin-bottom:128px}.delivery-price__title{margin-bottom:16px;text-transform:uppercase}.delivery-price__subtitle{display:flex;align-items:center;column-gap:16px}.delivery-price__container{display:flex;gap:32px;flex-wrap:wrap}.delivery-price__block{position:relative;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;width:calc(50% - 16px);flex-shrink:0;padding:112px 48px 56px;transition:.2s ease}@media (hover: hover) and (pointer: fine){.delivery-price__block:hover{background:#efeff266;border-color:#efeff266}}.delivery-price__block:nth-child(3) .delivery-price__items{margin-bottom:64px}.delivery-price__block-title{padding:12px 16px;box-sizing:border-box;border:1px solid rgba(239,239,242,.4);border-radius:100px;background:#fff;position:absolute;top:-24px;left:56px;height:48px;display:flex;align-items:center}.delivery-price__list-title{margin-bottom:56px}.delivery-price__items{display:flex;flex-direction:column;row-gap:20px;margin-bottom:176px}.delivery-price__item{display:flex;align-items:center;justify-content:space-between}.delivery-price__item-name{opacity:.8;width:50%;min-width:max-content}.delivery-price__item-time{flex-shrink:0;margin-right:16px}.delivery-price__item-price{padding:8px 12px;box-sizing:border-box;border:1px solid #BDC2BF;border-radius:100px;flex-shrink:0;margin-left:auto}.delivery-price__notice{display:flex;column-gap:16px;align-items:center}.delivery-price__notice-title{text-transform:uppercase;box-sizing:border-box;border:1px solid #BD1E1E;border-radius:100px;padding:7px 12px;color:#bd1e1e;font-size:14px;font-weight:400;line-height:150%;display:flex;align-items:center}.delivery-price__notice-text{color:#bd1e1e}.delivery-notice__wrapper{padding:32px 48px;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:64px}.delivery-notice__header{flex-shrink:0}.delivery-notice__title{margin-bottom:16px;text-transform:uppercase}.delivery-notice__subtitle{opacity:.8}.delivery-notice__container{flex-shrink:0}.engraving-works__list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.engraving-works__item{border-radius:12px;overflow:hidden}.engraving-works__item:nth-child(7){grid-column-start:1;grid-column-end:3;grid-row-start:3;grid-row-end:5}.engraving-works__item:nth-child(7) .engraving-works__item-container{padding-bottom:53%}.engraving-works__item:nth-child(7) .engraving-works__item-layer{padding:32px 48px}@media (hover: hover) and (pointer: fine){.engraving-works__item.video:hover .engraving-works__item-layer{opacity:0;cursor:pointer}}.engraving-works__item-container{position:relative;height:0;padding-bottom:78%}.engraving-works__item-image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.engraving-works__item-image img{object-fit:cover}.engraving-works__item-video{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.engraving-works__item-video video{object-fit:cover}.engraving-works__item-layer{position:absolute;z-index:2;width:100%;height:100%;padding:16px 24px;background:#0009;transition:.2s ease}.engraving-works__item-layer:after{content:" ";position:absolute;width:88px;height:88px;left:calc(50% - 44px);top:calc(50% - 44px);background:url(/build/assets/engraving-works-item-video-play-icon-CbN3jIWJ.svg) no-repeat center;background-size:contain}.engraving-works__item-video-title{color:#fff}.engraving-price{border:1px solid #EFEFF2;border-radius:12px;overflow:hidden}.engraving-price__container{position:relative;padding:24px 32px;height:100%}.engraving-price__title{margin-bottom:16px}.engraving-price__value{opacity:.7}.engraving-price__image{position:absolute;width:126px;height:126px;right:-25px;bottom:-29px}.engraving-offer.reverse .engraving-offer__wrapper{flex-direction:row-reverse}.engraving-offer__wrapper{display:flex;column-gap:32px}.engraving-offer__header{border-radius:12px;background:#efeff266;padding:48px 32px;width:40%;flex-shrink:0}.engraving-offer__title{margin-bottom:16px;text-transform:uppercase}.engraving-offer__text{font-weight:500}.engraving-offer__container{width:100%}.engraving-offer__image{width:100%;height:0;padding-bottom:69.5%;position:relative;overflow:hidden;border-radius:12px}.engraving-offer__image img{position:absolute;object-fit:cover;left:0;top:0}.engraving-select__header{margin-bottom:56px}.engraving-select__title{text-transform:uppercase}.engraving-select__form{margin-bottom:72px}.engraving-select__variations{display:flex;flex-direction:column;row-gap:56px}.engraving-select__variation-item{border-bottom:1px solid #EFEFF2;padding-bottom:8px}.engraving-select__variation-name{margin-bottom:24px;font-weight:500}.engraving-select__variation-value{opacity:.7;font-size:64px;font-weight:400;line-height:120%}.engraving-select__variation-value.font1{font-family:Arial}.engraving-select__variation-value.font2{font-family:Times New Roman}.engraving-select__variation-value.font3{font-family:Rosalinda}.engraving-select__variation-value.font4{font-family:Good Vibes Pro}.engraving-select__variation-value.font5{font-family:Comforter Brush}.engraving-select__variation-value.font6{font-family:Cyrillic Old Face}.engraving-select__variation-value.font7{font-family:Poetsen One}.engraving-select__variation-value.font8{font-family:Allegretto Script One}.engraving-select__variation-value.font9{font-family:Alexandra Script}.engraving-select__variation-value.font10{font-family:Anastasia Script}.engraving-select__variation-value.font11{font-family:Cassandra Personal Use}.engraving-select__variation-value.font12{font-family:Decor TYGRA}.catalog__header-top{display:flex;align-items:center;margin-bottom:48px;column-gap:32px}.catalog__header{margin-bottom:72px}.catalog__header-counter{opacity:.7;flex-shrink:0}.catalog__category-list.more .catalog__category-item:nth-of-type(n+5){display:block}.catalog__category-list.more .catalog__category-showmore-btn:after{transform:rotate(180deg)}.catalog__category-items{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:32px;grid-row-gap:32px;margin-bottom:28px}.catalog__category-item{position:relative;width:100%;height:0;padding-bottom:43.5%;z-index:1;border-radius:12px;overflow:hidden}@media (hover: hover) and (pointer: fine){.catalog__category-item:hover .catalog__category-image:after{background:#0000004d}}.catalog__category-item:nth-of-type(n+5){display:none}.catalog__category-image{position:absolute;z-index:2;width:100%;height:100%}.catalog__category-image:after{content:" ";position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;background:#00000080;transition:.2s ease}.catalog__category-image img{object-fit:cover}.catalog__category-name{position:absolute;z-index:4;bottom:12px;left:24px;padding-right:24px;color:#fff}.catalog__category-showmore .btn{padding:10px;font-size:14px}.catalog__main{display:flex;column-gap:32px}.catalog__filter-block{width:320px;flex-shrink:0;height:fit-content}.catalog__container{width:100%}.catalog__sort{width:fit-content;margin-bottom:48px}.catalog__sort select{color:#1b1b1e;font-size:16px;font-weight:500;line-height:120%;opacity:.7;border:none}.catalog__sort .default-select{border:none}.catalog__mobile-filter-btn{display:none}.catalog__items-list{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:48px;grid-column-gap:32px;margin-bottom:72px}.catalog__showmore-btn{padding:33px;font-size:14px;font-weight:700;line-height:120%;box-sizing:border-box;border:1px solid #BDC2BF;border-radius:12px;text-align:center;transition:.2s ease;cursor:pointer;width:100%}@media (hover: hover) and (pointer: fine){.catalog__showmore-btn:hover{border-color:#1b1b1e}}.catalog__seo-text{margin:136px auto 0}.mobile-filter{display:none}.filters__item{margin-bottom:24px}.filters__apply{width:100%;padding-top:8px}.filters__apply button{width:100%}.filters__fieldset{border:1px solid rgb(239,239,242);border-radius:8px;padding:16px;margin-top:16px}.filters__fieldset legend{padding:0 8px;font-weight:600;font-size:16px;margin-left:8px}.filter{border-radius:12px;background:#efeff266;padding:32px 24px}.filter.opened .filter__container{display:block}.filter.opened .filter__title:after{transform:rotate(180deg)}.filter.more .filter__category:nth-of-type(n+11){display:flex}.filter.more .filter__category-showmore-btn:after{transform:rotate(180deg)}@media (hover: hover) and (pointer: fine){.filter__header:hover .filter__title{opacity:1}}.filter__title{color:#1b1b1e;opacity:.7;transition:.2s ease}.filter__container{display:none;margin-top:24px}.filter__container.filter__categories{margin-top:16px}.filter__category-list{display:flex;flex-direction:column;margin-bottom:16px}.filter__category{display:flex;align-items:center;column-gap:8px;padding:8px 0;order:1;transition:.2s ease}@media (hover: hover) and (pointer: fine){.filter__category:hover{transform:translate(8px)}}.filter__category:nth-of-type(n+11){display:none}.filter__category.selected{order:0}.filter__category.selected .filter__category-marker{background-color:#1b1b1e}.filter__category.selected .filter__category-name{font-weight:700}.filter__category.selected .filter__category-count{font-weight:600}.filter__category-marker{width:8px;height:2px;background:#bdc2bf}.filter__category-count{align-self:flex-start;opacity:.7}.filter__range{position:relative;width:100%;height:16px;margin-bottom:24px}.filter__range:after{content:" ";position:absolute;top:8px;left:0;height:2px;background-color:#fff;width:100%}.filter__range input{position:absolute;left:0;top:8px;height:0;z-index:3;background:transparent}.filter__range input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #1B1B1E;background:#fff;box-sizing:border-box;width:16px;height:16px;border-radius:50%;cursor:pointer;margin-top:-7px}.filter__range input::-webkit-slider-runnable-track{background:transparent;height:0;border:none;outline:none}.filter__range input::-moz-range-thumb{border:2px solid #1B1B1E;background:#fff;width:16px;height:16px;border-radius:50%;cursor:pointer;box-sizing:border-box;margin-top:-7px}.filter__range input::-moz-range-track{background:transparent;border:none;outline:none;height:0}.filter__range .range-track{position:absolute;top:8px;height:2px;background-color:#1b1b1e;z-index:2}.filter__inputs{display:flex;flex-wrap:wrap;column-gap:8px;row-gap:16px}.filter__inputs input{text-align:center}.filter__checkboxes{display:flex;flex-direction:column}@media (hover: hover) and (pointer: fine){.filter__checkboxes:hover .default-checkbox label{opacity:.6}}.filter__checkboxes .default-checkbox label{width:100%;padding-top:8px;padding-bottom:8px}@media (hover: hover) and (pointer: fine){.filter__checkboxes .default-checkbox label:hover{opacity:1!important}}.filter__checkboxes .default-checkbox label:before{top:8px}.filter__checkboxes .default-checkbox label:after{top:8px}.filter.without-background{background-color:transparent;padding:0}.product-card{height:auto!important;transition:box-shadow .2s ease;border-radius:32px 32px 0 0;overflow:hidden}@media (hover: hover) and (pointer: fine){.product-card:hover{cursor:pointer;box-shadow:0 4px 12px #00000026}}.product-card__wrapper{height:100%}.product-card__container{border:1px solid rgb(239,239,242);position:relative;z-index:1;border-radius:32px 32px 0 0;height:100%;display:flex;flex-direction:column;transition:.2s ease}.product-card__image-container{position:relative;width:calc(100% + 2px);margin:-1px;height:0;padding-bottom:93%;border:1px solid rgb(239,239,242);border-radius:32px;overflow:hidden;z-index:2;transition:.2s ease}.product-card__image{position:absolute;z-index:3;width:calc(100% - 24px);height:calc(100% - 24px);left:12px;top:12px}.product-card__discount{position:absolute;left:8px;top:8px;border-radius:50%;background-color:#bd1e1e;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;width:56px;height:56px;z-index:4}.product-card__buttons-panel{display:flex;flex-direction:column;row-gap:8px;z-index:4;position:absolute;right:12px;top:12px}.product-card__buttons-panel-item{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid #EFEFF2;background-color:#efeff2;transition:.2s ease}@media (hover: hover) and (pointer: fine){.product-card__buttons-panel-item:hover{background-color:#1b1b1e!important}}.product-card__buttons-panel-item svg{transition:.2s ease}@media (hover: hover) and (pointer: fine){.product-card__remove:hover{background-color:#1b1b1e}.product-card__remove:hover svg{fill:#1b1b1e}.product-card__remove:hover svg path{stroke:#fff}}.product-card__fav.selected{background-color:#bd1e1e}.product-card__fav.selected svg path{stroke:#fff}@media (hover: hover) and (pointer: fine){.product-card__compare:hover{background-color:#1b1b1e}.product-card__compare:hover svg{fill:#1b1b1e}.product-card__compare:hover svg path{stroke:#fff}}.product-card__compare.selected{background-color:#1b1b1e}.product-card__compare.selected svg{fill:#1b1b1e}.product-card__compare.selected svg path{stroke:#fff}.product-card__watermark{z-index:4;position:absolute;bottom:12px;right:12px;width:88px;height:88px}.product-card__watermark svg{width:100%;height:100%}.product-card__info{padding:16px 23px;display:flex;flex-direction:column;align-items:center;height:100%}.product-card__vendor{margin-bottom:16px;color:silver}.product-card__name{margin-bottom:8px;text-align:center;text-transform:uppercase;font-weight:500;font-family:Onest;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.product-card__price-section{display:flex;column-gap:12px;justify-content:space-between;align-items:flex-end;width:100%;margin-top:auto;flex-wrap:wrap;row-gap:4px}.product-card__price{display:flex;flex-direction:column}.product-card__old-price{color:#bdc2bf;font-size:16px;font-weight:400;line-height:150%;letter-spacing:1px;text-align:left;text-decoration-line:line-through;text-transform:uppercase}.product-card__new-price{color:#bd1e1e;font-size:21px;font-weight:700;line-height:150%;letter-spacing:1px;text-align:center;text-transform:uppercase;padding:8px 0}.product-card__default-price{color:#1b1b1e;font-size:21px;font-weight:700;line-height:150%;letter-spacing:1px;text-align:center;text-transform:uppercase;padding:8px 0}.product-card__cart-btn{margin-right:-8px}.product-card__cart-btn span{pointer-events:none;font-size:14px}.product-card__cart-btn.in-cart{background-color:#0cb675;border-color:#0cb675}.seo-text{width:100%}.seo-text.opened .seo-text__container p:not(:first-child){display:block}.seo-text__container{margin-bottom:24px}.seo-text__container p{display:none}.seo-text__container p:first-child{display:block}.seo-text__container p:not(:last-child){margin-bottom:16px}.categories__title{margin-bottom:136px}.categories__item:not(:last-child){margin-bottom:120px}.category.bordered{box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;padding:48px 24px 24px;position:relative}.category.bordered .category__header{position:absolute;top:-16px;left:32px;padding:0 48px 0 24px;background-color:#fff}.category.bordered .category__title{margin-bottom:0}.category__wrapper.opened .category__container{display:block}.category__wrapper.opened .category__title:after{transform:rotate(0)}.category__header{display:flex}@media (hover: hover) and (pointer: fine){.category__header:hover{cursor:pointer}}.category__title{margin-bottom:72px;text-transform:uppercase;position:relative}.category__title:after{content:" ";position:absolute;right:-28px;width:16px;height:16px;border-radius:50%;top:calc(50% - 8px);background:url(/build/assets/pop-up_arrow-ChAjZ-dX.svg) no-repeat center #efeff2;transform:rotate(180deg);transition:.2s ease}.category__container{display:none}.category__subcategory:not(:last-child){margin-bottom:72px}.category__items{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:32px;grid-column-gap:16px;margin-bottom:56px}.category__item{width:100%}@media (hover: hover) and (pointer: fine){.category__item:hover .category__item-image img{transform:scale(1.035)}.category__item:hover .category__item-name{opacity:.7}}.category__item-image{margin-bottom:16px;width:100%;height:0;padding-bottom:100%;position:relative;overflow:hidden}.category__item-image img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover;transition:.2s ease-in-out}.category__item-name{transition:.2s ease}.category__showmore-btn{width:fit-content;margin-left:auto;padding:11px 23px;font-size:14px;font-weight:500;line-height:24px}.subcategory.bordered{box-sizing:border-box;border:1px solid #EFEFF2;border-radius:12px;padding:18px 24px;position:relative}.subcategory.bordered .subcategory__header{position:absolute;top:-16px;left:8px;padding:0 64px 0 24px;background-color:#fff}.subcategory.bordered .subcategory__container{padding:30px 0 6px}.subcategory__wrapper.opened .subcategory__container{display:block}.subcategory__wrapper.opened .subcategory__title:after{transform:rotate(0)}@media (hover: hover) and (pointer: fine){.subcategory__header:hover{cursor:pointer}}.subcategory__title{position:relative}.subcategory__title:after{content:" ";position:absolute;right:-40px;width:16px;height:16px;border-radius:50%;top:calc(50% - 8px);background:url(/build/assets/pop-up_arrow-ChAjZ-dX.svg) no-repeat center #efeff2;transform:rotate(180deg);transition:.2s ease}.subcategory__container{display:none}.subcategory__items{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:32px;grid-column-gap:16px;margin-bottom:56px}.subcategory__item{width:100%}@media (hover: hover) and (pointer: fine){.subcategory__item:hover .subcategory__item-image img{transform:scale(1.035)}.subcategory__item:hover .subcategory__name{opacity:.7}}.subcategory__item-image{margin-bottom:16px;width:100%;height:0;padding-bottom:62.5%;position:relative;overflow:hidden}.subcategory__item-image img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover;transition:.2s ease-in-out}.subcategory__name{transition:.2s ease}.subcategory__showmore-btn{width:fit-content;margin-left:auto;padding:11px 23px;font-size:14px;font-weight:500;line-height:24px}.technique__wrapper.opened .technique__title:after{transform:rotate(0)}.technique__wrapper.opened .technique__container{display:block}.technique__header{margin-bottom:48px;display:flex}@media (hover: hover) and (pointer: fine){.technique__header:hover{cursor:pointer}}.technique__title{text-transform:uppercase;position:relative}.technique__title:after{content:" ";position:absolute;right:-40px;width:16px;height:16px;border-radius:50%;top:calc(50% - 8px);background:url(/build/assets/pop-up_arrow-ChAjZ-dX.svg) no-repeat center #efeff2;transform:rotate(180deg);transition:.2s ease}.technique__container{display:none}.technique__items{display:grid;grid-template-columns:repeat(9,1fr);justify-content:space-between;grid-row-gap:32px}.technique__item{display:flex;flex-direction:column;align-items:center}@media (hover: hover) and (pointer: fine){.technique__item:hover .technique__item-image{transform:translateY(-4px)}}.technique__item-image{width:104px;height:0;padding-bottom:104px;border-radius:50%;overflow:hidden;position:relative;margin-bottom:16px;transition:.2s ease-in-out}.technique__item-image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.technique__item-name{text-transform:uppercase;text-align:center;font-family:Onest}.collections__wrapper.opened .collections__title:after{transform:rotate(0)}.collections__wrapper.opened .collections__container{display:block}.collections__header{margin-bottom:48px;display:flex}@media (hover: hover) and (pointer: fine){.collections__header:hover{cursor:pointer}}.collections__title{text-transform:uppercase;position:relative}.collections__title:after{content:" ";position:absolute;right:-40px;width:16px;height:16px;border-radius:50%;top:calc(50% - 8px);background:url(/build/assets/pop-up_arrow-ChAjZ-dX.svg) no-repeat center #efeff2;transform:rotate(180deg);transition:.2s ease}.collections__container{display:none}.collections__items{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:32px;grid-column-gap:32px}@media (hover: hover) and (pointer: fine){.collections__item:hover .collections__item-image img{transform:scale(1.035)}}.collections__item-image{padding:16px 16px 100%;margin-bottom:24px;box-sizing:border-box;border:1px solid #EFEFF2;overflow:hidden;width:100%;height:0;position:relative}.collections__item-image img{transition:.2s ease-in-out;position:absolute;left:0;top:0;width:100%;height:100%}.story__block{display:flex;align-items:center;column-gap:64px}.story__block.main{margin-bottom:32px;align-items:flex-start}.story__block.main .story__text{font-size:24px;font-weight:500;line-height:150%}.story__left{width:232px;flex-shrink:0}.story__images{display:flex;justify-content:flex-end;margin-right:16px}.story__image{margin-right:-16px;width:88px;height:88px}.story__right{width:100%}.museums__header{margin-bottom:56px}.museums__title{text-transform:uppercase}.museums__locations{margin-bottom:72px}.museums__locations-title{margin-bottom:32px}.museums__works-list{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.museums__work{width:100%;box-sizing:border-box;border:1px solid #EFEFF2;border-radius:16px;overflow:hidden}.museums__work:nth-child(3){grid-row-start:1;grid-row-end:3;grid-column-start:2;grid-column-end:3;height:100%}.museums__work:nth-child(3) .museums__work-container{height:100%;display:flex;flex-direction:column;padding:0 0 16px}.museums__work:nth-child(3) .museums__work-image-container{width:100%}.museums__work:nth-child(3) .museums__work-image{padding-bottom:38.1%}.museums__work:nth-child(3) .museums__work-info{padding:42px 32px 16px;height:100%}.museums__work:nth-child(3) .museums__work-name{margin:12px 32px 8px}.museums__work:nth-child(3) .museums__work-logo{margin:0 32px}.museums__work:nth-child(3) .museums__work-link{margin:auto 32px 0}.museums__work-container{display:grid;grid-template-columns:38.1% auto;width:100%;height:100%;gap:12px 32px;padding-right:32px}.museums__work-image-container{flex-shrink:0;grid-row-start:1;grid-row-end:4}.museums__work-image{position:relative;width:100%;height:100%}.museums__work-image img{position:absolute;top:0;left:0;object-fit:cover}.museums__work-info{padding:24px 32px 16px;display:flex;flex-direction:column}.museums__work-name{text-transform:uppercase;margin-bottom:8px;margin-top:24px}.museums__work-logo{display:flex;column-gap:8px;align-items:center}.museums__work-logo-text{color:#bdc2bf}.museums__work-link{margin-top:auto;margin-bottom:16px}.about__header{display:flex;column-gap:32px;margin-bottom:48px}.about__header-left{width:40%;flex-shrink:0}.about__header-right{width:100%}.about__image{width:100%;height:0;padding-bottom:28.488%;position:relative}.about__image img{position:absolute;left:0;top:0;object-fit:cover}.disabled{pointer-events:none;opacity:50%}.phpdebugbar span{color:unset}.compare-popup{position:fixed;bottom:-500px;left:50%;width:90%;max-width:500px;z-index:999;display:flex;justify-content:space-between;padding:20px;background:#fff;border:1px solid #F0F0F0;transform:translate(-50%,-50%);transition:.25s;-webkit-box-shadow:0 0 18px 2px rgba(34,60,80,.2);-moz-box-shadow:0 0 18px 2px rgba(34,60,80,.2);box-shadow:0 0 18px 2px #223c5033;box-sizing:border-box}.compare-popup h3{font-size:20px}.compare-popup p{margin:10px 0 15px}.compare-popup__content{margin-right:20px}.compare-popup__hide{cursor:pointer}.compare-popup__hide svg{margin-top:4px}.alert{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:10px;margin-bottom:48px;position:relative;animation:slideDown .25s ease-out;font-size:14px}.alert__icon{font-size:20px;line-height:1.2;margin-top:2px}.alert__content{flex:1;padding-top:4px}.alert__title{font-weight:600;margin-bottom:6px}.alert__text,.alert__list{margin:0}.alert__list li{margin-bottom:4px}.alert__close{background:none;border:none;font-size:22px;line-height:1;cursor:pointer;opacity:.55;padding:0;transition:opacity .15s ease}.alert__close:hover{opacity:1}.alert--success{background:#d1fae5;color:#065f46}.alert--error{background:#fee2e2;color:#991b1b}.alert--warning{background:#fef3c7;color:#92400e}.alert--info{background:#dbeafe;color:#1e40af}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}#contacts,#question-form{scroll-margin-top:160px}.modal-window-layout{position:fixed;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;background:#0000004d;left:0;top:0;overflow:auto;padding:30px;box-sizing:border-box}body.modals-opened{overflow:hidden}body.modals-opened .modal-window-layout{visibility:visible;display:flex;opacity:0;animation:.3s 0s show linear both}.modal-window{background:#fff;box-shadow:0 4px 12px #0000000d;max-width:1375px;width:90%;margin:auto;box-sizing:border-box;text-align:left;z-index:11111;display:none;position:relative;overflow:auto;max-height:100%}.modal-window.opened{visibility:visible;display:flex;opacity:0;animation:.3s 0s show linear both}@keyframes show{0%{opacity:0}to{opacity:1}}.modal-window-content{width:100%}.modal-window-content>*{width:100%}.modal-window .close-modal-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.modal-window .close-modal-btn:hover{opacity:.8}.contacts-modal__wrapper{padding:48px 64px;position:relative;width:100%;height:100%}.contacts-modal__header{margin-bottom:32px}.contacts-modal__info{display:flex;align-items:flex-start;column-gap:88px;margin-bottom:64px;flex-wrap:wrap;row-gap:24px}.contacts-modal__number-block a{font-size:24px;font-weight:500;transition:.2s ease}.contacts-modal__number-block a:hover,.contacts-modal__number-block span{opacity:.7}.contacts-modal__mail-block{display:flex;column-gap:12px;align-items:center}.contacts-modal__mail-block a{font-size:24px;font-weight:500;transition:.2s ease}.contacts-modal__mail-block a:hover{opacity:.7}.contacts-modal__call-block{margin-bottom:64px}.contacts-modal__block-title{margin-bottom:32px;text-transform:uppercase}.contacts-modal__call-list{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.contacts-modal__form{display:flex;align-items:flex-start;gap:32px}.contacts-modal__close-modal-container{position:absolute;right:32px;top:32px}.contacts-modal__close-modal{width:56px;height:56px;border-radius:50%;background:#efeff2;transition:.2s ease}.contacts-modal__close-modal:hover{transform:scale(1.1)}.contacts-modal__close-modal:hover svg{transform:scale(.9091)}.contacts-modal .contacts__form{width:50%}.contacts-modal .contacts__confidential{width:100%;flex-direction:row-reverse}@media (max-width: 1279px){.modal-window-layout .modal-window{width:100%}.contacts-modal__wrapper{padding:64px 32px;height:max-content}}@media (max-width: 991px){.modal-window-layout{padding:0}.modal-window{height:100%}.contacts-modal__form{flex-direction:column}.contacts-modal .contacts__form{width:100%;max-width:555px}}@media (max-width: 640px){.contacts-modal__wrapper{padding:120px 16px}.contacts-modal__close-modal-container{width:100%;height:72px;left:0;top:0;display:flex;align-items:center;justify-content:flex-start;padding:16px;border-bottom:1px solid #BDC2BF}.contacts-modal__close-modal{background:transparent;width:max-content;height:max-content}.contacts-modal__title{font-size:20px}.contacts-modal__header{margin-bottom:20px}.contacts-modal__number-block a{font-size:16px;font-weight:700}.contacts-modal__mail-block a{font-size:16px}.contacts-modal__info{row-gap:20px}.contacts-modal__block-title{margin-bottom:24px}.contacts-modal .contacts__confidential{flex-direction:column}}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:2333.3333333333%;position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:1.4285714286%;height:10px;float:left}@media (max-width: 1280px){.cw{padding:0 24px}h1,.title{font-size:40px}.title2,h2,.subtitle{font-size:28px}.title3,h3{font-size:20px}.title4,h4{font-size:18px}section{margin-bottom:100px}.header-fixed .header,.catalog-menu-opened .header,.authorization-menu-opened .header{padding-top:96px}.header__top{column-gap:12px;padding:16px 0}.header__logo{margin-right:8px}.header__link{padding:12px 0}.header__cart{margin-left:12px}.header__bottom{column-gap:3%;padding-top:4px}.menu__wrapper{padding-top:96px}.main-screen{margin-bottom:80px}.main-screen__title{font-size:56px}.main-screen__btn{margin-top:24px}.main-categories__container{padding-bottom:80px}.main-categories__list{column-gap:16px}.main-categories__item-link{margin-bottom:16px}.advantages__container{padding:16px 0}.advantages__list{column-gap:16px}.advantages-item__info{padding:12px 16px}.advantages-item__name{font-size:16px}.products__header{margin-bottom:32px}.products__container .catalog__items-list{grid-template-columns:repeat(3,1fr)}.products__container .catalog__item:last-child{display:none}.products__slider-control-item.prev{margin-left:-16px}.products__slider-control-item.next{margin-right:-16px}.main-collection__info{padding:24px}.news__header{margin-bottom:32px}.news__main{width:70%}.news-main__container{padding:24px;column-gap:24px}.news-main__desc{font-size:14px}.news-item__image{width:100px;height:100px}.news-item__name{font-size:14px;letter-spacing:unset;font-family:Onest}.quote__main{padding:32px 0 32px 32px}.quote__container{column-gap:24px}.quote__image{width:25%}.quote__text{column-gap:24px}.quote__text p{font-size:26px}.product__main{width:45%}.product__cart-btn{font-size:20px}.review__user{flex-wrap:wrap;row-gap:12px;margin-bottom:24px}.review__user-name{margin-bottom:8px}.review__user-photo{display:none}.review__user-info{width:100%}.review__main{margin-left:0}.catalog__items-list{grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:24px}.catalog__category-items{column-gap:24px}.technique__items{grid-template-columns:repeat(7,1fr)}.cart__container{flex-direction:column;row-gap:48px}.cart__main{max-width:unset}.cart__panel{width:100%}.cabinet__wrapper{column-gap:24px}.order__info-container{padding:24px}.review__product{padding:24px;column-gap:24px}.review__product-image{width:200px;height:185px}.review__product-name{font-size:24px}.review__header{padding:0 24px}.review__container{padding:0 24px 48px}.delivery-price__block{padding:64px 24px 32px}.museums__work:nth-child(3) .museums__work-container{padding:0 0 16px}.museums__work:nth-child(3) .museums__work-name{margin:12px 20px 8px}.museums__work:nth-child(3) .museums__work-logo{margin:0 20px}.museums__work:nth-child(3) .museums__work-link{margin:auto 20px 0}.museums__work-container{gap:12px 20px;padding-right:20px}.museums__work-name{margin-top:16px}.museums__work-link{padding:15px}.comparison__slider-container{width:66.6666666667%}.comparison__item:nth-child(3){display:none}.comparison__table table td:last-child{display:none}.footer{padding:80px 0}.footer__links{width:45%}.footer__contacts-info{flex-direction:column;row-gap:12px;align-items:flex-end}.footer__social{flex-direction:column;row-gap:8px;align-items:flex-end}.footer__social a{width:fit-content}}@media (max-width: 991px){.mobile-none{display:none!important}.breadcrumbs{margin-bottom:56px;border:none}.mobile-menu-opened{position:relative;touch-action:none;overflow:hidden}.mobile-menu-opened:after{content:" ";position:fixed;width:100%;height:100vh;top:0;left:0;z-index:2;background:#0006}.mobile-menu-opened .mobile-menu{left:0}.mobile-menu-opened .header__top-container{box-shadow:0 4px 12px #0000000d}.mobile-menu-opened .mobile-menu-btn .line{background-color:#1b1b1e}.mobile-menu-opened .mobile-menu-btn .line:first-child{transform-origin:center;transform:translateY(8px) rotate(-45deg)}.mobile-menu-opened .mobile-menu-btn .line:nth-child(2){opacity:0}.mobile-menu-opened .mobile-menu-btn .line:last-child{transform-origin:center;transform:translateY(-8px) rotate(45deg)}.header{border-bottom:1px solid #BDC2BF}.header.transparent-top .mobile-menu-btn .line{background-color:#fff}.header.transparent-bottom{border-bottom:none}.header__menu,.header__link,.header__cart,.header__bottom{display:none}.header:not(.transparent-top) .header__search input[type=search]{border-color:#1b1b1e;background-color:#fff}.menu{z-index:9999}.menu .cw{padding:0}.menu__wrapper{padding:0 0 120px}.authorization{padding-top:0}.authorization__header{padding:18px 16px;border-bottom:1px solid #BDC2BF;justify-content:space-between;align-items:center}.authorization__tabs{margin-bottom:0;column-gap:4px;border:none}.authorization__tab{padding:8px 16px;border:1px solid #1B1B1E;border-radius:100px;text-transform:unset;opacity:1}.authorization__tab.selected{color:#fff;background-color:#1b1b1e}.authorization__close-btn{width:32px;height:32px;background-color:#fff;padding:0}.authorization__image{display:none}.authorization__block{width:100%;background-color:#fff;padding:0}.authorization__container{border:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;padding:5px;height:100%}.mobile-menu-btn__container{width:30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;row-gap:5px}.mobile-menu-btn .line{width:100%;height:3px;border-radius:10px;background-color:#1b1b1e;transition:.2s ease}.mobile-menu{display:block;position:fixed;z-index:9;left:-100%;top:0;height:100vh;width:70vw;background:#fff;transition:.2s ease-in-out;overflow:hidden}.mobile-menu__wrapper{padding:140px 0 164px 16px;height:100%;display:flex;flex-direction:column}.mobile-menu__container{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%}.mobile-menu__footer{margin-top:auto}.mobile-menu .header__nav{flex-direction:column;align-items:stretch;row-gap:24px}.mobile-menu .header__nav-item{width:100%;padding:8px 0;border-bottom:1px solid #EFEFF2}.mobile-menu .header__nav-item a,.mobile-menu .header__nav-item button{color:#1b1b1e!important}.mobile-menu .header__nav-item .counter{color:#1b1b1e!important;background-color:#efeff2!important}.mobile-menu .header__phone{align-items:flex-start}.mobile-menu .header__phone span{color:#1b1b1e!important}.mobile-panel{display:block;border-top:1px solid rgb(189,194,191);box-shadow:0 -4px 12px #0000000d;position:fixed;bottom:0;left:0;width:100%;z-index:100;background-color:#efeff2}.mobile-panel__header-block{border-bottom:1px solid rgb(189,194,191)}.mobile-panel__header{display:flex;column-gap:12px;padding:16px 0}.mobile-panel__header .btn{padding:7px 15px;font-size:14px;width:100%}.mobile-panel__header .btn:first-child{width:55%;flex-shrink:0}.mobile-panel__header .btn span{font-size:14px}.mobile-panel__container{padding-bottom:20px}.mobile-panel__menu{display:flex;align-items:center;justify-content:space-between;padding-top:12px}.mobile-panel__item{display:flex;flex-direction:column;align-items:center}.mobile-panel__item:first-child .mobile-panel__item-image svg path{stroke:#bd1e1e!important}.mobile-panel__item:first-child .mobile-panel__item-name{color:#bd1e1e}.mobile-panel__item-name{font-size:12px;font-weight:600;line-height:130%}.main-screen__title{font-size:48px}.advantages .cw{padding:0;overflow-x:auto}.advantages__wrapper{padding:0 24px;width:fit-content}.advantages__background{display:none}.advantages__list{grid-template-columns:repeat(4,255px)}.products__container .catalog__items-list{grid-template-columns:repeat(2,1fr)}.products__container .catalog__item:last-child{display:block}.news__container{flex-direction:column;row-gap:16px}.news__list{gap:24px}.news-main{border:none;width:100%;position:relative;padding-bottom:26px}.news-main__container{padding:0;font-size:14px;column-gap:16px;width:100%}.news-main__image{width:120px;height:120px;padding:0}.news-main__info{padding:0;width:100%;height:100%;display:flex;align-items:center}.news-main__name{font-size:14px;margin-bottom:0;font-family:Onest}.news-main__desc{display:none}.news-main__btn{position:absolute;right:0;bottom:0;padding:0;border:none;font-size:14px;font-style:normal;font-weight:500;line-height:120%}.news-main__date{position:absolute;left:0;bottom:0;margin-bottom:0}.quote__text{flex-direction:column;row-gap:24px}.news-item__image{width:120px;height:120px}.articles__list{display:flex;flex-direction:column;gap:24px}.articles__main-block{margin-bottom:24px}.articles__header{margin-bottom:32px}.article-card__wrapper{display:grid;column-gap:16px;row-gap:8px;flex-wrap:wrap;grid-template-columns:120px auto}.article-card__image{width:120px;height:120px;padding-bottom:0;margin-bottom:0}.article-card__image .news-item__share-btn{display:block}.article-card__title{font-size:16px;margin-bottom:0}.article-card__info{display:flex;align-items:center;justify-content:flex-start;height:100%}.article-card__desc{display:none}.article-card__other-info{grid-column-start:1;grid-column-end:3;margin-top:0}.article-card__date svg{display:none}.article-card__date span{font-size:12px}.product__container{flex-direction:column;row-gap:32px}.product__slider{position:unset}.product__main{width:100%}.product__share-popup{transform:translate(-70%)}.product__share-popup>svg{display:none}.product-advantages__slider-items-list{grid-template-columns:repeat(1,1fr);row-gap:24px;width:100%;max-width:768px}.product-advantages__slider-item-name{font-family:Steppe}.guarantee__tab{letter-spacing:unset}.guarantee__tab .mobile-hidden{display:none}.reviews__container{flex-direction:column-reverse;row-gap:56px}.catalog__category-items{column-gap:16px;grid-template-columns:repeat(2,1fr);row-gap:16px}.catalog__filter-block{display:none}.catalog__sort{width:100%}.catalog__sort form{display:flex;justify-content:space-between;align-items:center}.catalog__mobile-filter-btn{display:flex;align-items:center;justify-content:center}.mobile-filter-opened .mobile-filter{display:block}.mobile-filter{position:fixed;width:100%;height:100vh;left:0;top:0;z-index:9999;background-color:#fff}.mobile-filter__wrapper{height:100%}.mobile-filter__header .cw{display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #BDC2BF}.mobile-filter__clear{font-weight:500}.mobile-filter__close{display:flex;align-items:center;justify-content:center}.mobile-filter__container{height:100%;overflow:auto;padding:48px 0 120px}.mobile-filter__container .filters__item{padding:0;background-color:transparent}.mobile-filter__container .filters__item:first-child .filter__header{margin-bottom:32px}.mobile-filter__container .filter__title{font-size:20px;color:#1b1b1e}.mobile-filter__container .filter__title:after{display:none}.mobile-filter__container .filter__category-list{flex-direction:row;flex-wrap:wrap;gap:8px}.mobile-filter__container .filter__category{padding:8px 12px;border:1px solid #1B1B1E;border-radius:100px}.mobile-filter__container .filter__category.selected{background-color:#1b1b1e}.mobile-filter__container .filter__category.selected .filter__category-name{color:#fff;font-weight:400}.mobile-filter__container .filter__category-marker,.mobile-filter__container .filter__category-count{display:none}.technique__items{grid-template-columns:repeat(5,1fr)}.cabinet__wrapper{flex-direction:column;row-gap:72px}.cabinet__panel{width:100%}.cabinet__panel.mobile-tablet-none{display:none}.cabinet__panel-list{display:flex;justify-content:space-between}.cabinet__panel-item a,.cabinet__panel-item button{padding:12px}.cart-panel__bonus-block{margin-bottom:32px}.order__header{position:relative;margin:0 -24px 32px;padding:24px 88px;border-bottom:1px solid #BDC2BF}.order__product-container{gap:16px}.order__product-footer{column-gap:12px;align-items:flex-end}.order__info-container{flex-wrap:wrap;row-gap:32px;padding:32px}.order__info-block:last-child{margin-left:auto;display:flex;column-gap:24px}.order__info-block:last-child .order__info-title{margin-bottom:0}.order__back-btn{position:absolute;height:100%;width:72px;left:0;top:0;display:flex;align-items:center;justify-content:center}.order__back-btn svg{transform:scale(1.5)}.order__status{height:fit-content;align-self:flex-end}.delivery-methods__wrapper{flex-direction:column;row-gap:32px}.delivery-price__header{margin-bottom:88px}.delivery-price__container{flex-direction:column;row-gap:64px}.delivery-price__block{width:100%}.story__block{column-gap:24px}.story__block.main .story__text{font-size:20px}.museums__works-list{display:flex;flex-direction:column}.museums__work:nth-child(3){grid-column-start:unset;grid-column-end:unset;grid-row-start:unset;grid-row-end:unset}.museums__work-image{height:0;padding-bottom:100%}.about__header{flex-direction:column;row-gap:24px}.about__header-left{width:100%}.engraving-works__list{grid-template-columns:repeat(2,1fr);gap:24px}.engraving-works__item-layer:after{width:64px;height:64px;top:calc(50% - 32px);left:calc(50% - 32px)}.engraving-offer__wrapper{column-gap:24px}.engraving-offer__header{padding:24px;width:calc(50% - 13px)}.engraving-select__variation-value{font-size:32px}.exchange__container{column-gap:24px}.exchange__block{padding:56px 16px}.exchange__subtitle{font-size:16px;padding:10px 24px 7px}.guarantee-example__blocks{column-gap:16px}.guarantee-example__block{padding:16px}.footer{flex-wrap:wrap;row-gap:48px;padding-bottom:152px}.footer__main{order:3}.footer__links{order:1;width:55%}.footer__contacts{order:2}.footer__studio{margin-top:32px}.footer__logo-container span,.footer__copyright{max-width:unset}.review-form__content{padding:0 24px}.review-form__wrapper{padding:40px 0}}@media (max-width: 767px){.cw{padding:0 16px}h1,.title{font-size:32px}.title2,h2,.subtitle{font-size:20px}.title5,h5{font-size:14px}.header-fixed .header{padding-top:70px}.header__logo{width:40px;height:40px;margin-right:0}.header__top{column-gap:16px;padding:16px 0}.header__search input[type=search]::placeholder{font-size:14px}.header__search-btn{width:16px;height:16px}.header__search-btn svg{width:100%;height:100%}.mobile-menu__wrapper{padding:112px 0 164px 16px}input[type=search]{font-size:14px;font-weight:400;line-height:120%;padding:12px 15px 10px}.authorization__title{margin-bottom:32px}.authorization__container{padding:0 16px}.authorization__form .form-field{margin-bottom:12px}section{margin-bottom:88px}.main-screen{height:107.2vw;padding-top:46vw;margin-bottom:88px}.main-screen__title{font-size:28px;font-weight:400;line-height:130%}.main-screen__btn{margin-top:16px;padding:15px 23px;font-size:14px}.main-screen__scroll-icon{display:none}.main-categories__list{flex-direction:column;display:flex;row-gap:40px}.main-categories__item{display:grid;width:fit-content;align-items:unset;column-gap:24px}.main-categories__item-image{width:140px;height:140px;padding-bottom:0}.main-categories__item-image-container{width:auto;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:3}.main-categories__background{right:-16px;top:-88px;bottom:unset;height:calc(100% + 88px)}.main-categories__item-name{font-weight:400;margin-bottom:8px;grid-row-start:1;grid-row-end:2;align-self:end;text-align:left}.main-categories__item-link{font-size:12px;grid-row-start:2;grid-row-end:3;align-items:center;height:fit-content}.advantages__wrapper{padding:0 16px}.products__header{margin-bottom:16px}.products__container .catalog__container{padding:16px;margin:0 -16px;width:auto}.products__container .catalog__item{width:65vw}.products__slider-controls{display:none}.catalog__header-top{margin-bottom:24px}.catalog__showmore-btn{padding:24px}.catalog__items-list{row-gap:32px}.category__items,.subcategory__items{grid-template-columns:repeat(3,1fr)}.collections__items{grid-template-columns:repeat(2,1fr)}.order__header{margin:0 -16px 32px;padding:16px 80px}.order__product-footer{flex-wrap:wrap;row-gap:8px;column-gap:8px}.order__product-container{grid-template-rows:1fr auto}.order__product-header{display:grid;grid-template-columns:auto auto;grid-template-rows:1fr auto;height:100%}.order__product-title{order:1;flex-shrink:3}.order__product-vendor{width:100%;order:3}.order__product-price-container{order:2}.my-order-card__price-container{margin-top:24px;width:100%;justify-content:space-between}.story__block{flex-direction:column;row-gap:24px;align-items:flex-start}.story__left{width:unset}.exchange__container{display:flex;flex-direction:column;row-gap:56px}.guarantee-example__scheme-image{display:none}.guarantee-example__main-block{margin-bottom:0}.guarantee-example__scheme{row-gap:32px}.guarantee-example__blocks{display:flex;flex-direction:column;row-gap:24px;margin-bottom:100px}.guarantee-example__block{padding:24px 16px}.guarantee-example__dispute-header{margin-bottom:48px}.guarantee-example__dispute-container{display:flex;flex-direction:column;row-gap:24px}.comparison__header{margin-bottom:48px}.comparison__top{margin-bottom:80px}.comparison__slider-container{width:100%}.comparison__slider{padding:8px 0!important}.comparison__table-title{margin-bottom:16px}.comparison__table table td{width:50%}.comparison__table table td.first{display:none}.comparison__table table td .mobile{display:block;font-size:16px;font-weight:500;margin-bottom:16px}.comparison__table table td:nth-child(3){padding-left:8px}.footer{padding-top:58px;flex-direction:column;row-gap:56px}.footer__main{order:1}.footer__logo-container{margin-bottom:16px}.footer__logo-container .link{width:70%}.footer__logo{height:40px}.footer__links{width:100%}.footer__links-columns{flex-wrap:wrap;row-gap:56px}.footer__contacts{align-items:flex-start;row-gap:56px}.footer__contacts-top{align-items:flex-start}.footer__contacts-info{align-items:flex-start;row-gap:16px}.footer__contacts-info .phone{align-items:flex-start}.footer__social{align-items:flex-start;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.footer__contacts-bottom{align-self:flex-start}.delivery-notice__wrapper{grid-template-columns:repeat(1,1fr);row-gap:32px}}@media (max-width: 640px){.header .breadcrumbs{margin-bottom:0}.header .breadcrumbs__item:not(.active):before{filter:invert(1)}.breadcrumbs{margin-bottom:16px;padding-top:12px}.breadcrumbs .cw{display:none}.breadcrumbs__item:not(:nth-last-child(2)){display:none}.breadcrumbs__item:not(.active) a{padding-right:0;padding-left:20px}.breadcrumbs__item:not(.active):after{display:none}.breadcrumbs__item:not(.active):before{content:" ";position:absolute;left:0;top:2px;width:10px;height:10px;background:url(../images/breadcrumbs-mobile-icon.svg) no-repeat center;background-size:contain}.title,h1{font-size:28px}.title3,h3{font-size:20px;font-weight:500;text-transform:unset;font-family:Onest}.title4,h4{font-size:16px}.link,.emphasis,.btn,.btn span{font-size:14px}.btn.with-icon{gap:8px}.btn.with-icon svg{width:20px;height:20px}.btn svg{width:20px;height:20px}.btn.social span{opacity:1}ul.marker-list{row-gap:16px}.header__top{padding:16px 0}.static-page-main{margin-bottom:48px}.product-card{overflow:unset}.product-card__image-container{padding-bottom:100%;overflow:unset}.product-card__watermark{width:64px;height:64px;bottom:20px}.product-card__container{border-color:transparent}.product-card__vendor{margin-bottom:8px}.product-card__info{align-items:flex-start;padding:22px 0 0}.product-card__name{text-align:left}.product-card__price-section{flex-direction:column;align-items:flex-start;row-gap:16px}.product-card__price{position:relative;padding-right:64px}.product-card__discount{bottom:0;right:0;left:unset;top:unset;border-radius:100px;padding:4px 9px;height:auto;width:auto;font-size:12px;font-weight:400}.product-card__old-price{font-size:12px}.product-card__new-price,.product-card__default-price{font-size:16px;padding:4px 0 0}.main-collections__list{grid-template-columns:repeat(1,1fr);gap:24px}.main-collections__list:nth-child(1) .main-collection__container{padding-bottom:100%}.main-collections__item:nth-child(1){grid-row-start:unset;grid-row-end:unset}.main-collections__item:nth-child(1) .main-collection__image:after{background:linear-gradient(180deg,#000000b3,#0000)}.main-collections__item:nth-child(2) .main-collection__image:after{background:linear-gradient(180deg,#000000b3,#0000)}.main-collections__item:nth-child(3) .main-collection__image:after{background:linear-gradient(180deg,#000000b3,#0000)}.main-collections__item:nth-child(4){grid-column-start:unset;grid-column-end:unset}.main-collections__item:nth-child(4) .main-collection__container{border-radius:0}.main-collections__item:nth-child(4) .main-collection__image:after{background:linear-gradient(180deg,#000000b3,#0000)}.main-collection__info{padding:24px 32px}.quote__container{flex-direction:column}.quote__main{padding:64px 16px 0;row-gap:16px}.quote__author{margin-top:32px}.quote__signature{width:50%}.quote__text p{font-size:24px}.quote__image{width:65.8%}.products__text-title{font-size:16px}.products__timer{margin-left:28px;margin-bottom:10px}.products__timer .separator{margin-top:12px}.products__timer .timer__item{position:relative;font-size:16px;font-weight:400;line-height:120%;letter-spacing:1px}.products__timer .timer__item:before{bottom:-14px}.product{margin-bottom:48px}.product__slider-navigation{display:none}.product__slider-wrapper{display:flex}.product__slider-pagination-container{display:flex;justify-content:center;position:absolute;left:0;bottom:-6px;width:100%}.product__slider-pagination{display:flex;align-items:center;border:1px solid #EFEFF2;box-sizing:border-box;border-radius:100px;background-color:#fff;width:max-content;height:14px;padding:3px;--swiper-pagination-bullet-size: 4px;--swiper-pagination-bullet-inactive-color: rgb(189, 194, 191);--swiper-pagination-bullet-inactive-opacity: .7;--swiper-pagination-color: rgb(27, 27, 30);--swiper-pagination-bullet-opacity: .7}.product__slider-pagination .swiper-pagination-bullet{transition:.2s ease}.product__slider-pagination .swiper-pagination-bullet-active{transform:scale(1.5)}.product__container{row-gap:24px}.product__main-info{padding:8px 8px 32px;margin-bottom:32px}.product__vendor{padding-top:8px}.product__main-info-header{margin-bottom:16px}.product__rating-container{margin-bottom:16px;display:flex;justify-content:space-between}.product__availability{margin-bottom:0}.product__rating{column-gap:4px}.product__rating svg{width:20px;height:20px}.product__new-price{font-size:24px}.product__old-price,.product__discount{font-size:16px}.product__cart-btn{font-size:14px}.product__counter{display:none}.product__attributes{row-gap:12px}.product__fast-order-block{padding:20px 12px}.product__fast-order-block-text{width:100%}.product__delivery-block{margin-bottom:44px}.product-advantages__slider-item{height:104px!important}.product-advantages__slider{height:auto}.product-advantages__slider-navigation{display:none}.product-advantages__slider-items-list{flex-direction:column}.product-advantages__slider-item-name{font-family:Steppe}.reviews__stat{display:none}.guarantee__wrapper{background:#efeff266;border-radius:12px;padding:24px 16px 40px}.guarantee__header{margin-bottom:16px}.guarantee__tabs{column-gap:4px;justify-content:flex-start;border:none;margin-bottom:32px}.guarantee__tab{padding:8px 16px;border-radius:100px;text-transform:unset;font-family:Onest;border:1px solid #1B1B1E;opacity:1}.guarantee__tab.selected{background-color:#1b1b1e;color:#fff}.guarantee__tab:after{display:none}.guarantee__info-container{min-height:unset;background-color:transparent}.guarantee__info-block{padding:0;flex-direction:column-reverse;align-items:flex-start;row-gap:24px}.guarantee__info-title{margin-bottom:16px}.guarantee__info-image{flex-direction:row;column-gap:8px;flex-wrap:wrap;width:100%;max-width:unset;justify-content:center}.guarantee__info-image img{max-width:300px;max-height:300px;object-position:center left}.guarantee__info-image img.guarantee__info-image-item{max-width:130px}.reviews:not(.product-reviews) .cw{padding:0}.reviews:not(.product-reviews) .reviews__header{margin-bottom:32px;padding:0 16px}.reviews:not(.product-reviews) .reviews__title:after{display:none}.reviews:not(.product-reviews) .reviews__item:not(:last-child){margin-bottom:32px}.reviews:not(.product-reviews) .review{border:none;border-radius:0;background:#efeff266;padding:32px 0}.reviews:not(.product-reviews) .review__product{padding:0 16px;background:transparent;margin-bottom:24px;flex-direction:column;align-items:flex-start;row-gap:16px}.reviews:not(.product-reviews) .review__product-image-container{width:35vw}.reviews:not(.product-reviews) .review__product-image{width:100%;height:0;padding:0 0 93%;border-radius:16px;position:relative}.reviews:not(.product-reviews) .review__product-image img{position:absolute;left:0;top:0;padding:4px}.reviews:not(.product-reviews) .review__product-name{font-size:16px}.reviews:not(.product-reviews) .review__header{padding:0 16px;margin-top:0}.reviews:not(.product-reviews) .review__container{padding:0 16px}.review__user{row-gap:16px}.review__user-name{font-size:16px}.review__user-stars{column-gap:5px}.review__user-star svg{width:12px;height:12px}.review__city{padding:8px 12px;margin-right:8px}.review__date{padding:8px 12px}.review__images{column-gap:12px;overflow-x:auto;margin:0 -16px 12px;padding:0 16px 12px}.review__image{width:40vw}.review__product-name{letter-spacing:unset}.review__header{margin-top:0}.product-reviews.reviews__item:not(:last-child){margin-bottom:40px}.product-reviews .review__container{padding-bottom:0;border:none}.catalog__header{margin-bottom:88px}.catalog__sort{margin-bottom:32px}.catalog__category-items{row-gap:8px;column-gap:8px;margin-bottom:12px}.catalog__category-item{padding-bottom:79%}.catalog__category-name{font-size:16px;bottom:8px;left:16px}.catalog__items-list{column-gap:8px}.catalog__header-top{flex-direction:column;align-items:flex-start;row-gap:8px;margin-bottom:32px}.catalog__showmore-btn{padding:16px}.pagination{margin:32px 0}.pagination__listing,.pagination__numbers{column-gap:8px;row-gap:4px}.pagination__item{font-size:16px;width:36px!important;height:36px!important}.catalog__seo-text{margin:88px auto 0}.technique__header{margin-bottom:32px}.technique__items{grid-template-columns:repeat(3,1fr)}.technique__item-image{width:118px;padding-bottom:118px}.technique__item-name{text-transform:unset}.categories__title{margin-bottom:88px}.categories__item:not(:last-child){margin-bottom:88px}.category__title{margin-bottom:32px}.category__items{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:32px}.category__item{border-radius:12px;overflow:hidden;position:relative}.category__item:after{content:" ";position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background-color:#00000080}.category__item-image{margin-bottom:0;z-index:1}.category__item-name{position:absolute;bottom:8px;left:16px;padding-right:16px;z-index:3;color:#fff}.category__subcategory.bordered{margin-bottom:56px}.category.bordered{border:none;padding:0}.category.bordered .category__header{position:unset;padding:0;margin-bottom:24px}.category__showmore-btn{width:100%;font-weight:700}.subcategory.bordered{border:none;padding:0}.subcategory.bordered .subcategory__header{position:unset;padding:0;width:max-content}.subcategory.bordered .subcategory__container{padding-top:24px}.subcategory__items{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:32px}.subcategory__item{border-radius:12px;overflow:hidden;position:relative}.subcategory__item:after{content:" ";position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background-color:#00000080}.subcategory__item-image{margin-bottom:0;z-index:1}.subcategory__name{position:absolute;bottom:8px;left:16px;z-index:3;color:#fff;padding-right:16px}.subcategory__showmore-btn{width:100%;font-weight:700}.collections__header{margin-bottom:32px}.collections__items{gap:24px 8px}.collections__item{display:flex;flex-direction:column;align-items:center}.collections__item-image{margin-bottom:12px;padding:20px 12px}.collections__item-name{font-size:14px}.cart__header{margin-bottom:40px}.cart__container{row-gap:88px}.cart__delivery-header{flex-wrap:wrap;column-gap:48px;row-gap:16px;margin-bottom:32px}.cart__delivery-title{text-transform:unset;font-family:Onest}.cart__delivery-more-btn{font-weight:700}.cart__products .order__product-footer{margin-left:unset;flex-direction:row}.order__header{padding:16px 16px 16px 56px;margin-bottom:56px}.order__back-btn{width:54px}.order__back-btn svg{transform:scale(1)}.order__title{font-size:14px;font-weight:500;line-height:130%;font-family:Onest;text-transform:unset;letter-spacing:0}.order__title svg{position:absolute;right:16px;top:24px}.order__date{font-size:12px;font-weight:400;line-height:150%;letter-spacing:0;margin-top:4px}.order__date span{font-size:12px;font-weight:400;line-height:150%;letter-spacing:0}.order__info-container{padding:0;background-color:transparent;row-gap:16px;margin-bottom:88px}.order__info-block{width:100%;max-width:unset;position:relative}.order__info-block.price{display:flex;align-items:center;justify-content:space-between;padding-bottom:0!important;margin-bottom:16px}.order__info-block.price:after{display:none}.order__info-block.price .order__info-title{margin-bottom:0}.order__info-block:not(:last-child){padding-bottom:16px}.order__info-block:not(:last-child):after{content:" ";position:absolute;right:-16px;bottom:0;height:1px;width:calc(100% - 16px);border-bottom:1px solid rgb(239,239,242)}.order__info-block:last-child{margin-left:0;justify-content:space-between}.order__products-list{row-gap:32px}.order__product-item{padding:0}.order__product-item:not(:last-child){border:0}.order__info-title{font-size:16px;font-weight:500}.order__products-counter{margin-bottom:24px}.order__product-btn{padding:8px 12px}.order__product-image{width:104px;height:104px;border-radius:16px;padding:20px 12px}.order__product-header{display:flex;flex-direction:column;justify-content:flex-start;row-gap:8px}.order__product-info{grid-row-start:1;grid-row-end:3}.order__product-title{font-size:16px;font-weight:400;line-height:125%;text-transform:unset;font-family:Onest;letter-spacing:unset}.order__product-price-container{flex-direction:row;column-gap:12px;align-items:center;margin-top:auto;order:4}.order__product-price{font-size:16px;font-weight:700;line-height:150%}.order__product-price.new-price{color:#bd1e1e}.order__product-old-price{font-size:12px}.order__product-discount{font-size:12px;font-weight:400;line-height:130%;padding:4px 9px 3px;background:#bd1e1e;color:#fff;border-radius:100px;display:flex;align-items:center}.order__product-discount-block{column-gap:12px;align-items:center;margin-top:0}.order__product-footer{flex-wrap:nowrap;grid-column-start:1;margin-left:auto;flex-direction:row-reverse}.order__product-counter{order:3;width:100%;margin-left:auto;max-width:300px}.order__product-counter button{flex-shrink:0;height:40px}.order__product-counter button svg{width:16px;height:16px}.order__product-counter input{width:100%;max-width:unset;padding:11px}.order__product-favorite{order:1;flex-shrink:0;padding:12px}.order__product-favorite span{display:none}.order__product-favorite svg{width:16px;height:16px}.order__product-delete{order:2;flex-shrink:0;padding:12px}.order__product-delete span{display:none}.order__product-delete svg{width:16px;height:16px}.contacts__header{margin-bottom:16px}.contacts__container:not(:last-child){margin-bottom:32px}.contacts__form{row-gap:12px}.contacts__form .form-field.third,.contacts__form .form-field.half{width:100%}.contacts__choose-feedback{margin-top:20px}.contacts__feedback-variants .form-field label span{opacity:1}.contacts__confidential{flex-direction:column;align-items:center;width:100%;row-gap:16px;margin-top:16px}.contacts__confidential .btn{width:100%}.contacts__confidential-text{width:100%;text-align:center}.cart-panel__title{font-size:24px}.cart-panel__price{font-size:24px;font-weight:700}.cart-panel__main-block{padding:0;background:transparent}.cart-panel__bonus-block{border:none}.cart-panel__bonus-top{padding:0;margin-bottom:32px}.cart-panel__buy-button{font-size:20px;font-family:Steppe;padding:18px}.cart-panel__bonus-top-title{align-items:center}.cart-panel__bonus-top-title .title3{font-family:Onest}.cart-panel__bonus-top-title .scores .title4{font-size:20px}.cart-panel__bonus-bottom{border-radius:12px;padding:16px 8px 48px}.cart-panel__bonus-bottom-title{justify-content:flex-start;column-gap:8px}.cart-panel__bonus-bottom-title .title3{font-size:16px;font-family:Onest}.cabinet__wrapper{row-gap:32px}.cabinet__panel-wrapper{padding:0;border:none}.cabinet__panel-header{padding:8px 16px;border-radius:8px;box-shadow:0 4px 12px #0000000d;background:#fff;margin-bottom:8px}.cabinet__panel-header_active{background:#1b1b1e}.cabinet__panel-header_active .cabinet__user-title{color:#fff;opacity:.7}.cabinet__panel-header_active .cabinet__user-name{color:#fff}.cabinet__panel-list{padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.cabinet__panel-item_active a,.cabinet__panel-item_active button{background:#1b1b1e!important}.cabinet__panel-item_active a span,.cabinet__panel-item_active button span{color:#fff}.cabinet__panel-item_active a svg path,.cabinet__panel-item_active button svg path{stroke:#fff}.cabinet__panel-item a,.cabinet__panel-item button{padding:22px;justify-content:center;border-radius:8px;box-shadow:0 4px 12px #0000000d;background:#fff}.cabinet__panel-item a span,.cabinet__panel-item button span{font-weight:500}.cabinet__panel-item:last-child a span,.cabinet__panel-item:last-child button span{color:#bd1e1e}.cabinet__panel-item:last-child a svg path,.cabinet__panel-item:last-child button svg path{fill:#bd1e1e}.cabinet__user{column-gap:8px}.cabinet__user-image{width:48px;height:48px}.cabinet__user-info{row-gap:4px}.cabinet__user-title{font-size:12px}.cabinet__balance-btn{display:none}.tumbler input:checked+label:before{right:6px}.tumbler label:before{width:16px;height:16px;top:4px}.tumbler label:after{width:24px;height:8px;top:8px;right:12px}.my-orders__header{margin-bottom:24px}.my-orders__header-counter{display:none}.my-orders__title{text-transform:unset;font-size:20px;font-weight:500;font-family:Onest}.my-orders__item:not(:last-child){margin-bottom:24px}.my-order-card_header{margin-bottom:4px}.my-order-card__container{padding:16px;border:1px solid rgb(239,239,242);border-radius:16px}.my-order-card__title{font-size:16px}.my-order-card__number{font-size:12px}.my-order-card__status{font-size:12px;padding:3px 11px}.my-order-card__block{flex-direction:column;row-gap:16px;align-items:flex-start;margin-top:8px}.my-order-card__products{flex-wrap:wrap;gap:12px}.my-order-card__product{width:96px;height:96px;padding:4px 4px 12px}.my-order-card__price-container{margin:16px -16px -16px;width:unset;padding:16px;border-top:1px solid #EFEFF2}.my-order-card__price-title{font-weight:500;opacity:.7}.personal{margin-top:16px}.personal__wrapper{padding:0;background:transparent}.personal__header{margin-bottom:16px}.personal__container{row-gap:48px}.personal__title{text-transform:none;font-weight:500;font-family:Onest}.personal__form-container .form-field:not(:last-child){margin-bottom:12px}.personal__form-container .btn{margin-top:24px;width:100%}.personal__form-name{margin-bottom:16px}.my-favorite__title{text-transform:none;font-family:Onest;letter-spacing:unset}.my-favorite__header{margin-bottom:24px}.my-favorite__counter{display:none}.static-page-main .cw{padding:0}.static-page-main__wrapper{padding:48px 16px;border-radius:0}.static-page-main__header{margin-bottom:16px}.news-main__name,.article-card__title{font-size:16px}.article__header{margin-bottom:48px}.article__title{margin-bottom:16px}.article__image{margin:0 -16px 48px;width:auto}.article__text p{margin-bottom:24px}.static-page-main__btn{width:100%;font-weight:700}.questions__form{margin:0 -16px;border-radius:0}.add-question{padding:48px 16px}.add-question__header{margin-bottom:32px}.add-question__container{gap:12px}.add-question__container .form-field.half{width:100%}.form-confidential{flex-direction:column;row-gap:18px;width:100%}.form-confidential input{width:100%}.form-confidential__text{width:100%;text-align:center}.questions-item{border:none}.questions-item__container{padding:0}.questions-item__title{margin-bottom:8px}.delivery-methods__title{display:none}.delivery-methods__list{row-gap:24px}.delivery-method{padding:16px}.delivery-method__header{margin-bottom:16px}.delivery-method__title{font-weight:500;opacity:1;font-size:14px}.delivery-price__header{margin-bottom:48px}.delivery-price__title{display:none}.delivery-price__block{padding:40px 16px;background:transparent;border:1px solid rgb(239,239,242);border-radius:16px}.delivery-price__block:nth-child(3) .delivery-price__items{margin-bottom:32px}.delivery-price__block-title{left:16px;top:-18px;background:#fff;height:32px;padding:4px 12px;overflow:hidden}.delivery-price__block-title:before{content:" ";width:100%;height:100%;left:0;top:0;background-color:#efeff266;position:absolute;z-index:1}.delivery-price__block-title img{z-index:2}.delivery-price__container{row-gap:48px}.delivery-price__list-title{font-size:16px;margin-bottom:24px}.delivery-price__items{row-gap:24px;margin-bottom:32px}.delivery-price__item{display:grid;grid-template-columns:repeat(2,auto);gap:8px 16px}.delivery-price__item-price{grid-row-start:1;grid-row-end:3;grid-column-start:2;grid-column-end:3}.delivery-price__notice{flex-direction:column;row-gap:8px;align-items:flex-start}.delivery-notice__title{display:none}.delivery-notice__subtitle{text-transform:uppercase;font-size:20px;opacity:1}.delivery-notice__wrapper{padding:24px 16px;row-gap:16px}.story__block{row-gap:16px}.story__block.main .story__text{font-size:16px}.story__image{width:64px;height:64px;margin-right:-12px}.museums__header{margin-bottom:32px}.museums__locations-title{font-size:16px;font-weight:500;margin-bottom:24px}.museums__locations{margin-bottom:64px}.museums__works-list{row-gap:24px}.museums__work:nth-child(3) .museums__work-container{padding-bottom:40px;row-gap:16px}.museums__work:nth-child(3) .museums__work-name{margin:8px 16px 0}.museums__work:nth-child(3) .museums__work-logo{margin:0 16px 8px}.museums__work:nth-child(3) .museums__work-link{margin:auto 16px 0}.museums__work-container{gap:24px 14px;grid-template-columns:108px auto;padding-bottom:40px}.museums__work-image{grid-row-start:1;grid-row-end:2}.museums__work-name{font-size:16px;letter-spacing:unset;font-weight:500;text-transform:unset}.museums__work-logo,.museums__work-link{grid-column-start:1;grid-column-end:3;margin:0 16px}.about__header{row-gap:16px;margin-bottom:88px}.about__header-left{font-size:16px}.engraving-works__list{gap:16px 8px}.engraving-works__item-layer{padding:16px 24px}.engraving-works__item-video-title{font-size:16px}.engraving-works__item-container{padding-bottom:70%}.engraving-works__item.video{grid-column-start:1;grid-column-end:3}.engraving-works__item.video .engraving-works__item-layer{height:48px}.engraving-works__item.video .engraving-works__item-layer:after{display:none}.engraving-works__item:nth-child(6){grid-column-start:1;grid-column-end:3}.engraving-works__item:nth-child(7){grid-row-start:5;grid-row-end:6;margin-bottom:48px}.engraving-works__item:nth-child(7) .engraving-works__item-container{padding-bottom:70%}.engraving-works__item:nth-child(7) .engraving-works__item-layer{padding:16px 24px}.engraving-works__item.engraving-price{grid-column-start:1;grid-column-end:3}.engraving-price__title{font-size:16px;margin-bottom:8px}.engraving-price__value{font-size:12px}.engraving-offer__wrapper{flex-direction:column;row-gap:16px}.engraving-offer__header{width:100%;padding:24px 16px}.engraving-offer__title{margin-bottom:8px}.engraving-offer__image{padding-bottom:59.5%}.engraving-offer.reverse .engraving-offer__wrapper{flex-direction:column}.engraving-select__header{margin-bottom:24px}.engraving-select__variation-name{margin-bottom:16px}.engraving-select__variations{row-gap:32px}.exchange__header{margin-bottom:48px}.exchange__block{padding:48px 16px}.exchange__text{margin-bottom:32px}.exchange__text ul{margin:24px 0}.exchange__text ul li:not(:last-child){margin-bottom:16px}.guarantee-example__header{margin-bottom:48px}.guarantee-example__dispute-title{margin-bottom:8px}.guarantee-example__dispute-header{margin-bottom:32px}.guarantee-example__dispute-block{padding:16px}.guarantee-example__dispute-block-title{font-size:16px;font-weight:500}.comparison__header{flex-wrap:wrap;row-gap:16px;margin-bottom:40px;column-gap:8px}.comparison__clear-btn{width:100%;padding:14px}.comparison__clear-btn svg{width:16px;height:16px}.comparison__clear-btn span{font-weight:700}.comparison__table-title{margin-bottom:32px}.comparison__table table td{border-bottom:none;padding:16px 8px 16px 0}.comparison__table table td:nth-child(3){padding-left:4px}}@media (max-width: 480px){.cw{padding:0 12px}input[type=text]+label{top:17px;left:8px}.technique__items{grid-template-columns:repeat(2,1fr)}.cart__delivery-more-btn{width:100%}.cart-success{padding:40px 0 60px}.cart-success__header{margin-bottom:32px}.cart-success__main{padding:32px 24px;border-radius:12px}.cart-success__message{padding-bottom:32px;margin-bottom:32px}.cart-success__icon{margin-bottom:24px}.cart-success__icon svg{width:64px;height:64px}.cart-success__order-number{font-size:20px}.cart-success__description{font-size:14px}.cart-success__info{margin-bottom:32px}.cart-success__info-title{margin-bottom:16px;font-size:18px}.cart-success__info-item{flex-direction:column;gap:4px;padding:12px 0}.cart-success__info-item:hover{padding-left:0;margin-left:0;padding-right:0;margin-right:0}.cart-success__info-label{min-width:auto;font-size:13px}.cart-success__info-value{font-size:13px}.cart-success__contact{padding:20px;margin-bottom:32px}.cart-success__contact-text{font-size:14px;line-height:1.6}.cart-success__contact-phone{font-size:15px;display:inline}.cart-success__contact-note{font-size:12px;display:block;margin-top:4px}.cart-success__actions{flex-direction:column;gap:12px}.cart-success__actions .btn{width:100%;min-width:auto}.review-form .cw{padding:0}.review-form__confidential{align-items:normal}.review-form__content{padding:0 16px}.review-form__wrapper{padding:24px 0}.review-form__header{margin-bottom:20px}.review-form__container{row-gap:20px}.review-form__container .form-field.half{width:calc(50% - 8px)}}@font-face{font-family:Onest;src:url(/build/assets/Onest-Thin-ChUB8GcO.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Onest;src:url(/build/assets/Onest-ExtraLight-CT4ioZBf.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Onest;src:url(/build/assets/Onest-Light-7OOp0UHg.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Onest;src:url(/build/assets/Onest-Regular-BPGDw7fv.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Onest;src:url(/build/assets/Onest-Medium-BplfWY5i.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Onest;src:url(/build/assets/Onest-Bold-ClwrhZ5Q.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Onest;src:url(/build/assets/Onest-Bold-ClwrhZ5Q.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Onest;src:url(/build/assets/Onest-ExtraBold-DprSsdVf.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Onest;src:url(/build/assets/Onest-Black-D5iDUFwp.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-Thin-ClQGUqqr.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-Light-B1mjD32v.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-Book-yDvpB5NL.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-Regular-BN17jdF_.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-Medium-BQDTtQJP.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-Bold-CSE_fMRF.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-Bold-CSE_fMRF.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-ExtraBold-DLkSIX7S.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Steppe;src:url(/build/assets/Steppe-Black-CZqUnTVF.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:May;src:url(/build/assets/May-Regular-DpphZ9Y_.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Rosalinda;src:url(/build/assets/Rosalinda-Ck3jjNkC.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Good Vibes Pro;src:url(/build/assets/GoodVibesCyr-DxVyUp50.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Comforter Brush;src:url(/build/assets/ComforterBrush-Regular-DLkQ3zmr.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Cyrillic Old Face;src:url(/build/assets/cyrillicoldface-Ca1iwgTy.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poetsen One;src:url(/build/assets/PoetsenOne-Regular-tTVnWaGv.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Allegretto Script One;src:url(/build/assets/allegrettoscriptone-Bw4Jz1q4.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Alexandra Script;src:url(/build/assets/alexandrascript-CUa9Q1jg.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Anastasia Script;src:url(/build/assets/Anastasia-u3N4-7RE.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Cassandra Personal Use;src:url(/build/assets/Cassandra%20Personal%20Use-DkAyPTvG.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Decor TYGRA;src:url(/build/assets/decortygra-KK7a8tpg.ttf) format("truetype");font-weight:400;font-style:normal}
