@charset "UTF-8";:root{--primary_b:#63C5F0;--primary_p:#E00070;--bg_p:#E8408E;--dark_title:#382A31;--dark_text:#290D12;--gray:#B0B0B0;--red:#C11F1F;--green:#4DBB3B;--white:#ffffff;--ff_title:"Oswald", sans-serif;--ff:"Montserrat", sans-serif;--pfs:16px;--plh:1.5;--tfs:60px;--tlh:1.2;--ih:50px;--xs:400px;--sm:576px;--md:768px;--lg:992px;--xl:1200px;--xxl:1400px}.creamel-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:6px 4px;background:none;border:0;cursor:pointer}.creamel-burger span{display:block;height:3px;width:100%;border-radius:3px;background:var(--primary_p,#E00070);transition:transform .25s ease,opacity .2s ease}.creamel-burger.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.creamel-burger.is-open span:nth-child(2){opacity:0}.creamel-burger.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:1199.98px){.creamel-burger{display:flex}}.creamel-mobmenu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1040}body.mobmenu-open .creamel-mobmenu-overlay{opacity:1;visibility:visible}.creamel-mobmenu{position:fixed;top:0;left:0;height:100%;width:85%;max-width:360px;background:var(--white,#fff);box-shadow:2px 0 24px #00000040;transform:translate(-100%);transition:transform .3s ease;z-index:1050;overflow-y:auto;overscroll-behavior:contain;padding:64px 20px 24px}body.mobmenu-open .creamel-mobmenu{transform:translate(0)}body.mobmenu-open .creamel-burger{opacity:0;pointer-events:none}.creamel-mobmenu__close{position:absolute;top:10px;right:14px;width:40px;height:40px;font-size:32px;line-height:1;color:var(--dark_title,#382A31);background:none;border:0;cursor:pointer}.creamel-mobmenu__list{list-style:none;margin:0 0 24px;padding:0;font-family:var(--ff,sans-serif)}.creamel-mobmenu__list a{display:block;text-decoration:none;text-transform:none;transition:color .15s ease}.creamel-mobmenu__list a:hover{color:var(--primary_p,#E00070)}.creamel-mobmenu__list>li{border-bottom:1px solid rgba(0,0,0,.1)}.creamel-mobmenu__list>li>a{padding:14px 4px;font-size:17px;font-weight:600;color:var(--dark_title,#382A31)}.creamel-mobmenu__list .sub-menu{list-style:none;margin:0 0 6px;padding:2px 0 6px 14px;border-left:2px solid rgba(224,0,112,.18)}.creamel-mobmenu__list .sub-menu a{padding:8px 4px;font-size:14px;font-weight:400;color:#382a31c7}.creamel-mobmenu__list .sub-menu .sub-menu{margin:2px 0;padding-left:12px}.creamel-mobmenu__list .sub-menu .sub-menu a{font-size:13px}.creamel-mobmenu .contacts a{color:var(--white,#fff);text-decoration:none}.creamel-mobmenu .socials{gap:14px}.creamel-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:20px;background:#000000b3;z-index:1060}.creamel-modal-overlay.is-open{display:flex}.creamel-modal{position:relative;max-width:720px;width:100%;max-height:90vh;overflow:auto;background:var(--white,#fff);border-radius:6px;padding:32px;box-shadow:0 20px 60px #00000059}.creamel-modal--image{width:auto;max-width:92vw;overflow:visible;background:none;box-shadow:none;padding:0;text-align:center}.creamel-modal--image img{display:block;max-width:92vw;max-height:88vh;border-radius:4px}.creamel-modal__close{position:absolute;top:8px;right:12px;width:40px;height:40px;font-size:30px;line-height:1;color:var(--dark_title,#382A31);background:none;border:0;cursor:pointer;z-index:2}.creamel-modal--image .creamel-modal__close{color:#fff;top:-44px;right:0}.creamel-modal__nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0 0 6px;border-radius:50%;font-size:40px;line-height:1;color:#fff;background:#0000008c;border:0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s ease,transform .1s ease}.creamel-modal__nav:hover{background:var(--primary_p,#E00070)}.creamel-modal__nav:active{transform:translateY(-50%) scale(.94)}.creamel-modal__nav--prev{left:-68px}.creamel-modal__nav--next{right:-68px}@media(max-width:991.98px){.creamel-modal__nav{width:44px;height:44px;font-size:34px}.creamel-modal__nav--prev{left:8px}.creamel-modal__nav--next{right:8px}}.creamel-float{position:fixed;right:20px;bottom:20px;z-index:1030;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.creamel-float__channels{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.creamel-float__channels[hidden]{display:none}.creamel-float__channels li{animation:creamel-float-in .25s ease both}@keyframes creamel-float-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.creamel-float__channel{display:flex;align-items:center;gap:10px;height:48px;padding:0 18px 0 14px;border-radius:24px;background:var(--ch-bg,#202020);color:#fff;font-family:var(--ff,sans-serif);font-size:14px;text-decoration:none;box-shadow:0 4px 14px #0003;transition:transform .15s ease}.creamel-float__channel i,.creamel-float__channel svg{font-size:20px;line-height:1}.creamel-float__channel:hover{color:#fff;transform:scale(1.04)}.creamel-float__toggle{position:relative;width:60px;height:60px;border:0;border-radius:50%;background:#e7408e;color:#fff;cursor:pointer;box-shadow:0 6px 20px #e7408e73;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.creamel-float__toggle:hover{transform:scale(1.05)}.creamel-float__toggle .creamel-float__icon-close{display:none;font-size:34px;line-height:1}.creamel-float.is-open .creamel-float__toggle .creamel-float__icon-open{display:none}.creamel-float.is-open .creamel-float__toggle .creamel-float__icon-close{display:block}.creamel-float__badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#fff;color:#e7408e;font-size:12px;font-weight:700;line-height:20px;text-align:center}.creamel-float.is-open .creamel-float__badge{display:none}@media(max-width:575.98px){.creamel-float{right:14px;bottom:14px}.creamel-float__channel span{display:none}.creamel-float__channel{padding:0;width:48px;justify-content:center}}.woocommerce-product-gallery{position:relative}.woocommerce-product-gallery__wrapper,.woocommerce-product-gallery .flex-viewport{border-radius:15px;border:1px solid var(--gray,#B0B0B0);overflow:hidden}.flex-viewport .woocommerce-product-gallery__wrapper{border:0;border-radius:0}.woocommerce-product-gallery__image img{display:block;width:100%;border-radius:15px}.woocommerce-product-gallery .woocommerce-product-gallery__trigger{z-index:3}.woocommerce-product-gallery .flex-direction-nav{margin:0;padding:0;list-style:none}.woocommerce-product-gallery .flex-direction-nav li{position:static;margin:0}.woocommerce-product-gallery .flex-direction-nav a{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;z-index:4;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffffe6;box-shadow:0 2px 10px #0000001f;text-indent:-9999px;overflow:hidden;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.woocommerce-product-gallery .flex-direction-nav a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--dark_title,#382A31);transition:background-color .15s ease}.woocommerce-product-gallery .flex-direction-nav a:hover:before{background-color:var(--primary_p,#E00070)}.woocommerce-product-gallery .flex-direction-nav a.flex-prev{left:12px}.woocommerce-product-gallery .flex-direction-nav a.flex-prev:before{-webkit-mask:center/13px no-repeat url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M15%205l-7%207%207%207'/%3E%3C/svg%3E");mask:center/13px no-repeat url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M15%205l-7%207%207%207'/%3E%3C/svg%3E")}.woocommerce-product-gallery .flex-direction-nav a.flex-next{right:12px}.woocommerce-product-gallery .flex-direction-nav a.flex-next:before{-webkit-mask:center/13px no-repeat url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M9%205l7%207-7%207'/%3E%3C/svg%3E");mask:center/13px no-repeat url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2.5'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M9%205l7%207-7%207'/%3E%3C/svg%3E")}.woocommerce-product-gallery .flex-direction-nav a.flex-disabled{opacity:0;pointer-events:none;cursor:default}.woocommerce-product-gallery .flex-control-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 0;padding:0;list-style:none}.woocommerce-product-gallery .flex-control-thumbs li{flex:0 0 calc((100% - 30px)/4);max-width:calc((100% - 30px)/4);aspect-ratio:1/1;float:none;cursor:pointer}.woocommerce-product-gallery .flex-control-thumbs li img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid var(--gray,#B0B0B0);opacity:.7;transition:opacity .15s ease}.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,.woocommerce-product-gallery .flex-control-thumbs li:hover img{opacity:1}@media(max-width:575.98px){.woocommerce-product-gallery .flex-control-thumbs li{flex-basis:calc((100% - 20px) / 3);max-width:calc((100% - 20px) / 3)}}.creamel-swatches{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 4px;padding:0;list-style:none}.creamel-swatch{cursor:pointer;border:2px solid transparent;transition:border-color .15s ease,transform .1s ease;outline:none}.creamel-swatch:hover{transform:scale(1.06)}.creamel-swatch:focus-visible{border-color:var(--primary_b,#63C5F0)}.creamel-swatch.is-active{border-color:var(--primary_p,#E00070)}.creamel-swatch--color{width:44px;height:44px;border-radius:50%;box-shadow:inset 0 0 0 1px #0000001f}.creamel-swatch--button,.creamel-swatch--radio{min-width:44px;height:44px;padding:0 16px;border-radius:8px;border:1px solid var(--gray,#B0B0B0);background:var(--white,#fff);display:inline-flex;align-items:center;justify-content:center;font-family:var(--ff,sans-serif);font-size:14px;color:var(--dark_text,#290D12)}.creamel-swatch--button:hover,.creamel-swatch--radio:hover{transform:none;border-color:var(--dark_title,#382A31)}.creamel-swatch--button.is-active,.creamel-swatch--radio.is-active{border-color:var(--primary_p,#E00070);color:var(--primary_p,#E00070)}.creamel-swatch--image{width:44px;height:44px;border-radius:8px;background-size:cover;background-position:center}.creamel-swatch-select{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.creamel-wishlist-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gray,#B0B0B0);transition:color .15s ease,transform .1s ease}.creamel-wishlist-btn i{font-size:22px;line-height:1}.creamel-wishlist-btn:hover{transform:scale(1.1);color:var(--primary_p,#E00070)}.creamel-wishlist-btn.is-active{color:var(--primary_p,#E00070)}.creamel-wishlist-btn.is-active i:before{content:""}.creamel-wishlist-page .creamel-wishlist-empty{padding:40px 0;text-align:center;font-size:18px;color:var(--gray,#B0B0B0)}.creamel-filter__group{margin-bottom:20px}.creamel-filter__label{font-family:var(--ff_title,sans-serif);text-transform:uppercase;font-size:14px;margin-bottom:10px;color:var(--dark_title,#382A31)}.creamel-filter__items{display:flex;flex-wrap:wrap;gap:8px;max-height:200px;overflow-y:auto}.creamel-filter__items--checkbox{flex-direction:column;gap:6px}.creamel-filter__check{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.creamel-filter__check input{accent-color:var(--primary_p,#E00070)}.creamel-filter__swatch{cursor:pointer;position:relative}.creamel-filter__swatch input{position:absolute;opacity:0;width:0;height:0}.creamel-filter__swatch span{display:block;width:30px;height:30px;border-radius:50%;border:2px solid transparent;box-shadow:inset 0 0 0 1px #0000001f;transition:border-color .15s ease}.creamel-filter__swatch input:checked+span{border-color:var(--primary_p,#E00070)}.creamel-filter__price-row{display:flex;gap:8px}.creamel-filter__price-row input{width:50%;height:40px;padding:0 10px;border:1px solid var(--gray,#B0B0B0);border-radius:8px}.creamel-filter__submit{margin-top:8px}.creamel-filter__reset{display:inline-block;margin-top:8px;margin-left:10px;font-size:13px;color:var(--gray,#B0B0B0)}.woocommerce-pagination{margin:30px 0 10px}.woocommerce-pagination ul.page-numbers{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;list-style:none;margin:0;padding:0}.woocommerce-pagination ul.page-numbers li{margin:0;list-style:none}.woocommerce-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 10px;border-radius:10px;border:1px solid var(--gray,#B0B0B0);font-family:var(--ff_title,sans-serif);font-size:16px;line-height:1;color:var(--dark_title,#382A31);text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.woocommerce-pagination .page-numbers:hover{border-color:var(--primary_p,#E00070);color:var(--primary_p,#E00070)}.woocommerce-pagination .page-numbers.current{background-color:var(--primary_p,#E00070);border-color:var(--primary_p,#E00070);color:#fff}.woocommerce-pagination .page-numbers.dots{border-color:transparent;min-width:auto;padding:0 4px;pointer-events:none}.woocommerce-pagination .page-numbers.prev,.woocommerce-pagination .page-numbers.next{font-size:20px}@media(max-width:575px){.woocommerce-pagination .page-numbers{min-width:38px;height:38px;font-size:14px}}.creamel-filter__check input[type=checkbox],.creamel-filter__check input[type=radio],.creamel-calc input[type=checkbox],.creamel-calc input[type=radio],.rkn-form-consents input[type=checkbox],.rkn-form-consents input[type=radio],.rkn-consent-row input[type=checkbox],.rkn-consent-row input[type=radio],.creamel-form__accept input[type=checkbox],.creamel-form__accept input[type=radio],.creamel-quick-order-form input[type=checkbox],.creamel-quick-order-form input[type=radio],.creamel-modal input[type=checkbox],.creamel-modal input[type=radio],.creamel-cookie-banner input[type=checkbox],.creamel-cookie-banner input[type=radio]{position:static;opacity:1;pointer-events:auto;width:18px;height:18px;flex:0 0 auto;accent-color:var(--primary_p,#E00070)}.rkn-consent-row{margin:0 0 6px}.rkn-consent-row label{display:block;position:relative;padding-left:24px;margin:0;cursor:pointer;font-size:12px;line-height:1.3}.rkn-consent-row input[type=checkbox]{position:absolute;left:0;top:1px;width:15px;height:15px;margin:0;opacity:1;pointer-events:auto;accent-color:var(--primary_p,#E00070)}.rkn-consent-row a{color:var(--primary_p,#E00070);text-decoration:underline}.radio-item{display:inline-flex;align-items:center;gap:8px;margin:0 20px 10px 0;cursor:pointer;font-size:15px}.radio-item input[type=radio]{width:18px;height:18px;margin:0;accent-color:var(--primary_p,#E00070);cursor:pointer}.creamel-form label,.woocommerce form label,.woocommerce-account label,.entry-content form label,form.checkout label,form.woocommerce-form label{font-family:var(--ff,sans-serif)}.creamel-form input[type=text],.creamel-form input[type=email],.creamel-form input[type=tel],.creamel-form input[type=password],.creamel-form input[type=number],.creamel-form input[type=url],.creamel-form select,.creamel-form textarea,.woocommerce form input[type=text],.woocommerce form input[type=email],.woocommerce form input[type=tel],.woocommerce form input[type=password],.woocommerce form input[type=number],.woocommerce form input[type=url],.woocommerce form select,.woocommerce form textarea,.woocommerce-account input[type=text],.woocommerce-account input[type=email],.woocommerce-account input[type=tel],.woocommerce-account input[type=password],.woocommerce-account input[type=number],.woocommerce-account input[type=url],.woocommerce-account select,.woocommerce-account textarea,.entry-content form input[type=text],.entry-content form input[type=email],.entry-content form input[type=tel],.entry-content form input[type=password],.entry-content form input[type=number],.entry-content form input[type=url],.entry-content form select,.entry-content form textarea,form.checkout input[type=text],form.checkout input[type=email],form.checkout input[type=tel],form.checkout input[type=password],form.checkout input[type=number],form.checkout input[type=url],form.checkout select,form.checkout textarea,form.woocommerce-form input[type=text],form.woocommerce-form input[type=email],form.woocommerce-form input[type=tel],form.woocommerce-form input[type=password],form.woocommerce-form input[type=number],form.woocommerce-form input[type=url],form.woocommerce-form select,form.woocommerce-form textarea{width:100%;box-sizing:border-box;height:46px;font-family:var(--ff,sans-serif);font-size:15px}.creamel-form textarea,.woocommerce form textarea,.woocommerce-account textarea,.entry-content form textarea,form.checkout textarea,form.woocommerce-form textarea{height:104px;resize:vertical}.creamel-form input.qty,.creamel-form .quantity input,.creamel-form input[type=number].qty,.woocommerce form input.qty,.woocommerce form .quantity input,.woocommerce form input[type=number].qty,.woocommerce-account input.qty,.woocommerce-account .quantity input,.woocommerce-account input[type=number].qty,.entry-content form input.qty,.entry-content form .quantity input,.entry-content form input[type=number].qty,form.checkout input.qty,form.checkout .quantity input,form.checkout input[type=number].qty,form.woocommerce-form input.qty,form.woocommerce-form .quantity input,form.woocommerce-form input[type=number].qty{width:auto;min-width:60px}.creamel-form label{display:block;width:100%;margin:0 0 3px}.creamel-form input,.creamel-form select,.creamel-form textarea{margin-top:0}.creamel-form .row>[class*=col-]{margin-bottom:8px}.creamel-form{background:var(--dark_title,#2A2028);padding:clamp(20px,4vw,40px);border-radius:20px}.creamel-form label,.creamel-form .creamel-form__accept,.creamel-form .rkn-consent-row label{color:#fff}.creamel-form .rkn-form-consents .rkn-consent-row label{color:#ffffffe6}.creamel-form input[type=text],.creamel-form input[type=email],.creamel-form input[type=tel],.creamel-form input[type=number],.creamel-form input[type=url],.creamel-form select,.creamel-form textarea{background-color:#fff;border:1px solid transparent;color:var(--dark_title,#382A31)}.creamel-form input[type=text]:focus,.creamel-form input[type=email]:focus,.creamel-form input[type=tel]:focus,.creamel-form input[type=number]:focus,.creamel-form input[type=url]:focus,.creamel-form select:focus,.creamel-form textarea:focus{border-color:var(--primary_p,#E00070)}.creamel-form a,.creamel-form .creamel-form__accept a,.creamel-form .rkn-consent-row a,.creamel-form .rkn-form-consents a{color:#fff;text-decoration:underline}.creamel-form a:hover,.creamel-form .creamel-form__accept a:hover,.creamel-form .rkn-consent-row a:hover,.creamel-form .rkn-form-consents a:hover{color:var(--primary_p,#E00070)}.creamel-form .rkn-form-consents{margin-top:12px}.creamel-form .rkn-consent-row{margin-bottom:5px}.creamel-form .rkn-consent-row label{font-size:11px;line-height:1.25;padding-left:22px}.creamel-form .rkn-consent-row input[type=checkbox]{width:14px;height:14px}.creamel-form .creamel-form__accept{font-size:11px;line-height:1.25;align-items:flex-start}.creamel-form .creamel-form__accept input[type=checkbox]{width:14px;height:14px;margin-top:1px}.creamel-form__foot{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.creamel-form__foot.pt-4{padding-top:14px!important}.creamel-form__foot .wpcf7-submit,.creamel-form__foot [type=submit]{align-self:center;margin:6px 0 0}.feedback_form .creamel-form,.contacts_sec .creamel-form{background:transparent;padding:0;border-radius:0}.woocommerce-account .u-columns,.woocommerce-account .col2-set{display:flex;flex-wrap:wrap;gap:30px 40px;width:100%}.woocommerce-account .u-column1,.woocommerce-account .u-column2,.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{flex:1 1 320px;width:auto;max-width:none;float:none}.woocommerce-account .woocommerce-form,.woocommerce-account form.login,.woocommerce-account form.register{width:100%}.woocommerce-account .woocommerce-form-row,.woocommerce-account .form-row{display:block;width:100%}.woocommerce-account label:not(.woocommerce-form__label-for-checkbox){display:block;margin-bottom:6px}@media(max-width:767px){.woocommerce-account .u-columns,.woocommerce-account .col2-set{display:block}.woocommerce-account .u-column1,.woocommerce-account .u-column2,.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{width:100%;margin-bottom:30px}}.creamel-form-msg,.creamel-qo-msg{margin:12px 0 0;font-size:15px;line-height:1.4}.rkn-form-consents{width:100%;margin:4px 0 20px}.rkn-form-consents .rkn-consent-row:last-child{margin-bottom:0}.creamel-form__accept{display:inline-flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:12px;line-height:1.3}.creamel-form__accept input[type=checkbox]{flex:0 0 auto;width:15px;height:15px;margin-top:1px;accent-color:var(--primary_p,#E00070);cursor:pointer}.creamel-form__accept a{color:var(--primary_p,#E00070);text-decoration:underline}.creamel-form .d-flex.flex-md-row{flex-wrap:wrap;align-items:center;gap:16px 24px}.creamel-calc{display:flex;gap:40px;align-items:flex-start}.creamel-calc__controls{flex:1 1 auto;min-width:0}.creamel-calc__visual{flex:0 0 240px;position:sticky;top:110px}@media(max-width:991px){.creamel-calc__visual{display:none}}.creamel-calc__diagram{position:relative;width:100%;aspect-ratio:272/460}.creamel-calc__diagram .cc-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .25s ease}.creamel-calc__diagram .cc-img.is-active{opacity:1}.creamel-calc__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 30px;margin-bottom:30px}@media(max-width:767px){.creamel-calc__grid{grid-template-columns:1fr}}.creamel-calc__label{display:block;font-family:var(--ff_title,sans-serif);text-transform:uppercase;font-size:14px;margin-bottom:10px;color:var(--dark_title,#382A31)}.creamel-calc__slider-row{display:flex;align-items:center;gap:16px}.creamel-calc__range{flex:1;accent-color:var(--primary_p,#E00070);height:6px}.creamel-calc__out{min-width:42px;text-align:center;font-weight:700;font-size:18px;color:var(--primary_p,#E00070)}.creamel-calc__select{width:100%;height:48px;padding:0 40px 0 14px;border:1px solid var(--gray,#B0B0B0);border-radius:10px;background-color:#fff;font-size:15px}.creamel-calc__checks{display:flex;flex-wrap:wrap;gap:10px 24px;align-items:center}.creamel-calc__check{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:15px}.creamel-calc__check input{width:18px;height:18px;accent-color:var(--primary_p,#E00070);cursor:pointer}.creamel-calc__results{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px}.creamel-calc__result{flex:1;min-width:220px;padding:20px 24px;border:1px solid var(--gray,#B0B0B0);border-radius:15px}.creamel-calc__result--total{background:var(--primary_p,#E00070);border-color:var(--primary_p,#E00070)}.creamel-calc__result--total .creamel-calc__result-label,.creamel-calc__result--total .creamel-calc__unit{color:#ffffffd9}.creamel-calc__result--total .creamel-calc__total{color:#fff}.creamel-calc__result-label{display:block;font-size:14px;text-transform:uppercase;color:var(--gray,#808080);margin-bottom:8px}.creamel-calc__area,.creamel-calc__total{font-family:var(--ff_title,sans-serif);font-size:32px;font-weight:700;color:var(--dark_title,#382A31);line-height:1}.creamel-calc__unit{font-size:18px;color:var(--gray,#808080)}.obj_card_loc{display:flex;align-items:center;font-size:14px;color:var(--gray,#808080)}.obj_card_loc img{width:16px;height:auto}.obj_card .h4_title{font-family:var(--ff_title,sans-serif);font-size:18px;line-height:1.15;color:var(--dark_title,#382A31)}.obj_card .img_wrap{border-radius:12px;overflow:hidden;aspect-ratio:3/4}.obj_card .img_wrap img{width:100%;height:100%;object-fit:cover;display:block}.obj_card .params{width:100%;border-collapse:collapse}.obj_card .params td{vertical-align:top;padding-bottom:12px}.obj_card .param_simbol{font-family:var(--ff_title,sans-serif);font-weight:700;color:var(--gray,#B0B0B0);padding-right:14px}.obj_card .param_name{font-weight:700;color:var(--primary_p,#E00070);font-size:14px;line-height:1.2}.obj_card .param_value{color:var(--dark_title,#382A31);font-size:14px}.obj_card .obj_link{margin-top:4px;padding-top:14px;border-top:1px solid #eee}.obj_card .obj_link a{text-decoration:none;color:var(--dark_title,#382A31);font-weight:600;gap:10px}.obj_card .obj_link a:after{content:"";width:34px;height:2px;background:var(--dark_title,#382A31);display:inline-block}.obj_card .obj_link a:hover{color:var(--primary_p,#E00070)}.obj_card .obj_link a:hover:after{background:var(--primary_p,#E00070)}.my_shop_product .woocommerce-loop-product__title{margin-bottom:10px!important}.my_shop_product .product-card-btn,.my_shop_product .btn{margin-top:0!important}.wc-proceed-to-checkout a.checkout-button,.wc-proceed-to-checkout .button{white-space:nowrap;width:auto;max-width:none;padding-left:32px;padding-right:32px}.creamel-form .creamel-form__foot.pt-4{padding-top:12px!important}.creamel-form .rkn-form-consents{margin-top:8px!important}.creamel-form .rkn-consent-row{margin-bottom:4px!important}.serv_calc .entry-content>.pb-5,.ready_objs .container.py-4{padding-bottom:24px!important}.entry-content.pb-5{padding-bottom:24px!important}section.faq{padding-top:24px!important;padding-bottom:8px!important}.other_servs.py-5{padding-top:24px!important;padding-bottom:32px!important}.other_servs .section_title.mb-5{margin-bottom:24px!important}article.type-service.pb-5{padding-bottom:24px!important}.woocommerce-products-header,.page-header,.products-header{padding-top:16px!important;padding-bottom:16px!important}.woocommerce-products-header__title,.archive-title{margin-top:8px!important}.slick-dots li:only-child{display:none}.obj_card .h4_title,.obj_card_wrapper .h4_title{font-family:var(--ff,sans-serif);text-transform:none;line-height:1.25}.main-navigation .menu>.menu-item>.sub-menu .menu-item-has-children>a{padding-right:30px}.center_sk_video{position:relative;width:100%;aspect-ratio:16/9;border-radius:15px;overflow:hidden}.center_sk_video iframe,.center_sk_video video,.center_sk_video embed,.center_sk_video object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;border:0}.entry-content iframe:not([src*=yandex]):not([src*=ymaps]),.entry-content .wp-block-embed__wrapper iframe,.entry-content .wp-block-embed iframe,.entry-content .fluid-width-video-wrapper,.entry-content video,.obj_descr iframe:not([src*=yandex]):not([src*=ymaps]),.obj_descr .wp-block-embed__wrapper iframe,.obj_descr .wp-block-embed iframe,.obj_descr .fluid-width-video-wrapper,.obj_descr video,.news_content iframe:not([src*=yandex]):not([src*=ymaps]),.news_content .wp-block-embed__wrapper iframe,.news_content .wp-block-embed iframe,.news_content .fluid-width-video-wrapper,.news_content video,.single_content iframe:not([src*=yandex]):not([src*=ymaps]),.single_content .wp-block-embed__wrapper iframe,.single_content .wp-block-embed iframe,.single_content .fluid-width-video-wrapper,.single_content video{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16/9;border:0;border-radius:12px;margin:20px 0}.creamel-filter{margin-bottom:30px}.creamel-filter__submit{margin-bottom:4px}.my_shop_product{margin-bottom:24px}@media(max-width:767px){.footer.bg_dark{text-align:left!important}.footer.bg_dark [class*=col-],.footer.bg_dark .row>div,.footer.bg_dark div,.footer.bg_dark p,.footer.bg_dark ul,.footer.bg_dark li,.footer.bg_dark a,.footer.bg_dark .menu{text-align:left!important}.footer.bg_dark .d-flex,.footer.bg_dark .justify-content-center,.footer.bg_dark .row,.footer.bg_dark ul,.footer.bg_dark .menu,.footer.bg_dark nav{justify-content:flex-start!important;align-items:flex-start!important}.footer.bg_dark ul,.footer.bg_dark .menu{padding-left:0!important;flex-wrap:wrap;gap:8px 20px}.footer.bg_dark img,.footer.bg_dark .logo,.footer.bg_dark svg{margin-left:0!important;margin-right:auto!important}.footer.bg_dark.py-5{padding-bottom:8px!important}.footer.bg_dark.pb-4{padding-top:8px!important}.footer.bg_dark .contacts{margin-bottom:8px!important}.h_slider__item_bg{min-height:460px}.creamel-filter__group{margin-bottom:14px}.creamel-filter__label{font-size:13px;margin-bottom:6px}.creamel-filter__items{gap:6px;max-height:none}.creamel-filter__swatch span{width:26px;height:26px}.creamel-filter__price-row input{height:44px}.my_shop_product .price{margin-bottom:4px}.my_shop_product .woocommerce-loop-product__title{margin-bottom:6px!important;font-size:16px;line-height:1.2}.my_shop_product .product-card-btn,.my_shop_product .btn{margin-top:0!important}.my_shop_product .woocommerce-LoopProduct-link{padding-bottom:4px}}.my_shop_product .woocommerce-LoopProduct-link img,.my_shop_product .my_shop_product__img img,.my_shop_product img.attachment-woocommerce_thumbnail{width:100%;aspect-ratio:1/1;height:auto;max-height:none;object-fit:cover;object-position:center}@media(max-width:767px){.btn,input[type=button],input[type=reset],input[type=submit],.button,.single_add_to_cart_button,.creamel-quick-order,.checkout-button,.lmp_button{height:52px!important;min-height:52px!important;min-width:0!important;padding-left:28px!important;padding-right:28px!important}}