:root{--color-placeholder:#6b7888;--color-red:red;--color-green:#0f0;--color-black:#000;--color-white:#fff;--color-base:#666;--color-accent:#a30076;--color-grey:#f6f6f6;--color-grey-light:#e9e9e9;--transition-type:linear;--transition-speed:0.2s;--transition:var(--transition-type) var(--transition-speed);--img-scale:scale(1.05)}@keyframes circle{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.order-make-check{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;gap:5px 10px}.order-make-check__input{margin:2px 0 0!important;-ms-flex-negative:0;flex-shrink:0}.order-make-check__data span{color:var(--color-accent)}.order-make-basket{--img-size:100px}@media (min-width:758px){.order-make-basket{--img-size:160px}}.order-make-basket{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px}.order-make-basket__item{position:relative;z-index:1;display:grid;padding:15px;border:1px solid var(--color-grey-light);border-radius:10px;background:var(--color-grey);grid-template-areas:"a a" "b c" "b d" "b e" "b f";grid-template-rows:auto 1fr auto auto 1fr;grid-template-columns:var(--img-size) auto;gap:10px 15px}@media (min-width:758px){.order-make-basket__item{-ms-flex-align:center;align-items:center;grid-template-areas:"b c c c" "b a a a" "b e d g" "b f f f";grid-template-rows:1fr auto auto 1fr;grid-template-columns:var(--img-size) auto auto 1fr;gap:0 30px}}.order-make-basket__img{line-height:0;overflow:hidden;border-radius:5px;grid-area:b}.order-make-basket__img img{width:var(--img-size)!important;height:var(--img-size)!important;object-fit:contain}.order-make-basket__name{padding-right:50px;grid-area:a}@media (min-width:758px){.order-make-basket__name{margin-bottom:20px}}.order-make-basket__price{font-size:18px;grid-area:d}@media (min-width:758px){.order-make-basket__price{font-size:16px}}.order-make-basket__old-price{font-size:14px;margin-bottom:2px;text-decoration:line-through}.order-make-basket__total{display:none}@media (min-width:758px){.order-make-basket__total{font-size:18px;display:block;color:var(--color-accent);grid-area:g}}.order-make-basket__quantity{grid-area:e;align-self:center}.order-make-basket__remove{transition:fill var(--transition);line-height:0;position:absolute;top:5px;right:5px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;cursor:pointer;fill:var(--color-base)}@media (hover:hover){.order-make-basket__remove:hover{fill:var(--color-accent)}}.order-make-fields{display:grid;margin-top:15px;grid-template-columns:repeat(1,1fr);gap:15px}@media (min-width:758px){.order-make-fields{grid-template-columns:repeat(2,1fr);gap:15px}}.order-make-fields__item.is-full{grid-column:1/2}@media (min-width:758px){.order-make-fields__item.is-full{grid-column:1/3}}.order-make-fields__input{transition:border var(--transition);margin:0;padding:10px 15px;border:1px solid var(--color-grey-light);border-radius:5px;background:var(--color-grey)}.order-make-fields__input:focus{border:1px solid var(--color-accent);background:var(--color-grey)}.order-make-gifts{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px}.order-make-gifts__item{display:grid;-ms-flex-align:center;align-items:center;padding:10px 15px;border:1px solid var(--color-grey-light);border-radius:10px;background:var(--color-grey);gap:10px 15px;grid-template-areas:"a a" "b h";grid-template-columns:100px auto}@media (min-width:758px){.order-make-gifts__item{grid-template-areas:"b a h";grid-template-columns:160px 1fr auto;gap:0 30px}}.order-make-gifts__img{line-height:0;overflow:hidden;width:100px;height:100px;border-radius:5px;grid-area:b}@media (min-width:758px){.order-make-gifts__img{width:160px}}.order-make-gifts__img img{width:100%!important;height:100%!important;object-fit:contain}.order-make-gifts__name{grid-area:a}.order-make-gifts__buy{-ms-flex-negative:0;flex-shrink:0}.order-make-promo__input{transition:border var(--transition);margin:0;padding:10px 15px;border:1px solid var(--color-grey-light);border-radius:5px}.order-make-promo__input:focus{border:1px solid var(--color-accent)}.order-make-promo__error{font-size:12px;margin-top:10px;color:red}.order-make-promo__body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;margin-top:10px;gap:10px}@media (min-width:518px){.order-make-promo__body{-ms-flex-direction:row;flex-direction:row}}.order-make-promo__title{font-size:12px}@media (min-width:758px){.order-make-promo__title{font-size:14px}}.order-make-promo__items{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;gap:10px}@media (min-width:758px){.order-make-promo__items{gap:5px}}.order-make-promo__item{font-size:12px;font-weight:700;display:-ms-flexbox;display:flex;gap:10px}@media (min-width:758px){.order-make-promo__item{font-size:14px;gap:15px}}.order-make-promo__remove{transition:color var(--transition);font-weight:400;cursor:pointer;color:var(--color-base)}@media (hover:hover){.order-make-promo__remove:hover{color:var(--color-accent)}}.order-make-quantity{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid var(--color-grey-light);border-radius:5px;background:var(--color-white)}.order-make-quantity__minus,.order-make-quantity__plus{transition:stroke var(--transition);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;cursor:pointer;fill:none;stroke:var(--color-base)}@media (hover:hover){.order-make-quantity__minus:hover,.order-make-quantity__plus:hover{stroke:var(--color-accent)}}.order-make-quantity__value{line-height:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:60px;height:30px;text-align:center}.order-make-summary{overflow:hidden;margin-top:36px;padding:15px;border:1px solid var(--color-grey-light);border-radius:10px;background:var(--color-grey)}.order-make-summary__heading{font-size:18px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:15px;color:var(--color-accent)}.order-make-summary__quantity{font-size:14px}.order-make-summary__line{margin:15px 0;border-top:1px solid var(--color-grey-light)}.order-make-summary__basket{font-size:12px;display:grid;-ms-flex-align:end;align-items:flex-end;grid-template-columns:1fr auto auto;gap:10px 0}@media (min-width:758px){.order-make-summary__basket{font-size:14px;gap:15px 0}}.order-make-summary__basket-item{display:contents}.order-make-summary__basket-name{background-image:linear-gradient(90deg,var(--color-base),var(--color-base) 2px,transparent 0,transparent);background-repeat:repeat-x;background-position:50% calc(100% - 5px);background-size:4px 1px}.order-make-summary__basket-name span{padding-right:5px;background:var(--color-grey)}.order-make-summary__basket-quantity{background-image:linear-gradient(90deg,var(--color-base),var(--color-base) 2px,transparent 0,transparent);background-repeat:repeat-x;background-position:50% calc(100% - 5px);background-size:4px 1px;text-align:right}.order-make-summary__basket-quantity span{padding-left:5px;background:var(--color-grey)}.order-make-summary__basket-price{font-weight:700;margin-left:5px;text-align:right}.order-make-summary__params{font-size:12px;font-weight:500;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;fill:var(--color-base);gap:10px}@media (min-width:758px){.order-make-summary__params{font-size:14px}}.order-make-summary__params-item{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;gap:0 10px}.order-make-summary__policy{margin-bottom:15px;font-size:12px}.order-make-summary__policy input{background-color:var(--color-white)!important}.order-make-summary__total{font-size:24px;font-weight:600;text-align:center;color:var(--color-accent)}.order-make-summary__btn{margin-top:15px;text-align:center}.order-make-summary__btn .button{width:100%;min-width:0;max-width:300px;margin:0}.order-make{position:relative;z-index:1}.order-make:after,.order-make:before{content:"";position:absolute;transition:opacity var(--transition);pointer-events:none;opacity:0}.order-make:before{z-index:10;top:-1px;right:-1px;bottom:-1px;left:-1px;background:hsla(0,0%,100%,.5)}.order-make:after{z-index:20;top:calc(50% - 10px);left:calc(50% - 10px);width:20px;height:20px;padding:3px;animation:1s linear infinite circle;border-radius:50%;background:linear-gradient(0,#000,transparent 70%);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}.order-make.is-loading{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.order-make.is-loading:after,.order-make.is-loading:before{opacity:1}.order-make{line-height:1.2}@media (min-width:998px){.order-make{display:grid;grid-template-columns:2fr 1fr;gap:0 30px;grid-template-areas:"i j"}}.order-make__fields{margin-bottom:30px;grid-area:i}@media (min-width:998px){.order-make__fields{margin-bottom:0}}.order-make__summary{position:relative;margin-bottom:30px;grid-area:j}@media (min-width:998px){.order-make__summary{margin-bottom:0}}.order-make__scroll{position:sticky;top:67px}@media (min-width:1238px){.order-make__scroll{top:120px}}.order-make__heading:first-child,.order-make__heading:first-of-type{margin-top:0}.order-make__heading:last-child,.order-make__heading:last-of-type{margin-bottom:0}.order-make__heading{font-size:18px;margin-top:30px;margin-bottom:15px;color:var(--color-accent)}.order-make [type=checkbox],.order-make [type=radio]{transition:border var(--transition),background-color var(--transition);display:inline-block;width:20px;height:20px;padding:0;cursor:pointer;color:var(--color-base);border:1px solid var(--color-grey-light);border-radius:5px;background:var(--color-grey);appearance:none}.order-make [type=checkbox]:checked,.order-make [type=radio]:checked{border:1px solid var(--color-accent);background-repeat:no-repeat;background-position:50%}.order-make [type=radio]{border-radius:50%}.order-make [type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23a30076'/%3E%3C/svg%3E");background-size:8px 8px}.order-make [type=checkbox]{border-radius:5px}.order-make [type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.593.78a1 1 0 0 1 1.386 1.44L5.082 7.888l-4.06-3.902A.999.999 0 0 1 2.33 2.477l.077.067 2.675 2.57L9.593.778z' fill='%23a30076'/%3E%3C/svg%3E");background-size:12px 8px}.order-make .is-error{border:1px solid red}