

/* Start:/local/templates/malina_2025/assets/css/reset.css?17677758523618*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
}
/* HTML5 display-role reset for older browsers */
body {
  -webkit-overflow-scrolling: touch;

  /*   -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; */
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden] {
  display: none;
}
a,
li,
a:active,
a:hover {
  outline: 0 !important;
}
img {
  border: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="submit"],
button,
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
}

select,
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  display: block;
  width: 100%;
  outline: none;
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
}
select::-ms-clear,
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="color"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="range"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="week"]::-ms-clear,
textarea::-ms-clear {
  display: none;
}
textarea {
  overflow: auto;
  resize: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* End */


/* Start:/local/templates/malina_2025/assets/css/style.css?1770025794371666*/
:root{--clr-base:#4f4f4f;--clr-att:#fa486b;--clr-att-active:#e3084b;--clr-att-second:#5c9a12;--clr-att-second-active:#e3084b;--clr-bg-light:snow;--clr-border:#cecece;--clr-border-light:#dbdbdb;--clr-dlight:#797979;--clr-light:#969696;--clr-vlight:#cecece;--clr-alert:#f55760;--clr-succefull:#32b782;--clr-yellow:#ffc417;--clr-violet:#9b1da2;--clr-blue:#12919a;--mainTileRadius:20px;--smallTileRadius:10px;--mainButtonRadius:8px;--smallButtonRadius:6px;--sectionMargin:60px;--sectionMarginSmall:10px;--titleMargin:24px;--fsize:16px;--lhsize:1.15;--mbsize:1.15em;--icoSize:24px;--min:360px;--max:1560px;--paddingContainer:10px;--filterBlack:brightness(0) grayscale(1);--filterWhite:brightness(0) invert(1);--filterAttToBase:brightness(0.7) grayscale(1);--filterAttToLight:brightness(0.7) grayscale(1) opacity(0.7);--filterAttToAttSecond:hue-rotate(105deg) saturate(130%) brightness(0.95) contrast(110%);font-size:10px}.elm-hidden,.sl-wrap:not(.swiper-slide)~.sl-wrap{display:none}body{color:var(--clr-base);background:#fff;font-size:var(--fsize);line-height:var(--lhsize)}.bq-text,blockquote,ol,p,table,ul{position:relative;margin-bottom:var(--mbsize)}.bq-text img,blockquote img,ol img,p img,table img,ul img{max-width:100%}.bq-text:last-child,blockquote:last-child,ol:last-child,p:last-child,table:last-child,ul:last-child{margin-bottom:0!important}li{position:relative;padding-left:17px}li:before{content:"";display:block;width:7px;height:7px;position:absolute;left:0;top:.57em;margin-top:-4px;border-radius:50%;background:var(--clr-att)}ol{counter-reset:a;list-style:none}ol li:has(>.h3-title:first-child) .h3-title{line-height:24px;font-weight:500;margin-bottom:10px}ol li:has(>.h3-title:first-child):before{top:12px}ol.list-att li{padding:0}ol.list-att li:before{content:counter(a) ") ";display:inline;position:static;margin:0;padding:0;line-height:inherit;font-size:inherit;text-align:left;font-weight:600;color:var(--clr-att);background:none;border-radius:0}ol li{position:relative;padding-left:33px}ol li:before{counter-increment:a;display:block;position:absolute;width:24px;height:24px;line-height:24px;text-align:center;margin-top:-12px;border-radius:50%;color:var(--clr-att);font-size:17px;font-weight:500;color:#fff;top:50%}ol li:before,ol li:nth-child(9)~li:before{content:counter(a)}.list,.list li,.menu,.menu li{margin:0;padding:0}.list li:before,.menu li:before{display:none}a{color:var(--clr-att)}a,a:hover{text-decoration:none}a:hover{color:var(--clr-att-active)}.link-hover-second:hover{color:var(--clr-att-second)}.link-main,a.link-main{text-decoration:none;border-bottom:1px solid}.link-email,.link-location,.link-phone{white-space:nowrap;display:inline-block;position:relative;color:inherit;max-width:100%;overflow:hidden;text-overflow:ellipsis}.link-email.link-text,.link-location.link-text,.link-phone.link-text{display:inline;padding:0}.link-email.link-text:before,.link-location.link-text:before,.link-phone.link-text:before{display:none}.link-email:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/link-email.svg)}.link-location{white-space:normal}.link-location:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/link-location.svg)}a.link-email:hover,a.link-location:hover,a.link-phone:hover{color:var(--clr-att)}.h1-title,.h2-title,.h3-title,.h4-title,.h5-title,.h6-title,.page-small,.page-subtitle,.page-title,h1,h2,h3,h4,h5,h6{display:block;position:relative;font-weight:700;margin:1em 0}.h1-title:first-child,.h2-title:first-child,.h3-title:first-child,.h4-title:first-child,.h5-title:first-child,.h6-title:first-child,.page-small:first-child,.page-subtitle:first-child,.page-title:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}.h1-title:last-child,.h2-title:last-child,.h3-title:last-child,.h4-title:last-child,.h5-title:last-child,.h6-title:last-child,.page-small:last-child,.page-subtitle:last-child,.page-title:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}.title-decor,.title-decor-second{display:inline-block;position:relative;color:var(--clr-att)}.title-decor-second:before,.title-decor:before{content:"";display:block;width:95%;aspect-ratio:415/19;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:url(/local/templates/malina_2025/assets/css/../img/main/line-title.svg) bottom no-repeat;background-size:100% auto;pointer-events:none}.title-decor-second{color:var(--clr-att-second)}.title-decor-second:before{background-image:url(/local/templates/malina_2025/assets/css/../img/main/line-title-second.svg)}.page-subtitle{font-size:21px;line-height:1.15;text-transform:uppercase;font-weight:400;color:var(--clr-vlight)}.page-title,.page-title-small{font-size:30px;font-weight:400;line-height:1.6}.page-title-small.title-medium,.page-title.title-medium{line-height:1.1}.page-title-small{line-height:1.06666667}.h2-title,.h3-title,h2,h3{font-size:24px;font-weight:400;line-height:1.35}.h3-title,h3{font-size:20px;line-height:1.2}.text-light,.title-light{color:var(--clr-light)}.text-base,.title-base{color:var(--clr-base)}.text-att,.title-att{color:var(--clr-att)}.text-att-second,.title-att-second{color:var(--clr-att-second)}.text-line,.title-line{white-space:nowrap}.text-upper,.title-upper{text-transform:uppercase}.text-left,.title-left{text-align:left}.text-right,.title-right{text-align:right}.text-center,.title-center{text-align:center}.text-attention-box,blockquote{margin-bottom:var(--mbsize);font-size:15px;line-height:1.4;color:var(--clr-light);border-left:4px solid var(--clr-att-second);border-radius:20px;padding:26px 24px 26px 20px}.text-attention-box .box-title,.text-attention-box .section-title,blockquote .box-title,blockquote .section-title{font-size:20px;line-height:23px;color:var(--clr-base);font-weight:400;margin-bottom:18px}.text-attention-box .text-lead,blockquote .text-lead{font-size:21px;line-height:normal;color:var(--clr-base)}.text-attention-box:last-child,blockquote:last-child{margin-bottom:0}.text-attention-box p,blockquote p{margin-bottom:15px}.text-attention-box .title-decor:before,blockquote .title-decor:before{margin-top:-.4em}@media (max-width:1399px){:root{font-size:9.5px}}@media (max-width:1199px){:root{font-size:9px}}@media (max-width:1023px){:root{font-size:8px}.text-mobile-center{text-align:center}}@media (max-width:767px){:root{font-size:7px}}@media (min-width:390px){:root{--paddingContainer:20px}}@media (min-width:1024px){:root{--smallTileRadius:20px;--sectionMargin:9rem;--sectionMarginSmall:2.5rem;--titleMargin:5rem;--paddingContainer:60px}.page-title{font-size:5.6rem;line-height:1.17857143}.page-title.title-small{font-size:3.5rem}.page-title.title-medium{font-size:4.6rem}.page-title+.text-lead{font-size:20px;margin-bottom:35px}.page-title-small{font-size:4.8rem;font-weight:500}.h2-title,h2{font-size:30px}.h3-title,h3{font-size:24px}.h3-title.title-large,h3.title-large{font-size:30px}.text-attention-box,blockquote{font-size:17px;line-height:1.47058824;padding:4rem 4.4rem 5.4rem 4rem;margin:5rem 0}.text-attention-box .box-title,blockquote .box-title{font-size:3rem;margin-bottom:2rem;font-weight:400;line-height:normal}.text-attention-box .text-lead,blockquote .text-lead{margin:3rem 0;font-size:2.7rem}.text-attention-box .text-lead:first-child,.text-attention-box:first-child,blockquote .text-lead:first-child,blockquote:first-child{margin-top:0}.text-attention-box:last-child,blockquote:last-child{margin-bottom:0}}body,html{margin:0;padding:0;width:100%;height:100%;min-width:var(--min);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%}body{width:100vw;overflow-x:hidden}html{scrollbar-gutter:stable}html.with-fancybox body.hide-scrollbar{overflow:inherit!important;overflow-x:hidden!important;margin-right:0!important}.cnt-full-wrap{margin-left:calc(var(--paddingContainer) * -1);margin-right:calc(var(--paddingContainer) * -1)}.cnt-full-wrap,.inner-wrap,.page-full{padding-left:var(--paddingContainer);padding-right:var(--paddingContainer)}.inner-wrap,.page-full{position:relative;clear:both;margin:0 auto;min-width:var(--min);max-width:var(--max);width:100%}.inner-wrap .inner-wrap,.page-full .inner-wrap{min-width:0;padding-left:0;padding-right:0}.inner-wrap .cnt-section,.page-full .cnt-section{min-width:0}.page-full{-ms-flex:1 0 auto;flex:1 0 auto}.cnt-section,.footer,.header,.nav,.wrap{position:relative;clear:both;min-width:var(--min);width:100%}.wrap{min-height:100vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.wrap>.cnt-section{-ms-flex-negative:0;flex-shrink:0}.wrap-inner .header{border-bottom:none;box-shadow:0 0 70px 0 rgba(0,0,0,.06);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.footer,.header,.nav{-ms-flex-negative:0;flex-shrink:0;line-height:1;text-align:left}.footer li,.footer p,.footer ul,.header li,.header p,.header ul,.nav li,.nav p,.nav ul{margin:0;padding:0}.footer li:before,.footer p:before,.footer ul:before,.header li:before,.header p:before,.header ul:before,.nav li:before,.nav p:before,.nav ul:before{display:none}.footer a,.header a,.nav a{text-decoration:none;position:relative;transition:all .2s ease}.header{z-index:99;padding:9px 0;position:sticky;top:0;background:#fff;border-bottom:1px solid #f2f2f2}.header:has(+.main-slider-box){margin-bottom:0}.header .inner-wrap{max-width:1920px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.header .action-wrap,.header .menu-inner-wrap{display:none}.header .catalog-inner-wrap{-ms-flex-order:1;order:1;-ms-flex-negative:0;flex-shrink:0}.header .logo-inner-wrap{width:150px;-ms-flex-order:2;order:2;-ms-flex-negative:0;flex-shrink:0}.header .actions-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:4;order:4}.header .action-basket,.header .action-fav{display:block;width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0}.header .action-phone{position:relative}.header .action-phone .popup-content-block{display:none;margin-top:10px;position:absolute;top:100%;right:0;width:306px;z-index:20;background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 29px 0 rgba(0,0,0,.05)}.header .action-phone .dropdown-contacts-box .section-phone{font-size:28px}.header .action-phone .dropdown-contacts-box .section-title{margin-top:5px}.header .action-phone .dropdown-contacts-box .section-title:first-child{margin-top:0}.header .action-phone .dropdown-contacts-box .btn-action-ico{box-shadow:none}.header .action-phone .dropdown-contacts-box .btn-action-ico.button-tg{border-color:#27a3e2}.header .action-phone .dropdown-contacts-box .btn-action-ico.button-tg:hover{border-color:#27a3e2;background-color:#27a3e2}.header .action-phone .dropdown-contacts-box .btn-action-ico.button-vk{border-color:#0173f7}.header .action-phone .dropdown-contacts-box .btn-action-ico.button-vk:hover{border-color:#0173f7;background-color:#0173f7}.header .action-phone .dropdown-contacts-box .btn-action-ico.button-wa{border-color:#01b637}.header .action-phone .dropdown-contacts-box .btn-action-ico.button-wa:hover{border-color:#01b637;background-color:#01b637}.header .action-phone .dropdown-contacts-box .btn-action-ico.button-ok{border-color:#f77300}.header .action-phone .dropdown-contacts-box .btn-action-ico.button-ok:hover{border-color:#f77300;background-color:#f77300}.header .action-search{position:relative}.header .action-search .active~.popup-content-block{opacity:1;pointer-events:auto;z-index:30;transform:translateY(-50%);visibility:visible}.header .action-search .popup-content-block{display:block;visibility:hidden;opacity:0;transition:all .4s ease;z-index:30;padding:15px;border-radius:10px;background:#fff;width:512px;position:absolute;top:50%;right:60px;transform:translate(200%,-50%);pointer-events:none;z-index:-99}.footer{background:var(--clr-bg-light);padding:36px 0 28px}.footer .info-inner-wrap{margin-bottom:30px}.footer .contacts-inner-wrap{margin-bottom:26px}.footer .contacts-inner-wrap .footer-title{margin-bottom:20px}.footer .menu-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 24px;margin-bottom:24px}.footer .menu-wrap{width:calc(50% - 12px)}.footer .menu-wrap:last-child{width:100%}.footer .logo-wrap{width:181px;margin-bottom:19px}.footer .info-wrap,.footer .soc-wrap{margin-bottom:19px}.footer .soc-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.footer .soc-wrap .btn{width:30px;height:30px;-ms-flex-negative:0;flex-shrink:0;min-width:0;padding:0;border-radius:50%}.footer .soc-wrap .btn .button-ico{margin:0 auto}.footer .cnt-wrap{position:relative;padding:0 0 0 22px;margin-bottom:15px}.footer .cnt-wrap .elm-ico{width:18px;height:18px;position:absolute;top:0;left:0}.footer .cnt-title{font-size:15px;line-height:18px;color:var(--clr-base)}.footer .action-wrap{font-size:15px}.footer .button-up{width:62px;height:62px;border-radius:50%;padding:0;min-width:0;position:absolute;top:36px;right:var(--paddingContainer);z-index:10}.footer .button-up .button-ico{margin:0 auto;width:32px;height:32px;rotate:-90deg}.footer .button-up .button-ico img,.footer .button-up .button-ico svg{width:100%}.footer .footer-title{font-size:18px;line-height:1.3;font-weight:500;color:var(--clr-base);margin-bottom:10px}.footer .footer-title a:not(:hover){color:inherit}.footer .btn-menu{display:block;font-size:16px;line-height:24px;color:inherit;padding:7px 0}.footer .btn-menu:hover{color:var(--clr-att)}.footer-main-panel{font-size:13px;line-height:1.30769231;color:var(--clr-light)}.footer-bottom-panel{font-size:14px;line-height:1.21428571;position:relative}.footer-bottom-panel .inner-wrap{padding-top:14px;padding-bottom:0}.footer-bottom-panel .inner-wrap:before{content:"";display:block;position:absolute;top:0;left:var(--paddingContainer);right:var(--paddingContainer);height:1px;border-top:1px dashed var(--clr-border-light)}.footer-bottom-panel .info-wrap{margin-bottom:12px}.footer-bottom-panel .action-wrap{font-weight:600}.panel-mobile-box{background:var(--clr-att);position:fixed;bottom:0;left:0;right:0;z-index:100;height:50px}.panel-mobile-box .inner-wrap{display:-ms-flexbox;display:flex;padding-top:1px;padding-bottom:1px;height:50px}.panel-mobile-box .action-wrap{-ms-flex:1;flex:1;position:relative}.panel-mobile-box .action-wrap:before{content:"";display:block;width:98px;height:40px;position:absolute;left:50%;bottom:9px;margin-left:-53px;background:url(/local/templates/malina_2025/assets/css/../img/main/button-decor.svg) bottom no-repeat;background-size:100% auto;opacity:0;transition:all .2s ease;z-index:28;pointer-events:none}.panel-mobile-box .action-wrap:has(.btn-popup.active):before{opacity:1}.panel-mobile-box .popup-content-block{display:none;position:fixed;left:0;right:0;bottom:50px;box-shadow:0 14px 65.6px 0 hsla(0,0%,9%,.2);z-index:20;background:#fff;padding:35px 30px}.panel-mobile-box .popup-content-block:has(.menu){padding:30px}.panel-mobile-box .btn-popup-close{position:absolute;top:20px;right:20px;z-index:3}.panel-mobile-box .btn-action-ico{width:48px;height:48px;margin:0 auto;border-radius:50%;transition:all .2s ease;z-index:30}.panel-mobile-box .btn-action-ico:after,.panel-mobile-box .btn-action-ico:before{filter:var(--filterWhite)}.panel-mobile-box .btn-action-ico.active{transform:translateY(-17px)}.panel-mobile-box .btn-action-ico.active,.panel-mobile-box .btn-action-ico.active:hover{background-color:var(--clr-att-second);box-shadow:2px 4px 5px rgba(0,0,0,.07)}.panel-mobile-box .btn-menu{font-size:15px;text-transform:uppercase;line-height:20px;color:var(--clr-base);letter-spacing:.75px;font-weight:400;display:block;position:relative;padding:10px 0;color:inherit}.panel-mobile-box .btn-menu.active,.panel-mobile-box .btn-menu:hover{color:var(--clr-att)}.logo{display:block;position:relative;overflow:hidden;line-height:1;width:100%;letter-spacing:normal;font-weight:400}.logo,.logo:hover{text-decoration:none}.logo img{display:block;width:100%}.popup-catalog-wrap .popup-content-block{display:none;z-index:110}.popup-catalog-wrap .catalog-items-wrap{display:none;animation:a ease .2s;position:absolute;top:0;bottom:0;left:100%;width:83%;padding:67px 10px 67px 40px;padding:6.7rem 10px 6.7rem 4rem;overflow-y:auto;max-height:100%;overflow-x:hidden}.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar{height:3px;width:3px;background-color:transparent}.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-thumb,.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-thumb:hover{background-color:var(--clr-att)}.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-button:vertical:end:increment,.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-button:vertical:start:decrement{background-color:transparent;width:0;height:0}.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-button:horizontal:end:increment,.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-button:horizontal:start:decrement{background-color:transparent;width:0;height:0}.popup-catalog-wrap .catalog-items-wrap .item-wrap{width:50%}.popup-catalog-wrap .catalog-items-wrap .item-wrap:has(.catalog-photo){width:100%}.popup-catalog-wrap .catalog-items-wrap .catalog-photo{border-radius:var(--mainTileRadius);aspect-ratio:556/350}.popup-catalog-wrap .elm-overlay{display:none;z-index:100}.popup-catalog-wrap .btn-catalog-submenu{display:block;position:relative;font-size:18px;line-height:20px;font-weight:400;color:var(--clr-light);transition:all .2s ease;padding:14px 0}.popup-catalog-wrap .btn-catalog-submenu.active,.popup-catalog-wrap .btn-catalog-submenu:hover{color:var(--clr-att)}.popup-catalog-wrap .btn-catalog-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;font-size:18px;font-weight:400;color:var(--clr-base);transition:all .2s ease;padding:11px 50px 12px 0}.popup-catalog-wrap .btn-catalog-menu.active,.popup-catalog-wrap .btn-catalog-menu:hover{font-size:20px;font-weight:600;color:var(--clr-att)}.popup-catalog-wrap .btn-catalog-menu.active:before,.popup-catalog-wrap .btn-catalog-menu:hover:before{rotate:45deg;filter:none}.popup-catalog-wrap .btn-catalog-menu.active:after,.popup-catalog-wrap .btn-catalog-menu:hover:after{border-color:var(--clr-att);background-color:var(--clr-att);height:2px}.popup-catalog-wrap .btn-catalog-menu .button-photo{border-radius:var(--mainButtonRadius);width:54px;height:54px;aspect-ratio:1;-ms-flex-negative:0;flex-shrink:0}.popup-catalog-wrap .btn-catalog-menu .button-title{-ms-flex:1;flex:1;padding-left:16px}.popup-catalog-wrap .btn-catalog-menu .button-title:first-child{padding-left:0}.popup-catalog-wrap .btn-catalog-menu:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-main.svg) 50% no-repeat;background-size:100% auto;top:50%;right:8px;margin-top:-12px;transition:all .2s ease;filter:var(--filterAttToBase)}.popup-catalog-wrap .btn-catalog-menu:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:1px;border-top:1px dashed #dbdbdb;transition:all .2s ease}.popup-catalog-wrap .button-menu-toggle{display:block;width:32px;height:32px;position:absolute;top:50%;right:4px;margin-top:-16px;z-index:8}.popup-catalog-wrap .button-menu-toggle.active{display:none}.popup-catalog-wrap .active .button-menu-toggle{width:100%;height:100%;margin:0;top:0;bottom:0;left:0;right:0}.dropdown-contacts-box{display:block;position:relative;line-height:1.1}.dropdown-contacts-box .section-title{display:block;font-size:14px;line-height:18px;font-weight:400;color:var(--clr-light);margin:10px 0 5px}.dropdown-contacts-box .section-title:first-child{margin-top:0}.dropdown-contacts-box .section-phone{display:block;font-size:30px;font-weight:600}.dropdown-contacts-box .section-buttons{display:-ms-flexbox;display:flex;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.dropdown-contacts-box .section-buttons .button-soc{width:38px;height:38px;-ms-flex-negative:0;flex-shrink:0;margin:0}@media (max-width:1023px){.section-mobile-full{margin-left:calc(var(--paddingContainer) * -1);margin-right:calc(var(--paddingContainer) * -1)}.wrap{overflow:hidden;padding-bottom:50px;padding-top:80px}.header{position:fixed;top:0;left:0;right:0}.header .catalog-inner-wrap{width:42px;margin-right:47px}.header .catalog-inner-wrap .btn-popup{width:42px;height:42px;border-radius:50%;background:var(--clr-att)}.header .catalog-inner-wrap .btn-popup:hover{background:var(--clr-att)}.header .catalog-inner-wrap .btn-popup .button-ico{width:24px;height:24px;filter:var(--filterWhite)}.header .action-wrap{margin-right:7px}.header .action-wrap:last-child{margin-right:0}.header .action-wrap .btn-action-ico{width:42px;height:42px;border-radius:50%;border:1px solid #f8f8f8;box-shadow:2px 4px 5px rgba(0,0,0,.03);background:#fff}.header .action-wrap .btn-action-ico:before{background-size:24px auto}.header .action-wrap .btn-action-ico.ico-fav:before{background-size:28px auto}.header .action-phone{display:block;width:40px;height:40px;position:absolute;top:50%;left:47px;margin:-21px 0 0 var(--paddingContainer)}.menu-show{overflow:hidden}.menu-show .panel-mobile-box{display:none}.popup-catalog-wrap:has(.btn-catalog-menu.active) .catalog-menu-title{display:none}.popup-catalog-wrap:has(.btn-catalog-menu.active) .catalog-menu>li{display:none}.popup-catalog-wrap:has(.btn-catalog-menu.active) .catalog-menu>li:has(.btn-catalog-menu.active){display:block}.popup-catalog-wrap:has(.btn-catalog-menu.active) .btn-catalog-menu.active{font-size:31px;line-height:40px;font-weight:500;display:block;min-height:0;padding:8px 0 8px 26px;color:var(--clr-base)}.popup-catalog-wrap:has(.btn-catalog-menu.active) .btn-catalog-menu.active .butotn-title{padding-left:0}.popup-catalog-wrap:has(.btn-catalog-menu.active) .btn-catalog-menu.active .button-photo,.popup-catalog-wrap:has(.btn-catalog-menu.active) .btn-catalog-menu.active:after,.popup-catalog-wrap:has(.btn-catalog-menu.active) .btn-catalog-menu.active:before{display:none}.popup-catalog-wrap:has(.btn-catalog-menu.active) .btn-catalog-menu.active:after{content:"";display:block;width:32px;height:32px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-back.svg) 50% no-repeat;background-size:100% auto;top:50%;left:0;margin-top:-16px;border:none;right:auto;bottom:auto}.popup-catalog-wrap .catalog-menu-wrap{display:block;position:absolute;top:0;bottom:0;left:0;right:0;padding:30px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.popup-catalog-wrap .catalog-menu-wrap::-webkit-scrollbar{width:0;height:0}.popup-catalog-wrap .popup-content-block{position:fixed;height:100vh;height:100dvh;top:0;left:0;right:0;background:linear-gradient(105deg,rgba(255,228,236,.25) 4.62%,hsla(0,0%,100%,0) 78.25%),linear-gradient(112deg,hsla(0,0%,100%,0) 58.67%,rgba(255,233,241,.67) 100.41%),hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300}.popup-catalog-wrap .catalog-submenu-wrap{display:none;padding:15px 0}.popup-catalog-wrap .btn-catalog-menu{font-size:16px;padding:10px 40px 10px 0;transition:none}.popup-catalog-wrap .btn-catalog-menu:after{transition:none}.popup-catalog-wrap .btn-catalog-menu .button-photo{width:48px;height:48px;border-radius:var(--mainButtonRadius)}.popup-catalog-wrap .btn-catalog-menu:hover{font-size:16px;color:var(--clr-att)}.popup-catalog-wrap .btn-catalog-menu.active~.catalog-submenu-wrap{display:block}.popup-catalog-wrap .btn-catalog-submenu{font-size:16px;padding:12px 0}.popup-catalog-wrap .btn-popup{display:-ms-flexbox;display:flex;width:40px;height:40px;border-radius:0;background:none;border:none;box-shadow:none;padding:0;min-width:0}.popup-catalog-wrap .btn-popup .button-title{display:none}.popup-catalog-wrap .btn-popup .button-ico{margin:0 auto;filter:var(--filterAttToBase);width:32px;height:32px}.popup-catalog-wrap .btn-popup .button-ico:first-child{margin:0 auto}.popup-catalog-wrap .btn-popup:hover{background:none}.popup-catalog-wrap .btn-popup-close{position:fixed;top:20px;right:22px;z-index:10}.popup-catalog-wrap .catalog-menu-title{font-size:31px;font-weight:500;line-height:40px;padding:8px 0}}@media (max-width:479px){.header .inner-wrap{min-height:61px}.header .logo-inner-wrap{width:130px}}@media (min-width:768px){.footer-main-panel .menu-wrap,.footer-main-panel .menu-wrap:last-child{width:calc(33.33% - 16px)}.footer-bottom-panel .inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 20px}.footer-bottom-panel .info-wrap{width:100%;margin:0}.footer-bottom-panel .action-wrap,.footer-bottom-panel .info-wrap{-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1024px){.wrap-inner .header{border-bottom:1px solid rgba(0,0,0,.03);box-shadow:0 0 26px 0 rgba(0,0,0,.01);-webkit-backdrop-filter:none;backdrop-filter:none}.panel-mobile-box{display:none}.header{padding:15px 0}.header .inner-wrap{min-height:88px;padding-right:calc(var(--paddingContainer) - 10px)}.header .catalog-inner-wrap{-ms-flex-order:1;order:1;min-width:280px}.header .menu-inner-wrap{font-size:15px;line-height:24px;white-space:nowrap;font-weight:400;text-transform:uppercase;letter-spacing:.75px;-ms-flex-order:2;order:2;padding:0 15px}.header .menu-inner-wrap~.menu-inner-wrap{-ms-flex-order:4;order:4}.header .menu-inner-wrap .menu{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;gap:5px 16px}.header .menu-inner-wrap .btn-menu{display:block;padding:0 10px;color:var(--clr-base)}.header .menu-inner-wrap .btn-menu.active,.header .menu-inner-wrap .btn-menu:hover{color:var(--clr-att)}.header .logo-inner-wrap{-ms-flex-order:3;order:3;width:198px}.header .actions-inner-wrap{-ms-flex-order:5;order:5}.header .action-wrap{display:block;margin:0 10px 0 0;-ms-flex-negative:0;flex-shrink:0}.header .action-wrap .btn-action-ico{border-radius:50%;border:1px solid #f8f8f8;box-shadow:2px 4px 5px rgba(0,0,0,.03)}.header .action-wrap .btn-action-ico.active,.header .action-wrap .btn-action-ico:hover{background-color:var(--clr-att-second);border-color:var(--clr-att-second);box-shadow:none}.header .action-wrap .btn-action-ico.active:after,.header .action-wrap .btn-action-ico.active:before,.header .action-wrap .btn-action-ico:hover:after,.header .action-wrap .btn-action-ico:hover:before{filter:var(--filterWhite)}.header .action-basket{margin-left:20px;margin-right:0}.menu-show{overflow:hidden}.header .action-search .btn-action-ico:not(.active)~.popup-content-block{transform:translate(200px,-50%)}.popup-catalog-wrap{position:static}.popup-catalog-wrap .js-btn-popup-toggle.active+.js-popup-block{display:-ms-flexbox!important;display:flex!important}.popup-catalog-wrap .active~.popup-content-block{opacity:1;transform:translate(0)}.popup-catalog-wrap .active~.elm-overlay{display:block}.popup-catalog-wrap .popup-content-block{display:block;position:fixed;top:0;left:50%;width:1463px;max-width:100dvw;transition:all .8s ease;transform:translate(-120%);margin-left:-50dvw;background:linear-gradient(105deg,rgba(255,228,236,.25) 4.62%,hsla(0,0%,100%,0) 78.25%),linear-gradient(112deg,hsla(0,0%,100%,0) 58.67%,rgba(255,233,241,.67) 100.41%),hsla(0,0%,100%,.95);opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-height:100%;height:100%;padding:0 6.4rem 0 6.6rem}.popup-catalog-wrap .popup-content-block:before{content:"";display:block;position:absolute;top:0;bottom:0;left:55.4%;width:1px;border-left:1px dashed #dbdbdb;pointer-events:none}.popup-catalog-wrap .catalog-menu-wrap{width:55.4%;padding-right:326px;padding-top:6.7rem;padding-bottom:6.7rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4rem;position:relative}.popup-catalog-wrap .catalog-menu-wrap:before{content:"";display:block;position:absolute;top:0;bottom:0;right:288px;width:1px;border-left:1px dashed #dbdbdb;pointer-events:none}.popup-catalog-wrap .catalog-menu{width:100%;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:visible;position:static}.popup-catalog-wrap .catalog-menu li{position:static}.popup-catalog-wrap .catalog-menu::-webkit-scrollbar{height:3px;width:3px;background-color:transparent}.popup-catalog-wrap .catalog-menu::-webkit-scrollbar-thumb,.popup-catalog-wrap .catalog-menu::-webkit-scrollbar-thumb:hover{background-color:var(--clr-att)}.popup-catalog-wrap .catalog-menu::-webkit-scrollbar-button:vertical:end:increment,.popup-catalog-wrap .catalog-menu::-webkit-scrollbar-button:vertical:start:decrement{background-color:transparent;width:0;height:0}.popup-catalog-wrap .catalog-menu::-webkit-scrollbar-button:horizontal:end:increment,.popup-catalog-wrap .catalog-menu::-webkit-scrollbar-button:horizontal:start:decrement{background-color:transparent;width:0;height:0}.popup-catalog-wrap:has(.catalog-menu:not(:hover)) .catalog-menu .li-main:first-child .catalog-items-wrap,.popup-catalog-wrap:has(.catalog-menu:not(:hover)) .catalog-menu .li-main:first-child .catalog-submenu-wrap{display:block}.popup-catalog-wrap:has(.catalog-menu:not(:hover)) .catalog-menu .li-main:first-child>.btn-catalog-menu{font-size:20px;font-weight:600;color:var(--clr-att)}.popup-catalog-wrap:has(.catalog-menu:not(:hover)) .catalog-menu .li-main:first-child>.btn-catalog-menu:before{rotate:45deg;filter:none}.popup-catalog-wrap:has(.catalog-menu:not(:hover)) .catalog-menu .li-main:first-child>.btn-catalog-menu:after{border-color:var(--clr-att);background-color:var(--clr-att);height:2px}.popup-catalog-wrap .catalog-menu .li-main{padding:0;float:none;display:block;position:static}.popup-catalog-wrap .catalog-menu .li-main:hover .catalog-items-wrap,.popup-catalog-wrap .catalog-menu .li-main:hover .catalog-submenu-wrap{display:block}.popup-catalog-wrap .catalog-menu .li-main:hover>.btn-catalog-menu{font-size:20px;font-weight:600;color:var(--clr-att)}.popup-catalog-wrap .catalog-menu .li-main:hover>.btn-catalog-menu:before{rotate:45deg;filter:none}.popup-catalog-wrap .catalog-menu .li-main:hover>.btn-catalog-menu:after{border-color:var(--clr-att);background-color:var(--clr-att);height:2px}.popup-catalog-wrap .catalog-submenu-wrap{display:none;animation:a ease .2s;position:absolute;left:auto;right:10px;top:0;bottom:0;width:336px;padding:6.7rem 0 6.7rem 46px;overflow-y:auto}.popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar{height:3px;width:3px;background-color:transparent}.popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-thumb,.popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-thumb:hover{background-color:var(--clr-att)}.popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-button:vertical:end:increment,.popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-button:vertical:start:decrement{background-color:transparent;width:0;height:0}.popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-button:horizontal:end:increment,.popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-button:horizontal:start:decrement{background-color:transparent;width:0;height:0}.popup-catalog-wrap .btn-popup{height:52px;font-size:16px;text-transform:uppercase;font-weight:700;border-radius:var(--smallButtonRadius)}.popup-catalog-wrap .btn-popup-close{top:18px;right:18px;z-index:10;position:absolute}.popup-catalog-wrap .btn-catalog-submenu{padding-left:36px;padding-right:20px}.popup-catalog-wrap .catalog-menu-title{display:block;font-size:4.7rem;line-height:.7;font-weight:500;margin:0;width:100%;-ms-flex-negative:0;flex-shrink:0}.popup-catalog-wrap .button-menu-toggle{display:none}.footer{padding-top:5rem;padding-bottom:4rem}.footer .button-up{top:-31px;right:6rem}.footer-main-panel{padding-bottom:2rem}.footer-main-panel .inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;gap:30px}.footer-main-panel .info-inner-wrap{width:280px;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0}.footer-main-panel .menu-inner-wrap{width:50%;margin-bottom:0}.footer-main-panel .contacts-inner-wrap{max-width:250px;width:auto;margin:0;-ms-flex-negative:0;flex-shrink:0}.footer-bottom-panel .info-wrap{-ms-flex:1;flex:1;width:auto;line-height:24px}}@media (min-width:1024px) and (max-height:999px){.popup-catalog-wrap .popup-content-block{width:1316px}.popup-catalog-wrap .catalog-menu-wrap{gap:3.6rem;padding-right:292px}.popup-catalog-wrap .catalog-menu-wrap:before{right:250px}.popup-catalog-wrap .catalog-submenu-wrap{width:292px}.popup-catalog-wrap .catalog-items-wrap,.popup-catalog-wrap .catalog-menu-wrap,.popup-catalog-wrap .catalog-submenu-wrap{padding-top:6rem;padding-bottom:5rem}.popup-catalog-wrap .catalog-menu-title{font-size:4.2rem}.popup-catalog-wrap .btn-catalog-menu{padding-top:10px;padding-bottom:10px;padding-right:40px;font-size:16px}.popup-catalog-wrap .btn-catalog-menu .button-photo{width:48px;height:48px}.popup-catalog-wrap:has(.desktop-active) .btn-catalog-menu.desktop-active{font-size:18px}.popup-catalog-wrap .btn-catalog-submenu{padding:12px 18px 12px 32px;font-size:16px}}@media (min-width:1024px) and (max-height:799px){.popup-catalog-wrap .popup-content-block{width:1184px}.popup-catalog-wrap .catalog-menu-wrap{gap:3.2rem;padding-right:262px}.popup-catalog-wrap .catalog-menu-wrap:before{right:220px}.popup-catalog-wrap .catalog-submenu-wrap{width:262px}.popup-catalog-wrap .catalog-items-wrap,.popup-catalog-wrap .catalog-menu-wrap,.popup-catalog-wrap .catalog-submenu-wrap{padding-top:5rem;padding-bottom:5rem}.popup-catalog-wrap .catalog-menu-title{font-size:3.8rem}.popup-catalog-wrap .btn-catalog-menu{padding-top:9px;padding-bottom:9px;padding-right:36px;font-size:15px}.popup-catalog-wrap .btn-catalog-menu .button-photo{width:44px;height:44px}.popup-catalog-wrap:has(.desktop-active) .btn-catalog-menu.desktop-active{font-size:16px}.popup-catalog-wrap .btn-catalog-submenu{padding:11px 16px 11px 29px;font-size:15px}}@media (min-width:1024px) and (max-width:1399px){.popup-catalog-wrap .popup-content-block{padding-left:30px;padding-right:30px}.popup-catalog-wrap .popup-content-block .catalog-menu-title{font-size:32px}}@media (min-width:1024px) and (max-width:1199px){.footer-main-panel .menu-wrap{width:calc(50% - 12px)}.footer-main-panel .menu-wrap:last-child{width:100%}}@media (min-width:1024px) and (max-width:1099px){.popup-catalog-wrap .catalog-menu-wrap{padding-right:240px}.popup-catalog-wrap .catalog-menu-wrap:before{right:215px}.popup-catalog-wrap .catalog-submenu-wrap{width:240px;padding-left:15px;right:5px}}@media (min-width:1400px){.header .menu-inner-wrap{display:block}.header .catalog-inner-wrap{min-width:0}}@media (min-width:1400px) and (max-width:1599px){.header .logo-inner-wrap{width:140px}.header .menu-inner-wrap{font-size:12px;gap:5px 0}}.item-tile-orders-main{display:block;position:relative;min-height:100%;padding:18px;width:100%;border-radius:16px;border:1px solid #fff2f2;overflow:hidden;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff)}.item-tile-orders-main .tile-title-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;margin-bottom:8px}.item-tile-orders-main .tile-title{width:100%;-ms-flex-negative:0;flex-shrink:0;margin:0;font-size:18px;line-height:24px;font-weight:400;color:var(--clr-base)}.item-tile-orders-main .tile-title a:not(:hover){color:inherit}.item-tile-orders-main .tile-date{-ms-flex-negative:0;flex-shrink:0;white-space:nowrap}.item-tile-orders-main .tile-photos-wrap{margin:0 -5px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 0}.item-tile-orders-main .tile-photo-wrap{padding:0 5px;width:33.33%;-ms-flex-negative:0;flex-shrink:0}.item-tile-orders-main .tile-photo-wrap:nth-child(3)~.tile-photo-wrap{display:none}.item-tile-orders-main .elm-photo,.item-tile-orders-main .tile-photo{-ms-flex-negative:0;flex-shrink:0;aspect-ratio:1;border-radius:11px;width:100%}.item-tile-logo{display:block;position:relative;padding:20px;background:#fff;border-radius:16px;border:1px solid #fff2f2;transition:all .2s ease}.item-tile-logo:hover{border-color:var(--clr-att)}.item-tile-logo .elm-photo{aspect-ratio:inherit;height:65px}.item-tile-service{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;min-height:100%;text-align:center;font-size:15px;line-height:20px;color:var(--clr-light);border-radius:16px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);padding:25px}.item-tile-service .tile-ico{margin-bottom:16px;margin-left:auto;margin-right:auto;width:70px;height:70px}.item-tile-service .tile-title{margin:0 0 8px;font-size:20px;line-height:23px;font-weight:500;color:var(--clr-base)}.item-tile-service .tile-action{margin-top:10px;-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center}.item-tile-service .btn{height:48px;padding:0 22px;font-size:17px}.item-tile-step{border-radius:16px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);display:block;position:relative;padding:20px 20px 24px 54px;font-size:14px;line-height:19px;color:var(--clr-light);min-height:100%}.item-tile-step .tile-title{display:block;position:relative;margin:0 0 10px;font-size:17px;line-height:19px;font-weight:500;color:var(--clr-base);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:24px}.item-tile-step .tile-step{display:block;width:24px;height:24px;border-radius:50%;background:var(--clr-att);text-align:center;line-height:24px;font-size:17px;font-weight:600;color:#fff;position:absolute;top:50%;left:-34px;margin-top:-12px}.item-tile-contact{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;padding:10px 18px;font-size:19px;font-weight:500;line-height:22px;gap:9px;color:var(--clr-base);border-radius:10px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);transition:all .2s ease}.item-tile-contact:hover{color:var(--clr-att)}.item-tile-contact .tile-title-wrap{max-width:calc(100% - 50px - 9px)}.item-tile-contact .elm-ico{width:50px;height:50px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.item-tile-contact .tile-title{display:block;font-size:15px;line-height:18px;font-weight:400;color:var(--clr-light);margin:0 0 8px}.item-tile-contact .tile-value{display:block;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-tile-shop{display:block;position:relative;text-align:center;font-size:15px;line-height:1.2;font-weight:400;color:var(--clr-light)}.item-tile-shop .tile-photo-wrap{display:block}.item-tile-shop .tile-info-wrap{padding:15px 0 0;display:block}.item-tile-shop .tile-title{margin:10px 0 15px;font-size:22px;font-weight:500;color:var(--clr-att-second)}.item-tile-shop .tile-action{font-size:16px;color:var(--clr-att)}.item-tile-shop .link-main{border-bottom-style:dashed}.item-tile-shop .elm-photo{aspect-ratio:1;border-radius:var(--mainTileRadius)}.item-tile-shop a:not(:hover){color:inherit}.item-tile-team{display:block;position:relative;overflow:hidden;font-size:17px;line-height:1.17647059;font-weight:400;color:var(--clr-light)}.item-tile-team.tile-main .elm-title{font-size:19px;line-height:22px;padding:16px 20px 16px 16px}.item-tile-team:hover{color:var(--clr-light)}.item-tile-team .tile-photo-wrap{display:block;position:relative}.item-tile-team .tile-info-wrap{padding:15px 0 0}.item-tile-team .tile-title{font-size:26px;font-weight:500;margin:0 0 10px;color:var(--clr-base)}.item-tile-team .elm-photo{aspect-ratio:350/421;border-radius:var(--mainTileRadius)}.item-tile-team .elm-title{position:absolute;bottom:20px;right:20px;font-style:italic;max-width:295px;width:calc(100% - 40px)}.item-tile-transaction{display:block;position:relative;font-size:14px;line-height:1.14285714;color:var(--clr-light)}.item-tile-transaction .tile-title-wrap{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:500;color:var(--clr-base);margin-bottom:5px}.item-tile-transaction .tile-info-wrap,.item-tile-transaction .tile-title-wrap{display:-ms-flexbox;display:flex;gap:15px}.item-tile-transaction .tile-info-title,.item-tile-transaction .tile-title{-ms-flex:1;flex:1}.item-tile-transaction .tile-info-value,.item-tile-transaction .tile-title-value{-ms-flex-negative:0;flex-shrink:0;text-align:right}.item-tile-transaction .tile-title-value{font-weight:800;position:relative;display:block;padding:0 24px 0 0;white-space:nowrap}.item-tile-transaction .tile-title-value:before{content:"";display:block;width:16px;height:16px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/bonuses-att-second.svg) 50% no-repeat;background-size:100% auto;top:50%;right:0;margin-top:-8px}.item-tile-transaction .text-att:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/bonuses-att.svg)}.item-tile-event{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;border-radius:16px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);padding:24px 30px;font-size:14px;line-height:1.14285714;color:var(--clr-light);min-height:100%}.item-tile-event .tile-contacts-wrap,.item-tile-event .tile-feature-wrap{border-top:1px solid #eee;padding:12px 0 5px 23px;position:relative}.item-tile-event .tile-contacts-wrap:before,.item-tile-event .tile-feature-wrap:before{content:"";display:block;width:18px;height:18px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/succefull.svg) 50% no-repeat;background-size:100% auto;top:12px;left:0}.item-tile-event .tile-contacts-wrap{color:#4f4f4f}.item-tile-event .tile-contacts-wrap:before{display:none}.item-tile-event .tile-contacts-wrap .elm-ico{width:18px;height:18px;position:absolute;top:12px;left:0}.item-tile-event .tile-contacts-wrap a:not(:hover){color:inherit}.item-tile-event .tile-action-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex:1;flex:1;padding:10px 0 0}.item-tile-event .tile-action-wrap .btn{height:36px;padding:0 12px;gap:5px;font-size:14px;font-weight:600;border-radius:6px}.item-tile-event .tile-action-wrap .btn .button-ico{margin:0}.item-tile-event .tile-cnt-title{font-size:14px;font-weight:500;line-height:18px;color:var(--clr-att);margin-bottom:5px}.item-tile-event .tile-alert:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/alert.svg)}.item-tile-event .tile-alert .tile-feature-title{color:var(--clr-att)}.item-tile-event .tile-title-wrap{margin-bottom:10px}.item-tile-event .tile-info-wrap{font-size:12px;color:#4f4f4f;margin-bottom:5px}.item-tile-event .tile-feature-title{font-size:14px;font-weight:500;color:#5c9a12;line-height:18px;margin-bottom:6px}.item-tile-event .tile-info-title{font-size:11px;margin-bottom:5px;color:var(--clr-light)}.item-tile-event .tile-title{font-size:23px;line-height:normal;margin:0;color:var(--clr-base)}.item-tile-event .tile-button-del{width:26px;height:26px;position:absolute;z-index:2;top:9px;right:9px}.item-tile-event .btn-action-ico.ico-close:before{background-size:18px auto}.item-tile-event p{margin-bottom:7px}.item-tile-event .text-info{font-size:11px;color:var(--clr-light)}.item-tile-button.btn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:30px 24px;height:auto;min-height:100%;border-radius:var(--mainTileRadius);white-space:normal;border-style:dashed;font-size:20px;font-weight:500;gap:10px}.item-tile-button.btn .button-ico{width:36px;height:36px;border:2px solid var(--clr-att);filter:none;border-radius:50%}.item-tile-button.btn:hover{border-color:var(--clr-att);background-color:#fff2f2;color:var(--clr-att)}.item-tile-button.btn:hover .button-ico{filter:none}.item-tile-lk-action{display:-ms-flexbox;display:flex;min-height:100%;-ms-flex-direction:column;flex-direction:column;position:relative;-ms-flex-pack:justify;justify-content:space-between;border-radius:16px;border:1px solid #f3f3f3;padding:20px 25px 24px;font-size:14px;line-height:1.2;color:var(--clr-light);gap:10px}.item-tile-lk-action .tile-title-wrap{padding:0 45px 0 0}.item-tile-lk-action .tile-title{margin:0;color:var(--clr-base)}.item-tile-lk-action .tile-info{display:block}.item-tile-lk-action .tile-action-button.btn-action-ico{width:35px;height:35px;position:absolute;top:14px;right:14px;z-index:2}.item-tile-cart-small{display:-ms-flexbox;display:flex;position:relative;font-size:13px;color:var(--clr-base);gap:15px}.item-tile-cart-small:hover{color:var(--clr-base)}.item-tile-cart-small .tile-photo-wrap{width:68px;-ms-flex-negative:0;flex-shrink:0}.item-tile-cart-small .tile-info-wrap{-ms-flex:1;flex:1;padding-top:6px}.item-tile-cart-small .tile-title{display:block;font-size:16px;font-weight:500;margin-bottom:6px}.item-tile-cart-small .tile-info{margin-bottom:4px;display:block}.item-tile-cart-small .tile-info:last-child{margin-bottom:0}.item-tile-cart-small .tile-photo{aspect-ratio:1;border-radius:8px}.item-tile-cart{display:-ms-flexbox;display:flex;padding:21px 27px;padding:21px 2.7rem;border-radius:20px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);position:relative;font-size:16px;line-height:1.25;text-align:left;font-weight:400}.item-tile-cart .tile-photo-wrap{width:136px;-ms-flex-negative:0;flex-shrink:0}.item-tile-cart .tile-info-wrap{-ms-flex:1;flex:1;padding-left:20px;padding-left:2rem;padding-right:30px;padding-right:3rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.item-tile-cart .tile-side-wrap{-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.item-tile-cart .tile-counter-wrap{width:116px;-ms-flex-negative:0;flex-shrink:0}.item-tile-cart .tile-total-wrap{width:198px;width:19.8rem;-ms-flex-negative:0;flex-shrink:0;padding-left:58px;padding-left:5.8rem}.item-tile-cart .tile-total-wrap .tile-price{font-size:23px;font-size:2.3rem;font-weight:500}.item-tile-cart .tile-total-wrap .tile-price.price-old{font-size:16px}.item-tile-cart .tile-title-wrap{margin-bottom:12px}.item-tile-cart .tile-select-wrap{display:-ms-flexbox;display:flex;gap:6px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:14px}.item-tile-cart .tile-price-info .tile-price{display:inline;font-weight:500}.item-tile-cart .tile-photo{aspect-ratio:1;border-radius:10px;background:#fff5f9}.item-tile-cart .tile-title{font-size:20px;margin-bottom:12px;font-weight:500}.item-tile-cart .tile-title:last-child{margin-bottom:0}.item-tile-cart .tile-title a{display:block}.item-tile-cart .tile-title a:not(:hover){color:inherit}.item-tile-cart .tile-subtitle{font-size:21px;font-weight:500;color:var(--clr-att);margin-bottom:8px;display:none}.item-tile-cart .tile-text{font-size:16px;max-width:22.5em}.item-tile-cart .tile-text-title,.item-tile-cart .tile-text-value{display:inline}.item-tile-cart .tile-text-value{color:var(--clr-light)}.item-tile-cart .frm-select-button{-ms-flex-negative:0;flex-shrink:0}.item-tile-cart .tile-button-del{width:30px;height:30px;position:absolute;z-index:2;top:11px;right:11px}.item-tile-cart .tile-button-del:before{background-size:20px auto}.item-tile-cart .frm-field-counter{background:#fff}.item-tile-feature-main{display:-ms-flexbox;display:flex;position:relative;border-radius:14px;border:1px solid #fff2f2;background:#fff;line-height:1.28571429;color:var(--clr-light);padding:19px;-ms-flex-align:start;align-items:flex-start;min-height:100%}.item-tile-feature-main .tile-photo-wrap{width:65px;-ms-flex-negative:0;flex-shrink:0}.item-tile-feature-main .tile-info-wrap{-ms-flex:1;flex:1;padding:0 0 0 16px}.item-tile-feature-main .tile-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:65px;position:relative;overflow:hidden;font-size:24px;font-weight:400;line-height:normal}.item-tile-feature-main .tile-info{padding:16px 0 0;margin:0 0 0 -81px;display:block}.item-tile-feature-main .tile-photo{border-radius:var(--smallTileRadius)}.item-tile-order-add{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.item-tile-order-add .tile-photo-wrap{width:110px;-ms-flex-negative:0;flex-shrink:0}.item-tile-order-add .tile-info-wrap{-ms-flex:1;flex:1;padding-left:14px;padding-top:4px}.item-tile-order-add .tile-title{display:block;font-size:14px;line-height:1.1;font-weight:500;color:var(--clr-base);margin:0 0 6px}.item-tile-order-add .tile-title a{display:block}.item-tile-order-add .tile-title a:not(:hover){color:inherit}.item-tile-order-add .tile-price-wrap{display:-ms-flexbox;display:flex;gap:8px;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap}.item-tile-order-add .tile-price{font-size:16px;line-height:1;font-weight:500;color:var(--clr-att)}.item-tile-order-add .tile-price.price-old{font-size:14px;font-weight:400}.item-tile-order-add .tile-photo{border-radius:16px;aspect-ratio:1}.item-tile-order-add .btn{margin-top:10px;height:35px;padding:0 15px 0 7px;font-size:13px;font-weight:600;border-radius:var(--smallButtonRadius)}.item-tile-order-add .btn .button-ico{margin-right:4px}.item-tile-feature{display:block;position:relative;color:var(--clr-light);line-height:normal}.item-tile-feature .tile-title{font-size:1em;color:var(--clr-base);font-weight:500;line-height:inherit;margin-bottom:5px}.item-tile-feature b{font-weight:500}.item-tile-card-info{display:-ms-flexbox;display:flex;padding:20px;-ms-flex-align:start;align-items:flex-start;border-radius:16px;border:1px solid #f8f8f8;background:#fafafa;font-size:14px;line-height:normal;color:var(--clr-light);min-height:100%;transition:all .2s ease;gap:6px}.item-tile-card-info:hover{border:1px solid #ffebef;background:#fff5f5}.item-tile-card-info .tile-info-wrap{-ms-flex:1;flex:1}.item-tile-card-info .tile-photo-wrap{width:50px;-ms-flex-negative:0;flex-shrink:0}.item-tile-card-info .tile-title{display:block;font-size:18px;line-height:20px;font-weight:500;margin-bottom:6px;color:var(--clr-base)}.item-tile-card-info .tile-info{padding-right:8px}.item-tile-card-info .tile-ico{width:50px;height:50px}.elm-info-attention{border-radius:16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:20px;line-height:1;font-weight:600;padding:14px 14px 14px 69px;color:#fff;position:relative;overflow:hidden;min-height:70px;background:url(/local/templates/malina_2025/assets/css/../img/info-attention.jpg) 50% no-repeat;background-size:cover}.elm-info-attention:after{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(250,72,107,.82)}.elm-info-attention .info-title{position:relative;display:block;z-index:2}.elm-info-attention:before{content:"";display:block;width:42px;height:42px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/info-main.svg) 50% no-repeat;background-size:100% auto;top:50%;left:14px;margin-top:-21px;z-index:2}.elm-info-attention:hover{color:#fff}.elm-card-panel{border-radius:10px;border:1px solid var(--clr-att);padding:10px 16px;font-size:16px;line-height:1.25;color:var(--clr-base);min-height:100%}.elm-card-panel .panel-title{font-size:18px;font-weight:500;line-height:24px;margin:0}.elm-card-panel .panel-title-main{display:inline-block;vertical-align:middle;color:var(--clr-att);font-size:24px;line-height:1;font-weight:700}.elm-card-panel .elm-helper{display:inline-block;vertical-align:middle;margin-top:-1px}.elm-card-panel .panel-info-button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:4px;font-size:17px;font-weight:500;color:var(--clr-att)}.elm-card-panel .panel-info-button .elm-ico{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.elm-card-panel .panel-info-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:24px}.type-blue{border-color:var(--clr-blue)}.type-blue .panel-info-button,.type-blue .panel-title-main{color:var(--clr-blue)}.type-violet{border-color:var(--clr-violet)}.type-violet .panel-info-button,.type-violet .panel-title-main{color:var(--clr-violet)}.type-green{border-color:var(--clr-att-second)}.type-green .panel-info-button,.type-green .panel-title-main{color:var(--clr-att-second)}.type-yellow{border-color:var(--clr-yellow)}.type-yellow .panel-info-button,.type-yellow .panel-title-main{color:var(--clr-yellow)}.type-att-active{border-color:var(--clr-att-active)}.type-att-active .panel-info-button,.type-att-active .panel-title-main{color:var(--clr-att-active)}.type-green-bg{background:#fbfff5;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.item-tile-review{font-size:16px;line-height:1.375;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100%;position:relative}.item-tile-review,.item-tile-review:hover{color:var(--clr-dlight)}.item-tile-review .tile-photo-wrap{margin-bottom:18px}.item-tile-review .tile-photo{border-radius:var(--mainTileRadius);aspect-ratio:1;width:240px;margin:0 auto}.item-tile-review .tile-date{font-size:14px;color:var(--clr-light);margin-bottom:5px}.item-tile-review .tile-title{font-size:23px;font-weight:500;color:var(--clr-att-second);margin:0 0 5px}.item-tile-review .tile-action{margin-top:20px}.item-tile-catalog{min-height:100%;color:var(--clr-base);position:relative}.item-tile-catalog,.item-tile-catalog .tile-stickers-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.item-tile-catalog .tile-stickers-wrap{position:absolute;top:0;left:0;right:0;padding:10px;-ms-flex-align:end;align-items:flex-end;gap:3px}.item-tile-catalog .tile-button-del{width:30px;height:30px;border-radius:50%;position:absolute;top:8px;right:8px;z-index:10;min-width:0}.item-tile-catalog .tile-button-del.btn{width:30px;height:30px}.item-tile-catalog .tile-button-del.ico-close:before{background-size:20px auto}.item-tile-catalog .tile-photo-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0}.item-tile-catalog .tile-content-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;gap:8px;-ms-flex-align:start;align-items:flex-start}.item-tile-catalog .tile-actions-wrap,.item-tile-catalog .tile-price-wrap,.item-tile-catalog .tile-title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0}.item-tile-catalog .tile-title-wrap{padding-top:14px;-ms-flex:1;flex:1;margin-bottom:8px}.item-tile-catalog .tile-price-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-item-align:end;align-self:flex-end;gap:8px}.item-tile-catalog .tile-actions-wrap{display:-ms-flexbox;display:flex;gap:6px;line-height:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-item-align:end;align-self:flex-end}.item-tile-catalog .tile-action-wrap{-ms-flex-negative:0;flex-shrink:0;width:100%}.item-tile-catalog .tile-photo{border-radius:var(--smallTileRadius);aspect-ratio:1;z-index:2}.item-tile-catalog .tile-sticker{z-index:3}.item-tile-catalog .tile-title{font-size:17px;line-height:1.1;font-weight:500;color:inherit}.item-tile-catalog .tile-title a{display:block}.item-tile-catalog .tile-title a:not(:hover){color:inherit}.item-tile-catalog .tile-price{font-size:18px;line-height:1.1;font-weight:500}.item-tile-catalog .price-old{font-size:13px;line-height:1.2}.item-tile-catalog:hover{color:var(--clr-base)}.item-tile-catalog .btn{width:100%;z-index:7}.item-tile-catalog .btn .button-ico{margin-right:3px}.item-tile-catalog.tile-head .tile-title-wrap{padding-top:25px}.item-tile-catalog.tile-head .tile-actions-wrap{padding-top:6px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.item-tile-catalog.tile-head .tile-action-wrap{width:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:1;flex-grow:1}.item-tile-catalog.tile-head .tile-title{font-size:23px}.item-tile-catalog.tile-head .tile-price{font-size:30px}.item-tile-catalog.tile-head .price-old{font-size:20px}.item-tile-catalog.tile-head .tile-photo{border-radius:var(--mainTileRadius);aspect-ratio:350/410}.item-tile-catalog.tile-head .tile-sticker{height:27px;line-height:27px;font-size:18px;letter-spacing:.54px}.item-tile-catalog.tile-head .tile-stickers-wrap{right:auto;left:0;padding:20px}.item-tile-catalog.tile-head .btn{width:100%}:is([class^=item-tile]):hover .elm-photo.photo-cover img,:is([class^=item-tile]):hover .tile-photo.photo-cover img{transform:scale(1.1)}.elm-photo,.tile-photo{display:block;position:relative;overflow:hidden;text-decoration:none;line-height:1;-ms-flex-negative:0;flex-shrink:0}.elm-photo.photo-main,.tile-photo.photo-main{border-radius:var(--smallTileRadius)}.elm-photo.photo-play:hover:after,.tile-photo.photo-play:hover:after{background-color:var(--clr-att-second)}.elm-photo.photo-play:after,.tile-photo.photo-play:after{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:3;width:40px;height:40px;border-radius:50%;background:var(--clr-att) url(/local/templates/malina_2025/assets/css/../img/icons/play.svg) 50% no-repeat;background-size:24px auto;transition:all .2s ease;margin:auto}.elm-photo.photo-play:before,.tile-photo.photo-play:before{display:block!important;background:rgba(0,0,0,.3);position:absolute;top:0;bottom:0;left:0;right:0;padding:0;z-index:2}.elm-photo.photo-zoom>hover:after,.tile-photo.photo-zoom>hover:after{width:78px;height:78px;background-size:32px auto;background-color:var(--clr-att)}.elm-photo.photo-zoom:after,.tile-photo.photo-zoom:after{content:"";display:block;position:absolute;top:50%;left:50%;z-index:2;opacity:0;transition:all .2s ease;width:72px;height:72px;border-radius:50%;background:rgba(250,72,107,.83) url(/local/templates/malina_2025/assets/css/../img/icons/zoom.svg);transform:translate(-50%,-50%);background-size:30px auto;background-repeat:no-repeat;background-position:50%}.elm-photo.photo-zoom:hover:after,.tile-photo.photo-zoom:hover:after{opacity:1}.elm-photo:before,.tile-photo:before{content:"";display:none;padding-top:100%}.elm-photo img,.tile-photo img{display:block;position:relative;width:100%;transition:all .4s ease-out}.elm-photo.photo-cover:before,.tile-photo.photo-cover:before{display:block}.elm-photo.photo-cover img,.tile-photo.photo-cover img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.elm-photo.photo-contain:before,.tile-photo.photo-contain:before{display:block}.elm-photo.photo-contain img,.tile-photo.photo-contain img{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;max-width:100%;max-height:100%;width:auto;height:auto}@supports (aspect-ratio:1){.elm-photo:not(.photo-cover,.photo-contain),.tile-photo:not(.photo-cover,.photo-contain){aspect-ratio:inherit!important}.photo-contain,.photo-cover{aspect-ratio:1}.photo-contain:before,.photo-cover:before{display:none!important}}.elm-price,.tile-price{white-space:nowrap}.elm-price.price-old,.tile-price.price-old{text-decoration:line-through;color:var(--clr-vlight)}.elm-price.price-att,.tile-price.price-att{color:var(--clr-att)}[data-unit]:after{content:attr(data-unit);font-family:Arial,Roboto,Open Sans,sans-serif}.button-ico,.elm-ico,.frm-ico,.lbl-ico,.menu-ico,.tab-ico,.tile-ico{display:block;position:relative;overflow:hidden;width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0}.button-ico .i,.button-ico [class*=icon-],.button-ico img,.button-ico svg,.elm-ico .i,.elm-ico [class*=icon-],.elm-ico img,.elm-ico svg,.frm-ico .i,.frm-ico [class*=icon-],.frm-ico img,.frm-ico svg,.lbl-ico .i,.lbl-ico [class*=icon-],.lbl-ico img,.lbl-ico svg,.menu-ico .i,.menu-ico [class*=icon-],.menu-ico img,.menu-ico svg,.tab-ico .i,.tab-ico [class*=icon-],.tab-ico img,.tab-ico svg,.tile-ico .i,.tile-ico [class*=icon-],.tile-ico img,.tile-ico svg{display:block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;max-height:100%}.ico-contact{border-radius:50%;background:var(--clr-att)}.ico-contact img,.ico-contact svg{max-width:56%;filter:var(--filterWhite)}.ico-wa{border-radius:50%;background:#01b637}.ico-wa img,.ico-wa svg{max-width:56%;filter:var(--filterWhite)}.ico-tg{border-radius:50%;background:#27a3e2}.ico-tg img,.ico-tg svg{max-width:56%;filter:var(--filterWhite)}.ico-max{border-radius:50%;background:linear-gradient(79deg,#4fcbfe 1.28%,#a24de0 88.34%)}.ico-max img,.ico-max svg{max-width:56%;filter:var(--filterWhite)}.elm-overlay{display:none;animation:a ease .2s;background:rgba(0,0,0,.4);position:fixed;top:0;bottom:0;left:0;right:0;z-index:120}.elm-overlay.active{display:block}.elm-status,.tile-status{display:inline-block;position:relative;height:31px;line-height:31px;border-radius:9px;padding:0 14px;background:#000;color:#fff;font-size:15px;font-weight:500;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;max-width:100%;overflow:hidden}.elm-status.type-active,.elm-status.type-att-second,.elm-status.type-new,.tile-status.type-active,.tile-status.type-att-second,.tile-status.type-new{background:var(--clr-att-second)}.elm-status.type-att,.elm-status.type-succefull,.tile-status.type-att,.tile-status.type-succefull{background:var(--clr-att)}.elm-status.type-process,.tile-status.type-process{background-color:#f8a41e}.elm-status.type-wait,.tile-status.type-wait{background-color:#9b1da2}.elm-status.type-confirm,.elm-status.type-paused,.tile-status.type-confirm,.tile-status.type-paused{background-color:#12919a}.elm-status.type-cancel,.elm-status.type-canceled,.elm-status.type-completed,.tile-status.type-cancel,.tile-status.type-canceled,.tile-status.type-completed{background:linear-gradient(180deg,#ff115a,#bd2755)}.elm-sticker,.tile-sticker{display:inline-block;vertical-align:middle;-ms-flex-negative:0;flex-shrink:0;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#000;height:25px;line-height:25px;border-radius:var(--smallButtonRadius);padding:0 10px;min-width:54px;text-align:center;font-size:16px;font-weight:700;letter-spacing:.48px;color:#fff;text-transform:uppercase}.elm-sticker.type-att,.tile-sticker.type-att{background:linear-gradient(251deg,#ff115a,#ff6594)}.elm-sticker.type-att-second,.tile-sticker.type-att-second{background:linear-gradient(252deg,#5c9a12,#84d425)}.elm-sticker.type-yellow,.tile-sticker.type-yellow{background:var(--clr-yellow);color:var(--clr-base)}.elm-sticker.type-green,.tile-sticker.type-green{border:1px solid var(--clr-att-second);color:var(--clr-att-second);background:#fbfff5;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.item-tile-cnt{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:relative;padding:10px 50px 10px 28px;transition:all .2s ease;background:#fff;min-height:58px;color:var(--clr-base)}.item-tile-cnt.active,.item-tile-cnt:hover{background-color:#fff9fb;color:var(--clr-att)}.item-tile-cnt.active:before,.item-tile-cnt:hover:before{filter:none}.item-tile-cnt.active:before{opacity:0}.item-tile-cnt.active:after{opacity:1}.item-tile-cnt .tile-title{display:block;font-size:15px;line-height:20px;font-weight:500;margin:0}.item-tile-cnt .tile-info{display:block;margin:0;font-size:13px;font-weight:400;line-height:20px;color:var(--clr-light)}.item-tile-cnt:after,.item-tile-cnt:before{content:"";display:block;width:24px;height:24px;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-main.svg) 50% no-repeat;background-size:100% auto;transition:all .2s ease;position:absolute;top:50%;right:10px;margin-top:-12px}.item-tile-cnt:before{filter:var(--filterAttToBase)}.item-tile-cnt:after{opacity:0;background-image:url(/local/templates/malina_2025/assets/css/../img/icons/location.svg)}.type-green .elm-helper:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/info-second.svg)}.elm-helper{display:block;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;cursor:pointer;position:relative;z-index:2}.elm-helper.type-gray:before{filter:var(--filterAttToLight)}.elm-helper:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/info.svg) 50% no-repeat;background-size:100% auto;top:50%;left:50%;margin:-12px 0 0 -12px}.elm-row{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;position:relative;font-size:15px;line-height:20px;overflow:hidden;-ms-flex-pack:justify;justify-content:space-between}.elm-row:after{content:"";display:block;height:1px;border-top:1px dashed #dbdbdb;width:auto;-ms-flex:1;flex:1;-ms-flex-order:2;order:2;margin-bottom:.4em}.elm-row .row-title{padding:0 5px 0 0;position:relative;z-index:2;-ms-flex-order:1;order:1}.elm-row .row-value{-ms-flex-negative:0;flex-shrink:0;text-align:right;max-width:30%;padding:0 0 0 5px;z-index:2;position:relative;-ms-flex-order:3;order:3}.elm-title{font-size:16px;line-height:18px;font-weight:500;color:#fff;position:relative;z-index:3;padding:13px 16px 13px 13px;border-radius:16px;background:hsla(0,0%,47%,.57);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-left:4px solid #fff}.elm-text-attention{margin:24px 0;display:block;position:relative;font-size:15px;line-height:1.33333333}.elm-text-attention.section-bg-box{padding:16px 24px 24px;margin:24px 0;border-radius:10px}.elm-text-attention.section-bg-box:first-child{margin-top:0}.elm-text-attention.section-bg-box:last-child{margin-bottom:0}.elm-text-attention .elm-ico{width:55px;height:55px;margin:0 0 12px}.elm-text-attention .elm-ico img,.elm-text-attention .elm-ico svg{width:100%}.elm-text-attention p{margin-bottom:1.33em}.elm-text-attention b{font-weight:600}.elm-text-attention:first-child{margin-top:0}.elm-text-attention:last-child{margin-bottom:0}.elm-selected{display:block;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:25px;line-height:23px;padding:0 26px 0 10px;border-radius:8px;border:1px solid #fff2f2;background-color:#fff;font-size:13px;font-weight:400;color:var(--clr-light);-ms-flex-negative:0;flex-shrink:0}.elm-selected .button-selected-delete{width:24px;height:24px;position:absolute;top:50%;right:13px;margin:-12px -12px 0 0;z-index:3;cursor:pointer}.elm-selected .button-selected-delete:before{background-size:14px auto}.elm-date{display:block;line-height:24px;position:relative;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;padding:0 0 0 22px;font-size:14px;color:var(--clr-light)}.elm-date:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/frm-date.svg) 50% no-repeat;background-size:20px auto;top:12px;left:9px;margin:-12px 0 0 -12px;filter:var(--filterAttToLight)}@media (max-width:1023px){.popup-box .item-tile-cart{-ms-flex-wrap:wrap;flex-wrap:wrap}.popup-box .item-tile-cart .tile-info-wrap{-ms-flex:1;flex:1;padding-right:0;width:calc(100% - 115px)}.popup-box .item-tile-cart .tile-side-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;margin-top:15px}.popup-box .item-tile-cart .tile-title-wrap{padding-right:20px}@supports (display:contents){.popup-box .item-tile-cart{padding-left:152px;min-height:155px}.popup-box .item-tile-cart .tile-inner-wrap{min-height:115px;-ms-flex-order:1;order:1;width:100%}.popup-box .item-tile-cart .tile-photo-wrap{position:absolute;top:19px;left:19px;margin:0;padding:0}.popup-box .item-tile-cart .tile-title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:1;order:1}.popup-box .item-tile-cart .tile-select-wrap{-ms-flex-order:2;order:2;width:100%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0}.popup-box .item-tile-cart .tile-price-wrap{margin:10px 0 0 -133px;width:calc(100% + 133px);-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:5;order:5;font-size:15px}.popup-box .item-tile-cart .tile-side-wrap{-ms-flex-order:3;order:3;margin:16px 0 0 -133px;width:calc(100% + 133px);-ms-flex-negative:0;flex-shrink:0}.popup-box .item-tile-cart .tile-total-wrap{padding-left:16px}.popup-box .item-tile-cart .tile-total-wrap .tile-price{font-size:21px}.popup-box .item-tile-cart .tile-total-wrap .tile-price.price-old{font-size:14px}.popup-box .item-tile-cart .tile-content-wrap{width:115px}.popup-box .item-tile-cart .tile-info-wrap{display:contents}.popup-box .item-tile-cart .tile-photo{aspect-ratio:1}.popup-box .item-tile-cart .frm-select-button.type-small label{padding:0 5px}}.item-tile-cart{padding:19px}.item-tile-cart .tile-photo-wrap{width:115px}.item-tile-cart .tile-title{font-size:18px;line-height:21px}}@media (min-width:600px){.item-tile-catalog.tile-head .tile-content-wrap,.item-tile-catalog.tile-head .tile-title-wrap{-ms-flex:0 0 auto;flex:0 0 auto}.item-tile-catalog.tile-head .tile-photo-wrap{-ms-flex:1;flex:1;position:relative}.item-tile-catalog.tile-head .tile-photo{aspect-ratio:inherit;position:absolute;top:0;bottom:0;left:0;right:0}}@media (max-width:767px){.popup-box .item-tile-cart{padding:14px 14px 14px 130px}@supports (display:contents){.popup-box .item-tile-cart .tile-photo-wrap{width:100px}.popup-box .item-tile-cart .tile-price-wrap,.popup-box .item-tile-cart .tile-side-wrap{margin-left:-116px;width:calc(100% + 116px)}}.item-tile-cart{-ms-flex-wrap:wrap;flex-wrap:wrap}.item-tile-cart .tile-info-wrap{-ms-flex:1;flex:1;padding-right:0;width:calc(100% - 115px)}.item-tile-cart .tile-side-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;margin-top:15px}.item-tile-cart .tile-title-wrap{padding-right:20px}.item-tile-cart.tile-gift{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:19px}.item-tile-cart.tile-gift .tile-photo-wrap{position:relative;top:auto;bottom:auto;left:auto;right:auto;-ms-flex-order:-1;order:-1}.item-tile-cart.tile-gift .tile-info-wrap{display:block;-ms-flex:1;flex:1;-ms-flex-order:2;order:2;margin:0}.item-tile-cart.tile-gift .tile-title-wrap{padding-right:0}.item-tile-cart.tile-gift .tile-inner-wrap{min-height:0}.item-tile-cart.tile-gift .tile-side-wrap{display:none}.item-tile-cart.tile-gift .tile-subtitle{display:block}.item-tile-cart.tile-gift .tile-title{font-size:18px;margin-bottom:6px;padding-right:20px}.item-tile-cart.tile-gift .tile-subtitle{margin-bottom:6px}.item-tile-cart.tile-gift .tile-text{font-size:14px}@supports (display:contents){.item-tile-cart{padding-left:152px;min-height:155px}.item-tile-cart .tile-inner-wrap{min-height:115px;-ms-flex-order:1;order:1;width:100%}.item-tile-cart .tile-photo-wrap{position:absolute;top:19px;left:19px;margin:0;padding:0}.item-tile-cart .tile-title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:1;order:1}.item-tile-cart .tile-select-wrap{-ms-flex-order:2;order:2;width:100%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0}.item-tile-cart .tile-price-wrap{margin:10px 0 0 -133px;width:calc(100% + 133px);-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:5;order:5;font-size:15px}.item-tile-cart .tile-side-wrap{-ms-flex-order:3;order:3;margin:16px 0 0 -133px;width:calc(100% + 133px);-ms-flex-negative:0;flex-shrink:0}.item-tile-cart .tile-total-wrap{padding-left:16px}.item-tile-cart .tile-total-wrap .tile-price{font-size:21px}.item-tile-cart .tile-total-wrap .tile-price.price-old{font-size:14px}.item-tile-cart .tile-content-wrap{width:115px}.item-tile-cart .tile-info-wrap{display:contents}.item-tile-cart .tile-photo{aspect-ratio:1}.item-tile-cart .frm-select-button.type-small label{padding:0 5px}}}@media (max-width:389px){.item-tile-cart{padding:14px 14px 14px 130px}.item-tile-cart.tile-gift{padding:14px}@supports (display:contents){.item-tile-cart .tile-photo-wrap{width:100px}.item-tile-cart .tile-price-wrap,.item-tile-cart .tile-side-wrap{margin-left:-116px;width:calc(100% + 116px)}}}@media (min-width:768px){.elm-text-attention{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px}.elm-text-attention.section-bg-box{padding:24px 18px}.elm-text-attention .elm-ico{margin:0;width:48px;height:48px;-ms-flex-negative:0;flex-shrink:0}.elm-text-attention .text-inner-wrap{-ms-flex:1;flex:1}}@media (min-width:1024px){.item-tile-orders-main{padding:26px 2.9rem;border-radius:2rem}.item-tile-orders-main .tile-title-wrap{margin-bottom:15px}.item-tile-orders-main .elm-date{font-size:15px}.item-tile-orders-main .tile-title{font-size:22px;width:auto;-ms-flex:1;flex:1}.item-tile-orders-main .tile-photo-wrap{width:25%}.item-tile-orders-main .tile-photo-wrap:nth-child(3)~.tile-photo-wrap{display:block}.item-tile-orders-main .tile-photo-wrap:nth-child(4)~.tile-photo-wrap{display:none}.item-tile-logo{padding-top:34px;padding-bottom:34px}.item-tile-logo .elm-photo{height:90px}.item-tile-service{padding:36px 3rem 4.6rem;font-size:16px;line-height:23px}.item-tile-service .tile-ico{width:80px;height:80px;margin-bottom:15px}.item-tile-service .tile-title{font-size:24px;line-height:1;margin-bottom:8px}.item-tile-service .btn{height:50px;font-size:19px}.elm-text-attention{margin:35px 0;font-size:17px;line-height:1.64705882}.elm-text-attention.section-bg-box{margin:35px 0}.elm-text-attention p{margin-bottom:1.64em}.item-tile-team{font-size:16px}.item-tile-team.tile-main{font-size:17px}.item-tile-team.tile-main .tile-title{font-size:3rem;font-weight:500}.item-tile-team.tile-main .elm-title{max-width:295px}.item-tile-team .tile-info-wrap{padding-top:24px}.item-tile-team .elm-title{max-width:228px}.item-tile-button.btn{font-size:23px}.item-tile-feature-main{font-size:16px;line-height:1.25;padding:2.9rem}.item-tile-feature-main .tile-info-wrap{padding-left:2.7rem}.item-tile-feature-main .tile-photo-wrap{width:15.9rem}.item-tile-feature-main .tile-info{margin-left:-18.6rem}.item-tile-feature-main .tile-title{font-size:2.8rem;height:15.9rem}.item-tile-feature-main li:before{top:10px}.item-tile-feature .tile-title{font-size:1.2em;margin-bottom:5px}.elm-info-attention{padding:20px 20px 20px 75px}.elm-info-attention:before{left:20px}.elm-card-panel{padding:14px 23px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%;border-radius:16px}.elm-card-panel .panel-title{margin-bottom:3px}.item-tile-review{font-size:17px;line-height:1.47058824}.item-tile-review .tile-photo{width:33rem}.item-tile-catalog .tile-title-wrap{padding-top:16px}.item-tile-catalog .tile-price{font-size:23px}.item-tile-catalog .price-old{font-size:18px}.item-tile-catalog.tile-head .tile-stickers-wrap,.item-tile-catalog.tile-main .tile-stickers-wrap{padding:25px}.item-tile-catalog.tile-head .tile-title-wrap,.item-tile-catalog.tile-main .tile-title-wrap{padding-top:18px}.item-tile-catalog.tile-head .tile-actions-wrap,.item-tile-catalog.tile-main .tile-actions-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.item-tile-catalog.tile-head .tile-action-wrap,.item-tile-catalog.tile-main .tile-action-wrap{width:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:1;flex-grow:1;max-width:152px}.item-tile-catalog.tile-head .tile-title,.item-tile-catalog.tile-main .tile-title{font-size:25px}.item-tile-catalog.tile-head .tile-price,.item-tile-catalog.tile-main .tile-price{font-size:29px}.item-tile-catalog.tile-head .price-old,.item-tile-catalog.tile-main .price-old{font-size:19px}.item-tile-catalog.tile-head .btn,.item-tile-catalog.tile-main .btn{width:100%}.item-tile-catalog.tile-head .tile-title-wrap{padding-top:20px;margin-bottom:18px}.item-tile-catalog.tile-head .tile-content-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.item-tile-catalog.tile-head .tile-price-wrap{width:auto;-ms-flex-negative:0;flex-shrink:0;max-width:100%}.item-tile-catalog.tile-head .tile-actions-wrap{-ms-flex-negative:0;flex-shrink:0;width:auto}.item-tile-catalog.tile-head .tile-action-wrap{-ms-flex:0 0 auto;flex:0 0 auto;padding:0;min-width:152px}.item-tile-catalog.tile-head .tile-price{font-size:32px}.item-tile-catalog.tile-head .price-old{font-size:21px}.item-tile-catalog.tile-head .tile-title{font-size:30px}}@media (min-width:1024px) and (max-width:1199px){.content-wrap .item-tile-cart{-ms-flex-wrap:wrap;flex-wrap:wrap}.content-wrap .item-tile-cart .tile-info-wrap{-ms-flex:1;flex:1;padding-right:0;width:calc(100% - 115px)}.content-wrap .item-tile-cart .tile-side-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;margin-top:15px}.content-wrap .item-tile-cart .tile-title-wrap{padding-right:20px}.content-wrap .item-tile-cart .tile-photo-wrap{width:115px}.content-wrap .item-tile-cart.tile-gift{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:19px}.content-wrap .item-tile-cart.tile-gift .tile-photo-wrap{position:relative;top:auto;bottom:auto;left:auto;right:auto}.content-wrap .item-tile-cart.tile-gift .tile-info-wrap{display:block}.content-wrap .item-tile-cart.tile-gift .tile-title-wrap{padding-right:0}.content-wrap .item-tile-cart.tile-gift .tile-side-wrap{display:none}.content-wrap .item-tile-cart.tile-gift .tile-subtitle{display:block}.content-wrap .item-tile-cart.tile-gift .tile-title{margin-bottom:8px;padding-right:20px}@supports (display:contents){.content-wrap .item-tile-cart{padding-left:152px;min-height:155px}.content-wrap .item-tile-cart .tile-inner-wrap{min-height:115px;-ms-flex-order:1;order:1;width:100%}.content-wrap .item-tile-cart .tile-photo-wrap{position:absolute;top:19px;left:19px;margin:0;padding:0}.content-wrap .item-tile-cart .tile-title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:1;order:1}.content-wrap .item-tile-cart .tile-select-wrap{-ms-flex-order:2;order:2;width:100%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0}.content-wrap .item-tile-cart .tile-price-wrap{margin:10px 0 0 -133px;width:calc(100% + 133px);-ms-flex-negative:0;flex-shrink:0;-ms-flex-order:5;order:5;font-size:15px}.content-wrap .item-tile-cart .tile-side-wrap{-ms-flex-order:3;order:3;margin:16px 0 0 -133px;width:calc(100% + 133px);-ms-flex-negative:0;flex-shrink:0}.content-wrap .item-tile-cart .tile-total-wrap{padding-left:16px}.content-wrap .item-tile-cart .tile-total-wrap .tile-price{font-size:21px}.content-wrap .item-tile-cart .tile-total-wrap .tile-price.price-old{font-size:14px}.content-wrap .item-tile-cart .tile-content-wrap{width:115px}.content-wrap .item-tile-cart .tile-info-wrap{display:contents}.content-wrap .item-tile-cart .tile-photo{aspect-ratio:1}.content-wrap .item-tile-cart .frm-select-button.type-small label{padding:0 5px}}}@media (min-width:1200px){.item-tile-step{font-size:16px;line-height:23px}.item-tile-step .tile-title{font-size:18px;line-height:24px}}@media (min-width:1200px) and (max-width:1399px){.tiles-cart-box .item-tile-cart{padding-right:19px;padding-left:19px}.tiles-cart-box .item-tile-cart .tile-info-wrap{padding-right:10px}.tiles-cart-box .item-tile-cart .tile-photo-wrap{width:100px}.tiles-cart-box .item-tile-cart .tile-total-wrap{padding-left:20px;width:16rem}}@media (min-width:1400px){.item-tile-feature-main .tile-title{height:auto;display:block;margin:0 0 12px;line-height:1}.item-tile-feature-main .tile-info{margin:0;padding:0}.item-tile-feature-main ul li{margin-bottom:5px}.item-tile-feature-main ul li:last-child{margin-bottom:0}}@media (min-width:1500px){.item-tile-catalog .tile-action-wrap{width:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:1;flex-grow:1}}.action-photo-box{margin-bottom:24px;position:relative;padding:66px 15px;min-height:323px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.action-photo-box.type-form{padding-top:40px;padding-bottom:40px}.action-photo-box.type-form .info-inner-wrap{font-size:17px;line-height:21px}.action-photo-box .frm-row{margin:0 -5px}.action-photo-box .frm-field{padding:0 5px;width:100%;margin-bottom:8px}.action-photo-box .frm-field .btn{width:100%;height:48px;font-size:14px}.action-photo-box .frm-select{text-align:left}.action-photo-box .frm-select label{font-size:14px;line-height:17px}.action-photo-box .frm-select label:before{background-color:#fff}.action-photo-box .elm-photo{border-radius:20px;position:absolute;top:0;bottom:0;left:0;right:0;aspect-ratio:inherit}.action-photo-box .info-inner-wrap{padding:27px 21px;display:block;width:100%;-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:3;border-radius:24px;background:hsla(0,0%,100%,.64);box-shadow:0 4px 76px 0 rgba(0,0,0,.02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:16px;line-height:1.0625;text-align:center}.action-photo-box .info-inner-wrap.text-large{font-size:17px;line-height:21px}.action-photo-box .section-title{display:block;font-size:29px;line-height:1;font-weight:700;margin:0 0 6px}.action-photo-box .section-title:last-child{margin-bottom:0}.action-photo-box p{margin-bottom:10px}.action-photo-box .text-attention{color:#fff;border-radius:12px;padding:13px 16px;font-weight:600;margin-top:15px;margin-bottom:15px;background:var(--clr-att)}.action-photo-box .text-attention:last-child{margin-bottom:0}.info-requisites-box{margin-bottom:var(--sectionMargin);position:relative;font-size:14px;line-height:15px;color:var(--clr-light)}.info-requisites-box .items-wrap{gap:14px 0;margin:0 -7px}.info-requisites-box .item-wrap{width:100%;padding:0 7px}.info-requisites-box .section-title{font-size:19px;line-height:22px;font-weight:500;color:var(--clr-base);margin-bottom:14px}.info-requisites-box .section-bg-box{padding:24px;border-radius:10px;margin:0;min-height:100%}.info-requisites-box p{margin-bottom:16px}.info-requisites-box p b,.info-requisites-box p span{font-weight:400;color:var(--clr-base)}.contacts-box{margin-bottom:var(--sectionMargin);position:relative}.contacts-box .items-wrap{gap:10px 0;margin:0 -5px}.contacts-box .item-wrap{width:100%;padding:0 5px;margin:0}.tabs-buttons-box{margin-bottom:50px;margin-bottom:5rem}.tabs-buttons-box .menu{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.tabs-buttons-box .menu li{-ms-flex-negative:0;flex-shrink:0}.popup-contacts-box.section-content{position:relative;margin-bottom:var(--sectionMargin)}.popup-contacts-box.section-content .map-inner-wrap{border-radius:var(--mainTileRadius);overflow:hidden}.popup-contacts-box.section-content .info-inner-wrap{padding-top:0}.popup-contacts-box.section-content .item-tile-cnt{padding-left:24px;padding-right:50px;border:1px solid #f2f2f2}.popup-contacts-box.section-content .item-tile-cnt:after,.popup-contacts-box.section-content .item-tile-cnt:before{right:20px}.popup-contacts-box.section-content .items-wrap{border:none}.popup-contacts-box.section-content .item-wrap{border:none;margin-top:-1px}.popup-contacts-box.section-content .item-wrap:first-child{margin-top:0}.popup-contacts-box .info-title-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:5px 24px 5px 20px;width:100%;-ms-flex-negative:0;flex-shrink:0;background:var(--clr-att);color:#fff;border-radius:14px 14px 0 0;margin-bottom:0;height:60px;gap:5px}.popup-contacts-box .info-title-wrap .info-title{display:block;font-size:18px;line-height:24px;font-weight:900;text-transform:uppercase;color:inherit;margin:0}.popup-contacts-box .info-title-wrap .elm-ico{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;filter:var(--filterWhite)}.lk-panel-box{margin-bottom:var(--sectionMargin);position:relative;font-size:15px;line-height:1.26666667;color:var(--clr-light)}.lk-panel-box .info-action-wrap{margin-top:20px}.lk-panel-box .info-action-wrap .btn{height:50px;padding:0 29px;font-size:17px;font-weight:600;letter-spacing:normal}.lk-panel-box .info-items-wrap .items-wrap{margin:0 -10px;margin:0 -1rem;gap:12px 0}.lk-panel-box .info-items-wrap .item-wrap{padding:0 10px;padding:0 1rem;margin:0;width:100%}.lk-panel-box .info-row-wrap{padding-bottom:10px;margin-bottom:10px;border-bottom:1px dashed #eee;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;font-size:14px;line-height:1.42857143;color:var(--clr-light);gap:15px}.lk-panel-box .info-row-wrap:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.lk-panel-box .info-row-wrap .info-wrap{font-size:1em;line-height:inherit;margin:0;padding:0;-ms-flex:1;flex:1}.lk-panel-box .info-row-wrap .value-wrap{text-align:right;-ms-flex-negative:0;flex-shrink:0}.lk-panel-box .info-row-wrap .info-inner-title,.lk-panel-box .info-row-wrap .value-inner-title{display:block;font-size:18px;font-weight:500}.lk-panel-box .info-row-wrap .info-inner-title{color:var(--clr-base)}.lk-panel-box .info-row-wrap .value-inner-title{font-weight:600}.lk-panel-box .section-subscribes .inner-content-wrap{display:block}.lk-panel-box .section-subscribes .info-content-wrap,.lk-panel-box .section-subscribes .main-content-wrap{padding-bottom:18px;margin-bottom:20px;border-bottom:1px dashed #cecece;width:100%;max-width:100%}.lk-panel-box .section-subscribes .info-content-wrap .info-inner-title{font-size:15px;font-weight:500;margin-bottom:4px}.lk-panel-box .section-subscribes .buttons-content-wrap .info-inner-title{margin-bottom:15px}.lk-panel-box .section-subscribes .buttons-info-wrap{font-size:12px;font-weight:300}.lk-panel-box .section-subscribes .buttons-info-wrap a:not(:hover){color:#fb8570}.lk-panel-box .section-subscribes .buttons-info-wrap p{margin-bottom:3px}.lk-panel-box .section-subscribes .buttons-wrap{margin-bottom:8px}.lk-panel-box .section-subscribes .buttons-wrap:last-child{margin-bottom:0}.lk-panel-box .section-subscribes .button-wrap{margin-bottom:7px}.lk-panel-box .section-subscribes .button-wrap:last-child{margin-bottom:0}.lk-panel-box .section-subscribes .info-inner-title{font-size:16px;line-height:19px;font-weight:400}.lk-panel-box .section-subscribes .info-wrap,.lk-panel-box .section-subscribes .status-action-wrap,.lk-panel-box .section-subscribes .status-wrap,.lk-panel-box .section-subscribes .title-wrap{margin-bottom:12px}.lk-panel-box .section-subscribes .info-wrap:last-child,.lk-panel-box .section-subscribes .status-action-wrap:last-child,.lk-panel-box .section-subscribes .status-wrap:last-child,.lk-panel-box .section-subscribes .title-wrap:last-child{margin-bottom:0}.lk-panel-box .section-subscribes .section-title{font-size:20px;line-height:1.15}.lk-panel-box .status-action-wrap{font-size:15px;color:var(--clr-att)}.lk-panel-box .status-action-wrap .btn{gap:8px;font-size:1em;font-weight:400}.lk-panel-box .status-action-wrap .btn .button-ico{margin:0;width:18px;height:18px}.lk-panel-box .added-inner-wrap{margin-top:24px}.lk-panel-box:has(.button-action-toggle) .action-content-wrap{display:block}.lk-panel-box:has(.button-action-toggle) .hidden-content-wrap{position:relative;height:0;overflow:hidden;interpolate-size:allow-keywords;transition:all .2s ease;margin-top:0}.lk-panel-box:has(.button-action-toggle.active) .hidden-content-wrap{height:auto;margin-top:20px}.lk-panel-box .box-inner-wrap{padding:24px;margin:0}.lk-panel-box .info-inner-wrap{margin-top:20px;font-size:16px}.lk-panel-box .info-inner-wrap .btn{color:var(--clr-att);gap:3px;font-size:1em;font-weight:400}.lk-panel-box .info-inner-wrap .btn .button-ico{filter:var(--filterAttToBase);margin:0}.lk-panel-box .info-inner-wrap .btn .button-ico:hover{filter:none}.lk-panel-box .inner-content-wrap{gap:18px}.lk-panel-box .info-content-wrap,.lk-panel-box .inner-content-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.lk-panel-box .info-content-wrap{gap:12px}.lk-panel-box .info-content-wrap .info-wrap{margin-bottom:0}.lk-panel-box .hidden-content-wrap{margin-top:20px}.lk-panel-box .action-content-wrap{display:none;margin-top:20px;font-size:20px;line-height:23px;color:var(--clr-base)}.lk-panel-box .action-content-wrap .btn{white-space:normal;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;max-width:100%;height:auto;text-align:left}.lk-panel-box .action-content-wrap .btn .button-ico{filter:var(--filterAttToBase);transition:all .2s ease}.lk-panel-box .action-content-wrap .btn:hover .button-ico{filter:none}.lk-panel-box .action-content-wrap .btn.active{background:none;color:var(--clr-base)}.lk-panel-box .action-content-wrap .btn.active .button-ico{filter:none;transform:rotate(180deg)}.lk-panel-box .title-wrap{font-size:14x;line-height:1.57142857;font-weight:300}.lk-panel-box .elm-price{font-size:24px;font-weight:600;color:var(--clr-att)}.lk-panel-box .section-title{font-size:24px;line-height:1.125;font-weight:400;color:var(--clr-base);margin:0}.lk-panel-box .info-inner-title{display:block;font-size:1em;font-weight:400;line-height:inherit;margin:0 0 2px;color:var(--clr-base)}.lk-panel-box .info-title{font-size:16px;line-height:1.1875;color:var(--clr-base);margin:0 0 10px}.order-lk-box{margin-bottom:16px;border-radius:16px;border:1px solid #fff2f2;transition:all .2s ease;display:block;position:relative;padding:25px;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff)}.order-lk-box+.more-box{margin-top:30px}.order-lk-box.section-open .order-button-toggle{pointer-events:none;opacity:0}.order-lk-box.section-open .order-main-wrap .title-inner-wrap{padding-right:0}.order-lk-box .order-price-action{margin-top:10px}.order-lk-box .order-price-action .btn{height:45px;padding:0 24px;font-size:16px;font-weight:700;letter-spacing:.02em}.order-lk-box .order-comment-wrap{font-size:16px;line-height:1.1875;color:var(--clr-light);border-top:1px dashed #cecece;border-bottom:1px dashed #cecece;padding-top:14px;padding-bottom:14px;margin-top:15px}.order-lk-box .order-comment-wrap+.order-items-wrap{border-top:none!important;margin-top:0!important}.order-lk-box .order-items-wrap{border-top:1px dashed #cecece;padding:20px 0 0;margin-top:20px}.order-lk-box .order-items-title-wrap{margin-bottom:15px}.order-lk-box .order-comment-title{display:block;font-size:15px;font-weight:500;margin-bottom:6px;color:var(--clr-base)}.order-lk-box .order-items-title{font-size:20px;line-height:23px;font-weight:400;margin:0}.order-lk-box .items-wrap{gap:14px 0;margin:0}.order-lk-box .item-wrap{width:100%;margin:0;padding:0}.order-lk-box .order-main-wrap{padding-bottom:16px;border-bottom:1px dashed #cecece;position:relative;display:block}.order-lk-box .order-main-wrap .title-inner-wrap{margin-bottom:6px;position:relative;padding:0 40px 0 0}.order-lk-box .order-main-wrap .order-title{font-size:20px;line-height:23px;font-weight:400;color:var(--clr-base);margin:0 0 4px}.order-lk-box .order-main-wrap .order-info{font-size:15px;line-height:19px;color:var(--clr-light)}.order-lk-box .order-main-wrap .actions-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.order-lk-box .order-main-wrap .order-action{font-size:15px;font-weight:400;color:var(--clr-att)}.order-lk-box .order-main-wrap .order-action .btn{font-size:1em;color:inherit;gap:5px}.order-lk-box .order-main-wrap .order-action .btn .button-ico{width:18px;height:18px;margin:0}.order-lk-box .order-main-wrap .order-action .btn:hover{color:var(--clr-att-second)}.order-lk-box .order-main-wrap .order-action .btn:hover .button-ico{filter:var(--filterAttToAttSecond)}.order-lk-box .order-info-wrap{font-size:16px;line-height:1.1875;font-weight:400;color:var(--clr-light);border-bottom:1px dashed #cecece;padding:16px 0 12px}.order-lk-box .order-info-wrap .order-info-title{font-size:15px;font-weight:500;color:var(--clr-base);margin:12px 0 5px}.order-lk-box .order-info-wrap .order-info-title:first-child{margin-top:0}.order-lk-box .order-summary-wrap{padding:16px 0 0}.order-lk-box .order-price-wrap .order-price-title{font-size:17px;font-weight:500;margin:0 0 6px}.order-lk-box .order-price-wrap .elm-price{font-size:26px;font-weight:600;color:var(--clr-att)}.order-lk-box .order-photos-wrap{display:-ms-flexbox;display:flex;margin-bottom:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;-ms-flex-align:center;align-items:center;height:80px;position:relative;overflow:hidden}.order-lk-box .order-photos-wrap .elm-photo{aspect-ratio:1;width:80px;-ms-flex-negative:0;flex-shrink:0;border-radius:10px}.order-lk-box .order-photos-wrap[data-count-title]:after{content:attr(data-count-title);display:block;-ms-flex-negative:0;flex-shrink:0;height:22px;line-height:22px;border-radius:11px;padding:0 9px;background-color:#eee;font-size:14px;font-weight:400;color:var(--clr-base)}.order-lk-box .order-photos-wrap .photos-wrap{display:-ms-flexbox;display:flex;gap:10px;height:80px;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:calc(100% - 50px)}.order-lk-box .order-photos-wrap .photos-wrap .elm-photo:nth-child(2)~.elm-photo{display:none}.order-lk-box .order-button-toggle{width:40px;height:40px;position:absolute;top:40px;right:40px;margin:-20px -20px 0 0;z-index:2}.order-lk-box p{margin:0}.empty-box{margin-bottom:var(--sectionMargin);position:relative;border-radius:var(--mainTileRadius);border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);padding:24px 30px;text-align:center;font-size:15px;line-height:19px;font-weight:400;color:var(--clr-light)}.empty-box.type-info{text-align:left;padding:25px;display:block}.empty-box.type-info p{margin-bottom:1.26666667em}.empty-box.type-info .elm-ico{transform:none;width:34px;height:34px;position:absolute;top:9px;right:9px;z-index:2;margin:0}.empty-box.type-info .elm-ico img,.empty-box.type-info .elm-ico svg{width:100%}.empty-box.type-info .section-title{font-size:24px;line-height:1.125;margin-bottom:10px;padding-right:20px;text-align:left;max-width:100%;margin-left:0;margin-right:0}.empty-box.type-info .btn{margin-top:0;width:100%;font-size:17px}.empty-box .section-title{font-size:20px;line-height:23px;color:var(--clr-base);margin:0 0 8px}.empty-box .elm-ico{width:46px;height:46px;-ms-flex-negative:0;flex-shrink:0;margin:0 auto 4px;transform:rotate(45deg)}.empty-box p{margin:0}.empty-box .btn{margin-top:16px;min-width:230px;height:50px;font-size:17px}.tiles-lk-catalog-box{margin-bottom:32px}.tiles-lk-catalog-box .items-wrap,.tiles-lk-catalog-box .slider-wrap{margin:0 -10px;gap:20px 0}.tiles-lk-catalog-box .item-wrap,.tiles-lk-catalog-box .sl-wrap{padding:0 10px;width:50%}.tiles-lk-catalog-box .title-box{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:15px}.tiles-lk-catalog-box .slider-actions-wrap,.tiles-lk-catalog-box .title-box .section-title{margin:0}.tiles-lk-box{margin-bottom:32px}.tiles-lk-box .items-wrap{gap:10px 0;margin:0 -5px}.tiles-lk-box .item-wrap{padding:0 5px}.tiles-lk-box .item-wrap.wrap-full{width:100%}.tiles-lk-box:has(.item-tile-transaction) .items-inner-wrap{position:relative;overflow:hidden}.tiles-lk-box:has(.item-tile-transaction) .items-inner-wrap .items-wrap{margin-bottom:-1px}.tiles-lk-box:has(.item-tile-transaction) .items-wrap{gap:0;margin:0}.tiles-lk-box:has(.item-tile-transaction) .item-wrap{width:100%;padding:15px 0;border-bottom:1px dashed #eee;margin:0}.tiles-lk-box:has(.item-tile-transaction) .item-wrap:first-child{padding-top:0}.tiles-lk-box:has(.item-tile-transaction) .item-wrap.wrap-full{width:100%}.search-box{margin-bottom:var(--titleMargin);position:relative}.search-box .form-input{border-color:var(--clr-border)}.tiles-cart-box{margin-bottom:30px;position:relative}.tiles-cart-box .items-wrap{margin:0;gap:20px 0}.tiles-cart-box .item-wrap{padding:0;width:100%}.info-box{margin-bottom:23px;font-size:15px;color:#fff}.info-box .box-inner-wrap{border-radius:12px;background:var(--clr-att) url(/local/templates/malina_2025/assets/css/../img/info-attention.jpg) 50% no-repeat;background-size:cover;position:relative;overflow:hidden;padding:16px 18px 18px 45px}.info-box .box-inner-wrap:after{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(250,72,107,.83),rgba(250,72,107,.83));z-index:2}.info-box .box-inner-wrap:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/info-main.svg) 50% no-repeat;background-size:20px auto;top:26px;left:28px;margin:-12px 0 0 -12px;filter:var(--filterWhite);z-index:3}.info-box .info-inner-wrap{position:relative;z-index:3}.info-box .section-title{font-size:20px;line-height:1;font-weight:600;margin-bottom:10px}.page-filter-box,.page-top-section{position:relative;z-index:10}.page-filter-box{display:none;margin-bottom:70px;margin-bottom:7rem}.page-filter-box .filter-title{display:inline-block;font-size:22px;font-weight:600;line-height:1.27272727;padding:6px 22px;color:#fff;background:var(--clr-att-second);border-radius:12px 12px 0 0}.page-filter-box .filter-content-wrap{border-radius:0 12px 12px 12px;background:#fff;position:relative;box-shadow:0 0 70px 0 rgba(0,0,0,.06);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);padding:24px 22px 12px}.page-filter-box .frm-row{margin:0 -6px}.page-filter-box .frm-field{padding:0 6px;width:33.33%;margin-bottom:12px}.page-filter-box .field-filter .btn{width:100%;height:44px;padding:0 10px;font-size:16px;text-transform:uppercase;font-weight:700}.page-lead-box{margin-bottom:var(--sectionMargin);position:relative}.page-lead-box:has(+.page-filter-box){margin-bottom:0}.page-lead-box:has(+.page-filter-box)+.page-filter-box{margin-top:-87px}.page-lead-box .bg-full-wrap{background:#fff7f5}.page-lead-box .box-inner-wrap{-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;min-height:500px;min-height:50rem;padding:80px 0 120px;padding:8rem 0 12rem}.page-lead-box .box-inner-wrap,.page-lead-box .photo-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.page-lead-box .photo-inner-wrap{position:absolute;top:0;bottom:0;left:50%;-ms-flex-pack:end;justify-content:flex-end;width:746px;width:74.6rem}.page-lead-box .photo-inner-wrap .elm-photo{margin:0 0 0 auto}.page-lead-box .title-inner-wrap{margin-bottom:28px;margin-bottom:2.8rem;font-size:30px;font-size:3rem;line-height:1.1;font-weight:400}.page-lead-box .form-inner-wrap,.page-lead-box .title-inner-wrap{max-width:796px;max-width:79.6rem;width:100%;-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:2}.page-lead-box .section-title{margin-bottom:10px;margin-bottom:1rem;font-weight:700}.page-lead-box .frm-main-search .btn,.page-lead-box .frm-main-search .form-input{height:54px}.page-lead-box .frm-main-search .form-input{font-size:18px;border-radius:8px}.page-lead-box .frm-main-search .form-input:focus{border:1px solid #ffe8e8;background:#fff6f6}.page-lead-box .frm-main-search .btn{min-width:180px;min-width:18rem}.action-box{position:relative;margin-bottom:var(--sectionMargin)}.action-box .elm-photo{border-radius:20px}.tab-box{display:block;margin-bottom:30px;border-radius:16px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);padding:24px;font-size:14px;line-height:1.42857143}.tab-box>:last-child{margin-bottom:0}.tab-box .section-inner-wrap+.section-inner-wrap{margin-top:30px}.tab-box .section-title{display:block;margin:30px 0 10px;font-size:24px;line-height:normal;font-weight:400;color:var(--clr-base)}.tab-box .section-title .title-decor{font-size:25px;line-height:28px;font-weight:700;font-style:italic}.tab-box .section-title:last-child{margin-bottom:0}.tab-box .section-title:first-child{margin-top:0}.tab-box p img{max-width:392px;display:block;width:100%}.tab-box ol li{margin-bottom:10px}.tab-box ol li:before{top:50%}.tab-box ol li:last-child{margin-bottom:0}.tab-box ul.list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin:0 0 24px}.tab-box ul.list li{-ms-flex-negative:0;flex-shrink:0;width:100px;margin:0;padding:0}.tab-box ul.list img{display:block;width:100%}.tab-box li{margin-bottom:8px}.tab-box li:before{top:.72em}.tab-box li:last-child{margin-bottom:0}.tab-box .text-lead{font-size:16px;line-height:1.3125}.tab-box .text-lead b{font-weight:700}.tab-box .items-inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px -10px;gap:0}.tab-box .items-inner .item-wrap{padding:0 5px;margin-bottom:10px;width:100%}.tab-box li:before{top:.64em}.tabs-box{margin-bottom:20px}.tabs-box .menu{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -4px;gap:7px 0}.tabs-box .menu li{padding:0 4px;width:50%;-ms-flex-negative:0;flex-shrink:0}.tabs-box .menu li:first-child{width:100%}.features-box{margin-bottom:var(--sectionMargin);position:relative;font-size:15px;line-height:normal}.features-box .items-wrap{margin:-12px 0;gap:0;display:block;column-rule:1px dashed #dad7d8}.features-box .item-wrap{width:100%;break-inside:avoid-column;padding:12px 0;margin:0;border-bottom:1px dashed #dad7d8}.features-box .items-inner-wrap{position:relative;overflow:hidden}.info-card-box{margin-bottom:var(--sectionMargin);position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;gap:0}.info-card-box .composition-inner-wrap{margin-bottom:20px}.info-card-box .composition-inner-wrap .section-title{font-size:19px;font-weight:500;line-height:1.15789474;margin:0 0 10px}.info-card-box .composition-inner-wrap .elm-row{margin-bottom:10px;font-size:15px;line-height:20px}.info-card-box .composition-inner-wrap .elm-row:last-child{margin-bottom:0}.info-card-box .info-inner-wrap,.info-card-box .photos-inner-wrap{-ms-flex-negative:0;flex-shrink:0;display:block}.info-card-box .tiles-thumbs-slider-box{margin:0}.info-card-box .actions-inner-wrap{margin-bottom:24px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.info-card-box .info-attention-wrap{margin-bottom:20px}.info-card-box .info-section-wrap{border-top:1px dashed #e2e2e2;border-bottom:1px dashed #e2e2e2;padding:19px 0;margin-bottom:30px}.info-card-box .info-section-wrap:has(+.info-section-wrap){border-bottom:none;margin-bottom:0}.info-card-box .info-section-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.info-card-box .info-section-price{padding-top:24px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;-ms-flex-align:end;align-items:flex-end}.info-card-box .info-section-delivery{padding:24px 0 0;-ms-flex-align:center;align-items:center;gap:0 6px;font-size:18px;font-weight:500;line-height:22px}.info-card-box .info-section-delivery .elm-ico{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;filter:var(--filterAttToBase);display:inline-block;vertical-align:middle;margin:-2px 5px 0 0}.info-card-box .info-section-delivery .info-delivery-title{display:inline;vertical-align:middle}.info-card-box .info-section-delivery .info-delivery-title-info{display:inline;vertical-align:middle;font-weight:400;color:var(--clr-light)}.info-card-box .info-section-title{display:block;font-size:18px;line-height:21px;font-weight:500;margin-bottom:14px}.info-card-box .panels-inner-wrap{margin-bottom:20px;-ms-flex-direction:wrap;flex-direction:wrap;gap:8px}.info-card-box .panels-inner-wrap,.info-card-box .top-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.info-card-box .top-inner-wrap{gap:6px;margin-bottom:16px}.info-card-box .title-inner-wrap{margin-bottom:20px}.info-card-box .action-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0}.info-card-box .action-wrap .btn{width:100%;height:50px;font-size:17px;font-weight:600;letter-spacing:normal}.info-card-box .action-small-wrap{width:50px;-ms-flex-negative:0;flex-shrink:0}.info-card-box .action-small-wrap .btn{width:50px;height:50px;padding:0;border-radius:6px;border:1px solid #ffe8ec;background:#fff8f9}.info-card-box .action-small-wrap .btn:hover{background-color:#ffe8ec}.info-card-box .action-small-wrap .btn:after,.info-card-box .action-small-wrap .btn:before{filter:none}.info-card-box .action-small-wrap .btn.active{border-color:var(--clr-att);background-color:var(--clr-att)}.info-card-box .action-small-wrap .btn.active:after,.info-card-box .action-small-wrap .btn.active:before{filter:var(--filterWhite)}.info-card-box .action-small-wrap .btn.button-att-second{border:1px solid #eff4e9;background:#fbfff5}.info-card-box .action-small-wrap .btn.button-att-second:hover{background-color:#eff4e9}.info-card-box .panel-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0}.info-card-box .info-wrap{-ms-flex-negative:0;flex-shrink:0;font-size:16px;line-height:20px;color:var(--clr-light);padding:6px 14px;background:#fff;border:1px solid #fff;border-radius:9px}.info-card-box .info-wrap.type-bg{border:1px solid #ffebef;background:#fff5f5;color:var(--clr-base)}.info-card-box .info-wrap .info-number{color:var(--clr-att);font-weight:600}.info-card-box .info-wrap .info-count{display:inline;font-weight:600;color:var(--clr-base)}.info-card-box .section-title{font-size:30px;line-height:1.06666667;font-weight:400;letter-spacing:normal}.info-card-box .elm-price{-ms-flex-negative:0;flex-shrink:0;font-size:32px;font-weight:500;line-height:1}.info-card-box .price-old{font-size:21px;font-weight:500}.info-card-box .items-wrap{gap:0;display:block;margin:0}.info-card-box .item-wrap{width:100%;padding:0;margin:0 0 14px}.info-card-box .item-wrap:last-child{margin-bottom:0}.tiles-thumbs-slider-box{margin-bottom:var(--sectionMargin);position:relative}.tiles-thumbs-slider-box .slider-photos-main .slider-wrap{margin:0;border-radius:var(--mainTileRadius);overflow:hidden}.tiles-thumbs-slider-box .slider-photos-main .sl-wrap{padding:0}.tiles-thumbs-slider-box .slider-photos-main .elm-photo{border-radius:0;aspect-ratio:1}.tiles-thumbs-slider-box .slider-photos-thumbs{position:relative;overflow:hidden;margin-top:14px;line-height:1}.tiles-thumbs-slider-box .slider-photos-thumbs .button-slider{display:none}.tiles-thumbs-slider-box .slider-photos-thumbs .slider-wrap{margin:0 -7px}.tiles-thumbs-slider-box .slider-photos-thumbs .sl-wrap{width:104px;padding:0 7px}.tiles-thumbs-slider-box .slider-photos-thumbs .swiper-slide-thumb-active .elm-photo:after{opacity:1}.tiles-thumbs-slider-box .slider-photos-thumbs .elm-photo{aspect-ratio:1;cursor:pointer;border-radius:var(--smallTileRadius)}.tiles-thumbs-slider-box .slider-photos-thumbs .elm-photo:after{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;border-radius:var(--smallTileRadius);border:2px solid var(--clr-att);z-index:2;opacity:0;transition:all .2s ease}.tiles-thumbs-slider-box .slider-photos-thumbs .elm-photo:hover:after{opacity:1}.tiles-thumbs-slider-box .slider-action-wrap{position:absolute;bottom:0;left:0;right:0;z-index:4;pointer-events:none;text-align:right;padding:18px}.tiles-thumbs-slider-box .slider-action-wrap .btn{pointer-events:auto;font-size:16px;line-height:17px;font-weight:600;text-align:left;white-space:normal;padding:12px 14px;border:none;border-radius:15px;background:none;color:#fff;letter-spacing:normal;gap:9px}.tiles-thumbs-slider-box .slider-action-wrap .btn:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;border-radius:15px;background:linear-gradient(180deg,rgba(255,17,90,.83),rgba(189,39,85,.83));opacity:1;filter:none;z-index:-1}.tiles-thumbs-slider-box .slider-action-wrap .btn:hover{background:var(--clr-att);color:#fff}.tiles-thumbs-slider-box .slider-action-wrap .btn:hover .button-ico{filter:var(--filterWhite)}.tiles-thumbs-slider-box .slider-action-wrap .btn .button-ico{margin:0;width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0;filter:var(--filterWhite)}.tiles-thumbs-slider-box .stickers-inner-wrap{position:absolute;top:0;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:end;justify-content:flex-end;padding:18px;gap:7px;pointer-events:none;z-index:4}.side-profile-box{margin-bottom:32px;border-radius:24px;background:#fff;border:1px solid #fff2f2;box-shadow:0 0 70px 0 rgba(0,0,0,.06);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);padding:30px 30px 35px;text-align:center;font-size:14px;position:relative;overflow:hidden}.side-profile-box:before{right:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='350' height='179' viewBox='0 0 350 179' fill='none'%3E%3Cpath d='M-31 24C-31 10.745-20.255 0-7 0h375.874c16.332 0 27.056 15.77 17.97 29.34-17.472 26.098-51.911 60.16-112.657 60.16-72.096 0-107.136 47.978-120.734 73.679-4.852 9.169-14.094 15.821-24.468 15.821H-7c-13.255 0-24-10.745-24-24V24z' fill='%23FA486B'/%3E%3C/svg%3E");background-size:auto 100%;background-position:100% 0;background-repeat:no-repeat}.side-profile-box:after,.side-profile-box:before{content:"";display:block;position:absolute;top:0;left:0;height:179px}.side-profile-box:after{right:250px;background:var(--clr-att)}.side-profile-box .photo-inner-wrap{margin-bottom:20px;position:relative;z-index:2}.side-profile-box .title-inner-wrap{margin-bottom:15px;position:relative;z-index:2}.side-profile-box .action-inner-wrap{position:relative;z-index:2}.side-profile-box .action-inner-wrap .btn{gap:3px;font-size:14px}.side-profile-box .action-inner-wrap .btn .button-ico{margin:0}.side-profile-box .section-title{font-size:25px;font-weight:400;line-height:normal;margin:0}.side-profile-box .section-title a:not(:hover){color:inherit}.side-profile-box .elm-photo{aspect-ratio:1;border-radius:70px 0 70px 0;margin:0 auto;max-width:206px}.side-events-box{margin-bottom:15px;border-radius:24px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);padding:23px}.side-events-box .section-title-wrap{margin-bottom:6px}.side-events-box .section-items-wrap{margin-bottom:12px}.side-events-box .section-action-wrap{font-size:14px;line-height:22px;font-weight:500;color:var(--clr-att)}.side-events-box .section-action-wrap .btn{font-size:1em;font-weight:inherit;line-height:inherit}.side-events-box .section-title{font-size:17px;font-weight:500;line-height:normal;margin:0}.side-events-box .frm-info{font-size:14px;font-weight:400;margin-bottom:8px}.side-events-box .frm-info:last-child{margin-bottom:0}.side-card-box{margin-bottom:15px;overflow:hidden;color:#fff;-ms-flex-direction:column;flex-direction:column;padding:24px;gap:30px;gap:3rem;min-height:197px;text-transform:uppercase}.side-card-box,.side-card-box .title-inner-wrap{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.side-card-box .title-inner-wrap{z-index:2}.side-card-box .info-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:15px;position:relative;z-index:2}.side-card-box .info-wrap{-ms-flex-negative:0;flex-shrink:0;width:80px}.side-card-box .info-wrap:first-child{width:auto;-ms-flex:1;flex:1}.side-card-box .info-wrap .card-title{font-size:13px;line-height:22px;font-weight:600;margin:0;padding:0}.side-card-box .info-wrap .card-value{font-size:22px;line-height:25px;font-weight:800}.side-card-box .info-wrap .elm-ico{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;display:inline-block;vertical-align:middle;filter:var(--filterWhite)}.side-card-box .card-logo{width:136px;line-height:1;display:block;position:relative}.side-card-box .card-logo img,.side-card-box .card-logo svg{display:block;width:100%}.side-card-box .card-title{font-size:15px;font-weight:600;line-height:normal;-ms-flex-negative:0;flex-shrink:0;width:80px;display:block;padding:4px 0 0}.side-card-box .elm-photo{background:#000;border-radius:24px;aspect-ratio:inherit;position:absolute;top:0;bottom:0;left:0;right:0}.side-card-box .elm-photo:after{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(92,22,22,.2),rgba(92,22,22,.2)),linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2))}.side-menu-box{margin-bottom:30px;font-size:14px;line-height:18px}.side-menu-box .title-inner-wrap{display:-ms-flexbox;display:flex;margin-bottom:20px;gap:10px;-ms-flex-align:start;align-items:flex-start;display:none}.side-menu-box .menu li{margin-bottom:9px}.side-menu-box .menu li:last-child{margin-bottom:0}.side-menu-box .section-title{-ms-flex:1;flex:1;font-size:31px;line-height:36px;font-weight:400;padding:15px 0 0;text-transform:none}.side-menu-box .btn-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:var(--clr-base);background:#fff;border:1px solid #fff2f2;transition:all .2s ease;border-radius:10px;padding:12px 40px 12px 11px;gap:11px}.side-menu-box .btn-menu:before{content:"";display:block;width:24px;height:24px;position:absolute;top:50%;right:23px;margin:-12px -12px 0 0;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-main.svg) 50% no-repeat;background-size:100% auto;transition:all .2s ease;filter:var(--filterAttToBase)}.side-menu-box .btn-menu .button-ico{width:36px;height:36px;-ms-flex-negative:0;flex-shrink:0;margin:0;border-radius:7px;background:#fff2f2;transition:all .2s ease}.side-menu-box .btn-menu .button-ico img,.side-menu-box .btn-menu .button-ico svg{max-width:24px;max-height:24px}.side-menu-box .btn-menu .button-title-up{display:inline-block;color:var(--clr-att);text-transform:uppercase;font-size:.7em;position:relative;transform:translateY(-30%)}.side-menu-box .btn-menu.active,.side-menu-box .btn-menu:hover{border-color:#fff2f2;background-color:#fff2f2;color:var(--clr-base)}.side-menu-box .btn-menu.active .button-ico,.side-menu-box .btn-menu:hover .button-ico{background-color:#fff}.side-menu-box .btn-menu.active:before,.side-menu-box .btn-menu:hover:before{transform:rotate(45deg);filter:none}.side-menu-box .btn-popup-close{width:30px;height:30px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.side-menu-box .btn-popup-close:after,.side-menu-box .btn-popup-close:before{background-size:20px auto}.side-menu-box .btn-popup-close.btn-green,.side-menu-box .btn-popup-close.btn-green:hover{background:var(--clr-att-second)}.side-menu-box .btn-popup-close.btn-green:after,.side-menu-box .btn-popup-close.btn-green:before{filter:brightness(0) invert(1)}.side-info-box{margin-bottom:var(--sectionMargin);position:relative;border-radius:18px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);box-shadow:0 0 70px 0 rgba(0,0,0,.06);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);padding:28px}.side-info-box .title-inner-wrap{margin-bottom:16px}.side-info-box .section-title{font-size:30px;line-height:32px;font-weight:400}.side-info-box .list-inner-wrap{margin-bottom:19px}.side-info-box .elm-row{margin-bottom:8px;font-size:16px;-ms-flex-align:center;align-items:center}.side-info-box .elm-row:after{opacity:0}.side-info-box .elm-row .row-value{max-width:60%}.side-info-box .elm-row.row-total{font-size:23px;font-weight:600;margin-top:12px;padding-top:18px;margin-bottom:20px;border-top:1px dashed #eee}.side-info-box .elm-sticker{height:32px;padding:0 14px;line-height:30px;font-size:17px;font-weight:600;border-radius:16px;text-transform:none}.side-info-box .form-inner-wrap{padding-bottom:19px;margin-bottom:19px;border-bottom:1px dashed #eee}.side-info-box .actions-inner-wrap{margin-bottom:19px}.side-info-box .actions-inner-wrap:last-child{margin-bottom:0}.side-info-box .action-wrap{margin-bottom:8px}.side-info-box .action-wrap:last-child{margin-bottom:0}.side-info-box .action-wrap .btn{width:100%;height:50px;border-radius:8px;font-size:17px;font-weight:600}.side-info-box .confirm-inner-wrap .frm-select{margin-bottom:15px}.side-info-box .confirm-inner-wrap .frm-select:last-child{margin-bottom:0}.side-info-box .section-toggle-wrap{margin-bottom:19px;border-top:1px dashed #eee;border-bottom:1px dashed #eee}.side-info-box .items-wrap{margin:0;gap:0}.side-info-box .item-wrap{width:100%;padding:0;margin-bottom:12px}.side-info-box .item-wrap:last-child{margin-bottom:0}.breadcrumbs-box{font-size:15px;line-height:1;color:var(--clr-light);text-transform:uppercase;font-weight:400;margin-bottom:30px;letter-spacing:.75px;padding-top:30px}.breadcrumbs-box .menu{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -25px 0 0;gap:4px 0}.breadcrumbs-box .menu li{padding:0 25px 0 0;-ms-flex-negative:0;flex-shrink:0;max-width:100%}.breadcrumbs-box .menu li:after{content:"/";display:block;width:25px;position:absolute;top:0;right:0;text-align:center}.breadcrumbs-box .menu li:last-child{color:var(--clr-att)}.breadcrumbs-box .menu li:last-child:after{display:none}.breadcrumbs-box a:not(:hover){color:inherit}.main-slider-box{margin-bottom:var(--sectionMargin);position:relative}.main-slider-box .elm-photo+.slider-text-wrap{padding-top:20px;padding-bottom:20px;position:absolute;top:0;bottom:0;left:0;right:0;min-height:0}.main-slider-box .sl-wrap:has(.slider-text-wrap){aspect-ratio:376/480;aspect-ratio:inherit}.main-slider-box .bg-inner-wrap{position:absolute;top:0;bottom:0;left:0;right:-300px}.main-slider-box .slider-text-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:60px 42px;min-height:640px;-ms-flex-align:center;align-items:center}.main-slider-box .slider-text-content{display:block;border-radius:31px;background:hsla(0,0%,100%,.61);box-shadow:0 4px 76px 0 rgba(0,0,0,.02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:50px;position:relative;-ms-flex-negative:0;flex-shrink:0;z-index:2;width:100%;max-width:472px;text-align:center;font-size:25px;font-weight:600;line-height:1.2}.main-slider-box .slider-attention{display:inline-block;position:relative;z-index:2;color:#fff}.main-slider-box .slider-attention:before{content:"";display:block;position:absolute;top:-.25em;bottom:-.2em;left:-.7em;right:-.7em;z-index:-1;border-radius:.48em;background:var(--clr-att)}.main-slider-box .slider-title{display:block;font-size:36px;line-height:1.05555556;font-weight:700;color:inherit;margin:0 0 .5em}.main-slider-box .sl-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.main-slider-box .sl-wrap:has(.elm-photo:only-child){aspect-ratio:inherit}.main-slider-box .sl-wrap:has(.elm-photo:only-child) .elm-photo{width:100%;height:auto;aspect-ratio:inherit;position:relative;top:auto;bottom:auto;left:auto;right:auto}.main-slider-box .sl-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%;-ms-flex:1;flex:1;position:relative;z-index:2;padding-top:var(--sectionMargin);padding-bottom:var(--sectionMargin);min-height:425px}.main-slider-box .sl-title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;font-size:24px;line-height:1.16666667;position:relative;text-align:center}.main-slider-box .section-bg{position:absolute;top:0;bottom:0;left:0;right:0;aspect-ratio:inherit;height:100%;width:100%}.main-slider-box .section-title{font-size:40px;line-height:1.1;font-weight:900;text-transform:uppercase;margin:0 0 .6em}.main-slider-box .slider-actions-wrap{position:absolute;left:0;right:0;top:100%;margin-top:-18px}.main-slider-box .slider-actions-wrap .slider-pagination{z-index:10}.main-slider-box .sl-wrap{aspect-ratio:390/425;position:relative}.main-slider-box .sl-arrows-wrap{position:absolute;top:0;bottom:0;left:0;right:0;display:none;max-width:calc(var(--max) - var(--paddingContainer) - var(--paddingContainer))}.main-slider-box .btn{margin-top:12px}.main-slider-box p{margin:0}.main-slider-box b{font-weight:900}.page-message-box{margin-bottom:var(--sectionMargin);position:relative;font-size:15px;line-height:20px;color:var(--clr-light)}.page-message-box b{font-weight:500}.page-message-box .section-title{margin-bottom:8px;color:var(--clr-base);margin-top:0}.page-message-box .elm-ico{margin-bottom:-10px;width:57px;height:57px}.page-message-box .actions-inner-wrap{margin:20px 0 0}.page-message-box .action-wrap{width:100%;margin-bottom:8px}.page-message-box .action-wrap:last-child{margin-bottom:0}.page-message-box .btn{width:100%;height:50px;font-size:16px;font-weight:500}.form-order-box{margin-bottom:30px}.form-order-box .form-side-wrap{margin-top:30px;width:100%;-ms-flex-negative:0;flex-shrink:0}.form-order-box .frm-section-desc{margin:10px 0 15px;font-size:13px;font-weight:300;color:var(--clr-light)}.form-order-box .frm-section-desc:first-child{margin-top:0}.form-order-box .frm-section-title:has(+.frm-section-desc){margin-bottom:0}.form-order-box .frm-main-title-wrap{margin-bottom:20px;font-size:15px;line-height:1.33333333;color:var(--clr-light)}.form-order-box .frm-main-title-wrap .frm-title{font-size:27px;line-height:1;font-weight:400;color:var(--clr-base);margin-bottom:15px}.form-order-box .section-payment .frm-row{margin-bottom:10px}.form-order-box .section-payment .frm-row:last-child{margin-bottom:0}.form-order-box .section-payment .btn{width:100%;height:52px;border-radius:8px}.form-order-box .frm-section-submit{padding-top:14px}.form-order-box .frm-section-submit .frm-field{margin-bottom:12px}.form-order-box .frm-section-submit .frm-field:last-child{margin-bottom:0}.form-order-box .frm-section-submit .btn{min-width:190px}.form-order-box .field-button-add .btn{height:35px;border-radius:6px;padding:0 14px;font-size:14px;font-weight:600;letter-spacing:normal;gap:3px}.form-order-box .field-button-add .btn .button-ico{margin:0 0 0 -8px}.form-order-box select.form-input{color:var(--clr-base)}.form-order-box select.form-input:required:invalid{color:var(--clr-light);border-color:#e9e9e9;background-image:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-select-gray.svg)}.form-order-box .frm-map-select{padding-top:12px}.form-order-box .frm-section-wrap{margin-bottom:16px;border-radius:14px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);padding:21px 16px 16px}.form-order-box .frm-section-wrap.section-small{padding:26px}.form-order-box .frm-section-wrap.section-att{color:#fff;background:linear-gradient(180deg,#ff115a,#bd2755)}.form-order-box .frm-section-wrap.section-att .frm-section-title.title-small{font-size:20px;font-weight:600;margin-bottom:10px}.form-order-box .frm-section-wrap.frm-content:not(.active){padding-top:0;padding-bottom:0;margin:0;border:none}.form-order-box .frm-section-title{font-size:20px;line-height:23px;margin-bottom:14px}.form-order-box .frm-section-title.title-small{font-size:18px}.form-order-box .frm-row{margin:0 -3px}.form-order-box .row-select .frm-field{width:50%}.form-order-box .row-select .field-full{width:100%}.form-order-box .frm-field{padding:0 3px;width:100%;margin-bottom:6px}.form-order-box .field-select{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:14px 20px}.form-order-box .field-select .frm-select{margin:0;-ms-flex-negative:0;flex-shrink:0;max-width:100%}.form-order-box .sel-180 .frm-select{min-width:180px}.form-order-box .frm-select{margin-bottom:10px}.form-order-box .frm-select label:before{background-color:#fff}.form-order-box .frm-select:last-child{margin-bottom:0}.form-order-box .frm-field-select .button-select-toggle{height:48px;border-radius:var(--mainButtonRadius);border:1px solid #e9e9e9;font-size:15px;background-color:#fff}.form-order-box .frm-field-select .button-select-toggle:not(:hover,.active){background-color:#fff}.form-order-box .frm-field-select .button-select-toggle.button-light.button-border:not(:hover,.active){color:#c6c6c6}.form-order-box .frm-field-select .button-select-toggle.button-light.button-border:not(:hover,.active).selected{color:var(--clr-att);color:var(--clr-base)}.form-order-box .form-input{height:48px;font-size:15px}.form-order-box .frm-select-button.type-border input:checked~label,.form-order-box .frm-select-button label{background-color:#fff}.form-order-box .frm-title-wrap{margin-top:8px;padding-top:15px;border-top:1px dashed #eee;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:12px}.form-order-box .frm-title-wrap.no-border{border-top:none;padding-top:0}.form-order-box .frm-title-wrap .frm-title{font-size:20px;line-height:23px;font-weight:400}.form-order-box .frm-title-wrap .frm-select,.form-order-box .frm-title-wrap .frm-title{margin:0;-ms-flex-negative:0;flex-shrink:0;max-width:100%}.form-order-box .frm-title-wrap+.frm-content{margin-top:12px}.form-order-box .frm-content:not(.active){margin:0}.form-order-box .frm-select-button{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.form-order-box .frm-select-button label{min-height:47px;height:100%;padding:9px 10px;text-align:left;-ms-flex-pack:start;justify-content:flex-start;-ms-flex:1;flex:1}.form-order-box .frm-select-button .lbl-title{white-space:normal;font-size:15px;line-height:16px}.form-order-box .field-mobile-half{width:50%}.form-order-box select.form-input{border-color:#e9e9e9}.form-order-box textarea.form-input{height:150px;padding-top:12px}.form-gift-box{margin-bottom:30px;text-align:center}.form-gift-box .box-inner-wrap{border-radius:20px;background:#fff5f9;padding:14px 25px 40px}.form-gift-box .photo-inner-wrap{margin-bottom:5px}.form-gift-box .elm-photo{width:260px;margin:0 auto}.form-gift-box .frm-title{font-size:27px;line-height:1;font-weight:400;margin-bottom:15px}.form-gift-box textarea.form-input{height:66px;padding-top:12px;font-size:15px;text-align:left}.form-gift-box .frm-field{width:100%;margin-bottom:16px}.form-gift-box .frm-field:last-child{margin-bottom:0}.form-gift-box .btn{height:42px;font-size:16px;padding:0 18px;gap:8px}.form-gift-box .btn .button-ico{margin:0}.tiles-slider-box{margin-bottom:var(--sectionMargin);position:relative}.tiles-slider-box .slider-add .slider-wrap{margin:0 -15px;margin:0 -1.5rem}.tiles-slider-box .slider-add .sl-wrap{padding:0 15px;padding:0 1.5rem}.tiles-slider-box .sl-wrap{padding-bottom:5px}.tiles-slider-box .button-slider{display:none}.tiles-slider-box .btn-action-ico.ico-arrow{top:190px}.tiles-slider-box:has(.item-tile-review) .btn-action-ico.ico-arrow{top:280px;top:28rem}.tiles-slider-box:has(.photo-main) .btn-action-ico.ico-arrow{top:134px}.tiles-slider-box:has(.item-tile-order-add) .btn-action-ico.ico-arrow{top:55px}.tiles-box{margin-bottom:var(--sectionMargin);position:relative}.tiles-box:has(.item-tile-step) .items-wrap{gap:12px 0;margin:0 -10px;margin:0 -1rem}.tiles-box:has(.item-tile-step) .items-wrap.items-col-3{gap:12px 0;margin:0 -10px;margin:0 -1rem}.tiles-box:has(.item-tile-step) .items-wrap.items-col-3 .item-wrap{padding:0 10px;padding:0 1rem}.tiles-box:has(.item-tile-step) .item-wrap{padding:0 10px;padding:0 1rem}.tiles-box:has(.item-tile-logo) .items-wrap{margin:0 -8px;gap:16px 0;-ms-flex-pack:center;justify-content:center}.tiles-box:has(.item-tile-logo) .item-wrap{padding:0 8px}.tiles-box .items-col-3 .item-wrap,.tiles-box .items-col-4 .item-wrap{width:100%}.tiles-box .items-logos .item-wrap{width:50%}.tiles-box .action-box{margin:40px 0}.tiles-box .action-box:first-child{margin-top:0}.tiles-box .action-box:last-child{margin-bottom:0}.tiles-box .item-wrap{width:50%}.tiles-box .item-wrap:has(.tile-head){width:100%}.tiles-box .items-wrap+.items-wrap{margin-top:24px}.tiles-box .items-col-2 .item-wrap{width:100%}.pagenav-box{margin-top:40px}.pagenav-box .pages-inner-wrap{max-width:100%;-ms-flex-align:start;align-items:flex-start}.pagenav-box .pages-inner-wrap,.pagenav-box .pages-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:8px}.pagenav-box .pages-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.pagenav-box .pages-more-wrap{margin-top:20px;text-align:center}.pagenav-box .pages-more-wrap:first-child{margin-top:0}.pagenav-box .pages-more-wrap .btn{text-transform:uppercase;height:47px;font-size:16px;font-weight:700}.pagenav-box .btn-page{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;height:36px;min-width:36px;text-align:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;border:1px solid #eee;transition:all .2s ease;padding:0 8px;font-size:16px;font-weight:700;line-height:34px;color:var(--clr-base)}.pagenav-box .btn-page:before{filter:var(--filterAttToLight) opacity(.5);transition:all .2s ease}.pagenav-box .btn-page.active,.pagenav-box .btn-page:hover{color:var(--clr-att);border-color:var(--clr-att)}.pagenav-box .btn-page.active:before,.pagenav-box .btn-page:hover:before{filter:none}.pagenav-box .btn-page.button-disabled,.pagenav-box .btn-page[disabled]{border-color:#eee;background-color:#eee;color:var(--clr-base);opacity:.5;cursor:default}.pagenav-box .btn-page.button-disabled:before,.pagenav-box .btn-page[disabled]:before{filter:var(--filterAttToBase)}.pagenav-box .button-nav:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-next.svg) 50% no-repeat;background-size:100% auto}.pagenav-box .button-nav-prev:before{rotate:180deg}.title-box{margin-bottom:var(--titleMargin);display:-ms-flexbox;display:flex;gap:10px;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap}.title-box.title-order{text-align:center;display:block}.title-box.title-order .action-wrap{width:100%;margin:20px 0 0;text-align:center}.title-box.title-order .action-wrap .btn{height:43px;padding:0 16px;font-size:14px;text-transform:uppercase}.title-box .soc-inner-box{margin:0}.title-box:has(.button-menu-toggle){-ms-flex-align:center;align-items:center}.title-box:has(.h2-title){margin-bottom:15px}.title-box .widget-wrap{margin:20px auto 0;width:194px}.title-box .filter-wrap{display:block;width:100%;-ms-flex-negative:0;flex-shrink:0}.title-box .filter-wrap .btn{height:44px;width:100%;font-size:16px;text-transform:uppercase}.title-box .filter-wrap .btn .button-ico{margin-right:5px}.title-box .sort-wrap{width:100%;display:block}.title-box .sort-wrap:last-child{-ms-flex-negative:0;flex-shrink:0;margin-bottom:0}.title-box .title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0}.title-box .page-subtitle{font-size:18px;line-height:1.27777778;font-weight:300;margin:0;text-transform:none}.title-box .tabs-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0}.title-box .tabs-wrap .menu{display:-ms-flexbox;display:flex;gap:10px}.title-box .tabs-wrap .menu li{-ms-flex-negative:0;flex-shrink:0}.title-box .section-title{margin-bottom:10px}.title-box .section-title:last-child{margin-bottom:0}.title-box .info-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 14px;font-size:17px;font-weight:400;-ms-flex-pack:center;justify-content:center}.title-box .info-inner-wrap b{font-weight:500}.title-box .info-wrap{-ms-flex-negative:0;flex-shrink:0;max-width:100%}.title-box .action-wrap .btn.button-border{height:52px;font-size:16px;font-weight:400;gap:11px;color:var(--clr-base);border-color:#fff2f2;padding:0 11px}.title-box .action-wrap .btn.button-border .button-ico{width:36px;height:36px;background:#fff2f2;filter:none;border-radius:7px;margin:0}.title-box .action-wrap .btn.button-border:hover{background-color:#fff2f2;color:var(--clr-att)}.title-box .action-wrap .btn.button-border:hover .button-ico{filter:none}.title-box .action-wrap .button-menu-toggle{width:40px;height:40px;border-radius:50%}.article-text-box{margin-bottom:var(--sectionMargin);position:relative;font-size:14px;line-height:1.42857143}.article-text-box .page-title{line-height:1.06666667;margin-bottom:18px}.article-text-box .h1-title,.article-text-box .h2-title{font-size:24px;font-weight:400;text-transform:none;letter-spacing:normal;line-height:normal;margin:0 0 22px;color:var(--clr-base)}.article-text-box .h2-title{font-size:18px;font-weight:500;margin-bottom:6px}.article-text-box li{color:var(--clr-light);font-size:15px;line-height:1.2;margin-bottom:15px}.article-text-box li:last-child{margin-bottom:0}.article-text-box .section-title{font-size:25px;font-weight:700;font-style:italic;line-height:1.12em;color:var(--clr-att)}.article-text-box .title-decor:before{aspect-ratio:415/30}.article-text-box ol,.article-text-box p,.article-text-box ul{margin-bottom:20px}.article-text-box ol li:before{top:21px}.article-text-box .text-attention-box p,.article-text-box blockquote p{margin-bottom:10px}.soc-inner-box{margin:24px 0}.soc-inner-box:first-child{margin-top:0}.soc-inner-box:last-child{margin-bottom:0}.soc-inner-box .soc-title{font-size:17px;margin:0 0 8px;font-weight:500;color:var(--clr-base)}.soc-inner-box .soc-wrap{display:-ms-flexbox;display:flex;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.soc-inner-box .btn-action-ico{-ms-flex-negative:0;flex-shrink:0}.main-soc-box{padding:var(--sectionMargin) 0;text-align:center}.main-soc-box.type-inner{padding:40px 0}.main-soc-box .page-subtitle{margin-bottom:24px}.main-soc-box .soc-wrap{display:-ms-flexbox;display:flex;gap:10px 22px;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.main-soc-box .button-soc{width:60px;height:60px;-ms-flex-negative:0;flex-shrink:0}.main-soc-box .section-title{font-size:21px;font-weight:600;text-transform:uppercase;line-height:normal;margin:0 0 16px}.filter-box{z-index:120;background:linear-gradient(205deg,#fffaf2,#fff 99.15%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none}.filter-box,.filter-box .filter-inner-wrapper{-ms-flex-direction:column;flex-direction:column}.filter-box .filter-inner-wrapper{display:-ms-flexbox;display:flex;width:100%;height:100%}.filter-box .filter-section-toggle{margin-bottom:12px}.filter-box .filter-section-wrap{border-radius:10px;position:relative;background:#fff;border:1px solid #f3f3f3;margin-bottom:12px}.filter-box .filter-section-wrap:last-child{margin-bottom:0}.filter-box .filter-section-title{cursor:pointer;position:relative;display:block;font-size:18px;font-weight:500;color:var(--clr-base);line-height:24px;padding:14px 60px 14px 19px}.filter-box .filter-section-title:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-next.svg) 50% no-repeat;background-size:100% auto;top:50%;right:19px;margin-top:-12px;rotate:90deg;transition:all .2s ease;filter:var(--filterAttToBase)}.filter-box .filter-section-title.active:before{rotate:270deg}.filter-box .filter-section-title.active~.filter-section-content{height:auto;padding-bottom:22px}.filter-box .filter-section-content{padding:0 19px;position:relative;height:0;overflow:hidden;interpolate-size:allow-keywords;transition:all .2s ease;width:100%}.filter-box .filter-title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;background:var(--clr-att-second);color:#fff;border-radius:0 0 26px 26px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:56px;padding:15px 18px}.filter-box .filter-title-wrap .elm-ico{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;filter:var(--filterWhite)}.filter-box .filter-title-wrap .filter-title{-ms-flex:1;flex:1;text-align:center;font-size:26px;font-weight:600;padding:0 10px;margin:0}.filter-box .filter-title-wrap .button-filter-close{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;filter:var(--filterWhite)}.filter-box .filter-content-wrap{-ms-flex:1;flex:1;padding:26px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.filter-box .filter-content-wrap::-webkit-scrollbar{width:0;height:0}.filter-box .filter-actions-wrap{display:block;width:100%;-ms-flex-negative:0;flex-shrink:0;padding:22px 18px;background:linear-gradient(205deg,#fffaf2,#fff 99.15%);border-radius:26px 26px 0 0}.filter-box .filter-section-wrap:has(.filter-section-reset) .filter-section-reset{display:none}.filter-box .filter-section-wrap:has(.filter-section-reset):has(:checked) .filter-section-reset{display:block}.filter-box .filter-section-wrap:has(.filter-section-more):has(.frm-select:nth-child(5)):has(.button-filter-more:not(.active)) .frm-select:nth-child(4)~.frm-select{display:none}.filter-box .filter-section-wrap:has(.filter-section-more):has(.frm-select:nth-child(5)) .filter-section-more{display:block}.filter-box .filter-section-wrap:has(.filter-section-more):has(.frm-select:nth-child(5)) .frm-select{animation:a ease .2s}.filter-box .filter-section-more{display:none}.filter-box .filter-section-reset{margin-top:10px;font-size:15px;line-height:23px;margin-bottom:6px;color:#cecece}.filter-box .filter-section-reset .btn{font-size:1em;line-height:inherit}.filter-box .filter-section-reset .btn:hover{color:var(--clr-att-second)}.filter-box .frm-select{margin-bottom:13px}.filter-box .frm-row{margin:0}.filter-box .frm-field{width:100%;padding:0;margin-bottom:10px}.filter-box .frm-field .btn{width:100%;height:47px;font-size:16px;font-weight:700;text-transform:uppercase}.filter-box .frm-field .button-border:not(:hover){border-color:var(--clr-border);color:var(--clr-light)}.filter-box .field-total{text-align:center;font-size:16px;line-height:20px}.filter-box .button-filter-more{font-size:15px;line-height:23px;color:var(--clr-att);padding-top:4px}.filter-box .button-filter-more:hover{color:var(--clr-att-second)}.filter-box .button-filter-more.active{color:var(--clr-att);background:none}.bg-full-wrap{display:block;position:absolute;top:0;bottom:0;left:50%;width:100dvw;min-width:var(--min);transform:translateX(-50%);overflow:hidden}.section-bg-box{border-radius:20px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);padding:39px 19px}.bg-box,.section-bg-box{margin-bottom:var(--sectionMargin)}.bg-box{position:relative;z-index:2;padding:var(--sectionMargin) 0}.bg-box:has(+.main-soc-box){margin-bottom:0}.bg-box:last-child{margin-bottom:0}.bg-box:before{content:"";display:block;position:absolute;top:0;bottom:0;left:50%;width:100dvw;min-width:var(--min);transform:translateX(-50%);overflow:hidden;background:var(--clr-bg-light)}.bg-box>:last-child{margin-bottom:0}.bg-box.type-gradient:before{background:linear-gradient(0deg,#fff 0,#fff9f9)}.more-box:last-child{margin-bottom:var(--sectionMargin)}.more-box .more-inner-wrap{margin-top:0}.more-box.text-left .more-inner-wrap{-ms-flex-pack:start;justify-content:flex-start}.more-inner-wrap{margin-top:var(--titleMargin);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 18px;-ms-flex-pack:center;justify-content:center}.more-inner-wrap .btn{min-width:272px;min-width:27.2rem}.section-toggle-wrap{display:block;position:relative}.section-toggle-wrap .btn-toggle{display:block;position:relative;padding:19px 40px 19px 0;font-size:20px;line-height:25px;font-weight:600;color:var(--clr-base)}.section-toggle-wrap .btn-toggle:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-next.svg) 50% no-repeat;transform:rotate(90deg);background-size:100% auto;top:50%;right:0;margin-top:-12px;transition:all .2s ease}.section-toggle-wrap .btn-toggle.active:before{transform:rotate(270deg)}.section-toggle-wrap .active~.toggle-content-wrap{padding-bottom:19px;margin-top:-4px;height:auto}.section-toggle-wrap .toggle-content-wrap{position:relative;height:0;overflow:hidden;interpolate-size:allow-keywords;transition:all .2s ease}.section-border{border-bottom:1px dashed #eee;padding-bottom:26px;margin-bottom:26px}@media (max-width:1599px){.form-order-box:has(.form-side-wrap) .frm-section-submit{display:none}.form-order-box:has(.form-side-wrap) .form-side-wrap{margin-top:0}.main-slider-box .button-slider,.tiles-slider-box .button-slider{display:none!important}}@media (max-width:1399px){.order-lk-box:has(.order-button-toggle) .order-info-wrap,.order-lk-box:has(.order-button-toggle) .order-items-wrap,.order-lk-box:has(.order-button-toggle) .order-photos-wrap{position:relative;height:0;overflow:hidden;interpolate-size:allow-keywords;transition:all .2s ease;padding-top:0;padding-bottom:0;margin-bottom:0;margin-top:0;border-top:none;border-bottom:none}.order-lk-box:has(.order-button-toggle.active) .order-info-wrap{height:auto;padding-top:16px;padding-bottom:12px;border-bottom:1px dashed #cecece}.order-lk-box:has(.order-button-toggle.active) .order-photos-wrap{height:auto;margin-bottom:16px}.order-lk-box:has(.order-button-toggle.active) .order-items-wrap{height:auto;margin-top:20px;padding-top:20px;border-top:1px dashed #cecece}}@media (max-width:1023px){.form-order-box .section-payment .frm-section-title{font-size:24px;line-height:27px}.tiles-box:has(.more-inner-wrap .js-btn-tgl) .item-wrap:nth-child(8)~.item-wrap{display:none}.tiles-box:has(.more-inner-wrap .js-btn-tgl.active) .more-inner-wrap{display:none}.tiles-box:has(.more-inner-wrap .js-btn-tgl.active) .item-wrap:nth-child(8)~.item-wrap{display:block}.tabs-buttons-box{margin-bottom:24px}.tabs-buttons-box .scroll-inner-wrap{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.tabs-buttons-box .scroll-inner-wrap::-webkit-scrollbar{width:0;height:0}.tabs-buttons-box .scroll-inner-wrap .menu{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.lk-menu-show{overflow:hidden}.lk-menu-show .side-menu-box{display:-ms-flexbox;display:flex}.side-menu-box{display:none;animation:a ease .2s;-ms-flex-direction:column;flex-direction:column;z-index:200;position:fixed;top:0;bottom:0;left:0;right:0;margin:0;background:linear-gradient(105deg,rgba(255,228,236,.25) 4.62%,hsla(0,0%,100%,0) 78.25%),linear-gradient(112deg,hsla(0,0%,100%,0) 58.67%,rgba(255,233,241,.67) 100.41%),hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:10px 30px 35px}.side-menu-box .title-inner-wrap{margin:0 -8px 0 0;display:-ms-flexbox;display:flex;padding-bottom:10px}.side-menu-box .menu-inner-wrap{padding:20px 0;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.side-menu-box .menu-inner-wrap::-webkit-scrollbar{width:0;height:0}.page-lead-box{display:none}.tiles-slider-box .slider-add{padding:0}.tiles-slider-box .slider-add .slider{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;transform:none!important;height:auto!important;margin:0;gap:30px;width:auto;max-width:inherit}.tiles-slider-box .slider-add .slider-wrap{padding-bottom:25px;overflow:hidden;overflow-x:auto}.tiles-slider-box .slider-add .slider-wrap::-webkit-scrollbar{height:3px;width:3px;background-color:#f0f0f0;border-top:1px solid #fff;border-bottom:1px solid #fff}.tiles-slider-box .slider-add .slider-wrap::-webkit-scrollbar-thumb{background-color:var(--clr-att);border-radius:2px}.tiles-slider-box .slider-add .slider-wrap::-webkit-scrollbar-thumb:hover{background-color:var(--clr-att)}.tiles-slider-box .slider-add .slider-wrap::-webkit-scrollbar-button:vertical:end:increment,.tiles-slider-box .slider-add .slider-wrap::-webkit-scrollbar-button:vertical:start:decrement{background-color:transparent;width:0;height:0}.tiles-slider-box .slider-add .slider-wrap::-webkit-scrollbar-button:horizontal:end:increment,.tiles-slider-box .slider-add .slider-wrap::-webkit-scrollbar-button:horizontal:start:decrement{background-color:transparent;width:0;height:0}.tiles-slider-box .slider-add .sl-wrap{margin:0;-ms-flex-negative:0;flex-shrink:0;width:242px!important;padding:0}.tiles-slider-box .slider-add .sl-wrap:last-child{margin-bottom:0}.tiles-slider-box .slider-add .swiper-slide:not(.swiper-slide-active){opacity:1;pointer-events:auto}.tiles-box:has(.tile-head) .item-wrap:nth-child(5)~.item-wrap{display:none}.tiles-box .two-row .item-wrap:nth-child(8)~.item-wrap{display:none}.tiles-box .two-row:not(:has(.item-wrap:nth-child(6))) .item-wrap:nth-child(4)~.item-wrap{display:none}.title-box:has(.button-menu-toggle) .title-wrap{width:auto;-ms-flex:1;flex:1}.title-box .button-menu-toggle.ico-menu:before{background-size:24px auto}.title-box .tabs-wrap{margin-left:calc(var(--paddingContainer) * -1);margin-right:calc(var(--paddingContainer) * -1);padding-left:var(--paddingContainer);padding-right:var(--paddingContainer);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;width:calc(100% + var(--paddingContainer) + var(--paddingContainer))}.title-box .tabs-wrap::-webkit-scrollbar{width:0;height:0}.title-box .tabs-wrap .menu{display:-ms-inline-flexbox;display:inline-flex;max-width:100%}.title-box .tabs-wrap.tabs-no-scroll{margin-left:0;margin-right:0;overflow:visible;padding:0;width:100%}.title-box .tabs-wrap.tabs-no-scroll .menu{-ms-flex-wrap:wrap;flex-wrap:wrap}.title-box .tabs-wrap.tabs-mobile-full{margin-left:0;margin-right:0;overflow:visible;padding:0;width:100%}.title-box .tabs-wrap.tabs-mobile-full .menu{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 0;margin:0 -6px;width:auto;max-width:inherit}.title-box .tabs-wrap.tabs-mobile-full .menu li{-ms-flex:1;flex:1;padding:0 6px}.title-box .tabs-wrap.tabs-mobile-full .btn{width:100%}.filter-show{overflow:hidden}.filter-show .filter-box{display:block;transform:translateY(0);opacity:1;visibility:visible;pointer-events:all}.filter-box{display:block;position:fixed;top:0;left:0;right:0;height:100%;transition:transform .7s ease;transform:translateY(-100%);overflow:hidden;opacity:0;pointer-events:none;visibility:hidden}.content-outer-wrap.section-lk{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.content-outer-wrap.section-lk .side-wrap{-ms-flex-order:1;order:1}.content-outer-wrap.section-lk .content-wrap{-ms-flex-order:2;order:2}.content-outer-wrap.section-cart{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.content-outer-wrap.section-cart .content-wrap{-ms-flex-order:1;order:1}.content-outer-wrap.section-cart .side-wrap{-ms-flex-order:3;order:3}.content-outer-wrap.section-cart .content-full-wrap{-ms-flex-order:2;order:2}}@media (max-width:767px){.tabs-box.tabs-scroll-mobile{margin-left:calc(var(--paddingContainer) * -1);margin-right:calc(var(--paddingContainer) * -1);padding-left:var(--paddingContainer);padding-right:var(--paddingContainer);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.tabs-box.tabs-scroll-mobile::-webkit-scrollbar{width:0;height:0}.tabs-box.tabs-scroll-mobile .menu{width:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0;gap:9px}.tabs-box.tabs-scroll-mobile .menu li{width:auto;-ms-flex-negative:0;flex-shrink:0;padding:0}.form-order-box .button-mobile-full,.form-order-box .button-mobile-ull{width:100%}.tiles-box:has(.tile-head) .item-wrap:nth-child(3)~.item-wrap{display:none}.tiles-box .two-row .item-wrap:nth-child(6)~.item-wrap{display:none}.tiles-box .two-row:not(:has(.item-wrap:nth-child(6))) .item-wrap:nth-child(3)~.item-wrap{display:none}.info-card-box,.info-card-box .photos-inner-wrap{margin-bottom:30px}@supports (display:contents){.form-order-box:has(.section-mobile-first){display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.form-order-box:has(.section-mobile-first) .form-content-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.form-order-box:has(.section-mobile-first) .section-mobile-first{-ms-flex-order:-1;order:-1}.info-card-box .photos-inner-wrap{-ms-flex-order:-1;order:-1}.info-card-box .composition-inner-wrap{-ms-flex-order:8;order:8;margin-bottom:0}.info-card-box .info-inner-wrap,.info-card-box .info-second-wrap{display:contents}.info-card-box .top-inner-wrap{-ms-flex-order:2;order:2}.info-card-box .title-inner-wrap{-ms-flex-order:3;order:3}.info-card-box .wrap-main{-ms-flex-order:4;order:4}.info-card-box .actions-inner-wrap{-ms-flex-order:5;order:5}.info-card-box .panels-inner-wrap{-ms-flex-order:6;order:6}.info-card-box .info-attention-wrap{-ms-flex-order:7;order:7}.info-card-box .info-section-wrap{-ms-flex-order:8;order:8}.info-card-box .info-section-wrap.wrap-main{-ms-flex-order:4;order:4;border-top:none;padding-top:0;margin-bottom:20px}.info-card-box .items-inner-wrap{-ms-flex-order:9;order:9;position:relative;padding-bottom:21px;overflow:hidden;overflow-x:auto;padding-top:30px;border-top:1px dashed #e2e2e2}.info-card-box .items-inner-wrap::-webkit-scrollbar{height:3px;width:3px;background-color:#f0f0f0;border-top:1px solid #fff;border-bottom:1px solid #fff}.info-card-box .items-inner-wrap::-webkit-scrollbar-thumb{background-color:var(--clr-att);border-radius:2px}.info-card-box .items-inner-wrap::-webkit-scrollbar-thumb:hover{background-color:var(--clr-att)}.info-card-box .items-inner-wrap::-webkit-scrollbar-button:vertical:end:increment,.info-card-box .items-inner-wrap::-webkit-scrollbar-button:vertical:start:decrement{background-color:transparent;width:0;height:0}.info-card-box .items-inner-wrap::-webkit-scrollbar-button:horizontal:end:increment,.info-card-box .items-inner-wrap::-webkit-scrollbar-button:horizontal:start:decrement{background-color:transparent;width:0;height:0}.info-card-box .items-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 -7px}.info-card-box .item-wrap{padding:0 7px;-ms-flex-negative:0;flex-shrink:0;margin:0;width:264px}}}@media (max-width:639px){.more-inner-wrap .btn{width:100%;min-width:0}}@media (max-width:599px){.tiles-box:has(.tile-head) .item-wrap:nth-child(3)~.item-wrap{display:block}.tiles-box:has(.tile-head) .item-wrap:nth-child(5)~.item-wrap{display:none}.tiles-box .two-row .item-wrap:nth-child(4)~.item-wrap{display:none}.tiles-box .two-row:not(:has(.item-wrap:nth-child(6))) .item-wrap:nth-child(4)~.item-wrap{display:none}.tiles-box .two-row:not(:has(.item-wrap:nth-child(6))) .item-wrap:nth-child(3)~.item-wrap{display:block}}@media (max-width:479px){.main-slider-box .slider-text-wrap{padding-left:24px;padding-right:24px}.main-slider-box .slider-text-content{padding:30px;font-size:20px}.main-slider-box .slider-title{font-size:30px}}@media (max-width:389px){.tabs-box .button-tab{font-size:13px}}@media (min-width:600px){.tiles-box:has(.tile-head) .items-wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.tiles-box:has(.tile-head) .item-wrap{width:100%}.tiles-box .item-wrap{width:33.33%}.tiles-box .item-wrap:has(.tile-head):has(.tile-head){-ms-grid-column:1;grid-column-start:1;grid-column-end:3;-ms-grid-row:1;grid-row-start:1;grid-row-end:3}.tiles-box .item-wrap:has(.tile-head-right):has(.tile-head){-ms-grid-column:2;grid-column-start:2;grid-column-end:4;-ms-grid-row:1;grid-row-start:1;grid-row-end:3}}@media (min-width:640px){.lk-panel-box .info-items-wrap .item-wrap{width:50%}.tiles-lk-catalog-box .item-wrap,.tiles-lk-catalog-box .sl-wrap{width:33.33%}.info-card-box .panel-wrap{width:calc(50% - 4px)}.features-box .items-wrap{columns:2;column-gap:20px}.tiles-box .items-logos .item-wrap{width:33.33%}.tiles-box .items-col-3 .item-wrap,.tiles-box .items-col-4 .item-wrap{width:50%}}@media (min-width:640px) and (max-width:1023px){.form-gift-box .box-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:0;padding:30px}.form-gift-box .form-inner-wrap{-ms-flex:1;flex:1;text-align:left}.form-gift-box .photo-inner-wrap{-ms-flex-negative:0;flex-shrink:0;margin:0;width:200px}.form-gift-box .frm-field{text-align:left}.form-gift-box .elm-photo{width:100%}}@media (min-width:768px){.action-photo-box{padding:1.65625em 2.5em;font-size:18px;min-height:12.75em;margin-bottom:30px}.action-photo-box.type-form{font-size:20px;line-height:1.15;padding-top:50px;padding-bottom:55px;padding-right:3.6em}.action-photo-box.type-form .info-inner-wrap{margin-left:auto;font-size:1em;width:42.5em;padding:2.65em 2.5em 3em;max-width:100%}.action-photo-box.type-form .section-title{font-size:2.25em;font-weight:800;margin-bottom:10px}.action-photo-box .form-inner-wrap{padding-top:15px}.action-photo-box .frm-field{width:auto;-ms-flex:1;flex:1;margin-bottom:2.8rem}.action-photo-box .field-submit{width:auto;-ms-flex:0 0 auto;flex:0 0 auto}.action-photo-box .field-submit .btn{min-width:18rem;font-size:16px;font-weight:700;text-transform:uppercase}.action-photo-box .field-info{width:100%;-ms-flex:0 0 100%;flex:0 0 100%;margin:0}.action-photo-box .form-input{height:48px}.action-photo-box .elm-photo{border-radius:3rem}.action-photo-box .info-inner-wrap{font-size:1em;text-align:left;padding:5.8rem 4.7rem;max-width:23.125em;border-radius:3rem}.action-photo-box .text-attention{font-size:.75em;line-height:1.125;display:inline-block;max-width:100%;margin-top:1.2rem}.action-photo-box .section-title{font-size:1.875em}.contacts-box .item-wrap,.info-requisites-box .item-wrap{width:50%}.soc-inner-box{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:14px}.soc-inner-box .soc-title{margin:0;-ms-flex-negative:0;flex-shrink:0}.popup-contacts-box.section-content{max-height:726px}.popup-contacts-box.section-content .map-inner-wrap{left:357px}.popup-contacts-box.section-content .info-inner-wrap{padding:14px 0 0;width:326px}.popup-contacts-box.section-content .items-wrap{margin-right:0;margin-left:0;border:none}.popup-contacts-box.section-content .item-tile-cnt{border-radius:8px;border:1px solid #f2f2f2;padding:14px 50px 14px 24px}.popup-contacts-box.section-content .item-wrap{border:none;margin-bottom:14px}.popup-contacts-box.section-content .item-wrap:last-child{margin-bottom:0}.popup-contacts-box .info-title-wrap{width:327px}.popup-contacts-box .info-title-wrap+.info-inner-wrap{height:calc(100% - 60px)}.lk-panel-box .inner-content-wrap{-ms-flex-direction:row;flex-direction:row;gap:3rem}.lk-panel-box .info-content-wrap{-ms-flex:1;flex:1}.lk-panel-box .main-content-wrap{width:40%;margin:0;-ms-flex-negative:0;flex-shrink:0}.lk-panel-box .title-wrap{margin-bottom:6px}.tiles-lk-catalog-box .item-wrap,.tiles-lk-catalog-box .sl-wrap{width:25%}.tiles-lk-box .item-wrap{width:50%}.form-order-box{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 2rem}.form-order-box .frm-section-submit,.form-order-box .frm-section-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0}.form-order-box .form-content-wrap{gap:0 2rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-order-box .section-payment .frm-row{margin-bottom:15px;-ms-flex-align:center;align-items:center}.form-order-box .section-payment .frm-row .frm-field{margin-bottom:0}.form-order-box .section-payment .frm-row:last-child{padding-top:10px}.form-order-box .section-payment .field-main{width:260px;-ms-flex-negative:0;flex-shrink:0;padding-right:12px}.form-order-box .section-payment .field-main+.frm-field{width:auto;-ms-flex:1;flex:1}.form-order-box .section-half{width:calc(50% - 1rem);-ms-flex-negative:0;flex-shrink:0}.form-order-box .row-select .frm-field{width:33.33%}.form-order-box .field-half{width:50%}.form-order-box .field-third{width:33.33%}.page-message-box{padding-left:70px;position:relative}.page-message-box .elm-ico{margin:0;position:absolute;top:0;left:0}.page-message-box .actions-inner-wrap{display:-ms-flexbox;display:flex;gap:1.8rem}.page-message-box .action-wrap{margin:0;width:auto;min-width:266px}.tab-box .items-inner .item-wrap{width:50%}.tab-box .sections-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.5rem;gap:3rem 0}.tab-box .section-inner-wrap{width:50%;padding:0 1.5rem;min-height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.tab-box .section-inner-wrap+.section-inner-wrap{margin-bottom:0;margin-top:0}.tab-box .section-content-wrap{border-radius:3rem;border:1px solid #ffebef;background:#fffbfc;padding:3rem;display:block;-ms-flex:1;flex:1;width:100%}.tabs-box .menu{margin:0 -10px}.tabs-box .menu li{padding:0 10px;width:auto}.tabs-box .menu li:first-child{width:auto}.info-card-box{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:stretch;justify-content:stretch;margin-left:-1.5rem;margin-right:-1.5rem;gap:0}.info-card-box .photos-inner-wrap{width:37.3%;padding:0 1.5rem}.info-card-box .info-inner-wrap{width:auto;padding:0 1.5rem;-ms-flex:1;flex:1}.info-card-box .info-second-wrap{width:33rem;padding:0 1.5rem}.main-slider-box .bg-inner-wrap{right:-480px}.main-slider-box .sl-wrap{aspect-ratio:1920/703}.main-slider-box .sl-inner-wrap{min-height:0}.tiles-box .items-col-2 .item-wrap{width:50%}.tiles-box .item-wrap{width:25%}.tiles-box .item-wrap:has(.tile-head-right):has(.tile-head){-ms-grid-column:3;grid-column-start:3;grid-column-end:5}}@media (min-width:768px) and (max-width:1399px){.info-card-box,.info-card-box .items-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.info-card-box .items-wrap{display:-ms-flexbox;display:flex;margin:0 -7px -14px}.info-card-box .item-wrap{width:50%;padding:0 7px;margin-bottom:14px}.info-card-box .item-wrap:last-child{margin-bottom:14px}.info-card-box .photos-inner-wrap{width:39%}.info-card-box .info-inner-wrap{max-width:61%}.info-card-box .info-second-wrap{width:100%}.info-card-box .actions-inner-wrap{-ms-flex-pack:start;justify-content:flex-start}.info-card-box .action-wrap{width:auto}.info-card-box .action-wrap .btn{padding:0 13px;font-size:15px}.info-card-box .action-wrap .btn .button-ico{margin-right:4px}}@media (min-width:768px) and (max-width:1199px){.action-photo-box.type-form{font-size:18px;padding-top:30px;padding-bottom:30px}}@media (min-width:768px) and (max-width:1023px){.tiles-box:has(.tile-head) .items-wrap{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:1024px){.action-photo-box{font-size:24px}.info-requisites-box{font-size:16px}.info-requisites-box .section-bg-box{padding:32px 30px}.info-requisites-box .section-title{font-size:20px;margin-bottom:20px}.info-requisites-box .items-wrap{gap:3rem 0}.info-requisites-box .item-wrap{padding:0 1.5rem}.contacts-box .items-wrap{gap:3rem 0;margin:0 -1.5rem}.contacts-box .item-wrap{padding:0 1.5rem;width:33.33%}.tiles-slider-box .slider-desktop-grid{padding:0}.tiles-slider-box .slider-desktop-grid .slider{height:auto!important;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2rem;gap:4rem 0;transform:none!important}.tiles-slider-box .slider-desktop-grid .sl-wrap{width:33.33%!important;padding:0 2rem;-ms-flex-negative:0;flex-shrink:0}.tiles-slider-box .slider-desktop-grid .ico-arrow,.tiles-slider-box .slider-desktop-grid .slider-actions-wrap,.tiles-slider-box .slider-desktop-grid .slider-pagination{display:none}.empty-box{padding:3rem;min-height:288px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:18px}.empty-box.type-info{font-size:15px;line-height:1.46666667;padding:5rem 5rem 5.5rem}.empty-box.type-info .btn{width:auto;min-width:23rem}.empty-box.type-info .section-title{font-size:3rem}.empty-box.type-info .elm-ico{width:4.6rem;height:4.6rem;top:2rem;right:2rem}.empty-box .section-title{font-size:3rem;margin-bottom:1.5rem}.empty-box .elm-ico{margin-bottom:10px}.content-wrap .order-lk-box{max-width:100%}.content-wrap:only-child .order-lk-box{max-width:1020px}.content-wrap:only-child .order-lk-box .frm-section-content{max-width:100%}.lk-panel-box .info-items-wrap .item-wrap{width:100%}.lk-panel-box{font-size:16px;line-height:1.1875}.lk-panel-box .section-subscribes .section-title{font-size:2.9rem}.lk-panel-box .added-inner-wrap{margin-top:3.5rem}.lk-panel-box .box-inner-wrap{padding:3.5rem 4rem}.lk-panel-box .info-inner-wrap{margin-top:35px}.lk-panel-box .section-title{font-size:2.9rem}.lk-panel-box .title-wrap{font-size:19px}.lk-panel-box .info-inner-title{margin-bottom:5px}.lk-panel-box .elm-price{font-size:2.9rem}.order-lk-box{margin-bottom:24px;max-width:1020px;margin-left:auto;margin-right:auto;padding:3rem 3.6rem;border-radius:var(--mainTileRadius)}.order-lk-box .order-main-wrap .order-title{font-size:27px;margin-bottom:10px}.order-lk-box .order-main-wrap .order-info{font-size:16px}.order-lk-box .order-main-wrap .title-inner-wrap{margin-bottom:17px}.order-lk-box .order-info-wrap{font-size:16px}.order-lk-box .order-info-wrap .order-info-title{font-size:15px;margin:15px 0 6px}.section-lk .form-order-box .frm-section-content{max-width:710px}.tiles-lk-catalog-box .item-wrap,.tiles-lk-catalog-box .sl-wrap{width:33.33%}.content-wrap .tiles-lk-catalog-box .sl-wrap{width:187px}.tiles-lk-box .more-inner-wrap{text-align:left;-ms-flex-pack:start;justify-content:flex-start;margin-top:2rem}.tiles-lk-box .more-inner-wrap .btn{height:50px;padding:0 29px;font-size:17px;font-weight:600;min-width:0}.tiles-lk-box:has(.item-tile-event) .items-wrap{margin:0 -12px;gap:24px 0}.tiles-lk-box:has(.item-tile-event) .item-wrap{padding:0 12px}.tiles-lk-box .items-wrap{gap:20px 0;margin:0 -10px}.tiles-lk-box .item-wrap{padding:0 10px}.page-message-box{font-size:17px;line-height:25px}.page-message-box .section-title{margin-bottom:4px}.page-message-box p{max-width:61.88235294em}.page-message-box .btn{height:56px;font-size:18px}.form-order-box .form-content-wrap .frm-section-content{max-width:100%}.form-order-box .frm-section-desc{margin-bottom:20px}.form-order-box .frm-main-title-wrap{margin-bottom:3.5rem;font-size:15px;line-height:1.46666667}.form-order-box .frm-main-title-wrap .frm-title{font-size:3rem;margin-bottom:2rem;font-weight:500}.form-order-box textarea.form-input{height:90px;padding-top:16px}.form-order-box .form-input,.form-order-box .frm-field-select .button-select-toggle{font-size:16px}.form-order-box .frm-section-submit{padding-top:0}.form-order-box .frm-section-wrap{margin-bottom:3rem;border-radius:2rem;padding:4rem 4rem 2.8rem}.form-order-box .frm-section-title{font-size:3rem;margin-bottom:2.5rem}.form-order-box .frm-row{margin:0 -6px}.form-order-box .frm-field{padding:0 6px;margin-bottom:12px}.form-order-box .frm-select label{font-size:17px}.form-order-box .frm-title-wrap{margin-top:15px;padding-top:25px;margin-bottom:20px;gap:10px 20px}.form-order-box .frm-title-wrap .frm-title{font-size:23px;line-height:1.1}.form-order-box .frm-select-button label{min-height:57px;border-radius:10px;font-size:16px;padding-right:18px}.form-order-box .frm-select-button.type-radio label{font-size:17px;padding-left:44px}.form-order-box .frm-select-button.type-radio label:after,.form-order-box .frm-select-button.type-radio label:before{left:26px}.form-order-box .frm-select-button.type-radio label .lbl-title{font-size:17px}.form-gift-box{margin-bottom:var(--sectionMargin)}.form-gift-box .box-inner-wrap{padding:4rem}.form-gift-box .frm-title{font-size:31px;font-weight:700}.tiles-cart-box{margin-bottom:4rem}.info-box p{max-width:50.66666667em}.page-filter-box{display:block}.breadcrumbs-box:has(+.page-lead-box),.breadcrumbs-box:has(+.page-top-section){position:absolute;top:0;left:var(--paddingContainer);right:var(--paddingContainer);z-index:11;margin:0;padding:3rem 0}.page-lead-box .section-title{font-size:6.7rem}.features-box .items-wrap{margin-bottom:-20px;margin-top:-20px;columns:3;column-gap:4.8rem}.features-box .item-wrap{padding:20px 0}.tab-box{border-radius:20px;padding:4.9rem;font-size:17px;line-height:1.47058824;margin-bottom:60px}.tab-box .items-inner{margin:0 -1.5rem -3rem}.tab-box .items-inner .item-wrap{padding:0 1.5rem;margin-bottom:3rem}.tab-box ul.list{margin-bottom:34px}.tab-box .sections-inner-wrap{margin:0 -2.5rem}.tab-box .sections-inner-wrap li{margin-bottom:5px}.tab-box .section-inner-wrap{padding:0 2.5rem}.tab-box .section-content-wrap{padding:5rem}.tab-box .section-title{font-size:3.9rem;margin-bottom:2rem;margin-top:5rem}.tab-box .section-title .title-decor{font-size:34px;line-height:normal}.tab-box .section-title .title-decor:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='12' viewBox='0 0 640 12' fill='none'%3E%3Cpath d='M616.082 11.625c.065.251-.803.38-2.395.375-.066-.251.803-.38 2.395-.375zm-82.156-.672c-.004.164.01.333.01.498-.922.004-1.874 0-2.789.005-.914.005-1.995.071-1.999-.123 1.082-.005 2.076.034 2.798-.132.721-.166.195-.301 1.98-.248zm1.579-.378l1.612.622 3.982-.254c-.434.419-2.215.54-4.768.505-.273-.29-.553-.582-.826-.873zm8.828.358l1.561.132c-.798 0-1.6.001-2.398.003l-.784.375-.022-.751 1.597-.002c.015.08.032.162.046.243zm6.348.123c.156.125-.518.41-1.584.376-.004-.125-.012-.25-.013-.375h1.597zm-24.736-.095c.031.022.011.043-.025.065.539.018 1.082.039 1.624.057-1.118.338-3.493.26-5.576.32-1.275.038-1.549.044-2.398-.124.678-.018 1.348-.038 2.022-.058l.364-.256c1.347-.02 1.934.105 2.797.247-.134-.084-.272-.167-.407-.25.529-.003 1.056.005 1.582-.002h.017zm39.106.455h-.798a5.232 5.232 0 0 1-.007-.25h.798c.004.083.007.167.007.25zM97.637.085c1.821.089 3.385.134 4.773.361 1.056-.333 2.484-.12 3.715-.143 3.338-.063 6.821-.078 9.568.016 2.747.093 2.34.129 5.122.104 2.001-.019 4.891.091 7.081.119-.092.083-.255.168-.372.251 1.177-.04 2.397-.064 3.584-.094.296-.007.57.068.767.06 1.676-.066 3.042-.253 4.805-.23 1.173.168.944.416 2.817.37-.266-.125-.547-.25-.806-.375 1.206.006 2.412.128 3.577.124.663-.002 1.254-.106 1.641-.114 3.264-.067 5.016.123 7.165.469l2.376-.377 2.802.242c-.535-.123-1.074-.25-1.606-.37 1.133-.066 1.781.073 2.776.085.685.009.842-.098 1.614-.1 2.455-.005 5.072-.001 7.568-.008.011.124.013.25.017.375l2.786-.257c-.128.125-.257.251-.388.376l2.78-.38c.536.248 1.093.497 1.614.747.984-.069.147-.425 1.233-.565.921-.118 1.027.03 1.992.025.965-.004.984-.201 2.449-.227 1.465-.025 4.641-.052 6.233-.01 1.945.053 2.976.25 4.848.247 2.318-.005 4.006-.004 6.502.013.612.004 2.541.22 3.081.332.761-.292 3.146-.168 4.185-.267 1.037-.1.043-.296 1.406-.36.186.077.543.164.74.243.595-.034.113-.11 1.088-.111.977-.002 4.162.062 5.132.114 1.581.084 1.328.273 3.008.231-.025-.082.007-.165.007-.247l3.567-.01c0 .083.004.167.008.25 3.883-.53 7.768-.705 11.958-.163 1.118-.065 2.054-.212 3.31-.23 3.21-.049 7.108.164 10.147.216 2.316.04 3.804.033 5.713-.13.637.204 1.337.41 1.997.614-.008-.166-.007-.336-.017-.498 1.201-.076 1.74.084 2.792.091 1.053.008.417-.189 1.915-.224.554-.013 3.122-.003 4.521-.018 2.496-.026 5.228-.078 8.088-.118 2.405-.034 4.932.181 4.976.654.007.068-1.026-.017-.41.17.958.293 3.125.63-1.909.647.054.14.033.25.014.383-2.16-.261-4.506.115-1.799.235 1.018.044 4.752-.314 5.317-.487 1.429-.439-1.015-.734-.149-1.215.132-.073 4.195-.399 4.927-.417 1.042-.026 1.101.08 1.717.097 1.117.03 1.206-.13 2.368-.12 1.333.014 2.775.195 4.316.12-.506.17-1.049.335-1.57.503 2.652 0 2.591-.435 4.368-.633l1.692.242 1.904-.068c2.135.302 4.959.933-.769.57-.109.247.216.418-.129.684-.237.18-1.061.287.571.44.109-.162.262-.331.386-.497 2.43-.046 2.885-.457 3.581-.761.287-.124-1.03-.277-.356-.365 1.045-.135 2.601.193 2.309.36.292.003.536 0 .808 0 .008-.083.001-.163.015-.248 1.603.063 2.898-.12 4.319-.138 1.169-.015 1.293.122 2.451.126 2.139.008 2.489-.2 5.174-.248 1.144-.022 5.688.185 7.59.186.488 0 .729-.12 1.56-.082 1.876.085 3.987.37 3.628.73.418-.083.798-.168 1.199-.251-1.002-.157-2.077-.254-2.015-.498 2 .172 3.792-.058 5.945.003.503.015 1.417.287 2.036.23.026-.12-.05-.25.03-.37.607-.074 2.39.083 2.627.084 1.617.003 2.958.115 4.025.13 1.067.014 1.768-.229 2.405-.216 1.869.04 2.844.307 4.097.473.113-.081.269-.165.4-.248l2.354-.005c0 .083.029.167.022.249 1.829-.208 2.853-.283 5.276-.257 1.362.015 1.978.141 3.086-.125.561.076 1.067.148 1.606.223 3.891-.259 6.908.163 10.754.251.015.082.031.164.042.246l1.592-.066c-.532-.144-1.083-.291-1.604-.433 1.253-.052 2.428.096 3.518.115 1.733.032 2.838-.1 4.448-.13.015.078.043.16.061.24 1.177.084 2.354.167 3.53.252l3.196-.504 1.69.24 1.506-.123-.383.5 4.36-.882 1.614.623 1.99-.505 3.159.125.056.245 1.97-.129c0 .084.015.168 0 .25 1.257-.142 2.19-.283 3.982-.24.991.024 4.595.129 5.32.089 2.328-.128 2.193-.333 4.656-.244-.018.078.044.158.058.237l5.149.377-.073-.25c-.379-.042-.759-.082-1.138-.123 1.486-.085 2.995-.166 4.463-.254 2.725.208 4.941.01 7.925.135 1.282.053 2.453.349 4.333.21.055-.074.021-.161.054-.243 1.895-.043 4.714.168 6.365.302 1.202.097.941.211 2.38.058.397.126.823.25 1.231.374.127-.166.258-.333.385-.5 1.939.171 2.972.134 4.385-.132l1.184.185c-1.144.18-.685.29.43.437.676-.023.438-.176.786-.253 1.385-.306 2.169-.183 3.936-.167 2.874.027 5.169-.038 8.015.043.535.015 1.213.15 1.992.105.033.128.022.25.037.375 1.974-.132 3.283-.4 5.556-.383.015.082.037.165.052.246l3.139-.003.015-.249 2.002.242c1.194-.083 2.389-.165 3.584-.25.251.365-1.528.177-2.796.383-.524.086-.728.269-1.176.373 1.333 0 2.66-.004 3.986-.006.284-.207.486-.418.821-.623.961-.055 3.531.125 4.236.122 5.559-.017 10.002-.15 15.456-.034.743.016 1.171-.131 2.337-.12 1.497.012 4.079.219 5.5.365.827-.078 1.571-.162 2.366-.243 1.096.118 2.189.24 3.288.357 1.552-.019 3.148-.15 4.7-.124 1.898.034 2.574.203 4.37-.008.135.086.272.167.41.251 2.707-.25 5.393-.104 7.991.116.124-.124.273-.253.378-.375 1.993-.088 2.573.182 4.485.214.951.015 1.663-.19 3.159-.08.944.07 1.554.276 3.077.101 1.318.175.878.405 2.959.383-.186-.754 3.468-.211 3.967-.196 2.946.089 3.931-.038 6.316.05-.015-.087-.031-.166.056-.246 1.614-.108 4.547.107 5.764.116 3.188.025 6.183.02 8.792-.015 3.107-.041 4.01.138 6.604.23 2.186.077 4.027-.035 6.294.029.484.014 1.243.145 1.967.11.044.085.037.163.066.246 2.849-.296 5.112-.22 8.26-.123 1.799.056 3.205.052 5.056.1.717.018 1.216-.133 2.185-.1.736.024 1.782.164 2.795.109a.564.564 0 0 1 .059.248c2.106-.216 2.901-.061 5.178-.006 1.65.039 1.949-.043 4.233-.035 2.642.009 7.754.083 10.796.163 1.646.043 3.54.3 4.815.321 1.275.021.883-.156 2.136-.09-.667.328.807.431 1.438.7 1.632.697 1.695 1.516 1.841 2.218.036.179-1.041.202-.823.333.787-.007 1.584-.003 2.385-.001-.279.187.674.393.828.545.197.195-.587.26-.703.402l-.022.001c-.175.207.382.285-.008.507-.087.048.084.17-.131.221-1.4.342-3.715.212-3.941-.173h-1.98c0 .084.004.168.008.251l-3.597-.247 1.602.312c-.397.105-.798.207-1.191.314-1.283-.114-2.542-.063-3.934-.143-1.387-.081-1.396-.264-3.188-.108-.83-.062-1.697-.32-2.422-.356-2.229-.111-.314.45-.427.613 1.337-.04 2.657-.086 3.987-.128.007.125.015.25.027.374 1.147.02 3.226.253 3.984.052-.004-.06-.011-.12-.015-.179h.799l.776.317 2.422.057.022.498c1.457.012 2.653.224 3.987.06l-3.182-.375c-.174-.402.929-.669 2.747-.939 1.115.187 2.237.261 1.924.564-.115.11-1.416.373-1.336.493.154.229 1.758.324 1.438.57-1.562.043-3.165.09-4.746.133-.666.124-1.352.248-2.004.372-.539-.17 1.14-.266 1.548-.376.493-.133-.6-.23-.376-.375-1.672-.027-2.546.056-3.584.253-1.129-.119-.978-.242-1.236-.427-.182-.13-1.537-.07-1.96-.197-.473.165.696.24.273.442-.24.115-1.819.242-1.455.434-2.553.02-3.946-.323-6.401-.368l2.402.31-4.394-.18c-1.632.277-.602.554-3.574.5.528.165 1.085.336 1.599.497-2.019.1-3.545-.162-5.21-.22-2.896-.102-3.753-.008-5.13-.459.791-.227 1.557-.459 2.337-.688l-2.412.08c-.19.357-1.954.077-2.781-.075.266-.125.527-.25.793-.376-2.189.301-3.069.536-2.785 1l-1.546.008a9.304 9.304 0 0 1-.027.372l-3.186.003.728-.189-1.138-.187-1.579.236-2.005-.107c.594.299 0 .571.022.875-1.471.014-2.947-.017-4.404.001-.991.012-1.313.143-2.432.133-1.358-.014-2.761-.197-4.331-.122.106-.17 1.162-.188 2.139-.24.976-.053 1.263-.049 1.045-.262 1.454.057 2.529.056 3.965-.004-.08.234.102.273 1.628.246-.433-.175.523-.281.549-.435.026-.154-.902-.195-.505-.373.175-.076 1.798-.22 1.504-.318l-2.805.123c-.128.127-.252.252-.376.378-2.841-.064-4.175.298-6.76.383l-.806-.25-.383.626c-2.474.008-5.148.115-5.596-.37l3.196.123c.262-.167.523-.334.786-.5l7.969-.135-.821-.748 3.987-.13.022.374 7.578.233 1.978-.366-3.196-.185c1.122-.212 2.336-.203 3.987-.19-1.177-.33.71-.584-1.221-.875l.415.5-2.373.007a7.085 7.085 0 0 0-.071.236c-1.912-.006-1.614.137-1.531.385-1.158.026-1.8.015-1.611-.185.113-.118.947-.208.393-.315-1.096.231-1.846-.01-3.066.016-.886.02-.966.195-1.775.227-1.446.06-2.885.071-4.324.142.106-.177-.365-.32.884-.44.725-.07 1.622.086 2.285-.126-.63-.058-1.326-.117-1.982-.176l-2.788.244.81.375-3.188.128c-.015-.251.342-.488-.813-.689.528-.041 1.061-.083 1.589-.126l-6.387-.18 4.798.432-.786.314c-2.176.039-.884-.221-2.403-.248l-.022.25-3.164.004c.408.082.816.166 1.223.249 2.667-.193 3.695-.075 5.603.24l3.553-.125c.28.208.529.417.827.624-.848.038-1.264-.2-2.192-.24-.43-.02-1.934.028-2.598-.006.105-.08.148-.23-.405-.245-.714-.02-1.887-.103-2.324-.095-1.308.023-1.586.153-2.879.096-.277-.395-2.638-.412-4.402-.62-.222.11.194.325.843.37.914.06 1.1-.055 2.058.076.961.13 1.726.487 3.096.609-1.832.112-3.708.213-5.555.32-.328-.373-2.1-.503-4.304-.378-1.625-.158-5.156-.138-6.001-.427-.126-.044.616-.044.488-.136-.046-.034-.527-.355-1.391-.293-.801.221-1.581.46-2.378.685.663.113 1.278-.156 1.599.007.175.09-.401.197.083.312-.973-.014-1.624-.001-2.473-.005.674.126 1.336.25 2.007.374h.398c.047-.121-.102-.259.073-.37.186.045 2.221.169 2.17.307-.019.048-.596.05-.405.133.321.138 2.234.322.117.423-.782.037-1.805-.107-1.933-.242.509-.044 1.055-.085 1.579-.128-3.875.022-5.85-.333-8.396-.741-.816.102-1.134.234-1.582.377-.612.195-.314.29-1.985.25.008-.134-.412-.419.41-.489 1.144-.096 2.183-.309 3.072-.354.888-.045.7.14 1.606.079.732-.05 1.094-.149 2.063-.12l-.718-.185 1.131-.189 2.756-.065c-.78-.115-2.628-.092-3.459-.048-.827.043-1.32.278-2.102.24-.521-.164.65-.3.593-.43-.084-.187-1.56-.178-1.287-.4-.55.134-1.046.265-1.574.397.218.146.44.291.659.437l-2.4-.247 1.606.373c-1.909-.035-3.719.119-5.551.006l-.791.321-4.012.31c.783-.149 1.566-.298 2.349-.445.215-.323.058-.252-1.577-.315-.047-.003-.034-.102-.396-.101-.364 0-.339.098-.39.102-.543.039-1.065-.003-1.604.011.517.144 1.038.29 1.555.436-.856.186-.547.335-2.273.325-.033.077-.066.154-.103.23l-3.134.264-2.012-.623-1.98.566 1.604.31c-.527.003-1.055-.005-1.582.002h-.017c-.353-.187-.642-.321-.012-.5l-1.585.377c-1.129.014-1.748.037-1.57-.174l-2.427-.071 2.381-.13c.244-.398 1.45-.634-.769-.935.513-.147 1.028-.293 1.538-.44l2.002.373 1.584-.376c1.126.169.971.409 2.796.373-.128.166-.251.333-.379.5l1.992-.003-.798-.554 3.164-.512c-1.322.105-2.66.213-3.972.315.058-.143.126-.462-1.287-.476-.539-.005-1.133.125-1.901-.022-.033.132.001.252-.01.379l-2.373.001c-.008-.059-.011-.118-.015-.177l-1.606.055 1.184-.502c.535.125 1.071.25 1.606.373.128-.125.26-.25.391-.376.805.04 1.589.082 2.405.123-.401-.178.472-.28.571-.436.065-.104-.613-.137-.625-.253-.015-.174.04-.38.007-.56-1.333-.043-2.662-.082-3.991-.122-.139-.223.056-.36 1.21-.502a3114 3114 0 0 1 2.303.119l2.058-.25c.266.25.558.5.813.75 1.978-.098 1.509-.39 2.514-.624.183-.04 1.724 0 1.831-.132.463.084.814.166 1.236.249l-2.385.253 2.797.12 1.202-.372 6.362-.134-1.592.126c.27.167.544.333.813.5.648-.083 1.349-.17 1.968-.251 1.252.073.561.239 1.379.36.82.12 2.904.11 3.819.26.841-.005 1.607-.003 2.419-.005l-1.599-.251c.262-.167.516-.332.786-.5-.725-.013-1.494.176-2.117.24-.623.065-2.039.228-2.658.079 2.604-.485 4.992-.565 8.369-.197l-.012-.375 2.024.56c-1.33.169-2.654.336-3.987.507.987.088.401.398 2.033.296.839-.052 2.212-.457 3.057-.465 1.781-.016 2.875.076 4.492.093-1.242-.204-2.441-.414-3.669-.62l.444-.246c-4.532-.168-1.1-.689.777-.63.662.207 1.355.415 1.999.621 1.555-.17.912-.23.493-.438-.677-.336 2.104-.083 3.074-.064.029.125.023.25.034.375l3.189-.13-1.604-.247c3.224.028 5.451-.238 5.564-.756l-1.983.502c-.401-.207-.805-.414-1.206-.622l1.582-.254-2.39.202-1.48.364.699.313-2.368.127-.044-.247-5.559.129c-.001-.125-.009-.25-.013-.376l1.59.125 1.198-.378c.142.083.284.166.43.248l3.171-.001c-.91-.567-3.166-.506-5.993-.257l-1.599-.228-2.788.245.415-.25-2.82-.122c.266.166.536.332.805.497-.51.005-1.02.01-1.53.013-.026.079-.052.157-.081.236-1.741-.022-2.572.122-3.952.26.258-.167.521-.335.783-.501 1.526.025 2.085.157 3.189-.066-.419-.063-.836-.125-1.255-.186.149-.125.296-.251.442-.376l-2.388.253-.815-.5c-.791.002-1.603 0-2.383.005-.04.203 2.155.063 1.553.3-.605.237-1.283.118-2.303.077-.033.078-.037.163-.058.244l-2.373.007c1.111.27 2.273.36.415.625-.958-.142-1.57-.227-2.029-.444-.109-.052-.648-.296-.593-.358.167-.187.942-.256.59-.447-.266.084-.544.164-.817.249-1.039-.013-1.785.127-2.74.137-.714.007-.985-.093-1.626-.095-.64-.002-.713.128-1.535.08-1.006-.061-1.426-.285-2.842-.233.521.182 1.062.369 1.594.553-.262.106-.525.211-.784.317-.793.001-1.591.003-2.385.006l.415.499c-.932-.102-1.869-.207-2.798-.308.554-.134 1.172-.214 1.409-.387.335-.245.186-.569-.644-.798.524-.005 1.061-.006 1.589-.01v-.371l-3.196-.122.82.75c-1.53-.147-1.862.012-3.188.13l-.022-.25-1.978.126c.121-.083.295-.165.379-.25-1.112.057-2.642-.138-3.469-.114-1.657.049-.976.371-1.321.469-.346.097-.671.005-1.072.036-2.82.225-5.483.464-8.059.752-.408-.17-.795-.328-1.221-.503-.619.145-1.697.008-2.309.16-.612.151-.312.507-2.061.596.146-.158.261-.333.396-.497l-2.784.379-3.999-.244c.124.081.294.168.389.247-1.232.067-2.028-.184-2.757-.225-1.602-.092-2.732.145-3.857.099-1.494-.063-1.28-.29-2.967-.233.033.123.013.25.027.374l-3.994-.12v-.125h-1.589c-.007-.207-.019-.415-.029-.623l-.789.251-2.398-.184 1.578-.25c-.012-.145-1.215-.01-1.541-.071-.681-.13.673-.334.335-.49l-3.982.378-1.189.003-.025-.374-3.181-.122c.535.062 1.071.125 1.607.185-.088.226-.557.399-.794.632-.113.112-.001.272-1.203.179-.477-.037-.925-.218-1.58-.216-1.039.005-1.751.041-2.764-.03-.025-.077-.046-.158-.068-.237l-2.4-.06c-.259-.105-.523-.211-.781-.317l-2.371.13c-.011-.084-.022-.167-.036-.25-1.938-.025-3.003.06-3.182.377l-6.362.137c.255-.334.514-.667.769-1.001l-2.371.13c0 .125-.003.25-.007.374-1.344.024-1.893-.107-2.8-.239l-2.783.31 2.395.059.024.374 3.53.128 2.063.614-1.992.13c-.138-.167-.273-.334-.415-.5l-3.164.008-.022.247-1.594.002c-.011-.083-.018-.167-.029-.25l-2.771.13c-.357-.189-.71-.377-1.067-.564l.666-.307 1.568-.07c-1.622-.308-3.694-.313-5.989-.428-1.782.243-.374.437-.388.751l-1.924-.118-1.66.247c-.933-.124-1.87-.244-2.803-.37-.93.626-4.354.413-7.512.534-1.276.049-1.637.376-3.233.358-.4-.16-.808-.331-1.208-.495 1.679.08 3.075.016 4.773-.01l.031-.37 1.568-.008c.545-.253-1.818-.506-3.206-.493.244.303-1.701.466-.776.751l-3.203-.37-2.356 1.254c-.401-.209-.795-.418-1.192-.627l-4.851-.485c0-.126.015-.252.008-.378-1.046.172-2.343.3-1.924.564.368.234 2.24.117 3.013.202.764.086.226.256 1.225.337l-.007.002.014.002c-.52.093-.976.177-1.472.267l-2.436-.496-2.764.13c-.269-.166-.537-.333-.81-.5l1.594.06c0-.103-.006-.207-.01-.311a43.917 43.917 0 0 0-4.788.008l1.617.747-3.201-.37.022.75-1.638-.682.022-.187c2.332.005 1.731-.196.361-.378l-3.562.131.803.312-2.383.317c-1.981-.197-1.759-.59-3.999-.743-.265.223 2.348.43 1.524.61-.481.105-1.681-.158-2.3-.044.776.06.409.284 1.272.304 1.482.034 2.123-.057 1.919.25-1.635.037-2.067-.192-3.203-.304-.816-.08-1.511.097-2.385.063.528-.04 1.06-.085 1.591-.127-.273-.25-.546-.499-.822-.748l-5.572.135c-.326.158.61.196.694.33.142.232-1.083.313.129.543l-3.205-.12.673-.187-.673-.18 1.582-.013c0-.124-.002-.248-.005-.372l-2.393.004c.004.167.011.333.015.5l-4.793-.116c.142.081.289.164.427.246-1.012.53-.054.792 3.592.747-.536-.124-1.071-.249-1.607-.372l1.99-.13c1.111.14 1.33.28 1.221.497l2.385-.002c.007.083.016.166.027.248l3.176.121-4.775.134.002.376c-1.489.026-1.654-.008-1.657-.239l-1.548-.01.8-.248-3.989.07c1.078.21 3.3.252 3.228.554 2.441.043 3.605-.105 5.168-.381h.772c1.176.165 1.883.37 3.613.367-.244-.127-.584-.245-.767-.377 1.712.027 4.454-.42 5.747-.364 2.627.114.102.598.643.85 2.735.117 2.648-.35 4.338-.478 1.403-.106 2.756.003 3.97-.023.873-.018 1.057-.122 1.701-.118 3.064.018 5.174.468 8.311.467-.805-.164-1.608-.33-2.41-.495l3.96.124c.022.08.045.16.064.24l3.962-.003c0-.125-.004-.25-.007-.375l.805.25c1.406-.14 2.201-.293 3.982-.258l-2.405-.371 3.165.126.09.233 3.552.38c.139-.083.258-.169.408-.25.863-.047 1.425.084 2.056.106 1.012.034 1.297-.145 2.248-.104.714.032 1.118.147 2.029.117.025.08.037.165.066.24.866.07 1.289-.106 1.948-.094 1.618.03 2.453.274 4.238.222-.204.084-.411.16-.6.243.772-.02 2.047.082 2.361-.085.313-.167.17-.191 1.557-.18.015-.081.045-.158.071-.24a46.643 46.643 0 0 1 4.321.122c.9.067.367.245.462.368-1.337.004-2.659.004-3.992.007-.079.424 2.546.574 2.422.996l-2.393-.058c.28.104.517.207.825.311.649-.14 2.382-.176 3.03-.26.647-.086-.076-.2.196-.297.149-.054.583-.093.649-.154.142-.14-.788-.19-.642-.347.066-.071.679-.149.723-.265.058-.157-.082-.388-.042-.557 1.111-.036 1.749.123 2.798.122 1.049-.002 1.669-.164 2.788-.132-.525.104-1.049.211-1.577.316.532.102 1.059.207 1.594.308.018-.118-.356-.304.391-.37.441-.038 1.206-.114 1.538-.107 1.289.027 1.923.162 3.249.095l.791-.252c.394.126.827.247 1.192.376-.926-.048-3.359.205-2.244.362.842.118 2.396-.232 3.46-.01 1.235-.124 2.391-.242 3.586-.36.29.105-.507.353-.835.417-1.111.217-2.497.16-2.329.462l3.987-.132.019.374 2.393-.003c-.066.082-.413.186-.857.25-.071.01-.762-.001-.735.063.033.07.689.052.732.063.314.08-.037.168.076.25h.393c.112-.084.292-.161.359-.252l-.784.001h-.004v-.125l.791.122c2.247-.204-.168-.505-.518-.662-.352-.156.587-.155.591-.266.007-.177-1.449-.425-.752-.556.521-.1 2.198.044 1.867.25-.331.207.436.517 2.002.604.288-.206-2.252-.399-.754-.548 1.195-.12 2.599.103 3.928.046.051-.244.773-.386 2.398-.377-1.283.386-.44.788 2.424.873-.262.125-.53.25-.796.375 1.858.081 3.713.164 5.571.246l.828.246.786-.376-5.578-.12c-.277-.331-.552-.664-.833-.996l1.587-.129-3.184-.12c2.124-.129 3.662-.12 5.528.047 1.865.166 1.079.06 2.922.064.987.002 2.284.182 3.501.122.138.368-.649.673-1.553 1.003.66.042 1.342.08 1.99.124.954-.119.131-.25.564-.452.08-.037 1.26-.348 1.829-.429 1.034-.149 3.685-.308 5.146-.256.029.083.025.167.047.25 1.417-.152 2.783-.104 4.375-.127 1.012-.015 1.298-.15 2.439-.134 1.905.027 3.194.23 5.122-.005-.51.127-1.053.251-1.578.378 1.41-.029 2.405.007 3.626.113.269.023.429.032.713.041.142-.095.295-.19.444-.286l5.584-.131c-.478.275-2.07.617.815.624l-.813-.5 3.958-.132.82-.248c-.128.124-.294.253-.396.374.43.137 1.45.052 1.88.142.911.19.469.382 2.549.358-.889.154-.149.164-.207.31-.059.147-2.225.425-2.972.253.489-.106 1.069-.208 1.56-.316-.859.024-2.448.053-3.107.126.14-.008.844-.262 1.369-.299-.33.009-.705.03-1.045.042-.269-.035-.529-.073-.805-.107-1.141.14-1.968.49.481.364-.659.072-.478.23-1.29.248-1.792.038-2.653-.172-4.348.014.219-.107-.774-.427-1.55-.367s-.98.177-1.658.246c.692.168 1.344.331 2.017.497l1.987-.252c.139.167.276.333.41.5l1.59-.252 1.208.187c-1.685.364 1.833 1.104-1.284 1.286-.35.02-1.429-.142-1.841.096.212.134.555.286.813.427l1.56.005-1.189.376-3.62-1.122-.789.377c-1.843.007-3.075-.162-4.787.006l-.022-.626c-.867.029-1.26-.06-1.993-.094-.305-.014-.524.083-.764.073a26.104 26.104 0 0 1-3.232-.345c-.124.207-.255.416-.379.625l-2.402-.247c-.521.418-1.037.837-1.558 1.255l-.832-.25c-1.668.17-2.693-.144-4.358.005-.626-.117.738-.258 1.135-.314.615-.086 1.071.016 1.577-.088.506-.105.536-.348 1.639-.42-.503-.127-.999-.245-1.502-.37l.689-.314c-1.191.118-1.909.02-3.191.004.145.235-.088.41-1.582.503-.5-.354-1.887-.624-1.629-.996-.849.217-1.93.55-2.724.739-.794.188-1.293.232-2.029.393.539-.005 1.057 0 1.589-.002.146.342-.565.662.039.998-1.599-.108-1.228-.416-3.203-.37l.813.246-3.191.256c-.084-.255-.386-.397 1.585-.38l-.808-.372 1.992-.121 1.997.24c-.295-.339-1.96-.57-1.538-.93.098-.083 1.847-.217 1.494-.32-3.01-.02-3.854.334-3.96.756-.798 0-1.593.002-2.39.003.131-.083.258-.166.393-.249.761.144 1.566.156 1.177-.07a6.218 6.218 0 0 0-.845-.348c-.681-.195-1.47-.3-2.749-.333.397.044.788.085 1.181.129.609.5 1.792.724-2.353.75l.015.375c.794-.085 1.591-.168 2.385-.255.35.48-2.008.429-3.611.778-.22.049.062.385-.352.471-1.114-.014-1.917-.311-2.773-.345-2.022-.081-3.287.144-5.207.113-.172-.358 1.502-.247 3.186-.254.269-.29.508-.585.795-.872.857-.004 3.008.025 3.016-.209.001-.127-1.064-.261.158-.422-1.111-.004-2.134.002-3.213.002l-.383.5-3.596-.244 1.611.498-2.385.005-1.589.501c.692-.463 2.142-.773-.015-1.189l2.759-.438c1.465.168 4.364.467 4.382-.01-1.61.158-2.762-.133-4.351-.118-2.674.026-1.705-.03-4.387-.105-.748-.02-4.264.213-5.161-.133-.546.09-.821.169-1.262.254l3.982.12.034.375 1.187-.11c.4.118.805.236 1.206.356-1.476.035-3.035.078-4.493.111-1.457.033-2.841.058-4.265.088.864.198 2.3.205 3.553.188 1.053-.015 2.789-.405 3.496-.236 1.02.242-2.972.554-1.431.85-.838.009-1.608.004-2.417.007.255-.084.551-.167.776-.252-1.479-.008-4.196-.064-5.092-.235-1.024-.195.036-.215-.652-.455-.587-.204-2.507-.568-3.448-.793.11.159.27.332.401.496l-1.592.128c.809-.043 1.572-.088 2.41-.129.018.223 1.801.508-.625.616-.661.028-3.731-.211-4.893-.107-.131-.086-.054-.163-.105-.246l-3.965.004c-.239-.107 1.2-.213 1.411-.319.083-.041-.549-.066-.429-.123.364-.173 1.655-.212 1.379-.437-.783.209-1.58.419-2.37.628l-2.403-.246.789.425-.767.325-2.378-.121-.041.246c-1.235-.01-2.568.16-3.562.01.135.102.265.203.4.304-1.741.256-4.284.62-3.982-.048l-1.987.253c.131-.167.261-.334.388-.5l-2.402-.122c-.055.174.003.337.422.5.587.228 1.943.365 2.002.62-2.124.018-2.833-.359-4.429-.472-1.114-.08-1.795.041-2.8-.08-.834-.102-.988-.33-1.968-.431-1.482.025-1.925.153-1.982.375h-.025l.003.002c-.525-.006-1.045.005-1.57.003-.011-.125-.018-.25-.029-.375l-3.181-.121c-.164-.236.088-.267 1.582-.254-.27-.206-.544-.412-.813-.62-1.064.003-2.125.003-3.189.004l1.582-.502c-1.064.083-2.117.174-3.188.253.076-.243.32-.611-1.192-.731-1.511-.12-1.009.112-1.242.231-.78.008-1.582.007-2.369.011-.239.295.948.424 1.709.672l-.075.452-1.636-.37-1.536-.003c-.014-.124-.024-.249-.039-.373l-3.957.264c-.401.25-.802.499-1.199.748l-.425-.498c-.539-.017-1.047.028-1.594-.009-.049-.005-.028-.104-.395-.103-.371.002-.325.097-.394.105-.404.042-.694-.02-1.105.024-1.297.136-1.949.286-3.675.243.397-.12.655-.148 1.587-.128l-.815-.624 2.397.121c-.681-.17-.352-.252-.017-.431-.863-.18-1.779-.204-3.159-.195-.022-.08-.041-.161-.066-.242l-2.368.002c.007.126 0 .25.014.376 2.343-.24 4.269.066 1.954.237-.951.07-2.02-.044-3.113.032-.943.064-1.479.273-2.808.24.259.209.539.413.808.62.798 0 1.595-.002 2.393-.003 0-.084-.011-.167-.007-.25.531.005 1.064-.005 1.596-.003-.528.106-1.052.213-1.577.32l1.555.368-1.933.441c-1.21-.262-2.698-.192-4.414-.304-.237-.041-.47-.083-.706-.126.211-.041.422-.084.63-.126-.823-.185-1.746-.204-3.123-.182.084-.378.559-.565 2.847-.756.492-.04 2.229-.072 1.504-.25l-3.062.12c-.436-.037-.873-.078-1.306-.113.255.145-.019.597-1.604.355-.16-.025-.266-.339-1.186-.345-.674.072-1.327.17-1.99.25-.328-.05-.654-.1-.981-.152-.798.19-.87.3.19.466l-1.848-.046-3.726.243 3.989-.006-1.579.504 3.979-.382c-.528.19-1.049.379-1.577.568l-2.397-.06c1.067.165 2.138.33 3.205.497l-4.795-.245-2.827-.871-2.778.129-.818-.625 3.987-.007c-.055.25-.356.41 1.611.373-1.293-.364.341-.575 1.565-.88l-3.982.258a46.91 46.91 0 0 0-.01-.375c1.636-.043 2.441-.164 3.99-.008-.019-.085.021-.163-.03-.253-.637.07-1.615-.103-1.906-.098-1.399.028-2.816.369-3.924.349-2.633-.047-.286-.62-.583-.699-1.039-.273-1.76.117-1.924.21-.44.253-.08.412-2.009.385 1.07.08 2.133.163 3.2.244l-5.583.01c.878.268 2.04.395 3.992.37-.117.316.32.564 1.628.809l-2.378-.06c.073-.213-.033-.36-1.228-.483l-.813.108-.4-.246c-1.057.147-2.111.298-3.164.443 2.127.223.905-.262 2.785-.18 1.194.054 1.333.314 1.214.483-.532.048-1.063.087-1.595.132 2.594.131 4.603.125 7.178-.014.022.204-1.346.105-2.009.26-.598.14-.387.392-1.531.488-2.448.105-.337-.306-.53-.338-1.446-.241-3.453-.333-5.1-.52-.011.129.008.25.008.377-.539-.078-1.042-.146-1.607-.23-.867.199-1.599 0-2.331.016-1.6.036-1.171.42-2.847.474-.12-.162-.272-.333-.403-.497-.918.08.301.26-1.191.187-.765-.038-1.543-.08-2.388-.056-.106-.366.583-.716-1.235-.998l-3.582.32 2.39-.005-.622.126c1.325.21 1.611.394 1.455.685l-3.172.01c-.014.08-.006.165-.031.243-1.111.072-1.953-.078-2.828-.102-1.191-.033-1.572.148-2.741.111-.073-.248-.378-.393 1.545-.38.273-.249.548-.497.818-.745-2.102 0-5.506.283-5.579.637-.4-.038-.802-.078-1.198-.117-.529.124-1.039.248-1.582.372-1.097-.152-1.457-.231.09-.367 1.771-.154 3.138-.11 2.668-.514-3.322-.003-3.462.596-6.635.616-2.467.016-2.704.17-5.098.265-1.242.05-3.758.086-5.339.004-1.582-.082-2.37-.331-4.422-.22-.557-.211-1.084-.414-1.631-.62l1.58-.007v-.498l1.99.228c1.461-.16 2.769.032 4.402.01-.296.248-1.917.128-2.798.016l-1.978.368 5.957.113c.67-.209 1.336-.419 2.002-.628l-3.567.009-1.23-.374 4.795.24c-.007-.208-.012-.416-.02-.625-1.934.002-3.675.1-5.583.011-.394.21-.787.418-1.177.627-2.773-.139-1.811-.331-.43-.622-1.034-.057-3.003.16-3.542.243-.539.083-.164.213-.459.245-1.621.182-3.648.067-5.142.278l1.177-.627 3.987-.07c-.153-.328-2.475-.216-3.601-.057-.135-.083-.262-.166-.401-.249-.644-.001-1.233-.04-1.579.068-.149.047-.639.21-.62.237.262.29.636.31-.945.526.266.099.529.2.791.298l-2.39.132c.262-.126.525-.252.783-.378l-3.183.195 1.592-.066c-.255.25-.513.501-.772.752-.798-.062-1.6-.124-2.397-.184l1.587-.127-3.182-.494.767-.314 1.599.123c0-.125-.008-.25-.012-.375a54.22 54.22 0 0 0-6.367.014v.375l-1.973-.122-1.216.19 1.599.122-3.581.32a38.545 38.545 0 0 0-.418-.248l-2.341.135c-.535.208-1.082.416-1.606.623-2.327-.126-.368-.258-.904-.498-.073-.031-1.738-.033-1.487.079-.046.058 0 .115-.014.173l-1.594.003-.035-.246-4.76.005c.644.122 1.322.24 1.948.364h-.025l.003.001c-.866.035-2.3.112-3.015.135-.721.023-.715-.007-1.301.006.291-.105.531-.208.8-.312-1.071-.181-2.644-.145-2.407-.437-.845.03-1.709.174-2.383.255-.135-.04-.267-.085-.405-.122-.353-.01-.321.111-.383.117-2.018.179-3.836-.025-5.974.022l-.823-.251.415.498-2.395.006c.204-.383-.404-.669-1.629-.997 1.064-.044 2.125-.089 3.189-.132l-.808-.373-3.208-.12c-.135.148-.735.294-.764.442-.028.147.692.314 1.206.432.892.203 1.492.172.002.378-1.194-.166-2.403-.33-3.601-.494l-.019.372-1.534.011c0 .122-.025.25-.007.368-1.512 0-1.036-.25-1.707-.35-.67-.099-1.691.013-2.67-.03-.495-.021-.761-.129-1.729-.104-1.483.038-4.14.457-5.859.385-.405-.293 1.625-.574.776-.816l1.563-.187c1.616.02.373.309-.062.416-.433.106-1.592.22-1.508.338 2.67-.018 4.957-.167 4.768-.637l3.196.12c-.274-.208-.544-.416-.821-.624-1.114.002-1.926.157-2.793.006-.626.094 1.213.357-.849.242-.27-.015-1.826-.246-1.88-.29-.374-.31 2.571-.225 2.302-.576-1.249-.014-.405.172-1.257.25-1.17.106-2.135.234-3.494.262v.498l-1.597-.06.777-.437-1.531-.008c-.044-.08-.031-.157-.107-.237-1.705.005-4.559-.088-5.415.197-.857.285 2.784.153 3.557.288l1.902.014c.272.103.548.205.825.308l-.782.439-1.616-.374-1.584.068c-.139-.145-.277-.292-.415-.438-.518.125-1.072.255-1.568.377-1.175-.077-.662-.24-1.347-.356-.686-.115-2.899-.151-3.843-.131-.055.083-.048.16-.081.241l-1.489.018c-.39.245-.394.53-2.419.499l-.413-.374-1.999-.121c1.056-.127 2.124-.256 3.173-.38-1.351.065-2.526.256-3.652.36-1.475.136-2.888.092-2.725.401-1.256.065-3.303-.179-4.404-.222-1.1-.042-1.754.012-2.771-.012 1.21-.178 2.275-.27 3.958-.264.021-.079.049-.156.07-.236 3.125-.102 2.626-.524-.466-.5-.667.005-.58.252-1.152.31-.805.027-1.607.045-2.412.068-.204.219-.879.397-.791.624-.889-.016-1.6-.059-2.398-.12l-.01.372c-1.606.018-2.342.13-2.368.384l-3.181-.12c.218-.104.432-.208.647-.312l-2.317-1.056c-1.453-.024-2.331-.188-3.569-.002-.273-.164-.536-.327-.813-.493-1.249.188-1.348.203-.347.442.82.195 1.866.49 3.159.616.78.076 1.058-.12 1.619-.002-.269.101-.525.21-.791.313l-2.034-.241c-1.879-.028-2.547.244-4.343.254 0-.057.007-.114.007-.172l-2.414-.073.813.373-2.398.005c.019.166-.004.336.032.5-1.413.04-.314-.303-1.287-.237-1.752.118-4.061.086-5.493.367-1.184-.225-2.189-.204-3.938-.252-1.366-.037-3.516-.108-4.787-.107-4.041.002-7.289-.06-11.275-.096-2.528-.022-6.019.13-7.465-.298-.904-.267 1.683-.092 1.469-.314-2.496-.102-3.56-.432-6.377-.363l3.196.119c-.255.167-.524.334-.771.501-1.122.01-1.699-.079-2.813-.124-.696-.028-1.498.043-2.351-.008-.987-.06-1.446-.283-2.82-.227-.014.08-.007.166-.014.249-.933-.04-1.845-.08-2.796-.118-.376.072-1.358.14-.732.246 1.461.245 3.603-.222 3.545.249-3.038.003-6.098.008-9.143.013-1.418-.166-1.32-.363-1.243-.619-.277.08-.511.173-.82.247-2.205.181-4.34-.256-5.845-.316-1.508-.06-1.479.195-2.925.084.302-.156.529-.332.798-.497l-2.307.317c.241.103.498.208.728.312-.55.01-1.407-.006-1.887-.01-1.901-.019-2.489-.09-4.263-.217-.522-.037-2.015-.047-2.612-.13.142.307-.667.492-2.391.63-.003-.166-.013-.333-.017-.5l-4.777.259 1.579-.255c-.404-.165-.805-.33-1.206-.496.139.125.275.25.41.375l-6.38.013c0 .125.01.25.013.375L94.27 8c.736-.189.096-.3-.017-.5l2.004.11c.656-.102 1.311-.205 1.97-.306l-1.599-.31 3.196.119-1.587-.124c-.01-.125-.022-.249-.029-.373-2.2.008-3.996.292-5.981.013l.427.749c-1.971.044-2.665-.11-4.009-.305-.958-.14-1.69-.244-2.353.012-.722.278.982.034 1.57.113-1.002.13-.555.28-1.207.448-.721.185-1.57.175.044.37 1.44-.17 2.91-.34 4.36-.51.08.251.402.394-1.547.383l-.022.373-3.96.004c0-.082-.048-.167-.022-.247-1.734-.049-1.364.17-2.996.238-.845.036-2.494.157-3.882.109-1.388-.049-3.138-.366-5.08-.197.484-.135 1.049-.254 1.562-.382l-2.844.251-2.732-.116.808.248-3.19.006c.258-.167.52-.334.778-.502l-1.21.122c0-.081.007-.162.007-.244l-3.567.003-.064-.24-1.968-.12c-1.876.303-4.348.257-6.767.38l1.24.374 1.96-.129c.008.125.011.25.015.376l-1.99.119-1.599-.23-4.384.248.39-.25h-1.194c-.134.085-.272.17-.403.254-3.664.037-7.085-.212-10.349.13-2.55-.34-4.955-.176-8.176-.218-.787-.01-1.665.124-2.554-.01-.05.085-.033.167-.058.251-1.195-.078-2.392-.154-3.587-.235-2.28.383-3.197.206-5.664.02-1.439-.108-2.398-.201-4.004-.251-.736-.023-.004.394-1.877.232-.047-.158-.018-.332-.037-.497-1.25.124-1.858.096-2.397-.122 1.613.013 2.593.053 2.383-.253l1.56-.007c.23-.235 1.034-.324-.386-.495l-6.77.259c-.355-.302 2.656-.586 3.16-.88-2.052-.016-2.555-.196-2.42-.497a8.868 8.868 0 0 0-1.958.126c-1.147.188-.918.404-2.808.38.153-.125.268-.245.432-.373-1.047-.151.037-.304.161-.43.123-.124-.848-.12-1.045-.19-.579-.208-.343-.278-1.96-.258L0 4.397l1.201.121c-.135-.124-.276-.249-.408-.373 1.946-.096 3.98-.14 5.97-.136.597.001 1.228.083 1.56.091 2.917.072 3.646-.011 6.684-.087.602-.015 2.446.168 3.765.097.451-.024.736-.201 1.78-.23 1.25-.033 3.798.12 5.376.112 1.285-.005 2.67-.114 3.962-.132.011.081.011.167.015.25l3.972-.36 5.173.1c.015.082.033.162.044.246 1.417-.11 2.168.005 3.584-.003 1.417-.007 2.428-.2 3.965-.133.543.122 1.08.249 1.619.372-.128-.165-.303-.336-.398-.497 1.093-.085 2.646.086 3.491.083 2.58-.011 4.518-.218 6.853-.036.929.072 2.054.384 2.747.41 2.845.112 3.075-.23 4.826-.349 1.017-.069.956.081 1.59.075 3.319-.033 6.333-.312 9.565-.355 3.231-.043 6.517.318 9.52.345 2.393.022 3.114-.228 5.268-.004-.015-.086.006-.166.024-.25 1.097-.003 2.522-.017 3.542-.013.707.003 1.13.098 1.592.098 1.388-.003 2.612-.266 3.909-.213 1.563.065 1.776.312 3.682.228-.008.062.013.116.017.175l1.22-.05.791.243 1.185-.378-2.398-.119 3.159-.074 2.39.068.069.242 2.344-.005c-.135-.304.787-.263 2.412-.253l1.601.247-.81-.374 2.385-.255 2.81.495c-.135-.124-.277-.251-.408-.373.888-.048 1.263.08 1.958.086.696.007.881-.095 1.631-.1 1.118-.005 2.411.001 3.569-.001.015.082.02.165.027.249l.796-.002c0-.082.023-.165.012-.247a85.902 85.902 0 0 1 5.899-.127c6.226.07 12.278-.156 18.337.198a71.635 71.635 0 0 1 6.853-.258l-1.611-.373 3.181.12 1.226.372c.39-.25.779-.502 1.169-.753 2.389.188.794.42.83.75 1.902-.005 4.133-.008 5.947-.017.735-.004 1.187.106 1.573.098 1.869-.04 3.105-.323 4.853-.122.773-.122 1.586-.242 2.359-.363.797.095 1.172.22 2.038.31 1.024.108 1.832.034 1.607.302 1.067.04 2.114.083 3.171.124.004-.124.01-.247.017-.371l1.536-.011c.007-.124.01-.248.017-.371l2.392.12c.179-.293 2.333-.608 2.395-.13l-1.596.065 1.582.062c.011.124.022.248.029.372 1.592.083 3.268-.287 3.174-.506l1.999.24c2.27-.192 3.046-.336 2.769-.75l2.361.127a5.7 5.7 0 0 0 .095.233l2.754.254c.393-.125.791-.25 1.184-.376l-1.536-.006-1.298-.36-5.159.006c.732.365.765.497-1.17.753l-.427-.75-2.776.506c.131-.083.267-.166.398-.25-2.157-.009-3.582-.187-5.593.01.168-.38-.048-.623-2.026-.869l-2.784.254 2.398.12c.007.292.026.584.029.875-1.908-.068-4.017-.058-5.886-.125-.663-.024-.81-.139-1.265-.174-1.318-.101-1.799-.044-1.657-.308-.78.045-1.572.087-2.359.131.08.275.218.502-1.589.627l-.042-.372-1.506-.01c-.022-.08-.043-.16-.068-.24l-1.531-.007c-.033-.08-.063-.16-.095-.239l-2.347.005c-.014.08-.033.162-.051.242l-2.754.127c-1.409-.159-1.665-.508-3.598-.486l.373-.5-2.785.131c-.433.409 2.624.63 2.429.995-1.895-.163-3.561.034-5.586.01l1.589-.19c-.692-.101-1.384-.204-2.08-.305l-1.916.063c1.388-.283 2.283-.54.368-.814-.124.208-.252.417-.376.626l-3.188.007-.784.5c-2.528-.218-1.103-.287-.12-.562-2.152-.59 1.002-.253 2.095-.068.565.005.601-.13.371-.184-1.085-.26-3.056-.187-4.775-.182.266.125.543.25.813.374l-2.388.191v.126l1.607.31-4.788.008c-.538-.251 1.757-.513 3.174-.506-.073-.322-1.308-.399-3.206-.37.004.125.008.251.015.376-2.157-.09-4.191.023-6.377.012-.922.293-1.843.587-2.769.88-.936-.122-1.873-.248-2.802-.37.732-.033 1.963.175 2.375.052.412-.124.771-.287.803-.433-2.269.048-3.666.252-5.17.51-.911-.168-1.979-.256-2.715-.462-.477-.132-.227-.219-1.695-.158.273.12.544.249.813.373l-2.812.128c.142.084.292.167.434.25l-2.395.002.777-.626-3.174.505.383-.5-.793.096-1.211-.345 3.191-.003-3.604-.369c-1.046.193-2.877.206-2.829.492l-1.504.015c-.008.124-.013.248-.02.372l-1.596-.06.776-.565c-1.209.208-2.401.415-3.621.623-1.202-.001-2.714.047-3.833 0-.714-.03-1.136-.192-1.635-.204-1.451-.038-1.225-.059-2.671-.142-1.18-.067-5.098-.065-5.772-.316.485-.167 1.032-.331 1.553-.498-.9-.121-1.412-.269-2.432-.379-1.02-.11-1.852-.035-1.594-.305-.54-.009-1.05 0-1.582-.002-.015-.06-.029-.118.03-.18C91.373.289 92.222.182 94.46.214c1.516.022 1.953.132 3.177-.128zM508.02 10.607l-.032.25 1.992-.065-.805-.312 3.181-.004.82.5c-1.06.002-2.124.002-3.188.003.003.125.002.25.002.376l-3.569.005c-.142-.083-.28-.168-.422-.252-.259.06-.518.12-.777.178l-2.405.076 2.342-.566-1.57-.31c1.625-.005 2.361-.123 2.383-.378.685.166 1.367.333 2.048.5zm5.166.682l-.398.063-1.201-.186.398-.063 1.201.186zm4.81-.007c-.004-.079.75-.08.754-.001.004.079-.752.08-.754.001zm27.922-.03c-.003-.08.752-.08.754-.001.004.078-.754.08-.754 0zm7.161.053h-1.597v-.124l1.597-.001v.125zm14.379-.08c-.002-.078.753-.079.755 0 .003.079-.754.08-.755 0zm-71.804-.037c0-.08.754-.08.755-.001.003.079-.754.08-.755 0zm34.307-.044c-.004-.08.753-.08.754-.002.004.08-.753.08-.754.002zm-71.03.031l-1.595.002c.146-.16-.465-.235-.808-.375.798 0 1.595 0 2.393-.002.004.125.01.25.01.375zm21.53-.53c.019.08.036.162.054.243l1.548.004c.004.084.005.167.005.25l-1.597.002c-.269-.166-.543-.332-.813-.498l.799-.001h.004zm111.707.432c1.184-.204 2.559-.31 2.395.06l-1.199-.115-1.196.055zm-75.007-.357c.156.124-.517.41-1.585.376-.003-.124-.01-.25-.01-.374l1.595-.002zm-69.4.35l-1.594.002c-.004-.042-.002-.084-.002-.125l1.596-.002v.125zm114.097-.257c.699-.128 2.682.15 2.366.208-.7.129-2.68-.15-2.366-.208zm-99.749-.017c.004.083.008.167.008.25l-1.597.002 1.191-.252h.398zm2.405.247l-.798.001c-.004-.126-.012-.25-.012-.376h.798c.004.125.005.25.012.375zm126.06-.027l-1.597.002c-.004-.125-.01-.25-.01-.375l1.595-.002c.003.125.012.25.012.375zm7.927-.408c.473-.07-.284-.345 1.628-.22-.041.303-2.7.675-4.773.624 0-.165-.009-.337-.009-.498 1.056 0 2.058.258 3.154.094zm-105.271.395c-.874.028-1.574-.024-2.383-.059-.812-.034-1.656-.026-1.614-.186 1.064 0 2.121-.003 3.182-.005l.803-.25c.003.166.012.334.012.5zm-55.061-.541c-.576.17-.945.306-.789.502l-2.39.002c-.003-.167-.011-.334-.014-.5l3.193-.004zm12.776.48l-1.602-.248 1.595-.002c.003.084.007.167.007.25zm14.382-.088c-.002-.079.752-.08.752 0 .003.079-.752.08-.752 0zm99.705-.063c-.084-.422 2.947-.233 4.78-.255l-2.029.375-2.751-.12zm-24.746-.473c-.569.17-.955.306-.784.502h-.796c-.007-.166-.011-.333-.015-.5l1.595-.002zm-96.504.443c-.004-.079.75-.08.754 0 .003.078-.752.079-.754 0zm10.373-.018c-.003-.079.755-.08.755 0 .002.078-.753.079-.755 0zm-51.88.032l-3.996-.245 3.987-.13c.003.125.009.25.009.375zm210.176-1.651c-.742.016-.088.189-.847.246-.463.035-1.039.112-1.633.117-1.622.014-2.151-.214-3.484.078.521.02 1.054.043 1.582.064.007.248.01.496.017.744l-1.577.067c.969.18.587.356 2.397.31-.025-.096-.896-.15-.429-.245 1.136-.23 1.544-.126 2.258-.453.659-.303 4.121-.598 1.716-.928zm-197.414 1.62c-.889-.052-1.372-.146-2.388-.124l-.022-.499 1.592-.001.818.624zm3.991-.006l-.798.001c-.058-.176-.691-.321-.808-.496h.022v-.002c.523.005 1.046-.006 1.57-.003.007.166.011.333.014.5zm138.045-.125c-.004-.08.751-.08.752-.001.003.079-.752.08-.752 0zm7.019-.319c.819.11-.954.419-1.328.37-.82-.108.955-.419 1.328-.37zm41.631.334c.058-.251-.813-.38-2.405-.373l2.405.373zm-165.157-.043l-1.596.001a1.312 1.312 0 0 1-.005-.125h1.597c.003.04.004.082.004.124zm10.391-.08c-.004-.079.754-.08.754 0 .003.078-.752.078-.754 0zm7.156.046l-3.194.004v-.125l3.194-.004v.125zm-74.993 0c-1.362-.133-2.063-.086-3.491-.001l-3.699-.302c2.077-.313 4.049.021 6.377-.196l.813.5zm4.79-.006l-1.597.002c-.003-.042-.002-.084-.002-.126l1.597-.001c.003.042.002.084.002.125zm88.543-.395c-1.592-.004-2.455.127-2.383.378 1.592.004 2.455-.127 2.383-.378zm12.756-.518c.998.005 1.235.194 1.599.311.62.2 1.057.335.82.561h-.004c-2.051.045-1.33-.09-1.607-.309-.277-.217-1.047-.339-.808-.563zm-121.257.452l-3.181.38 1.582-.504 1.599.124zm76.618.302c-.003-.08.755-.08.755-.001.002.078-.753.079-.755 0zm114.073.037l-1.597.001a5.203 5.203 0 0 1-.007-.25h1.596c.004.082.008.166.008.249zm-166.758-.198l-1.59.19c-.003-.124-.009-.25-.009-.374l.398-.001 1.201.185zm78.193.184h-.798c-.004-.083-.008-.166-.008-.249l.799-.002c.003.084.007.168.007.251zm155.603-.11c.001-.08.753-.08.755-.001.003.079-.755.08-.755 0zm-261.716.04l-2.405-.37 2.395-.005c.004.125.003.25.01.375zm167.522-.073c0-.079-.757-.078-.755 0 0 .08.757.08.755 0zm-82.932-.01c-.002-.079.75-.079.754 0 .002.079-.754.079-.754 0zm5.586-.013c-.003-.078.75-.079.754 0 .002.078-.754.08-.754 0zm9.553.05l-.798.002a5.242 5.242 0 0 1-.008-.25l.799-.002c.003.084.007.167.007.25zm-65.403-.076c-.002-.078.754-.08.754 0 .003.079-.75.079-.754 0zm3.191-.004c-.004-.078.754-.079.754 0 .004.079-.754.08-.754 0zm91.848-.333c.368-.05 2.159.257 1.348.368-.368.05-2.164-.257-1.348-.368zm-69.538.1c0 .084.003.167.007.25l1.594-.002c0-.083-.004-.166-.007-.25-.532 0-1.063.002-1.594.003zm7.963.176c0-.079-.758-.077-.754.002.002.078.758.077.754-.002zm141.231-.312c.67-.056 1.717.034 2.395.06-.004.084.007.168.007.25l-1.596.002-.806-.312zm-287.3.218l-.398.062-1.194-.187.398-.063 1.194.188zm158.042-.488l.806.311-1.192.19-1.206-.311 1.587-.19h.005zm-47.063.458l-1.599-.186 1.191-.19h.398c.004.125.01.25.01.376zm-98.186-.095c0-.08.754-.08.754 0 0 .078-.753.078-.754 0zm79.006-.688c-.797.094-.607.153.013.245 1.184.176 2.582.143 2.414.437l-3.984-.12c-.008-.208-.02-.416-.027-.623l1.584.06zm236.968-.13l1.643.62 4.761.188c-2.142-.433-2.346-.857-6.404-.808zm-149.175.797l-1.596.002-.003.001v-.125l1.597-.003c.004.042.002.083.002.125zm-69.428-.635l-2.388.004c-.025.093.703.096.625.192-.08.096-.902.174-.625.305-1.202.047-2.371.09-3.562.136l-2.026-.437c-.168-.244.467-.158 1.589-.19l.403.125 2.771.12c.276-.084.534-.166.825-.251h-.007c.098-.103.749-.147.791-.251l.798-.002.806.25zm115.698.446v.125l1.594-.002v-.125l-1.594.002zm-94.954-.235c0 .083.004.166.008.25.794.022 2.608-.087 2.387-.254l-2.395.004zm10.701-2.767c-.561.082-.59.308-1.274.358-.685.05-1.81-.256-1.49.075v.001c.321.331 1.132.174 2.298.34.535.076-.283.34.881.409-.808.073-1.574.13-2.368.198-.241.228-.476.458-.72.687 1.693.269 2.881.577 5.529.552-.145.067-.959.185-.788.251l3.186-.13c0 .083.004.167.007.25l3.989-.006c0-.042.002-.083-.002-.125l-3.994-.12a5.205 5.205 0 0 1-.007-.25c-1.035-.022-1.487.079-2.391.13.186-.219-.113-.357-1.213-.498l-1.992.065 3.982-.194c-.543-.166-1.063-.332-1.616-.497 1.368.011.778.284 2.111.364.711.043 2.231.006 3.084.003.852-.004 1.297.032 1.206-.128-2.558.022-1.222-.428-2.41-.685l2.388-.066-.828-.37-2.78-.114c-1.042.146-2.025.257-1.978.493l-1.599-.06c.183-.234 1.685-.315 1.579-.565-1.827.041-1.686-.205-2.79-.368zm131.711 2.572c-.815.114-1.333.196-1.189.376l2.395-.002c.139-.18-.382-.261-1.206-.374zm-139.226-.06c0 .125.006.25.01.375l1.597-.002c0-.125-.009-.25-.012-.374-.532 0-1.063 0-1.595.002zm94.146-.013l2.004.37 1.992-.125-2.004-.368-1.992.123zm21.95.349c-.131-.042-.268-.083-.402-.125h.798l-.396.125zm25.127-.279c0 .084.004.167.008.25 1.533.02 2.6-.012 3.183-.253l-3.191.003zm-180.329-.489c-.022.202.258.44.83.622l2.38.06-3.21-.682zm-91.331.428l1.204.187v.062l-2.395.002 1.189-.251h.002zm146.394-.021c0 .083.004.166.008.25l1.596-.004-1.206-.247h-.398zm105.323.23l2.392-.003v-.062l-1.201-.186-1.191.251zm-274.451-.039l-1.597.003c-.003-.041-.002-.083-.002-.125l1.596-.003c.004.042.003.084.003.125zm135.62-.133c.004.042.002.084.002.126l-3.19.005a6.98 6.98 0 0 0-.008-.251l3.196.12zm-129.236.058l-1.196.065-.044-.008.022-.001 1.213-.056h.005zm65.391-.006c0-.079-.754-.077-.752.002 0 .078.755.077.752-.002zm264.106-.131l1.599.187-.009-.375h-.398l-1.192.188zm-102.944.114c-.002-.078-.758-.077-.754.002 0 .079.758.077.754-.002zm-81.382-.003c-.002-.078-.755-.077-.752.002 0 .079.756.077.752-.002zm6.399-.197c0 .083.004.166.007.25l.799-.001c0-.084-.004-.167-.008-.25h-.798zm73.394-1.237c-.569.19-1.065.371-1.59.562.466.103 1.214.28 1.568.372.582.154.132.181.434.319.386-.17.79-.335 1.187-.503l3.178-.005c.389.334-1.747.147-1.508.443.08.101 1.636.067 1.916.181.43-.248.784-.503 1.199-.75 1.38-.066 1.839.178 2.8.228 1.494.078 2.318-.033 3.582-.111-.033.286 1.071.48.014.748l2.395-.003c-1.016-.41-1.68-.805-1.633-1.248-2.044.012-2.545.208-2.378.503-2.124-.124-4.869-.583-7.197-.49-.12.124-.272.252-.374.375-1.479-.118-.69-.312-1.352-.487-.313-.083-1.815-.027-2.241-.134zM304.121 9.26c-.002-.078.751-.08.754-.001.004.079-.754.08-.754.001zm-54.267.05l-1.597.003 1.189-.252h.002l.398-.001c0 .083.007.166.008.25zm208.215-.386c-.058.251.816.38 2.405.372.058-.251-.813-.38-2.405-.372zm20.73.284c0-.08-.756-.078-.755 0 0 .08.758.078.755 0zm-70.176-.184c.695-.128 2.674.147 2.366.206-.696.129-2.677-.147-2.366-.206zm-169.922.121c-.003-.078.755-.08.755-.001.001.078-.754.08-.755.001zm66.189-.074c-1.012-.02-1.505.076-2.39.13 0-.083-.007-.167-.007-.25.798 0 1.597-.002 2.395-.004l.002.124zm-113.281.112h-.798c0-.083-.008-.167-.008-.25l.799-.002c0 .084.007.168.007.252zm410.054-.93c-1.999-.03-1.613.125-1.587.377.265.003.532-.003.798 0l.811.5c-.008-.293-.011-.584-.022-.877zm-2.391.815c-.002-.078-.754-.077-.751.001-.001.079.755.078.751 0zm-335.869-.035c-.346.099-.423.15-.798.002l.798-.002zm229.751.03c0-.078-.757-.078-.754.001 0 .079.756.078.754 0zm-81.335-.001c-.003-.079.754-.08.754 0 .002.078-.754.079-.754 0zm220.166-.02c0-.08-.758-.079-.755 0 .002.079.758.078.755 0zm-194.663-.21c0 .084.003.168.007.251l1.589-.253-1.596.003zm99.714.176c0-.08-.758-.078-.754.001.002.079.758.078.754-.001zm2.405-.378l-2.398-.186 1.582.126c.015.125.025.249.04.373l1.982.114 3.579-.307-1.594-.117c0 .033.004.067.007.1l-1.594.082-1.611-.498c.003.104.007.208.007.313zm11.16.362c0-.079-.758-.078-.755.002.006.079.758.077.755-.002zm-164.334.053c-.532-.005-1.065.004-1.597.002l1.59-.252c0 .083.007.167.007.25zm-64.648-.067c-.002-.079-.758-.077-.755.002.001.078.758.076.755-.002zm172.348-.228c0 .083.004.166.008.25l1.596-.003c0-.083-.003-.166-.007-.25l-1.597.003zm-278.41.19c-.003-.079.752-.08.754-.001.004.079-.754.08-.754 0zm7.956.049l-2.392.005c-.004-.042-.003-.084-.003-.126l2.393-.004c.003.042.002.083.002.125zm198.621-1.131c-2.536-.028-3.241.337-5.569.384-.022-.081-.021-.162-.061-.245-1.534-.038-2.979-.23-3.872.07-.776.26 1.518.14 2.251.188l.11.012c.176.034-.176.105.053.153.922.195 1.793.307 1.538.572 2.445.006 4.011-.33 6.375-.135l.776-.752c-.797.042-1.592.086-2.39.13l.789-.377zm-73.377.882c.186-.391-3.087-.323-3.984-.053.756.037.498.293 1.186.296 2.376.01.045-.51 2.798-.243zm-61.401.182c-.003-.079.748-.08.752-.002.002.08-.752.08-.752.002zm-55.068.048c0-.083-.01-.166-.01-.25l1.594-.002-1.584.252zm82.99-.105c-.003-.079.755-.08.755-.002.002.079-.751.08-.755.002zm-104.934.027l-1.997-.122-.005.001c0-.083-.007-.166-.007-.25l3.193-.007-1.184.378zm126.433-.133l-1.577.13c1.068-.001 1.917-.145 2.781-.01 1.329-.132.804-.169.535-.319-.419-.232.771-.338.637-.554-.776.253-1.585.501-2.376.753zm260.11-.001l3.196.122c.004-.083-.022-.167-.007-.25-.385-.003-.763.005-1.148.005l-.854-.253-1.187.376zM218.74 8.81c-.002-.079.751-.08.755-.002.003.08-.755.08-.755.002zm11.14-.335c.159.125-.515.41-1.582.379a11.79 11.79 0 0 1-.014-.376l1.596-.003zm-38.264.269c-.003-.079.753-.08.755-.001.003.078-.754.08-.755.001zm68.555-.955l1.606.371-3.191.007c0 .125.007.25.01.374l5.601.24c-.16-.148.535-.22.364-.377h.004c-.266-.241-1.371-.48-1.203-.746-1.071.042-2.124.088-3.191.13zm64.646.808l2.397.183c0-.042-.001-.084-.005-.125h.005l-1.999-.121-.398.063zM277.693 6.88c-2.66.088-2.596.55-5.569.511l1.616.498c-1.719-.09-3.335-.017-5.11.024-.378.009-.499.102-1.013.1-1.497-.007-2.813-.276-2.641.144 1.056-.004 2.128-.004 3.188-.007l.022.625c1.009-.09 1.338-.103 2.354-.006l.087-.24 1.504-.015c.019-.123.033-.246.052-.369l1.506-.016c.018-.08.029-.16.051-.24l1.594-.009-.739-.18 1.13-.19 2 .12c-1.687-.329-1.675-.418-.025-.75h-.007zm307.651 1.519a10.242 10.242 0 0 0-1.157-.003c-.601.139.53.295 1.135.373.667-.084 1.335-.167 1.988-.252h-.005c-.94.039-1.341-.06-1.961-.118zm17.923.104c0 .084.003.167.007.25h1.597c0-.084-.004-.167-.008-.25h-1.596zm-183.501.235l-2.395.003c-.004-.041-.003-.083-.003-.125l2.393-.004c.003.042.005.084.005.126zM292.095 8.1c.167.35-.922.586-3.169.633-.004-.167-.009-.333-.012-.5l3.181-.133zm331.145.574c-.003-.079.749-.08.754 0 .004.078-.754.079-.754 0zm-368.628-.122c0 .041-.001.083.002.124l2.388-.192-.4-.062-1.99.13zm-62.227.003c-.845-.01-1.382.023-1.987.115l-3.606-.353 5.581-.011c.004.083.012.166.012.25zm23.955.01c-.003-.078.752-.08.755 0 .003.078-.755.08-.755 0zm394.89-.569c-.141.334-.057.597 2.413.624l1.582-.502-3.995-.122zm3.987.56c0-.079-.758-.078-.754 0 .002.08.757.079.754 0zm-265.669-.067c0 .042-.001.083.003.125l1.596-.003c0-.042.002-.083-.002-.125-.532.002-1.065.002-1.597.003zm-122.856.119l-1.597.003c-.003-.083-.007-.167-.007-.25h.398l1.206.247zm209.824-.148c0 .042-.001.084.003.125l3.19-.005v-.125l-3.193.005zm4.778-.132c0 .083.007.166.007.25l.799-.001c0-.084-.004-.168-.008-.25h-.798zm33.508-.177c.314.44 2.49.388 4.8.368 0-.125-.009-.25-.012-.375-.809-.02-1.614-.041-2.422-.063l-2.366.07zm-141.213.242c0 .042.001.083.005.125l1.596-.003c0-.042-.001-.083-.004-.125-.532.002-1.065.003-1.597.003zm254.514-.126l1.604.248c0-.083-.004-.166-.007-.25l-1.597.002zm-181.108.242l-1.597.003c0-.083-.007-.167-.007-.25l1.596-.003c.004.083.008.167.008.25zM14.48 8.508c-.004-.084-.012-.166-.012-.25l1.596-.002-1.584.252zm157.092-1.912c1.337.292.115.34-.661.57-.394.118.396.217-.213.296-.612.08-1.878.035-2.26.203.517.142 1.088.29 1.623.434l1.167-.117c1.471.162.528.256.415.49 1.322-.13 2.644-.258 3.97-.387 0-.123-.008-.247-.008-.37l-1.599-.124 2.388-.192-4.001-.306 3.979-.194c-.798-.02-1.6-.04-2.397-.058l.793-.252c-1.067.003-2.125.003-3.196.007zm199.512 1.73c-.123.102.265.122.847.13-.28-.044-.567-.087-.847-.13zm158.765-.373l1.142.12c.157.127.314.253.467.379l.82-.372 1.567-.006a3 3 0 0 0-.012-.25l-3.984.13zm15.947.42c-.002-.079-.758-.078-.754.001 0 .08.757.078.754-.001zm-82.171-.455c.004.167.012.333.015.5l1.594-.003c-.269-.166-.543-.332-.813-.498l-.796.001zm101.309-1.132c.04.277 1.211.382.657.699-.37.21-3.353.655-3.003.929 1.967-.268 3.134-.177 5.564-.127.082-.189-.871-.102-1.621-.189-1.108-.129-.773-.363-.791-.56.535.123 1.071.25 1.606.373l.764-.68c-1.056-.15-2.142-.293-3.176-.445zM146.907 8.393l-2.393.006a1.31 1.31 0 0 1-.005-.126l2.395-.004c.004.041.003.083.003.124zm128.432-.383l.01.375c1.151.02 1.67-.062 2.388-.192-.732-.127-1.254-.207-2.398-.183zm-.813.315c-.004-.08-.756-.077-.754.001 0 .079.758.077.754-.001zm-119.668-.01c-.003-.078-.758-.077-.754.002 0 .079.756.077.754-.001zm450.796-.126l1.201.186.398-.062-1.203-.187-.396.063zm-445.212-.447c.962.248-.323.49 1.619.622.01-.148.018-.297.029-.444l-1.648-.178zm5.569-.263l-2.351.194c.266.187.539.374.805.56l3.184.122-2.407-.434c-.19-.296 1.208-.14 2.378-.193-.095-.338 1.291-.545 2.373-.816l-.005-.001-3.992-.18c.004.25.011.499.015.748zm265.708.863c-.95.006-1.326-.208-1.519-.32-.193-.11-.074-.195-.093-.302l2.395-.003c-.262.208-.517.417-.783.625zm-52.681-.903c-.229.115.375.537.852.59 1.254.135 1.775-.045 1.575.278 2.037.1 3.963-.503 3.96-.76-.397.085-.795.17-1.192.253-1.73-.119-3.464-.25-5.195-.36zM247.4 8.254c0-.08-.758-.078-.754.001.003.079.756.077.754-.001zm130.061-.192c0 .083.007.167.007.25l.799-.001c0-.084-.008-.167-.008-.25h-.798zm70.998-.246l.828.37 3.179.123c.109-.454-1.361-.53-4.007-.493zm5.555-.884c.062.115-.404.26-.408.369-.007.132-.379.46-.288.53h.002c.321.244 1.069.25.738.478.801-.048 1.592-.086 2.39-.13l-.799-.43 2.369-.386-1.597.01c-.805-.146-1.599-.296-2.407-.44zm-323.875 1.12c0 .083.007.167.007.25l.799-.002c-.004-.083-.004-.167-.007-.25l-.799.001zm11.179.228l-1.596.003c-.004-.042-.003-.084-.003-.125.532-.001 1.063-.001 1.594-.003.004.042.005.083.005.125zm331.097 0l1.594-.003-1.204-.248h-.395c0 .083.001.167.005.25zm105.307-.254c0 .084.004.168.007.251h.799c0-.084-.004-.168-.007-.251h-.799zm11.973-.012c.127-.253-.387-.307-2.056-.245-1.49.056-2.734.236-2.72.5 1.934.022 2.605.025 2.376-.311l2.4.056zm-446.763.2c-.004-.078.75-.08.755-.001.003.078-.753.08-.755.002zm62.205-.06c-.128.033-.034.112-.391.108-.356-.004-.36-.063-.408-.107.266.002.533-.006.799-.001zm138.025-.529c-.496.387 2.676.296 3.806.374 1.129.08.926.161 1.797.241-.594-.206-1.096-.413-1.653-.62l-3.95.005zM37.964 7.104c-1.552.192-3.333.118-5.176.13 1.41.24 2.401.615 3.982.804.74.09.765-.014 1.25-.055.116.078.257.163.38.243.533-.063 1.062-.128 1.59-.193l-.842-.743c-.393-.063-.79-.124-1.184-.186zm258.098 1.05c0-.079-.757-.077-.754.001 0 .08.758.078.754-.001zm73.401-.702c-.164.441 1.964.53 4.011.743.109-.433-1.698-.586-4.011-.743zm-311.099.682c-.003-.08.754-.08.755-.001.003.079-.753.08-.755.001zm401.253-.023c-.004-.078-.758-.078-.755.001 0 .079.756.078.755 0zM324.751 6.535c-.069.254-.364.4 1.606.374l-1.977.484-1.174-.106c-.292.38-2.353.468-3.992.697 1.806.296 3.366.14 5.583.052-.269-.124-.537-.25-.81-.374 1.606.025 2.484-.065 3.576-.241l2.005.105-.808-.248 3.186-.193.005-.001c-1.367-.238-2.897-.182-4.773-.182.163-.281-1.087-.263-2.427-.367zM147.712 8.08c-.003-.079.753-.08.755-.002.003.078-.753.08-.755.002zM26.416 7.616c0 .084.006.167.01.25.794-.041 1.59-.086 2.388-.127-.055.086.089.183.373.25.725.17.813.041 1.621.037.809-.003 1.094.128 2.012.081-.008-.122-.014-.25-.017-.374-1.913.184-2.917.1-3.208-.246l-3.179.13zm-.806.44c0-.079-.756-.078-.754 0 0 .08.757.078.754 0zm482.676-.013c0-.078-.757-.078-.754.001 0 .079.757.078.754 0zm-263.276-.47c.35.083.617.34 1.211.365 1.143.047 1.832.02 2.793.125-.153-.127-.292-.25-.437-.375-1.188-.038-2.391-.08-3.567-.116zm300.796.363v.125l1.596-.002v-.125l-1.596.002zM81.436 6.902c.058.167.159.33-.784.438-.747.085-.479-.036-1.24-.025-.525.007-1.195.13-1.934.092.383.21.808.416 1.209.625l-.415-.5 5.585.053-2.404-.308h-.008l3.191-.006-3.2-.37zm329.509 1.037c0-.078-.756-.077-.755.001 0 .079.758.078.755 0zM29.551 5.864c-1.838.035-1.122.336-1.704.475-.587.139-1.877.017-2.256.218.502.138 1.068.29 1.596.432-1.33-.08-2.663-.163-3.996-.244l.813.374-2.395.004c.01.291.023.583.034.874.798 0 1.595-.002 2.393-.003-.008-.124-.014-.247-.025-.371l-1.587-.003-.002.001c0-.062-.001-.124-.005-.186l2.341-.2.064-.241 1.95.122c1.366-.179 1.57-.337.484-.565 1.337-.222 2.491-.363 2.295-.687zm128.484 2.07c-.004-.078-.758-.076-.755.002.001.08.756.077.755-.001zm126.872-.006l.401.061 1.191-.19-.4-.061-1.192.19zm222.573-.506c-2.415-.222-4.946-.302-7.165.007l1.609.56.791-.251 3.996.245c-.014-.168.016-.33-.031-.502.527.048.193.003.925.072.732.069.619-.062-.125-.13zm81.77-2.025c-1.296-.085-1.333.11-1.613.241-.35.165-.39.316-1.192.442l2.405.31c-2.259.025-3.672-.144-4.004-.497l-.796.25-3.176-.12c-.007.082-.011.165-.022.248l-3.943-.128c-.022-.08-.043-.16-.068-.24h-2.366l-.825.62-1.492.017c.037.05.063.099.02.148.513-.031 1.002-.066 1.53-.095.438-.114 1.465.068 1.548.115.284.165-.061.287.052.442-.536.02-1.061.045-1.59.066l2.39.247c-.524.14-1.84.177-1.516.384.191.12 1.283.221 1.953.05.853-.22 1.359-.475 1.155-.746 1.798-.062 3.091.056 4.785.12v.001h.01c.112.076.425.126.725.185l-1.511.315c3.046-.018 4.456-.295 4.766-.756.743.036 1.144.137 1.975.124.925-.233 1.854-.465 2.783-.697l-1.604-.617c.527-.043 1.068-.082 1.584-.128-.633-.07-1.332-.26-1.963-.3zM351.924 7.86c0 .042.001.083.005.125l3.186-.13c-.139-.083-.27-.167-.408-.25l-2.783.255zm-173.132-.152c.535.082 1.07.164 1.601.247-.004-.083-.004-.167-.007-.25l-1.594.003zm370.205.1v.125l1.596-.002v-.125l-1.596.002zm-351.055-.139c0 .084.007.167.007.25l.796-.001a5.205 5.205 0 0 1-.007-.25l-.796.001zm59.817.19c0-.08-.758-.078-.755 0 .004.08.756.078.755 0zm1.596-.004c-.003-.078-.757-.077-.754.002 0 .079.757.077.754-.002zM472.39 7.53c0 .125.009.25.012.375h.799l-.013-.377-.798.002zm106.123.246v.125l1.597-.002v-.124l-1.597.001zm21.555-.4c.192-.133-.457-.416-1.626-.223-.24.04-.211.33-1.184.35-.539-.113-1.066-.248-1.609-.368-.75.122-1.628.293-1.916.45-.164.089.221.112.32.185.145-.088.274-.173.412-.26l1.607.374c1.675.029 2.518-.067 3.647-.25l2.732.12c.262-.126.525-.25.786-.376-1.056 0-2.112.001-3.169-.003zm-197.107.453c0-.08-.758-.078-.754.001 0 .079.756.077.754-.001zm-248.103-.326h-.004c.171.162-.445.235-.784.376l2.395-.004c.149-.125-.543-.408-1.607-.372zm449.964.311c-.004-.079-.758-.078-.755 0 .001.08.758.079.755 0zm11.179-.447c1.061.57 3.811.74 3.989-.003-1.33 0-2.659.002-3.989.003zm-319.15-.028c-4.492-.02-2.651.495.817.5l-.817-.5zm-112.884.213l-1.194-.041c1.002.153 1.67.324 3.204.307-.874-.174-.06-.208-.015-.375l-1.995.109zm3.601.138c0 .041-.001.083.003.125l2.395-.005c0-.042-.001-.084-.005-.126l-2.393.006zm-63.039-.377c0 .126.003.251.007.377l-1.589-.061 2.397.182c-.007-.167-.01-.333-.017-.5l-.798.002zm422.844.433c-.002-.079-.758-.077-.754.001 0 .08.758.078.754-.001zm-414.084-.573c.079-.513-1.635-.076-2.698-.045-1.441.042-.986-.118-2.053.132-.277.065-1.1.315-.799.419 1.323.043 2.66.078 3.99.119-.274-.187-.546-.374-.816-.561.787-.02 1.614-.05 2.376-.064zm259.314.361c0 .084.003.167.007.25l.798-.001c0-.084-.003-.167-.007-.25l-.798.001zm-59.837-.014c0 .083.007.166.007.25l1.597-.004-1.206-.247h-.398zm3.189-.006c0 .083.007.167.007.25l1.589-.253-1.596.003zM18.772 6.499c-.696-.055-.9-.2-1.575.01-.674.21-.138.432-.495.677-.264.179-1.665.352-1.443.57.776-.02 1.592-.045 2.383-.066-.011-.312-.026-.624-.037-.936 1.33-.002 2.657-.006 3.994-.006h-.005c-.626-.252-1.45-.14-2.822-.249zm133.669 1.196c0-.078-.756-.077-.754.002.004.079.758.077.754-.002zm253.782-.372h.003l2.739.428c.532-.12 1.159-.102 1.975-.126l.796-.625c-2.11.211-2.683-.07-4.793-.117l-.72.44zm204.182.361c-.004-.078-.758-.078-.754.001 0 .079.758.078.754 0zm-113.298-.001c0-.079-.756-.078-.754 0 0 .08.757.079.754 0zm-455.933.034l.794-.11 1.198.049c-1-.154-1.667-.325-3.2-.308.404.122.808.246 1.208.369zm397.708-.011c1.162-.097 1.767-.177 2.79-.005l.398-.063c-1.001-.154-1.668-.324-3.198-.307.004.125.01.25.01.375zm101.323-.264c0 .083.004.167.007.25l.799-.001c0-.083-.004-.167-.008-.25l-.798.001zm-284.846.17c-.001-.079-.756-.077-.755.001.004.08.759.078.755-.001zm204.243 0c-.002-.08-.758-.078-.754 0 0 .08.758.078.754 0zm-201.853-.005c-.004-.079-.756-.077-.754.001 0 .08.758.078.754-.001zM578.503 7.4l1.602.248c0-.083-.004-.167-.007-.25l-1.595.002zm-364.633.17c0-.078-.758-.077-.755.002.004.079.757.077.755-.001zm69.343-.514c-1.039.189-2.067.379-3.106.567 1.942.047 1.31-.157 2.366-.32.437-.068 1.074-.055 1.587-.066.535-.164-.641-.293-.566-.427.156-.272 1.634-.45-1.043-.443.273.231.503.46.762.689zm356.033.503c.001-.079.753-.079.754 0 0 .079-.754.079-.754 0zM417.31 6.617l1.616.187v.561l-2.888-.23c-1.164-.024-2.318-.049-3.489-.07.988.125.358.34 2.021.305 1.289-.027 2.178-.095 3.518.001.022.08.031.164.049.245 1.962.03 1.669-.126 1.585-.378l.808.373 3.191-.005c-.415-.266-.793-.424-.017-.684l-1.206-.189-.791.251c-.408-.124-.821-.247-1.228-.37-1.057 0-2.113.002-3.169.003zm-195.464.938c-.005-.079-.758-.077-.755.002.003.078.758.076.755-.002zm410.11-.327c-1.112.138-1.324.012-2.395.002 0 .125.008.25.012.375l2.39-.127c0-.083-.004-.167-.007-.25zm-266.485.106c0 .083.008.167.008.25.798.023 2.607-.088 2.385-.255l-2.393.005zm163.56-.004c0 .083.003.166.007.25l.798-.001c0-.083-.003-.167-.007-.25l-.798.001zm-221.797.05l1.201.186c.131-.021.263-.043.398-.063h-.005l-1.201-.185-.393.063zm72.583-.448c-1.792-.003-2.066.129-2.383.38-.703-.01-1.795-.128-2.392-.058l2.399.308c.026-.084-.072-.166-.007-.25 1.618-.018 2.43-.117 2.383-.38zm-65.403.622c-.273-.185-.544-.371-.813-.557l-2.397-.061 3.21.618zm2.388-.254l1.601.247c0-.083-.003-.166-.007-.25-.531.002-1.063.002-1.594.003zm66.999-.311c1.274.111.281.28.948.427.278.06 1.649-.019 1.85.13.185-.024.272-.042.418-.064l-2.808-.557c-.138.022-.248.04-.408.064zm-126.03.43h-.005l2 .122.398-.064-2.398-.182c0 .041.001.083.005.124zm3.184-.006l6.386.113c-.262-.147-.529-.294-.791-.44-1.409-.063-1.912-.002-2.509-.23-.285-.107-.485-.329-1.519-.32-.525.29-1.046.584-1.567.877zm137.207.049c-.005-.079-.754-.077-.752.001 0 .08.755.078.752-.001zm-125.286-.698c-2.051.153-3.921.294-3.965.696 1.494.157.114-.062 1.028-.186.915-.123 3.454-.17 2.937-.51zm-260.835.62l-3.184.13c-.003-.083-.012-.167-.012-.25l3.186-.13c.004.084.01.168.01.25zm580.801.065c0-.078-.756-.078-.752.001.001.079.755.078.752 0zm-429.241-.025c0-.079-.757-.077-.754.001.003.079.757.077.754-.001zm-53.43-.08c0 .04-.001.083.002.124l1.597-.003c0-.042-.001-.084-.005-.126l-1.594.004zM48.738 7.21c0 .083.008.166.012.25l1.594-.003-1.208-.248h-.398zm396.521.236h-.799c-.003-.083-.007-.166-.007-.25h.798c.004.083.008.166.008.25zm-199.473-.252h.005c0 .083.007.166.007.25l1.585-.254-1.597.004zm290.408.19c-.002-.08-.758-.078-.755 0 .001.08.758.079.755 0zm-86.958-.258h.005l.805.312 1.587-.252-1.999-.122-.398.062zm-314.353-.21l-.786.315 2.397.183h.005l-.818-.499-.798.002zm255.3.435c0-.079-.757-.077-.754.002 0 .078.757.077.754-.002zm-245.312.045c.484-.113-1.108-.323 0-.367 1.315-.052 2.401.027 3.581.11-.772-.56-3.756-.157-6.394-.362.936.206 1.88.415 2.813.619zm4.389-.195l1.204.185.395-.063c-.4-.061-.805-.123-1.206-.186l-.393.064zm70.196-.204c0 .125.007.25.014.375l1.597-.002c-.004-.125-.007-.25-.015-.375l-1.596.002zm2.407.37l2.395-.005h-.005V7.3l-1.201-.185-1.189.252zM99.795 7.24c0 .042-.001.083.002.125l1.597-.004c0-.041-.001-.083-.005-.125l-1.594.004zm-71.016-.377c-.084.24 1.014.343 2.012.498 1.359-.177 1.26-.369 1.172-.627l-3.184.13zm197.049.434c-.004-.079-.758-.077-.755.001 0 .08.757.078.755-.001zM43.992 7.066c-1.028-.237-1.07-.52-3.245-.155.936.14 1.879.288 2.815.43.663-.06 1.321-.13 1.98-.186-.136-.174-1.004.036-1.55-.09zm70.156.08c-.401-.06-.801-.123-1.201-.184h-.398c.003.125.011.25.014.375l1.585-.19zm126.457-.192c-.131.125-.263.25-.397.375l2.39-.13-.816-.497-1.177.252zm-59.047-.003c-.813.114-1.336.198-1.187.378.532-.002 1.065-.003 1.597-.003l-.015-.375h-.395zm1.999.121c0 .083.007.167.007.25l.799-.002c0-.083-.008-.167-.008-.25l-.798.002zM65.064 6.806l-2.764-.12c-.015.081-.03.163-.049.244l-1.555.135 3.965-.004 1.628.243-.82-.496 2.39-.194-1.6-.185c-.4.126-.795.252-1.195.377zm189.482.432c-.004-.078-.758-.077-.754.002 0 .078.755.077.754-.002zm64.612-.57l-2.376-.056 2.01.559-.013-.375 1.992-.004-.778.502c4.128-.211 2.757-.785-.821-.874a5.193 5.193 0 0 0-.014.249zm-244.1.495l.003.124 1.597-.002c0-.042 0-.083-.003-.125l-1.596.003zm510.958-.394h-.005c.783.013.493.16.456.249-1.65.007-2.325.247-3.972.254l-.002-.001h-.008c-.007-.227.996-.311 1.585-.501l-1.604-.25 3.55.249zm-184.651.25c0 .083.007.167.007.25l1.597-.003c0-.083-.004-.167-.008-.25l-1.596.003zm81.782-.005l-1.191.252c.531 0 1.062 0 1.594-.002 0-.083-.004-.167-.008-.25h-.395zm-331.492.245l1.585-.19-1.204-.186h-.395c.003.125.011.25.014.376zm66.189-.07c0-.08-.758-.078-.754.001 0 .079.756.077.754-.001zm134.849-.207c0 .083.007.167.007.25l.799-.002c0-.083-.008-.166-.008-.25l-.798.002zm10.495-.141c-.81.111.985.417 1.353.367.812-.112-.985-.418-1.353-.367zm-249.057-.194c1.078.159.833.348.815.561l1.597-.003c-.758-.215-.787-.451-2.014-.621l-.398.063zm-56.626.424c0 .041-.001.083.002.125l1.597-.004c0-.041-.001-.083-.005-.125l-1.594.004zm518.618.02c0-.08.754-.08.754-.001.003.078-.752.079-.754 0zm-242.573.052l2.388-.192-1.602-.184-.786.376zm-10.464-2.855c-1.461-.01-2.657-.22-3.987-.055l3.201.181c.065.142-1.138.21-.789.377-.531.002-1.063.003-1.594.003v.063l1.602.184c0-.083-.004-.166-.008-.25l.799-.002.012.375 2.39-.067c-1.108.163-.701.348-.781.565-.659-.01-1.248-.045-1.573.072-.615.223-.948.437-.796.682 1.946-.168 2.114-.435 2.369-.754 2.131.023 1.935.263 3.173.424 2.616.338 3.611.128 4.012-.312 2.488.3 3.925.294 6.391-.012-.32.207 1.141.301 1.516.437.37.136-.569.176-.612.26-.077.149.674.21.642.342-.019.07-.675.087-.613.147.154.141 1.493.206 2.312.18-.684-.236 1.028-.46.635-.67-.635-.337-2.269-.434-1.482-.829 1.628.156 2.022-.139 3.574-.032h-.005l2.783-.291-1.594-.112c-.011.057-.02.115-.027.173l-4.746.139c-.062-.25-1.028-.395-2.412-.496-.004.082-.007.164-.015.247l-2.382.009c.255.061.525.125.769.185-.251.106-.456.017-.718.004-1.162-.059-1.444-.01-2.427.064.528-.21 1.049-.419 1.577-.628l-2.783.255-2.805-.37c-.237.147-.471.294-.708.44l1.528.31-3.994-.117.784-.503-3.189-.118c-.011-.166-.018-.334-.029-.5zm23.223 2.706c0 .041.001.083.004.125l1.595-.003c0-.042.001-.083-.003-.125l-1.596.003zm-182.718.055c-.003-.08-.758-.078-.754.001 0 .079.757.077.754-.001zm-60.617-.066c0 .041.005.083.005.125l1.596-.004c0-.041-.001-.083-.005-.125l-1.596.004zm411.709.052c-.004-.079.752-.08.754-.002.004.08-.754.08-.754.002zm-150.03-.325c.354.14.97.211.811.373l1.587-.19c-.733-.127-1.25-.208-2.398-.183zm-285.62.07c0 .083.009.167.012.25.529-.083 1.057-.169 1.585-.253l-1.597.003zm494.649.187c0-.078-.758-.078-.755.001.001.079.758.078.755 0zm24.751-.21c-.186.154 1.601.296 2.4.248 0-.084-.004-.167-.008-.25l-2.392.001zm-563.291.16c-.002-.079-.758-.077-.755.001 0 .08.758.078.755-.001zm543.733-.393c1.46-.139 1.642-.144 2.8.06-1.596.106-3.188.211-4.776.318-.257-.262.781-.265 1.976-.378zm-369.019.306c-.004-.079-.756-.077-.754.001 0 .079.758.078.754-.001zm4.392-.447c-1.122.145-1.318.281-1.179.503l.798-.002.784-.439-.403-.062zm378.579.44c-.001-.078-.755-.077-.752.002 0 .078.756.078.752-.001zM158 6.372c-.021.084.048.167.008.25-.532.008-1.063 0-1.594.004-.143.235.105.274 1.606.247.022-.084-.047-.166-.007-.25.532-.008 1.064.001 1.596-.003.142-.236-.107-.275-1.609-.248zm272.081.349c0 .041-.002.083.002.124.532 0 1.065-.001 1.597-.003 0-.041-.002-.083-.005-.124l-1.594.003zm-134.849-.251l.01.375 1.596-.004c.149-.125-.542-.408-1.606-.371zm-59.829.246c0 .041.001.083.005.125l1.594-.004c0-.041.001-.083-.002-.124l-1.597.003zm203.354.092l.103.023-.186.01.083-.033h-.002l-1.506-.349c.797 0 1.592-.002 2.39-.003l-.882.352zm-71.723-.476c.273.166.546.332.815.499l2.383-.005c-.132-.163-1.5-.325-.713-.493.22-.046 2.454.05 1.077-.134-1.148.046-2.382.088-3.562.133zm-245.335-.265c-.717.105.484.146.288.308-.127.106-1.071.289-.656.442 2.137-.178 2.073-.5.368-.75zm188.679.684c0-.079-.756-.077-.754.001 0 .08.758.078.754-.001zm-52.641-.206c0 .083.003.167.007.25l.798-.002c0-.083-.003-.166-.007-.25l-.798.002zm204.277.188c-.003-.078.753-.08.755-.001.003.079-.754.08-.755.001zm-57.475-.22c-1.647-.016-3 .203-4.388.009l-.395.063c1.607.264 3.661.27 4.783-.071zm-137.295-1.8c.932.053 1.868.105 2.8.159l1.987-.107-.725.19 1.135.175 1.167-.118c-.178.222 1.041.261 1.46.435.124.052-.504.071-.395.127.237.12.764.17.586.311l-2.803-.242-2.436.376c-.653-.04-1.277-.08-1.951-.12.451.181-.563.278-.552.44.011.161 1.036.255.579.436l1.606-.065-.808-.311c1.92.021 3.141-.018 4.38-.26l.395-.001c-.105.176 1.135.493 2.41.496-.302-.386.96-.759-.037-1.125l6.382-.013.008-.001c.113-.335-1.92-.35-3.628-.372-1.104.015-1.979.198-3.145.126-1.985-.123-.394-.487-.442-.74 1.862.059 4.745.328 4.785-.135l-2.429-.072.025-.173-1.985.254-1.206-.248c-.138.162.498.232.808.374-.525-.006-1.045 0-1.57.005-.011.083-.016.165-.027.248-2.684-.026-2.455-.443-3.606-.743-.921.231-1.847.462-2.768.694zm343.132 1.972c-.004-.079-.757-.079-.754 0 0 .079.755.078.754 0zm-384.57-.012c-.005-.08-.758-.077-.755.002.003.078.758.076.755-.002zM45.12 6.59l-1.2-.06 1.204.185 1.185-.188-1.19.063zm197.839-.516l-1.191.19c0 .041.007.083.007.124l2.402.308-.82-.623h-.398zm67.427.24l4.797.365c-.801-.082-1.598-.165-2.4-.246l1.592-.128-1.206-.247-2.783.255zm-110.103-.026c0 .125.008.25.015.375l.798-.002c-.003-.125-.007-.25-.014-.375l-.799.002zm-114.892.335c.313-.058-1.667-.334-2.364-.206-.313.059 1.667.335 2.364.206zm125.251-.045c-.001-.079-.758-.077-.754.002.001.079.758.076.754-.002zm-198.64-.194c0 .084.006.167.01.25 1.603.009 2.428-.129 2.38-.378l-2.39.128zm339.502-.276a60.32 60.32 0 0 0-4.153.125c-.929.055-1.369.034-1.045.261 1.308.04 2.66.079 3.982.118 0-.125-.008-.25-.012-.376l3.188.12c.248-.288-.528-.251-1.96-.248zm195.056.2l-3.982.255-.012-.375 3.994.12zm-392.559-.305c0 .083.008.167.008.25l1.548.004c.018.081.036.163.058.244l.799-.002c-.274-.166-.545-.333-.818-.5l-1.595.004zm64.617.434c-.003-.079-.757-.077-.754.002 0 .078.757.077.754-.002zM97.368 6.37c0 .042-.001.084.003.125l3.188-.132-.408-.249-2.783.256zm189.878-.382c.266.165.536.33.806.496l1.169-.505a150.88 150.88 0 0 0-.464-.056l-1.511.065zm-182.715.43c-.006-.079-.758-.077-.754.002.001.079.758.076.754-.002zm7.989-.205c0 .084.007.167.007.25h.803c0-.084-.008-.168-.012-.251l-.798.001zm423.645-.39c1.501-.061 1.206.026 1.694.16.699.191 1.657.228 1.516.461-.797-.015-1.889.072-2.356-.069-.587-.177-.927-.355-.854-.553zm-419.654.382c0 .083.005.167.005.25l2.395-.005v-.062c-.732-.128-1.253-.207-2.4-.183zm21.936-.045l-1.189.253c.532-.002 1.065-.002 1.597-.003 0-.084-.006-.168-.01-.25h-.398zm13.15.162c0-.08-.758-.078-.755.001 0 .079.757.077.755-.001zm454.802-.072v.125l1.597-.001v-.125h-1.597zm-248.945-.026c0 .041.001.083.004.125l1.597-.003c0-.042-.001-.083-.005-.125l-1.596.003zm-180.332.049c-.004-.08-.758-.078-.755.001 0 .079.757.077.755-.001zM54.277 6.075c0 .084.006.167.01.25l.798-.001c-.003-.084-.008-.167-.012-.25l-.796.001zm207.815-.539c-1.009.097-1.047.344-1.965.437-1.388.14-2.666-.028-2.398.322 1.312-.09 2.632-.176 3.943-.264.142-.164.275-.333.42-.495zm-119.277.676c-.004-.078-.758-.077-.754.002 0 .078.756.077.754-.002zm337.512-.132l-1.191.19-.403-.063 1.191-.189.403.062zm-267.302.118c-.004-.078-.757-.077-.754.002 0 .079.757.077.754-.002zM218.621 6c0 .083.007.166.007.25l.798-.002c0-.083-.003-.167-.007-.25l-.798.002zm-114.082-.021c0 .083.007.166.007.25l1.594-.004-1.206-.247h-.395zm421.264.041l-1.191.19h.005-.799l-1.206-.248 3.191-.004v.062zm-477.131.126c-.004-.078-.758-.077-.755.002.003.078.758.077.755-.002zm207.434-.036c0-.079-.756-.077-.754.001.003.079.758.078.754-.001zm-169.13-.22c-.207.168 1.607.271 2.401.245-.167-.16.445-.234.784-.375l-3.186.13zm398.139.247h-.398l-1.206-.248 1.596-.003c.004.084.008.168.008.25zm107.712 0l.798-.002c.001-.083-.003-.166-.007-.25h-.798c0 .084.004.168.007.251zm-568.09-.08c0-.08-.757-.079-.755 0 0 .079.757.078.754 0zm331.479-.836c-.875-.002-1.443.119-2.376.137-1.096.02-2.441-.012-3.589.003-.218.309.798.26 2.4.246-.266.083-.531.167-.8.25 1.202.08 2.386.166 3.596.242.579-.017.932-.206 1.169-.239 1.319-.182 2.461-.226 2.41-.516l.002-.001c-1.133.03-1.727-.12-2.812-.122zm-121.775.498c-.372-.049-2.146.264-1.326.372.372.05 2.149-.263 1.326-.372zm132.942-.01c-1.057-.044-3.281-.085-3.555.126 1.595.082 3.194.163 4.793.241-.451-.09-.474-.335-1.238-.367zm-63.391.242c0 .041-.002.083.002.124.532 0 1.065-.001 1.597-.003 0-.041-.001-.083-.005-.125l-1.594.004zm-66.265-.295c-.284-.119-1.616-.075-2.349-.065.354.145 1.242.277 1.978.366 1.082.132 1.298.095 2.019-.062h-.005c-1.06-.109-1.115-.017-1.643-.239zm-81.34.093c0 .083.007.167.007.25l.798-.002c0-.083-.007-.167-.007-.25l-.798.002zm206.599-1.163c-.415.202-.962.362-1.348.575-.39.213-.714.524-.976.736-.15.122 1.399.096 1.508.064.747-.224.397-.386 2.452-.376-.011-.042 0-.084-.008-.126l-1.589.001c-.015-.292-.021-.581-.039-.874zm-12.742 1.338c-.003-.079-.757-.077-.754.001 0 .079.757.077.754-.001zm288.86.047l-2.395.003v-.126l2.395-.002v.125zm-465.168-.256c0 .083.004.167.004.25l.799-.002c0-.083-.004-.166-.008-.25l-.795.002zm347.878.248l-1.597.002V5.84c.532-.002 1.065-.002 1.597-.003v.126zM47.481 5.71c-.398.083-.79.168-1.187.252.532-.002 1.065-.002 1.597-.003 0-.083-.009-.167-.013-.25h-.398zm252.512-.003c0 .084.003.167.007.25l.798-.001c0-.084-.007-.167-.007-.25l-.798.001zm-119.685-.256c-.259.167-.523.334-.782.502l.799-.002 1.577-.503-1.594.003zm361.45.487l-1.594.002v-.125l1.594-.002v.125zm-156.365-.08c-.004-.078.749-.08.754-.002.004.079-.753.08-.754.002zm-179.16-.46c-1.122.145-1.318.28-1.179.503 1.34.07 2.753-.21 3.176-.381h.005l-2.002-.122zm186.318.51h-.798c0-.082-.007-.166-.007-.249l.798-.001c0 .083.007.167.007.25zm-177.92-.026l.779-.502-1.577.129-1.621-.373 2.419.746zm-63.85-.061c-.004-.079-.755-.077-.754.001.003.08.758.078.754-.001zm254.558.001c-.001-.078.754-.08.755-.001.003.08-.755.08-.755.001zm-48.693.027c-.532 0-1.065 0-1.597.002a5.205 5.205 0 0 1-.007-.25l1.596-.003c.004.084.007.167.008.25zm-65.447-.062c-.005-.078-.756-.077-.755.002 0 .079.758.077.755-.002zm-40.677-.23c0 .084.004.167.008.25l1.594-.002-1.204-.248h-.398zm134.834-.136c.004.083.008.167.008.25-1.064.043-2.125.088-3.189.13.033-.322 1.283-.401 3.181-.38zm162.803.322c-.003-.078.755-.08.755 0 .001.079-.755.079-.755 0zm-229.038-.011c0-.08-.758-.078-.754.001 0 .079.757.077.754-.001zm238.613 0c.002-.079.755-.08.755 0 .002.078-.755.08-.755 0zm-236.218-.005c-.001-.078-.758-.076-.754.002.001.079.758.077.754-.002zM.036 5.711c-.003-.078.75-.08.755-.001.004.08-.754.08-.754.001zm584.007.057l1.597-.001c-.091-.14.091-.224.786-.313-.532-.063-1.068-.124-1.599-.186-.263.166-.522.334-.784.5zM4.775 5.705c0-.078-.755-.077-.752.002.002.078.756.077.752-.002zm589.642-.07v.124l1.596-.002v-.125l-1.596.002zm-248.968.047c0-.079-.755-.077-.754.002 0 .078.758.077.754-.002zm173.965.034l-.798.001a5.237 5.237 0 0 1-.008-.25l.799-.001c.003.083.007.166.007.25zM365.413 5.52c.609.168 2.946.02 4.013.067.095.004.435.19 1.175.11.313-.034.359-.06.395-.125-.499.027-1.085-.017-1.57.015-.043-.066-.018-.086-.022-.138.669.058.664-.114.755-.12.604-.04 1.056.015 1.653-.012a2.945 2.945 0 0 1-.049-.014c-.07-.037.082-.1-.398-.106-.201-.002-.55-.001-.764.002-.601.008-.157.088-.445.13-.288.042-.925-.001-.754.12-.542.006-1.062.003-1.597.005.525-.106 1.053-.211 1.577-.318l-1.594-.307c-.791.23-1.581.462-2.375.691zm156.411.13c-.002-.079.754-.08.754 0 .003.078-.754.079-.754 0zm-79.019-.202c1.53-.024 2.603.006 3.201.246-1.53.024-2.603-.006-3.201-.246zm94.163.246l-1.597.002a5.235 5.235 0 0 1-.007-.25l1.596-.002c.004.083.008.167.008.25zm-230.615-.061c-.001-.079-.756-.077-.755.001 0 .08.758.078.755-.001zm231.43-.001c-.003-.08.754-.08.755-.002.003.08-.754.08-.755.002zm-414.934-.005c-.005-.078-.758-.076-.754.002.001.079.758.077.754-.002zm356.687-.046c-.003-.079.754-.08.755 0 .001.078-.755.079-.755 0zm15.117-.708c.044.13-.057.316.02.434.164.26 1.024.16 1.997.314a58.812 58.812 0 0 1-.41-.5l1.592-.128h-.005c-1.067-.04-2.127-.082-3.194-.12zm113.299.687c-.006-.079-.754-.078-.755 0 0 .08.758.079.755 0zm-107.701-.32c0 .083.008.166.008.25l1.997.122.398-.063c-.27-.103-.54-.208-.806-.312l-1.597.003zm-79.76.308c-.004-.079.752-.08.754-.001.004.078-.754.08-.754.001zM291.968 4.476l.815.496 1.189-.252 5.213.865h.007l-.857-.493-1.548-.004.383-.626-2.417-.237-2.785.25zm234.641 1.043c-.004-.078.752-.08.754-.001.004.079-.754.08-.754.001zM240.94 5.391l1.204.184.398-.063-1.204-.185-.398.064zm334.311-.114l1.204.249 1.191-.189v-.062l-2.395.002zm-177.9.186c-.004-.079.749-.081.754-.002.004.08-.753.08-.754.002zm-250.564-.321l.015.375 1.596-.003c-.156-.16.454-.237.782-.377l-2.393.005zm260.906.115c.004.084.007.167.007.25l-2.392.004c0-.041-.005-.083-.005-.125 1.012.02 1.505-.075 2.39-.129zm78.196.128v.125l1.596-.002v-.126l-1.596.003zm3.991-.005v.125l1.595-.002v-.126c-.532 0-1.063.002-1.595.003zm-205.874-.764c.277.29.555.582.828.873.262-.167.52-.335.779-.502 1.388.118 2.357.185 3.589-.007l1.132.185-.712.127 1.586.059c-.265-.146-.526-.293-.788-.44l-2.405-.055-.022-.374-3.987.134zm4.783.802c0-.078-.754-.077-.752.002 0 .079.756.077.752-.002zm83.023-.1c-.083.052.084.086-.018.13.303-.027.682.01.762-.067.079-.073-.561-.034-.744-.064zm-127.701.066c-.004-.079-.758-.077-.754.002.002.079.758.077.754-.002zm7.181-.828c-.121.223 1.104.312.678.56-.331.19-1.45.356.95.311.189-.184.431-.374.635-.56-.751-.105-1.528-.205-2.263-.311zm67.033.49c-1.151-.02-1.67.063-2.387.193.732.127 1.253.208 2.397.183 0-.125-.006-.25-.01-.376zm158.809.288c-.002-.078.754-.08.754 0 .003.078-.754.079-.754 0zm117.246-.012c-.001-.079-.755-.078-.755 0 .001.08.758.078.755 0zm-164.341.022c0-.083-.004-.166-.007-.25l1.596-.002-1.589.252zm-192.297-.26c0 .084.003.167.007.25l.798-.001c0-.084-.007-.167-.007-.25l-.798.001zm68.159-1.388c-.787.07-.403.256-.381.375-.412-.039-1.092-.13-1.594-.122-.529.168-1.058.336-1.582.504l3.191-.007c.011-.125-.039-.25-.01-.375 1.446.14 1.782.226 1.611.496-2.441.038-2.315.334-3.171.632l3.188.12c.131-.084.266-.168.401-.251 1.217.092-.233.307 2.004.246h-.005l-2.412-.558c1.847-.31 2.511.012 2.405.308.787-.064 1.608-.129 2.373-.193-.776-.206-2.679-.261-3.557-.426-1.285-.242-.928-.541-2.461-.75zm149.668 1.607l-.798.002a5.237 5.237 0 0 1-.008-.25l.799-.001c.003.083.007.166.007.25zm-199.492-.068c-.004-.08-.757-.078-.755.001.004.079.758.077.755-.001zm128.498.001c-.003-.079.754-.08.755-.002.003.078-.753.08-.755.002zm-120.513-.33l2.405.37-.012-.375-2.393.005zm211.451.306l-.398.063c-.401-.125-.8-.25-1.204-.374l.796-.001.806.312zM5.571 5.016c0 .084.006.167.01.25l1.597-.001c-.004-.084-.005-.167-.012-.25l-1.595.001zm583.221.186c-.004-.078-.754-.078-.755 0 0 .079.756.079.755 0zm-438.033-.006c-.003-.078-.757-.077-.754.002 0 .079.757.077.754-.002zm262.119.052a7.512 7.512 0 0 1-.105-.012l.01-.002-.017-.002 1.267-.23-1.155.246zM99.695 5.176c-.004-.079-.758-.077-.755.001.004.08.757.078.755-.001zm524.204-.005c-.002-.079-.757-.078-.754 0 .003.08.757.079.754 0zm-189.058-.022c-.003-.079.749-.08.755-.002.003.08-.755.08-.755.002zm-134.887-.004c-.002-.078-.758-.076-.755.002.002.079.758.077.755-.002zm142.026-.82c-.648.362-.242.815-3.167.88.98-.276 1.417-.443.779-.752l2.383-.129h.005zm-305.576.461l.002.126h1.568c.011.082.024.164.039.246l.798-.002c.259-.125.525-.25.784-.376l-3.191.006zm7.17.3c0-.08-.758-.078-.754 0 0 .08.756.078.754 0zm114.104-.166c1.45-.034 2.159.031 3.208.178.706.1 1.092-.058 1.58-.126-.936-.102-1.88-.203-2.82-.304l-1.968.252zm234.566.143c-.001-.079-.758-.077-.755.002.002.078.758.077.755-.002zm14.384-.019l.401.062 1.191-.189-.4-.062-1.192.19zm-278.471-.19c0 .084.007.167.007.25l1.594-.003c-.003-.083-.007-.167-.007-.25l-1.594.003zm126.85-.378l2.422.055 2.385.562-.832-.746c-.59-.022-1.363.027-1.917.002-.936-.042-.012-.22-.874-.249l-1.184.376zM237.72 4.46c-2.459.027-2.535.299-2.371.63 1.712-.144 2.575-.32 2.371-.63zm63.042.372c-.183.155 1.612.293 2.402.244a5.205 5.205 0 0 1-.007-.25l-2.395.006zm137.246.249l-.799.001c-.003-.083-.007-.167-.007-.25L438 4.83c.004.083.008.166.008.25zm-195.481-.068v.062l3.191-.007c.134-.18-.384-.26-1.211-.372l-1.98.317zm220.605-.22l1.206.247-1.596.003c-.004-.084-.008-.167-.008-.25h.398zm23.074-.28c-1.326.002-2.629.173-3.525.314l6.386.178-2.861-.493zm-207.004.425c-.004-.079-.758-.077-.755.001.001.079.756.077.755-.001zm233.005.039c1.726-.2 2.513.042 4.385-.024.783-.027 2.464-.333 1.98-.484l-2.781.248c-1.202-.164-2.401-.329-3.603-.492.003.25.019.499.019.752zm-328.73-.156c0 .041-.002.083.002.124l1.597-.003c0-.041.001-.083-.003-.125l-1.596.004zm317.536-.02c-.001-.079-.758-.077-.754.001.001.08.758.078.754-.001zm-146.018-.012c0-.079-.757-.077-.754.002 0 .078.757.077.754-.002zm-181.902-.323l.015.375 1.594-.003c-.004-.125-.011-.25-.014-.375-.532.001-1.063.003-1.595.003zm51.853-.105c.152.167-.126.65 1.629.35.091-.016.018-.254.761-.303.591-.038 1.776-.023 1.59-.18-1.046-.042-2.126-.079-3.186-.12l-.794.253zm328.745.189c0 .083.004.167.008.25l1.587-.252-1.595.002zm-226.623.167c0-.078-.758-.077-.755.002.001.079.757.077.755-.002zm-119.666-.195c0 .083.008.166.008.25l.798-.002c0-.083-.004-.166-.007-.25l-.799.002zm-63.842.187c0-.078-.758-.077-.755.002 0 .079.757.077.755-.002zm284.043-.049c-.003-.078-.758-.077-.755.002 0 .079.758.077.755-.002zm-188.291-.329c.003.125.012.25.012.375l1.594-.003c.149-.125-.543-.408-1.606-.372zm294.426.116c0 .083.004.167.007.25.532 0 1.065 0 1.597-.002 0-.083-.004-.166-.008-.25l-1.596.002zM312.283 4.19c-.616-.039-1.331.013-1.968-.004.933.167 1.87.331 2.81.496l.269-.03c1.199-.152.197-.38-1.111-.462zm74.648.478c-.532.002-1.065.002-1.597.003a1.746 1.746 0 0 1-.004-.125l1.596-.003c.004.042.005.084.005.125zm-68.642-.059c0-.079-.759-.077-.755.002.001.078.756.076.755-.002zm141.274 0c-.003-.078.751-.079.754 0 .002.079-.754.08-.754 0zm-196.309-.076c0 .042-.001.083.003.125l2.395-.005c0-.042-.001-.084-.005-.125l-2.393.005zm66.226.117l2.395-.005c0-.042-.001-.083-.005-.125-1.009.024-1.505-.07-2.397-.12 0 .083.003.167.007.25zm159.58-.145v.125l3.189-.13v-.125l-3.189.13zm-72.629-.514c-1.712.142-2.576.318-2.376.629l.806-.249 2.378-.007.005.001c-.27-.124-.54-.25-.813-.374zm-70.22.565c0-.08-.756-.077-.754.001 0 .079.758.077.754-.001zm152.417-.19l1.601.248c0-.083-.003-.166-.007-.25l-1.594.003zm-199.465.218h-.003c.532 0 1.063-.002 1.594-.003 0-.083-.003-.166-.007-.25h-.395c-.398.084-.792.17-1.189.253zm64.607-.625c.007.209.013.417.017.626l2.395-.005-.262-.075c-.542-.176-.655-.343-.556-.549l-1.594.003zm12.761.54c0-.078-.758-.076-.755.002 0 .08.757.077.755-.001zm90.161-.025c0-.078-.758-.078-.754.001.003.079.755.078.754 0zm-323.125-.202c0 .083.007.167.007.25l1.594-.003c0-.083-.007-.167-.007-.25l-1.594.003zm3.996.18l.401.061c.397-.063.795-.125 1.189-.189l-.403-.062-1.187.19zm191.482-.195c0 .083.008.166.008.25.531-.002 1.063-.003 1.594-.003 0-.084-.004-.167-.007-.25l-1.595.003zm-146.015-.08c0 .082.007.166.007.249.266 0 .533 0 .798-.002 0-.083-.003-.167-.007-.25l-.798.002zm262.488.189c-.001-.079-.758-.077-.755.001.005.079.758.078.755-.001zM286.76 3.609c-1.552.32-3.285.224-5.537.268-.812.016-.456.247-1.228.307.805.065 1.599.123 2.4.185l-.425-.25 2.005-.129c.014.083.024.166.039.248l2.353-.003c.12-.29 2.19-.384.393-.626zm-62.629.253l-1.58.503c.798-.001 1.597-.004 2.395-.004-.003-.168-.01-.334-.017-.501l-.798.002zm280.078.372v.125c.532 0 1.065 0 1.597-.002v-.125c-.532 0-1.065 0-1.597.002zm13.159-.14c-.883.153-1.653 0-2.785.003l1.994.247 1.192-.189-.401-.062zm3.579.182c0-.079-.758-.078-.754.001.002.079.758.078.754-.001zm-87.732-.124c.791.06 1.586.123 2.373.182.189-.167-.192-.342-.393-.495l-.112-.122c-.096-.125-.228-.247-1.116-.256-.244.232-.504.46-.752.691zm-251.374.11c-.004-.08-.758-.078-.755 0 0 .08.757.078.755 0zm60.642-.438l2.397.12h.003l.808.374c-.004-.166-.01-.333-.017-.5l-3.191.006zm7.173.423c-.004-.078-.756-.077-.755.002 0 .079.758.077.755-.002zm219.841-.215l-1.191.252 1.596-.002c0-.084-.003-.167-.007-.25h-.398zm-144.028-.125l2.007.372c.131-.021.263-.043.398-.063-.725-.09-.911-.168-.809-.312l-1.596.003zm-171.538.283h.005l.4.062 1.189-.19-.403-.062-1.191.19zm4.394.054c.124-.21.252-.418.376-.627l-2.395-.057 2.019.684zm341.897-.005c1.65.01 2.871.022 3.982-.192l-1.191.048-1.555-.106-1.236.25zm-399.343-.004l1.189-.253-2.398-.12 1.209.373zm63.411-.503l-.779.502c1.514-.093 1.733-.265 1.577-.503l-.798.001zm86.171.077l2.806.369.398-.064c-.27-.146-.544-.29-.813-.436l-2.391.13zm211.851.109l-1.191.252 1.596-.003c0-.083 0-.167-.007-.25h-.398zm-260.53.178c-.003-.08-.758-.078-.754.001 0 .079.756.077.754-.001zm130.867-.203c0 .084.004.168.007.251l.799-.001c0-.084-.004-.168-.008-.251-.265 0-.532 0-.798.002zm1.601.123c1.064.04 2.131.08 3.194.118 0-.083-.004-.167-.007-.25-1.246.027-2.109-.03-3.194-.119 0 .084.004.167.007.25zm157.977-.391l.009.375 1.997.122.398-.062-1.609-.436h-.795zm3.996.245c0 .083.004.167.007.25l1.587-.252-1.594.002zm-343.108-.112c-1.45-.034-3.278.308-1.169.359.71.017 1.519-.278 1.169-.359zm193.897.234c0 .041.001.083.005.125l1.594-.003c0-.042.001-.084-.003-.125l-1.596.003zm72.61-.005c0 .041.001.083.004.125l1.597-.003c0-.042-.001-.084-.005-.125l-1.596.003zm87.771-.008v.125l1.596-.001v-.125l-1.596.001zm-268.497-.147l-1.186.253 1.594-.004c-.003-.083-.01-.167-.01-.25l-.398.001zm60.63-.122c-2.247.247-4.291-.02-6.779.013l1.997.353c1.73-.04 3.462-.078 5.193-.117a37.29 37.29 0 0 0-.411-.25zm-235.752.346l-.798.002c-.004-.084-.01-.167-.01-.25l.799-.002c.003.084.01.167.01.25zM385.3 3.608l3.189-.069c-.263.167-.522.335-.784.502l3.189-.131c.309-.568-1.63-.647-4.81-.742-.262.147-.521.294-.784.44zM149.91 3.38c-1.523.076-2.722.067-4.351.158-1.628.09-2.369.174-2.012.479h.005c1.49-.03 2.156-.322 3.74-.36 1.589-.037 2.515.16 2.618-.277zm252.136.573c0-.08-.758-.078-.754.001 0 .079.756.078.754-.001zm-189.075.057l.796-.003c.142-.236-.083-.409-1.609-.496h-.005l.818.499zm66.196-.074c0-.078-.757-.077-.754.002 0 .079.757.077.754-.002zm133.267-.19c0 .084.004.167.007.25l1.597-.002c0-.084-.004-.167-.007-.25l-1.597.003zm203.45.18c-.006-.078-.757-.078-.755 0 0 .08.758.079.755 0zm-246.555-.04c-.001-.079-.756-.077-.755.001 0 .08.758.078.755-.001zm-55.472-.7c-.87-.054-.934.106-1.721.105-1.409 0-2.603.018-1.438.27 1.184-.087 2.387-.172 3.574-.258l-2.373.63 3.186-.257c.004.084.008.167.008.25h.002c.532 0 1.065 0 1.597-.002 0-.083 0-.167-.007-.25l-1.6.002c.15-.182-.062-.418-1.228-.49zm-59.406.613c0 .042.001.083.005.125l3.19-.006c0-.083-.003-.167-.007-.25l-3.188.131zm7.168.09c.31-.058-1.671-.334-2.366-.205-.313.059 1.67.335 2.366.206zm132.868.014l1.99-.128a1.31 1.31 0 0 0-.005-.126l-3.196-.12 1.211.374zm-50.688-.782l.849.367 1.563.254-3.997-.243c1.993.5 4.865.477 6.37-.068l-.796-.317-3.989.007zm-113.308.665c0-.08-.757-.078-.755.001 0 .079.758.077.755-.001zm197.898-.19c0 .083.007.166.007.25.532-.002 1.065-.002 1.597-.003 0-.084-.004-.167-.008-.25l-1.596.002zm-194.705.183c0-.079-.758-.077-.754.001 0 .08.756.077.754-.001zm198.679-.003c-.002-.078-.758-.077-.754.002 0 .078.758.077.754-.002zm6.402-.197c0 .083.003.167.007.25l2.395-.004h-.005v-.062c-.732-.127-1.25-.208-2.397-.184zm-191.507-.015c0 .083.008.166.008.25h.005l1.584-.254-1.597.004zm205.447-.257c-2.237.034-2.914.141-2.761.504.524-.125 1.059-.25 1.587-.377l3.193.12c.142-.276-.394-.271-2.019-.247zm1.997.434c0-.079-.758-.077-.754.001.005.079.758.078.754-.001zm-192.29-.52c1.078.157.834.347.816.56 2.057-.01 2.542-.207 2.375-.504-1.064-.02-2.127-.039-3.191-.057zm-54.248.298l1.604.247c0-.084-.007-.167-.007-.25l-1.597.003zm61.821-.502c-2.166.329.102.557 2.022.747.259-.167.527-.336.779-.501-.594-.016-1.381.029-1.932.003-.929-.042-.001-.219-.869-.249zm69.817.674c-.001-.078-.758-.076-.754.002.001.079.758.077.754-.002zm-121.284-.006c-.004-.079-.755-.077-.752.002.004.078.754.077.752-.002zm131.668-.326l.012.375.796-.002-.01-.375-.798.002zm153.188.312c0-.078-.758-.077-.754.002.002.078.758.077.754-.002zm3.989-.005c0-.079-.758-.077-.754.002.002.078.758.077.754-.002zm-34.299-.39c.145.158-.458.237-.786.376l1.597-.003-.013-.375-.798.002zm-60.64.096l1.602.247c-.004-.084 0-.167-.007-.25l-1.595.003zm9.571-.14c0 .124.006.25.009.374 1.068.033 1.744-.253 1.587-.378l-1.596.003zm86.96.307c0-.078-.753-.077-.752.001 0 .079.755.078.752 0zM232.08 3.533c-.004-.079-.757-.077-.754.002.003.078.757.077.754-.002zm126.084-.188l1.604.247c0-.083-.007-.167-.007-.25l-1.597.003zm8.901-.139c-.811.112.985.418 1.353.367.812-.11-.985-.417-1.353-.367zm-111.838-.032c-1.067-.032-1.742.253-1.582.378l2.395-.005c-.353-.14-.969-.21-.813-.373zm79.827-.26c-1.303-.199-1.802.09-1.658.22-.783.009-1.577.01-2.363.014-.128.124-.26.25-.391.374l1.99-.197c1.144.236 2.375.063 3.982.054-.743-.05-1.323-.43-1.56-.465zm81.34.514c-.001-.078-.758-.077-.754.002.001.078.758.077.754-.002zm-46.265-.23c0 .083.004.167.008.25l.798-.002c0-.083-.004-.167-.007-.25l-.799.002zm94.934.153c0-.079-.758-.078-.754.001.002.079.758.077.754-.001zm-138.818-.07c0 .041-.001.083.003.125l1.596-.003c0-.042.001-.084-.002-.125l-1.597.002zm-111.711-.15c0 .084.007.167.007.25h.798c0-.084-.003-.168-.007-.251l-.798.002zm68.62-.016c-1.348-.694-4.675-.268-1.987.256l.891-.26 1.096.004zm11.951-.003c-.706-.127-2.668.157-2.351.215.707.126 2.671-.158 2.351-.215zm120.483.067c-.001-.078-.755-.077-.752.003.002.078.756.077.752-.003zM241.619 1.825c-2.263.01-2.205.358-3.973.508-.138-.125-.271-.25-.41-.375l-2.387.115-2.801-.229.808.374-8.767.144-.786.437c2.252.348 3.834.003 6.377-.074l.811.314 2.38-.07.422.248c2.988.036.941-.383 3.577-.383l.806.312 1.203.06c1.064-.166 2.103-.33 3.182-.496 1.865.183 4.396.097 6.33.099 1.731.002 2.373.013 4.085-.01l-.008.001c.9-.012 2.504.001 3.535 0 .266-.156.561-.073.794-.285.233-.213-.885-.221-2.451-.283-.634-.025-1.287-.25-1.946-.3-.408.16-.796.332-1.196.497-3.348.041-5.363.353-5.589-.362l-3.147.138-1.626.247.777-.627zM435.552 2.96l1.604.247c0-.083-.004-.167-.008-.25l-1.596.003zm-175.147-.172l-1.191.19 1.599.185-.012-.376h-.396zm-48.296-.526l.811.248-3.989.133c.408.166.811.331 1.223.497l7.556-.265.063-.082c.086-.161-.266-.128-1.232-.164-1.104-.04-1.707-.12-2.796-.127 0-.082-.028-.163-.039-.245l-1.597.005zm92.574.188l.022.18 2.382.438c-.273-.29-.548-.582-.825-.873l-1.579.255zm67.812.556c-.001-.079-.758-.077-.754.002.002.078.758.076.754-.002zm-101.311.009h-.002l1.596-.003c0-.084-.003-.167-.007-.25h-.398l-1.189.253zm-55.083-1.388c-.576.19-1.062.378-1.601.567.794-.021 1.582-.044 2.373-.066.018.081.036.162.058.243l3.963.122c-.263.167-.521.335-.779.502.794-.002 1.599-.001 2.39-.006.335-.234-.437-.334-1.206-.487-.507-.1.01-.175-.532-.245-.54-.071-1.367-.008-1.917-.13-.549-.124.088-.256-.505-.374-.288-.056-1.827-.035-2.244-.126zM419.59 2.861c0 .041.001.083.005.125l1.594-.003c0-.042.001-.083-.002-.125l-1.597.003zm-145.232-.227c0 .083.007.166.007.25l1.59-.254-1.597.004zm16.753-.16c0 .126.008.25.012.376l2.393-.005-.01-.375-2.395.005zm22.339-.044c0 .125.009.25.009.376 1.065.032 1.74-.252 1.585-.378l-1.594.002zm98.149.069c-1.974-.003-3.818-.066-4.78.258 1.676-.044 3.043-.165 4.785-.133V2.5h-.005zm-132.456 0c0 .083.004.166.007.25l.799-.002c0-.083-.004-.166-.008-.25l-.798.002zm8.772-.143l-3.992-.117c.008.167.01.334.017.5l5.574-.26-.818-.625c-.258.168-.522.335-.781.502zm-118.057.303c-.002-.079.752-.08.752-.002.004.079-.752.08-.752.002zm67.801.05h-.799c0-.082-.007-.166-.007-.249l.798-.001c.004.083.008.166.008.25zm61.416-.063c-.004-.078-.756-.077-.755.002 0 .078.758.077.755-.002zm-197.034-.004c-.004-.079.753-.08.754-.002.004.08-.753.08-.754.002zm81.338-.01c0-.079-.758-.077-.754.002 0 .078.756.077.754-.002zm71.033-.082l-1.99.128-.401-.061 2.386-.193c.003.042.005.084.005.126zm8.757-.519c-2.933-.038-4.883.19-5.564.636 3.34.036 5.389-.048 7.163-.514l-3.186.131 1.587-.253zm59.851.13c.004.167.011.334.015.5h.798c-.007-.168-.011-.334-.015-.501l-.798.001zm-169.143.465c-.532.002-1.065.002-1.597.003 0-.083-.007-.167-.007-.25l1.597-.003c.003.083.007.167.007.25zm140.425-.157c0 .041.001.083.005.124l1.596-.002c0-.042-.001-.084-.005-.126l-1.596.004zm-194.658.05c-.004-.078.752-.08.754-.001.004.079-.754.08-.754.001zm15.129-.206c.004.083.01.166.01.25l-1.597.002 1.189-.252h.398zm271.272.168c-.004-.079-.757-.077-.754.001-.001.079.758.077.754-.001zm-59.829-.201c0 .083.007.167.007.25l2.393-.004c0-.083-.008-.167-.008-.25l-2.392.004zm16.748-.094l.81.31 1.595-.002-2.007-.371-.398.063zm157.182.24c-.003-.078-.758-.077-.754.002.002.078.758.077.754-.002zm-327.897-.335l.808.374 2.385-.193c-.925-.176-1.785-.204-3.193-.181zm11.118.124c-.707-.127-2.67.157-2.349.214.708.127 2.669-.157 2.349-.214zm126.081-.277c.004.167.011.334.015.5l1.589-.191c0-.042-.001-.084-.005-.125l-1.201-.185-.398.001zm-168.323.4c-.003-.079.751-.08.755-.002.003.079-.751.08-.755.002zm126.023-.002c0-.08-.756-.077-.754.001 0 .079.758.077.754-.001zm67.039-.322c0 .125.009.25.012.375l1.587-.19-1.201-.186-.398.001zm-53.472-.143l-.781.501 1.599-.003c-.003-.167-.012-.334-.019-.5l-.799.002zm72.615-.018c-1.242-.03-3.338.155-3.979.32.921.176 1.786.205 3.195.182l.784-.502zm-62.244-.128l-.776.627c1.712-.144 2.575-.319 2.371-.63l-1.595.003zm-55.017.55c-.003-.079.75-.08.755-.002.003.078-.753.08-.755.002zm-129.287-.327c0 .125.011.25.015.375l.798-.001c-.003-.125-.007-.25-.014-.375l-.799.001zm426.074.311c-.001-.078-.757-.077-.754.002.004.079.758.077.754-.002zm-286.03-.564c-1.22-.14-1.535.008-2.817 0h-.005c1.384.334 3.604.138 3.218.62.524-.106 1.06-.21 1.577-.317-.619-.084-1.368-.234-1.973-.303zm70.601.352c0 .083.007.167.007.25l.798-.002c0-.083-.003-.166-.007-.25l-.798.002zm-122.879 0c0 .083.008.167.008.25l1.594-.003-1.204-.248-.398.001zm136.448.098c0 .042-.001.084.003.125l2.395-.004c0-.042-.002-.083-.005-.125l-2.393.004zm71.812-.132l3.996.244c0-.125-.006-.25-.01-.375l-3.986.131zm7.177-.137c0 .125.009.25.013.375 1.15.02 1.667-.062 2.385-.191-.728-.128-1.25-.208-2.398-.184zm-70.229.315c0-.078-.758-.077-.755.002 0 .079.757.077.755-.002zm6.396-.199l1.604.247c0-.083-.003-.167-.007-.25l-1.597.003zm-180.327.05c.4.06.801.122 1.201.184l.398-.062-1.203-.186c-.131.021-.261.043-.396.063zm273.687-.09c0 .084.003.167.007.25l1.589-.252-1.596.003zm-136.453-.126c-3.243-.007-.876.381.01.375l-.01-.375zm-193.899.306c-.002-.078-.755-.077-.752.002 0 .078.756.077.752-.002zm141.226-.012c-.005-.079-.758-.077-.755.002.002.078.758.076.755-.002zm75.002-.026c-.001-.079-.758-.077-.754.002.002.079.758.077.754-.002zm-114.104-.018c-.003-.08-.758-.078-.754.001.004.079.756.077.754-.001zm130.862-.014c-.004-.079-.757-.078-.754.001 0 .079.757.077.754-.001zm73.425-.195c0 .083.004.166.008.25l.798-.001c0-.083-.004-.167-.007-.25h-.799zm3.174.182c0-.078-.757-.078-.754.001.003.079.756.078.754 0zm-317.949-.466c-1.228.039-2.412.083-3.582.129.456.208 3.43.494 4.676.352.942-.107-.398-.43-1.094-.48zm80.986.364c0 .042.001.084.005.126l1.594-.004c0-.042.002-.083-.002-.125l-1.597.003zm192.295-.132c0 .083.004.166.007.25l1.595-.003c-.401-.082-.802-.166-1.206-.248h-.396zM130.708 1.79c0 .083.007.167.007.25l.799-.001c0-.083-.004-.167-.008-.25h-.798zm134.829.173c-.006-.079-.758-.077-.754.002.001.078.758.076.754-.002zm1.597-.003c0-.08-.758-.078-.755.001 0 .079.758.077.755-.001zm72.629-.207c0 .083.008.167.008.25l.795-.002c0-.083-.003-.167-.007-.25l-.796.002zm-161.179.076c0 .041-.001.083.002.124l1.597-.003c0-.042-.001-.083-.005-.125l-1.594.004zm135.645-.027a1.31 1.31 0 0 0 .004.125c.532 0 1.063-.002 1.595-.003 0-.042.001-.083-.003-.125l-1.596.003zm-185.911-.007c0 .041.005.083.005.124.531 0 1.063-.001 1.594-.003 0-.041.001-.083-.002-.124l-1.597.003zm292.832-.19c0 .084.004.168.007.251l.799-.001c0-.083-.004-.167-.008-.25h-.798zm-244.17-.024c0 .083.007.167.007.25l.799-.002c0-.083-.008-.166-.008-.25l-.798.002zm-64.641.171c0-.078-.756-.077-.755.001 0 .079.758.078.755 0zm155.603-.107l2.397.121c0-.083-.003-.167-.007-.25l-2.397-.12c0 .083.003.166.007.25zm133.264.12l1.594-.002-1.206-.248h-.395c0 .083.007.167.007.25zM280.708 1.62c0 .042.001.084.005.125l1.597-.003c0-.042-.002-.083-.005-.125l-1.597.003zm-39.106-.294c-1.899-.02-3.15.059-3.179.381 1.898.02 3.149-.059 3.179-.381zm-58.245.118c0 .083.007.167.007.25l1.585-.253-1.592.003zm124.477-.003c.001.083.004.166.008.25l1.596-.004-1.206-.247h-.398zm75.809.106c0 .042.001.083.004.125l1.597-.003c0-.041-.001-.083-.005-.125l-1.596.003zm-126.094.058c-.004-.079-.756-.077-.755.001 0 .079.759.078.755-.001zM157.024 1.37c0 .084.007.167.007.25.797.023 2.607-.088 2.386-.254l-2.393.004zm190.71.119c0 .042-.001.084.003.125l1.596-.003a1.31 1.31 0 0 0-.004-.125l-1.595.003zm15.149-.278c0 .083.004.167.008.25 1.016-.026 1.501.07 2.397.12l-.012-.375-2.393.005zm-58.239.3l.4.06 1.191-.19-.4-.061-1.191.19zm-195.508-.004c0-.078-.756-.077-.755.001 0 .079.758.078.755 0zm352.7-.214c0 .083.004.166.007.25l1.595-.003-1.204-.248h-.398zm-255.376.099c-.521.002-1.039.006-1.56.01 0 .04.001.083.005.124l2.39-.005c.131-.166.258-.333.386-.5l-1.221.37zm189.126.071c0-.078-.757-.077-.754.002 0 .079.757.077.754-.002zm-250.547-.008c0-.079-.756-.077-.754.001 0 .079.758.077.754-.001zm3.213-.006l.4.061c.397-.063.796-.126 1.189-.19l-.403-.061-1.186.19zm134.036-.332c-1.188.09-1.758.263-3.186.257 0 .042.001.084.004.125h.003c1.064-.003 2.129-.004 3.193-.006a11.79 11.79 0 0 0-.014-.376zm59.853.132c0 .083.007.167.007.25l1.59-.252c-.532 0-1.065 0-1.597.002zm-228.223.127c0-.079-.755-.078-.751 0 .003.08.753.079.751 0zm205.86-.021c-.004-.079-.758-.077-.755.001 0 .08.757.078.755-.001zm83.784-.03c0-.08-.758-.079-.754 0 0 .08.756.078.754 0zm-66.211-.193c0 .084.004.167.007.25h.796c0-.084-.003-.168-.007-.251l-.796.001zm-161.184.076c0 .042.001.084.005.126l1.594-.004c0-.042.001-.084-.002-.125l-1.597.003zm132.458.044l.401.062 1.191-.19-.4-.062-1.192.19zm4.776-.323c-.899.056-1.352.154-2.39.13l1.206.248c.812-.115 1.333-.197 1.184-.378zm-103.743.274c-.004-.078-.756-.077-.754.002.003.079.758.077.754-.002zM222.439.99l1.604.247c0-.083-.004-.167-.007-.25l-1.597.003zm-55.071.174c0-.079-.758-.077-.754.002.003.078.757.077.754-.002zM232 1.157c-.004-.079-.757-.077-.755.002 0 .078.758.077.755-.002zm-52.645-.017l.401.061 1.191-.19-.4-.062-1.192.19zm-72.624-.005c0-.079-.758-.078-.754.001 0 .079.755.078.754 0zm227.429.004l1.59-.003a6.942 6.942 0 0 0-.008-.25h-.395c-.397.084-.79.17-1.187.253zm6.355-.075c-.003-.079-.755-.077-.752.002 0 .078.755.077.752-.002zM89.983.718c.062.144.439.246.81.374l-1.594.002.032-.173-1.643-.2c.798.001 1.597-.007 2.395-.003zm10.361.3c0-.079-.756-.078-.754 0 0 .08.757.079.754 0zm86.983-.082c0 .042.005.084.005.125l1.596-.003c0-.042-.001-.083-.005-.125l-1.596.003zm80.59-.165c.001.083.004.167.008.25l.798-.001c-.004-.084-.004-.167-.007-.25l-.799.001zm13.545.16c-.004-.079-.758-.077-.754.002.002.079.758.077.754-.002zm24.737-.05c-.006-.078-.758-.076-.755.002.002.079.758.077.755-.002zM202.485.78l-1.596.004c0-.042-.005-.084-.005-.126l1.596-.002c.004.041.005.083.005.124zM95.542.649c0-.079-.758-.077-.754.001.001.079.758.078.754-.001zm104.541.01l-2.393.005c0-.041-.004-.083-.004-.125l2.395-.004c.003.041.002.083.002.125zM97.933.522c0-.079-.758-.078-.755 0 0 .08.756.078.754 0zm3.19-.005c-.001-.078-.758-.077-.754.002.001.078.758.077.754-.002zM342.927.31c-.003-.079.755-.08.755-.002.002.079-.755.08-.755.002zM340.513.25h-.799c-.003-.082-.007-.166-.007-.25l.798-.001c.004.084.008.168.008.251z' fill='%23FA486B'/%3E%3C/svg%3E");background-size:100% 15px}.tab-box .text-lead{font-size:1.17647059em;line-height:1.25}.tab-box ol li{margin-bottom:30px}.tab-box li{margin-bottom:16px}.tab-box li:before{top:.75em}.tabs-box{margin-bottom:30px}.info-card-box .info-attention-wrap{margin-bottom:24px}.info-card-box .top-inner-wrap{gap:10px;margin-bottom:16px}.info-card-box .panels-inner-wrap{gap:1.8rem;margin-bottom:24px}.info-card-box .title-inner-wrap{margin-bottom:22px}.info-card-box .info-section-wrap{padding:22px 0;margin-bottom:25px}.info-card-box .info-section-title{margin-bottom:15px}.info-card-box .info-wrap{font-size:18px;line-height:22px;padding:6px 14px}.info-card-box .panel-wrap{width:calc(50% - .9rem)}.info-card-box .section-title{font-size:3.8rem;line-height:1.15789474}.tiles-thumbs-slider-box .slider-photos-thumbs{margin-top:2.4rem;position:relative}.tiles-thumbs-slider-box .slider-photos-thumbs .slider-wrap{margin:0 -1rem}.tiles-thumbs-slider-box .slider-photos-thumbs .sl-wrap{width:14rem;padding:0 1rem}.tiles-thumbs-slider-box .slider-photos-thumbs .button-slider{display:block;position:absolute;top:50%;left:1rem;z-index:6;width:40px;height:40px;margin:-20px 0 0;background:#fff}.tiles-thumbs-slider-box .slider-photos-thumbs .button-slider:hover{background-color:#fff}.tiles-thumbs-slider-box .slider-photos-thumbs .button-slider.swiper-button-disabled{opacity:0;display:none}.tiles-thumbs-slider-box .slider-photos-thumbs .button-slider-photos-thumbs-next{left:auto;right:1rem}.breadcrumbs-box{padding-top:6rem;margin-bottom:4.5rem}.main-slider-box .slider-text-wrap{-ms-flex-align:end;align-items:flex-end}.main-slider-box .sl-title-wrap{font-size:24px;line-height:.84375}.main-slider-box .section-title{font-size:2.25em;line-height:.91666667;margin-bottom:.5em}.main-slider-box .slider-actions-wrap{margin-top:-23px}.main-slider-box .btn{margin-top:3rem}.tiles-box .items-logos .item-wrap{width:25%}.tiles-box:has(.item-tile-logo) .items-wrap{margin:0 -2rem;gap:4rem 0}.tiles-box:has(.item-tile-logo) .item-wrap{padding:0 2rem}.tiles-box:has(.item-tile-service) .items-wrap{gap:30px 0;margin:0 -15px}.tiles-box:has(.item-tile-service) .item-wrap{padding:0 15px}.tiles-box .items-col-3,.tiles-box .items-col-4{gap:4rem 0}.tiles-box .items-col-3 .item-wrap,.tiles-box .items-col-4 .item-wrap{padding:0 2rem;width:33.33%}.tiles-box .action-box{margin:7rem 0}.tiles-box .items-wrap+.items-wrap{margin-top:36px}.tiles-box:has(.tile-head) .items-wrap{-ms-grid-columns:21% 20.5% 19.5% 19.5% 19.5%;grid-template-columns:21% 20.5% 19.5% 19.5% 19.5%}.tiles-box:has(.tile-head-right) .items-wrap{-ms-grid-columns:19.5% 19.5% 19.5% 21% 20.5%;grid-template-columns:19.5% 19.5% 19.5% 21% 20.5%}.tiles-box .item-wrap{width:20%}.tiles-box .item-wrap:has(.tile-main){width:33.33%}.tiles-box .item-wrap:has(.tile-head-right):has(.tile-head){-ms-grid-column:4;grid-column-start:4;grid-column-end:6}.pagenav-box{margin-top:7rem}.pagenav-box .pages-more-wrap{margin-top:26px}.title-box{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:stretch;align-items:stretch}.title-box .page-subtitle{font-size:3.2rem}.title-box .sort-wrap{-ms-flex-negative:0;flex-shrink:0;width:auto;padding-top:5px;min-width:280px}.title-box .filter-wrap{display:none}.title-box.text-center,.title-box.title-center{-ms-flex-wrap:wrap;flex-wrap:wrap}.title-box.text-center .tabs-wrap,.title-box.title-center .tabs-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0}.title-box.text-center .tabs-wrap .menu,.title-box.title-center .tabs-wrap .menu{width:100%;-ms-flex-pack:center;justify-content:center}.title-box.text-center .title-wrap,.title-box.title-center .title-wrap{width:100%;-ms-flex:0 0 auto;flex:0 0 auto}.title-box .widget-wrap{margin-top:24px}.title-box .title-wrap{-ms-flex:1;flex:1;width:auto}.title-box .tabs-wrap{margin:0;width:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:inherit;flex:inherit}.title-box .tabs-wrap .menu{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap}.title-box .section-title{margin-bottom:1.4rem}.title-box .info-inner-wrap{gap:14px 3rem}.main-soc-box.type-inner{padding:9rem 0}.main-soc-box .section-title{font-size:28px;margin-bottom:26px}.main-soc-box .section-title br{display:none}.article-text-box{font-size:17px;line-height:1.47058824}.article-text-box .page-title{margin-bottom:30px}.article-text-box .section-title{font-size:27px;line-height:normal;max-width:37.55555556em}.article-text-box .h1-title{font-size:4.6rem;margin-bottom:2rem}.article-text-box .h2-title{font-size:20px}.article-text-box li{font-size:16px;line-height:1.4375;margin-bottom:3rem}.article-text-box ol li:before{top:12px}.section-bg-box{padding:6rem;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff)}.filter-show{overflow:hidden}.filter-show .filter-box{opacity:1;visibility:visible}.filter-show .filter-box .filter-inner-wrapper{transform:translateX(0)}.filter-box{display:-ms-flexbox;display:flex;opacity:0;visibility:hidden;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:start;align-items:flex-start;transition:all .8s ease;animation:a ease .2s}.filter-box .filter-inner-wrapper{width:390px;-ms-flex-negative:0;flex-shrink:0;height:auto;max-height:100dvh;background:linear-gradient(205deg,#fffaf2,#fff 99.15%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .6s ease;transform:translateX(100%)}.side-card-box,.side-events-box{margin-bottom:30px}.content-outer-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem}.content-wrap{-ms-flex-order:1;order:1;-ms-flex:1;flex:1;width:calc(100% - 3rem - 40.3rem)}.side-wrap{-ms-flex-order:2;order:2;width:40.3rem;-ms-flex-negative:0;flex-shrink:0}.side-wrap .section-sticky{position:sticky;top:140px}.content-full-wrap{width:100%;-ms-flex-order:3;order:3;-ms-flex-negative:0;flex-shrink:0}.section-lk{gap:4rem;margin-bottom:var(--sectionMargin)}.section-lk .side-wrap{-ms-flex-order:1;order:1;width:33.2rem;-ms-flex-negative:0;flex-shrink:0}.section-lk .side-wrap~.side-wrap{-ms-flex-order:3;order:3}.section-lk .content-wrap{-ms-flex-order:2;order:2;-ms-flex:1;flex:1;max-width:calc(100% - 4rem - 33.2rem)}.section-lk .content-wrap:only-child{width:100%;max-width:100%;padding-left:0;padding-right:0}.section-lk:has(.side-wrap~.side-wrap) .content-wrap{max-width:calc(100% - 4rem - 33.2rem - 4rem - 33.2rem)}.section-border{padding-bottom:33px;margin-bottom:33px}}@media (min-width:1024px) and (max-width:1499px){.content-outer-wrap.section-lk:has(.side-wrap~.side-wrap) .content-wrap{max-width:calc(100% - 4rem - 33.2rem)}.content-outer-wrap.section-lk{-ms-flex-wrap:wrap;flex-wrap:wrap}.content-outer-wrap.section-lk .side-wrap~.side-wrap{width:100%}.content-outer-wrap.section-lk .content-wrap{max-width:calc(100% - 4rem - 33.2rem)}}@media (min-width:1024px) and (max-width:1399px){.info-card-box .action-wrap{width:auto}.info-card-box .action-wrap .btn{padding:0 19px;font-size:17px}}@media (min-width:1200px){.action-photo-box{font-size:3.2rem}.page-filter-box .frm-field,.tiles-box .items-col-4 .item-wrap{width:25%}}@media (min-width:1200px) and (max-width:1399px){.order-lk-box .item-tile-cart.tile-gift{-ms-flex-align:center;align-items:center}.order-lk-box .item-tile-cart .tile-side-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:170px;gap:15px}.order-lk-box .item-tile-cart .tile-total-wrap{padding:0;text-align:center}}@media (min-width:1300px){.contacts-box .item-wrap{width:25%}}@media (min-width:1400px){.lk-panel-box .info-items-wrap .item-wrap{width:50%}.lk-panel-box .section-subscribes .inner-content-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:0;margin:0 -3.2rem;width:auto;position:relative}.lk-panel-box .section-subscribes .inner-content-wrap:after,.lk-panel-box .section-subscribes .inner-content-wrap:before{content:"";display:block;position:absolute;top:0;bottom:0;left:33.33%;width:1px;border-left:1px dashed #cecece}.lk-panel-box .section-subscribes .inner-content-wrap:after{left:66.66%}.lk-panel-box .section-subscribes .buttons-content-wrap,.lk-panel-box .section-subscribes .info-content-wrap,.lk-panel-box .section-subscribes .main-content-wrap{display:block;padding:0 3.2rem;margin:0;width:33.33%;-ms-flex-negative:0;flex-shrink:0;border:none}.lk-panel-box .section-subscribes .info-content-wrap .info-wrap{margin-bottom:15px;width:100%}.lk-panel-box .section-subscribes .info-content-wrap .info-wrap:last-child{margin-bottom:0}.lk-panel-box .section-subscribes .action-content-wrap .btn{font-size:24px}.lk-panel-box .main-content-wrap{width:40%}.lk-panel-box .info-content-wrap{-ms-flex-direction:row;flex-direction:row;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.lk-panel-box .info-content-wrap .info-wrap{width:calc(50% - 5px);-ms-flex-negative:0;flex-shrink:0}.lk-panel-box .info-content-wrap .info-wrap:nth-child(2n) .info-inner-title{margin-left:0;margin-right:-3rem}.order-lk-box{padding-right:3rem;position:relative;padding-top:3.4rem;padding-bottom:3.4rem}.order-lk-box.section-open .order-header-wrap:before{opacity:0}.order-lk-box:has(.order-button-toggle) .order-items-wrap{position:relative;height:0;overflow:hidden;interpolate-size:allow-keywords;transition:all .2s ease;padding:0}.order-lk-box:has(.order-button-toggle.active) .order-items-wrap{height:auto;padding-top:2.4rem}.order-lk-box .order-items-wrap{border-top:none;padding-top:2.4rem;margin-top:0}.order-lk-box .order-items-title-wrap{margin-bottom:20px}.order-lk-box .order-items-title{font-size:27px;line-height:1}.order-lk-box .items-wrap{gap:14px 0;margin:0}.order-lk-box .order-header-wrap{display:-ms-flexbox;display:flex;gap:4.8rem;-ms-flex-align:stretch;align-items:stretch;position:relative;min-height:186px}.order-lk-box .order-header-wrap:before{content:"";display:block;position:absolute;width:1px;border-left:1px dashed #cecece;top:0;bottom:0;right:6.5rem}.order-lk-box .order-main-wrap{width:260px;-ms-flex-negative:0;flex-shrink:0;padding:0;margin:0;border:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.order-lk-box .order-main-wrap .actions-inner-wrap{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;gap:20px}.order-lk-box .order-main-wrap .title-inner-wrap{padding-right:0}.order-lk-box .order-info-wrap{width:auto;-ms-flex:1;flex:1;border:none;padding:0 2rem;margin:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;position:relative}.order-lk-box .order-info-wrap:after,.order-lk-box .order-info-wrap:before{content:"";display:block;position:absolute;top:0;bottom:0;left:-3rem;width:1px;border-left:1px dashed #cecece}.order-lk-box .order-info-wrap:after{left:auto;right:-2rem}.order-lk-box .order-summary-wrap{padding:0 0 0 2rem;margin:0;border:none;width:27rem;-ms-flex:0 0 27rem;flex:0 0 27rem;width:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-pack:center;justify-content:center;gap:20px}.order-lk-box .order-photos-wrap{margin:0}.order-lk-box .order-button-toggle{width:28px;height:28px;-ms-flex-negative:0;flex-shrink:0;margin:0;position:relative;top:auto;bottom:auto;left:auto;right:auto;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.tiles-box .items-logos .item-wrap{width:20%}.tiles-lk-box:has(.item-tile-event) .item-wrap{width:33.33%}.tiles-lk-catalog-box .item-wrap,.tiles-lk-catalog-box .sl-wrap{width:25%}.form-order-box .row-select .frm-field{width:auto}.form-gift-box .box-inner-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:0;padding:0}.form-gift-box .form-inner-wrap{-ms-flex:1;flex:1;text-align:left;padding:4rem 4.3rem 4rem 0;margin-left:-3rem;position:relative;z-index:2}.form-gift-box .photo-inner-wrap{-ms-flex-negative:0;flex-shrink:0;margin:0;width:41.9rem}.form-gift-box .frm-field{text-align:left}.form-gift-box .elm-photo{width:100%}.page-filter-box .frm-field{width:20%}.features-box .items-wrap{columns:4}.info-card-box .actions-inner-wrap{-ms-flex-pack:start;justify-content:flex-start}.info-card-box .action-wrap{width:auto}.info-card-box .action-wrap .btn{padding:0 12px;font-size:15px}.info-card-box .action-wrap .btn .button-ico{margin-right:4px}.main-slider-box .bg-inner-wrap{right:0}.main-slider-box .slider-text-wrap{min-height:656px}.main-slider-box .slider-text-content{width:77.2rem;max-width:inherit;padding:6rem 7rem 7rem;font-size:3.6rem;text-align:left}.main-slider-box .slider-attention{margin-left:.4em}.main-slider-box .slider-attention:before{top:-.15em;bottom:-.1em;left:-.4em;right:-.4em;border-radius:12px}.main-slider-box .slider-title{font-size:6.7rem}.main-slider-box .sl-title-wrap{font-size:32px}.content-outer-wrap{gap:4rem}.content-wrap{width:calc(100% - 4rem - 45.3rem)}.side-wrap{width:45.3rem}.side-info-box{padding:4rem}.side-info-box .section-title{font-size:34px;font-weight:500;margin-bottom:20px}.side-info-box .elm-row{margin-bottom:14px}.side-info-box .elm-row.row-total{padding-top:22px;margin-top:20px;margin-bottom:10px}.side-info-box .action-wrap{margin-bottom:12px}}@media (min-width:1400px) and (max-width:1499px){.order-lk-box .order-info-wrap{padding-left:0;padding-right:0}.order-lk-box .order-main-wrap{width:240px}.order-lk-box .order-main-wrap .order-title{font-size:24px}}@media (min-width:1500px){.info-card-box{margin-left:-2.5rem;margin-right:-2.5rem}.info-card-box .info-inner-wrap,.info-card-box .info-second-wrap,.info-card-box .photos-inner-wrap{padding:0 2.5rem}}@media (min-width:1600px){.lk-panel-box .main-content-wrap{width:52%}.contacts-box .item-wrap{width:20%}.info-card-box .action-wrap{min-width:19rem}.info-card-box .action-wrap .btn{padding:0 19px}.form-order-box:has(.form-content-wrap){display:-ms-flexbox;display:flex;gap:3.4rem}.form-order-box:has(.form-content-wrap) .form-content-wrap{-ms-flex:1;flex:1;max-width:calc(100% - 3.4rem - 36.7rem)}.form-order-box:has(.form-content-wrap) .form-content-wrap:only-child{max-width:100%}.form-order-box:has(.form-content-wrap) .form-side-wrap{margin:0;width:36.7rem;-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1700px){.main-slider-box .sl-arrows-wrap,.tiles-slider-box .button-slider{display:block}.main-slider-box .slider-text-wrap{padding-left:51%;padding-right:0;-ms-flex-align:start;align-items:flex-start}}@media (min-width:1920px){.main-slider-box .sl-wrap{aspect-ratio:inherit}.main-slider-box .sl-wrap .sl-inner-wrap{min-height:70.3rem}}[placeholder]::-webkit-input-placeholder{color:#c6c6c6}[placeholder]:-moz-placeholder,[placeholder]::-moz-placeholder{color:#c6c6c6}[placeholder]:-ms-input-placeholder{color:#c6c6c6}.form-input,.form-input[placeholder]{text-overflow:ellipsis}.form-input{border-radius:var(--mainButtonRadius);background:#fff;border:1px solid #e9e9e9;padding:0 14px;font-size:15px;font-weight:500;height:48px}select.form-input{display:block;text-overflow:ellipsis;width:100%;padding-right:30px;background-image:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-select.svg);background-position:right 10px center;background-color:#fff;background-repeat:no-repeat;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none!important;line-height:1em;text-indent:.01px;outline:none;cursor:pointer}select.form-input.form-input-clear{height:auto;border:none;min-height:0;border-radius:0;box-shadow:none;width:auto;display:inline-block;vertical-align:middle;font-size:1em;line-height:inherit;padding:0 16px 0 0;color:inherit;font-weight:700;background-image:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-select.png);background-size:8px auto;background-repeat:no-repeat;background-position:100%}select::-ms-expand{display:none}select.form-input:required:invalid{color:var(--clr-base)}input.form-input.inp-valid,input.form-input:focus,input.form-input:not(:placeholder-shown),select.form-input.inp-valid,select.form-input:focus,select.form-input:not(:placeholder-shown),textarea.form-input.inp-valid,textarea.form-input:focus,textarea.form-input:not(:placeholder-shown){border-color:#333}input.form-input.inp-error,select.form-input.inp-error,textarea.form-input.inp-error{border-color:#ff115a;color:#ff115a}input.form-input.inp-disabled,input.form-input[disabled],select.form-input.inp-disabled,select.form-input[disabled],textarea.form-input.inp-disabled,textarea.form-input[disabled]{pointer-events:none;border-color:#9a9a9a;color:#9a9a9a}input.form-input.inp-disabled[placeholder]::-webkit-input-placeholder,input.form-input[disabled][placeholder]::-webkit-input-placeholder,select.form-input.inp-disabled[placeholder]::-webkit-input-placeholder,select.form-input[disabled][placeholder]::-webkit-input-placeholder,textarea.form-input.inp-disabled[placeholder]::-webkit-input-placeholder,textarea.form-input[disabled][placeholder]::-webkit-input-placeholder{color:#9a9a9a!important}input.form-input.inp-disabled[placeholder]:-moz-placeholder,input.form-input.inp-disabled[placeholder]::-moz-placeholder,input.form-input[disabled][placeholder]:-moz-placeholder,input.form-input[disabled][placeholder]::-moz-placeholder,select.form-input.inp-disabled[placeholder]:-moz-placeholder,select.form-input.inp-disabled[placeholder]::-moz-placeholder,select.form-input[disabled][placeholder]:-moz-placeholder,select.form-input[disabled][placeholder]::-moz-placeholder,textarea.form-input.inp-disabled[placeholder]:-moz-placeholder,textarea.form-input.inp-disabled[placeholder]::-moz-placeholder,textarea.form-input[disabled][placeholder]:-moz-placeholder,textarea.form-input[disabled][placeholder]::-moz-placeholder{color:#9a9a9a!important}input.form-input.inp-disabled[placeholder]:-ms-input-placeholder,input.form-input[disabled][placeholder]:-ms-input-placeholder,select.form-input.inp-disabled[placeholder]:-ms-input-placeholder,select.form-input[disabled][placeholder]:-ms-input-placeholder,textarea.form-input.inp-disabled[placeholder]:-ms-input-placeholder,textarea.form-input[disabled][placeholder]:-ms-input-placeholder{color:#9a9a9a!important}.btn{height:58px;border-radius:var(--mainButtonRadius);padding:0 27px;font-size:19px;font-weight:600;letter-spacing:.38px;background:var(--clr-att);border:1px solid var(--clr-att);color:#fff;line-height:1.1}.btn.active,.btn:hover{background-color:var(--clr-att-active);border-color:var(--clr-att-active);color:#fff}.btn .button-title-border{border-bottom:1px solid;line-height:1}.btn .button-ico,.btn:after,.btn:before{filter:var(--filterWhite)}.btn .button-ico{width:var(--icoSize);height:var(--icoSize);margin:0 10px;transition:all .2s ease}.btn .button-ico:last-child{margin-right:0}.btn .button-ico:first-child{margin-left:0}.btn .button-title[data-title]:before{content:attr(data-title)}.btn .button-title[data-show]:before{content:attr(data-show)}.btn .button-title-rows{text-align:left;-ms-flex:1;flex:1;white-space:normal}.btn.active .button-title[data-title-active]:before{content:attr(data-title-active)}.btn.active .button-title[data-hide]:before{content:attr(data-hide)}.btn .button-active-add .button-title:before,.btn .button-active-toggle .button-title:before{content:attr(data-title)}.btn .button-active-add .button-ico-active,.btn .button-active-toggle .button-ico-active{display:none}.btn .button-active-add.active .button-title:before,.btn .button-active-toggle.active .button-title:before{content:attr(data-title-active)}.btn .button-active-add.active:has(.button-ico-active) .button-ico,.btn .button-active-toggle.active:has(.button-ico-active) .button-ico{display:none}.btn .button-active-add.active:has(.button-ico-active) .button-ico-active,.btn .button-active-toggle.active:has(.button-ico-active) .button-ico-active{display:block}.btn.btn-full{width:100%}.btn.btn-form{height:48px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-top:0;padding-bottom:0;-ms-flex-pack:center;justify-content:center;border-radius:8px;font-size:16px;font-weight:700;text-transform:none;text-shadow:none;letter-spacing:normal;box-shadow:none;transition:all .2s ease}.btn.btn-form:hover{top:0}.btn.btn-form:hover .ico-hover-light{filter:brightness(0) invert(1)}.btn.btn-form.btn-gray{background:#f8f8f8;border:none;color:#000}.btn.btn-form.btn-gray:hover{background-color:#000;color:#fff}.btn.btn-form.btn-red{background:#ff115a}.btn.btn-form.btn-red.btn-border{border:1px solid #ff115a;background:none;color:#ff115a}.btn.btn-form.btn-red.btn-border.active,.btn.btn-form.btn-red.btn-border:hover{border-color:#ff115a;background-color:#ff115a;color:#fff}.btn.btn-form.btn-red:hover{background:linear-gradient(0deg,#f7165c,#fe5a8e);top:0}.btn.btn-form.btn-disabled,.btn.btn-form[disabled]{background:#f8f8f8!important;border-color:#f8f8f8!important;color:#c6c6c6!important;pointer-events:none}.btn.btn-form .button-ico{margin:0 8px;filter:none}.btn.btn-form .button-ico:first-child{margin-left:0}.btn.btn-form .button-ico:last-child{margin-right:0}.btn .button-ico-active{display:none}.btn.active:has(.button-ico-active) .button-ico{display:none}.btn.active:has(.button-ico-active) .button-ico-active{display:block}.btn [data-title-mobile]:before{content:attr(data-title-mobile)}.btn .button-count{display:block;-ms-flex-negative:0;flex-shrink:0;height:24px;min-width:24px;padding:0 8px;border-radius:50%;background:#fff;text-align:center;line-height:24px;font-size:15px;font-weight:700;color:var(--clr-att);margin-left:9px;transition:all .2s ease}.button-type-action{width:100%;text-align:left;-ms-flex-pack:start;justify-content:flex-start;height:40px;border-radius:6px;border:1px solid #ffe8ec;padding:0 24px 0 0;gap:10px;font-size:13px;line-height:14px;font-weight:400;letter-spacing:normal;color:var(--clr-att);background-color:#fff;white-space:normal;transition:border-color .2s ease;overflow:hidden}.button-type-action.type-green{border-color:#eff4e9;color:var(--clr-att-second)}.button-type-action.type-green .button-ico{transition:all .2s ease;background-color:#fbfff5;border-color:#eff4e9}.button-type-action.type-green:hover{color:var(--clr-att-second);border-color:var(--clr-att-second)}.button-type-action.type-green:hover .button-ico{border-color:var(--clr-att-second);background:var(--clr-att-second)}.button-type-action.type-orange{border-color:#eff4e9;color:#fb8570}.button-type-action.type-orange .button-ico{transition:all .2s ease;background:#fff9f8;border-color:#eff4e9}.button-type-action.type-orange:hover{color:#fb8570;border-color:#fb8570}.button-type-action.type-orange:hover .button-ico{border-color:#fb8570;background:#fb8570}.button-type-action.type-red:hover .button-title{background:linear-gradient(180deg,#ff115a,#bd2755);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.button-type-action:hover{border-color:#ff115a;background:#fff}.button-type-action:hover .button-ico{border-color:#ff115a;background:linear-gradient(180deg,#ff115a,#bd2755);filter:none}.button-type-action:hover .button-ico img,.button-type-action:hover .button-ico svg{filter:var(--filterWhite)}.button-type-action .button-ico{width:40px;height:38px;border-right:1px solid #ffe8ec;transition:border-color .2s ease;margin:0;filter:none;background-color:#fff8f9}.button-type-action .button-ico img,.button-type-action .button-ico svg{max-width:24px;max-height:24px}.button-tab{border-radius:0;width:100%;border:none;padding:0 20px;height:46px;text-transform:uppercase;font-size:15px;font-weight:500;border-bottom:1px solid #969696;background:none;color:var(--clr-light)}.button-tab.button-tab-small{height:37px;padding:0 15px;font-size:18px;font-weight:500}.button-tab .button-title{display:block;padding-top:1px}.button-tab:hover{color:var(--clr-att);border-bottom-color:var(--clr-att);background:none;color:var(--clr-light)}.button-tab.active{background-color:var(--clr-att);border-bottom-color:var(--clr-att);color:#fff;border-radius:var(--mainButtonRadius)}.button-arrow-more .button-title:after{content:"";display:inline-block;vertical-align:middle;margin:-2px 0 0;width:16px;height:16px;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-next.svg) 50% no-repeat;background-size:100% auto}.button-arrow:after{content:"";display:block;width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;margin-left:10px;transition:all .2s ease;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-main.svg) 50% no-repeat;background-size:24px auto;position:relative;left:0}.button-arrow:hover:after{rotate:45deg;margin-left:4px;margin-right:6px;left:12px}.button-arrow.button-arrow-down:not(:hover):after{transform:scaleY(-1)}.button-medium{height:44px;padding:0 19px;font-size:18px;font-weight:500}.button-medium,.button-small{border-radius:var(--smallButtonRadius);letter-spacing:normal}.button-small{height:35px;padding:0 12px;font-size:14px;font-weight:600}.button-border{background-color:#fff;color:var(--clr-att)}.button-border .button-ico,.button-border:after,.button-border:before{filter:none}.button-border:hover{background-color:var(--clr-att-active);border-color:var(--clr-att-active);color:#fff}.button-border:hover .button-ico,.button-border:hover:after,.button-border:hover:before{filter:var(--filterWhite)}.button-full{width:100%;padding:0 15px}.button-link{width:auto;height:auto;line-height:24px;color:inherit;white-space:normal;-ms-flex-align:center;align-items:center;padding:0;min-width:0;background:none;border:none;border-radius:0;font-weight:inherit}.button-link:hover{border:none;background:none;color:var(--clr-att)}.button-link .button-ico,.button-link:after,.button-link:before{filter:none}.button-hover-att-second:hover{background-color:var(--clr-att-second);border-color:var(--clr-att-second)}.button-hover-att-second:hover .button-count{color:var(--clr-att-second)}.button-hover-att-second.button-border:hover{color:#fff}.button-att-second{background-color:var(--clr-att-second);border-color:var(--clr-att-second)}.button-att-second:hover{background-color:var(--clr-att-second-active);border-color:var(--clr-att-second-active)}.button-att-second.button-border{background-color:#fff;color:var(--clr-att-second)}.button-att-second.button-border:hover{background-color:#fff;color:var(--clr-att-second-active);border-color:var(--clr-att-second-active)}.button-att-second.button-border:hover .button-ico{filter:none}.button-att-second .button-ico.type-fill{background-color:var(--clr-att-second)}.button-light{border-color:var(--clr-border);background-color:var(--clr-border);color:#fff}.button-light .button-ico,.button-light:after,.button-light:before{filter:none}.button-light.active,.button-light:hover{background-color:var(--clr-att);border-color:var(--clr-att);color:#fff}.button-light.active .button-ico,.button-light.active:after,.button-light.active:before,.button-light:hover .button-ico,.button-light:hover:after,.button-light:hover:before{filter:var(--filterWhite)}.button-light.button-border:not(:hover,.active){background-color:transparent;color:var(--clr-light)}.button-light.button-att-second.active,.button-light.button-att-second:hover{background-color:var(--clr-att-second);border-color:var(--clr-att-second);color:#fff}.button-white:not(:hover){border-color:#fff;background-color:#fff}.button-white:not(:hover) .button-ico,.button-white:not(:hover):after,.button-white:not(:hover):before{filter:none}.button-ico-dark:not(:hover):after,.button-ico-dark:not(:hover):before{filter:var(--filterAttToBase)}.btn:has(.button-ico.type-fill){padding-left:0;-ms-flex-pack:start;justify-content:flex-start}.btn:has(.button-ico.type-fill) .button-title{-ms-flex:1;flex:1}.btn:hover .button-ico.type-fill{filter:none!important;background:var(--clr-att-active)}.button-ico.type-fill{filter:none!important;background:var(--clr-att);height:100%;width:auto;min-width:24px;aspect-ratio:1}.button-ico.type-fill img,.button-ico.type-fill svg{filter:var(--filterWhite)}.btn-action-ico{min-width:0;border-radius:0;padding:0;margin:0;font-size:0;display:block;position:relative;overflow:hidden;width:40px;height:40px;text-align:center;line-height:40px;text-decoration:none;transition:all .2s ease;-ms-flex-negative:0;flex-shrink:0}.btn-action-ico:not(.btn){background:none;border:none;box-shadow:none}.btn-action-ico.btn{min-width:0;min-height:0;padding:0;display:block;border-radius:50%}.btn-action-ico:after,.btn-action-ico:before,.btn-action-ico [class*=icon-],.btn-action-ico img,.btn-action-ico svg{display:block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;max-height:100%;transition:all .2s ease}.btn-action-ico img,.btn-action-ico svg{max-width:var(--icoSize);max-height:var(--icoSize)}.btn-action-ico:after,.btn-action-ico:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:var(--icoSize) auto}.btn-action-ico:hover{text-decoration:none}.btn-action-ico:hover:not(.btn){background:none;box-shadow:none}.btn-action-ico.ico-search:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/search.svg)}.btn-action-ico.ico-clear:before,.btn-action-ico.ico-close:before,.btn-action-ico.ico-del:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/cross.svg)}.btn-action-ico.ico-close-small{width:30px;height:30px}.btn-action-ico.ico-close-small:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/cross.svg);background-size:20px auto}.btn-action-ico.ico-location:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/location.svg)}.btn-action-ico.ico-phone:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/phone.svg)}.btn-action-ico.ico-user:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/user.svg)}.btn-action-ico.ico-email:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/email.svg)}.btn-action-ico.ico-basket:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/basket.svg);background-size:32px auto}.btn-action-ico.ico-menu:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/menu.svg);background-size:32px auto}.btn-action-ico.ico-cart:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/cart.svg)}.btn-action-ico.ico-info:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/info.svg)}.btn-action-ico.ico-gift:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/gift.svg)}.btn-action-ico.ico-fav:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/fav.svg)}.btn-action-ico.ico-messendger:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/messendger.svg)}.btn-action-ico.ico-fav-toggle:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/fav.svg)}.btn-action-ico.ico-fav-toggle:after{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/fav-active.svg)}.btn-action-ico.ico-minus:after,.btn-action-ico.ico-minus:before,.btn-action-ico.ico-plus:after,.btn-action-ico.ico-plus:before{width:10px;height:2px;top:50%;left:50%;bottom:auto;right:auto;margin:-1px 0 0 -5px;background-color:var(--clr-light)}.btn-action-ico.ico-minus:hover:after,.btn-action-ico.ico-minus:hover:before,.btn-action-ico.ico-plus:hover:after,.btn-action-ico.ico-plus:hover:before{background-color:var(--clr-base)}.btn-action-ico.ico-minus.button-disabled,.btn-action-ico.ico-plus.button-disabled{pointer-events:none}.btn-action-ico.ico-plus:before{rotate:90deg}.btn-action-ico.ico-copy:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/copy.svg)}.btn-action-ico.ico-copy:not(:hover):before{filter:var(--filterAttToBase)}.btn-action-ico.ico-arrow-toggle:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-select.svg);filter:var(--filterAttToLight);background-size:28px auto}.btn-action-ico.ico-arrow-toggle:hover:before{filter:none}.btn-action-ico.ico-arrow-toggle.active:before{transform:rotate(180deg);filter:none}.btn-action-ico.ico-arrow-go:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-go.svg)}.btn-action-ico.ico-arrow{z-index:20;cursor:pointer;width:44px;height:44px;top:50%;right:0;margin-top:-22px;border-radius:50%;position:absolute;z-index:10}.btn-action-ico.ico-arrow:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-slider.svg)}.btn-action-ico.ico-arrow.swiper-button-disabled{opacity:.5;cursor:default}.btn-action-ico.ico-arrow.button-slider-small{width:40px;height:40px;margin-top:-20px}.btn-action-ico.ico-arrow.button-slider-small:before{background-size:18px auto}.btn-action-ico.ico-arrow-next{margin-right:-70px}.btn-action-ico.ico-arrow-prev{margin-left:-70px;right:auto;left:0}.btn-action-ico.ico-arrow-prev:before{transform:rotate(180deg)}.btn-action-ico.button-soc{border-radius:50%;border:1px solid #000;background-color:#fff}.btn-action-ico.button-soc img,.btn-action-ico.button-soc svg{max-width:100%;max-height:100%}.btn-action-ico.button-soc:hover{background-color:#000;border-color:#000}.btn-action-ico.button-soc:hover img,.btn-action-ico.button-soc:hover svg{filter:var(--filterWhite)}.btn-action-ico.button-tg{border-color:#27a3e2}.btn-action-ico.button-tg:hover{border-color:#27a3e2;background-color:#27a3e2}.btn-action-ico.button-vk{border-color:#0173f7}.btn-action-ico.button-vk:hover{border-color:#0173f7;background-color:#0173f7}.btn-action-ico.button-wa{border-color:#01b637}.btn-action-ico.button-wa:hover{border-color:#01b637;background-color:#01b637}.btn-action-ico.button-ok{border-color:#f77300}.btn-action-ico.button-ok:hover{border-color:#f77300;background-color:#f77300}.btn-action-ico.button-active-close.active:before,.btn-action-ico.button-active-close:after,.btn-action-ico.button-active-toggle.active:before,.btn-action-ico.button-active-toggle:after{opacity:0}.btn-action-ico.button-active-close.active:after,.btn-action-ico.button-active-toggle.active:after{opacity:1}.btn-action-ico.button-active-close:after{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/cross.svg)}.btn-contact-action{display:inline-block;position:relative;white-space:nowrap;font-size:inherit;line-height:24px;font-weight:inherit;color:var(--clr-base);padding:0 0 0 28px}.btn-contact-action:hover{color:var(--clr-att)}.btn-contact-action:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/phone.svg) 50% no-repeat;background-size:16px auto;top:50%;left:0;margin-top:-12px}.btn-contact-action[href*=mailto]:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/email.svg);background-size:24px auto}[data-count]{overflow:visible}[data-count]:after{content:attr(data-count);filter:none!important;height:10px;min-width:10px;background:var(--clr-att);border-radius:5px;padding:0 3px;text-align:center;font-size:8px;line-height:10px;font-weight:500;color:#fff;position:absolute;left:50%;top:50%;right:auto;bottom:auto;margin-left:3px;margin-top:-4px}@media (max-width:1023px){.button-medium-mobile{height:44px;padding:0 19px;font-size:18px;font-weight:500;border-radius:var(--smallButtonRadius);letter-spacing:normal}}@media (min-width:1024px){.btn [data-title-desktop]:before{content:attr(data-title-desktop)}.button-tab{height:49px;font-size:18px}.button-tab.button-tab-small{height:49px;padding:0 20px;font-size:18px;font-weight:500}.button-tab:not(:hover,.active){color:#cecece;border-bottom-color:#cecece}.btn-action-ico.ico-arrow{width:60px;height:60px;margin-top:-30px}}@media (min-width:1700px){.btn-action-ico.ico-arrow.button-slider-small.ico-arrow-prev{margin-left:-60px}.btn-action-ico.ico-arrow.button-slider-small.ico-arrow-next{margin-right:-60px}.btn-action-ico.ico-arrow-prev{margin-left:-100px}.btn-action-ico.ico-arrow-next{margin-right:-100px}}@media (min-width:1920px){.btn-action-ico.ico-arrow-prev{margin-left:-185px}.btn-action-ico.ico-arrow-next{margin-right:-185px}.btn-action-ico.ico-arrow.button-slider-small.ico-arrow-prev{margin-left:-90px}.btn-action-ico.ico-arrow.button-slider-small.ico-arrow-next{margin-right:-90px}}.frm-field-upload{display:block;position:relative;line-height:1}.frm-field-upload input[type=file]{display:none}.frm-field-upload .btn{width:100%;-ms-flex-pack:start;justify-content:flex-start;text-align:left;height:50px;border-radius:6px;padding:0 50px 0 15px;font-size:15px;font-weight:400;letter-spacing:normal}.frm-field-upload .btn.button-border{border-style:dashed}.frm-field-upload .btn.button-border:hover{border-style:solid}.frm-field-upload .btn:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/attach.svg) 50% no-repeat;background-size:100% auto;top:50%;right:20px;margin:-12px -12px 0 0;z-index:2}.frm-field-upload .file-counter{display:none}.uploaded-files-container{margin:16px 0 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3px}.frm-field-file-outer{display:block;-ms-flex-negative:0;flex-shrink:0;max-width:100%}.frm-field-file{height:25px;border-radius:8px;line-height:23px;border:1px solid #fff2f2;max-width:100%;display:block;position:relative;overflow:hidden;padding:0 26px 0 10px;font-size:13px;color:var(--clr-light);font-weight:400;background:#fff}.frm-field-file .file-inner-wrap{display:block;width:100%}.frm-field-file .file-name{display:block;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.frm-field-file .button-file-del{display:block;width:24px;height:24px;position:absolute;top:50%;right:13px;z-index:2;margin:-12px -12px 0 0;cursor:pointer}.frm-field-file .button-file-del:before{background-size:14px auto}.frm-field-file .elm-photo{display:none}.frm-field-desc{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:4px;font-size:15px;color:var(--clr-light);letter-spacing:.01em}.frm-field-desc .elm-ico{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.frm-field-desc .elm-ico+.field-desc-title{font-size:16px}.frm-info,.frm-shield{font-size:15px;line-height:20px;position:relative;display:block;padding-left:30px;margin:12px 0}.frm-info:first-child,.frm-shield:first-child{margin-top:0}.frm-info:last-child,.frm-shield:last-child{margin-bottom:0}.frm-info:before,.frm-shield:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/info.svg) 50% no-repeat;background-size:100% auto;top:50%;left:0;margin-top:-12px}.frm-shield{font-size:16px;color:var(--clr-light);letter-spacing:.32px}.frm-shield:before{background-image:url(/local/templates/malina_2025/assets/css/../img/icons/shield.svg)}.frm-bonuses{border-radius:12px;border-left:3px solid var(--clr-att-active);padding:23px 24px 23px 21px;background:#fff5f5}.frm-bonuses .frm-title{font-size:18px;font-weight:500;margin:0 0 12px}.frm-bonuses .frm-field{margin-bottom:11px;width:auto;padding:0 5px;-ms-flex-negative:0;flex-shrink:0}.frm-bonuses .frm-field.field-full{width:100%;-ms-flex-negative:0;flex-shrink:0}.frm-bonuses .field-input{-ms-flex:1;flex:1}.frm-bonuses .frm-row{margin:0 -5px}.frm-bonuses .frm-row:last-child .frm-field{margin-bottom:0}.frm-bonuses .btn,.frm-bonuses .form-input{height:48px;border-radius:8px}.frm-bonuses .btn{padding:0 21px;font-size:15px;text-transform:uppercase;font-weight:700;border-radius:6px}.frm-bonuses .form-input{color:var(--clr-att);text-transform:uppercase;font-size:15px}.frm-bonuses input.form-input.inp-valid,.frm-bonuses input.form-input:focus,.frm-bonuses input.form-input:not(:placeholder-shown){border-color:var(--clr-att)}.frm-bonuses .frm-select label:before{background-color:#fff}.frm-map-select,.frm-map-select .frm-selected{display:block;position:relative}.frm-map-select .frm-selected{font-size:16px;margin-bottom:14px;padding-left:30px;line-height:24px}.frm-map-select .frm-selected:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/location.svg) 50% no-repeat;background-size:100% auto;left:0;top:50%;margin-top:-12px}.frm-map-select .frm-selected b{font-weight:600}.frm-map-select .frm-map{border-radius:14px;border:1px solid #ebebeb;position:relative;overflow:hidden;line-height:1;height:430px}.frm-content{position:relative;height:0;overflow:hidden;interpolate-size:allow-keywords;transition:all .2s ease;display:block}.frm-content.active{height:auto;overflow:visible}.frm-code .frm-field{margin:0;width:auto;padding:0 5px;-ms-flex-negative:0;flex-shrink:0}.frm-code .field-input{-ms-flex:1;flex:1}.frm-code .frm-row{margin:0 -5px}.frm-code .frm-row:last-child .frm-field{margin-bottom:0}.frm-code .btn,.frm-code .form-input{height:48px;border-radius:8px}.frm-code .form-input{color:var(--clr-att);text-transform:uppercase;font-size:15px}.frm-code input.form-input.inp-valid,.frm-code input.form-input:focus,.frm-code input.form-input:not(:placeholder-shown){border-color:var(--clr-att)}.frm-code .btn{padding:0 21px;font-size:15px;text-transform:uppercase;font-weight:700;border-radius:6px}.frm-code .row-info{margin-top:8px;font-size:16px;font-weight:400;letter-spacing:.32px}.frm-code .row-info .frm-field{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:3px}.frm-code .row-info .elm-ico{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.frm-code .row-info .info-title{-ms-flex:1;flex:1}.frm-code .row-info .text-att,.frm-code .row-info b{font-weight:500}.frm-field-input{display:block;position:relative}.frm-field-input:has(.frm-ico) .form-input{padding-right:40px}.frm-field-input .frm-ico{width:24px;height:24px;filter:var(--filterAttToLight);position:absolute;top:50%;right:21px;margin:-12px -12px 0 0;z-index:3;pointer-events:none}.frm-field-input .field-input-title{display:-ms-flexbox;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;z-index:2;pointer-events:none;font-size:15px;font-weight:500;line-height:1;color:var(--clr-vlight);padding:0 14px}.frm-field-input .form-input.inp-valid~.field-input-title,.frm-field-input .form-input:focus~.field-input-title,.frm-field-input .form-input:not(:placeholder-shown)~.field-input-title{display:none}.frm-field-counter{width:116px;height:52px;border-radius:8px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);padding:0 30px;position:relative;overflow:hidden}.frm-field-counter .form-input{height:50px;width:100%;padding:0;border-radius:0;box-shadow:none;background:none;text-align:center;font-size:16px;font-weight:500;color:var(--clr-light);border:none}.frm-field-counter .button-minus,.frm-field-counter .button-plus{width:35px;height:50px;position:absolute;top:0;left:0}.frm-field-counter .button-plus{left:auto;right:0}.frm-field-counter.field-large{width:100%;height:52px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff)}.frm-field-counter.field-large .form-input{font-size:17px;font-weight:500}.frm-results-popup{position:absolute;top:100%;left:0;right:0;padding:12px 0;z-index:10;display:none;animation:a ease .2}.frm-results-popup.active{display:block}.frm-results-popup .results-action-wrap{display:block;margin-top:12px}.frm-results-popup .results-action-wrap .btn{width:100%;height:54px;font-size:16px;text-transform:uppercase;font-weight:700}.frm-results-popup .results-content-wrap{display:block;border-radius:8px;border:1px solid #eee;background:#fff;padding:12px 12px 12px 0}.frm-results-popup .results-inner-wrap{margin-bottom:12px}.frm-results-popup .results-inner-wrap:last-child{margin-bottom:0}.frm-results-popup .results-title-wrap{margin-bottom:6px}.frm-results-popup .results-title-wrap:last-child{margin-bottom:0}.frm-results-popup .results-title{font-size:16px;font-weight:500;color:var(--clr-light);margin:0;padding-left:16px;padding-right:10px}.frm-results-popup .btn-result{display:block;position:relative;padding:10px 10px 10px 46px;font-size:16px;font-weight:500;line-height:20px;color:var(--clr-base);transition:all .2s ease}.frm-results-popup .btn-result:hover,.frm-results-popup .btn-result:hover .button-text{color:var(--clr-att)}.frm-results-popup .btn-result .button-text{display:inline;color:var(--clr-light);transition:all .2s ease}.frm-results-popup .btn-result:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/search.svg) 50% no-repeat;background-size:100% auto;top:50%;left:12px;margin-top:-12px;filter:var(--filterAttToLight) opacity(.3)}.frm-results-popup .scroll-inner-wrap{max-height:300px;overflow-y:auto}.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar{height:3px;width:3px;background-color:#f0f0f0;border-left:1px solid #fff;border-right:1px solid #fff}.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-thumb{background-color:var(--clr-att);border-radius:2px}.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-thumb:hover{background-color:var(--clr-att)}.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-button:vertical:end:increment,.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-button:vertical:start:decrement{background-color:transparent;width:0;height:0}.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-button:horizontal:end:increment,.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-button:horizontal:start:decrement{background-color:transparent;width:0;height:0}.frm-select-active-block{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3px;margin:16px 0 0}.frm-field-select{display:block;position:relative;line-height:1}.frm-field-select.field-selected-show .frm-select-active-block{display:-ms-flexbox;display:flex}.frm-field-select.field-selected-show .select-content-block{top:48px}.frm-field-select.field-selected-show .button-select-toggle.btn.button-light.button-border.selected{border-color:#eee}.frm-field-select.field-selected-show .button-select-toggle.btn.button-light.button-border.selected .button-select-clear{display:none}.frm-field-select.field-selected-show .button-select-toggle.btn.button-light.button-border.selected .button-title:before{content:attr(data-placeholder);color:#c6c6c6;transition:all .2s ease}.frm-field-select.field-selected-show .button-select-toggle.btn.button-light.button-border.selected .button-title .button-list,.frm-field-select.field-selected-show .button-select-toggle.btn.button-light.button-border.selected .button-title:after{display:none}.frm-field-select.field-selected-show .button-select-toggle.btn.button-light.button-border.selected:before{opacity:1}.frm-field-select.field-selected-show .button-select-toggle.btn.button-light.button-border.selected:hover{border-color:var(--clr-border)}.frm-field-select.field-selected-show .button-select-toggle.btn.button-light.button-border.selected:hover .button-title:before{color:var(--clr-light)}.frm-field-select .frm-select-active-block{display:none}.frm-field-select.type-input .button-select-toggle{background-color:#fff}.frm-field-select.type-input .button-select-toggle:before{display:none}.frm-field-select.type-input .button-select-toggle .button-ico{width:24px;height:24px;position:absolute;top:50%;right:21px;margin:-12px -12px 0 0;filter:var(--filterAttToLight)}.frm-field-select.type-input .button-select-toggle.selected .button-ico{display:none}.frm-field-select .active~.select-content-block{display:block}.frm-field-select .select-content-block{display:none;animation:a ease .2s;background:#fff;position:absolute;top:100%;left:0;right:0;z-index:20;border-radius:8px;overflow:hidden;box-shadow:0 0 70px 0 rgba(0,0,0,.06);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.frm-field-select .select-menu-wrap{padding:16px 19px}.frm-field-select .select-menu-wrap .menu{max-height:190px;overflow-y:auto}.frm-field-select .select-menu-wrap .menu.col-2{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;gap:6px 0}.frm-field-select .select-menu-wrap .menu.col-2 li{padding:0 8px;width:50%;-ms-flex-negative:0;flex-shrink:0;margin:0}.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar{height:3px;width:3px;background-color:#f0f0f0;border-left:1px solid #fff;border-right:1px solid #fff}.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-thumb{background-color:var(--clr-att);border-radius:2px}.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-thumb:hover{background-color:var(--clr-att)}.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-button:vertical:end:increment,.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-button:vertical:start:decrement{background-color:transparent;width:0;height:0}.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-button:horizontal:end:increment,.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-button:horizontal:start:decrement{background-color:transparent;width:0;height:0}.frm-field-select .select-action-wrap{width:100%;padding:16px 14px;background:#f8f8f8}.frm-field-select .select-action-wrap .btn{width:100%;font-size:16px;font-weight:700;height:40px;text-transform:uppercase}.frm-field-select .button-select,.frm-field-select .button-select-toggle{height:44px;width:100%;-ms-flex-pack:end;justify-content:flex-end;gap:10px;padding-left:15px;font-size:16px;font-weight:400;padding-right:5px}.frm-field-select .button-select-toggle .button-title,.frm-field-select .button-select .button-title{-ms-flex:1;flex:1;text-align:left;display:block;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.frm-field-select .button-select-toggle .button-ico,.frm-field-select .button-select .button-ico{margin:0}.frm-field-select .button-select-toggle[data-count]:after,.frm-field-select .button-select[data-count]:after{display:none}.frm-field-select .button-select-toggle{height:44px;width:100%;padding-right:40px;font-size:16px;font-weight:400}.frm-field-select .button-select-toggle.selected .button-title:before{content:attr(data-placeholder) ": "}.frm-field-select .button-select-toggle .button-title:before{content:attr(data-placeholder)}.frm-field-select .button-select-toggle:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-next.svg) 50% no-repeat;background-size:20px auto;top:50%;right:9px;margin-top:-12px;transition:all .2s ease;filter:none;opacity:1;rotate:90deg}.frm-field-select .button-select-toggle.selected:before{opacity:0}.frm-field-select .button-select-toggle.selected .button-select-clear{display:block}.frm-field-select .btn.button-light.button-border.active,.frm-field-select .btn.button-light.button-border:hover{border-color:var(--clr-border);background-color:#fff;color:var(--clr-light)}.frm-field-select .btn.button-light.button-border:before{filter:var(--filterAttToLight)}.frm-field-select .btn.button-light.button-border.selected{border-color:#333;background-color:#fff;color:var(--clr-att);color:var(--clr-base)}.frm-field-select .button-select-clear{width:24px;height:24px;z-index:2;position:absolute;top:50%;right:9px;margin-top:-12px;display:none;animation:a ease .2s}.frm-field-select li{margin-bottom:16px}.frm-field-select li:last-child{margin-bottom:0}.frm-field-select .btn.button-att-second.button-border.active,.frm-field-select .btn.button-att-second.button-border:hover{color:#fff;background-color:var(--clr-att-second);border-color:var(--clr-att-second)}.frm-field-select .btn.button-att-second.button-border.active .button-ico,.frm-field-select .btn.button-att-second.button-border:hover .button-ico{filter:var(--filterWhite)}.frm-field-select .btn[data-count]:after{display:none}.frm-field-select [data-count]:after{display:inline;border-radius:0;background:none;color:inherit;font-size:inherit;line-height:inherit;vertical-align:baseline;font-weight:inherit;height:auto;padding:0;min-width:0;position:static;margin:0}.frm-field-select .button-list{display:none}.frm-field-select:has([type=radio]) .selected [data-count]:after{display:none}.frm-field-select:has([type=radio]) .selected .button-list{display:inline}.frm-popup .frm-row,.frm-popup .frm-row-submit{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px}.frm-popup .frm-row-submit{padding-top:8px}.frm-popup .frm-row-submit:first-child{padding-top:0}.frm-popup .frm-row-submit .frm-field{width:100%;margin-bottom:10px}.frm-popup .frm-row-submit .frm-field:last-child{margin-bottom:0}.frm-popup .frm-field{width:100%;-ms-flex-negative:0;flex-shrink:0;padding:0 5px;margin-bottom:14px}.frm-popup .frm-row-submit .frm-field-links{text-align:center;padding-top:4px;font-size:15px;line-height:18px;font-weight:400}.frm-popup .field-half{width:50%}.frm-popup *{font-weight:inherit}.frm-popup b{font-weight:500}.frm-popup .link-phone .text-att{font-size:1.2em}.frm-field-links{margin-top:12px;font-size:13px;line-height:1.38461538;font-weight:400}.frm-field-links:first-child{margin-top:0}.frm-field-links p{margin:0 0 8px;padding:0}.frm-field-links p:last-child{margin-bottom:0}.frm-field-links a{border-bottom:1px solid}.frm-field-links a:not(:hover){color:#5c9a12}.frm-field-info{display:block;font-size:13px;line-height:17px;font-weight:300;color:#9a9a9a;margin-top:12px}.frm-field-info:first-child{margin-top:0}.frm-field-info a:not(:hover){color:inherit}.frm-field-code{display:-ms-flexbox;display:flex;gap:10px}.frm-field-code input.form-input{width:48px;max-width:calc(25% - 8px);text-align:center;font-size:22px;font-weight:500;padding:0}.frm-field-title{display:block;font-size:15px;line-height:18px;font-weight:400;margin:0 0 8px;color:#333}.frm-field-message{display:block;position:relative;font-size:13px;line-height:17px;font-weight:300;margin:9px 0}.frm-field-message:first-child{margin-top:0}.frm-field-message:last-child{margin-bottom:0}.frm-field-message b{font-weight:500}.frm-field-labels{display:block;position:relative;color:#c6c6c6}.frm-field-labels .field-labels{display:-ms-flexbox;display:flex;gap:5px}.frm-field-labels .field-label{display:block;-ms-flex:1;flex:1;height:3px;background:#f4f3f0;border-radius:2px}.frm-field-labels .field-label-title{display:none;font-size:15px;line-height:20px;font-weight:500;margin-top:5px}.frm-field-labels.type-simple{color:#a0d95d}.frm-field-labels.type-simple .field-label:first-child{background:#a0d95d}.frm-field-labels.type-simple .title-simple{display:block}.frm-field-labels.type-middle{color:#ffc830}.frm-field-labels.type-middle .field-label:first-child,.frm-field-labels.type-middle .field-label:nth-child(2){background:#ffc830}.frm-field-labels.type-middle .title-middle{display:block}.frm-field-labels.type-hard{color:#ff115a}.frm-field-labels.type-hard .field-label{background:#ff115a}.frm-field-labels.type-hard .title-hard{display:block}.frm-main-search{position:relative;display:-ms-flexbox;display:flex;gap:6px}.frm-main-search .btn{height:48px;padding:0 24px;border-radius:var(--smallButtonRadius);font-size:16px;text-transform:uppercase;font-weight:700;letter-spacing:normal}.frm-main-search .btn .button-ico{margin:0 5px 0 -4px}.frm-main-search .form-input{height:48px;width:auto;-ms-flex:1;flex:1}.frm-field,.frm-row,.frm-row-submit{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;line-height:1}.frm-field{display:block;width:100%}.frm-select,.frm-select-button,.frm-select-toggle{position:relative;display:block;overflow:hidden;line-height:1}.frm-select-button input,.frm-select-toggle input,.frm-select input{display:block;position:absolute;top:0;left:0;width:0;height:0;opacity:0!important;margin:0;padding:0}.frm-select-button input:checked~label:after,.frm-select-toggle input:checked~label:after,.frm-select input:checked~label:after{opacity:1}.frm-select-button label,.frm-select-toggle label,.frm-select label{display:block;position:relative;cursor:pointer}.frm-select-button label:after,.frm-select-button label:before,.frm-select-toggle label:after,.frm-select-toggle label:before,.frm-select label:after,.frm-select label:before{content:"";display:block;position:absolute}.frm-select-button label:after,.frm-select-toggle label:after,.frm-select label:after{opacity:0}.frm-select-toggle{line-height:1;display:block;position:relative}.frm-select-toggle input:checked~label{font-weight:500;border-color:var(--clr-att-second);color:var(--clr-att-second)}.frm-select-toggle input:checked~label:before{border-color:var(--clr-att-second)}.frm-select-toggle input:checked~label:after{background-color:var(--clr-att-second);right:14px}.frm-select-toggle label{border-radius:10px;border:1px solid #f3f3f3;background:#fff;padding:11px 70px 11px 19px;font-size:16px;line-height:20px;text-align:left;color:var(--clr-base);transition:all .2s ease}.frm-select-toggle label:after,.frm-select-toggle label:before{width:44px;height:24px;border-radius:12px;background:#fff;border:1px solid #eee;position:absolute;top:50%;right:12px;margin-top:-12px;left:auto;transition:all .2s ease}.frm-select-toggle label:after{width:20px;height:20px;border:none;background:#eee;right:34px;margin-top:-10px;opacity:1;border-radius:50%}.frm-select input[type=radio]~label:before{border-radius:50%}.frm-select input[type=radio]~label:after{width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:var(--clr-att)}.frm-select input:checked~label{color:var(--clr-base)}.frm-select input:checked~label:before{border-color:var(--clr-att)}.frm-select input:checked~label:after{opacity:1}.frm-select label{font-size:15px;line-height:18px;min-height:18px;padding-left:25px;color:var(--clr-light)}.frm-select label:after,.frm-select label:before{width:18px;height:18px;border-radius:4px;border:1px solid #eee;top:9px;left:9px;margin:-9px 0 0 -9px}.frm-select label:after{border-radius:0;border:none;background:url(/local/templates/malina_2025/assets/css/../img/icons/check.svg) 50%/16px auto no-repeat;opacity:0}.frm-select a{color:inherit}.frm-select a:hover{color:var(--clr-att)}.frm-select-button{line-height:1;-ms-flex-negative:0;flex-shrink:0;max-width:100%}.frm-select-button.type-radio input:checked~label:before{background-color:#fff;border-color:var(--clr-att)}.frm-select-button.type-radio input:checked~label:after{opacity:1}.frm-select-button.type-radio label{text-align:left;-ms-flex-pack:start;justify-content:flex-start;padding-left:39px}.frm-select-button.type-radio label:after,.frm-select-button.type-radio label:before{top:50%;left:22px;width:18px;height:18px;border-radius:50%;border:1px solid #eee;margin:-9px 0 0 -9px}.frm-select-button.type-radio label:after{width:10px;height:10px;margin:-5px 0 0 -5px;background:var(--clr-att);opacity:0}.frm-select-button.type-border label{color:var(--clr-base)}.frm-select-button.type-border input:checked~label{font-weight:400;background-color:transparent;color:var(--clr-att)}.frm-select-button.type-border input:checked~label .lbl-ico{filter:none}.frm-select-button.type-small label{height:28px;padding:0 11px;border-radius:var(--smallButtonRadius);font-size:14px}.frm-select-button input:checked~label{border-color:var(--clr-att);background-color:var(--clr-att);color:#fff;font-weight:500}.frm-select-button label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:44px;padding:0 19px;border:1px solid #e5e5e5;transition:all .2s ease;border-radius:var(--smallButtonRadius);font-size:18px;font-weight:400;text-align:center;gap:5px;color:var(--clr-light)}.frm-select-button label:hover{border-color:var(--clr-att);color:var(--clr-att)}.frm-select-button .lbl-ico{width:26px;height:26px;-ms-flex-negative:0;flex-shrink:0}body .tippy-box{background:#fff;border-radius:12px;border:1px solid #efefef;overflow:hidden}body .tippy-box .tippy-content{font-size:14px;line-height:1.28571429;padding:16px;color:var(--clr-base);box-shadow:0 4px 50px 0 rgba(0,0,0,.1)}body .tippy-box .tippy-arrow{color:#fff;display:none}body .flatpickr-calendar{border-radius:12px;border:1px solid #fff2f2;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);box-shadow:0 4px 42px 0 rgba(0,0,0,.07);padding:10px}body .flatpickr-calendar:after,body .flatpickr-calendar:before{display:none}body .flatpickr-months{height:33px;-ms-flex-align:center;align-items:center;-ms-flex-pack:start}body .flatpickr-month,body .flatpickr-months{display:-ms-flexbox;display:flex;justify-content:flex-start}body .flatpickr-month{width:auto;-ms-flex:0 0 auto;flex:0 0 auto;height:auto;-ms-flex-pack:start;padding:0 10px}body .flatpickr-current-month{height:33px;position:relative;top:auto;bottom:auto;left:auto;right:auto;margin:0;width:auto;-ms-flex:1;flex:1;-ms-flex-negative:0;flex-shrink:0;padding:0}body .flatpickr-current-month .flatpickr-monthDropdown-months{display:block;height:33px;border-radius:6px;border:2px solid var(--clr-att);box-shadow:0 1px 1px 0 rgba(0,14,51,.05);background:#fff url(/local/templates/malina_2025/assets/css/../img/icons/arrow-select-top.svg) right 10px top 4px no-repeat;background-size:8px auto;padding:0 20px 0 10px;font-size:18px;font-weight:800;color:var(--clr-base);letter-spacing:-.18px;margin:0;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none!important}body .flatpickr-current-month .numInputWrapper{width:76px}body .flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:#fff url(/local/templates/malina_2025/assets/css/../img/icons/arrow-select-top.svg) right 10px top 4px no-repeat}body .flatpickr-current-month{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}body .numInputWrapper{margin-left:10px;-ms-flex-negative:0;flex-shrink:0}body .numInputWrapper .numInput.cur-year{height:33px;background:#fff;border-radius:6px;padding:0 24px 0 12px;font-size:18px;text-transform:uppercase;font-weight:800;letter-spacing:-.18px;box-shadow:0 1px 1px 0 rgba(0,14,51,.05)}body .flatpickr-months .flatpickr-next-month,body .flatpickr-months .flatpickr-prev-month{position:relative;-ms-flex-negative:0;flex-shrink:0;top:auto;bottom:auto;left:auto;right:auto;width:30px;height:30px;line-height:1;padding:0;border-radius:50%;background:#fff;box-shadow:0 1px 1px 0 rgba(0,14,51,.05)}body .flatpickr-months .flatpickr-next-month svg,body .flatpickr-months .flatpickr-prev-month svg{display:none}body .flatpickr-months .flatpickr-next-month:before,body .flatpickr-months .flatpickr-prev-month:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-next.svg) 50% no-repeat;filter:var(--filterAttToBase);background-size:100% auto;top:50%;left:50%;margin:-12px 0 0 -12px;transition:all .2s ease}body .flatpickr-months .flatpickr-next-month:hover:before,body .flatpickr-months .flatpickr-prev-month:hover:before{filter:none}body .flatpickr-months .flatpickr-prev-month:before{transform:rotate(180deg)}body .flatpickr-weekdaycontainer{display:-ms-flexbox;display:flex;padding-top:15px;padding-bottom:5px;gap:10px}body .flatpickr-weekdaycontainer .flatpickr-weekday{width:30px;height:26px;padding:0;margin:0;text-align:center;line-height:26px;max-width:30px;font-size:15px;text-transform:uppercase;font-weight:700}body .flatpickr-weekdays{height:auto}body .flatpickr-days,body .flatpickr-innerContainer,body .flatpickr-rContainer{width:100%;max-width:100%;margin:0 auto}body .dayContainer{gap:4px 10px;width:270px;min-width:270px}body .dayContainer .flatpickr-day{width:30px;max-width:30px;height:26px;line-height:26px;text-align:center;border-radius:6px;background:#fff;box-shadow:0 1px 1px 0 rgba(0,14,51,.05);font-size:15px;text-transform:uppercase;font-weight:700;color:var(--clr-base);border:none}body .dayContainer .flatpickr-day.selected{background:var(--clr-att);color:#fff}body .dayContainer .flatpickr-day.nextMonthDay,body .dayContainer .flatpickr-day.prevMonthDay{box-shadow:none;background:none;color:var(--clr-light)}body .flatpickr-day.endRange,body .flatpickr-day.endRange.inRange,body .flatpickr-day.endRange.nextMonthDay,body .flatpickr-day.endRange.prevMonthDay,body .flatpickr-day.endRange:focus,body .flatpickr-day.endRange:hover,body .flatpickr-day.selected,body .flatpickr-day.selected.inRange,body .flatpickr-day.selected.nextMonthDay,body .flatpickr-day.selected.prevMonthDay,body .flatpickr-day.selected:focus,body .flatpickr-day.selected:hover,body .flatpickr-day.startRange,body .flatpickr-day.startRange.inRange,body .flatpickr-day.startRange.nextMonthDay,body .flatpickr-day.startRange.prevMonthDay,body .flatpickr-day.startRange:focus,body .flatpickr-day.startRange:hover{background:var(--clr-att);color:#fff}@media (min-width:1024px){.frm-info,.frm-map-select .frm-selected{font-size:17px}.frm-results-popup .results-action-wrap{display:none}.frm-results-popup .btn-result{font-size:18px;line-height:22px;padding-top:9px;padding-bottom:9px}.frm-results-popup .results-title{font-size:18px}.frm-results-popup .results-title-wrap{margin-bottom:12px}.frm-results-popup .results-inner-wrap{margin-bottom:20px}.frm-select-button .lbl-ico{width:36px;height:36px}body .flatpickr-calendar{padding:15px}body .flatpickr-current-month,body .flatpickr-current-month .flatpickr-monthDropdown-months,body .flatpickr-months,body .flatpickr-months .flatpickr-month,body .numInputWrapper .numInput.cur-year{height:44px}body .dayContainer{width:378px;max-width:378px;gap:4px 2px}body .dayContainer .flatpickr-day,body .flatpickr-weekdaycontainer .flatpickr-weekday{width:50px;height:44px;line-height:44px;max-width:50px}body .flatpickr-weekdaycontainer{gap:4px 2px;-ms-flex-pack:justify;justify-content:space-between}body .flatpickr-calendar{width:408px}body .flatpickr-current-month .numInputWrapper{width:120px}}.popup-cart-added-box{padding:30px 30px 40px;padding:3rem 3rem 4rem;text-align:center}.popup-cart-added-box .elm-ico{width:50px;width:5rem;height:50px;height:5rem;margin:0 auto}.popup-cart-added-box .popup-added-title{display:block;margin:8px 0 0;font-size:26px;font-size:2.6rem;font-weight:400;line-height:1}.popup-order-box .items-wrap{margin:0;gap:20px 0}.popup-order-box .item-wrap{width:100%;padding:0;margin:0}.popup-order-box .form-inner-wrap{margin-top:30px}.popup-order-box .form-inner-wrap:first-child{margin-top:0}.popup-order-box .frm-title-wrap{margin-bottom:20px}.popup-order-box .frm-title{font-size:23px;font-size:2.3rem;font-weight:400;margin:0;max-width:32.17391304em;line-height:normal}.popup-order-box .frm-row,.popup-order-box .frm-row-submit{margin:0}.popup-order-box .frm-row-submit .btn{width:100%}.popup-order-box .frm-field{width:100%;padding:0;margin-bottom:20px;margin-bottom:2rem}.popup-order-box .frm-select{margin-bottom:15px}.popup-order-box .frm-select:last-child{margin-bottom:0}.popup-box .info-card-box{margin:0}.popup-box .info-card-box .info-section-wrap{padding:0;border:none;margin-bottom:10px}.popup-box .info-card-box .info-section-wrap .info-section-price{padding-top:0}.popup-box .info-card-box .top-inner-wrap{margin-bottom:5px}.popup-box .info-card-box .title-inner-wrap{margin-bottom:10px}.popup-box .info-card-box .title-inner-wrap .section-title{font-size:27px;line-height:28px}.popup-box .info-card-box .photos-inner-wrap{margin-bottom:14px}.popup-box .info-card-box .info-wrap{padding:4px 9px;font-size:14px;line-height:18px;border-radius:9px}.popup-feature-box{display:block;position:relative;font-size:15px;line-height:1.26666667;color:var(--clr-light)}.popup-feature-box .photo-inner-wrap{margin-bottom:20px}.popup-feature-box .elm-photo{border-radius:20px}.popup-feature-box .popup-title{font-size:30px;line-height:normal;font-weight:400;margin:0 0 10px;color:var(--clr-base)}.popup-feature-box ol li,.popup-feature-box ul li{margin-bottom:14px}.popup-feature-box ol li:last-child,.popup-feature-box ul li:last-child{margin-bottom:0}.login-buttons-box{margin:24px 0}.login-buttons-box:first-child{margin-top:0}.login-buttons-box:last-child{margin-bottom:0}.login-buttons-box .login-buttons-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.login-buttons-box .login-button{display:block;-ms-flex-negative:0;flex-shrink:0;width:calc(50% - 5px)}.login-buttons-box .login-button.button-full{width:100%}.login-buttons-box .login-title-wrap{display:block;position:relative;overflow:hidden;margin-bottom:20px;text-align:center}.login-buttons-box .login-title{display:inline-block;padding:0 10px;position:relative;font-size:15px;line-height:18px;font-weight:500}.login-buttons-box .login-title:after,.login-buttons-box .login-title:before{content:"";display:block;position:absolute;top:50%;left:100%;margin-top:-1px;width:999px;height:1px;background:#000}.login-buttons-box .login-title:before{left:auto;right:100%}.login-buttons-box .btn.btn-form{width:100%;padding:0 10px;font-weight:600}.login-buttons-box .btn.btn-form .button-ico{width:28px;height:28px}.login-buttons-box *{font-weight:inherit}body.popup-open{overflow:hidden}.popup-outer-box{display:none;padding:20px var(--paddingContainer);animation:a ease .2s;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:fixed;z-index:100;background:rgba(0,0,0,.4);top:0;bottom:0;left:0;right:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.popup-outer-box::-webkit-scrollbar{width:0;height:0}.popup-outer-box.active{display:-ms-flexbox;display:flex}.popup-type-second{-ms-flex-align:start;align-items:flex-start}.popup-type-second .popup-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:fixed;top:0;bottom:0;left:0;right:0;margin:0;padding:0;background:linear-gradient(0deg,#fff,#fff9fa 50%,#fff);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup-type-second .popup-box .popup-title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;background:var(--clr-att);color:#fff;border-radius:0 0 26px 26px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:56px;padding:15px 18px}.popup-type-second .popup-box .popup-title-wrap .elm-ico{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;filter:var(--filterWhite)}.popup-type-second .popup-box .popup-title-wrap .popup-title{-ms-flex:1;flex:1;text-align:center;font-size:23px;font-weight:600;padding:0 10px;margin:0}.popup-type-second .popup-box .popup-title-wrap .btn-popup-close{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;filter:var(--filterWhite)}.popup-type-second .popup-box .popup-content-wrap{-ms-flex:1;flex:1;padding:22px 25px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.popup-type-second .popup-box .popup-content-wrap::-webkit-scrollbar{width:0;height:0}.popup-cart-added .popup-box,.popup-cart-added.popup-main .popup-box{padding:0;width:380px;width:38rem}.popup-main.popup-message .popup-box{width:350px;padding:22px 30px 48px}.popup-main.popup-message .popup-box .popup-title-wrap{text-align:center;font-size:17px;margin-bottom:18px;line-height:normal}.popup-main.popup-message .popup-box .popup-title-wrap .popup-ico{width:72px;margin:0 auto}.popup-main.popup-message .popup-box .popup-title-wrap .popup-ico img{display:block;width:100%}.popup-main.popup-message .popup-box .popup-title-wrap .popup-title{font-size:30px;line-height:32px;margin-bottom:10px}.popup-main.popup-message .popup-box .btn{height:50px;font-size:17px}.popup-main .popup-box{border-radius:16px;padding:20px;border:1px solid rgba(0,0,0,.05);background:hsla(0,0%,100%,.95);width:350px;box-shadow:0 0 70px 0 rgba(0,0,0,.06);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);display:-ms-flexbox;display:flex;margin:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;position:relative;overflow:hidden;max-width:100%;max-height:inherit;z-index:20}.popup-main .popup-box .popup-title-wrap{margin-bottom:25px;margin-bottom:2.5rem}.popup-main .popup-box .popup-title{font-size:24px;line-height:1.1}.popup-main .popup-box .btn-action-ico.ico-close{width:30px;height:30px;border-radius:50%;background:var(--clr-att-second)}.popup-main .popup-box .btn-action-ico.ico-close:after,.popup-main .popup-box .btn-action-ico.ico-close:before{filter:var(--filterWhite);background-size:20px auto}.popup-main .popup-box .btn-popup-close{position:absolute;top:16px;right:16px;z-index:2}.popup-contacts .popup-box{display:-ms-flexbox;display:flex;margin:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;position:relative;overflow:hidden;width:366px;max-width:100%;max-height:inherit;background-color:#fff;z-index:20;border-radius:15px;padding:0}.popup-contacts .popup-box .popup-title-wrap{width:100%;-ms-flex-negative:0;flex-shrink:0;background:var(--clr-att);color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px 14px 10px 18px;min-height:60px;gap:5px}.popup-contacts .popup-box .popup-title-wrap .elm-ico{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;filter:var(--filterWhite)}.popup-contacts .popup-box .popup-title-wrap .btn-popup-close{-ms-flex-negative:0;flex-shrink:0}.popup-contacts .popup-box .popup-title{-ms-flex:1;flex:1;font-size:18px;line-height:20px;font-weight:900;text-transform:uppercase;margin:0}.popup-outer-box.popup-login .popup-box{display:block;margin:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;position:relative;overflow:hidden;width:433px;max-width:100%;max-height:inherit;background-color:#fffaf2;background:linear-gradient(205deg,#fffaf2,#fff 99.15%);border-radius:16px;z-index:20;padding:40px;font-size:15px;line-height:1.33333333;color:#333}.popup-outer-box.popup-login .popup-box .popup-title-wrap{margin-bottom:20px;display:block;position:relative}.popup-outer-box.popup-login .popup-box .popup-title-wrap:last-child{margin-bottom:0}.popup-outer-box.popup-login .popup-box .btn-action-ico.ico-close{width:30px;height:30px;border-radius:50%;background:var(--clr-att-second)}.popup-outer-box.popup-login .popup-box .btn-action-ico.ico-close:after,.popup-outer-box.popup-login .popup-box .btn-action-ico.ico-close:before{filter:var(--filterWhite);background-size:20px auto}.popup-outer-box.popup-login .popup-box .btn-popup-close{position:absolute;top:20px;right:20px;z-index:2}.popup-outer-box.popup-login .popup-box .popup-title{font-size:32px;font-weight:700;line-height:1.0625;margin:0 0 20px}.popup-outer-box.popup-login .popup-box .popup-title:last-child{margin-bottom:0}.popup-outer-box.popup-login .popup-box .popup-ico{display:block;width:63px;line-height:1;margin-bottom:20px}.popup-outer-box.popup-login .popup-box .popup-ico img,.popup-outer-box.popup-login .popup-box .popup-ico svg{display:block;width:100%}.popup-contacts-box{display:block;position:relative}.popup-contacts-box .items-wrap{margin:0 -28px;gap:0;border-top:1px solid #f2f2f2}.popup-contacts-box .item-wrap{padding:0;width:100%;border-bottom:1px solid #f2f2f2}.popup-contacts-box .item-wrap:last-child{border-bottom:none}.popup-contacts-box .map-inner-wrap{position:relative;overflow:hidden;height:232px}.popup-contacts-box .info-inner-wrap{max-height:285px;padding:20px 28px;overflow-y:auto}.popup-contacts-box .info-inner-wrap::-webkit-scrollbar{height:3px;width:3px;background-color:transparent}.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-thumb,.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-thumb:hover{background-color:var(--clr-att)}.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-button:vertical:end:increment,.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-button:vertical:start:decrement{background-color:transparent;width:0;height:0}.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-button:horizontal:end:increment,.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-button:horizontal:start:decrement{background-color:transparent;width:0;height:0}.popup-contacts-box .cnt-inner-wrap{margin-bottom:30px}.popup-contacts-box .section-title{display:block;font-size:20px;font-weight:600;margin:0 0 15px}.popup-contacts-box .section-title:has(+.cnt-inner-wrap){margin-bottom:0}.popup-contacts-box .cnt-wrap{display:block;position:relative;border-bottom:1px dashed var(--clr-border-light);padding:10px 0 6px 22px}.popup-contacts-box .cnt-wrap:last-child{padding-bottom:0;border-bottom:none}.popup-contacts-box .cnt-wrap .cnt-title{display:block;font-size:16px;line-height:20px;font-weight:700}.popup-contacts-box .cnt-wrap .cnt-title a:not(:hover){color:inherit}.popup-contacts-box .cnt-wrap .cnt-info{display:block;font-size:13px;font-weight:400;line-height:20px;color:var(--clr-light)}.popup-contacts-box .cnt-wrap .elm-ico{width:20px;height:20px;position:absolute;top:20px;left:0;margin-top:-10px}.popup-form-box{position:relative;font-size:14px;line-height:1.28571429;color:var(--clr-light)}.popup-form-box .title-inner-wrap{padding-bottom:16px;margin-bottom:16px;border-bottom:1px dashed #cecece;font-size:15px}.popup-form-box .title-inner-wrap li{margin-bottom:6px}.popup-form-box .title-inner-wrap li:last-child{margin-bottom:0}.popup-form-box .bonus-inner-wrap,.popup-form-box .form-inner-wrap{padding-bottom:16px;margin-bottom:16px;border-bottom:1px dashed #cecece}.popup-form-box .bonus-inner-wrap:last-child,.popup-form-box .form-inner-wrap:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.popup-form-box .bonus-inner-wrap{font-size:17px;line-height:19px;font-weight:500;color:var(--clr-att-second)}.popup-form-box .bonus-inner-wrap .elm-sticker{height:34px;border-radius:17px;line-height:32px;padding:0 15px;font-size:20px;margin-bottom:10px;text-transform:none}.popup-form-box .info-inner-wrap .info-title{font-size:18px;font-weight:500;margin-bottom:10px}.popup-form-box .info-inner-wrap .info-title a:not(:hover){color:var(--clr-att-second)}.popup-form-box .form-title{font-size:21px;line-height:24px;font-weight:400;margin-bottom:10px;color:var(--clr-base)}.popup-form-box .frm-row,.popup-form-box .frm-row-submit{margin:0 -5px}.popup-form-box .frm-row-submit{padding-top:8px}.popup-form-box .frm-row-submit .btn{width:100%;height:50px;font-size:17px}.popup-form-box .frm-field{padding:0 5px;width:100%;margin-bottom:8px}.popup-form-box .field-title{display:block;font-size:16px;font-weight:400;color:var(--clr-base);margin:10px 0 12px}.popup-form-box .frm-row:first-child .frm-field:first-child .field-title{margin-top:0}.popup-form-box .frm-select label:before{background-color:#fff}.popup-form-box .frm-field-code input.form-input.inp-valid,.popup-form-box .frm-field-code input.form-input:focus,.popup-form-box .frm-field-code input.form-input:not(:placeholder-shown){border-color:#e9e9e9}.popup-form-box .frm-field-code input.form-input.inp-error,.popup-form-box .frm-field-code input.form-input:invalid{border-color:var(--clr-att)}@media (max-width:767px){.popup-box .tiles-thumbs-slider-box{height:222px;padding-left:88px}.popup-box .tiles-thumbs-slider-box .slider-photos-main .elm-photo{aspect-ratio:inherit;height:222px}.popup-box .tiles-thumbs-slider-box .slider-photos-main .slider-wrap{border-radius:10px}.popup-box .tiles-thumbs-slider-box .slider-photos-thumbs{height:222px;width:75px;transform-origin:0 100%;position:absolute;margin:0;top:0;left:0}.popup-box .tiles-thumbs-slider-box .slider-photos-thumbs .slider-wrap{height:222px;margin:0}.popup-box .tiles-thumbs-slider-box .slider-photos-thumbs .sl-wrap{height:85px;width:100%;padding:0 0 10px}.popup-box .tiles-thumbs-slider-box .slider-photos-thumbs .elm-photo{aspect-ratio:1}.popup-box .tiles-thumbs-slider-box .stickers-inner-wrap{padding:9px;gap:4px}.popup-outer-box.popup-login .popup-box{padding:36px;width:358px}.popup-outer-box.popup-login .popup-box .popup-title{font-size:28px;line-height:30px;margin-bottom:10px}.popup-outer-box.popup-login .popup-box .popup-title.title-small{font-size:25px;line-height:28px}@supports (display:contents){.popup-box .info-card-box .top-inner-wrap{-ms-flex-order:-4;order:-4}.popup-box .info-card-box .title-inner-wrap{-ms-flex-order:-3;order:-3}}}@media (min-width:768px){.popup-box .info-card-box{margin:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0 0 0 53%;position:relative;min-height:400px}.popup-box .info-card-box .tiles-thumbs-slider-box{position:static}.popup-box .info-card-box .tiles-thumbs-slider-box .slider-photos-main{width:auto;position:absolute;top:0;left:0;bottom:0;right:auto;width:53%}.popup-box .info-card-box .tiles-thumbs-slider-box .slider-photos-main .elm-photo{aspect-ratio:inherit;position:absolute;top:0;bottom:0;left:0;right:0}.popup-box .info-card-box .tiles-thumbs-slider-box .slider-photos-main .slider-wrap{position:absolute;top:0;bottom:0;left:0;right:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.popup-box .info-card-box .tiles-thumbs-slider-box .slider-photos-main .slider{height:100%!important}.popup-box .info-card-box .tiles-thumbs-slider-box .slider-photos-main .sl-wrap{height:100%}.popup-box .info-card-box .composition-inner-wrap{margin-bottom:0}.popup-box .info-card-box .photos-inner-wrap{margin:0;padding:0 0 0 4rem;width:100%;-ms-flex-order:2;order:2;position:static;max-width:100%}.popup-box .info-card-box .info-inner-wrap{width:100%;max-width:100%;padding:0 0 0 4rem;-ms-flex-order:1;order:1}.popup-feature-box{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:0 4rem}.popup-feature-box .photo-inner-wrap{width:38rem;-ms-flex-negative:0;flex-shrink:0;margin:0}.popup-feature-box .info-inner-wrap{-ms-flex:1;flex:1;padding:0}.popup-main .popup-box{width:108rem;padding:5rem;border-radius:20px}.popup-main .popup-box .btn-popup-close{top:18px;right:18px}.popup-main .popup-box .popup-title{font-size:30px}.popup-fast-order .popup-box{width:600px}.popup-contacts .popup-box{width:1134px}.popup-contacts .popup-box .popup-title{width:300px;display:block;-ms-flex:0 0 auto;flex:0 0 auto}.popup-contacts .popup-box .btn-popup-close{margin:0 0 0 auto;z-index:30}.popup-contacts .popup-box .btn-action-ico.ico-close-small{width:42px;height:42px}.popup-contacts .popup-box .btn-action-ico.ico-close-small,.popup-contacts .popup-box .btn-action-ico.ico-close-small:hover{border:1px solid #f8f8f8;box-shadow:2px 4px 5px rgba(0,0,0,.03)}.popup-contacts .popup-box .btn-action-ico.ico-close-small:before{background-size:24px auto}.popup-contacts-box{display:block;max-height:610px;min-height:400px;height:90dvh;position:static}.popup-contacts-box .info-inner-wrap{width:366px;height:100%;max-height:inherit}.popup-contacts-box .map-inner-wrap{height:auto;position:absolute;top:0;bottom:0;right:0;left:366px}}@media (min-width:1024px){.popup-type-second .popup-box{margin:auto;position:relative;width:695px;display:block}.popup-type-second .popup-box .popup-content-wrap{overflow:visible;padding:35px 4.8rem;min-height:103.8rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.popup-type-second .popup-box .popup-title-wrap{padding:16px 18px;min-height:68px}.popup-type-second .popup-box .popup-title-wrap .popup-title{font-size:28px;line-height:32px}.popup-fast-order .popup-box{width:1010px}.popup-order-box .form-inner-wrap .form-input{height:56px}.popup-order-box .frm-select label{padding-left:28px;font-size:15px;line-height:18px}.popup-box .info-card-box .title-inner-wrap{margin-bottom:15px}.popup-box .info-card-box .title-inner-wrap .section-title{font-size:30px}.popup-box .info-card-box .top-inner-wrap{margin-bottom:15px}.popup-box .info-card-box .info-section-wrap{margin-bottom:20px}.popup-box .info-card-box .info-wrap{padding:10px 13px;font-size:18px}.popup-feature-box .popup-title{font-size:38px;line-height:1.05263158;margin-bottom:15px}.popup-feature-box .elm-photo{border-radius:3rem}.popup-contacts .popup-box .popup-title-wrap{padding-left:26px}.popup-contacts .popup-box .popup-title{font-size:21px}.popup-main .popup-box .popup-title{font-size:4.6rem}.popup-main.popup-message .popup-box{width:56.2rem;padding:7.4rem 10rem 10rem}.popup-main.popup-message .popup-box .popup-title-wrap{font-size:2.3rem}.popup-main.popup-message .popup-box .popup-title-wrap .popup-title{font-size:4.6rem;line-height:1.03;margin-bottom:2rem}.popup-main.popup-message .popup-box .popup-title-wrap .popup-ico{width:9.4rem}.popup-main.popup-message .popup-box .btn{height:5.6rem;font-size:1.7rem}.popup-form-box{font-size:18px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex:1;flex:1;width:100%}.popup-form-box .title-inner-wrap{font-size:17px;line-height:21px;padding-bottom:24px;margin-bottom:24px}.popup-form-box .title-inner-wrap li{margin-bottom:10px}.popup-form-box .bonus-inner-wrap{padding-bottom:24px;margin-bottom:24px;font-size:22px;line-height:26px}.popup-form-box .bonus-inner-wrap .elm-sticker{height:37px;line-height:35px;padding:0 14px;font-size:24px;margin-bottom:10px}.popup-form-box .bonus-inner-wrap .info-wrap{font-size:22px;line-height:inherit}.popup-form-box .form-inner-wrap{padding-bottom:24px;margin-bottom:24px;-ms-flex:1;flex:1}.popup-form-box .form-title{font-size:33px;line-height:38px;margin-bottom:20px}.popup-form-box .field-title{font-size:19px;line-height:23px;margin-bottom:12px;margin-top:15px}.popup-form-box .form-input{height:56px;font-size:15px}.popup-form-box .frm-row-submit .btn{height:56px;font-size:17px}.popup-form-box .frm-row-submit .frm-select{margin-top:15px}}@media (min-width:1024px) and (max-height:1100px){.popup-type-second .popup-box .popup-content-wrap{min-height:0}}@keyframes a{0%{opacity:0}to{opacity:1}}.border-style-dashed{border-style:dashed!important}.border-style-dotted{border-style:dotted!important}.border-style-solid{border-style:solid!important}.js-popup-open{cursor:pointer}table:has(col.col-att:first-child) td:first-child,table:has(col.col-att:first-child) th:first-child{background:var(--clr-bg)}table:has(col.col-att:nth-child(2)) td:nth-child(2),table:has(col.col-att:nth-child(2)) th:nth-child(2){background:var(--clr-bg)}table:has(col.col-att:nth-child(3)) td:nth-child(3),table:has(col.col-att:nth-child(3)) th:nth-child(3){background:var(--clr-bg)}table:has(col.col-att:nth-child(4)) td:nth-child(4),table:has(col.col-att:nth-child(4)) th:nth-child(4){background:var(--clr-bg)}table:has(col.col-att:nth-child(5)) td:nth-child(5),table:has(col.col-att:nth-child(5)) th:nth-child(5){background:var(--clr-bg)}table:has(col.col-att:nth-child(6)) td:nth-child(6),table:has(col.col-att:nth-child(6)) th:nth-child(6){background:var(--clr-bg)}table:has(col.col-att:nth-child(7)) td:nth-child(7),table:has(col.col-att:nth-child(7)) th:nth-child(7){background:var(--clr-bg)}table:has(col.col-att:nth-child(8)) td:nth-child(8),table:has(col.col-att:nth-child(8)) th:nth-child(8){background:var(--clr-bg)}table:has(col.col-att:nth-child(9)) td:nth-child(9),table:has(col.col-att:nth-child(9)) th:nth-child(9){background:var(--clr-bg)}table:has(col.col-att:nth-child(10)) td:nth-child(10),table:has(col.col-att:nth-child(10)) th:nth-child(10){background:var(--clr-bg)}table:has(col.col-att:nth-child(11)) td:nth-child(11),table:has(col.col-att:nth-child(11)) th:nth-child(11){background:var(--clr-bg)}table:has(col.col-att:nth-child(12)) td:nth-child(12),table:has(col.col-att:nth-child(12)) th:nth-child(12){background:var(--clr-bg)}table:has(col.col-att:nth-child(13)) td:nth-child(13),table:has(col.col-att:nth-child(13)) th:nth-child(13){background:var(--clr-bg)}table:has(col.col-att:nth-child(14)) td:nth-child(14),table:has(col.col-att:nth-child(14)) th:nth-child(14){background:var(--clr-bg)}table:has(col.col-att:nth-child(15)) td:nth-child(15),table:has(col.col-att:nth-child(15)) th:nth-child(15){background:var(--clr-bg)}table:has(col.col-att:nth-child(16)) td:nth-child(16),table:has(col.col-att:nth-child(16)) th:nth-child(16){background:var(--clr-bg)}table:has(col.col-att:nth-child(17)) td:nth-child(17),table:has(col.col-att:nth-child(17)) th:nth-child(17){background:var(--clr-bg)}table:has(col.col-att:nth-child(18)) td:nth-child(18),table:has(col.col-att:nth-child(18)) th:nth-child(18){background:var(--clr-bg)}table:has(col.col-att:nth-child(19)) td:nth-child(19),table:has(col.col-att:nth-child(19)) th:nth-child(19){background:var(--clr-bg)}table:has(col.col-att:nth-child(20)) td:nth-child(20),table:has(col.col-att:nth-child(20)) th:nth-child(20){background:var(--clr-bg)}table:has(col.col-att:nth-child(21)) td:nth-child(21),table:has(col.col-att:nth-child(21)) th:nth-child(21){background:var(--clr-bg)}table:has(col.col-att:nth-child(22)) td:nth-child(22),table:has(col.col-att:nth-child(22)) th:nth-child(22){background:var(--clr-bg)}table:has(col.col-att:nth-child(23)) td:nth-child(23),table:has(col.col-att:nth-child(23)) th:nth-child(23){background:var(--clr-bg)}table:has(col.col-att:nth-child(24)) td:nth-child(24),table:has(col.col-att:nth-child(24)) th:nth-child(24){background:var(--clr-bg)}table:has(col.col-att:nth-child(25)) td:nth-child(25),table:has(col.col-att:nth-child(25)) th:nth-child(25){background:var(--clr-bg)}table:has(col.col-att:nth-child(26)) td:nth-child(26),table:has(col.col-att:nth-child(26)) th:nth-child(26){background:var(--clr-bg)}table:has(col.col-att:nth-child(27)) td:nth-child(27),table:has(col.col-att:nth-child(27)) th:nth-child(27){background:var(--clr-bg)}table:has(col.col-att:nth-child(28)) td:nth-child(28),table:has(col.col-att:nth-child(28)) th:nth-child(28){background:var(--clr-bg)}table:has(col.col-att:nth-child(29)) td:nth-child(29),table:has(col.col-att:nth-child(29)) th:nth-child(29){background:var(--clr-bg)}table:has(col.col-att:nth-child(30)) td:nth-child(30),table:has(col.col-att:nth-child(30)) th:nth-child(30){background:var(--clr-bg)}table:has(col.text-left:first-child) td:first-child,table:has(col.text-left:first-child) th:first-child{text-align:left}table:has(col.text-right:first-child) td:first-child,table:has(col.text-right:first-child) th:first-child{text-align:right}table:has(col.text-center:first-child) td:first-child,table:has(col.text-center:first-child) th:first-child{text-align:center}table:has(col.text-left:nth-child(2)) td:nth-child(2),table:has(col.text-left:nth-child(2)) th:nth-child(2){text-align:left}table:has(col.text-right:nth-child(2)) td:nth-child(2),table:has(col.text-right:nth-child(2)) th:nth-child(2){text-align:right}table:has(col.text-center:nth-child(2)) td:nth-child(2),table:has(col.text-center:nth-child(2)) th:nth-child(2){text-align:center}table:has(col.text-left:nth-child(3)) td:nth-child(3),table:has(col.text-left:nth-child(3)) th:nth-child(3){text-align:left}table:has(col.text-right:nth-child(3)) td:nth-child(3),table:has(col.text-right:nth-child(3)) th:nth-child(3){text-align:right}table:has(col.text-center:nth-child(3)) td:nth-child(3),table:has(col.text-center:nth-child(3)) th:nth-child(3){text-align:center}table:has(col.text-left:nth-child(4)) td:nth-child(4),table:has(col.text-left:nth-child(4)) th:nth-child(4){text-align:left}table:has(col.text-right:nth-child(4)) td:nth-child(4),table:has(col.text-right:nth-child(4)) th:nth-child(4){text-align:right}table:has(col.text-center:nth-child(4)) td:nth-child(4),table:has(col.text-center:nth-child(4)) th:nth-child(4){text-align:center}table:has(col.text-left:nth-child(5)) td:nth-child(5),table:has(col.text-left:nth-child(5)) th:nth-child(5){text-align:left}table:has(col.text-right:nth-child(5)) td:nth-child(5),table:has(col.text-right:nth-child(5)) th:nth-child(5){text-align:right}table:has(col.text-center:nth-child(5)) td:nth-child(5),table:has(col.text-center:nth-child(5)) th:nth-child(5){text-align:center}table:has(col.text-left:nth-child(6)) td:nth-child(6),table:has(col.text-left:nth-child(6)) th:nth-child(6){text-align:left}table:has(col.text-right:nth-child(6)) td:nth-child(6),table:has(col.text-right:nth-child(6)) th:nth-child(6){text-align:right}table:has(col.text-center:nth-child(6)) td:nth-child(6),table:has(col.text-center:nth-child(6)) th:nth-child(6){text-align:center}table:has(col.text-left:nth-child(7)) td:nth-child(7),table:has(col.text-left:nth-child(7)) th:nth-child(7){text-align:left}table:has(col.text-right:nth-child(7)) td:nth-child(7),table:has(col.text-right:nth-child(7)) th:nth-child(7){text-align:right}table:has(col.text-center:nth-child(7)) td:nth-child(7),table:has(col.text-center:nth-child(7)) th:nth-child(7){text-align:center}table:has(col.text-left:nth-child(8)) td:nth-child(8),table:has(col.text-left:nth-child(8)) th:nth-child(8){text-align:left}table:has(col.text-right:nth-child(8)) td:nth-child(8),table:has(col.text-right:nth-child(8)) th:nth-child(8){text-align:right}table:has(col.text-center:nth-child(8)) td:nth-child(8),table:has(col.text-center:nth-child(8)) th:nth-child(8){text-align:center}table:has(col.text-left:nth-child(9)) td:nth-child(9),table:has(col.text-left:nth-child(9)) th:nth-child(9){text-align:left}table:has(col.text-right:nth-child(9)) td:nth-child(9),table:has(col.text-right:nth-child(9)) th:nth-child(9){text-align:right}table:has(col.text-center:nth-child(9)) td:nth-child(9),table:has(col.text-center:nth-child(9)) th:nth-child(9){text-align:center}table:has(col.text-left:nth-child(10)) td:nth-child(10),table:has(col.text-left:nth-child(10)) th:nth-child(10){text-align:left}table:has(col.text-right:nth-child(10)) td:nth-child(10),table:has(col.text-right:nth-child(10)) th:nth-child(10){text-align:right}table:has(col.text-center:nth-child(10)) td:nth-child(10),table:has(col.text-center:nth-child(10)) th:nth-child(10){text-align:center}table:has(col.text-left:nth-child(11)) td:nth-child(11),table:has(col.text-left:nth-child(11)) th:nth-child(11){text-align:left}table:has(col.text-right:nth-child(11)) td:nth-child(11),table:has(col.text-right:nth-child(11)) th:nth-child(11){text-align:right}table:has(col.text-center:nth-child(11)) td:nth-child(11),table:has(col.text-center:nth-child(11)) th:nth-child(11){text-align:center}table:has(col.text-left:nth-child(12)) td:nth-child(12),table:has(col.text-left:nth-child(12)) th:nth-child(12){text-align:left}table:has(col.text-right:nth-child(12)) td:nth-child(12),table:has(col.text-right:nth-child(12)) th:nth-child(12){text-align:right}table:has(col.text-center:nth-child(12)) td:nth-child(12),table:has(col.text-center:nth-child(12)) th:nth-child(12){text-align:center}table:has(col.text-left:nth-child(13)) td:nth-child(13),table:has(col.text-left:nth-child(13)) th:nth-child(13){text-align:left}table:has(col.text-right:nth-child(13)) td:nth-child(13),table:has(col.text-right:nth-child(13)) th:nth-child(13){text-align:right}table:has(col.text-center:nth-child(13)) td:nth-child(13),table:has(col.text-center:nth-child(13)) th:nth-child(13){text-align:center}table:has(col.text-left:nth-child(14)) td:nth-child(14),table:has(col.text-left:nth-child(14)) th:nth-child(14){text-align:left}table:has(col.text-right:nth-child(14)) td:nth-child(14),table:has(col.text-right:nth-child(14)) th:nth-child(14){text-align:right}table:has(col.text-center:nth-child(14)) td:nth-child(14),table:has(col.text-center:nth-child(14)) th:nth-child(14){text-align:center}table:has(col.text-left:nth-child(15)) td:nth-child(15),table:has(col.text-left:nth-child(15)) th:nth-child(15){text-align:left}table:has(col.text-right:nth-child(15)) td:nth-child(15),table:has(col.text-right:nth-child(15)) th:nth-child(15){text-align:right}table:has(col.text-center:nth-child(15)) td:nth-child(15),table:has(col.text-center:nth-child(15)) th:nth-child(15){text-align:center}table:has(col.text-left:nth-child(16)) td:nth-child(16),table:has(col.text-left:nth-child(16)) th:nth-child(16){text-align:left}table:has(col.text-right:nth-child(16)) td:nth-child(16),table:has(col.text-right:nth-child(16)) th:nth-child(16){text-align:right}table:has(col.text-center:nth-child(16)) td:nth-child(16),table:has(col.text-center:nth-child(16)) th:nth-child(16){text-align:center}table:has(col.text-left:nth-child(17)) td:nth-child(17),table:has(col.text-left:nth-child(17)) th:nth-child(17){text-align:left}table:has(col.text-right:nth-child(17)) td:nth-child(17),table:has(col.text-right:nth-child(17)) th:nth-child(17){text-align:right}table:has(col.text-center:nth-child(17)) td:nth-child(17),table:has(col.text-center:nth-child(17)) th:nth-child(17){text-align:center}table:has(col.text-left:nth-child(18)) td:nth-child(18),table:has(col.text-left:nth-child(18)) th:nth-child(18){text-align:left}table:has(col.text-right:nth-child(18)) td:nth-child(18),table:has(col.text-right:nth-child(18)) th:nth-child(18){text-align:right}table:has(col.text-center:nth-child(18)) td:nth-child(18),table:has(col.text-center:nth-child(18)) th:nth-child(18){text-align:center}table:has(col.text-left:nth-child(19)) td:nth-child(19),table:has(col.text-left:nth-child(19)) th:nth-child(19){text-align:left}table:has(col.text-right:nth-child(19)) td:nth-child(19),table:has(col.text-right:nth-child(19)) th:nth-child(19){text-align:right}table:has(col.text-center:nth-child(19)) td:nth-child(19),table:has(col.text-center:nth-child(19)) th:nth-child(19){text-align:center}table:has(col.text-left:nth-child(20)) td:nth-child(20),table:has(col.text-left:nth-child(20)) th:nth-child(20){text-align:left}table:has(col.text-right:nth-child(20)) td:nth-child(20),table:has(col.text-right:nth-child(20)) th:nth-child(20){text-align:right}table:has(col.text-center:nth-child(20)) td:nth-child(20),table:has(col.text-center:nth-child(20)) th:nth-child(20){text-align:center}table:has(col.text-left:nth-child(21)) td:nth-child(21),table:has(col.text-left:nth-child(21)) th:nth-child(21){text-align:left}table:has(col.text-right:nth-child(21)) td:nth-child(21),table:has(col.text-right:nth-child(21)) th:nth-child(21){text-align:right}table:has(col.text-center:nth-child(21)) td:nth-child(21),table:has(col.text-center:nth-child(21)) th:nth-child(21){text-align:center}table:has(col.text-left:nth-child(22)) td:nth-child(22),table:has(col.text-left:nth-child(22)) th:nth-child(22){text-align:left}table:has(col.text-right:nth-child(22)) td:nth-child(22),table:has(col.text-right:nth-child(22)) th:nth-child(22){text-align:right}table:has(col.text-center:nth-child(22)) td:nth-child(22),table:has(col.text-center:nth-child(22)) th:nth-child(22){text-align:center}table:has(col.text-left:nth-child(23)) td:nth-child(23),table:has(col.text-left:nth-child(23)) th:nth-child(23){text-align:left}table:has(col.text-right:nth-child(23)) td:nth-child(23),table:has(col.text-right:nth-child(23)) th:nth-child(23){text-align:right}table:has(col.text-center:nth-child(23)) td:nth-child(23),table:has(col.text-center:nth-child(23)) th:nth-child(23){text-align:center}table:has(col.text-left:nth-child(24)) td:nth-child(24),table:has(col.text-left:nth-child(24)) th:nth-child(24){text-align:left}table:has(col.text-right:nth-child(24)) td:nth-child(24),table:has(col.text-right:nth-child(24)) th:nth-child(24){text-align:right}table:has(col.text-center:nth-child(24)) td:nth-child(24),table:has(col.text-center:nth-child(24)) th:nth-child(24){text-align:center}table:has(col.text-left:nth-child(25)) td:nth-child(25),table:has(col.text-left:nth-child(25)) th:nth-child(25){text-align:left}table:has(col.text-right:nth-child(25)) td:nth-child(25),table:has(col.text-right:nth-child(25)) th:nth-child(25){text-align:right}table:has(col.text-center:nth-child(25)) td:nth-child(25),table:has(col.text-center:nth-child(25)) th:nth-child(25){text-align:center}table:has(col.text-left:nth-child(26)) td:nth-child(26),table:has(col.text-left:nth-child(26)) th:nth-child(26){text-align:left}table:has(col.text-right:nth-child(26)) td:nth-child(26),table:has(col.text-right:nth-child(26)) th:nth-child(26){text-align:right}table:has(col.text-center:nth-child(26)) td:nth-child(26),table:has(col.text-center:nth-child(26)) th:nth-child(26){text-align:center}table:has(col.text-left:nth-child(27)) td:nth-child(27),table:has(col.text-left:nth-child(27)) th:nth-child(27){text-align:left}table:has(col.text-right:nth-child(27)) td:nth-child(27),table:has(col.text-right:nth-child(27)) th:nth-child(27){text-align:right}table:has(col.text-center:nth-child(27)) td:nth-child(27),table:has(col.text-center:nth-child(27)) th:nth-child(27){text-align:center}table:has(col.text-left:nth-child(28)) td:nth-child(28),table:has(col.text-left:nth-child(28)) th:nth-child(28){text-align:left}table:has(col.text-right:nth-child(28)) td:nth-child(28),table:has(col.text-right:nth-child(28)) th:nth-child(28){text-align:right}table:has(col.text-center:nth-child(28)) td:nth-child(28),table:has(col.text-center:nth-child(28)) th:nth-child(28){text-align:center}table:has(col.text-left:nth-child(29)) td:nth-child(29),table:has(col.text-left:nth-child(29)) th:nth-child(29){text-align:left}table:has(col.text-right:nth-child(29)) td:nth-child(29),table:has(col.text-right:nth-child(29)) th:nth-child(29){text-align:right}table:has(col.text-center:nth-child(29)) td:nth-child(29),table:has(col.text-center:nth-child(29)) th:nth-child(29){text-align:center}table:has(col.text-left:nth-child(30)) td:nth-child(30),table:has(col.text-left:nth-child(30)) th:nth-child(30){text-align:left}table:has(col.text-right:nth-child(30)) td:nth-child(30),table:has(col.text-right:nth-child(30)) th:nth-child(30){text-align:right}table:has(col.text-center:nth-child(30)) td:nth-child(30),table:has(col.text-center:nth-child(30)) th:nth-child(30){text-align:center}.i,[class*=icon-]{display:block;transition:none}.img-bg-contain,.img-bg-cover{display:block;position:absolute;top:0;left:0;width:100%;height:auto}.img-bg-contain{bottom:0;right:0;margin:auto;max-width:100%;max-height:100%}@supports (object-fit:cover){.img-bg-cover{height:100%;object-fit:cover}}@supports (object-fit:contain){.img-bg-contain{height:100%;object-fit:contain;max-width:inherit;max-height:inherit;right:auto;bottom:auto}}.js-btn-popup-toggle.active+.js-popup-block{display:block!important}.js-popup-block{animation:a ease .3s}.js-tab-block{animation:a ease .2s}.js-tab-block:not(.active){display:none}.js-tab-block.tab-slider:not(.active){display:block;width:100%;margin:0;padding:0;opacity:0;pointer-events:none;height:0;position:relative;overflow:hidden}.slider-inner-wrap,.slider-wrap{position:relative}.slider-wrap{margin:0 -8px}.sl-wrap{padding:0 8px}.items-wrap,.tile-items-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;gap:24px 0;margin:0 -8px}.item-wrap,.tile-item-wrap{width:100%;position:relative;break-inside:avoid-column;display:block;animation:a ease .2s;padding:0 8px}.items-wrap:has(.item-wrap:nth-child(4))+.items-actions-wrap{display:block}.items-wrap:has(+.items-actions-wrap) .item-wrap{animation:a ease .2s}.items-wrap:has(+.items-actions-wrap) .item-wrap:nth-child(3)~.item-wrap{display:none}.items-wrap:has(+.items-actions-wrap .active) .item-wrap:nth-child(3)~.item-wrap{display:block}.items-actions-wrap{display:none;font-size:15px;line-height:1.6;text-align:center;color:var(--clr-base)}.items-actions-wrap .btn{padding:0 30px 0 0}.items-actions-wrap .btn.active:before{rotate:-180deg}.items-actions-wrap .btn:before{content:"";display:block;width:24px;height:24px;position:absolute;background:url(/local/templates/malina_2025/assets/css/../img/icons/arrow-menu.svg) 50% no-repeat;background-size:100% auto;top:50%;right:0;margin-top:-12px;transition:all .2s ease}.text-many-lines,.tile-many-lines{display:-webkit-box;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden}.item-tile,.tile-action-wrap,.tile-actions-wrap,.tile-desc,.tile-desc-wrap,.tile-ico,.tile-info,.tile-info-wrap,.tile-inner-wrap,.tile-outer-wrap,.tile-photo,.tile-photo-wrap,.tile-photos-wrap,.tile-text,.tile-text-wrap,.tile-title,.tile-title-wrap{display:block;position:relative}.tile-link{display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:5;overflow:hidden;text-indent:-999px;font-size:0;color:transparent}.mb-section{margin-bottom:var(--sectionMargin)!important}.mb-section-small{margin-bottom:var(--sectionMarginSmall)!important}.mt-section{margin-top:var(--sectionMargin)!important}.mt-section-small{margin-top:var(--sectionMarginSmall)!important}.no-mbottom{margin-bottom:0!important}.no-mtop{margin-top:0!important}.no-pbottom{padding-bottom:0!important}.no-ptop{padding-top:0!important}.elm-hidden{display:none!important}input.form-clear-autofill::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}.sl-wrap.swiper-slide{height:auto}.swiper,.swiper-wrapper{position:relative}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{top:auto;bottom:auto}.slider-actions-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;line-height:0;margin-top:var(--titleMargin)}.slider-actions-wrap .slider-pagination{width:auto;padding:9px 16px;position:relative;margin:0!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;background:#fff;border-radius:50px;box-shadow:0 14px 65.6px 0 hsla(0,0%,9%,.09);min-height:36px}.slider-pagination{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:0;gap:11px;position:relative;width:auto}.slider-pagination:not(.swiper-pagination-bullets){display:none}.slider-pagination .swiper-pagination-bullet{display:block;width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid var(--clr-border-light);opacity:1;transition:all .2s ease;cursor:pointer;padding:0;margin:0!important;-ms-flex-negative:0;flex-shrink:0}.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.slider-pagination .swiper-pagination-bullet:hover{background-color:transparent;border-color:var(--clr-att)}.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:18px;height:18px}.is-modern .f-thumbs__slide__button{-webkit-clip-path:inherit!important;clip-path:inherit!important}@media (max-width:1023px){.elm-hidden-mobile{display:none!important}table:has(col.col-mobile-hide:first-child) td:first-child,table:has(col.col-mobile-hide:first-child) th:first-child{display:none!important}table:has(col.col-mobile-hide:nth-child(2)) td:nth-child(2),table:has(col.col-mobile-hide:nth-child(2)) th:nth-child(2){display:none!important}table:has(col.col-mobile-hide:nth-child(3)) td:nth-child(3),table:has(col.col-mobile-hide:nth-child(3)) th:nth-child(3){display:none!important}table:has(col.col-mobile-hide:nth-child(4)) td:nth-child(4),table:has(col.col-mobile-hide:nth-child(4)) th:nth-child(4){display:none!important}table:has(col.col-mobile-hide:nth-child(5)) td:nth-child(5),table:has(col.col-mobile-hide:nth-child(5)) th:nth-child(5){display:none!important}table:has(col.col-mobile-hide:nth-child(6)) td:nth-child(6),table:has(col.col-mobile-hide:nth-child(6)) th:nth-child(6){display:none!important}table:has(col.col-mobile-hide:nth-child(7)) td:nth-child(7),table:has(col.col-mobile-hide:nth-child(7)) th:nth-child(7){display:none!important}table:has(col.col-mobile-hide:nth-child(8)) td:nth-child(8),table:has(col.col-mobile-hide:nth-child(8)) th:nth-child(8){display:none!important}table:has(col.col-mobile-hide:nth-child(9)) td:nth-child(9),table:has(col.col-mobile-hide:nth-child(9)) th:nth-child(9){display:none!important}table:has(col.col-mobile-hide:nth-child(10)) td:nth-child(10),table:has(col.col-mobile-hide:nth-child(10)) th:nth-child(10){display:none!important}table:has(col.col-mobile-hide:nth-child(11)) td:nth-child(11),table:has(col.col-mobile-hide:nth-child(11)) th:nth-child(11){display:none!important}table:has(col.col-mobile-hide:nth-child(12)) td:nth-child(12),table:has(col.col-mobile-hide:nth-child(12)) th:nth-child(12){display:none!important}table:has(col.col-mobile-hide:nth-child(13)) td:nth-child(13),table:has(col.col-mobile-hide:nth-child(13)) th:nth-child(13){display:none!important}table:has(col.col-mobile-hide:nth-child(14)) td:nth-child(14),table:has(col.col-mobile-hide:nth-child(14)) th:nth-child(14){display:none!important}table:has(col.col-mobile-hide:nth-child(15)) td:nth-child(15),table:has(col.col-mobile-hide:nth-child(15)) th:nth-child(15){display:none!important}table:has(col.col-mobile-hide:nth-child(16)) td:nth-child(16),table:has(col.col-mobile-hide:nth-child(16)) th:nth-child(16){display:none!important}table:has(col.col-mobile-hide:nth-child(17)) td:nth-child(17),table:has(col.col-mobile-hide:nth-child(17)) th:nth-child(17){display:none!important}table:has(col.col-mobile-hide:nth-child(18)) td:nth-child(18),table:has(col.col-mobile-hide:nth-child(18)) th:nth-child(18){display:none!important}table:has(col.col-mobile-hide:nth-child(19)) td:nth-child(19),table:has(col.col-mobile-hide:nth-child(19)) th:nth-child(19){display:none!important}table:has(col.col-mobile-hide:nth-child(20)) td:nth-child(20),table:has(col.col-mobile-hide:nth-child(20)) th:nth-child(20){display:none!important}table:has(col.col-mobile-hide:nth-child(21)) td:nth-child(21),table:has(col.col-mobile-hide:nth-child(21)) th:nth-child(21){display:none!important}table:has(col.col-mobile-hide:nth-child(22)) td:nth-child(22),table:has(col.col-mobile-hide:nth-child(22)) th:nth-child(22){display:none!important}table:has(col.col-mobile-hide:nth-child(23)) td:nth-child(23),table:has(col.col-mobile-hide:nth-child(23)) th:nth-child(23){display:none!important}table:has(col.col-mobile-hide:nth-child(24)) td:nth-child(24),table:has(col.col-mobile-hide:nth-child(24)) th:nth-child(24){display:none!important}table:has(col.col-mobile-hide:nth-child(25)) td:nth-child(25),table:has(col.col-mobile-hide:nth-child(25)) th:nth-child(25){display:none!important}table:has(col.col-mobile-hide:nth-child(26)) td:nth-child(26),table:has(col.col-mobile-hide:nth-child(26)) th:nth-child(26){display:none!important}table:has(col.col-mobile-hide:nth-child(27)) td:nth-child(27),table:has(col.col-mobile-hide:nth-child(27)) th:nth-child(27){display:none!important}table:has(col.col-mobile-hide:nth-child(28)) td:nth-child(28),table:has(col.col-mobile-hide:nth-child(28)) th:nth-child(28){display:none!important}table:has(col.col-mobile-hide:nth-child(29)) td:nth-child(29),table:has(col.col-mobile-hide:nth-child(29)) th:nth-child(29){display:none!important}table:has(col.col-mobile-hide:nth-child(30)) td:nth-child(30),table:has(col.col-mobile-hide:nth-child(30)) th:nth-child(30){display:none!important}}@media (min-width:1024px){.elm-hidden-desktop{display:none!important}.slider-actions-wrap .slider-pagination{padding:14px 19px;min-height:46px;gap:16px}.items-wrap,.tile-items-wrap{margin:0 -1.2rem;gap:4rem 0}.item-wrap,.tile-item-wrap{padding:0 1.2rem}.slider-wrap{margin:0 -1.2rem}.sl-wrap{padding:0 1.2rem}table:has(col.col-desktop-hide:first-child) td:first-child,table:has(col.col-desktop-hide:first-child) th:first-child{display:none!important}table:has(col.col-desktop-hide:nth-child(2)) td:nth-child(2),table:has(col.col-desktop-hide:nth-child(2)) th:nth-child(2){display:none!important}table:has(col.col-desktop-hide:nth-child(3)) td:nth-child(3),table:has(col.col-desktop-hide:nth-child(3)) th:nth-child(3){display:none!important}table:has(col.col-desktop-hide:nth-child(4)) td:nth-child(4),table:has(col.col-desktop-hide:nth-child(4)) th:nth-child(4){display:none!important}table:has(col.col-desktop-hide:nth-child(5)) td:nth-child(5),table:has(col.col-desktop-hide:nth-child(5)) th:nth-child(5){display:none!important}table:has(col.col-desktop-hide:nth-child(6)) td:nth-child(6),table:has(col.col-desktop-hide:nth-child(6)) th:nth-child(6){display:none!important}table:has(col.col-desktop-hide:nth-child(7)) td:nth-child(7),table:has(col.col-desktop-hide:nth-child(7)) th:nth-child(7){display:none!important}table:has(col.col-desktop-hide:nth-child(8)) td:nth-child(8),table:has(col.col-desktop-hide:nth-child(8)) th:nth-child(8){display:none!important}table:has(col.col-desktop-hide:nth-child(9)) td:nth-child(9),table:has(col.col-desktop-hide:nth-child(9)) th:nth-child(9){display:none!important}table:has(col.col-desktop-hide:nth-child(10)) td:nth-child(10),table:has(col.col-desktop-hide:nth-child(10)) th:nth-child(10){display:none!important}table:has(col.col-desktop-hide:nth-child(11)) td:nth-child(11),table:has(col.col-desktop-hide:nth-child(11)) th:nth-child(11){display:none!important}table:has(col.col-desktop-hide:nth-child(12)) td:nth-child(12),table:has(col.col-desktop-hide:nth-child(12)) th:nth-child(12){display:none!important}table:has(col.col-desktop-hide:nth-child(13)) td:nth-child(13),table:has(col.col-desktop-hide:nth-child(13)) th:nth-child(13){display:none!important}table:has(col.col-desktop-hide:nth-child(14)) td:nth-child(14),table:has(col.col-desktop-hide:nth-child(14)) th:nth-child(14){display:none!important}table:has(col.col-desktop-hide:nth-child(15)) td:nth-child(15),table:has(col.col-desktop-hide:nth-child(15)) th:nth-child(15){display:none!important}table:has(col.col-desktop-hide:nth-child(16)) td:nth-child(16),table:has(col.col-desktop-hide:nth-child(16)) th:nth-child(16){display:none!important}table:has(col.col-desktop-hide:nth-child(17)) td:nth-child(17),table:has(col.col-desktop-hide:nth-child(17)) th:nth-child(17){display:none!important}table:has(col.col-desktop-hide:nth-child(18)) td:nth-child(18),table:has(col.col-desktop-hide:nth-child(18)) th:nth-child(18){display:none!important}table:has(col.col-desktop-hide:nth-child(19)) td:nth-child(19),table:has(col.col-desktop-hide:nth-child(19)) th:nth-child(19){display:none!important}table:has(col.col-desktop-hide:nth-child(20)) td:nth-child(20),table:has(col.col-desktop-hide:nth-child(20)) th:nth-child(20){display:none!important}table:has(col.col-desktop-hide:nth-child(21)) td:nth-child(21),table:has(col.col-desktop-hide:nth-child(21)) th:nth-child(21){display:none!important}table:has(col.col-desktop-hide:nth-child(22)) td:nth-child(22),table:has(col.col-desktop-hide:nth-child(22)) th:nth-child(22){display:none!important}table:has(col.col-desktop-hide:nth-child(23)) td:nth-child(23),table:has(col.col-desktop-hide:nth-child(23)) th:nth-child(23){display:none!important}table:has(col.col-desktop-hide:nth-child(24)) td:nth-child(24),table:has(col.col-desktop-hide:nth-child(24)) th:nth-child(24){display:none!important}table:has(col.col-desktop-hide:nth-child(25)) td:nth-child(25),table:has(col.col-desktop-hide:nth-child(25)) th:nth-child(25){display:none!important}table:has(col.col-desktop-hide:nth-child(26)) td:nth-child(26),table:has(col.col-desktop-hide:nth-child(26)) th:nth-child(26){display:none!important}table:has(col.col-desktop-hide:nth-child(27)) td:nth-child(27),table:has(col.col-desktop-hide:nth-child(27)) th:nth-child(27){display:none!important}table:has(col.col-desktop-hide:nth-child(28)) td:nth-child(28),table:has(col.col-desktop-hide:nth-child(28)) th:nth-child(28){display:none!important}table:has(col.col-desktop-hide:nth-child(29)) td:nth-child(29),table:has(col.col-desktop-hide:nth-child(29)) th:nth-child(29){display:none!important}table:has(col.col-desktop-hide:nth-child(30)) td:nth-child(30),table:has(col.col-desktop-hide:nth-child(30)) th:nth-child(30){display:none!important}}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Black.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Medium.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-SemiBold.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Regular.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Light.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Thin.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-ExtraLight.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-ExtraLight.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-ExtraBold.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Bold.woff2) format("woff2"),url(/local/templates/malina_2025/assets/css/../fonts/Roboto-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
/* End */


/* Start:/local/templates/malina_2025/assets/css/custom.css?17690730292912*/
.loader {
  min-width: 64px;
  min-height: 64px;
  margin: auto;
  background: url('/local/templates/malina_2025/assets/css/../img/loader.svg') no-repeat center;
  background-size: 64px 64px;
}
.btn.is-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.btn.is-loading svg,
.btn.is-loading img,
.btn.is-loading div,
.btn.is-loading span {
  visibility: collapse;
  pointer-events: none;
}
.btn.is-loading:after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  filter: none;
}
@-webkit-keyframes spin {
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin {
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.frm-row {
  max-width: 100%;
}
.frm-select a {
  text-decoration: underline;
}
.flatpickr-disabled {
  opacity: .5;
}
.hidden {
  display: none !important;
}
textarea.form-input,
.form-order-box textarea.form-input {
  height: auto;
}
.info-card-box .photos-inner-wrap {
  margin-bottom: 24px;
}

.popup-catalog-wrap .catalog-menu::-webkit-scrollbar-thumb {
  background-color: var( --clr-vlight);
}
.popup-catalog-wrap .catalog-menu::-webkit-scrollbar-thumb:hover {
  background-color: var( --clr-vlight);
}
.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-thumb {
  background-color: var( --clr-vlight);
}
.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-thumb:hover {
  background-color: var( --clr-vlight);
}
.form-order-box .frm-field-select .button-select-toggle.button-light.button-border:not(:hover,.active).selected {
  color: #000;
}
input:read-only,
button:disabled {
  cursor: default;
  opacity: .5;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
.page-filter-box {
  z-index: 10;
}
.max-width-100 {
  max-width: 100%;
}
#total-promo-block:not(:has(div)) {
  display: none;
}
textarea.form-input {
  padding: 6px 14px;
}
.btn-action-ico.ico-fav:before {
  background-image: url(/local/templates/malina_2025/assets/css/../img/icons/fav.svg);
}
p > .title-decor:before {
  top: 70%;
}
.frm-select input.inp-error ~ label:before {
  border-color: var(--clr-att);
}
.swiper-lazy-preloader {
  border-color: var(--clr-att);
}
.item-tile-catalog.tile-main .action-small-wrap, .item-tile-catalog.tile-head .action-small-wrap {
  left: auto;
  right: 10px;
}
.item-tile-catalog.tile-main .tile-stickers-wrap, .item-tile-catalog.tile-head .tile-stickers-wrap {
  align-items: flex-start;
}
.btn.button-small .button-ico {
  margin-left: 0;
}
.mt-16 {
  margin-top: 16px;
}
/* End */


/* Start:/local/templates/malina_2025/components/bitrix/system.auth.authorize/new.auth/style.css?1767775852593*/
.frm-field-error-auth,
.frm-field-error-code,
.frm-field-error-find-phone,
.frm-field-new-code{
    display: none;
    text-align: left;
}
.login-buttons-box{
    width: 100%;
}
.login-buttons-box .login-button {
    min-width: calc(50% - 5px);
    width: auto !important;
    flex-grow: 1;
}
 .frm-field-check{
     display: flex;
     align-items: flex-start;
     margin-top: 12px;
     flex-wrap: nowrap;
 }
.frm-row-submit .frm-field.frm-field-check{
     margin-bottom: 0;

}
 .frm-field-check input{
     margin-top: 3px;
 }
.frm-field-check .frm-field-info{
     margin-top: 0;
 }     
/* End */


/* Start:/local/templates/malina_2025/components/bitrix/system.auth.registration/new.auth/style.css?1767775852555*/
.frm-field-error{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.frm-field-error.show{
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
}
.frm-field-check{
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    flex-wrap: nowrap;
}
.frm-row-submit .frm-field.frm-field-check{
    margin-bottom: 0;

}
.frm-field-check input{
    margin-top: 3px;
}
.frm-field-check .frm-field-info{
    margin-top: 0;
}
/* End */


/* Start:/local/components/custom/cookie/templates/.default/style.css?1767775852930*/
.container-cookie{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background: #fff;
    border-top: #FA486B solid 1px ;
}
.block-cookie{
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-family: Mabry Pro;
    font-size: 20px;
}
.block-cookie span a{
    text-decoration: underline;
}
.block-cookie span{
    line-height: 1.1;
}
#cookie-ok{
    margin-left: 136px;
    padding: 17px 110px;
    font-size: 22px;
}
@media (max-width: 1023px){
    .container-cookie{
        background: #fff;
        bottom: 50px;
    }
    #cookie-ok{
        margin-left: 0px;
        margin-top: 10px;
        padding: 5px 70px;
        font-size: 16px;
    }
    .block-cookie{
        font-size: 13px;
    }
    .block-cookie{
        flex-direction: column;
    }
}
/* End */


/* Start:/local/templates/malina_2025/template_styles.css?17701059471617*/
.frm-field-input .frm-ico.frm-ico__field{
    z-index: 99999;
}
.cs-form-input{
    max-width: 600px;
    margin: 30px 0;
}
 .form-order-can{
     margin-bottom: 50px;
 }
 .button-title-can{
     display: flex;
     align-items: center;
 }

 /*стили заказов в лк*/
.order-lk-box .sale-order-payment-change-pp .sale-order-payment-change-pp-company{
    padding: 2px 0;
    margin: 0;
}
.order-lk-box .sale-order-payment-change-pp-list{
    max-height: 200px;
    overflow: auto;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}
.order-lk-box .sale-order-list-cancel-payment{
    cursor: pointer;
}
.order-lk-box .sale-order-list-change-payment{
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
    color: var(--clr-att-second);
    font-size: 14px;
}
.pay-form-block{
    display: none;
}
.item-tile-catalog .action-small-wrap{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}
.item-tile-catalog .action-small-wrap a{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 0.7;
}
.form-order-box .frm-select.frm-select-del-info{
    margin-bottom: 2.5rem;
}
.header .btn-action-ico.button-max {
    border-color: #9a30de !important;
}
.header .btn-action-ico.button-max img{
    width: 20px;
    height: 20px;
}
.header .btn-action-ico.button-max:hover {
    border-color: #9a30de !important;
    background-color: #9a30de !important;
}
.slider-cataloglk.hidden{
    display: none;
}
.empty-box.hidden{
    display: inline-block;
}
/* End */
/* /local/templates/malina_2025/assets/css/reset.css?17677758523618 */
/* /local/templates/malina_2025/assets/css/style.css?1770025794371666 */
/* /local/templates/malina_2025/assets/css/custom.css?17690730292912 */
/* /local/templates/malina_2025/components/bitrix/system.auth.authorize/new.auth/style.css?1767775852593 */
/* /local/templates/malina_2025/components/bitrix/system.auth.registration/new.auth/style.css?1767775852555 */
/* /local/components/custom/cookie/templates/.default/style.css?1767775852930 */
/* /local/templates/malina_2025/template_styles.css?17701059471617 */
