

/* 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?1767775852516914*/
@charset "UTF-8";
:root {
  --clr-base: #4F4F4F;
  --clr-att: #FA486B;
  --clr-att-active: #E3084B;
  --clr-att-second: #5C9A12;
  --clr-att-second-active: #E3084B;
  --clr-bg-light: #FFFAFA;
  --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;
}
.sl-wrap:not(.swiper-slide) ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #fff;
  font-size: var(--fsize);
  line-height: var(--lhsize);
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: var(--mbsize);
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text: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: 0.57em;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--clr-att);
}
ol {
  counter-reset: li;
  list-style: none;
}
ol.list-att li {
  padding: 0;
}
ol.list-att li:before {
  content: counter(li) ') ';
  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 {
  content: counter(li);
  counter-increment: li;
  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:nth-child(9) ~ li:before {
  content: counter(li);
}
.menu,
.list {
  margin: 0;
  padding: 0;
}
.menu li,
.list li {
  margin: 0;
  padding: 0;
}
.menu li:before,
.list li:before {
  display: none;
}
a {
  text-decoration: none;
  color: var(--clr-att);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att-active);
}
.link-hover-second:hover {
  color: var(--clr-att-second);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
.link-phone,
.link-email,
.link-location {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: inherit;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-phone.link-text,
.link-email.link-text,
.link-location.link-text {
  display: inline;
  padding: 0;
}
.link-phone.link-text:before,
.link-email.link-text:before,
.link-location.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-phone:hover,
a.link-email:hover,
a.link-location:hover {
  color: var(--clr-att);
}
.page-title,
.page-small,
.page-subtitle,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0;
}
.page-title:first-child,
.page-small:first-child,
.page-subtitle:first-child,
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
  margin-top: 0;
}
.page-title:last-child,
.page-small:last-child,
.page-subtitle:last-child,
h1:last-child,
.h1-title:last-child,
h2:last-child,
.h2-title:last-child,
h3:last-child,
.h3-title:last-child,
h4:last-child,
.h4-title:last-child,
h5:last-child,
.h5-title:last-child,
h6:last-child,
.h6-title:last-child {
  margin-bottom: 0;
}
.title-decor,
.title-decor-second {
  display: inline-block;
  position: relative;
  color: var(--clr-att);
}
.title-decor:before,
.title-decor-second: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) center 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.title-medium,
.page-title-small.title-medium {
  line-height: 1.1;
}
.page-title-small {
  line-height: 1.06666667;
}
.h2-title,
h2,
.h3-title,
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 .section-title,
blockquote .section-title,
.text-attention-box .box-title,
blockquote .box-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: -0.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-small {
    font-size: 4.8rem;
    font-weight: 500;
  }
  .h2-title,
  h2 {
    font-size: 30px;
  }
  .h3-title,
  h3 {
    font-size: 24px;
  }
  .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,
  blockquote .text-lead:first-child {
    margin-top: 0;
  }
  .text-attention-box:first-child,
  blockquote:first-child {
    margin-top: 0;
  }
  .text-attention-box:last-child,
  blockquote:last-child {
    margin-bottom: 0;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  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);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page-full {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  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;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  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, 0.06);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
}
.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 {
  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, 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: translate(0, -50%);
  visibility: visible;
}
.header .action-search .popup-content-block {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
  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 0;
}
.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 {
  margin-bottom: 19px;
}
.footer .soc-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 19px;
}
.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) center bottom no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: all ease 0.2s;
  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 rgba(23, 23, 23, 0.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 ease 0.2s;
  z-index: 30;
}
.panel-mobile-box .btn-action-ico:before,
.panel-mobile-box .btn-action-ico:after {
  filter: var(--filterWhite);
}
.panel-mobile-box .btn-action-ico.active {
  background-color: var(--clr-att-second);
  transform: translateY(-17px);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.07);
}
.panel-mobile-box .btn-action-ico.active:hover {
  background-color: var(--clr-att-second);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.07);
}
.panel-mobile-box .btn-menu {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  color: var(--clr-base);
  letter-spacing: 0.75px;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 10px 0;
  color: inherit;
}
.panel-mobile-box .btn-menu:hover,
.panel-mobile-box .btn-menu.active {
  color: var(--clr-att);
}
.logo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  letter-spacing: normal;
  font-weight: 400;
}
.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: fadein ease 0.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 {
  background-color: var(--clr-att);
}
.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:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-catalog-wrap .catalog-items-wrap::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.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::-webkit-scrollbar-button:horizontal:end:increment {
  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 ease 0.2s;
  padding: 14px 0;
}
.popup-catalog-wrap .btn-catalog-submenu:hover,
.popup-catalog-wrap .btn-catalog-submenu.active {
  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 ease 0.2s;
  padding: 11px 50px 12px 0;
}
.popup-catalog-wrap .btn-catalog-menu:hover,
.popup-catalog-wrap .btn-catalog-menu.active {
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-att);
}
.popup-catalog-wrap .btn-catalog-menu:hover:before,
.popup-catalog-wrap .btn-catalog-menu.active:before {
  rotate: 45deg;
  filter: none;
}
.popup-catalog-wrap .btn-catalog-menu:hover:after,
.popup-catalog-wrap .btn-catalog-menu.active: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) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  transition: all ease 0.2s;
  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 ease 0.2s;
}
.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 0;
}
.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: 40px;
  }
  .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:before,
  .popup-catalog-wrap:has(.btn-catalog-menu.active) .btn-catalog-menu.active:after {
    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) center 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 30px 30px 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, 0.25) 4.62%, rgba(255, 255, 255, 0) 78.25%), linear-gradient(112deg, rgba(255, 255, 255, 0) 58.67%, rgba(255, 233, 241, 0.67) 100.41%), rgba(255, 255, 255, 0.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 (min-width: 768px) {
  .footer-main-panel .menu-wrap {
    width: calc(33.33% - 16px);
  }
  .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%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
  .footer-bottom-panel .action-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .wrap-inner .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 26px 0 rgba(0, 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: 0.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:hover,
  .header .menu-inner-wrap .btn-menu.active {
    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, 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:before,
  .header .action-wrap .btn-action-ico:hover:before,
  .header .action-wrap .btn-action-ico.active:after,
  .header .action-wrap .btn-action-ico:hover:after {
    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, 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 ease 0.8s;
    transform: translate(-120%, 0);
    margin-left: -50dvw;
    background: linear-gradient(105deg, rgba(255, 228, 236, 0.25) 4.62%, rgba(255, 255, 255, 0) 78.25%), linear-gradient(112deg, rgba(255, 255, 255, 0) 58.67%, rgba(255, 233, 241, 0.67) 100.41%), rgba(255, 255, 255, 0.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 {
    background-color: var(--clr-att);
  }
  .popup-catalog-wrap .catalog-menu::-webkit-scrollbar-thumb:hover {
    background-color: var(--clr-att);
  }
  .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:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .popup-catalog-wrap .catalog-menu::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .popup-catalog-wrap .catalog-menu::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .popup-catalog-wrap:has(.catalog-menu:not(:hover)) .catalog-menu .li-main:first-child .catalog-submenu-wrap,
  .popup-catalog-wrap:has(.catalog-menu:not(:hover)) .catalog-menu .li-main:first-child .catalog-items-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-submenu-wrap,
  .popup-catalog-wrap .catalog-menu .li-main:hover .catalog-items-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: fadein ease 0.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 {
    background-color: var(--clr-att);
  }
  .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:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .popup-catalog-wrap .catalog-submenu-wrap::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .popup-catalog-wrap .btn-popup {
    height: 52px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    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: 0.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-menu-wrap,
  .popup-catalog-wrap .catalog-submenu-wrap,
  .popup-catalog-wrap .catalog-items-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-left: 32px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    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-menu-wrap,
  .popup-catalog-wrap .catalog-submenu-wrap,
  .popup-catalog-wrap .catalog-items-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-left: 29px;
    padding-right: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    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 0px;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.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 0%, #FFF9FA 50%, #FFF 100%);
  transition: all ease 0.2s;
}
.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 0;
}
.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 0;
  display: block;
}
.item-tile-shop .tile-title {
  margin: 10px 0 15px 0;
  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 0;
}
.item-tile-team .tile-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 10px 0;
  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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-base);
  margin-bottom: 5px;
}
.item-tile-transaction .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.item-tile-transaction .tile-title,
.item-tile-transaction .tile-info-title {
  -ms-flex: 1;
  flex: 1;
}
.item-tile-transaction .tile-info-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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: right;
}
.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) center 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 0%, #FFF9FA 50%, #FFF 100%);
  padding: 24px 30px 24px 30px;
  font-size: 14px;
  line-height: 1.14285714;
  color: var(--clr-light);
  min-height: 100%;
}
.item-tile-event .tile-feature-wrap,
.item-tile-event .tile-contacts-wrap {
  border-top: 1px solid #EEE;
  padding: 12px 0 5px 23px;
  position: relative;
}
.item-tile-event .tile-feature-wrap:before,
.item-tile-event .tile-contacts-wrap:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(/local/templates/malina_2025/assets/css/../img/icons/succefull.svg) center 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 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 25px;
  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 0%, #FFF9FA 50%, #FFF 100%);
  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 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 0;
}
.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 ease 0.2s;
  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) center 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, 0.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) center 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: bold;
}
.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;
  color: var(--clr-dlight);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}
.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 0;
}
.item-tile-review .tile-action {
  margin-top: 20px;
}
.item-tile-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  color: var(--clr-base);
  position: relative;
}
.item-tile-catalog .tile-stickers-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3px;
}
.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-title-wrap,
.item-tile-catalog .tile-price-wrap,
.item-tile-catalog .tile-actions-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: 0.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 img,
:is([class^="item-tile"]):hover .tile-photo 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) center no-repeat;
  background-size: 24px auto;
  transition: all ease 0.2s;
  margin: auto;
}
.elm-photo.photo-play:before,
.tile-photo.photo-play:before {
  display: block !important;
  background: rgba(0, 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 ease 0.2s;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(250, 72, 107, 0.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: center;
}
.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 ease-out 0.4s;
}
.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-cover,
  .photo-contain {
    aspect-ratio: 1;
  }
  .photo-cover:before,
  .photo-contain: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;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico,
.lbl-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.lbl-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.lbl-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.lbl-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg,
.lbl-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: fadein ease 0.2s;
  background: rgba(0, 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-att-second,
.tile-status.type-att-second,
.elm-status.type-new,
.tile-status.type-new,
.elm-status.type-active,
.tile-status.type-active {
  background: var(--clr-att-second);
}
.elm-status.type-att,
.tile-status.type-att,
.elm-status.type-succefull,
.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,
.tile-status.type-confirm,
.elm-status.type-paused,
.tile-status.type-paused {
  background-color: #12919A;
}
.elm-status.type-cancel,
.tile-status.type-cancel,
.elm-status.type-completed,
.tile-status.type-completed,
.elm-status.type-canceled,
.tile-status.type-canceled {
  background: linear-gradient(180deg, #FF115A 0%, #BD2755 100%);
}
.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: bold;
  letter-spacing: 0.48px;
  color: #fff;
  text-transform: uppercase;
}
.elm-sticker.type-att,
.tile-sticker.type-att {
  background: linear-gradient(251deg, #FF115A 0%, #FF6594 100%);
}
.elm-sticker.type-att-second,
.tile-sticker.type-att-second {
  background: linear-gradient(252deg, #5C9A12 0%, #84D425 100%);
}
.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 ease 0.2s;
  background: #fff;
  min-height: 58px;
  color: var(--clr-base);
}
.item-tile-cnt:hover,
.item-tile-cnt.active {
  background-color: #FFF9FB;
  color: var(--clr-att);
}
.item-tile-cnt:hover:before,
.item-tile-cnt.active: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:before,
.item-tile-cnt:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/malina_2025/assets/css/../img/icons/arrow-main.svg) center no-repeat;
  background-size: 100% auto;
  transition: all ease 0.2s;
  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) center 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: 0.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: rgba(121, 121, 121, 0.57);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-left: 4px solid #fff;
}
@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-side-wrap,
    .popup-box .item-tile-cart .tile-price-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-side-wrap,
    .item-tile-cart .tile-price-wrap {
      margin-left: -116px;
      width: calc(100% + 116px);
    }
  }
}
@media (min-width: 1024px) {
  .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-main .tile-stickers-wrap,
  .item-tile-catalog.tile-head .tile-stickers-wrap {
    padding: 25px;
  }
  .item-tile-catalog.tile-main .tile-title-wrap,
  .item-tile-catalog.tile-head .tile-title-wrap {
    padding-top: 18px;
  }
  .item-tile-catalog.tile-main .tile-actions-wrap,
  .item-tile-catalog.tile-head .tile-actions-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .item-tile-catalog.tile-main .tile-action-wrap,
  .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;
    max-width: 152px;
  }
  .item-tile-catalog.tile-main .tile-title,
  .item-tile-catalog.tile-head .tile-title {
    font-size: 25px;
  }
  .item-tile-catalog.tile-main .tile-price,
  .item-tile-catalog.tile-head .tile-price {
    font-size: 29px;
  }
  .item-tile-catalog.tile-main .price-old,
  .item-tile-catalog.tile-head .price-old {
    font-size: 19px;
  }
  .item-tile-catalog.tile-main .btn,
  .item-tile-catalog.tile-head .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) 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 0;
    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;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.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 span,
.info-requisites-box p b {
  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 {
  position: relative;
}
.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);
}
.order-lk-box {
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid #FFF2F2;
  transition: all ease 0.2s;
  display: block;
  position: relative;
  padding: 25px;
  background: linear-gradient(0deg, #FFF 0%, #FFF9FA 50%, #FFF 100%);
}
.order-lk-box + .more-box {
  margin-top: 30px;
}
.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 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 0;
}
.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 0;
}
.order-lk-box .order-info-wrap .order-info-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--clr-base);
  margin: 12px 0 5px 0;
}
.order-lk-box .order-info-wrap .order-info-title:first-child {
  margin-top: 0;
}
.order-lk-box .order-summary-wrap {
  padding: 16px 0 0 0;
}
.order-lk-box .order-price-wrap .order-price-title {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 6px 0;
}
.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 0%, #FFF9FA 50%, #FFF 100%);
  padding: 24px 30px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: var(--clr-light);
}
.empty-box .section-title {
  font-size: 20px;
  line-height: 23px;
  color: var(--clr-base);
  margin: 0 0 8px 0;
}
.empty-box .elm-ico {
  width: 46px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto 4px auto;
  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 .sl-wrap,
.tiles-lk-catalog-box .item-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 .title-box .section-title {
  margin: 0;
}
.tiles-lk-catalog-box .slider-actions-wrap {
  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) center 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, 0.83) 0%, rgba(250, 72, 107, 0.83) 100%);
  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) center 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-top-section {
  position: relative;
  z-index: 10;
}
.page-filter-box {
  display: none;
  margin-bottom: 70px;
  margin-bottom: 7rem;
  position: relative;
}
.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, 0.06);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 24px 22px 12px 22px;
}
.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: bold;
}
.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 0;
  padding: 8rem 0 12rem 0;
}
.page-lead-box .photo-inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  max-width: 796px;
  max-width: 79.6rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.page-lead-box .form-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: bold;
}
.page-lead-box .frm-main-search .form-input,
.page-lead-box .frm-main-search .btn {
  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 0%, #FFF9FA 50%, #FFF 100%);
  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 0;
  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: bold;
  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 0;
}
.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: 0.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: bold;
}
.tab-box .items-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px;
  gap: 0;
}
.tab-box .items-inner .item-wrap {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 100%;
}
.tab-box li:before {
  top: 0.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 0;
}
.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 .photos-inner-wrap,
.info-card-box .info-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 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;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: wrap;
  flex-direction: wrap;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-card-box .top-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: 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:before,
.info-card-box .action-small-wrap .btn:after {
  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:before,
.info-card-box .action-small-wrap .btn.active:after {
  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 0;
}
.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 ease 0.2s;
}
.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, 0.83) 0%, rgba(189, 39, 85, 0.83) 100%);
  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, 0.06);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 30px 30px 35px 30px;
  text-align: center;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.side-profile-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 179px;
  background-image: url("data:image/svg+xml,%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.7452 -20.2548 0 -7 0H368.874C385.206 0 395.93 15.7694 386.844 29.3406C369.372 55.438 334.933 89.5 274.187 89.5C202.091 89.5 167.051 137.478 153.453 163.179C148.601 172.348 139.359 179 128.985 179H-7.00001C-20.2548 179 -31 168.255 -31 155V24Z' fill='%23FA486B'/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.side-profile-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 250px;
  height: 179px;
  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 0%, #FFF9FA 50%, #FFF 100%);
  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;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 24px 24px 24px;
  gap: 30px;
  gap: 3rem;
  min-height: 197px;
  text-transform: uppercase;
}
.side-card-box .title-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  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 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, 0.2) 0%, rgba(92, 22, 22, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.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 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 ease 0.2s;
  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 ease 0.2s;
  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 ease 0.2s;
}
.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: 0.7em;
  position: relative;
  transform: translateY(-30%);
}
.side-menu-box .btn-menu:hover,
.side-menu-box .btn-menu.active {
  border-color: #FFF2F2;
  background-color: #FFF2F2;
  color: var(--clr-base);
}
.side-menu-box .btn-menu:hover .button-ico,
.side-menu-box .btn-menu.active .button-ico {
  background-color: #fff;
}
.side-menu-box .btn-menu:hover:before,
.side-menu-box .btn-menu.active: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:before,
.side-menu-box .btn-popup-close:after {
  background-size: 20px auto;
}
.side-menu-box .btn-popup-close.btn-green {
  background: var(--clr-att-second);
}
.side-menu-box .btn-popup-close.btn-green:hover {
  background: var(--clr-att-second);
}
.side-menu-box .btn-popup-close.btn-green:before,
.side-menu-box .btn-popup-close.btn-green:after {
  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 0%, #FFF9FA 50%, #FFF 100%);
  box-shadow: 0 0 70px 0 rgba(0, 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: 0.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: rgba(255, 255, 255, 0.61);
  box-shadow: 0 4px 76px 0 rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 50px 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: -0.25em;
  bottom: -0.2em;
  left: -0.7em;
  right: -0.7em;
  z-index: -1;
  border-radius: 0.48em;
  background: var(--clr-att);
}
.main-slider-box .slider-title {
  display: block;
  font-size: 36px;
  line-height: 1.05555556;
  font-weight: bold;
  color: inherit;
  margin: 0 0 0.5em 0;
}
.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 0.6em 0;
}
.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 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 .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 select.form-input {
  border-color: #e9e9e9;
  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 0%, #FFF9FA 50%, #FFF 100%);
  padding: 21px 16px 16px 16px;
}
.form-order-box .frm-section-title {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 14px;
}
.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: 10px 20px;
}
.form-order-box .field-select .frm-select {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.form-order-box .frm-select {
  margin-bottom: 10px;
}
.form-order-box .frm-select label:before {
  background-color: #fff;
}
.form-order-box .frm-field-select .button-select-toggle {
  height: 48px;
  border-radius: var(--mainButtonRadius);
  border: 1px solid #e9e9e9;
  font-size: 15px;
}
.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 label {
  background-color: #fff;
}
.form-order-box .frm-select-button.type-border input:checked ~ 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 {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}
.form-order-box .frm-title-wrap .frm-select {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin: 0;
}
.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 25px;
}
.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 .items-col-3 .item-wrap,
.tiles-box .items-col-4 .item-wrap {
  width: 100%;
}
.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;
}
.pagenav-box {
  margin-top: 40px;
}
.pagenav-box .pages-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  gap: 8px;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pagenav-box .pages-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-pack: center;
  justify-content: center;
  -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: bold;
}
.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 ease 0.2s;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: var(--clr-base);
}
.pagenav-box .btn-page:before {
  filter: var(--filterAttToLight) opacity(0.5);
  transition: all ease 0.2s;
}
.pagenav-box .btn-page:hover,
.pagenav-box .btn-page.active {
  color: var(--clr-att);
  border-color: var(--clr-att);
}
.pagenav-box .btn-page:hover:before,
.pagenav-box .btn-page.active: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: 0.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) center 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 .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 auto;
  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 .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 0;
  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: bold;
  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 ul,
.article-text-box p {
  margin-bottom: 20px;
}
.article-text-box ol li:before {
  top: 21px;
}
.article-text-box blockquote p,
.article-text-box .text-attention-box 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 0;
  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 0;
}
.filter-box {
  z-index: 120;
  background: linear-gradient(205deg, #FFFAF2 0%, #FFF 99.15%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.filter-box .filter-inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  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) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 19px;
  margin-top: -12px;
  rotate: 90deg;
  transition: all ease 0.2s;
  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 ease 0.2s;
  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 0%, #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: fadein ease 0.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: bold;
  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 {
  margin-bottom: var(--sectionMargin);
  border-radius: 20px;
  border: 1px solid #FFF2F2;
  background: linear-gradient(0deg, #FFF 0%, #FFF9FA 50%, #FFF 100%);
  padding: 39px 19px;
}
.bg-box {
  position: relative;
  z-index: 2;
  padding: var(--sectionMargin) 0;
  margin-bottom: var(--sectionMargin);
}
.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(to top, #FFF 0%, #FFF9F9 100%);
}
.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) center no-repeat;
  transform: rotate(90deg);
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
  transition: all ease 0.2s;
}
.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 ease 0.2s;
}
@media (max-width: 1599px) {
  .tiles-slider-box .button-slider,
  .main-slider-box .button-slider {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  .order-lk-box:has(.order-button-toggle) .order-items-wrap,
  .order-lk-box:has(.order-button-toggle) .order-info-wrap,
  .order-lk-box:has(.order-button-toggle) .order-photos-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    interpolate-size: allow-keywords;
    transition: all ease 0.2s;
    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) {
  .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: fadein ease 0.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, 0.25) 4.62%, rgba(255, 255, 255, 0) 78.25%), linear-gradient(112deg, rgba(255, 255, 255, 0) 58.67%, rgba(255, 233, 241, 0.67) 100.41%), rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 10px 30px 35px 30px;
  }
  .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:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .tiles-slider-box .slider-add .slider-wrap::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .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 .slider-wrap::-webkit-scrollbar-button:horizontal:end:increment {
    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 ease 0.7s;
    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-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 {
    margin-bottom: 30px;
  }
  .info-card-box .photos-inner-wrap {
    margin-bottom: 30px;
  }
  @supports (display: contents) {
    .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:start:decrement {
      background-color: transparent;
      width: 0;
      height: 0;
    }
    .info-card-box .items-inner-wrap::-webkit-scrollbar-button:vertical:end:increment {
      background-color: transparent;
      width: 0;
      height: 0;
    }
    .info-card-box .items-inner-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
      background-color: transparent;
      width: 0;
      height: 0;
    }
    .info-card-box .items-inner-wrap::-webkit-scrollbar-button:horizontal:end:increment {
      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(3) ~ .item-wrap {
    display: block;
  }
  .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) {
  .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-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) {
  .info-requisites-box .item-wrap {
    width: 50%;
  }
  .contacts-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 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);
  }
  .tiles-lk-catalog-box .item-wrap,
  .tiles-lk-catalog-box .sl-wrap {
    width: 25%;
  }
  .tiles-lk-box .item-wrap {
    width: 50%;
  }
  .form-order-box .row-select .frm-field {
    width: 33.33%;
  }
  .form-order-box .field-half {
    width: 50%;
  }
  .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 .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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-card-box .items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px -14px -7px;
  }
  .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: 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) {
  .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-pagination,
  .tiles-slider-box .slider-desktop-grid .slider-actions-wrap {
    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 .section-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .empty-box .elm-ico {
    margin-bottom: 10px;
  }
  .order-lk-box {
    margin-bottom: 24px;
    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 0;
  }
  .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%;
  }
  .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 textarea.form-input {
    height: 90px;
    padding-top: 16px;
  }
  .form-order-box .frm-field-select .button-select-toggle {
    font-size: 16px;
  }
  .form-order-box .form-input {
    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 4rem;
  }
  .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:before,
  .form-order-box .frm-select-button.type-radio label:after {
    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: bold;
  }
  .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 -1.5rem;
  }
  .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,%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.6248C616.147 11.8761 615.279 12.0055 613.687 11.9998C613.621 11.7487 614.49 11.6191 616.082 11.6248ZM533.926 10.9525C533.922 11.1168 533.936 11.2857 533.936 11.4512C533.014 11.4552 532.062 11.4505 531.147 11.4556C530.233 11.4608 529.152 11.5271 529.148 11.3333C530.23 11.3282 531.224 11.3674 531.946 11.2015C532.667 11.0353 532.141 10.8999 533.926 10.9525ZM535.505 10.5753C536.043 10.7826 536.579 10.9897 537.117 11.1971C538.443 11.1126 539.773 11.0274 541.099 10.9429C540.665 11.362 538.884 11.4837 536.331 11.4483C536.058 11.1574 535.778 10.8662 535.505 10.5753ZM544.333 10.9327C544.855 10.9767 545.372 11.0206 545.894 11.0645C545.096 11.0657 544.294 11.0663 543.496 11.0675C543.234 11.1925 542.975 11.3175 542.712 11.4425C542.705 11.1925 542.698 10.9417 542.69 10.6917C543.222 10.6912 543.755 10.6901 544.287 10.6895C544.302 10.7706 544.319 10.8517 544.333 10.9327ZM550.681 11.0565C550.837 11.1811 550.163 11.4652 549.097 11.4322C549.093 11.3072 549.085 11.1822 549.084 11.0572C549.616 11.0572 550.149 11.0565 550.681 11.0565ZM525.945 10.9605C525.976 10.9831 525.956 11.0037 525.92 11.0257C526.459 11.0445 527.002 11.0646 527.544 11.0828C526.426 11.4207 524.051 11.3426 521.968 11.4036C520.693 11.4413 520.419 11.447 519.57 11.2791C520.248 11.2609 520.918 11.2407 521.592 11.2213C521.712 11.1357 521.835 11.0505 521.956 10.9649C523.303 10.9444 523.89 11.0702 524.753 11.2117C524.619 11.1284 524.481 11.0454 524.346 10.962C524.875 10.9592 525.402 10.967 525.928 10.9605C525.933 10.9605 525.939 10.9605 525.945 10.9605ZM565.051 11.4161C564.785 11.4167 564.519 11.4168 564.253 11.4168C564.249 11.3335 564.246 11.2497 564.246 11.1663C564.511 11.1658 564.778 11.1656 565.044 11.1656C565.048 11.249 565.051 11.3327 565.051 11.4161ZM97.6367 0.08496C99.4584 0.174032 101.022 0.21936 102.41 0.446038C103.466 0.112647 104.894 0.326539 106.125 0.303218C109.463 0.240415 112.946 0.224977 115.693 0.318599C118.44 0.411655 118.033 0.447704 120.815 0.422601C122.816 0.40433 125.706 0.514 127.896 0.541984C127.804 0.625346 127.641 0.709838 127.524 0.7932C128.701 0.752105 129.921 0.72856 131.108 0.699452C131.404 0.69203 131.678 0.766771 131.875 0.758778C133.551 0.692533 134.917 0.505593 136.68 0.529533C137.853 0.696829 137.624 0.944917 139.497 0.898668C139.231 0.774196 138.95 0.648879 138.691 0.524406C139.897 0.530119 141.103 0.652099 142.268 0.648184C142.931 0.6459 143.522 0.541936 143.909 0.533928C147.173 0.466558 148.925 0.657288 151.074 1.00267C151.861 0.87768 152.659 0.751203 153.45 0.626211C154.382 0.706703 155.32 0.787415 156.252 0.867907C155.717 0.744655 155.178 0.618847 154.646 0.497307C155.779 0.431654 156.427 0.570973 157.422 0.582999C158.107 0.591561 158.264 0.484593 159.036 0.483391C161.491 0.478252 164.108 0.482025 166.604 0.474602C166.615 0.598968 166.617 0.724663 166.621 0.849597C167.55 0.764521 168.478 0.678899 169.407 0.593253C169.279 0.718218 169.15 0.844014 169.019 0.96898C169.944 0.842223 170.87 0.715453 171.799 0.588126C172.335 0.83707 172.892 1.0864 173.413 1.33592C174.397 1.2674 173.56 0.911118 174.646 0.771229C175.567 0.652688 175.673 0.800696 176.638 0.79613C177.603 0.791509 177.622 0.594773 179.087 0.569083C180.552 0.543965 183.728 0.517324 185.32 0.559562C187.265 0.611511 188.296 0.809 190.168 0.805652C192.486 0.801085 194.174 0.802277 196.67 0.818835C197.282 0.822944 199.211 1.03886 199.751 1.15135C200.512 0.85901 202.897 0.98337 203.936 0.88402C204.973 0.784651 203.979 0.58761 205.342 0.523674C205.528 0.600653 205.885 0.6876 206.082 0.766834C206.677 0.732541 206.195 0.656649 207.17 0.655508C208.147 0.65439 211.332 0.717825 212.302 0.769764C213.883 0.854268 213.63 1.04346 215.31 1.00121C215.285 0.919114 215.317 0.836475 215.317 0.754383C216.509 0.750958 217.697 0.747555 218.884 0.744129C218.884 0.827374 218.888 0.910636 218.892 0.993881C222.775 0.464084 226.66 0.288889 230.85 0.831286C231.968 0.765605 232.904 0.619434 234.16 0.600577C237.37 0.552049 241.268 0.764653 244.307 0.816638C246.623 0.856599 248.111 0.849641 250.02 0.687001C250.657 0.890826 251.357 1.09637 252.017 1.30076C252.009 1.13523 252.01 0.964838 252 0.802722C253.201 0.726894 253.74 0.886779 254.792 0.894274C255.845 0.901696 255.209 0.704986 256.707 0.670156C257.261 0.657039 259.829 0.666687 261.228 0.651846C263.724 0.62558 266.456 0.574465 269.316 0.533928C271.721 0.500262 274.248 0.715245 274.292 1.18797C274.299 1.25649 273.266 1.17077 273.882 1.35862C274.84 1.65094 277.007 1.98819 271.973 2.00534C272.027 2.14409 272.006 2.25519 271.987 2.38766C269.827 2.12672 267.481 2.50343 270.188 2.62276C271.206 2.66699 274.94 2.30869 275.505 2.13571C276.934 1.69722 274.49 1.40152 275.356 0.921372C275.488 0.847717 279.551 0.52217 280.283 0.503899C281.325 0.478241 281.384 0.584021 282 0.600577C283.117 0.63019 283.206 0.47108 284.368 0.481926C285.701 0.494527 287.143 0.676435 288.684 0.600577C288.178 0.770081 287.635 0.936112 287.114 1.10448C289.766 1.1039 289.705 0.669112 291.482 0.470941C292.043 0.551448 292.613 0.632128 293.174 0.712636C293.807 0.689811 294.445 0.666777 295.078 0.644522C297.213 0.947139 300.037 1.57805 294.309 1.21434C294.2 1.46198 294.525 1.63273 294.18 1.89914C293.943 2.079 293.119 2.18614 294.751 2.33859C294.86 2.17709 295.013 2.00751 295.137 1.84201C297.567 1.79576 298.022 1.3848 298.718 1.08104C299.005 0.956578 297.688 0.80364 298.362 0.716298C299.407 0.5805 300.963 0.908792 300.671 1.07664C300.963 1.07893 301.207 1.07665 301.479 1.07664C301.487 0.993283 301.48 0.912698 301.494 0.827624C303.097 0.891003 304.392 0.708202 305.813 0.689931C306.982 0.675138 307.106 0.811887 308.264 0.815906C310.403 0.823898 310.753 0.616742 313.438 0.567618C314.582 0.546493 319.126 0.75267 321.028 0.754383C321.516 0.754322 321.757 0.633945 322.588 0.67162C324.464 0.756726 326.575 1.04116 326.216 1.40183C326.634 1.3191 327.014 1.23449 327.415 1.15062C326.413 0.993599 325.338 0.897118 325.4 0.653311C327.4 0.825076 329.192 0.594633 331.345 0.65624C331.848 0.670508 332.762 0.942596 333.381 0.88695C333.407 0.766599 333.331 0.635408 333.411 0.515617C334.018 0.442048 335.801 0.598904 336.038 0.599845C337.655 0.60327 338.996 0.715152 340.063 0.729481C341.13 0.743749 341.831 0.501259 342.468 0.514153C344.337 0.55355 345.312 0.821136 346.565 0.987289C346.678 0.905828 346.834 0.8216 346.965 0.739002C347.749 0.737289 348.532 0.735588 349.319 0.733875C349.319 0.816626 349.348 0.901283 349.341 0.982895C351.17 0.775084 352.194 0.699555 354.617 0.72582C355.979 0.740684 356.595 0.867194 357.703 0.600577C358.264 0.677069 358.77 0.749181 359.309 0.823962C363.2 0.565336 366.217 0.98662 370.063 1.07518C370.078 1.15683 370.094 1.23889 370.105 1.32054C370.637 1.29884 371.169 1.27631 371.697 1.25462C371.165 1.11077 370.614 0.963905 370.093 0.821765C371.346 0.770377 372.521 0.917501 373.611 0.937486C375.344 0.969376 376.449 0.836229 378.059 0.807117C378.074 0.885341 378.102 0.966679 378.12 1.04661C379.297 1.13054 380.474 1.21407 381.65 1.29856C382.714 1.1307 383.779 0.962692 384.846 0.795398C385.411 0.875295 385.971 0.955001 386.536 1.0349C387.038 0.993786 387.539 0.952962 388.042 0.911852C387.914 1.07853 387.786 1.24614 387.659 1.41282C389.112 1.11826 390.566 0.824259 392.019 0.530266C392.558 0.737518 393.094 0.945562 393.633 1.15281C394.296 0.984951 394.959 0.816048 395.623 0.648184C396.675 0.689859 397.729 0.73175 398.782 0.773426C398.8 0.854961 398.82 0.936516 398.838 1.01805C399.493 0.975254 400.153 0.931943 400.808 0.889147C400.808 0.972509 400.823 1.05684 400.808 1.13963C402.065 0.996894 402.998 0.856025 404.79 0.899401C405.781 0.923382 409.385 1.02799 410.11 0.988022C412.438 0.859555 412.303 0.655079 414.766 0.744129C414.748 0.822239 414.81 0.902185 414.824 0.98143C416.54 1.10704 418.257 1.23228 419.973 1.35789C419.948 1.27453 419.925 1.19077 419.9 1.1074C419.521 1.06629 419.141 1.0262 418.762 0.985092C420.248 0.900031 421.757 0.818859 423.225 0.730946C425.95 0.938765 428.166 0.741869 431.15 0.865709C432.432 0.918811 433.603 1.21482 435.483 1.07664C435.538 1.00245 435.504 0.91452 435.537 0.833484C437.432 0.790092 440.251 1.00089 441.902 1.1345C443.104 1.23157 442.843 1.34612 444.282 1.1931C444.679 1.31918 445.105 1.44242 445.513 1.56736C445.64 1.4008 445.771 1.23368 445.898 1.06712C447.837 1.23842 448.87 1.20136 450.283 0.935288C450.676 0.996898 451.07 1.05825 451.467 1.11986C450.323 1.29914 450.782 1.40922 451.897 1.55711C452.573 1.53419 452.335 1.38136 452.683 1.30369C454.068 0.998219 454.852 1.12088 456.619 1.13743C459.493 1.16426 461.788 1.09941 464.634 1.17991C465.169 1.19532 465.847 1.32905 466.626 1.28465C466.659 1.4125 466.648 1.53481 466.663 1.66038C468.637 1.52791 469.946 1.25964 472.219 1.27732C472.234 1.35897 472.256 1.44176 472.271 1.52341C473.316 1.52227 474.365 1.52089 475.41 1.51975C475.414 1.437 475.421 1.35422 475.425 1.27147C476.092 1.35197 476.76 1.43265 477.427 1.51316C478.621 1.42983 479.816 1.34788 481.011 1.26341C481.262 1.62823 479.483 1.43977 478.215 1.64646C477.691 1.73217 477.487 1.91467 477.039 2.01852C478.372 2.01967 479.699 2.01454 481.025 2.0134C481.309 1.80619 481.511 1.59504 481.846 1.39012C482.807 1.33539 485.377 1.51451 486.082 1.51243C491.641 1.4953 496.084 1.36267 501.538 1.47801C502.281 1.49399 502.709 1.34688 503.875 1.35716C505.372 1.36979 507.954 1.57665 509.375 1.72336C510.202 1.64457 510.946 1.56071 511.741 1.4802C512.837 1.59834 513.93 1.72046 515.029 1.83689C516.581 1.81805 518.177 1.68634 519.729 1.71311C521.627 1.7468 522.303 1.91574 524.099 1.70505C524.234 1.7907 524.371 1.87234 524.509 1.95627C527.216 1.70618 529.902 1.8516 532.5 2.07199C532.624 1.94752 532.773 1.81918 532.878 1.697C534.871 1.60908 535.451 1.87939 537.363 1.91086C538.314 1.92627 539.026 1.72169 540.522 1.83176C541.466 1.90085 542.076 2.10739 543.599 1.9321C544.917 2.10681 544.477 2.33684 546.558 2.31515C546.372 1.56146 550.026 2.10402 550.525 2.11887C553.471 2.20788 554.456 2.08084 556.841 2.16867C556.826 2.08199 556.81 2.00259 556.897 1.92331C558.511 1.81488 561.444 2.0299 562.661 2.03903C565.849 2.06358 568.844 2.05921 571.453 2.02438C574.56 1.98273 575.463 2.16169 578.057 2.25363C580.243 2.33071 582.084 2.21898 584.351 2.28292C584.835 2.2967 585.594 2.4276 586.318 2.39279C586.362 2.47784 586.355 2.55611 586.384 2.63888C589.233 2.34324 591.496 2.41821 594.644 2.51583C596.443 2.57176 597.849 2.56806 599.7 2.61544C600.417 2.6337 600.916 2.4827 601.885 2.5151C602.621 2.54022 603.667 2.68032 604.68 2.62496C604.724 2.71004 604.735 2.78801 604.739 2.87252C606.845 2.65726 607.64 2.81184 609.917 2.86666C611.567 2.906 611.866 2.82351 614.15 2.8315C616.792 2.84064 621.904 2.9149 624.946 2.99483C626.592 3.03829 628.486 3.29509 629.761 3.31636C631.036 3.33748 630.644 3.16004 631.897 3.22627C631.23 3.55448 632.704 3.65697 633.335 3.92572C634.967 4.62346 635.03 5.44189 635.176 6.14419C635.212 6.32279 634.135 6.34559 634.353 6.47744C635.14 6.47003 635.937 6.47369 636.738 6.47598C636.459 6.66254 637.412 6.86852 637.566 7.02089C637.763 7.21614 636.979 7.28028 636.863 7.42298C636.855 7.42347 636.848 7.42396 636.841 7.42445C636.666 7.63113 637.223 7.70904 636.833 7.93054C636.746 7.97908 636.917 8.10051 636.702 8.15246C635.302 8.49444 632.987 8.36371 632.761 7.97888C632.098 7.97888 631.441 7.97904 630.781 7.97962C630.781 8.06298 630.785 8.14674 630.789 8.2301C629.59 8.14789 628.391 8.06532 627.192 7.98255C627.724 8.08646 628.262 8.19121 628.794 8.29455C628.397 8.39952 627.996 8.50151 627.603 8.60876C626.32 8.49513 625.061 8.54644 623.669 8.46594C622.282 8.38483 622.273 8.20243 620.481 8.35827C619.651 8.29589 618.784 8.03828 618.059 8.00232C615.83 7.89103 617.745 8.45132 617.632 8.61462C618.969 8.57465 620.289 8.52943 621.619 8.48718C621.626 8.61165 621.634 8.73697 621.646 8.86144C622.793 8.88099 624.872 9.11355 625.63 8.91271C625.626 8.85334 625.619 8.79337 625.615 8.734C625.881 8.734 626.147 8.734 626.414 8.734C626.672 8.83963 626.931 8.9455 627.19 9.05113C627.998 9.06997 628.807 9.08869 629.612 9.10753C629.619 9.2736 629.626 9.44023 629.634 9.6063C631.091 9.61772 632.287 9.82966 633.621 9.66636C632.56 9.54131 631.5 9.41567 630.439 9.29063C630.265 8.88874 631.368 8.62245 633.186 8.35241C634.301 8.53912 635.423 8.61318 635.11 8.91637C634.995 9.02557 633.694 9.28873 633.774 9.40855C633.928 9.63784 635.532 9.73323 635.212 9.9791C633.65 10.0219 632.047 10.0684 630.466 10.1124C629.8 10.2362 629.114 10.3599 628.462 10.4837C627.923 10.3131 629.602 10.2176 630.01 10.108C630.503 9.97516 629.41 9.87721 629.634 9.73301C627.962 9.7062 627.088 9.78933 626.05 9.98569C624.921 9.867 625.072 9.74367 624.814 9.55943C624.632 9.4287 623.277 9.48832 622.854 9.36168C622.381 9.5272 623.55 9.60254 623.127 9.80405C622.887 9.91882 621.308 10.0464 621.672 10.2376C619.119 10.2575 617.726 9.9145 615.271 9.86997C616.073 9.97331 616.875 10.0772 617.673 10.1805C616.209 10.12 614.743 10.0601 613.279 9.9996C611.647 10.2771 612.677 10.5537 609.705 10.5006C610.233 10.6655 610.79 10.8356 611.304 10.9971C609.285 11.097 607.759 10.8355 606.094 10.7767C603.198 10.6751 602.341 10.7693 600.964 10.3182C601.755 10.091 602.521 9.85938 603.301 9.63047C602.496 9.65672 601.694 9.68348 600.889 9.7103C600.699 10.0666 598.935 9.78674 598.108 9.63486C598.374 9.50987 598.635 9.38413 598.901 9.25914C596.712 9.55999 595.832 9.79537 596.116 10.2589C595.602 10.2617 595.084 10.2647 594.57 10.2669C594.563 10.3908 594.555 10.5151 594.543 10.639C593.48 10.6401 592.421 10.6408 591.357 10.6419C591.601 10.5791 591.841 10.5158 592.085 10.453C591.706 10.3908 591.326 10.3284 590.947 10.2662C590.419 10.3444 589.892 10.4233 589.368 10.502C588.701 10.4666 588.03 10.4305 587.363 10.3951C587.957 10.6937 587.363 10.966 587.385 11.2703C585.914 11.2835 584.438 11.2534 582.981 11.2711C581.99 11.2831 581.668 11.4145 580.549 11.4036C579.191 11.3905 577.788 11.2067 576.218 11.2821C576.324 11.1119 577.38 11.0944 578.357 11.0418C579.333 10.9893 579.62 10.9931 579.402 10.7796C580.856 10.8367 581.931 10.8365 583.367 10.776C583.287 11.01 583.469 11.0489 584.995 11.0221C584.562 10.8468 585.518 10.7405 585.544 10.587C585.57 10.4334 584.642 10.3918 585.039 10.2142C585.214 10.1376 586.837 9.99368 586.543 9.8956C585.618 9.93614 584.67 9.97828 583.738 10.0194C583.61 10.1455 583.486 10.271 583.362 10.3966C580.521 10.3333 579.187 10.6952 576.602 10.7804C576.332 10.6971 576.065 10.6139 575.796 10.5306C575.668 10.7389 575.54 10.9478 575.413 11.1561C572.939 11.1641 570.265 11.2714 569.817 10.7862C570.881 10.8267 571.949 10.868 573.013 10.9085C573.275 10.7418 573.536 10.575 573.799 10.4083C576.455 10.3638 579.112 10.3188 581.768 10.2743C581.495 10.0249 581.22 9.77509 580.947 9.52573C582.277 9.48234 583.604 9.43949 584.934 9.3961C584.941 9.52103 584.949 9.64542 584.956 9.77036C587.481 9.848 590.01 9.92563 592.534 10.0033C593.193 9.88112 593.853 9.75921 594.512 9.63706C593.448 9.5754 592.38 9.51416 591.316 9.45249C592.438 9.24009 593.652 9.24877 595.303 9.26133C594.126 8.9319 596.013 8.67802 594.082 8.38684C594.22 8.55356 594.359 8.72035 594.497 8.88707C593.706 8.88936 592.915 8.89138 592.124 8.89366C592.099 8.97244 592.075 9.05146 592.053 9.13023C590.141 9.12395 590.439 9.26665 590.522 9.51548C589.364 9.54117 588.722 9.5305 588.911 9.33018C589.024 9.21199 589.858 9.12202 589.304 9.01524C588.208 9.24606 587.458 9.00461 586.238 9.03136C585.352 9.05077 585.272 9.22585 584.463 9.25841C583.017 9.3172 581.578 9.32916 580.139 9.40049C580.245 9.22295 579.774 9.08005 581.023 8.95958C581.748 8.88935 582.645 9.0456 583.308 8.83434C582.678 8.7761 581.982 8.71664 581.326 8.65783C580.397 8.73946 579.467 8.82082 578.538 8.90245C578.807 9.02693 579.079 9.15224 579.348 9.27672C578.284 9.31954 577.22 9.36207 576.16 9.40489C576.145 9.15367 576.502 8.9174 575.347 8.71642C575.875 8.67474 576.408 8.6327 576.936 8.59045C574.808 8.52993 572.677 8.46949 570.549 8.40954C572.148 8.55397 573.748 8.69797 575.347 8.8424C575.084 8.94684 574.823 9.05142 574.561 9.15587C572.385 9.19469 573.677 8.93458 572.158 8.90831C572.151 8.99162 572.144 9.07549 572.136 9.1588C571.08 9.15994 570.028 9.16059 568.972 9.16173C569.38 9.24446 569.788 9.32801 570.195 9.41075C572.862 9.21835 573.89 9.33629 575.798 9.65025C576.982 9.60914 578.167 9.56757 579.351 9.52647C579.631 9.73426 579.88 9.94326 580.178 10.1505C579.33 10.1876 578.914 9.95073 577.986 9.90952C577.556 9.89068 576.052 9.93784 575.388 9.90366C575.493 9.82421 575.536 9.67445 574.983 9.65903C574.269 9.63906 573.096 9.55589 572.659 9.56382C571.351 9.58723 571.073 9.71738 569.78 9.65977C569.503 9.26465 567.142 9.24757 565.378 9.04088C565.156 9.14994 565.572 9.36475 566.221 9.40928C567.135 9.47091 567.321 9.35544 568.279 9.48618C569.24 9.61694 570.005 9.97256 571.375 10.0948C569.543 10.2067 567.667 10.3083 565.82 10.4156C565.492 10.0422 563.72 9.91249 561.516 10.037C559.891 9.87885 556.36 9.89942 555.515 9.60996C555.389 9.5655 556.131 9.56619 556.003 9.47373C555.957 9.43956 555.476 9.11872 554.612 9.18077C553.811 9.40223 553.031 9.64029 552.234 9.86631C552.897 9.97905 553.512 9.70988 553.833 9.8729C554.008 9.96253 553.432 10.0696 553.916 10.1849C552.943 10.1712 552.292 10.1839 551.443 10.1805C552.117 10.3056 552.779 10.4296 553.45 10.554C553.581 10.554 553.72 10.5539 553.848 10.5533C553.895 10.4328 553.746 10.2951 553.921 10.1849C554.107 10.229 556.142 10.353 556.091 10.4911C556.072 10.5394 555.495 10.5419 555.686 10.6244C556.007 10.7625 557.92 10.9465 555.803 11.047C555.021 11.084 553.998 10.9405 553.87 10.8053C554.379 10.7613 554.925 10.7204 555.449 10.6771C551.574 10.6993 549.599 10.3435 547.053 9.93589C546.237 10.038 545.919 10.1698 545.471 10.3131C544.859 10.5083 545.157 10.6029 543.486 10.5636C543.494 10.4294 543.074 10.1441 543.896 10.0743C545.04 9.97783 546.079 9.76497 546.968 9.71982C547.856 9.67473 547.668 9.85985 548.574 9.79892C549.306 9.74982 549.668 9.65043 550.637 9.67954C550.4 9.61731 550.156 9.5559 549.919 9.49424C550.294 9.43146 550.671 9.36806 551.05 9.30528C551.964 9.2836 552.907 9.26235 553.806 9.24009C553.026 9.12488 551.178 9.1484 550.347 9.19176C549.52 9.23513 549.027 9.46958 548.245 9.43272C547.724 9.26775 548.895 9.13262 548.838 9.00133C548.754 8.81463 547.278 8.82367 547.551 8.60217C547.001 8.73634 546.505 8.86667 545.977 8.99913C546.195 9.14464 546.417 9.29014 546.636 9.43565C545.835 9.35348 545.037 9.271 544.236 9.18883C544.771 9.31321 545.307 9.43724 545.842 9.56162C543.933 9.52739 542.123 9.68062 540.291 9.56821C540.025 9.67495 539.762 9.78227 539.5 9.88901C538.163 9.99234 536.825 10.0955 535.488 10.1988C536.271 10.0504 537.054 9.90133 537.837 9.75352C538.052 9.43058 537.895 9.50194 536.26 9.43858C536.213 9.43625 536.226 9.33658 535.864 9.33751C535.5 9.33865 535.525 9.43593 535.474 9.44004C534.931 9.47887 534.409 9.43675 533.87 9.45103C534.387 9.59486 534.908 9.74184 535.425 9.88681C534.569 10.0735 534.878 10.2223 533.152 10.212C533.119 10.2889 533.086 10.3658 533.049 10.4427C532.004 10.5306 530.96 10.6185 529.915 10.7064C529.244 10.4986 528.573 10.2904 527.903 10.0831C527.244 10.2715 526.582 10.4601 525.923 10.6485C526.458 10.7519 526.995 10.8557 527.527 10.9591C527 10.9619 526.472 10.9545 525.945 10.9605C525.939 10.9606 525.933 10.9605 525.928 10.9605C525.575 10.7742 525.286 10.6399 525.916 10.4603C525.387 10.5859 524.859 10.712 524.331 10.8382C523.202 10.8519 522.583 10.8746 522.761 10.6639C521.952 10.6399 521.143 10.6168 520.334 10.5929C521.129 10.5495 521.924 10.506 522.715 10.4632C522.959 10.0653 524.165 9.8294 521.946 9.52793C522.459 9.38127 522.974 9.23514 523.484 9.08849C524.15 9.21287 524.82 9.3369 525.486 9.46128C526.014 9.33575 526.542 9.21035 527.07 9.08482C528.196 9.25382 528.041 9.49372 529.866 9.45835C529.738 9.6244 529.615 9.79108 529.487 9.95712C530.15 9.95655 530.817 9.95607 531.479 9.95493C531.214 9.77055 530.947 9.5856 530.681 9.40123C531.734 9.2305 532.792 9.05926 533.845 8.88854C532.523 8.9936 531.185 9.102 529.873 9.20421C529.931 9.06075 529.999 8.74183 528.586 8.72814C528.047 8.72313 527.453 8.85284 526.685 8.70617C526.652 8.83801 526.686 8.95754 526.675 9.08482C525.884 9.08482 525.092 9.08572 524.302 9.08629C524.294 9.02749 524.291 8.96842 524.287 8.90904C523.752 8.92731 523.216 8.94571 522.681 8.96398C523.074 8.79672 523.468 8.62953 523.865 8.46227C524.4 8.58671 524.936 8.71121 525.471 8.83507C525.599 8.71003 525.731 8.58439 525.862 8.45935C526.667 8.49988 527.451 8.54112 528.267 8.58166C527.866 8.40408 528.739 8.30232 528.838 8.14587C528.903 8.04203 528.225 8.00948 528.213 7.89319C528.198 7.71904 528.253 7.51316 528.22 7.33216C526.887 7.29048 525.558 7.25112 524.229 7.21058C524.09 6.98798 524.285 6.85046 525.439 6.70888C526.208 6.74827 526.973 6.78757 527.742 6.82753C528.427 6.74419 529.111 6.66129 529.8 6.57851C530.066 6.82803 530.358 7.07825 530.613 7.32777C532.591 7.22956 532.122 6.93859 533.127 6.70449C533.31 6.66315 534.851 6.70446 534.958 6.57192C535.421 6.65636 535.772 6.73765 536.194 6.82094C535.396 6.90485 534.603 6.98987 533.809 7.07436C534.741 7.11432 535.674 7.15378 536.606 7.19374C537.007 7.06986 537.407 6.94555 537.808 6.82167C539.928 6.77714 542.05 6.73218 544.17 6.68764C543.638 6.72988 543.11 6.77211 542.578 6.81435C542.848 6.98106 543.122 7.14714 543.391 7.31385C544.039 7.23052 544.74 7.14426 545.359 7.06264C546.611 7.13573 545.92 7.30181 546.738 7.42225C547.558 7.54271 549.642 7.53215 550.557 7.68226C551.398 7.67826 552.164 7.67957 552.976 7.67786C552.441 7.59395 551.909 7.50999 551.377 7.42665C551.639 7.26049 551.893 7.0946 552.163 6.92787C551.438 6.91375 550.669 7.10288 550.046 7.16737C549.423 7.23194 548.007 7.39528 547.388 7.24574C549.992 6.76054 552.38 6.68105 555.757 7.04872C555.753 6.92379 555.748 6.79866 555.745 6.67373C556.419 6.86044 557.095 7.04731 557.769 7.23402C556.439 7.40303 555.115 7.56956 553.782 7.74085C554.769 7.82884 554.183 8.13909 555.815 8.03748C556.654 7.98532 558.027 7.57982 558.872 7.5724C560.653 7.55644 561.747 7.64755 563.364 7.66468C562.122 7.46084 560.923 7.25102 559.695 7.04433C559.844 6.96216 559.99 6.88057 560.139 6.79897C555.607 6.63109 559.039 6.11013 560.916 6.16836C561.578 6.3755 562.271 6.58419 562.915 6.79018C564.47 6.61954 563.827 6.56036 563.408 6.3522C562.731 6.01598 565.512 6.26879 566.482 6.28775C566.511 6.41336 566.505 6.5377 566.516 6.66274C567.576 6.61993 568.641 6.57665 569.705 6.53384C569.169 6.45105 568.636 6.36834 568.101 6.28555C571.325 6.31351 573.552 6.04756 573.665 5.5297C573.002 5.69698 572.345 5.86486 571.682 6.03214C571.281 5.82487 570.877 5.61758 570.476 5.41032C571.004 5.32583 571.53 5.24123 572.058 5.15617C571.261 5.22352 570.462 5.29024 569.668 5.35758C569.176 5.4786 568.68 5.60058 568.188 5.72159C568.422 5.82602 568.654 5.93064 568.887 6.03507C568.096 6.07731 567.309 6.11953 566.519 6.16177C566.504 6.07955 566.489 5.99717 566.475 5.91495C564.62 5.95777 562.766 6.00104 560.916 6.04385C560.915 5.91889 560.907 5.79366 560.903 5.66813C561.431 5.70979 561.961 5.75097 562.493 5.79264C562.893 5.66649 563.291 5.54102 563.691 5.41545C563.833 5.49767 563.975 5.58078 564.121 5.663C565.178 5.663 566.236 5.66211 567.292 5.66154C566.382 5.09518 564.126 5.15573 561.299 5.40519C560.767 5.3293 560.235 5.25331 559.7 5.17741C558.771 5.25904 557.841 5.34041 556.912 5.42204C557.05 5.33877 557.188 5.25482 557.327 5.17155C556.387 5.13102 555.447 5.09051 554.507 5.04997C554.773 5.21555 555.043 5.3817 555.312 5.54728C554.802 5.55185 554.292 5.55647 553.782 5.56046C553.756 5.63869 553.73 5.71734 553.701 5.79557C551.96 5.77445 551.129 5.91798 549.749 6.05557C550.007 5.88886 550.27 5.72132 550.532 5.5546C552.058 5.57975 552.617 5.71248 553.721 5.48869C553.302 5.42645 552.885 5.36432 552.466 5.30265C552.615 5.17765 552.762 5.05194 552.908 4.92693C552.114 5.01143 551.314 5.0951 550.52 5.17961C550.247 5.01294 549.978 4.84678 549.705 4.68011C548.914 4.68182 548.102 4.67993 547.322 4.6845C547.282 4.8877 549.477 4.74815 548.875 4.98479C548.27 5.22165 547.592 5.10341 546.572 5.06169C546.539 5.14034 546.535 5.22465 546.514 5.30558C545.723 5.30787 544.931 5.31062 544.141 5.31291C545.252 5.58297 546.414 5.67232 544.556 5.93839C543.598 5.79629 542.986 5.71127 542.527 5.49381C542.418 5.44244 541.879 5.19815 541.934 5.1364C542.101 4.94865 542.876 4.88049 542.524 4.68889C542.258 4.7734 541.98 4.85341 541.707 4.93791C540.668 4.92541 539.922 5.06517 538.967 5.07487C538.253 5.08229 537.982 4.98195 537.341 4.97966C536.701 4.97752 536.628 5.1084 535.806 5.05949C534.8 4.99899 534.38 4.77477 532.964 4.82659C533.485 5.0087 534.026 5.19573 534.558 5.37956C534.296 5.4857 534.033 5.59112 533.774 5.69669C532.981 5.6984 532.183 5.70027 531.389 5.70255C531.528 5.86919 531.666 6.03541 531.804 6.20205C530.872 6.09986 529.935 5.99492 529.006 5.89444C529.56 5.7598 530.178 5.68038 530.415 5.507C530.75 5.26205 530.601 4.9382 529.771 4.70867C530.295 4.70353 530.832 4.70257 531.36 4.69915C531.36 4.57537 531.36 4.45159 531.36 4.32782C530.296 4.28728 529.228 4.24677 528.164 4.20624C528.437 4.45632 528.711 4.70614 528.984 4.95622C527.454 4.80948 527.122 4.96808 525.796 5.08513C525.789 5.00177 525.781 4.91874 525.774 4.83538C525.115 4.87761 524.456 4.91985 523.796 4.96208C523.917 4.87876 524.091 4.79737 524.175 4.71233C523.063 4.76943 521.533 4.57409 520.706 4.59807C519.049 4.64669 519.73 4.96913 519.385 5.06682C519.039 5.16444 518.714 5.07207 518.313 5.10344C515.493 5.32783 512.83 5.56713 510.254 5.85489C509.846 5.68537 509.459 5.52695 509.033 5.35173C508.414 5.49728 507.336 5.35972 506.724 5.51139C506.112 5.66327 506.412 6.01907 504.663 6.10757C504.809 5.94998 504.924 5.77487 505.059 5.611C504.13 5.73656 503.204 5.86353 502.275 5.98966C500.942 5.90801 499.61 5.82684 498.276 5.74576C498.4 5.82737 498.57 5.9144 498.665 5.99259C497.433 6.05996 496.637 5.80942 495.908 5.76774C494.306 5.67595 493.176 5.9134 492.051 5.86661C490.557 5.8038 490.771 5.57734 489.084 5.63444C489.117 5.75706 489.097 5.88421 489.111 6.00797C487.778 5.968 486.447 5.92855 485.117 5.88858C485.117 5.84684 485.117 5.80509 485.117 5.76334C484.587 5.76334 484.058 5.76334 483.528 5.76334C483.521 5.55551 483.509 5.34789 483.499 5.14006C483.236 5.22389 482.972 5.30802 482.71 5.39128C481.912 5.32964 481.11 5.26907 480.312 5.20744C480.833 5.12409 481.383 5.03672 481.89 4.95622C481.878 4.81173 480.675 4.94753 480.349 4.88591C479.668 4.75518 481.022 4.55163 480.684 4.3952C479.368 4.51965 478.028 4.64769 476.702 4.77385C476.305 4.775 475.91 4.77621 475.513 4.77678C475.505 4.65231 475.496 4.52699 475.488 4.40252C474.428 4.36199 473.367 4.32148 472.307 4.28094C472.842 4.34259 473.378 4.40574 473.914 4.46624C473.826 4.69224 473.357 4.86495 473.12 5.09831C473.007 5.20965 473.119 5.36952 471.917 5.27702C471.44 5.24037 470.992 5.05889 470.337 5.06096C469.298 5.06553 468.586 5.10246 467.573 5.03166C467.548 4.95352 467.527 4.87307 467.505 4.79436C466.704 4.77439 465.906 4.75428 465.105 4.7343C464.846 4.62872 464.582 4.52275 464.324 4.41717C463.534 4.45997 462.743 4.5027 461.953 4.54607C461.942 4.46337 461.931 4.38049 461.917 4.29779C459.979 4.2721 458.914 4.35633 458.735 4.67425C456.615 4.71992 454.494 4.76553 452.373 4.81121C452.628 4.47727 452.887 4.14394 453.142 3.81C452.352 3.85338 451.562 3.897 450.771 3.94037C450.771 4.06469 450.768 4.18958 450.764 4.3139C449.42 4.33788 448.871 4.20703 447.964 4.07513C447.035 4.17845 446.109 4.28236 445.181 4.38568C445.979 4.40509 446.778 4.42412 447.576 4.44354C447.583 4.56801 447.593 4.69333 447.6 4.8178C448.777 4.86061 449.954 4.90316 451.13 4.94597C451.819 5.15094 452.505 5.35549 453.193 5.56046C452.53 5.60328 451.868 5.64655 451.201 5.68937C451.063 5.52264 450.928 5.35586 450.786 5.18913C449.733 5.19199 448.675 5.19506 447.622 5.19792C447.615 5.28014 447.607 5.36252 447.6 5.44474C447.069 5.44531 446.537 5.44637 446.006 5.44694C445.995 5.36365 445.988 5.28032 445.977 5.19646C445.055 5.23985 444.131 5.2827 443.206 5.32609C442.849 5.13824 442.496 4.95015 442.139 4.76287C442.361 4.66066 442.583 4.55819 442.805 4.45599C443.326 4.43258 443.851 4.40925 444.373 4.38641C442.751 4.07819 440.679 4.07323 438.384 3.95795C436.602 4.20061 438.01 4.39536 437.996 4.7094C437.355 4.67002 436.713 4.63013 436.072 4.59075C435.518 4.67293 434.965 4.75539 434.412 4.83757C433.479 4.71424 432.542 4.59405 431.609 4.46844C430.679 5.09394 427.255 4.88133 424.097 5.00237C422.821 5.0509 422.46 5.37805 420.864 5.35978C420.464 5.20005 420.056 5.02895 419.656 4.86467C421.335 4.94458 422.731 4.88084 424.429 4.85515C424.44 4.7319 424.45 4.60781 424.46 4.48455C424.982 4.48227 425.507 4.48008 426.028 4.47723C426.573 4.22436 424.21 3.97111 422.822 3.98358C423.066 4.28726 421.121 4.44959 422.046 4.73504C420.978 4.61171 419.91 4.4885 418.843 4.36517C418.056 4.78293 417.273 5.2013 416.487 5.61906C416.086 5.4101 415.692 5.20107 415.295 4.99211C413.678 4.82996 412.062 4.66868 410.444 4.50652C410.444 4.38099 410.459 4.25487 410.452 4.12933C409.406 4.30057 408.109 4.42899 408.528 4.69329C408.896 4.92674 410.768 4.80995 411.541 4.89543C412.305 4.98114 411.767 5.15124 412.766 5.23234C412.764 5.2328 412.761 5.23335 412.759 5.23381C412.764 5.23439 412.768 5.23541 412.773 5.236C412.253 5.32885 411.797 5.41304 411.301 5.5026C410.489 5.33763 409.677 5.17247 408.865 5.00749C407.943 5.05032 407.023 5.09431 406.101 5.13713C405.832 4.97098 405.564 4.80378 405.291 4.63763C405.822 4.65759 406.353 4.67772 406.885 4.69768C406.885 4.59387 406.879 4.49006 406.875 4.38568C405.086 4.30232 403.869 4.30297 402.087 4.39373C402.626 4.64253 403.165 4.892 403.704 5.14079C402.637 5.01754 401.57 4.89434 400.503 4.77166C400.51 5.02165 400.518 5.27165 400.525 5.52165C399.978 5.29383 399.433 5.06629 398.887 4.83904C398.894 4.77681 398.901 4.71377 398.909 4.65154C401.241 4.65725 400.64 4.45592 399.27 4.27435C398.083 4.3183 396.895 4.3615 395.708 4.40545C395.978 4.50929 396.242 4.61288 396.511 4.71673C395.717 4.82231 394.922 4.92827 394.128 5.03386C392.147 4.83686 392.369 4.44479 390.129 4.29119C389.864 4.51378 392.477 4.72035 391.653 4.90129C391.172 5.00578 389.972 4.74315 389.353 4.85735C390.129 4.91733 389.762 5.14058 390.625 5.16057C392.107 5.19479 392.748 5.10448 392.544 5.41105C390.909 5.44752 390.477 5.219 389.341 5.1071C388.525 5.02687 387.83 5.20375 386.956 5.17009C387.484 5.1307 388.016 5.08505 388.547 5.04338C388.274 4.79393 388.001 4.54431 387.725 4.29486C385.87 4.33996 383.99 4.38582 382.153 4.43035C381.827 4.58827 382.763 4.62586 382.847 4.75994C382.989 4.99227 381.764 5.07342 382.976 5.30339C381.894 5.26343 380.841 5.2225 379.771 5.18254C379.996 5.12031 380.218 5.058 380.444 4.99577C380.219 4.93587 379.996 4.87607 379.771 4.8156C380.299 4.8116 380.824 4.80772 381.353 4.80315C381.353 4.67925 381.351 4.55499 381.348 4.43109C380.55 4.43223 379.753 4.43434 378.955 4.43548C378.959 4.60198 378.966 4.76848 378.97 4.93498C377.374 4.89616 375.773 4.85736 374.177 4.81853C374.319 4.90018 374.466 4.98297 374.604 5.06462C373.592 5.59433 374.55 5.8573 378.196 5.81168C377.66 5.68783 377.125 5.56346 376.589 5.43962C377.252 5.39679 377.916 5.35353 378.579 5.31071C379.69 5.4506 379.909 5.58974 379.8 5.80729C380.594 5.80614 381.388 5.80566 382.185 5.80509C382.192 5.88782 382.201 5.97064 382.212 6.05338C383.272 6.0939 384.332 6.1337 385.388 6.17422C383.796 6.21875 382.205 6.26373 380.613 6.30825C380.613 6.4333 380.615 6.55894 380.615 6.68398C379.126 6.71021 378.961 6.6762 378.958 6.44522C378.44 6.44236 377.927 6.43855 377.41 6.43569C377.675 6.35296 377.941 6.27014 378.21 6.18741C376.881 6.21081 375.551 6.23358 374.221 6.25699C375.299 6.46765 377.521 6.50946 377.449 6.81142C379.89 6.85424 381.054 6.70562 382.617 6.42983C382.876 6.42983 383.13 6.4291 383.389 6.4291C384.565 6.59465 385.272 6.80012 387.002 6.79677C386.758 6.66959 386.418 6.55244 386.235 6.41958C387.947 6.44732 390.689 5.99935 391.982 6.05557C394.609 6.17031 392.084 6.6542 392.625 6.90663C395.36 7.02252 395.273 6.55639 396.963 6.42837C398.366 6.3216 399.719 6.43063 400.933 6.40493C401.806 6.38661 401.99 6.28302 402.634 6.28701C405.698 6.30481 407.808 6.75527 410.945 6.75356C410.14 6.59027 409.337 6.42361 408.535 6.25918C409.854 6.30028 411.176 6.34129 412.495 6.38296C412.517 6.46283 412.54 6.54332 412.559 6.62319C413.881 6.62205 415.199 6.6214 416.521 6.62026C416.521 6.49526 416.517 6.37027 416.514 6.24527C416.783 6.32806 417.053 6.4115 417.319 6.49429C418.725 6.35557 419.52 6.20189 421.301 6.23721C420.5 6.11335 419.698 5.98974 418.896 5.86588C419.949 5.90813 421.004 5.9496 422.061 5.99185C422.09 6.06943 422.122 6.14792 422.151 6.22549C423.335 6.35166 424.519 6.47871 425.703 6.60488C425.842 6.52209 425.961 6.43621 426.111 6.35513C426.974 6.30774 427.536 6.4389 428.167 6.4606C429.179 6.49485 429.464 6.31622 430.415 6.35733C431.129 6.38875 431.533 6.50401 432.444 6.47378C432.469 6.55478 432.481 6.63872 432.51 6.71401C433.376 6.78357 433.799 6.60843 434.458 6.62026C436.076 6.64938 436.911 6.89357 438.696 6.84218C438.492 6.92602 438.285 7.00266 438.096 7.08534C438.868 7.06489 440.143 7.16673 440.457 6.99965C440.77 6.83297 440.627 6.80881 442.014 6.82021C442.029 6.73864 442.059 6.66154 442.085 6.57998C443.64 6.55601 444.993 6.59594 446.406 6.70156C447.306 6.76895 446.773 6.94722 446.868 7.06996C445.531 7.07396 444.209 7.07443 442.876 7.07729C442.797 7.50134 445.422 7.65094 445.298 8.07336C444.5 8.05396 443.703 8.03418 442.905 8.01477C443.185 8.11851 443.422 8.22174 443.73 8.32605C444.379 8.18673 446.112 8.15038 446.76 8.06531C447.407 7.98029 446.684 7.86623 446.956 7.76868C447.105 7.71501 447.539 7.67597 447.605 7.61488C447.747 7.47505 446.817 7.42584 446.963 7.26771C447.029 7.19692 447.642 7.11921 447.686 7.00331C447.744 6.8463 447.604 6.61492 447.644 6.44595C448.755 6.40998 449.393 6.56917 450.442 6.56753C451.491 6.56581 452.111 6.40445 453.23 6.43643C452.705 6.53974 452.181 6.64707 451.653 6.7521C452.185 6.85427 452.712 6.95925 453.247 7.05971C453.265 6.9421 452.891 6.75625 453.638 6.69057C454.079 6.65175 454.844 6.57606 455.176 6.58291C456.465 6.60976 457.099 6.7449 458.425 6.67812C458.68 6.5959 458.954 6.51011 459.216 6.42617C459.61 6.55176 460.043 6.67288 460.408 6.8019C459.482 6.75394 457.049 7.00726 458.164 7.16371C459.006 7.2816 460.56 6.9318 461.624 7.15492C462.859 7.03045 464.015 6.91163 465.21 6.79458C465.5 6.89859 464.703 7.14666 464.375 7.21058C463.264 7.42756 461.878 7.37085 462.046 7.67347C463.376 7.62779 464.703 7.58544 466.033 7.5409C466.04 7.66585 466.045 7.79079 466.052 7.91516C466.85 7.91402 467.64 7.91338 468.445 7.91223C468.379 7.99388 468.032 8.0982 467.588 8.16272C467.517 8.17219 466.826 8.16105 466.853 8.22497C466.886 8.29463 467.542 8.27654 467.585 8.28796C467.899 8.36789 467.548 8.45566 467.661 8.53845C467.792 8.53845 467.923 8.53845 468.054 8.53845C468.166 8.45357 468.346 8.37678 468.413 8.2865C468.152 8.28651 467.891 8.28667 467.629 8.28723C467.628 8.28723 467.626 8.28723 467.625 8.28723C467.625 8.24548 467.625 8.20373 467.625 8.16199C467.887 8.20254 468.153 8.24319 468.416 8.2843C470.663 8.07989 468.248 7.77865 467.898 7.6222C467.546 7.46593 468.485 7.46699 468.489 7.35633C468.496 7.17942 467.04 6.93108 467.737 6.7997C468.258 6.70095 469.935 6.84357 469.604 7.05019C469.273 7.25684 470.04 7.56684 471.606 7.65369C471.894 7.44763 469.354 7.25543 470.852 7.10585C472.047 6.98653 473.451 7.20901 474.78 7.15199C474.831 6.90821 475.553 6.76626 477.178 6.7748C475.895 7.16135 476.738 7.56333 479.602 7.64783C479.34 7.77283 479.072 7.89783 478.806 8.02283C480.664 8.10448 482.519 8.18727 484.377 8.26892C484.654 8.35111 484.928 8.43282 485.205 8.51501C485.467 8.38943 485.729 8.26413 485.991 8.13855C484.133 8.09915 482.271 8.05929 480.413 8.0199C480.136 7.68759 479.861 7.3554 479.58 7.02309C480.108 6.98031 480.639 6.93696 481.167 6.89418C480.107 6.85422 479.025 6.81288 477.983 6.77407C480.107 6.64505 481.645 6.6548 483.511 6.82094C485.376 6.9871 484.59 6.88009 486.433 6.88466C487.42 6.88702 488.717 7.06691 489.934 7.00697C490.072 7.37461 489.285 7.67983 488.381 8.01038C489.041 8.05205 489.723 8.08905 490.371 8.13415C491.325 8.01542 490.502 7.88487 490.935 7.68226C491.015 7.64517 492.195 7.33439 492.764 7.25306C493.798 7.10404 496.449 6.94549 497.91 6.99745C497.939 7.08024 497.935 7.16384 497.957 7.24721C499.374 7.09478 500.74 7.14314 502.332 7.11977C503.344 7.10492 503.63 6.97048 504.771 6.98647C506.676 7.01333 507.965 7.21581 509.893 6.98061C509.383 7.10848 508.84 7.23238 508.315 7.35853C509.725 7.33 510.72 7.36644 511.941 7.47206C512.21 7.49541 512.37 7.50395 512.654 7.51307C512.796 7.41775 512.949 7.32275 513.098 7.22743C514.96 7.18346 516.82 7.13956 518.682 7.0956C518.204 7.37138 516.612 7.71276 519.497 7.71961C519.228 7.55354 518.957 7.38691 518.684 7.22084C520.003 7.1763 521.323 7.13208 522.642 7.08754C522.915 7.00475 523.189 6.92221 523.462 6.83998C523.334 6.96389 523.168 7.0932 523.066 7.21425C523.496 7.35119 524.516 7.26567 524.946 7.3556C525.857 7.54574 525.415 7.73846 527.495 7.71448C526.606 7.86806 527.346 7.87759 527.288 8.02429C527.229 8.17103 525.063 8.44884 524.316 8.27697C524.805 8.17134 525.385 8.06922 525.876 7.96131C525.017 7.98472 523.428 8.01403 522.769 8.08655C522.909 8.07919 523.613 7.82504 524.138 7.78846C523.808 7.79675 523.433 7.81814 523.093 7.8302C522.824 7.7948 522.564 7.75737 522.288 7.72254C521.147 7.86357 520.32 8.21272 522.769 8.08655C522.11 8.15905 522.291 8.31763 521.479 8.33484C519.687 8.37309 518.826 8.16335 517.131 8.34948C517.35 8.2416 516.357 7.9221 515.581 7.98181C514.805 8.04232 514.601 8.15881 513.923 8.2279C514.615 8.3956 515.267 8.55923 515.94 8.72521C516.603 8.64128 517.268 8.55719 517.927 8.47326C518.066 8.63991 518.203 8.80611 518.337 8.97276C518.866 8.88883 519.398 8.80475 519.927 8.72082C520.331 8.78301 520.717 8.84368 521.135 8.90758C519.45 9.27246 522.968 10.0121 519.851 10.1937C519.501 10.2137 518.422 10.0525 518.01 10.2896C518.222 10.4244 518.565 10.5763 518.823 10.7174C519.344 10.7191 519.862 10.7208 520.383 10.7225C519.986 10.8475 519.591 10.9724 519.194 11.0975C517.985 10.7241 516.78 10.3496 515.574 9.97617C515.311 10.1018 515.048 10.2276 514.785 10.3526C512.942 10.36 511.71 10.1908 509.998 10.3592C509.99 10.1502 509.983 9.94256 509.976 9.73301C509.109 9.76205 508.716 9.67351 507.983 9.63926C507.678 9.625 507.459 9.72174 507.219 9.71177C505.875 9.65296 504.93 9.51752 503.987 9.3668C503.863 9.57448 503.732 9.7833 503.608 9.99155C502.807 9.9099 502.008 9.82768 501.206 9.74546C500.685 10.1633 500.169 10.5822 499.648 11.0001C499.372 10.9167 499.093 10.8337 498.816 10.7503C497.148 10.9203 496.123 10.6059 494.458 10.7555C493.832 10.6384 495.196 10.4972 495.593 10.4412C496.208 10.3547 496.664 10.4571 497.17 10.3526C497.676 10.2481 497.706 10.0045 498.809 9.93369C498.306 9.80582 497.81 9.6877 497.307 9.56382C497.537 9.45935 497.766 9.35392 497.996 9.24888C496.805 9.3675 496.087 9.26869 494.805 9.25328C494.95 9.48795 494.717 9.66321 493.223 9.75571C492.723 9.40196 491.336 9.13185 491.594 8.76037C490.745 8.97677 489.664 9.31027 488.87 9.49864C488.076 9.68698 487.577 9.73098 486.841 9.89194C487.38 9.88681 487.898 9.89162 488.43 9.89048C488.576 10.2324 487.865 10.5518 488.469 10.888C486.87 10.7795 487.241 10.4723 485.266 10.5174C485.536 10.5996 485.81 10.6821 486.079 10.7642C485.016 10.8493 483.952 10.9348 482.888 11.0199C482.804 10.7654 482.502 10.6232 484.473 10.6397C484.203 10.516 483.934 10.3922 483.665 10.2684C484.327 10.2279 484.99 10.1873 485.657 10.1468C486.32 10.2273 486.995 10.3073 487.654 10.3878C487.359 10.0481 485.694 9.81612 486.116 9.45762C486.214 9.37426 487.963 9.24017 487.61 9.13683C484.6 9.11684 483.756 9.47072 483.65 9.89267C482.852 9.89381 482.057 9.89503 481.26 9.8956C481.391 9.81281 481.518 9.72954 481.653 9.64732C482.414 9.7912 483.219 9.80311 482.83 9.577C482.687 9.49472 482.189 9.2881 481.985 9.22911C481.304 9.03383 480.515 8.92955 479.236 8.89586C479.633 8.9404 480.024 8.98137 480.417 9.02477C481.026 9.52483 482.209 9.74905 478.064 9.77475C478.068 9.8998 478.075 10.0247 478.079 10.1497C478.873 10.0647 479.67 9.9822 480.464 9.89487C480.814 10.3751 478.456 10.3238 476.853 10.6727C476.633 10.7219 476.915 11.0579 476.501 11.1444C475.387 11.1301 474.584 10.833 473.728 10.7987C471.706 10.7176 470.441 10.9434 468.521 10.9115C468.349 10.554 470.023 10.6649 471.707 10.658C471.976 10.3675 472.215 10.0728 472.502 9.78574C473.359 9.78232 475.51 9.8111 475.518 9.577C475.519 9.45036 474.454 9.31598 475.676 9.15514C474.565 9.15057 473.542 9.15733 472.463 9.15733C472.336 9.32448 472.208 9.49099 472.08 9.65757C470.882 9.57594 469.682 9.49457 468.484 9.41294C469.02 9.57853 469.56 9.74483 470.095 9.91098C469.301 9.9127 468.507 9.9144 467.71 9.91611C467.178 10.0828 466.649 10.2498 466.121 10.4171C466.813 9.95355 468.263 9.64399 466.106 9.22838C467.024 9.08222 467.943 8.93598 468.865 8.79039C470.33 8.95828 473.229 9.25724 473.247 8.77941C471.637 8.93757 470.485 8.64681 468.896 8.66222C466.222 8.68848 467.191 8.63114 464.509 8.55749C463.761 8.53709 460.245 8.77027 459.348 8.42419C458.802 8.51383 458.527 8.59269 458.086 8.67834C459.416 8.71829 460.738 8.75849 462.068 8.79845C462.079 8.9235 462.091 9.04897 462.102 9.17345C462.499 9.13637 462.892 9.0992 463.289 9.06212C463.689 9.18086 464.094 9.29949 464.495 9.4188C463.019 9.45363 461.46 9.49702 460.002 9.53013C458.545 9.56323 457.161 9.58777 455.737 9.61802C456.601 9.81598 458.037 9.82264 459.29 9.80552C460.343 9.79108 462.079 9.4013 462.786 9.56968C463.806 9.81235 459.814 10.1237 461.355 10.42C460.517 10.4286 459.747 10.4237 458.938 10.4266C459.193 10.3427 459.489 10.2598 459.714 10.1754C458.235 10.1668 455.518 10.1115 454.622 9.94028C453.598 9.74451 454.658 9.72461 453.97 9.48545C453.383 9.28104 451.463 8.91665 450.522 8.69225C450.632 8.85098 450.792 9.02422 450.923 9.18809C450.395 9.2309 449.863 9.27273 449.331 9.31553C450.14 9.27271 450.903 9.22847 451.741 9.18736C451.759 9.41004 453.542 9.69524 451.116 9.80259C450.455 9.8315 447.385 9.59177 446.223 9.69565C446.092 9.60953 446.169 9.53298 446.118 9.4503C444.799 9.45201 443.472 9.45168 442.153 9.45396C441.914 9.34722 443.353 9.24096 443.564 9.13536C443.647 9.09376 443.015 9.06919 443.135 9.01158C443.499 8.83871 444.79 8.80034 444.514 8.57507C443.731 8.78395 442.934 8.99402 442.144 9.20347C441.342 9.12125 440.543 9.03903 439.741 8.95738C440.004 9.09898 440.267 9.24059 440.53 9.38218C440.275 9.49065 440.018 9.5989 439.763 9.70737C438.969 9.66685 438.175 9.62631 437.385 9.58579C437.371 9.66798 437.358 9.7497 437.344 9.83188C436.109 9.82281 434.776 9.99116 433.782 9.84287C433.917 9.94391 434.047 10.045 434.182 10.1461C432.441 10.4019 429.898 10.7664 430.2 10.0977C429.537 10.1817 428.872 10.2667 428.213 10.3512C428.344 10.1844 428.474 10.0169 428.601 9.85019C427.8 9.81023 427.004 9.76931 426.199 9.72935C426.144 9.90285 426.202 10.0662 426.621 10.2288C427.208 10.4566 428.564 10.5942 428.623 10.8499C426.499 10.8671 425.79 10.4904 424.194 10.3768C423.08 10.2976 422.399 10.4183 421.394 10.2962C420.56 10.1952 420.406 9.96607 419.426 9.86557C417.944 9.89062 417.501 10.0191 417.444 10.2406C417.436 10.2405 417.428 10.2407 417.419 10.2406C417.42 10.2413 417.421 10.242 417.422 10.2428C416.897 10.237 416.377 10.2479 415.852 10.2457C415.841 10.1212 415.834 9.9959 415.823 9.87143C414.763 9.83089 413.702 9.79039 412.642 9.74985C412.478 9.51404 412.73 9.48274 414.224 9.49644C413.954 9.28976 413.68 9.0835 413.411 8.87682C412.347 8.87853 411.286 8.87934 410.222 8.88048C410.75 8.71321 411.276 8.54532 411.804 8.37805C410.74 8.46141 409.687 8.55153 408.616 8.63146C408.692 8.38766 408.936 8.01969 407.424 7.89978C405.913 7.7799 406.415 8.01247 406.182 8.13123C405.402 8.13921 404.6 8.13822 403.813 8.14221C403.574 8.43716 404.761 8.56616 405.522 8.81383C405.497 8.96447 405.472 9.11582 405.447 9.26646C404.9 9.14316 404.358 9.0199 403.811 8.89659C403.301 8.89488 402.785 8.89407 402.275 8.89293C402.261 8.76903 402.251 8.64404 402.236 8.52014C400.917 8.60807 399.598 8.69587 398.279 8.7838C397.878 9.03327 397.477 9.28286 397.08 9.53233C396.938 9.36617 396.797 9.19857 396.655 9.03356C396.116 9.017 395.608 9.06204 395.061 9.0255C395.012 9.02031 395.033 8.92061 394.666 8.92223C394.295 8.92394 394.341 9.01895 394.272 9.02696C393.868 9.06922 393.578 9.00774 393.167 9.05113C391.87 9.18699 391.218 9.33688 389.492 9.29356C389.889 9.1738 390.147 9.14618 391.079 9.16612C390.806 8.95835 390.537 8.74988 390.264 8.54211C391.061 8.58264 391.863 8.62299 392.661 8.66296C391.98 8.49288 392.309 8.41138 392.644 8.23157C391.781 8.05174 390.865 8.02762 389.485 8.03674C389.463 7.95637 389.444 7.876 389.419 7.79505C388.628 7.79562 387.841 7.79667 387.051 7.79725C387.058 7.92279 387.051 8.04628 387.065 8.17297C389.408 7.93325 391.334 8.23938 389.019 8.40954C388.068 8.47977 386.999 8.3664 385.906 8.44177C384.963 8.50631 384.427 8.71498 383.098 8.682C383.357 8.89086 383.637 9.0952 383.906 9.30235C384.704 9.30121 385.501 9.3004 386.299 9.29869C386.299 9.21544 386.288 9.13219 386.292 9.04894C386.823 9.05407 387.356 9.04429 387.888 9.04601C387.36 9.15217 386.836 9.25917 386.311 9.36534C386.828 9.4881 387.349 9.61171 387.866 9.73447C387.221 9.88117 386.577 10.0281 385.933 10.1754C384.723 9.91273 383.235 9.98334 381.519 9.87143C381.282 9.82982 381.049 9.78764 380.813 9.74546C381.024 9.70378 381.235 9.661 381.443 9.61875C380.62 9.43444 379.697 9.41542 378.32 9.43711C378.404 9.05913 378.879 8.87197 381.167 8.68127C381.659 8.64018 383.396 8.60927 382.671 8.43005C381.684 8.47002 380.626 8.51166 379.609 8.55163C379.173 8.51399 378.736 8.47346 378.303 8.4381C378.558 8.58256 378.284 9.03469 376.699 8.79259C376.539 8.76763 376.433 8.45432 375.513 8.44836C374.839 8.51971 374.186 8.61705 373.523 8.69811C373.195 8.64844 372.869 8.59732 372.542 8.5465C371.744 8.73548 371.672 8.84561 372.732 9.01232C372.116 8.9969 371.5 8.98159 370.884 8.96617C369.642 9.04721 368.4 9.1283 367.158 9.20933C368.488 9.20705 369.818 9.20502 371.147 9.20274C370.619 9.37061 370.093 9.53877 369.568 9.70664C370.894 9.57932 372.221 9.45237 373.547 9.32505C373.019 9.51453 372.498 9.70393 371.97 9.89341C371.172 9.87285 370.374 9.85317 369.573 9.83262C370.64 9.99817 371.711 10.1638 372.778 10.3299C371.179 10.2483 369.583 10.1669 367.983 10.0853C367.04 9.79467 366.1 9.50378 365.156 9.21373C364.231 9.25653 363.303 9.29983 362.378 9.34263C362.105 9.13423 361.833 8.92629 361.56 8.71789C362.89 8.7156 364.217 8.71342 365.547 8.71056C365.492 8.96179 365.191 9.1212 367.158 9.08409C365.865 8.71981 367.499 8.50937 368.723 8.20447C367.397 8.2901 366.071 8.3759 364.741 8.46154C364.738 8.33654 364.735 8.21154 364.731 8.08655C366.367 8.04428 367.172 7.9228 368.721 8.07922C368.702 7.99365 368.742 7.91593 368.691 7.82581C368.054 7.89661 367.076 7.72269 366.785 7.7284C365.386 7.75591 363.969 8.09701 362.861 8.07703C360.228 8.0302 362.575 7.45731 362.278 7.37831C361.239 7.10481 360.518 7.49528 360.354 7.58778C359.914 7.84106 360.274 8.00034 358.345 7.97302C359.415 8.05349 360.478 8.13588 361.545 8.21692C359.684 8.22034 357.823 8.22375 355.962 8.22717C356.84 8.49534 358.002 8.62197 359.954 8.59631C359.837 8.91318 360.274 9.16126 361.582 9.40562C360.788 9.38565 359.998 9.36554 359.204 9.34556C359.277 9.1326 359.171 8.9868 357.976 8.8629C357.706 8.89887 357.433 8.93517 357.163 8.97057C357.028 8.88892 356.898 8.80686 356.763 8.72521C355.706 8.87195 354.652 9.02313 353.599 9.16759C355.726 9.39084 354.504 8.90552 356.384 8.98888C357.578 9.04203 357.717 9.3024 357.598 9.4708C357.066 9.51934 356.535 9.5581 356.003 9.60264C358.597 9.73395 360.606 9.72799 363.181 9.58872C363.203 9.79303 361.835 9.69392 361.172 9.84946C360.574 9.98933 360.785 10.2407 359.641 10.3372C357.193 10.4417 359.304 10.0308 359.111 9.99887C357.665 9.75799 355.658 9.66612 354.011 9.47886C354 9.6079 354.019 9.72987 354.019 9.85605C353.48 9.77843 352.977 9.71013 352.412 9.62681C351.545 9.82471 350.813 9.62568 350.081 9.64219C348.481 9.67816 348.91 10.0624 347.234 10.1161C347.114 9.954 346.962 9.78308 346.831 9.61875C345.913 9.69924 347.132 9.87906 345.64 9.80552C344.875 9.76783 344.097 9.72644 343.252 9.74985C343.146 9.38386 343.835 9.0338 342.017 8.75231C340.822 8.85849 339.63 8.96546 338.435 9.07164C339.233 9.06993 340.028 9.06896 340.825 9.06725C340.618 9.10943 340.41 9.15104 340.203 9.19322C341.528 9.40384 341.814 9.58699 341.658 9.87802C340.601 9.88088 339.543 9.88412 338.486 9.88755C338.472 9.96846 338.48 10.0528 338.455 10.1314C337.344 10.2028 336.502 10.0529 335.627 10.0289C334.436 9.99636 334.055 10.1773 332.886 10.1402C332.813 9.89196 332.508 9.74742 334.431 9.75937C334.704 9.51103 334.979 9.26286 335.249 9.01451C333.147 9.01451 329.743 9.29844 329.67 9.65244C329.27 9.61364 328.868 9.57406 328.472 9.53526C327.943 9.65859 327.433 9.78326 326.89 9.90659C325.793 9.75474 325.433 9.67566 326.98 9.54038C328.751 9.38565 330.118 9.42991 329.648 9.02623C326.326 9.02338 326.186 9.6222 323.013 9.64219C320.546 9.65819 320.309 9.81124 317.915 9.90659C316.673 9.95623 314.157 9.99311 312.576 9.91098C310.994 9.82876 310.206 9.57992 308.154 9.69126C307.597 9.48 307.07 9.27744 306.523 9.07018C307.051 9.06789 307.575 9.06587 308.103 9.06358C308.103 8.89781 308.103 8.73205 308.103 8.56628C308.766 8.6422 309.43 8.71814 310.093 8.79406C311.554 8.63305 312.862 8.82599 314.495 8.80431C314.199 9.05201 312.578 8.93159 311.697 8.81969C311.037 8.94242 310.379 9.06537 309.719 9.18809C311.705 9.22577 313.691 9.26321 315.676 9.30088C316.346 9.09198 317.012 8.88212 317.678 8.67321C316.487 8.67606 315.299 8.67914 314.111 8.682C313.7 8.55706 313.292 8.43268 312.881 8.30774C314.48 8.38824 316.076 8.46877 317.676 8.5487C317.669 8.34029 317.664 8.13163 317.656 7.92322C315.722 7.92497 313.981 8.02262 312.073 7.93421C311.679 8.14318 311.286 8.35218 310.896 8.56115C308.123 8.4224 309.085 8.2298 310.466 7.9386C309.432 7.88208 307.463 8.09969 306.924 8.18249C306.385 8.26529 306.76 8.39457 306.465 8.42712C304.844 8.60867 302.817 8.49418 301.323 8.70544C301.716 8.49429 302.107 8.28719 302.5 8.07776C303.83 8.05435 305.161 8.03086 306.487 8.00745C306.334 7.67971 304.012 7.79232 302.886 7.95105C302.751 7.86834 302.624 7.78474 302.485 7.70203C301.841 7.70087 301.252 7.66136 300.906 7.77015C300.757 7.81738 300.267 7.98093 300.286 8.00745C300.548 8.2975 300.922 8.31749 299.341 8.53332C299.607 8.63151 299.87 8.73265 300.132 8.83141C299.334 8.87536 298.539 8.91913 297.742 8.96251C298.004 8.8369 298.267 8.71093 298.525 8.58532C297.465 8.6504 296.402 8.71563 295.342 8.78014C295.874 8.75845 296.402 8.73648 296.934 8.71422C296.679 8.9647 296.421 9.2152 296.162 9.46568C295.364 9.40403 294.562 9.34235 293.765 9.28184C294.296 9.23964 294.824 9.19733 295.352 9.15514C294.291 8.99069 293.231 8.82593 292.17 8.66149C292.425 8.557 292.682 8.45177 292.937 8.34729C293.469 8.38782 294.001 8.42907 294.536 8.4696C294.536 8.3446 294.528 8.2196 294.524 8.0946C292.182 7.97648 290.477 7.97725 288.157 8.10852C288.157 8.23352 288.157 8.35852 288.157 8.48351C287.501 8.44298 286.843 8.40247 286.184 8.36193C285.78 8.42525 285.372 8.48905 284.968 8.55236C285.5 8.59289 286.036 8.63341 286.567 8.67394C285.372 8.78071 284.181 8.88797 282.986 8.99474C282.848 8.91157 282.71 8.82889 282.568 8.74572C281.789 8.79082 281.01 8.83611 280.227 8.88121C279.692 9.08899 279.145 9.29672 278.621 9.5045C276.294 9.37833 278.253 9.24566 277.717 9.00646C277.644 8.97451 275.979 8.97294 276.23 9.08482C276.184 9.14343 276.23 9.20037 276.216 9.25841C275.684 9.25955 275.153 9.26019 274.622 9.26133C274.611 9.17924 274.598 9.09717 274.587 9.01451C272.999 9.01623 271.411 9.01866 269.827 9.02037C270.471 9.1419 271.149 9.26041 271.775 9.38365C271.767 9.38402 271.758 9.38401 271.75 9.38438C271.751 9.38462 271.752 9.38487 271.753 9.38511C270.887 9.41981 269.453 9.49663 268.738 9.51988C268.017 9.54328 268.023 9.51263 267.437 9.52573C267.728 9.42068 267.968 9.31838 268.237 9.21446C267.166 9.03302 265.593 9.06892 265.83 8.77721C264.985 8.80689 264.121 8.951 263.447 9.03209C263.312 8.99212 263.18 8.94689 263.042 8.90978C262.689 8.90066 262.721 9.02125 262.659 9.02696C260.641 9.20555 258.823 9.00158 256.685 9.04894C256.412 8.96457 256.135 8.88152 255.862 8.79772C256 8.96375 256.139 9.13046 256.277 9.29649C255.479 9.2982 254.68 9.2999 253.882 9.30162C254.086 8.9185 253.478 8.63311 252.253 8.30481C253.317 8.26084 254.378 8.21637 255.442 8.17297C255.173 8.04868 254.903 7.92447 254.634 7.80018C253.563 7.76078 252.512 7.72019 251.426 7.68079C251.291 7.82753 250.691 7.97382 250.662 8.1217C250.634 8.26945 251.354 8.4363 251.868 8.55383C252.76 8.75709 253.36 8.7262 251.87 8.93175C250.676 8.76624 249.467 8.60248 248.269 8.4381C248.262 8.56201 248.257 8.68627 248.25 8.81017C247.736 8.81359 247.226 8.81716 246.716 8.82116C246.716 8.94315 246.691 9.07139 246.709 9.18883C245.197 9.18883 245.673 8.93882 245.002 8.83947C244.332 8.74037 243.311 8.85167 242.332 8.80944C241.837 8.78764 241.571 8.68043 240.603 8.70544C239.12 8.74312 236.463 9.16183 234.744 9.08995C234.339 8.79704 236.369 8.51557 235.52 8.27405C236.041 8.21185 236.569 8.14776 237.083 8.08728C238.699 8.10725 237.456 8.39561 237.021 8.50256C236.588 8.60933 235.429 8.72217 235.513 8.84093C238.183 8.82264 240.47 8.67378 240.281 8.20447C241.345 8.24386 242.413 8.28388 243.477 8.32385C243.203 8.11601 242.933 7.90767 242.656 7.69983C241.542 7.70218 240.73 7.85745 239.863 7.70643C239.237 7.80007 241.076 8.06289 239.014 7.94812C238.744 7.93327 237.188 7.70205 237.134 7.65809C236.76 7.34826 239.705 7.43328 239.436 7.08168C238.187 7.06799 239.031 7.25378 238.179 7.33143C237.009 7.4382 236.044 7.56639 234.685 7.59437C234.685 7.76014 234.685 7.92591 234.685 8.09168C234.153 8.07169 233.62 8.05233 233.088 8.03235C233.347 7.88682 233.606 7.74063 233.865 7.5951C233.355 7.59225 232.84 7.5899 232.334 7.58704C232.29 7.5078 232.303 7.42955 232.227 7.34974C230.522 7.35545 227.668 7.26195 226.812 7.54676C225.955 7.83168 229.596 7.70001 230.369 7.83533C231.039 7.84047 231.63 7.84468 232.271 7.84925C232.543 7.9519 232.819 8.0542 233.096 8.15686C232.834 8.30297 232.577 8.44947 232.314 8.59557C231.775 8.4711 231.237 8.34652 230.698 8.22204C230.17 8.24487 229.642 8.2679 229.114 8.29016C228.975 8.14456 228.837 7.99778 228.699 7.85218C228.181 7.97722 227.627 8.10661 227.131 8.22937C225.956 8.15169 226.469 7.98873 225.784 7.87342C225.098 7.75818 222.885 7.72163 221.941 7.74158C221.886 7.82494 221.893 7.9022 221.86 7.98328C221.365 7.98898 220.866 7.99515 220.371 8.00086C219.981 8.24634 219.977 8.53037 217.952 8.49963C217.813 8.37527 217.677 8.25046 217.539 8.1261C216.872 8.08557 216.206 8.04505 215.54 8.00452C216.596 7.87837 217.664 7.74883 218.713 7.6244C217.362 7.69006 216.187 7.88083 215.061 7.98474C213.586 8.12057 212.173 8.07742 212.336 8.3861C211.08 8.45061 209.033 8.20709 207.932 8.16418C206.832 8.12193 206.178 8.17628 205.161 8.15173C206.371 7.9736 207.436 7.88123 209.119 7.88806C209.14 7.80927 209.168 7.73159 209.189 7.65223C212.314 7.54996 211.815 7.12813 208.723 7.15199C208.056 7.15713 208.143 7.40428 207.571 7.46253C206.766 7.4888 205.964 7.50708 205.159 7.52992C204.955 7.74856 204.28 7.92728 204.368 8.15393C203.479 8.13794 202.768 8.09547 201.97 8.03381C201.967 8.15772 201.964 8.28198 201.96 8.40588C200.354 8.42357 199.618 8.5358 199.592 8.78966C198.532 8.75027 197.471 8.71024 196.411 8.67028C196.629 8.5659 196.843 8.46192 197.058 8.35754C196.286 8.00592 195.513 7.65375 194.741 7.30214C193.288 7.27754 192.41 7.11402 191.172 7.29994C190.899 7.13559 190.636 6.97252 190.359 6.80703C189.11 6.99538 189.011 7.01019 190.012 7.24867C190.832 7.44394 191.878 7.73901 193.171 7.86463C193.951 7.94057 194.229 7.74497 194.79 7.86316C194.521 7.96416 194.265 8.07205 193.999 8.1759C193.321 8.0954 192.643 8.01544 191.965 7.93494C190.086 7.907 189.418 8.17881 187.622 8.18909C187.622 8.13152 187.629 8.07453 187.629 8.01697C186.825 7.99243 186.02 7.96827 185.215 7.94373C185.484 8.0682 185.758 8.19279 186.028 8.31726C185.23 8.31897 184.432 8.32067 183.63 8.32238C183.649 8.48795 183.626 8.65844 183.662 8.82116C182.249 8.86106 183.348 8.51893 182.375 8.58459C180.623 8.70328 178.314 8.67083 176.882 8.95226C175.698 8.72734 174.693 8.74823 172.944 8.70031C171.578 8.66263 169.428 8.59211 168.157 8.59264C164.116 8.59493 160.868 8.5334 156.882 8.49743C154.354 8.47462 150.863 8.62753 149.417 8.19934C148.513 7.93163 151.1 8.10698 150.886 7.88513C148.39 7.78293 147.326 7.45277 144.509 7.52186C145.573 7.56125 146.641 7.60111 147.705 7.64051C147.45 7.8077 147.181 7.97502 146.934 8.14221C145.812 8.15134 145.235 8.06298 144.121 8.01843C143.425 7.99046 142.623 8.06102 141.77 8.00964C140.783 7.95027 140.324 7.7274 138.95 7.78333C138.936 7.8638 138.943 7.94943 138.936 8.03162C138.003 7.99279 137.091 7.95154 136.14 7.91443C135.764 7.98572 134.782 8.0543 135.408 8.15979C136.869 8.40531 139.011 7.93775 138.953 8.40881C135.915 8.41223 132.855 8.41743 129.81 8.42199C128.392 8.25641 128.49 8.05947 128.567 7.8031C128.29 7.88359 128.056 7.97628 127.747 8.04993C125.542 8.2315 123.407 7.79364 121.902 7.73426C120.394 7.67495 120.423 7.92855 118.977 7.81849C119.279 7.66152 119.506 7.48557 119.775 7.32118C119.007 7.42623 118.237 7.53196 117.468 7.63758C117.709 7.74147 117.966 7.8457 118.196 7.94959C117.646 7.95982 116.789 7.94447 116.309 7.93933C114.408 7.92105 113.82 7.84943 112.046 7.72327C111.524 7.68621 110.031 7.67581 109.434 7.59364C109.576 7.90025 108.767 8.08476 107.043 8.22351C107.04 8.0568 107.03 7.88982 107.026 7.72254C105.434 7.80933 103.841 7.8956 102.249 7.98181C102.773 7.89674 103.303 7.81201 103.828 7.72693C103.424 7.56194 103.023 7.39609 102.622 7.23109C102.761 7.35557 102.897 7.48104 103.032 7.60609C100.908 7.61065 98.7804 7.61397 96.6528 7.61854C96.6528 7.74358 96.6614 7.86922 96.665 7.99426C95.8671 7.99598 95.0679 7.99695 94.27 7.99866C95.0058 7.81029 94.3662 7.69888 94.2529 7.49915C94.9194 7.53568 95.5908 7.57175 96.2573 7.60828C96.9129 7.50668 97.5683 7.40447 98.2275 7.30287C97.6959 7.19958 97.1601 7.09708 96.6284 6.99379C97.6921 7.03318 98.7606 7.07232 99.8242 7.11171C99.2959 7.07003 98.7656 7.02904 98.2373 6.98793C98.2264 6.86348 98.2153 6.73902 98.208 6.61513C96.0078 6.62264 94.212 6.90732 92.2266 6.62759C92.3686 6.8771 92.5117 7.12733 92.6538 7.37684C90.6827 7.42081 89.9894 7.26743 88.645 7.07216C87.687 6.93288 86.9545 6.82759 86.2915 7.08388C85.5703 7.36245 87.2744 7.11763 87.8613 7.1974C86.8596 7.327 87.3071 7.47764 86.6553 7.6449C85.9339 7.8299 85.0852 7.8195 86.6992 8.01477C88.1381 7.84579 89.6097 7.6753 91.0596 7.50575C91.1397 7.7564 91.461 7.89891 89.5117 7.88806C89.5044 8.01197 89.497 8.13639 89.4897 8.26086C88.171 8.262 86.8485 8.26338 85.5298 8.26452C85.5297 8.18292 85.4823 8.09832 85.5078 8.01843C83.7738 7.96935 84.1444 8.18795 82.5122 8.25647C81.6669 8.2919 80.0179 8.41328 78.6304 8.36486C77.2422 8.31633 75.4918 7.99941 73.5498 8.16785C74.0343 8.03256 74.5987 7.91396 75.1123 7.78553C74.1654 7.86943 73.215 7.95357 72.2681 8.03748C71.3576 7.99866 70.4466 7.95983 69.5361 7.92102C69.8055 8.00375 70.0748 8.08658 70.3442 8.16931C69.2807 8.17102 68.2169 8.17289 67.1533 8.17517C67.412 8.00787 67.6734 7.84076 67.9321 7.67347C67.5277 7.71401 67.1256 7.75451 66.7212 7.79505C66.7212 7.71356 66.7285 7.63264 66.7285 7.55116C65.5411 7.55173 64.349 7.55351 63.1616 7.55409C63.1398 7.47367 63.12 7.39353 63.0981 7.31312C62.4425 7.27373 61.7861 7.2337 61.1304 7.19374C59.254 7.49693 56.782 7.4511 54.3628 7.57386C54.7745 7.69833 55.1913 7.82308 55.603 7.94812C56.2551 7.9053 56.9114 7.86204 57.5635 7.81922C57.5708 7.94424 57.5745 8.06992 57.5781 8.19495C56.9152 8.23433 56.2513 8.27364 55.5884 8.3136C55.053 8.23711 54.521 8.1601 53.9893 8.08362C52.5282 8.16641 51.0655 8.24911 49.6045 8.33191C49.7356 8.24856 49.864 8.16477 49.9951 8.08142C49.5984 8.08142 49.198 8.08288 48.8013 8.08289C48.6666 8.16729 48.5294 8.2519 48.3984 8.3363C44.7339 8.37335 41.3132 8.12412 38.0493 8.46594C35.499 8.12679 33.0936 8.2895 29.873 8.24841C29.0861 8.23813 28.2082 8.37226 27.3193 8.23816C27.2683 8.32266 27.2862 8.40544 27.2607 8.48937C26.0657 8.41058 24.8694 8.33462 23.6743 8.25354C21.3938 8.63717 20.4765 8.4596 18.0103 8.27405C16.5714 8.16615 15.6125 8.07251 14.0063 8.02283C13.2704 7.99999 14.0016 8.41659 12.1289 8.255C12.0816 8.09691 12.1105 7.92281 12.0923 7.75843C10.8429 7.8817 10.234 7.85363 9.69482 7.63612C11.3083 7.64867 12.2881 7.68857 12.0776 7.38343C12.5986 7.38115 13.1203 7.37839 13.6377 7.37611C13.8674 7.141 14.672 7.05166 13.252 6.881C10.9968 6.96721 8.7371 7.05333 6.48193 7.13954C6.12688 6.83759 9.13842 6.55404 9.64111 6.26065C7.59007 6.24409 7.08702 6.06362 7.22168 5.76334C6.31082 5.73479 5.82476 5.79739 5.26367 5.88932C4.11686 6.07656 4.34625 6.29338 2.45605 6.26944C2.60893 6.14392 2.72434 6.02429 2.88818 5.89591C1.84113 5.74466 2.92549 5.59171 3.04932 5.46671C3.17228 5.34184 2.20131 5.34572 2.00439 5.27556C1.42512 5.0683 1.66133 4.99777 0.0439453 5.01775C0.0293881 4.81129 0.0145572 4.60369 0 4.39666C0.400418 4.43717 0.800754 4.47774 1.20117 4.51824C1.06636 4.39434 0.924621 4.26935 0.793457 4.14545C2.73906 4.04895 4.77338 4.00522 6.7627 4.00922C7.36008 4.0104 7.99129 4.09204 8.32275 4.10004C11.2402 4.17193 11.9691 4.08881 15.0073 4.01288C15.6086 3.99805 17.4531 4.18109 18.772 4.11029C19.2231 4.08556 19.5076 3.90892 20.5518 3.88031C21.8015 3.84662 24.3501 3.99979 25.9277 3.99237C27.2134 3.98661 28.5972 3.8781 29.8901 3.85981C29.9011 3.94141 29.9011 4.02681 29.9048 4.10956C31.2274 3.98965 32.5507 3.87058 33.877 3.75068C35.6002 3.78379 37.3271 3.81644 39.0503 3.84955C39.0648 3.93229 39.0833 4.01193 39.0942 4.09637C40.511 3.98623 41.2617 4.1008 42.6782 4.09344C44.0954 4.08602 45.1057 3.89394 46.6431 3.96014C47.1859 4.08176 47.7225 4.20888 48.2617 4.33221C48.1342 4.16723 47.9585 3.99646 47.8638 3.8349C48.9568 3.74983 50.5097 3.92109 51.355 3.91767C53.9342 3.90679 55.8728 3.70022 58.208 3.88178C59.1369 3.95375 60.2624 4.26574 60.9546 4.29266C63.7996 4.40398 64.0296 4.06212 65.7812 3.9433C66.7976 3.87422 66.737 4.02423 67.3706 4.01801C70.6898 3.98546 73.7043 3.70561 76.936 3.66279C80.1673 3.62006 83.4533 3.98107 86.4551 4.00848C88.8488 4.03018 89.5704 3.78027 91.7236 4.00409C91.709 3.91787 91.7298 3.8377 91.748 3.75434C92.8447 3.75148 94.2704 3.73716 95.2905 3.74115C95.9971 3.74401 96.4198 3.83907 96.8823 3.83856C98.2701 3.83571 99.4944 3.57269 100.791 3.62617C102.354 3.69126 102.567 3.93788 104.473 3.85395C104.465 3.91609 104.486 3.9697 104.49 4.02899C104.898 4.01244 105.303 3.99631 105.71 3.97919C105.973 4.06024 106.239 4.14129 106.501 4.22235C106.895 4.09616 107.292 3.97004 107.686 3.84442C106.888 3.80446 106.086 3.76501 105.288 3.72504C106.341 3.70049 107.394 3.67562 108.447 3.65107C109.245 3.67391 110.04 3.69634 110.837 3.71918C110.859 3.79955 110.884 3.88051 110.906 3.96088C111.685 3.95916 112.47 3.95763 113.25 3.95648C113.115 3.65233 114.037 3.69336 115.662 3.70307C116.197 3.78524 116.728 3.86772 117.263 3.94989C116.99 3.82548 116.722 3.70077 116.453 3.57636C117.246 3.49076 118.04 3.40578 118.838 3.32075C119.774 3.48576 120.712 3.65085 121.648 3.81586C121.513 3.69207 121.371 3.56458 121.24 3.44306C122.128 3.39468 122.503 3.52308 123.198 3.52949C123.894 3.53577 124.079 3.43388 124.829 3.42988C125.947 3.42361 127.24 3.42997 128.398 3.42768C128.413 3.51042 128.418 3.5934 128.425 3.6767C128.691 3.67613 128.956 3.67581 129.221 3.67524C129.221 3.59302 129.244 3.51007 129.233 3.42842C131.328 3.3228 132.862 3.27528 135.132 3.30098C141.358 3.37006 147.41 3.1453 153.469 3.49873C155.681 3.3086 157.801 3.22379 160.322 3.24092C159.787 3.11702 159.25 2.99259 158.711 2.86812C159.771 2.90808 160.832 2.94828 161.892 2.98824C162.3 3.11214 162.71 3.2364 163.118 3.3603C163.508 3.10964 163.897 2.85804 164.287 2.60738C166.676 2.79466 165.081 3.02607 165.117 3.35664C167.019 3.35207 169.25 3.34893 171.064 3.33979C171.799 3.33649 172.251 3.44582 172.637 3.43794C174.506 3.3974 175.742 3.11545 177.49 3.31636C178.263 3.19418 179.076 3.07411 179.849 2.95308C180.646 3.04783 181.021 3.17288 181.887 3.26362C182.911 3.37094 183.719 3.29656 183.494 3.56464C184.561 3.60575 185.608 3.64804 186.665 3.68915C186.669 3.56538 186.675 3.4416 186.682 3.31782C187.192 3.31439 187.708 3.31083 188.218 3.30684C188.225 3.18306 188.228 3.05928 188.235 2.9355C189.032 2.97545 189.83 3.01567 190.627 3.05562C190.806 2.76332 192.96 2.44824 193.022 2.92525C192.491 2.94695 191.958 2.96947 191.426 2.99117C191.954 3.01172 192.48 3.03213 193.008 3.05269C193.019 3.17711 193.03 3.30107 193.037 3.42549C194.629 3.50825 196.305 3.13791 196.211 2.91866C196.878 2.99914 197.544 3.07914 198.21 3.15962C200.48 2.96722 201.256 2.82277 200.979 2.4089C201.766 2.45114 202.553 2.49353 203.34 2.53634C203.369 2.61379 203.402 2.69179 203.435 2.76925C204.353 2.85372 205.271 2.93892 206.189 3.02339C206.582 2.89785 206.98 2.77248 207.373 2.64693C206.86 2.64522 206.351 2.64279 205.837 2.64107C205.404 2.52117 204.972 2.40063 204.539 2.28073C202.819 2.28301 201.099 2.28504 199.38 2.28732C200.112 2.65152 200.145 2.78374 198.21 3.03951C198.068 2.78954 197.925 2.54021 197.783 2.29025C196.858 2.45861 195.932 2.62668 195.007 2.79561C195.138 2.71286 195.274 2.62991 195.405 2.54659C193.248 2.53746 191.823 2.35913 189.812 2.55611C189.98 2.17584 189.764 1.93299 187.786 1.68747C186.857 1.77195 185.931 1.85641 185.002 1.94089C185.8 1.98142 186.602 2.02121 187.4 2.06174C187.407 2.35343 187.426 2.64454 187.429 2.93623C185.521 2.86775 183.412 2.87774 181.543 2.81099C180.88 2.78702 180.733 2.67228 180.278 2.63741C178.96 2.53581 178.479 2.59318 178.621 2.32907C177.841 2.3736 177.049 2.4162 176.262 2.46017C176.342 2.73537 176.48 2.9615 174.673 3.08711C174.658 2.96321 174.646 2.83895 174.631 2.71505C174.129 2.71162 173.628 2.70822 173.125 2.70479C173.103 2.62496 173.082 2.54497 173.057 2.46456C172.547 2.46228 172.039 2.46025 171.526 2.45797C171.493 2.37861 171.463 2.29857 171.431 2.2192C170.648 2.22092 169.868 2.22189 169.084 2.2236C169.07 2.30411 169.051 2.38552 169.033 2.46603C168.115 2.50827 167.197 2.55049 166.279 2.59273C164.87 2.43403 164.614 2.085 162.681 2.10715C162.805 1.94049 162.93 1.7743 163.054 1.60764C162.126 1.65101 161.197 1.69464 160.269 1.73801C159.836 2.14668 162.893 2.36754 162.698 2.73336C160.803 2.57013 159.137 2.76702 157.112 2.74361C157.64 2.68023 158.173 2.61713 158.701 2.55318C158.009 2.45157 157.317 2.34938 156.621 2.24777C155.984 2.26889 155.342 2.2902 154.705 2.31076C156.093 2.02817 156.988 1.77049 155.073 1.49705C154.949 1.70537 154.821 1.91421 154.697 2.12253C153.633 2.12481 152.573 2.12757 151.509 2.12985C151.247 2.29645 150.987 2.46349 150.725 2.63009C148.197 2.41202 149.622 2.34294 150.605 2.06833C148.453 1.47808 151.607 1.81463 152.7 2.00021C153.265 2.00478 153.301 1.87046 153.071 1.81565C151.986 1.5565 150.015 1.62886 148.296 1.63401C148.562 1.75901 148.839 1.88311 149.109 2.00754C148.315 2.07149 147.515 2.13548 146.721 2.19943C146.721 2.24118 146.721 2.28292 146.721 2.32467C147.257 2.42801 147.792 2.53114 148.328 2.63448C146.732 2.63734 145.136 2.63984 143.54 2.64327C143.002 2.39155 145.297 2.13036 146.714 2.13717C146.641 1.81517 145.406 1.7382 143.508 1.76731C143.512 1.89228 143.516 2.01806 143.523 2.14303C141.366 2.05339 139.332 2.16617 137.146 2.15475C136.224 2.44819 135.303 2.7424 134.377 3.03584C133.441 2.91308 132.504 2.78686 131.575 2.66524C132.307 2.63157 133.538 2.83951 133.95 2.71651C134.362 2.59318 134.721 2.4304 134.753 2.28366C132.484 2.33219 131.087 2.53591 129.583 2.79342C128.672 2.62617 127.604 2.53752 126.868 2.332C126.391 2.19965 126.641 2.1133 125.173 2.1738C125.446 2.29475 125.717 2.42278 125.986 2.54659C125.05 2.58941 124.11 2.63268 123.174 2.6755C123.316 2.75883 123.466 2.84191 123.608 2.92525C122.811 2.92639 122.011 2.9263 121.213 2.92745C121.472 2.71855 121.731 2.51013 121.99 2.30124C120.933 2.4691 119.876 2.638 118.816 2.80587C118.943 2.63914 119.072 2.47178 119.199 2.30563C118.934 2.33756 118.668 2.36981 118.406 2.40231C118.005 2.28754 117.599 2.17211 117.195 2.05734C118.258 2.0562 119.322 2.05482 120.386 2.05368C119.187 1.93094 117.984 1.80801 116.782 1.68528C115.736 1.87813 113.905 1.8915 113.953 2.17746C113.45 2.18202 112.948 2.18754 112.449 2.19211C112.441 2.3159 112.436 2.44038 112.429 2.56417C111.897 2.54419 111.364 2.52336 110.833 2.50338C111.091 2.31557 111.35 2.12781 111.609 1.93942C110.4 2.14719 109.208 2.35364 107.988 2.56197C106.786 2.56083 105.274 2.60936 104.155 2.56197C103.441 2.53171 103.019 2.37024 102.52 2.35763C101.069 2.31995 101.295 2.29906 99.8486 2.21628C98.6681 2.1489 94.7512 2.15053 94.0771 1.89987C94.5617 1.73316 95.1089 1.56854 95.6299 1.40183C94.73 1.28079 94.2184 1.13338 93.1982 1.02318C92.1786 0.913117 91.346 0.98812 91.604 0.717763C91.0648 0.709198 90.5539 0.71744 90.022 0.716298C90.0074 0.655803 89.993 0.598496 90.0513 0.536858C91.3737 0.28795 92.2235 0.180589 94.4604 0.213132C95.9755 0.235417 96.4129 0.344632 97.6367 0.08496ZM508.02 10.6075C508.009 10.6903 507.999 10.7738 507.988 10.8565C508.651 10.8354 509.318 10.8132 509.98 10.7921C509.711 10.6876 509.444 10.5839 509.175 10.4801C510.235 10.4789 511.296 10.4775 512.356 10.4764C512.629 10.6426 512.903 10.8098 513.176 10.9759C512.116 10.9776 511.052 10.9777 509.988 10.9788C509.991 11.1038 509.99 11.2296 509.99 11.3546C508.803 11.3568 507.612 11.3587 506.421 11.3604C506.279 11.2765 506.141 11.1924 505.999 11.1085C505.74 11.1679 505.481 11.2271 505.222 11.2865C504.421 11.3116 503.619 11.3368 502.817 11.3619C503.597 11.1735 504.379 10.9848 505.159 10.7965C504.634 10.6932 504.113 10.5892 503.589 10.4859C505.214 10.4814 505.95 10.3627 505.972 10.108C506.657 10.2742 507.339 10.4414 508.02 10.6075ZM513.186 11.2894C513.055 11.3105 512.919 11.3305 512.788 11.3516C512.388 11.29 511.987 11.2278 511.587 11.1656C511.722 11.1445 511.854 11.1245 511.985 11.1033C512.385 11.165 512.786 11.2272 513.186 11.2894ZM517.996 11.2821C517.992 11.2033 518.746 11.2012 518.75 11.2806C518.754 11.3598 517.998 11.3605 517.996 11.2821ZM545.918 11.2513C545.915 11.1728 546.67 11.1721 546.672 11.2506C546.676 11.3294 545.918 11.3301 545.918 11.2513ZM553.079 11.3048C552.547 11.3048 552.014 11.3055 551.482 11.3055C551.482 11.264 551.482 11.2225 551.482 11.181C552.014 11.181 552.547 11.1795 553.079 11.1795C553.079 11.2213 553.079 11.263 553.079 11.3048ZM567.458 11.2257C567.456 11.1471 568.211 11.1464 568.213 11.2249C568.216 11.3037 567.459 11.3045 567.458 11.2257ZM495.654 11.1876C495.654 11.1088 496.408 11.1081 496.409 11.1868C496.412 11.2656 495.655 11.2663 495.654 11.1876ZM529.961 11.1436C529.957 11.0643 530.714 11.0636 530.715 11.1422C530.719 11.2215 529.962 11.2223 529.961 11.1436ZM458.931 11.1751C458.399 11.1757 457.868 11.176 457.336 11.1766C457.482 11.0168 456.871 10.9416 456.528 10.8023C457.326 10.8018 458.123 10.8013 458.921 10.8001C458.925 10.9251 458.931 11.0502 458.931 11.1751ZM480.461 10.6449C480.48 10.7257 480.497 10.8072 480.515 10.888C481.032 10.8892 481.546 10.8913 482.063 10.8924C482.067 10.9757 482.068 11.0589 482.068 11.1422C481.536 11.1427 481.003 11.1438 480.471 11.1444C480.202 10.9783 479.928 10.8116 479.658 10.6456C479.924 10.645 480.191 10.6449 480.457 10.6449C480.458 10.6449 480.46 10.6449 480.461 10.6449ZM592.168 11.077C593.352 10.8726 594.727 10.7662 594.563 11.1378C594.166 11.099 593.765 11.0609 593.364 11.0221C592.967 11.0403 592.565 11.0587 592.168 11.077ZM517.161 10.7196C517.317 10.844 516.644 11.1291 515.576 11.096C515.573 10.9717 515.566 10.8467 515.566 10.7218C516.098 10.7212 516.629 10.7201 517.161 10.7196ZM447.761 11.0697C447.23 11.0702 446.698 11.0719 446.167 11.0719C446.163 11.0302 446.165 10.9883 446.165 10.9466C446.697 10.946 447.229 10.9451 447.761 10.9451C447.761 10.9867 447.761 11.0282 447.761 11.0697ZM561.858 10.8133C562.557 10.6848 564.54 10.9631 564.224 11.0213C563.524 11.1497 561.544 10.8718 561.858 10.8133ZM462.109 10.7957C462.113 10.8791 462.117 10.9629 462.117 11.0462C461.585 11.0468 461.052 11.0471 460.52 11.0477C460.917 10.9638 461.314 10.8797 461.711 10.7957C461.844 10.7957 461.977 10.7957 462.109 10.7957ZM464.514 11.0433C464.248 11.0439 463.982 11.044 463.716 11.044C463.712 10.9185 463.704 10.7933 463.704 10.6683C463.969 10.6677 464.236 10.6676 464.502 10.6676C464.506 10.7931 464.507 10.9183 464.514 11.0433ZM590.574 11.0162C590.042 11.0168 589.509 11.0177 588.977 11.0177C588.973 10.8927 588.967 10.7676 588.967 10.6427C589.499 10.6421 590.03 10.6412 590.562 10.6412C590.565 10.7662 590.574 10.8912 590.574 11.0162ZM598.501 10.6082C598.974 10.5374 598.217 10.2628 600.129 10.3878C600.088 10.6915 597.429 11.0632 595.356 11.0118C595.356 10.8474 595.347 10.6749 595.347 10.5145C596.403 10.5135 597.405 10.7715 598.501 10.6082ZM493.23 11.003C492.356 11.0309 491.656 10.9792 490.847 10.9444C490.035 10.9102 489.191 10.9179 489.233 10.7584C490.297 10.7572 491.354 10.755 492.415 10.7533C492.681 10.6699 492.952 10.5861 493.218 10.5028C493.221 10.6695 493.23 10.8369 493.23 11.003ZM438.169 10.4618C437.593 10.6313 437.224 10.7682 437.38 10.9635C436.583 10.9646 435.788 10.9651 434.99 10.9657C434.987 10.799 434.979 10.6321 434.976 10.4654C436.039 10.4637 437.105 10.4629 438.169 10.4618ZM450.945 10.9422C450.41 10.8595 449.878 10.7767 449.343 10.6939C449.875 10.6934 450.406 10.6925 450.938 10.6925C450.941 10.7757 450.945 10.859 450.945 10.9422ZM465.327 10.8543C465.325 10.7753 466.079 10.7749 466.079 10.8536C466.082 10.9329 465.327 10.9331 465.327 10.8543ZM565.032 10.7906C564.948 10.3694 567.979 10.5579 569.812 10.5357C569.134 10.6608 568.461 10.7863 567.783 10.9107C566.865 10.8708 565.95 10.8306 565.032 10.7906ZM540.286 10.3182C539.717 10.4884 539.331 10.6241 539.502 10.8199C539.237 10.8199 538.971 10.8206 538.706 10.8206C538.699 10.654 538.695 10.4871 538.691 10.3204C539.223 10.3198 539.754 10.3188 540.286 10.3182ZM443.782 10.7613C443.778 10.6825 444.532 10.6818 444.536 10.7606C444.539 10.8391 443.784 10.8397 443.782 10.7613ZM454.155 10.743C454.152 10.6642 454.91 10.6635 454.91 10.7423C454.912 10.8208 454.157 10.8215 454.155 10.743ZM402.275 10.7752C400.942 10.6936 399.612 10.6115 398.279 10.5299C399.609 10.4865 400.936 10.4431 402.266 10.4002C402.269 10.5252 402.275 10.6502 402.275 10.7752ZM612.451 9.12364C611.709 9.14028 612.363 9.31273 611.604 9.37046C611.141 9.40529 610.565 9.48178 609.971 9.48692C608.349 9.50119 607.82 9.27295 606.487 9.56529C607.008 9.5847 607.541 9.60788 608.069 9.629C608.076 9.87724 608.079 10.1249 608.086 10.3731C607.562 10.3954 607.033 10.4175 606.509 10.4398C607.478 10.6208 607.096 10.7959 608.906 10.7503C608.881 10.6538 608.01 10.5992 608.477 10.505C609.613 10.2744 610.021 10.3789 610.735 10.0516C611.394 9.74899 614.856 9.45367 612.451 9.12364ZM415.037 10.7437C414.148 10.6918 413.665 10.5977 412.649 10.62C412.642 10.4538 412.634 10.2873 412.627 10.1212C413.158 10.1206 413.687 10.1203 414.219 10.1197C414.492 10.3276 414.763 10.5359 415.037 10.7437ZM419.028 10.7379C418.762 10.7384 418.496 10.7393 418.23 10.7393C418.172 10.5626 417.539 10.418 417.422 10.2428C417.429 10.2428 417.437 10.2427 417.444 10.2428C417.444 10.242 417.444 10.2413 417.444 10.2406C417.967 10.2462 418.49 10.2354 419.014 10.2376C419.021 10.4043 419.025 10.5712 419.028 10.7379ZM557.073 10.6126C557.069 10.5339 557.824 10.5332 557.825 10.6119C557.828 10.6907 557.073 10.6913 557.073 10.6126ZM564.092 10.294C564.911 10.4036 563.138 10.713 562.764 10.6646C561.944 10.5556 563.719 10.2452 564.092 10.294ZM605.723 10.628C605.781 10.3768 604.91 10.2476 603.318 10.2545C604.119 10.379 604.921 10.5035 605.723 10.628ZM440.566 10.5848C440.035 10.5848 439.502 10.5863 438.97 10.5863C438.966 10.5446 438.965 10.5027 438.965 10.461C439.497 10.461 440.03 10.4603 440.562 10.4603C440.565 10.5018 440.566 10.5433 440.566 10.5848ZM450.957 10.505C450.953 10.4262 451.711 10.4254 451.711 10.5042C451.714 10.5827 450.959 10.5833 450.957 10.505ZM458.113 10.5511C457.049 10.5523 455.983 10.5536 454.919 10.5548C454.919 10.513 454.919 10.4713 454.919 10.4295C455.983 10.4284 457.049 10.427 458.113 10.4259C458.113 10.4676 458.113 10.5094 458.113 10.5511ZM383.12 10.5518C381.758 10.4177 381.057 10.4646 379.629 10.5496C378.397 10.4486 377.162 10.349 375.93 10.2479C378.007 9.935 379.979 10.2693 382.307 10.0523C382.58 10.2191 382.847 10.3851 383.12 10.5518ZM387.91 10.5453C387.378 10.5458 386.845 10.5467 386.313 10.5467C386.31 10.5051 386.311 10.4631 386.311 10.4215C386.843 10.4209 387.376 10.42 387.908 10.42C387.911 10.4617 387.91 10.5036 387.91 10.5453ZM476.453 10.1497C474.861 10.1464 473.998 10.2773 474.07 10.5284C475.662 10.5318 476.525 10.401 476.453 10.1497ZM489.209 9.63193C490.207 9.63652 490.444 9.82559 490.808 9.94321C491.428 10.1431 491.865 10.2781 491.628 10.5042C491.627 10.504 491.625 10.5037 491.624 10.5035C489.573 10.5486 490.294 10.4132 490.017 10.1952C489.74 9.97774 488.97 9.85612 489.209 9.63193ZM367.952 10.0838C366.891 10.2103 365.831 10.3368 364.771 10.4632C365.299 10.2959 365.824 10.1279 366.353 9.96005C366.884 10.0017 367.42 10.0427 367.952 10.0838ZM444.57 10.3856C444.567 10.3068 445.325 10.3061 445.325 10.3849C445.327 10.4634 444.572 10.464 444.57 10.3856ZM558.643 10.4229C558.111 10.4235 557.578 10.4244 557.046 10.4244C557.042 10.3412 557.039 10.2579 557.039 10.1747C557.571 10.1741 558.103 10.1732 558.635 10.1732C558.639 10.2564 558.643 10.3397 558.643 10.4229ZM391.885 10.2252C391.356 10.2886 390.824 10.3522 390.295 10.4156C390.292 10.2906 390.286 10.1656 390.286 10.0406C390.417 10.04 390.552 10.0399 390.684 10.0399C391.084 10.1015 391.484 10.1636 391.885 10.2252ZM470.078 10.409C469.812 10.4096 469.546 10.4098 469.28 10.4098C469.276 10.3265 469.272 10.2433 469.272 10.16C469.538 10.1594 469.805 10.1585 470.071 10.1585C470.074 10.2419 470.078 10.3257 470.078 10.409ZM625.681 10.2984C625.682 10.2198 626.434 10.2192 626.436 10.2977C626.439 10.3765 625.681 10.3772 625.681 10.2984ZM363.965 10.3394C363.164 10.2156 362.361 10.092 361.56 9.96811C362.358 9.96697 363.157 9.96559 363.955 9.96445C363.959 10.0894 363.958 10.2145 363.965 10.3394ZM531.487 10.2662C531.487 10.1875 530.73 10.1883 530.732 10.2669C530.732 10.3456 531.489 10.3453 531.487 10.2662ZM448.555 10.2559C448.553 10.1774 449.305 10.1773 449.309 10.2559C449.311 10.3345 448.555 10.3347 448.555 10.2559ZM454.141 10.2435C454.138 10.1649 454.891 10.164 454.895 10.2428C454.897 10.3213 454.141 10.3222 454.141 10.2435ZM463.694 10.2933C463.428 10.2939 463.161 10.2948 462.896 10.2948C462.892 10.2114 462.888 10.1276 462.888 10.0443C463.154 10.0437 463.421 10.0435 463.687 10.0435C463.69 10.1268 463.694 10.2101 463.694 10.2933ZM398.291 10.2171C398.289 10.1386 399.045 10.1377 399.045 10.2164C399.048 10.2956 398.295 10.2959 398.291 10.2171ZM401.482 10.2135C401.478 10.1347 402.236 10.1341 402.236 10.2127C402.24 10.2915 401.482 10.2922 401.482 10.2135ZM493.33 9.88022C493.698 9.83065 495.489 10.1371 494.678 10.2479C494.31 10.2976 492.514 9.99099 493.33 9.88022ZM423.792 9.98056C423.792 10.0638 423.795 10.1471 423.799 10.2303C424.33 10.2297 424.862 10.2287 425.393 10.2281C425.393 10.1449 425.389 10.0616 425.386 9.97837C424.854 9.97894 424.323 9.97999 423.792 9.98056ZM431.755 10.1563C431.755 10.0775 430.997 10.079 431.001 10.1578C431.003 10.2362 431.759 10.235 431.755 10.1563ZM572.986 9.84433C573.656 9.78781 574.703 9.87813 575.381 9.90439C575.377 9.98775 575.388 10.0715 575.388 10.1549C574.856 10.1554 574.323 10.1563 573.792 10.1563C573.523 10.0523 573.254 9.94834 572.986 9.84433ZM285.686 10.0619C285.555 10.0824 285.419 10.1036 285.288 10.1241C284.891 10.0619 284.495 9.99882 284.094 9.93662C284.225 9.91607 284.361 9.89548 284.492 9.87436C284.889 9.93654 285.289 9.99911 285.686 10.0619ZM443.728 9.57407C443.997 9.67794 444.264 9.78148 444.534 9.88535C444.137 9.94814 443.739 10.0115 443.342 10.0743C442.941 9.97096 442.537 9.86712 442.136 9.76377C442.664 9.70047 443.196 9.63738 443.723 9.57407C443.725 9.57407 443.726 9.57407 443.728 9.57407ZM396.665 10.0318C396.133 9.96961 395.598 9.90745 395.066 9.8458C395.463 9.78242 395.86 9.71948 396.257 9.6561C396.388 9.65553 396.524 9.65537 396.655 9.65537C396.659 9.78098 396.665 9.90622 396.665 10.0318ZM298.479 9.93662C298.479 9.85782 299.233 9.85782 299.233 9.93662C299.233 10.0153 298.48 10.0152 298.479 9.93662ZM377.485 9.24888C376.688 9.34305 376.878 9.40177 377.498 9.49424C378.682 9.66999 380.08 9.63692 379.912 9.93149C378.583 9.8904 377.257 9.85117 375.928 9.81064C375.92 9.60286 375.908 9.39531 375.901 9.18809C376.429 9.20864 376.957 9.2272 377.485 9.24888ZM614.453 9.11925C615 9.32594 615.55 9.53291 616.096 9.7396C617.684 9.80239 619.273 9.86431 620.857 9.9271C618.715 9.49381 618.511 9.06966 614.453 9.11925ZM465.278 9.91611C464.746 9.91668 464.213 9.91774 463.682 9.91831C463.681 9.91855 463.68 9.9188 463.679 9.91904C463.679 9.87729 463.679 9.83555 463.679 9.7938C464.211 9.79266 464.744 9.79201 465.276 9.79087C465.28 9.83255 465.278 9.87443 465.278 9.91611ZM395.85 9.28111C395.054 9.28233 394.258 9.28355 393.462 9.28477C393.437 9.37752 394.165 9.38128 394.087 9.47666C394.007 9.57259 393.185 9.65075 393.462 9.78208C392.26 9.82888 391.091 9.87265 389.9 9.91831C389.226 9.77272 388.547 9.62664 387.874 9.48106C387.706 9.23725 388.341 9.32277 389.463 9.29136C389.597 9.33297 389.731 9.37427 389.866 9.41587C390.787 9.45584 391.715 9.49602 392.637 9.53599C392.913 9.45171 393.171 9.37018 393.462 9.28477C393.459 9.28477 393.457 9.28477 393.455 9.28477C393.553 9.18154 394.204 9.13779 394.246 9.03356C394.512 9.03298 394.778 9.03209 395.044 9.03209C395.314 9.11488 395.58 9.19832 395.85 9.28111ZM511.548 9.72715C511.548 9.76865 511.548 9.81015 511.548 9.85166C512.079 9.85109 512.611 9.85076 513.142 9.85019C513.142 9.80845 513.142 9.7667 513.142 9.72495C512.611 9.72552 512.079 9.72658 511.548 9.72715ZM416.594 9.49204C416.594 9.57524 416.598 9.65787 416.602 9.74106C417.396 9.7639 419.21 9.65502 418.989 9.48838C418.191 9.48952 417.392 9.4909 416.594 9.49204ZM427.295 6.725C426.734 6.80724 426.705 7.03346 426.021 7.08315C425.336 7.13282 424.211 6.82668 424.531 7.15785C424.531 7.15834 424.531 7.15883 424.531 7.15932C424.852 7.49029 425.663 7.33312 426.829 7.49915C427.364 7.57507 426.546 7.83865 427.71 7.90784C426.902 7.98088 426.136 8.03882 425.342 8.10559C425.101 8.33446 424.866 8.56373 424.622 8.79259C426.315 9.06204 427.503 9.37045 430.151 9.34483C430.006 9.41164 429.192 9.53039 429.363 9.59605C430.426 9.55268 431.485 9.50905 432.549 9.46568C432.549 9.54904 432.553 9.6328 432.556 9.71616C433.886 9.71388 435.216 9.71185 436.545 9.70957C436.545 9.66807 436.547 9.62656 436.543 9.58506C435.213 9.54566 433.879 9.50507 432.549 9.46568C432.545 9.38243 432.542 9.29917 432.542 9.21593C431.507 9.19259 431.055 9.29403 430.151 9.34483C430.337 9.12618 430.038 8.98781 428.938 8.84679C428.275 8.86848 427.609 8.89029 426.946 8.91197C428.272 8.84746 429.602 8.7824 430.928 8.71789C430.385 8.55238 429.865 8.38552 429.312 8.22058C430.68 8.23211 430.09 8.50538 431.423 8.58532C432.134 8.62814 433.654 8.59094 434.507 8.58752C435.359 8.58411 435.804 8.61972 435.713 8.46008C433.155 8.48235 434.491 8.03221 433.303 7.77527C434.098 7.75358 434.897 7.73105 435.691 7.70936C435.414 7.58616 435.14 7.46269 434.863 7.33949C433.938 7.30123 433.012 7.26349 432.083 7.22523C431.041 7.37074 430.058 7.48191 430.105 7.71815C429.573 7.69817 429.041 7.67807 428.506 7.65809C428.689 7.4236 430.191 7.3434 430.085 7.0934C428.258 7.13438 428.399 6.88769 427.295 6.725ZM559.006 9.29722C558.191 9.41132 557.673 9.49337 557.817 9.67295C558.615 9.67181 559.414 9.67189 560.212 9.67075C560.351 9.49035 559.83 9.40968 559.006 9.29722ZM419.78 9.2379C419.78 9.36236 419.786 9.48769 419.79 9.61216C420.322 9.61159 420.855 9.61053 421.387 9.60996C421.387 9.48504 421.378 9.36062 421.375 9.2357C420.843 9.23684 420.312 9.23676 419.78 9.2379ZM513.926 9.22398C514.593 9.34674 515.263 9.46979 515.93 9.59312C516.593 9.55202 517.256 9.51044 517.922 9.46934C517.256 9.34661 516.585 9.22424 515.918 9.10094C515.255 9.14202 514.592 9.18289 513.926 9.22398ZM535.876 9.57261C535.745 9.53096 535.608 9.48975 535.474 9.4481C535.74 9.44753 536.006 9.44737 536.272 9.44737C536.141 9.48962 536.008 9.53093 535.876 9.57261ZM561.003 9.29429C561.003 9.37755 561.007 9.46079 561.011 9.54405C562.544 9.56401 563.611 9.53155 564.194 9.29063C563.131 9.29177 562.067 9.29315 561.003 9.29429ZM380.674 8.80504C380.652 9.00659 380.932 9.24529 381.504 9.42686C382.298 9.44742 383.09 9.46709 383.884 9.48765C382.813 9.2604 381.745 9.03229 380.674 8.80504ZM289.343 9.2335C289.744 9.29517 290.146 9.3573 290.547 9.41954C290.547 9.44029 290.547 9.46104 290.547 9.48179C289.749 9.48236 288.95 9.48342 288.152 9.48399C288.549 9.40005 288.944 9.3167 289.341 9.23277C289.342 9.23302 289.342 9.23326 289.343 9.2335ZM435.737 9.21153C435.737 9.29478 435.741 9.37803 435.745 9.46128C436.277 9.46071 436.809 9.4595 437.341 9.45835C436.941 9.37559 436.54 9.293 436.135 9.2108C436.004 9.2108 435.868 9.21096 435.737 9.21153ZM541.06 9.44224C541.857 9.4411 542.655 9.44045 543.452 9.43931C543.452 9.41856 543.452 9.39781 543.452 9.37706C543.052 9.31487 542.651 9.25321 542.251 9.19102C541.854 9.27494 541.457 9.3589 541.06 9.44224ZM266.609 9.40342C266.077 9.40399 265.544 9.40521 265.012 9.40635C265.009 9.3647 265.01 9.32276 265.01 9.28111C265.542 9.28054 266.075 9.27932 266.606 9.27818C266.61 9.31985 266.609 9.36175 266.609 9.40342ZM402.229 9.27012C402.233 9.31177 402.231 9.35446 402.231 9.3961C401.168 9.39781 400.104 9.39951 399.041 9.40123C399.04 9.31729 399.037 9.23337 399.033 9.15001C400.101 9.18998 401.165 9.23016 402.229 9.27012ZM272.993 9.32798C272.592 9.34968 272.194 9.37147 271.797 9.39317C271.783 9.39053 271.767 9.38776 271.753 9.38511C271.76 9.38462 271.768 9.38414 271.775 9.38365C272.178 9.36519 272.585 9.34644 272.988 9.32798C272.99 9.32798 272.992 9.32798 272.993 9.32798ZM338.384 9.32213C338.384 9.24341 337.63 9.24504 337.632 9.32359C337.632 9.40238 338.387 9.40092 338.384 9.32213ZM602.49 9.19102C603.022 9.25324 603.558 9.31557 604.089 9.37779C604.086 9.25279 604.083 9.12779 604.08 9.00279C603.947 9.00279 603.814 9.00279 603.682 9.00279C603.284 9.06559 602.887 9.12823 602.49 9.19102ZM499.546 9.30528C499.544 9.22677 498.788 9.22805 498.792 9.30674C498.792 9.3855 499.55 9.38406 499.546 9.30528ZM418.164 9.30235C418.162 9.22394 417.409 9.22518 417.412 9.30381C417.412 9.38261 418.168 9.38114 418.164 9.30235ZM424.563 9.1046C424.563 9.18785 424.567 9.2711 424.57 9.35435C424.836 9.35435 425.103 9.35362 425.369 9.35362C425.369 9.27026 425.365 9.1865 425.361 9.10313C425.095 9.10313 424.829 9.1046 424.563 9.1046ZM497.957 7.86756C497.388 8.05877 496.892 8.2394 496.367 8.43005C496.833 8.53282 497.581 8.70962 497.935 8.80211C498.517 8.95569 498.067 8.98311 498.369 9.12071C498.755 8.9512 499.159 8.78608 499.556 8.61828C500.612 8.61657 501.685 8.61544 502.734 8.61315C503.123 8.94727 500.987 8.76042 501.226 9.05626C501.306 9.15732 502.862 9.12297 503.142 9.23716C503.572 8.98936 503.926 8.734 504.341 8.48791C505.721 8.42126 506.18 8.66462 507.141 8.71496C508.635 8.79317 509.459 8.68185 510.723 8.60363C510.69 8.88969 511.794 9.08323 510.737 9.35215C511.535 9.35101 512.334 9.34979 513.132 9.34922C512.116 8.9393 511.452 8.54367 511.499 8.1012C509.455 8.11264 508.954 8.30919 509.121 8.60436C506.997 8.47989 504.252 8.02058 501.924 8.11365C501.804 8.23812 501.652 8.36588 501.55 8.48864C500.071 8.37104 500.86 8.17685 500.198 8.00159C499.885 7.91882 498.383 7.97534 497.957 7.86756ZM304.121 9.26133C304.119 9.18281 304.872 9.18119 304.875 9.25987C304.879 9.33866 304.121 9.34013 304.121 9.26133ZM249.854 9.31041C249.322 9.31155 248.789 9.31293 248.257 9.31407C248.654 9.23014 249.049 9.14605 249.446 9.06212C249.447 9.06187 249.447 9.06163 249.448 9.06139C249.579 9.06082 249.715 9.06065 249.846 9.06065C249.846 9.1439 249.853 9.22716 249.854 9.31041ZM458.069 8.92516C458.011 9.17639 458.885 9.30465 460.474 9.29722C460.532 9.04602 459.661 8.9172 458.069 8.92516ZM478.799 9.2086C478.799 9.12991 478.043 9.13085 478.044 9.20933C478.044 9.2881 478.802 9.2873 478.799 9.2086ZM408.623 9.0255C409.318 8.8966 411.297 9.17191 410.989 9.23057C410.293 9.35955 408.312 9.08393 408.623 9.0255ZM238.701 9.14635C238.698 9.06755 239.456 9.06609 239.456 9.14488C239.457 9.22332 238.702 9.22495 238.701 9.14635ZM304.89 9.07237C303.878 9.05242 303.385 9.14818 302.5 9.20128C302.5 9.11853 302.493 9.03501 302.493 8.95226C303.291 8.95112 304.09 8.94958 304.888 8.94786C304.889 8.98937 304.889 9.03087 304.89 9.07237ZM191.609 9.1837C191.343 9.18427 191.077 9.18443 190.811 9.18443C190.811 9.10118 190.803 9.0172 190.803 8.93395C191.069 8.93395 191.336 8.93248 191.602 8.93248C191.602 9.01584 191.609 9.10034 191.609 9.1837ZM601.663 8.25427C599.664 8.22408 600.05 8.37856 600.076 8.63146C600.341 8.6343 600.608 8.62845 600.874 8.63073C601.144 8.79735 601.415 8.96361 601.685 9.13023C601.677 8.83848 601.674 8.54659 601.663 8.25427ZM599.272 9.06944C599.27 8.99101 598.518 8.99163 598.521 9.07018C598.52 9.14897 599.276 9.14824 599.272 9.06944ZM263.403 9.03356C263.057 9.13286 262.98 9.18341 262.605 9.03575C262.871 9.03518 263.137 9.03356 263.403 9.03356ZM493.154 9.06432C493.154 8.98557 492.397 8.98639 492.4 9.06505C492.4 9.14375 493.156 9.14284 493.154 9.06432ZM411.819 9.06285C411.816 8.98411 412.573 8.98334 412.573 9.06212C412.575 9.14056 411.819 9.14153 411.819 9.06285ZM631.985 9.04234C631.985 8.96355 631.227 8.96428 631.23 9.04308C631.232 9.12171 631.988 9.12109 631.985 9.04234ZM437.322 8.83361C437.322 8.91697 437.325 9.00073 437.329 9.08409C437.857 9.00016 438.39 8.91534 438.918 8.83141C438.387 8.83198 437.854 8.83304 437.322 8.83361ZM537.036 9.00865C537.036 8.92986 536.278 8.93133 536.282 9.01012C536.284 9.08859 537.04 9.08791 537.036 9.00865ZM539.441 8.63073C538.643 8.56906 537.841 8.50709 537.043 8.44543C537.572 8.48711 538.101 8.52915 538.625 8.5714C538.64 8.69584 538.65 8.81977 538.665 8.9442C539.324 8.98189 539.984 9.02004 540.647 9.05772C541.84 8.9557 543.033 8.85344 544.226 8.75084C543.696 8.71216 543.162 8.67308 542.632 8.63439C542.632 8.66744 542.636 8.70078 542.639 8.73327C542.108 8.76122 541.576 8.78865 541.045 8.81603C540.509 8.64991 539.973 8.48411 539.434 8.31799C539.437 8.42241 539.441 8.52631 539.441 8.63073ZM550.601 8.99327C550.601 8.91448 549.843 8.91537 549.846 8.99474C549.852 9.07374 550.604 9.07249 550.601 8.99327ZM386.267 9.04601C385.735 9.04087 385.202 9.04992 384.67 9.0482C385.199 8.96427 385.731 8.87945 386.26 8.79552C386.26 8.87888 386.267 8.96264 386.267 9.04601ZM321.619 8.97862C321.617 8.90018 320.861 8.90214 320.864 8.98082C320.865 9.05947 321.622 9.05737 321.619 8.97862ZM493.967 8.75084C493.967 8.8341 493.971 8.91735 493.975 9.0006C494.507 9.00003 495.039 8.99897 495.571 8.9984C495.571 8.91516 495.568 8.83189 495.564 8.74865C495.032 8.74922 494.499 8.75027 493.967 8.75084ZM215.557 8.94054C215.554 8.86203 216.309 8.86141 216.311 8.93981C216.315 9.0186 215.557 9.01933 215.557 8.94054ZM223.513 8.98961C222.716 8.99132 221.918 8.99303 221.121 8.99474C221.117 8.95311 221.118 8.91112 221.118 8.86949C221.916 8.86778 222.713 8.86681 223.511 8.8651C223.514 8.9066 223.513 8.94811 223.513 8.98961ZM422.134 7.85877C419.598 7.83136 418.893 8.19589 416.565 8.24328C416.543 8.16163 416.544 8.08129 416.504 7.99793C414.97 7.95968 413.525 7.76752 412.632 8.06751C411.856 8.32844 414.15 8.20736 414.883 8.25647C414.919 8.26037 414.956 8.26428 414.993 8.26819C415.169 8.30244 414.817 8.37251 415.046 8.42053C415.968 8.6158 416.839 8.72777 416.584 8.99327C419.029 8.99894 420.595 8.66328 422.959 8.85778C423.218 8.60713 423.477 8.35624 423.735 8.10559C422.938 8.1484 422.143 8.19241 421.345 8.23523C421.608 8.10961 421.871 7.98438 422.134 7.85877ZM348.757 8.74132C348.943 8.34981 345.67 8.41849 344.773 8.68786C345.529 8.72518 345.271 8.98145 345.959 8.98375C348.335 8.99346 346.004 8.47478 348.757 8.74132ZM287.356 8.92296C287.353 8.84421 288.104 8.84272 288.108 8.9215C288.11 9.0001 287.356 9.00169 287.356 8.92296ZM232.288 8.9713C232.288 8.88797 232.278 8.80488 232.278 8.72155C232.809 8.72098 233.341 8.71976 233.872 8.71862C233.348 8.80253 232.816 8.88739 232.288 8.9713ZM315.278 8.86583C315.275 8.78712 316.033 8.7856 316.033 8.86437C316.035 8.943 315.282 8.94457 315.278 8.86583ZM210.344 8.89293C209.681 8.8524 209.014 8.81189 208.347 8.77135C208.346 8.7716 208.344 8.77184 208.342 8.77208C208.342 8.68883 208.335 8.60558 208.335 8.52233C209.399 8.52005 210.464 8.51729 211.528 8.51501C211.131 8.64061 210.738 8.76676 210.344 8.89293ZM336.777 8.75963C336.253 8.80301 335.728 8.84679 335.2 8.89074C336.268 8.88902 337.117 8.74516 337.981 8.88048C339.31 8.74805 338.785 8.71126 338.516 8.56115C338.097 8.32942 339.287 8.22312 339.153 8.00745C338.377 8.26033 337.568 8.50846 336.777 8.75963ZM596.887 8.7589C597.951 8.79944 599.019 8.84067 600.083 8.88121C600.087 8.7982 600.061 8.71447 600.076 8.63146C599.691 8.62755 599.313 8.63641 598.928 8.63586C598.644 8.55135 598.358 8.46768 598.074 8.38317C597.677 8.50863 597.284 8.63344 596.887 8.7589ZM218.74 8.8109C218.738 8.73231 219.491 8.73071 219.495 8.80944C219.498 8.88819 218.74 8.88968 218.74 8.8109ZM229.88 8.47619C230.039 8.60082 229.365 8.88674 228.298 8.85485C228.291 8.7298 228.287 8.60416 228.284 8.47912C228.816 8.47798 229.348 8.47733 229.88 8.47619ZM191.616 8.74499C191.613 8.66626 192.369 8.66436 192.371 8.74352C192.374 8.82228 191.617 8.82366 191.616 8.74499ZM260.171 7.78992C260.706 7.91376 261.242 8.03741 261.777 8.16125C260.714 8.16354 259.65 8.16556 258.586 8.16785C258.586 8.29279 258.593 8.41773 258.596 8.54211C260.465 8.62261 262.321 8.70069 264.197 8.78234C264.037 8.63403 264.732 8.56152 264.561 8.40515C264.562 8.40539 264.564 8.40563 264.565 8.40588C264.299 8.16378 263.194 7.9249 263.362 7.65882C262.291 7.70106 261.238 7.74654 260.171 7.78992ZM324.817 8.59777C325.615 8.65886 326.416 8.72035 327.214 8.78087C327.214 8.73919 327.213 8.69731 327.209 8.65563C327.211 8.65563 327.213 8.65563 327.214 8.65563C326.548 8.61511 325.881 8.5753 325.215 8.53478C325.084 8.55587 324.951 8.57668 324.817 8.59777ZM277.693 6.87953C275.033 6.96804 275.097 7.42975 272.124 7.39149C272.663 7.55707 273.201 7.72264 273.74 7.8888C272.021 7.79915 270.405 7.87186 268.63 7.91297C268.252 7.92163 268.131 8.01486 267.617 8.01257C266.12 8.00561 264.804 7.73672 264.976 8.15686C266.032 8.15343 267.104 8.15255 268.164 8.15027C268.171 8.35852 268.179 8.56677 268.186 8.77501C269.195 8.6854 269.524 8.67218 270.54 8.76915C270.569 8.68873 270.598 8.60862 270.627 8.52819C271.13 8.52306 271.629 8.51868 272.131 8.51354C272.15 8.39081 272.164 8.26788 272.183 8.14514C272.685 8.14 273.186 8.13417 273.689 8.12903C273.707 8.0492 273.718 7.96862 273.74 7.8888C274.268 7.88594 274.803 7.88286 275.334 7.88001C275.09 7.82006 274.842 7.75962 274.595 7.6991C274.97 7.63574 275.346 7.57294 275.725 7.51014C276.391 7.55066 277.058 7.59031 277.725 7.63026C276.038 7.30145 276.05 7.21238 277.7 6.87953C277.698 6.87953 277.695 6.87953 277.693 6.87953ZM585.344 8.39855C585.016 8.36781 584.238 8.38438 584.187 8.39636C583.586 8.53504 584.717 8.69147 585.322 8.76915C585.989 8.68465 586.657 8.60228 587.31 8.51721C587.308 8.51721 587.306 8.51721 587.305 8.51721C586.365 8.556 585.964 8.45736 585.344 8.39855ZM603.267 8.50329C603.267 8.58665 603.27 8.67041 603.274 8.75377C603.806 8.75377 604.339 8.75231 604.871 8.75231C604.871 8.66907 604.867 8.5858 604.863 8.50256C604.331 8.50256 603.799 8.50329 603.267 8.50329ZM419.766 8.73766C418.968 8.7388 418.169 8.74018 417.371 8.74132C417.367 8.69968 417.368 8.65772 417.368 8.61608C418.166 8.61494 418.963 8.61356 419.761 8.61242C419.764 8.6541 419.766 8.69598 419.766 8.73766ZM292.095 8.10046C292.262 8.44974 291.173 8.68626 288.926 8.73253C288.922 8.56592 288.917 8.39964 288.914 8.23303C289.974 8.18907 291.035 8.14443 292.095 8.10046ZM623.24 8.67394C623.237 8.59537 623.989 8.59475 623.994 8.67321C623.998 8.752 623.24 8.75274 623.24 8.67394ZM254.612 8.55163C254.612 8.59313 254.611 8.63464 254.614 8.67614C255.409 8.61219 256.208 8.5482 257.002 8.48425C256.867 8.46372 256.736 8.44252 256.602 8.42199C255.939 8.46481 255.275 8.50882 254.612 8.55163ZM192.385 8.55529C191.54 8.54444 191.003 8.57778 190.398 8.67028C189.196 8.5527 187.994 8.43467 186.792 8.31652C188.65 8.3131 190.512 8.30953 192.373 8.30554C192.377 8.38879 192.385 8.47204 192.385 8.55529ZM216.34 8.56554C216.337 8.48691 217.092 8.48566 217.095 8.56408C217.098 8.64287 216.34 8.64434 216.34 8.56554ZM611.23 7.99646C611.089 8.3298 611.173 8.59344 613.643 8.61974C614.171 8.45247 614.7 8.28532 615.225 8.11804C613.895 8.0775 612.56 8.037 611.23 7.99646ZM615.217 8.55602C615.217 8.47723 614.459 8.47796 614.463 8.55676C614.465 8.63519 615.22 8.63457 615.217 8.55602ZM349.548 8.48937C349.548 8.53087 349.547 8.57238 349.551 8.61388C350.083 8.61274 350.616 8.6121 351.147 8.61095C351.147 8.56945 351.149 8.52795 351.145 8.48644C350.613 8.48759 350.08 8.48823 349.548 8.48937ZM226.692 8.60802C226.16 8.60917 225.627 8.60981 225.095 8.61095C225.092 8.5277 225.088 8.44445 225.088 8.3612C225.219 8.36063 225.355 8.36047 225.486 8.36047C225.89 8.44268 226.291 8.52524 226.692 8.60802ZM436.516 8.46008C436.516 8.50172 436.515 8.54368 436.519 8.58532C437.582 8.58361 438.646 8.5819 439.709 8.58019C439.709 8.53845 439.709 8.4967 439.709 8.45495C438.646 8.45666 437.58 8.45836 436.516 8.46008ZM441.294 8.32751C441.294 8.41076 441.301 8.49401 441.301 8.57726C441.567 8.57726 441.834 8.57653 442.1 8.57653C442.1 8.49317 442.096 8.40941 442.092 8.32605C441.826 8.32605 441.56 8.32694 441.294 8.32751ZM474.802 8.151C475.116 8.59179 477.292 8.53882 479.602 8.5194C479.602 8.39436 479.593 8.26945 479.59 8.14441C478.781 8.12329 477.976 8.10254 477.168 8.08142C476.381 8.10483 475.589 8.12759 474.802 8.151ZM333.589 8.39343C333.589 8.43493 333.59 8.47643 333.594 8.51794C334.126 8.5168 334.658 8.51558 335.19 8.51501C335.19 8.4735 335.189 8.432 335.186 8.3905C334.654 8.39164 334.121 8.39286 333.589 8.39343ZM588.103 8.26672C588.638 8.34951 589.172 8.43222 589.707 8.51501C589.707 8.43176 589.703 8.34851 589.7 8.26526C589.168 8.26526 588.635 8.26615 588.103 8.26672ZM406.995 8.50915C406.463 8.50972 405.93 8.51094 405.398 8.51208C405.398 8.42872 405.391 8.34496 405.391 8.26159C405.923 8.26045 406.455 8.25981 406.987 8.25866C406.991 8.34203 406.995 8.42579 406.995 8.50915ZM14.48 8.50768C14.4763 8.42443 14.4678 8.34192 14.4678 8.25866C14.9997 8.25752 15.5325 8.25704 16.0645 8.25647C15.5365 8.34034 15.0079 8.42381 14.48 8.50768ZM171.572 6.59609C172.909 6.88783 171.687 6.93603 170.911 7.16664C170.517 7.28369 171.307 7.38301 170.698 7.4618C170.086 7.54108 168.82 7.49702 168.438 7.66541C168.955 7.80747 169.526 7.95467 170.061 8.099C170.451 8.0596 170.838 8.02064 171.228 7.98181C172.699 8.14447 171.756 8.23759 171.643 8.47106C172.965 8.34262 174.287 8.21352 175.613 8.08508C175.613 7.96185 175.605 7.83771 175.605 7.71448C175.074 7.67341 174.538 7.63178 174.006 7.59071C174.801 7.52676 175.6 7.46276 176.394 7.39881C175.061 7.29718 173.726 7.19503 172.393 7.0934C173.719 7.02832 175.046 6.96366 176.372 6.89858C175.574 6.87917 174.772 6.85956 173.975 6.84072C174.241 6.7568 174.502 6.67269 174.768 6.58877C173.701 6.59162 172.643 6.59152 171.572 6.59609ZM371.084 8.32531C370.961 8.42794 371.349 8.44826 371.931 8.45568C371.651 8.41229 371.364 8.36871 371.084 8.32531ZM529.849 7.95325C530.231 7.99318 530.609 8.03343 530.991 8.07336C531.148 8.19955 531.305 8.32584 531.458 8.45202C531.731 8.32812 532.005 8.20386 532.278 8.07996C532.799 8.07767 533.324 8.07638 533.845 8.0741C533.845 7.99073 533.84 7.90698 533.833 7.82361C532.504 7.86699 531.178 7.90987 529.849 7.95325ZM545.796 8.37292C545.794 8.29437 545.038 8.2951 545.042 8.37439C545.042 8.4531 545.799 8.45226 545.796 8.37292ZM463.625 7.91809C463.629 8.08478 463.637 8.25148 463.64 8.4176C464.172 8.41703 464.703 8.41597 465.234 8.4154C464.965 8.24927 464.691 8.08276 464.421 7.91663C464.156 7.91663 463.891 7.91752 463.625 7.91809ZM564.934 6.78579C564.974 7.06271 566.145 7.16761 565.591 7.48451C565.221 7.69469 562.238 8.13994 562.588 8.41394C564.555 8.14615 565.722 8.23698 568.152 8.28723C568.234 8.09815 567.281 8.18538 566.531 8.09827C565.423 7.96923 565.758 7.73455 565.74 7.5387C566.275 7.66089 566.811 7.7876 567.346 7.9115C567.601 7.68482 567.855 7.45704 568.11 7.23036C567.054 7.08139 565.968 6.93819 564.934 6.78579ZM146.907 8.39343C146.109 8.39514 145.312 8.39684 144.514 8.39855C144.51 8.3569 144.509 8.31497 144.509 8.27331C145.307 8.2716 146.106 8.27063 146.904 8.26892C146.908 8.31042 146.907 8.35193 146.907 8.39343ZM275.339 8.01038C275.343 8.1353 275.345 8.26045 275.349 8.38537C276.5 8.40536 277.019 8.32309 277.737 8.19348C277.005 8.06618 276.483 7.98588 275.339 8.01038ZM274.526 8.32458C274.522 8.24593 273.77 8.24756 273.772 8.32605C273.772 8.40484 274.53 8.40338 274.526 8.32458ZM154.858 8.31579C154.855 8.237 154.1 8.23846 154.104 8.31726C154.104 8.3959 154.86 8.39427 154.858 8.31579ZM605.654 8.18909C606.054 8.25123 606.455 8.31298 606.855 8.37512C606.987 8.35401 607.122 8.33397 607.253 8.31286C606.853 8.25063 606.451 8.18833 606.05 8.1261C605.919 8.1466 605.789 8.16801 605.654 8.18909ZM160.442 7.74231C161.404 7.98955 160.119 8.23224 162.061 8.36413C162.071 8.21625 162.079 8.06744 162.09 7.91956C161.54 7.86018 160.992 7.8017 160.442 7.74231ZM166.011 7.47938C165.227 7.54447 164.443 7.60838 163.66 7.67347C163.926 7.86017 164.199 8.04707 164.465 8.23376C165.525 8.27372 166.585 8.31408 167.649 8.35461C166.848 8.21019 166.043 8.06545 165.242 7.92102C165.052 7.62475 166.45 7.78124 167.62 7.72767C167.525 7.38967 168.911 7.18295 169.993 6.91176C169.991 6.91152 169.989 6.91127 169.988 6.91103C168.658 6.8511 167.326 6.79079 165.996 6.73086C166 6.98037 166.007 7.22986 166.011 7.47938ZM431.719 8.34216C430.769 8.34841 430.393 8.13367 430.2 8.02283C430.007 7.91263 430.126 7.82695 430.107 7.71961C430.909 7.71904 431.705 7.71782 432.502 7.71668C432.24 7.92501 431.985 8.1344 431.719 8.34216ZM379.038 7.4391C378.809 7.5539 379.413 7.97631 379.89 8.02869C381.144 8.16401 381.665 7.98383 381.465 8.307C383.502 8.40692 385.428 7.80443 385.425 7.54749C385.028 7.63198 384.63 7.71683 384.233 7.80018C382.503 7.68142 380.769 7.54986 379.038 7.4391ZM247.4 8.25354C247.4 8.17474 246.642 8.17621 246.646 8.255C246.649 8.33368 247.402 8.33205 247.4 8.25354ZM377.461 8.06165C377.461 8.14501 377.468 8.22877 377.468 8.31213C377.734 8.31213 378.001 8.31124 378.267 8.31067C378.267 8.2273 378.259 8.14354 378.259 8.06018C377.993 8.06018 377.727 8.06107 377.461 8.06165ZM448.459 7.81556C448.736 7.9388 449.01 8.06291 449.287 8.18616C450.347 8.22727 451.406 8.26809 452.466 8.3092C452.575 7.85531 451.105 7.77959 448.459 7.81556ZM454.014 6.93227C454.076 7.04696 453.61 7.19221 453.606 7.30067C453.599 7.43314 453.227 7.76185 453.318 7.83094C453.319 7.83118 453.319 7.83142 453.32 7.83167C453.641 8.07462 454.389 8.08155 454.058 8.3092C454.859 8.26126 455.65 8.22262 456.448 8.1781C456.182 8.03542 455.915 7.89231 455.649 7.74964C456.44 7.62119 457.231 7.49195 458.018 7.36293C457.486 7.36635 456.953 7.37049 456.421 7.37391C455.616 7.2272 454.822 7.07727 454.014 6.93227ZM130.139 8.05139C130.139 8.13475 130.146 8.21851 130.146 8.30188C130.412 8.30188 130.679 8.30098 130.945 8.30041C130.941 8.21705 130.941 8.13329 130.938 8.04993C130.672 8.04993 130.405 8.05082 130.139 8.05139ZM141.318 8.2799C140.786 8.28048 140.254 8.28169 139.722 8.28283C139.718 8.24119 139.719 8.19923 139.719 8.15759C140.251 8.15702 140.782 8.15654 141.313 8.15539C141.317 8.1969 141.318 8.2384 141.318 8.2799ZM472.415 8.27917C472.946 8.2786 473.478 8.27754 474.009 8.27697C473.608 8.19419 473.206 8.11147 472.805 8.02869C472.673 8.02869 472.542 8.02869 472.41 8.02869C472.41 8.11205 472.411 8.19581 472.415 8.27917ZM577.722 8.02649C577.722 8.10985 577.726 8.19361 577.729 8.27697C577.995 8.27697 578.262 8.27681 578.528 8.27624C578.528 8.19288 578.524 8.10912 578.521 8.02576C578.255 8.02576 577.988 8.02592 577.722 8.02649ZM589.695 8.01404C589.822 7.76053 589.308 7.70718 587.639 7.76941C586.149 7.82484 584.905 8.00519 584.919 8.26892C586.853 8.2906 587.524 8.29368 587.295 7.95764C588.096 7.97591 588.886 7.99635 589.695 8.01404ZM142.932 8.21472C142.928 8.13599 143.682 8.13393 143.687 8.21252C143.69 8.29122 142.934 8.29322 142.932 8.21472ZM205.137 8.15393C205.009 8.18706 205.103 8.26559 204.746 8.26159C204.39 8.25752 204.386 8.19876 204.338 8.15539C204.604 8.15654 204.871 8.14936 205.137 8.15393ZM343.162 7.62513C342.666 8.01216 345.838 7.92069 346.968 7.99939C348.097 8.07818 347.894 8.16042 348.765 8.24035C348.171 8.0337 347.669 7.82666 347.112 7.62C345.804 7.62171 344.437 7.62342 343.162 7.62513ZM37.9639 7.10365C36.4122 7.29645 34.631 7.22165 32.7881 7.23475C34.1977 7.47457 35.1891 7.84867 36.77 8.03821C37.5096 8.12728 37.5354 8.02382 38.02 7.98328C38.1365 8.06086 38.2771 8.14601 38.4009 8.22644C38.9327 8.16251 39.4621 8.09759 39.9902 8.03308C39.7097 7.78532 39.4284 7.53744 39.1479 7.28969C38.7546 7.22747 38.3572 7.16587 37.9639 7.10365ZM296.062 8.15393C296.062 8.07521 295.305 8.07682 295.308 8.15539C295.308 8.23418 296.066 8.23271 296.062 8.15393ZM369.463 7.45155C369.299 7.89343 371.427 7.98202 373.474 8.19495C373.583 7.76162 371.776 7.60856 369.463 7.45155ZM58.3643 8.13415C58.3606 8.05482 59.1181 8.05399 59.1187 8.13269C59.1223 8.21198 58.3657 8.21272 58.3643 8.13415ZM459.617 8.11145C459.613 8.03267 458.859 8.03343 458.862 8.11218C458.862 8.19086 459.618 8.18988 459.617 8.11145ZM324.751 6.5353C324.682 6.78873 324.387 6.93506 326.357 6.90883C325.698 7.07037 325.039 7.23142 324.38 7.39296C323.99 7.35813 323.599 7.32232 323.206 7.28749C322.914 7.66659 320.853 7.75452 319.214 7.98401C321.02 8.28007 322.58 8.12336 324.797 8.03601C324.528 7.91162 324.26 7.78687 323.987 7.66248C325.593 7.68698 326.471 7.59716 327.563 7.42079C328.23 7.45619 328.901 7.49085 329.568 7.52625C329.298 7.44351 329.029 7.36071 328.76 7.27797C329.823 7.21349 330.883 7.14909 331.946 7.08461C331.947 7.08437 331.949 7.08412 331.951 7.08388C330.584 6.84579 329.054 6.9015 327.178 6.90151C327.341 6.62085 326.091 6.63862 324.751 6.5353ZM147.712 8.07996C147.709 8.00123 148.465 7.99918 148.467 8.07776C148.47 8.15646 147.714 8.15847 147.712 8.07996ZM26.416 7.61634C26.416 7.6997 26.4221 7.78346 26.4258 7.86682C27.2201 7.82457 28.0156 7.78033 28.8135 7.73865C28.7588 7.82487 28.9028 7.92233 29.187 7.98914C29.9118 8.15808 30.0001 8.03 30.8081 8.02649C31.6169 8.02306 31.9019 8.1544 32.8198 8.10706C32.8125 7.98488 32.8064 7.85726 32.8027 7.73279C30.8899 7.91722 29.8862 7.83288 29.5947 7.48744C28.5352 7.53023 27.4756 7.57354 26.416 7.61634ZM25.6104 8.05579C25.6104 7.9771 24.8544 7.97804 24.856 8.05652C24.856 8.13528 25.6134 8.13449 25.6104 8.05579ZM508.286 8.04334C508.286 7.96461 507.529 7.96548 507.532 8.04407C507.532 8.1228 508.289 8.12193 508.286 8.04334ZM245.01 7.5724C245.36 7.65633 245.627 7.91332 246.221 7.93787C247.364 7.98464 248.053 7.9582 249.014 8.06311C248.861 7.93601 248.722 7.81352 248.577 7.68812C247.389 7.64987 246.186 7.60779 245.01 7.5724ZM545.806 7.93567C545.806 7.97742 545.806 8.01917 545.806 8.06091C546.338 8.06034 546.87 8.06002 547.402 8.05945C547.402 8.0177 547.402 7.97595 547.402 7.93421C546.87 7.93478 546.338 7.9351 545.806 7.93567ZM81.4355 6.90151C81.4938 7.06934 81.5949 7.23288 80.6519 7.34022C79.905 7.42473 80.1731 7.30431 79.4116 7.31459C78.8871 7.32213 78.2172 7.44566 77.478 7.40687C77.8605 7.61692 78.2859 7.82271 78.6865 8.03162C78.5481 7.86495 78.4099 7.69878 78.2715 7.53211C80.1333 7.54981 81.9956 7.56715 83.8574 7.58485C83.0559 7.48207 82.2542 7.37927 81.4526 7.2765C81.4502 7.2765 81.4478 7.2765 81.4453 7.2765C82.5089 7.27479 83.5727 7.27236 84.6362 7.27064C83.5692 7.14793 82.499 7.02308 81.4355 6.90151ZM410.945 7.93933C410.945 7.86064 410.189 7.86156 410.19 7.94007C410.19 8.01882 410.948 8.01801 410.945 7.93933ZM29.5508 5.86441C27.7128 5.89934 28.4287 6.20025 27.8467 6.33902C27.2601 6.47775 25.9699 6.35636 25.5908 6.55727C26.0935 6.69541 26.6593 6.84612 27.1875 6.9894C25.8578 6.90833 24.5243 6.82641 23.1909 6.74477C23.4605 6.86922 23.7343 6.99402 24.0039 7.11903C23.206 7.12018 22.4068 7.12098 21.6089 7.12269C21.6198 7.41438 21.6321 7.70551 21.6431 7.99719C22.4406 7.99605 23.2381 7.99541 24.0356 7.99426C24.0284 7.87038 24.0222 7.74682 24.0112 7.62293C23.4829 7.62179 22.9526 7.62114 22.4243 7.62C22.4235 7.62049 22.4227 7.62098 22.4219 7.62147C22.4219 7.5593 22.4206 7.49687 22.417 7.4347C23.1967 7.36847 23.9786 7.30172 24.7583 7.23549C24.7802 7.15502 24.7999 7.07425 24.8218 6.99379C25.4703 7.0349 26.1239 7.07556 26.7725 7.1161C28.138 6.93743 28.3414 6.77862 27.2559 6.55141C28.5929 6.32875 29.7474 6.18755 29.5508 5.86441ZM158.035 7.93494C158.031 7.85614 157.277 7.85761 157.28 7.9364C157.281 8.01506 158.036 8.01344 158.035 7.93494ZM284.907 7.92761C285.042 7.94814 285.173 7.96861 285.308 7.98914C285.704 7.9258 286.102 7.86278 286.499 7.79944C286.365 7.77894 286.233 7.75842 286.099 7.73792C285.702 7.80125 285.304 7.86429 284.907 7.92761ZM507.48 7.42225C505.065 7.19959 502.534 7.12005 500.315 7.42884C500.85 7.61643 501.389 7.80212 501.924 7.98914C502.186 7.90523 502.453 7.82125 502.715 7.73792C504.048 7.81956 505.378 7.90164 506.711 7.98328C506.697 7.81488 506.727 7.65209 506.68 7.48084C507.207 7.52928 506.873 7.48356 507.605 7.55262C508.337 7.62163 508.224 7.49133 507.48 7.42225ZM589.25 5.39714C587.954 5.31152 587.917 5.50621 587.637 5.6381C587.287 5.80254 587.247 5.95413 586.445 6.07974C587.25 6.18307 588.049 6.28623 588.85 6.38955C586.591 6.41524 585.178 6.24629 584.846 5.89298C584.58 5.97634 584.313 6.0601 584.05 6.14346C582.99 6.10294 581.934 6.06314 580.874 6.02261C580.867 6.10535 580.863 6.18816 580.852 6.2709C579.537 6.22865 578.224 6.18571 576.909 6.14346C576.887 6.06297 576.866 5.98242 576.841 5.9025C576.052 5.9025 575.264 5.9025 574.475 5.9025C574.202 6.10904 573.927 6.31631 573.65 6.52285C573.154 6.52856 572.654 6.53399 572.158 6.5397C572.195 6.58937 572.221 6.6387 572.178 6.68838C572.691 6.65698 573.18 6.62171 573.708 6.59316C574.146 6.47899 575.173 6.66076 575.256 6.70815C575.54 6.87306 575.195 6.9952 575.308 7.14979C574.772 7.17092 574.247 7.19475 573.718 7.21644C574.512 7.29865 575.329 7.38163 576.108 7.46327C575.584 7.60373 574.268 7.64036 574.592 7.84705C574.783 7.96626 575.875 8.06821 576.545 7.89612C577.398 7.67687 577.904 7.42231 577.7 7.15053C579.498 7.08894 580.791 7.20664 582.485 7.27064C582.485 7.27113 582.485 7.27162 582.485 7.27211C582.489 7.27209 582.492 7.27212 582.495 7.27211C582.607 7.3477 582.92 7.39789 583.22 7.45741C582.718 7.56187 582.212 7.66715 581.709 7.77161C584.755 7.75389 586.165 7.47668 586.475 7.0165C587.218 7.05191 587.619 7.15324 588.45 7.13954C589.375 6.90718 590.304 6.67538 591.233 6.44302C590.698 6.23762 590.164 6.03173 589.629 5.82633C590.156 5.78305 590.697 5.74372 591.213 5.69816C590.58 5.62843 589.881 5.4388 589.25 5.39714ZM351.924 7.8595C351.924 7.90101 351.925 7.9425 351.929 7.98401C352.992 7.94064 354.052 7.89701 355.115 7.85364C354.976 7.77086 354.845 7.68724 354.707 7.60389C353.778 7.68896 352.853 7.77443 351.924 7.8595ZM178.792 7.70716C179.327 7.78929 179.862 7.87128 180.393 7.95398C180.389 7.87073 180.389 7.78748 180.386 7.70423C179.854 7.70537 179.323 7.70659 178.792 7.70716ZM548.997 7.80677C548.997 7.84851 548.997 7.89026 548.997 7.93201C549.528 7.93144 550.061 7.93038 550.593 7.92981C550.593 7.88831 550.593 7.84681 550.593 7.8053C550.061 7.80587 549.528 7.8062 548.997 7.80677ZM197.942 7.66834C197.942 7.7517 197.949 7.83546 197.949 7.91883C198.215 7.91882 198.48 7.9172 198.745 7.91663C198.741 7.83338 198.738 7.75013 198.738 7.66688C198.472 7.66688 198.207 7.66777 197.942 7.66834ZM257.759 7.8573C257.759 7.77851 257.001 7.77997 257.004 7.85877C257.008 7.93741 257.76 7.93578 257.759 7.8573ZM259.355 7.85437C259.352 7.77558 258.598 7.77706 258.601 7.85584C258.601 7.93456 259.358 7.93294 259.355 7.85437ZM472.39 7.52992C472.39 7.65491 472.399 7.77991 472.402 7.90491C472.668 7.90491 472.935 7.90475 473.201 7.90418C473.197 7.77913 473.192 7.65349 473.188 7.52845C472.923 7.52845 472.656 7.52934 472.39 7.52992ZM578.513 7.77601C578.513 7.81775 578.513 7.8595 578.513 7.90125C579.045 7.90125 579.578 7.89962 580.11 7.89905C580.11 7.85755 580.11 7.81604 580.11 7.77454C579.578 7.77454 579.045 7.77543 578.513 7.77601ZM600.068 7.37538C600.26 7.24335 599.611 6.95988 598.442 7.15272C598.202 7.1927 598.231 7.4834 597.258 7.50282C596.719 7.39039 596.192 7.25498 595.649 7.13515C594.899 7.25674 594.021 7.42826 593.733 7.58411C593.569 7.67374 593.954 7.69709 594.053 7.77015C594.198 7.68167 594.327 7.5969 594.465 7.51014C595.001 7.63459 595.536 7.75938 596.072 7.8844C597.747 7.91291 598.59 7.81733 599.719 7.63465C600.63 7.6746 601.541 7.71335 602.451 7.7533C602.713 7.62846 602.976 7.50314 603.237 7.37831C602.181 7.37717 601.125 7.37937 600.068 7.37538ZM402.961 7.82874C402.961 7.74994 402.203 7.75141 402.207 7.8302C402.207 7.90886 402.963 7.90724 402.961 7.82874ZM154.858 7.50282C154.857 7.50282 154.855 7.50282 154.854 7.50282C155.025 7.66497 154.409 7.73767 154.07 7.87928C154.868 7.87756 155.667 7.87659 156.465 7.87488C156.614 7.75045 155.922 7.46652 154.858 7.50282ZM604.822 7.81409C604.818 7.73539 604.064 7.73606 604.067 7.81482C604.068 7.89354 604.825 7.89286 604.822 7.81409ZM616.001 7.36732C617.062 7.93699 619.812 8.10698 619.99 7.36366C618.66 7.3648 617.331 7.36618 616.001 7.36732ZM296.851 7.33949C292.359 7.31951 294.2 7.83418 297.668 7.83826C297.395 7.67211 297.124 7.50564 296.851 7.33949ZM183.967 7.55189C183.57 7.5382 183.17 7.52457 182.773 7.51087C183.775 7.66447 184.443 7.83545 185.977 7.81775C185.103 7.6437 185.917 7.60982 185.962 7.44276C185.299 7.4793 184.634 7.51592 183.967 7.55189ZM187.568 7.68958C187.568 7.73126 187.567 7.77314 187.571 7.81482C188.369 7.81311 189.168 7.81141 189.966 7.8097C189.966 7.76802 189.965 7.72614 189.961 7.68445C189.163 7.68617 188.366 7.68787 187.568 7.68958ZM124.529 7.31312C124.529 7.43861 124.532 7.5641 124.536 7.68958C124.008 7.66903 123.475 7.64934 122.947 7.62879C123.744 7.68986 124.547 7.7501 125.344 7.81116C125.337 7.64449 125.334 7.47759 125.327 7.31092C125.061 7.31092 124.795 7.31255 124.529 7.31312ZM547.373 7.74598C547.371 7.66744 546.615 7.66873 546.619 7.74744C546.619 7.82617 547.377 7.82532 547.373 7.74598ZM133.289 7.17323C133.368 6.66042 131.654 7.097 130.591 7.12782C129.15 7.16995 129.605 7.00988 128.538 7.26039C128.261 7.32488 127.438 7.57517 127.739 7.67859C129.062 7.72199 130.399 7.75744 131.729 7.79798C131.455 7.61079 131.183 7.42414 130.913 7.23695C131.7 7.21697 132.527 7.18693 133.289 7.17323ZM392.603 7.53431C392.603 7.61767 392.606 7.70143 392.61 7.78479C392.876 7.78479 393.142 7.78317 393.408 7.7826C393.408 7.69935 393.405 7.6161 393.401 7.53285C393.135 7.53285 392.869 7.53374 392.603 7.53431ZM332.766 7.51966C332.766 7.60291 332.773 7.68616 332.773 7.76941C333.305 7.76827 333.838 7.76706 334.37 7.76648C333.969 7.68372 333.568 7.6017 333.164 7.51893C333.033 7.51893 332.897 7.51909 332.766 7.51966ZM335.955 7.5138C335.955 7.59717 335.962 7.68092 335.962 7.76429C336.49 7.67978 337.019 7.59538 337.551 7.51087C337.019 7.51202 336.487 7.51266 335.955 7.5138ZM18.772 6.49941C18.0761 6.44403 17.8713 6.29955 17.1973 6.50967C16.5235 6.71977 17.0587 6.94149 16.7017 7.18642C16.4384 7.36504 15.0366 7.53806 15.2588 7.7555C16.0348 7.73608 16.851 7.71144 17.6416 7.69031C17.6307 7.37808 17.6159 7.0658 17.605 6.75356C18.9348 6.75242 20.262 6.74843 21.5991 6.74843C21.5975 6.74843 21.5959 6.74843 21.5942 6.74843C20.9678 6.49589 20.1445 6.60886 18.772 6.49941ZM152.441 7.69544C152.441 7.61672 151.685 7.61833 151.687 7.69691C151.691 7.77569 152.445 7.77421 152.441 7.69544ZM406.223 7.32264C406.224 7.32289 406.225 7.32313 406.226 7.32338C407.14 7.46606 408.054 7.60842 408.965 7.7511C409.497 7.63122 410.124 7.64909 410.94 7.62513C411.206 7.41673 411.47 7.20805 411.736 6.99965C409.626 7.21148 409.053 6.93059 406.943 6.8832C406.703 7.02935 406.464 7.17649 406.223 7.32264ZM610.405 7.68445C610.401 7.60577 609.647 7.60643 609.651 7.68519C609.651 7.76393 610.409 7.76323 610.405 7.68445ZM497.107 7.68299C497.107 7.60429 496.351 7.6052 496.353 7.68372C496.353 7.76247 497.11 7.76165 497.107 7.68299ZM41.1743 7.71668C41.4365 7.67959 41.702 7.6426 41.9678 7.60609C42.3682 7.62263 42.7661 7.63935 43.1665 7.65589C42.1653 7.5018 41.4986 7.33107 39.9658 7.34755C40.3702 7.47028 40.7736 7.59394 41.1743 7.71668ZM438.882 7.70569C440.044 7.60863 440.649 7.52888 441.672 7.7013C441.804 7.68017 441.939 7.65944 442.07 7.63831C441.069 7.48418 440.402 7.31366 438.872 7.3307C438.876 7.4557 438.882 7.5807 438.882 7.70569ZM540.205 7.44203C540.205 7.52528 540.209 7.60853 540.212 7.69178C540.478 7.69178 540.745 7.69162 541.011 7.69105C541.011 7.60768 541.007 7.52392 541.003 7.44056C540.738 7.44056 540.471 7.44146 540.205 7.44203ZM255.359 7.61195C255.358 7.53337 254.603 7.535 254.604 7.61341C254.608 7.69221 255.363 7.69074 255.359 7.61195ZM459.602 7.61121C459.6 7.53269 458.844 7.53397 458.848 7.61268C458.848 7.69142 459.606 7.68999 459.602 7.61121ZM257.749 7.60682C257.745 7.52823 256.993 7.52985 256.995 7.60828C256.995 7.68708 257.753 7.68561 257.749 7.60682ZM578.503 7.40101C579.039 7.48373 579.57 7.56658 580.105 7.6493C580.105 7.56594 580.101 7.48218 580.098 7.39881C579.566 7.39881 579.035 7.40044 578.503 7.40101ZM213.87 7.57166C213.87 7.4929 213.112 7.49443 213.115 7.57313C213.119 7.65187 213.872 7.65031 213.87 7.57166ZM283.213 7.05678C282.174 7.24577 281.146 7.43597 280.107 7.6244C282.049 7.67122 281.417 7.4669 282.473 7.3036C282.91 7.23638 283.547 7.24922 284.06 7.23842C284.595 7.07407 283.419 6.94535 283.494 6.81069C283.65 6.53892 285.128 6.36148 282.451 6.36831C282.724 6.59899 282.954 6.82725 283.213 7.05678ZM639.246 7.55994C639.247 7.48135 639.999 7.48135 640 7.55994C640 7.63874 639.246 7.63874 639.246 7.55994ZM417.31 6.6166C417.848 6.6788 418.387 6.74133 418.926 6.8041C418.926 6.99111 418.926 7.17811 418.926 7.36512C417.961 7.28807 416.999 7.2109 416.038 7.13441C414.874 7.11111 413.72 7.08646 412.549 7.06483C413.537 7.19021 412.907 7.40545 414.57 7.37025C415.859 7.34283 416.748 7.27513 418.088 7.37098C418.11 7.45092 418.119 7.53453 418.137 7.61561C420.099 7.64636 419.806 7.48989 419.722 7.23768C419.991 7.36201 420.26 7.48688 420.53 7.61121C421.593 7.6095 422.657 7.6078 423.721 7.60609C423.306 7.33966 422.928 7.18221 423.704 6.92201C423.303 6.85921 422.902 6.79586 422.498 6.73305C422.235 6.81695 421.972 6.90038 421.707 6.98427C421.299 6.86042 420.886 6.73694 420.479 6.61367C419.422 6.61481 418.366 6.61603 417.31 6.6166ZM221.846 7.55482C221.841 7.47616 221.088 7.47827 221.091 7.55701C221.094 7.63546 221.849 7.6335 221.846 7.55482ZM631.956 7.22816C630.844 7.36634 630.632 7.24007 629.561 7.23036C629.561 7.35531 629.569 7.48041 629.573 7.60535C630.371 7.5631 631.165 7.52073 631.963 7.47791C631.963 7.39473 631.959 7.31135 631.956 7.22816ZM365.471 7.33363C365.471 7.41699 365.479 7.50075 365.479 7.58411C366.277 7.60683 368.086 7.49589 367.864 7.32924C367.066 7.33095 366.269 7.33192 365.471 7.33363ZM529.031 7.32997C529.031 7.41321 529.034 7.49648 529.038 7.57972C529.304 7.57972 529.571 7.57956 529.836 7.57899C529.836 7.49562 529.833 7.41187 529.829 7.3285C529.563 7.3285 529.297 7.3294 529.031 7.32997ZM307.234 7.3805C307.634 7.44214 308.034 7.50417 308.435 7.5658C308.566 7.54468 308.698 7.52337 308.833 7.50282C308.831 7.50282 308.83 7.50282 308.828 7.50282C308.428 7.44123 308.027 7.37984 307.627 7.31825C307.496 7.33932 307.365 7.36 307.234 7.3805ZM379.817 6.93227C378.025 6.92947 377.751 7.06064 377.434 7.31239C376.731 7.30143 375.639 7.18368 375.042 7.2538C375.839 7.35652 376.64 7.45942 377.441 7.56214C377.467 7.47834 377.369 7.39563 377.434 7.31239C379.052 7.29412 379.864 7.19549 379.817 6.93227ZM314.414 7.55409C314.141 7.36868 313.87 7.18286 313.601 6.99745C312.803 6.97691 312.001 6.95648 311.204 6.93593C312.275 7.142 313.347 7.34802 314.414 7.55409ZM316.802 7.29994C317.337 7.38212 317.872 7.46474 318.403 7.54749C318.403 7.46424 318.4 7.38099 318.396 7.29774C317.865 7.29888 317.333 7.2988 316.802 7.29994ZM383.801 6.98866C385.075 7.10001 384.082 7.26896 384.749 7.41566C385.027 7.47648 386.398 7.39743 386.599 7.54676C386.784 7.52229 386.871 7.50394 387.017 7.48231C386.081 7.29686 385.145 7.11097 384.209 6.92494C384.071 6.94661 383.961 6.96586 383.801 6.98866ZM257.771 7.41932C257.769 7.41932 257.768 7.41932 257.766 7.41932C258.433 7.45985 259.099 7.50038 259.766 7.5409C259.897 7.51978 260.029 7.49831 260.164 7.47718C259.366 7.41609 258.564 7.3559 257.766 7.29481C257.766 7.33632 257.767 7.37782 257.771 7.41932ZM260.955 7.41273C263.082 7.45041 265.214 7.48784 267.341 7.52552C267.079 7.37943 266.812 7.23233 266.55 7.08681C265.141 7.02347 264.638 7.0839 264.041 6.85683C263.756 6.74895 263.556 6.52745 262.522 6.5353C261.997 6.82648 261.476 7.12041 260.955 7.41273ZM398.162 7.4618C398.157 7.38321 397.408 7.38483 397.41 7.46327C397.41 7.54206 398.165 7.5406 398.162 7.4618ZM272.876 6.76381C270.825 6.91684 268.955 7.05837 268.911 7.46034C270.405 7.61733 269.025 7.39765 269.939 7.2743C270.854 7.15103 273.393 7.10347 272.876 6.76381ZM12.041 7.3849C10.981 7.42828 9.92103 7.47099 8.85742 7.5138C8.85378 7.43055 8.84523 7.3473 8.84521 7.26405C9.9091 7.22123 10.9674 7.17724 12.0312 7.13441C12.0349 7.21778 12.041 7.30154 12.041 7.3849ZM592.842 7.44935C592.842 7.37056 592.086 7.37129 592.09 7.45008C592.091 7.52868 592.845 7.52806 592.842 7.44935ZM163.601 7.42372C163.601 7.34498 162.844 7.34655 162.847 7.42518C162.85 7.50395 163.604 7.50243 163.601 7.42372ZM110.171 7.34315C110.171 7.38482 110.17 7.42672 110.173 7.46839C110.705 7.46725 111.238 7.46587 111.77 7.46473C111.77 7.42305 111.769 7.38117 111.765 7.33949C111.234 7.34063 110.702 7.34201 110.171 7.34315ZM48.7378 7.20985C48.7378 7.2931 48.7464 7.37635 48.75 7.4596C49.2814 7.45903 49.8128 7.45798 50.3442 7.45741C49.9436 7.37465 49.5364 7.29188 49.1357 7.20912C49.0046 7.20912 48.8689 7.20928 48.7378 7.20985ZM445.259 7.44569C444.993 7.44626 444.726 7.44642 444.46 7.44642C444.457 7.36317 444.453 7.27992 444.453 7.19667C444.719 7.1961 444.986 7.1952 445.251 7.1952C445.255 7.27857 445.259 7.36233 445.259 7.44569ZM245.786 7.19374C245.788 7.19374 245.789 7.19374 245.791 7.19374C245.791 7.27699 245.798 7.36024 245.798 7.44349C246.326 7.35903 246.855 7.27454 247.383 7.19008C246.851 7.19122 246.318 7.1926 245.786 7.19374ZM536.194 7.38343C536.192 7.30487 535.436 7.30618 535.439 7.3849C535.44 7.4636 536.197 7.46277 536.194 7.38343ZM449.236 7.12636C449.237 7.12636 449.239 7.12636 449.241 7.12636C449.51 7.23027 449.78 7.33429 450.046 7.43763C450.574 7.3538 451.106 7.26952 451.633 7.18568C450.967 7.14516 450.3 7.10463 449.634 7.0641C449.503 7.08522 449.371 7.10524 449.236 7.12636ZM134.883 6.91689C134.62 7.02136 134.359 7.12662 134.097 7.23109C134.895 7.29219 135.696 7.3531 136.494 7.41419C136.496 7.41419 136.497 7.41419 136.499 7.41419C136.226 7.24804 135.954 7.08158 135.681 6.91542C135.415 6.91542 135.149 6.91632 134.883 6.91689ZM390.183 7.35121C390.183 7.27247 389.426 7.27403 389.429 7.35267C389.429 7.43144 390.186 7.42991 390.183 7.35121ZM144.871 7.39588C145.355 7.2834 143.763 7.07291 144.871 7.02895C146.186 6.97699 147.272 7.05602 148.452 7.13881C147.68 6.57982 144.696 6.98198 142.058 6.777C142.994 6.98255 143.938 7.19205 144.871 7.39588ZM149.26 7.20106C149.661 7.26273 150.063 7.32413 150.464 7.38636C150.594 7.36533 150.725 7.34441 150.859 7.32338C150.459 7.26171 150.054 7.19958 149.653 7.13734C149.522 7.15844 149.391 7.17997 149.26 7.20106ZM219.456 6.99745C219.456 7.12238 219.463 7.24753 219.47 7.37245C220.002 7.37131 220.535 7.37066 221.067 7.36952C221.063 7.24456 221.06 7.11948 221.052 6.99452C220.52 6.99567 219.987 6.99631 219.456 6.99745ZM221.863 7.36732C222.661 7.36561 223.46 7.36391 224.258 7.36219C224.256 7.36219 224.255 7.36219 224.253 7.36219C224.253 7.34144 224.253 7.32069 224.253 7.29994C223.853 7.23835 223.452 7.17696 223.052 7.11537C222.655 7.1993 222.26 7.28339 221.863 7.36732ZM99.7949 7.23988C99.7949 7.28153 99.7937 7.32348 99.7974 7.36512C100.329 7.36398 100.862 7.3626 101.394 7.36146C101.394 7.31978 101.393 7.2779 101.389 7.23622C100.858 7.23736 100.326 7.23874 99.7949 7.23988ZM28.7793 6.86342C28.6955 7.1038 29.7927 7.20599 30.791 7.36073C32.1497 7.18374 32.0503 6.99242 31.9629 6.73378C30.8993 6.77717 29.8392 6.82061 28.7793 6.86342ZM225.828 7.29701C225.824 7.21825 225.07 7.21979 225.073 7.29847C225.073 7.37722 225.83 7.37567 225.828 7.29701ZM43.9917 7.06557C42.9642 6.82918 42.9222 6.5456 40.7471 6.91103C41.6834 7.05035 42.6256 7.19894 43.562 7.34169C44.2247 7.2812 44.883 7.21028 45.542 7.15492C45.4062 6.98094 44.5378 7.19102 43.9917 7.06557ZM114.148 7.14686C113.747 7.08523 113.347 7.0232 112.947 6.96157C112.816 6.96157 112.68 6.96173 112.549 6.9623C112.552 7.0873 112.56 7.21229 112.563 7.33729C113.09 7.27354 113.618 7.21061 114.148 7.14686ZM240.605 6.95351C240.474 7.07853 240.342 7.20422 240.208 7.32924C241.005 7.28586 241.8 7.24297 242.598 7.1996C242.326 7.03359 242.054 6.86757 241.782 6.70156C241.389 6.78601 240.995 6.86963 240.605 6.95351ZM181.558 6.95058C180.745 7.06535 180.222 7.14865 180.371 7.3285C180.903 7.32736 181.436 7.32614 181.968 7.32557C181.964 7.20062 181.957 7.07553 181.953 6.95058C181.823 6.95058 181.688 6.95001 181.558 6.95058ZM183.557 7.07216C183.557 7.15541 183.564 7.23866 183.564 7.32191C183.83 7.32191 184.097 7.32102 184.363 7.32045C184.363 7.23708 184.355 7.15332 184.355 7.06996C184.09 7.06996 183.823 7.07159 183.557 7.07216ZM65.0635 6.80556C64.1422 6.76618 63.2211 6.72556 62.2998 6.68618C62.2852 6.76719 62.2692 6.84906 62.251 6.93007C61.7338 6.97459 61.213 7.01975 60.6958 7.06483C62.0184 7.06369 63.3381 7.06231 64.6606 7.06117C65.2033 7.14223 65.7464 7.22328 66.2891 7.30433C66.0159 7.1388 65.742 6.9733 65.4688 6.80776C66.263 6.74324 67.061 6.67819 67.8589 6.61367C67.3258 6.55215 66.7928 6.49062 66.2598 6.4291C65.859 6.5547 65.4642 6.68053 65.0635 6.80556ZM254.546 7.23842C254.542 7.15962 253.788 7.16109 253.792 7.23988C253.792 7.31845 254.547 7.31683 254.546 7.23842ZM319.158 6.6686C318.367 6.64976 317.573 6.63104 316.782 6.61221C317.452 6.79818 318.122 6.98449 318.792 7.17103C318.788 7.04606 318.783 6.92101 318.779 6.79604C319.442 6.7949 320.109 6.79352 320.771 6.79238C320.509 6.95957 320.251 7.12689 319.993 7.29408C324.121 7.08282 322.75 6.50865 319.172 6.41958C319.165 6.50231 319.161 6.58587 319.158 6.6686ZM75.0586 7.16298C75.0586 7.20448 75.061 7.24598 75.061 7.28749C75.5929 7.28635 76.1259 7.2857 76.6577 7.28456C76.6577 7.24306 76.6589 7.20155 76.6553 7.16005C76.1234 7.16119 75.5905 7.16184 75.0586 7.16298ZM586.016 6.76894C586.014 6.76919 586.012 6.76943 586.011 6.76967C586.794 6.78223 586.504 6.92946 586.467 7.01796C584.817 7.0248 584.142 7.26485 582.495 7.27211C582.494 7.27162 582.493 7.27113 582.493 7.27064C582.49 7.27064 582.488 7.27064 582.485 7.27064C582.478 7.04365 583.481 6.9595 584.07 6.76967C583.534 6.68631 583.001 6.60344 582.466 6.52065C583.65 6.60345 584.832 6.68615 586.016 6.76894ZM401.365 7.01869C401.365 7.10206 401.372 7.18581 401.372 7.26918C401.904 7.26804 402.437 7.26739 402.969 7.26625C402.969 7.18289 402.965 7.09913 402.961 7.01576C402.429 7.01691 401.897 7.01755 401.365 7.01869ZM483.147 7.0143C482.75 7.09821 482.353 7.18233 481.956 7.26625C482.487 7.26568 483.018 7.26519 483.55 7.26405C483.55 7.18069 483.546 7.09693 483.542 7.01357C483.412 7.01357 483.278 7.01373 483.147 7.0143ZM151.655 7.25892C152.182 7.1957 152.713 7.13172 153.24 7.0685C152.839 7.00683 152.437 6.94543 152.036 6.8832C151.905 6.8832 151.771 6.88263 151.641 6.8832C151.644 7.00824 151.652 7.13388 151.655 7.25892ZM217.844 7.18861C217.844 7.10983 217.086 7.11131 217.09 7.19008C217.09 7.2688 217.846 7.26719 217.844 7.18861ZM352.693 6.98207C352.693 7.06543 352.7 7.14919 352.7 7.23256C352.966 7.23256 353.233 7.23093 353.499 7.23036C353.499 7.14711 353.491 7.06386 353.491 6.98061C353.225 6.98061 352.959 6.9815 352.693 6.98207ZM363.188 6.84072C362.378 6.95215 364.173 7.25788 364.541 7.20765C365.353 7.0963 363.556 6.79047 363.188 6.84072ZM114.131 6.64736C115.209 6.80551 114.964 6.99486 114.946 7.20839C115.478 7.20725 116.011 7.20587 116.543 7.20472C115.785 6.99007 115.756 6.75379 114.529 6.58364C114.398 6.60477 114.266 6.62623 114.131 6.64736ZM57.5049 7.07069C57.5049 7.11238 57.5037 7.15425 57.5073 7.19594C58.0393 7.19479 58.5721 7.19342 59.104 7.19227C59.104 7.15063 59.1028 7.10868 59.0991 7.06703C58.5677 7.06817 58.0363 7.06955 57.5049 7.07069ZM576.123 7.09047C576.123 7.01167 576.877 7.01094 576.877 7.08974C576.88 7.16831 576.125 7.16893 576.123 7.09047ZM333.55 7.1432C334.344 7.07925 335.143 7.01526 335.938 6.95131C335.402 6.88965 334.868 6.82841 334.336 6.76674C334.074 6.89235 333.812 7.01817 333.55 7.1432ZM323.086 4.28827C321.625 4.27855 320.429 4.0689 319.099 4.23333C320.167 4.29386 321.232 4.35372 322.3 4.41424C322.365 4.55581 321.162 4.62478 321.511 4.79143C320.98 4.79257 320.448 4.79379 319.917 4.79436C319.917 4.81511 319.917 4.83586 319.917 4.85662C320.449 4.91824 320.983 4.98013 321.519 5.04118C321.519 4.95782 321.515 4.87479 321.511 4.79143C321.777 4.79143 322.044 4.78981 322.31 4.78923C322.313 4.91423 322.318 5.03923 322.322 5.16423C323.119 5.14197 323.914 5.11968 324.712 5.09685C323.604 5.26015 324.011 5.44473 323.931 5.66227C323.272 5.65255 322.683 5.61727 322.358 5.73404C321.743 5.9573 321.41 6.17097 321.562 6.41592C323.508 6.24751 323.676 5.98081 323.931 5.66227C326.062 5.68453 325.866 5.92516 327.104 6.0856C329.72 6.42412 330.715 6.2138 331.116 5.77433C333.604 6.07409 335.041 6.06792 337.507 5.76188C337.187 5.96914 338.648 6.06323 339.023 6.19913C339.393 6.33478 338.454 6.37485 338.411 6.45986C338.334 6.60768 339.085 6.66879 339.053 6.80117C339.034 6.8714 338.378 6.88827 338.44 6.94765C338.594 7.08902 339.933 7.15357 340.752 7.12855C340.068 6.89163 341.78 6.66735 341.387 6.4584C340.752 6.12059 339.118 6.02433 339.905 5.62931C341.533 5.78512 341.927 5.49032 343.479 5.59708C343.477 5.59684 343.476 5.5966 343.474 5.59635C344.403 5.49931 345.328 5.40263 346.257 5.30558C345.726 5.26794 345.194 5.2306 344.663 5.19353C344.652 5.25115 344.643 5.30891 344.636 5.36711C343.056 5.41334 341.471 5.4593 339.89 5.50553C339.828 5.25673 338.862 5.11146 337.478 5.01042C337.474 5.09245 337.471 5.17448 337.463 5.25651C336.669 5.25937 335.875 5.26318 335.081 5.26603C335.336 5.3271 335.606 5.39125 335.85 5.4506C335.599 5.55715 335.394 5.46824 335.132 5.455C333.97 5.39619 333.688 5.44451 332.705 5.51872C333.233 5.30984 333.754 5.10048 334.282 4.89104C333.353 4.97609 332.428 5.06086 331.499 5.14592C330.563 5.02262 329.63 4.89951 328.694 4.77678C328.457 4.92349 328.223 5.06952 327.986 5.21623C328.496 5.31901 329.004 5.42269 329.514 5.52604C328.184 5.48722 326.85 5.44768 325.52 5.40885C325.779 5.24156 326.041 5.07372 326.304 4.90642C325.24 4.86645 324.175 4.82716 323.115 4.78777C323.104 4.62162 323.097 4.45442 323.086 4.28827ZM346.309 6.99379C346.309 7.03544 346.31 7.07739 346.313 7.11903C346.845 7.11789 347.376 7.11724 347.908 7.1161C347.908 7.07443 347.909 7.03253 347.905 6.99086C347.373 6.992 346.841 6.99265 346.309 6.99379ZM163.591 7.04872C163.588 6.96993 162.833 6.97141 162.837 7.05019C162.837 7.12891 163.594 7.12729 163.591 7.04872ZM102.974 6.9828C102.974 7.02449 102.979 7.06637 102.979 7.10805C103.51 7.1069 104.043 7.10553 104.575 7.10439C104.575 7.06273 104.574 7.0208 104.57 6.97914C104.038 6.98028 103.506 6.98166 102.974 6.9828ZM514.683 7.03481C514.679 6.95612 515.435 6.95486 515.437 7.03334C515.441 7.11213 514.683 7.11359 514.683 7.03481ZM364.653 6.70962C365.007 6.85057 365.623 6.92116 365.464 7.08315C365.992 7.01984 366.523 6.95733 367.051 6.89345C366.318 6.76614 365.801 6.68507 364.653 6.70962ZM79.0332 6.77993C79.0332 6.86329 79.0418 6.94705 79.0454 7.03041C79.5736 6.9465 80.1018 6.86148 80.6299 6.777C80.098 6.77814 79.5651 6.77879 79.0332 6.77993ZM573.682 6.96742C573.682 6.88863 572.924 6.88936 572.927 6.96816C572.928 7.04678 573.685 7.04616 573.682 6.96742ZM598.433 6.75649C598.247 6.91118 600.034 7.0532 600.833 7.00478C600.833 6.92141 600.829 6.83766 600.825 6.75429C600.028 6.75486 599.23 6.75535 598.433 6.75649ZM35.1416 6.91689C35.1398 6.83838 34.3836 6.83965 34.3872 6.91835C34.3875 6.99711 35.1452 6.99567 35.1416 6.91689ZM578.875 6.52358C580.335 6.38549 580.517 6.3801 581.675 6.58437C580.079 6.68997 578.487 6.79534 576.899 6.90151C576.642 6.63964 577.68 6.63718 578.875 6.52358ZM209.856 6.82973C209.852 6.75113 209.1 6.75275 209.102 6.8312C209.102 6.90999 209.86 6.90853 209.856 6.82973ZM214.248 6.38296C213.126 6.52797 212.93 6.66405 213.069 6.88613C213.335 6.88613 213.601 6.8845 213.867 6.88393C214.126 6.73784 214.389 6.59131 214.651 6.44522C214.516 6.42466 214.383 6.40352 214.248 6.38296ZM592.827 6.82387C592.826 6.74533 592.072 6.74595 592.075 6.8246C592.075 6.9034 592.831 6.90267 592.827 6.82387ZM158 6.37124C157.979 6.45511 158.048 6.53786 158.008 6.62173C157.476 6.62912 156.945 6.6201 156.414 6.62466C156.271 6.86047 156.519 6.89905 158.02 6.87221C158.042 6.78838 157.973 6.70556 158.013 6.62173C158.545 6.61431 159.077 6.62336 159.609 6.6188C159.751 6.38298 159.502 6.34441 158 6.37124ZM430.081 6.71987C430.081 6.76137 430.079 6.80288 430.083 6.84438C430.615 6.84324 431.148 6.84259 431.68 6.84145C431.68 6.79995 431.678 6.75844 431.675 6.71694C431.143 6.71808 430.612 6.71873 430.081 6.71987ZM295.232 6.46865C295.236 6.59361 295.238 6.71869 295.242 6.84365C295.774 6.8425 296.306 6.84113 296.838 6.83998C296.987 6.71548 296.296 6.43212 295.232 6.46865ZM235.403 6.71474C235.403 6.75639 235.404 6.79834 235.408 6.83998C235.939 6.83884 236.471 6.83746 237.002 6.83632C237.002 6.79482 237.003 6.75331 237 6.71181C236.468 6.71295 235.935 6.7136 235.403 6.71474ZM438.757 6.80703C438.793 6.81495 438.827 6.8218 438.86 6.82973C438.798 6.83429 438.736 6.83713 438.674 6.83998C438.702 6.829 438.73 6.81801 438.757 6.80703C438.757 6.80727 438.756 6.80751 438.755 6.80776C438.256 6.69128 437.751 6.57488 437.249 6.4584C438.046 6.45726 438.841 6.45588 439.639 6.45474C439.344 6.57204 439.052 6.68972 438.757 6.80703ZM367.034 6.33096C367.307 6.49702 367.58 6.6631 367.849 6.82973C368.64 6.82802 369.452 6.82689 370.232 6.8246C370.1 6.6619 368.732 6.5001 369.519 6.33169C369.739 6.28551 371.973 6.38262 370.596 6.19766C369.448 6.24389 368.214 6.28644 367.034 6.33096ZM121.699 6.06583C120.982 6.17086 122.183 6.21211 121.987 6.37417C121.86 6.48034 120.916 6.66282 121.331 6.81582C123.468 6.63826 123.404 6.31531 121.699 6.06583ZM310.378 6.7499C310.378 6.67118 309.622 6.67279 309.624 6.75136C309.624 6.83015 310.382 6.82867 310.378 6.7499ZM257.737 6.54409C257.737 6.62745 257.74 6.71121 257.744 6.79458C258.01 6.79458 258.276 6.79295 258.542 6.79238C258.542 6.70913 258.539 6.62588 258.535 6.54263C258.269 6.54263 258.003 6.54352 257.737 6.54409ZM462.014 6.73232C462.011 6.65359 462.767 6.65224 462.769 6.73086C462.772 6.8096 462.015 6.81097 462.014 6.73232ZM404.539 6.5126C402.892 6.49607 401.539 6.71534 400.151 6.52065C400.021 6.54173 399.89 6.56314 399.756 6.58364C401.363 6.84791 403.417 6.85343 404.539 6.5126ZM267.244 4.7116C268.176 4.76467 269.112 4.81746 270.044 4.87053C270.707 4.83513 271.372 4.79973 272.031 4.76433C271.791 4.82706 271.546 4.89057 271.306 4.95329C271.685 5.01151 272.063 5.07086 272.441 5.12907C272.831 5.08968 273.215 5.04998 273.608 5.01116C273.43 5.23319 274.649 5.27222 275.068 5.44621C275.192 5.49816 274.564 5.51697 274.673 5.57291C274.91 5.69222 275.437 5.74267 275.259 5.88419C274.33 5.80368 273.392 5.723 272.456 5.64249C271.644 5.76753 270.832 5.89318 270.02 6.01822C269.367 5.97825 268.743 5.93823 268.069 5.89884C268.52 6.07923 267.506 6.17601 267.517 6.33755C267.528 6.49906 268.553 6.59267 268.096 6.77407C268.653 6.75238 269.163 6.73057 269.702 6.70888C269.433 6.605 269.164 6.50149 268.894 6.39761C270.814 6.41929 272.035 6.3804 273.274 6.13834C273.408 6.13833 273.539 6.13744 273.669 6.13687C273.564 6.3133 274.804 6.62986 276.079 6.63271C275.777 6.24685 277.039 5.87419 276.042 5.50773C278.17 5.50316 280.297 5.49911 282.424 5.49455C282.427 5.4943 282.429 5.49406 282.432 5.49381C282.545 5.15923 280.512 5.14361 278.804 5.12248C277.7 5.13733 276.825 5.31967 275.659 5.24772C273.674 5.12496 275.265 4.76109 275.217 4.50872C277.079 4.56696 279.962 4.83572 280.002 4.37323C279.194 4.34869 278.382 4.32526 277.573 4.30072C277.581 4.24305 277.59 4.18554 277.598 4.12787C276.935 4.21234 276.276 4.29754 275.613 4.38201C275.212 4.29928 274.811 4.21719 274.407 4.13446C274.269 4.29588 274.905 4.36597 275.215 4.50799C274.69 4.50171 274.17 4.50741 273.645 4.51312C273.634 4.59591 273.629 4.67845 273.618 4.76067C270.934 4.73548 271.163 4.3183 270.012 4.01801C269.091 4.24921 268.165 4.4804 267.244 4.7116ZM610.376 6.68398C610.372 6.60526 609.619 6.60542 609.622 6.68398C609.622 6.76266 610.377 6.76244 610.376 6.68398ZM225.806 6.67153C225.801 6.59286 225.048 6.59497 225.051 6.67373C225.054 6.75216 225.809 6.75021 225.806 6.67153ZM45.1196 6.59023C44.7191 6.57026 44.3215 6.54942 43.9209 6.52944C44.3217 6.59111 44.7237 6.65308 45.1245 6.71474C45.5201 6.65162 45.9167 6.58963 46.3086 6.52651C45.9139 6.54807 45.518 6.56867 45.1196 6.59023ZM242.959 6.07388C242.562 6.13724 242.165 6.20095 241.768 6.26431C241.768 6.30531 241.775 6.34709 241.775 6.38809C242.576 6.49086 243.376 6.59366 244.177 6.69643C243.904 6.48867 243.63 6.28091 243.357 6.07315C243.226 6.07315 243.09 6.07331 242.959 6.07388ZM310.386 6.31338C311.985 6.43498 313.584 6.55726 315.183 6.67885C314.382 6.59722 313.585 6.51439 312.783 6.43276C313.315 6.38997 313.843 6.34755 314.375 6.30533C313.974 6.22254 313.57 6.13998 313.169 6.05777C312.24 6.14282 311.311 6.22777 310.386 6.31338ZM200.283 6.28775C200.283 6.41267 200.291 6.53781 200.298 6.66274C200.564 6.66274 200.83 6.66185 201.096 6.66128C201.093 6.53628 201.089 6.41128 201.082 6.28628C200.816 6.28628 200.549 6.28718 200.283 6.28775ZM85.3906 6.62319C85.7039 6.56497 83.7238 6.28865 83.0273 6.41738C82.7141 6.47561 84.6941 6.75194 85.3906 6.62319ZM210.642 6.57778C210.641 6.49922 209.884 6.50126 209.888 6.57998C209.889 6.65852 210.646 6.65649 210.642 6.57778ZM12.002 6.38443C12.002 6.46767 12.0081 6.55094 12.0117 6.63418C13.6148 6.64274 14.4395 6.5052 14.3921 6.25625C13.5943 6.29907 12.7997 6.34218 12.002 6.38443ZM351.504 6.10831C349.77 6.11288 349.005 6.1352 347.351 6.23282C346.422 6.2876 345.982 6.2665 346.306 6.49429C347.614 6.53368 348.966 6.57281 350.288 6.61221C350.288 6.48718 350.28 6.36207 350.276 6.23648C351.336 6.27644 352.412 6.3159 353.464 6.35586C353.712 6.06752 352.936 6.10488 351.504 6.10831ZM546.56 6.30825C545.234 6.39333 543.904 6.47806 542.578 6.56313C542.574 6.43813 542.57 6.31314 542.566 6.18814C543.896 6.2281 545.23 6.26829 546.56 6.30825ZM154.001 6.00284C154.001 6.0862 154.009 6.16996 154.009 6.25332C154.526 6.25447 155.04 6.25584 155.557 6.25699C155.575 6.33805 155.593 6.41982 155.615 6.50088C155.881 6.50088 156.148 6.49998 156.414 6.49941C156.14 6.33326 155.869 6.16606 155.596 5.99991C155.064 6.00105 154.533 6.00227 154.001 6.00284ZM218.618 6.43716C218.615 6.35839 217.861 6.3599 217.864 6.43862C217.864 6.51736 218.621 6.51578 218.618 6.43716ZM97.3682 6.36904C97.3682 6.41072 97.367 6.45261 97.3706 6.49429C98.4344 6.45032 99.4952 6.40642 100.559 6.36245C100.423 6.27945 100.287 6.19644 100.151 6.11343C99.2225 6.19849 98.297 6.28399 97.3682 6.36904ZM287.246 5.98673C287.512 6.15222 287.782 6.31708 288.052 6.48257C288.441 6.3142 288.832 6.1463 289.221 5.97794C289.068 5.9591 288.914 5.94038 288.757 5.92154C288.255 5.94323 287.749 5.96504 287.246 5.98673ZM104.531 6.41665C104.525 6.3382 103.773 6.34017 103.777 6.41885C103.778 6.4975 104.535 6.4954 104.531 6.41665ZM112.52 6.21231C112.52 6.29567 112.527 6.37943 112.527 6.46279C112.528 6.46279 112.53 6.46279 112.532 6.46279C112.798 6.46279 113.064 6.4619 113.33 6.46133C113.33 6.37797 113.322 6.29421 113.318 6.21084C113.052 6.21085 112.785 6.21174 112.52 6.21231ZM536.165 5.8212C537.666 5.76068 537.371 5.84799 537.859 5.9816C538.558 6.17339 539.516 6.20968 539.375 6.44302C538.578 6.42765 537.486 6.51498 537.019 6.37417C536.432 6.19717 536.092 6.01933 536.165 5.8212ZM116.511 6.20425C116.511 6.2875 116.516 6.37075 116.516 6.454C117.314 6.45229 118.113 6.45059 118.911 6.44888C118.911 6.42813 118.911 6.40737 118.911 6.38662C118.179 6.25935 117.658 6.17978 116.511 6.20425ZM138.447 6.15884C138.05 6.24278 137.655 6.32702 137.258 6.41152C137.79 6.41038 138.323 6.40974 138.855 6.40859C138.855 6.32535 138.849 6.24136 138.845 6.15811C138.714 6.15811 138.578 6.15827 138.447 6.15884ZM151.597 6.32071C151.597 6.24193 150.839 6.24342 150.842 6.32217C150.842 6.4009 151.599 6.3993 151.597 6.32071ZM606.399 6.24893C606.399 6.29068 606.399 6.33242 606.399 6.37417C606.931 6.37417 607.464 6.37271 607.996 6.37271C607.996 6.3312 607.996 6.2897 607.996 6.2482C607.464 6.2482 606.931 6.24893 606.399 6.24893ZM357.454 6.22256C357.454 6.26421 357.455 6.30616 357.458 6.34781C357.99 6.34666 358.523 6.34602 359.055 6.34488C359.055 6.30337 359.054 6.26187 359.05 6.22037C358.518 6.22151 357.986 6.22142 357.454 6.22256ZM177.122 6.27163C177.118 6.19284 176.364 6.19432 176.367 6.2731C176.367 6.35182 177.124 6.3502 177.122 6.27163ZM54.2773 6.07535C54.2774 6.15859 54.2835 6.24186 54.2871 6.3251C54.5531 6.3251 54.8195 6.32421 55.0854 6.32364C55.0818 6.24038 55.0769 6.15714 55.0732 6.07388C54.8079 6.07388 54.5426 6.07478 54.2773 6.07535ZM262.092 5.53629C261.083 5.63279 261.045 5.87974 260.127 5.97281C258.739 6.11317 257.461 5.94494 257.729 6.29507C259.041 6.20429 260.361 6.11917 261.672 6.03067C261.814 5.8668 261.947 5.69788 262.092 5.53629ZM142.815 6.21231C142.811 6.13351 142.057 6.13498 142.061 6.21377C142.061 6.29243 142.817 6.2908 142.815 6.21231ZM480.327 6.08047C479.93 6.14326 479.533 6.20608 479.136 6.26944C479.001 6.24888 478.864 6.22774 478.733 6.20718C479.13 6.1444 479.527 6.08157 479.924 6.01822C480.059 6.03877 480.192 6.05992 480.327 6.08047ZM213.025 6.19839C213.021 6.11965 212.268 6.12123 212.271 6.19986C212.271 6.27863 213.028 6.27711 213.025 6.19839ZM218.621 5.99991C218.621 6.08316 218.628 6.16641 218.628 6.24966C218.894 6.24966 219.16 6.24877 219.426 6.2482C219.426 6.16483 219.423 6.08107 219.419 5.99771C219.153 5.99771 218.887 5.99934 218.621 5.99991ZM104.539 5.97867C104.539 6.06192 104.546 6.14517 104.546 6.22842C105.077 6.22728 105.609 6.22663 106.14 6.22549C105.738 6.14297 105.336 6.06046 104.934 5.97794C104.803 5.97794 104.669 5.9781 104.539 5.97867ZM525.803 6.02042C525.406 6.08319 525.009 6.1466 524.612 6.20938C524.613 6.20938 524.615 6.20938 524.617 6.20938C524.351 6.20995 524.084 6.21011 523.818 6.21011C523.418 6.12733 523.013 6.04461 522.612 5.96182C523.676 5.96068 524.74 5.9593 525.803 5.95816C525.803 5.97891 525.803 5.99967 525.803 6.02042ZM48.6719 6.14639C48.6682 6.0676 47.9138 6.06906 47.9175 6.14786C47.9198 6.22628 48.6753 6.22503 48.6719 6.14639ZM256.106 6.10977C256.106 6.03111 255.35 6.03274 255.352 6.11124C255.355 6.19003 256.11 6.18857 256.106 6.10977ZM86.9751 5.89005C86.7689 6.05782 88.5834 6.16109 89.3774 6.13541C89.2104 5.9741 89.8221 5.90087 90.1611 5.75968C89.1021 5.80359 88.0378 5.84613 86.9751 5.89005ZM485.115 6.13687C484.982 6.13687 484.849 6.13687 484.717 6.13687C484.316 6.0541 483.911 5.97135 483.511 5.88858C484.043 5.88801 484.576 5.88696 485.107 5.88639C485.111 5.96975 485.115 6.05351 485.115 6.13687ZM592.827 6.13614C593.093 6.13614 593.36 6.13597 593.625 6.13541C593.626 6.05215 593.622 5.96891 593.618 5.88565C593.352 5.88565 593.086 5.88508 592.82 5.88565C592.82 5.96902 592.824 6.05278 592.827 6.13614ZM24.7363 6.05631C24.7363 5.97759 23.9799 5.97848 23.9819 6.05704C23.9819 6.13578 24.7389 6.13493 24.7363 6.05631ZM356.216 5.22062C355.341 5.21891 354.773 5.33989 353.84 5.35758C352.744 5.37814 351.399 5.3464 350.251 5.36125C350.033 5.6695 351.049 5.62146 352.651 5.60661C352.385 5.68994 352.12 5.77376 351.851 5.85709C353.053 5.93702 354.237 6.02285 355.447 6.09878C356.026 6.08166 356.379 5.89314 356.616 5.86002C357.935 5.67791 359.077 5.63362 359.026 5.34367C359.027 5.34343 359.027 5.34318 359.028 5.34294C357.895 5.3726 357.301 5.22291 356.216 5.22062ZM234.441 5.7194C234.069 5.67029 232.295 5.98298 233.115 6.09146C233.487 6.14038 235.264 5.82787 234.441 5.7194ZM367.383 5.70914C366.326 5.66462 364.102 5.62405 363.828 5.83512C365.423 5.91673 367.022 5.99789 368.621 6.07608C368.17 5.98686 368.147 5.7411 367.383 5.70914ZM303.992 5.95084C303.992 5.99234 303.99 6.03384 303.994 6.07535C304.526 6.07421 305.059 6.07356 305.591 6.07242C305.591 6.03077 305.59 5.98883 305.586 5.94718C305.055 5.94832 304.523 5.9497 303.992 5.95084ZM237.727 5.65641C237.443 5.53724 236.111 5.58092 235.378 5.59122C235.732 5.73566 236.62 5.8678 237.356 5.95743C238.438 6.08872 238.654 6.05218 239.375 5.89517C239.373 5.89517 239.372 5.89517 239.37 5.89517C238.31 5.78618 238.255 5.87792 237.727 5.65641ZM156.387 5.74869C156.387 5.83206 156.394 5.91581 156.394 5.99918C156.66 5.99918 156.927 5.99755 157.192 5.99698C157.192 5.91373 157.185 5.83047 157.185 5.74723C156.919 5.74723 156.653 5.74812 156.387 5.74869ZM362.986 4.58562C362.571 4.78768 362.024 4.94843 361.638 5.1613C361.248 5.37419 360.924 5.68481 360.662 5.89664C360.512 6.01883 362.061 5.99307 362.17 5.96109C362.917 5.73671 362.567 5.57452 364.622 5.58537C364.611 5.54311 364.622 5.50107 364.614 5.45939C364.086 5.45939 363.557 5.45955 363.025 5.46012C363.01 5.16835 363.004 4.87854 362.986 4.58562ZM350.244 5.92374C350.241 5.84501 349.487 5.84659 349.49 5.9252C349.49 6.00398 350.247 6.00247 350.244 5.92374ZM639.104 5.97135C638.306 5.97249 637.507 5.97297 636.709 5.97354C636.709 5.9318 636.709 5.89005 636.709 5.8483C637.507 5.84716 638.306 5.84667 639.104 5.8461C639.104 5.88785 639.104 5.9296 639.104 5.97135ZM173.936 5.715C173.936 5.79836 173.94 5.88212 173.94 5.96549C174.206 5.96549 174.473 5.96386 174.739 5.96329C174.739 5.88004 174.735 5.79678 174.731 5.71354C174.466 5.71354 174.201 5.71443 173.936 5.715ZM521.814 5.96256C521.282 5.9637 520.749 5.96418 520.217 5.96475C520.217 5.92301 520.217 5.88126 520.217 5.83951C520.749 5.83837 521.282 5.83788 521.814 5.83731C521.814 5.87906 521.814 5.92081 521.814 5.96256ZM47.4805 5.71061C47.0835 5.7945 46.6909 5.87866 46.2939 5.96256C46.8258 5.96142 47.3588 5.96093 47.8906 5.96036C47.8906 5.877 47.8821 5.79324 47.8784 5.70987C47.7473 5.70987 47.6116 5.71004 47.4805 5.71061ZM299.993 5.70841C299.993 5.79166 299.996 5.87492 300 5.95816C300.266 5.95816 300.533 5.95727 300.798 5.9567C300.798 5.87345 300.791 5.7902 300.791 5.70694C300.525 5.70695 300.258 5.70784 299.993 5.70841ZM180.308 5.45207C180.049 5.61934 179.785 5.78649 179.526 5.95377C179.792 5.95377 180.059 5.95287 180.325 5.9523C180.849 5.78446 181.377 5.61641 181.902 5.44914C181.37 5.45028 180.839 5.45093 180.308 5.45207ZM541.758 5.93912C541.226 5.93969 540.695 5.94001 540.164 5.94058C540.164 5.89908 540.164 5.85758 540.164 5.81607C540.695 5.8155 541.226 5.81445 541.758 5.81388C541.758 5.85562 541.758 5.89737 541.758 5.93912ZM385.393 5.85929C385.389 5.78061 386.142 5.77865 386.147 5.85709C386.151 5.93584 385.394 5.93795 385.393 5.85929ZM206.233 5.39933C205.111 5.54431 204.915 5.67977 205.054 5.90177C206.394 5.97186 207.807 5.6922 208.23 5.52091C208.232 5.52091 208.233 5.52091 208.235 5.52091C207.568 5.48094 206.9 5.43987 206.233 5.39933ZM392.551 5.90909C392.285 5.90909 392.019 5.90982 391.753 5.90982C391.753 5.82657 391.746 5.74332 391.746 5.66007C392.011 5.66007 392.278 5.65861 392.544 5.65861C392.544 5.74197 392.551 5.82573 392.551 5.90909ZM214.631 5.88272C214.89 5.71557 215.152 5.54818 215.41 5.38102C214.886 5.42438 214.357 5.46657 213.833 5.50993C213.294 5.38553 212.754 5.26095 212.212 5.13713C213.017 5.3855 213.826 5.63435 214.631 5.88272ZM150.781 5.82193C150.777 5.74336 150.026 5.74499 150.027 5.8234C150.03 5.90219 150.785 5.90073 150.781 5.82193ZM405.339 5.8234C405.338 5.74499 406.093 5.74337 406.094 5.82193C406.097 5.9013 405.339 5.90219 405.339 5.8234ZM356.646 5.84977C356.114 5.85091 355.581 5.85082 355.049 5.85196C355.045 5.76871 355.042 5.68546 355.042 5.60221C355.573 5.60107 356.106 5.60042 356.638 5.59928C356.642 5.68264 356.645 5.7664 356.646 5.84977ZM291.199 5.78824C291.194 5.70968 290.443 5.7113 290.444 5.78971C290.444 5.8685 291.202 5.86704 291.199 5.78824ZM250.522 5.55827C250.522 5.64152 250.526 5.72477 250.53 5.80802C251.061 5.80688 251.593 5.80696 252.124 5.80582C251.724 5.7231 251.321 5.64026 250.92 5.55753C250.789 5.55753 250.654 5.55769 250.522 5.55827ZM385.356 5.42204C385.36 5.50529 385.364 5.58854 385.364 5.67179C384.3 5.71518 383.239 5.7595 382.175 5.80289C382.208 5.48029 383.458 5.40091 385.356 5.42204ZM548.159 5.7443C548.156 5.66559 548.914 5.6648 548.914 5.74357C548.915 5.82261 548.159 5.82299 548.159 5.7443ZM319.121 5.73258C319.121 5.65381 318.363 5.65532 318.367 5.73404C318.367 5.81278 319.124 5.8112 319.121 5.73258ZM557.734 5.73331C557.736 5.65417 558.489 5.65386 558.489 5.73258C558.491 5.81119 557.734 5.81205 557.734 5.73331ZM321.516 5.72819C321.515 5.64961 320.758 5.65166 320.762 5.73038C320.763 5.8089 321.52 5.80689 321.516 5.72819ZM0.0366211 5.71134C0.0329815 5.63263 0.785789 5.63076 0.791016 5.70987C0.794658 5.78922 0.037062 5.79007 0.0366211 5.71134ZM584.043 5.76847C584.575 5.76798 585.107 5.76749 585.64 5.767C585.549 5.62786 585.731 5.5431 586.426 5.45353C585.894 5.39134 585.358 5.32969 584.827 5.2675C584.564 5.43422 584.305 5.60174 584.043 5.76847ZM4.77539 5.70548C4.77487 5.62677 4.01979 5.62761 4.02344 5.70694C4.025 5.78549 4.77903 5.78419 4.77539 5.70548ZM594.417 5.63444C594.417 5.67594 594.417 5.71744 594.417 5.75895C594.948 5.75895 595.481 5.75805 596.013 5.75748C596.013 5.71573 596.013 5.67399 596.013 5.63224C595.481 5.63297 594.949 5.6337 594.417 5.63444ZM345.449 5.68204C345.449 5.60348 344.694 5.6051 344.695 5.68351C344.695 5.7623 345.453 5.76084 345.449 5.68204ZM519.414 5.71573C519.148 5.7163 518.881 5.7172 518.616 5.7172C518.612 5.63384 518.608 5.55008 518.608 5.46671C518.874 5.46614 519.141 5.46598 519.407 5.46598C519.41 5.54923 519.414 5.63248 519.414 5.71573ZM365.413 5.52018C366.022 5.68828 368.359 5.54069 369.426 5.58683C369.521 5.59083 369.861 5.77606 370.601 5.69669C370.914 5.66301 370.96 5.63669 370.996 5.57218C370.497 5.59891 369.911 5.55545 369.426 5.58683C369.383 5.5206 369.408 5.50109 369.404 5.44914C370.073 5.50723 370.068 5.33481 370.159 5.32829C370.763 5.28837 371.215 5.34448 371.812 5.3173C371.795 5.31242 371.779 5.30754 371.763 5.30265C371.693 5.26603 371.845 5.20217 371.365 5.19719C371.164 5.19491 370.815 5.19597 370.601 5.19938C370 5.20738 370.444 5.28677 370.156 5.32902C369.868 5.37127 369.231 5.32768 369.402 5.44987C368.86 5.45497 368.34 5.45182 367.805 5.45353C368.33 5.34796 368.858 5.24254 369.382 5.1364C368.851 5.03371 368.32 4.9309 367.788 4.82878C366.997 5.05888 366.207 5.29123 365.413 5.52018ZM521.824 5.64982C521.822 5.57138 522.578 5.57041 522.578 5.64908C522.581 5.72783 521.824 5.7286 521.824 5.64982ZM442.805 5.4484C444.335 5.42442 445.408 5.45395 446.006 5.69376C444.476 5.71774 443.403 5.68821 442.805 5.4484ZM536.968 5.69449C536.436 5.69507 535.903 5.69539 535.371 5.69596C535.367 5.6126 535.364 5.52884 535.364 5.44547C535.896 5.4449 536.428 5.44458 536.96 5.44401C536.964 5.52737 536.968 5.61113 536.968 5.69449ZM306.353 5.63297C306.352 5.55436 305.597 5.55598 305.598 5.63444C305.598 5.71323 306.356 5.71177 306.353 5.63297ZM537.783 5.63151C537.78 5.55276 538.537 5.5514 538.538 5.63004C538.541 5.70935 537.784 5.71013 537.783 5.63151ZM122.849 5.62711C122.844 5.54855 122.091 5.55059 122.095 5.62931C122.096 5.70784 122.853 5.70582 122.849 5.62711ZM479.536 5.58097C479.533 5.50229 480.29 5.50148 480.291 5.58024C480.292 5.65874 479.536 5.65967 479.536 5.58097ZM494.653 4.87346C494.697 5.00249 494.596 5.18885 494.673 5.30705C494.837 5.56737 495.697 5.46704 496.67 5.62052C496.531 5.45267 496.395 5.28699 496.26 5.12028C496.791 5.07805 497.324 5.03565 497.852 4.99284C497.85 4.99284 497.848 4.99284 497.847 4.99284C496.78 4.95347 495.72 4.91113 494.653 4.87346ZM607.952 5.55973C607.946 5.4812 607.198 5.48182 607.197 5.56046C607.197 5.63926 607.955 5.63853 607.952 5.55973ZM500.251 5.23967C500.251 5.32292 500.259 5.40617 500.259 5.48942C500.926 5.52995 501.593 5.5712 502.256 5.61173C502.387 5.59062 502.519 5.57059 502.654 5.54948C502.384 5.44559 502.114 5.34135 501.848 5.23747C501.316 5.23804 500.783 5.2391 500.251 5.23967ZM420.491 5.54801C420.487 5.46931 421.243 5.46804 421.245 5.54655C421.249 5.62533 420.491 5.62677 420.491 5.54801ZM291.968 4.47576C292.241 4.64127 292.51 4.80683 292.783 4.97234C293.18 4.8884 293.579 4.80432 293.972 4.72039C295.71 5.00867 297.447 5.29709 299.185 5.58537C299.187 5.58537 299.189 5.58537 299.192 5.58537C298.908 5.42092 298.623 5.25689 298.335 5.09245C297.818 5.09074 297.304 5.08977 296.787 5.08806C296.915 4.87965 297.043 4.67025 297.17 4.46185C296.365 4.38305 295.559 4.30407 294.753 4.22528C293.825 4.30861 292.897 4.39243 291.968 4.47576ZM526.609 5.51945C526.605 5.44075 527.361 5.43949 527.363 5.51798C527.367 5.59677 526.609 5.59822 526.609 5.51945ZM240.94 5.39054C241.341 5.4522 241.743 5.51345 242.144 5.57511C242.275 5.55402 242.411 5.53322 242.542 5.51212C242.141 5.45046 241.739 5.38849 241.338 5.32682C241.207 5.34795 241.075 5.36942 240.94 5.39054ZM575.251 5.27702C575.652 5.3598 576.054 5.44269 576.455 5.52604C576.852 5.46326 577.25 5.40042 577.646 5.33708C577.646 5.31633 577.646 5.29557 577.646 5.27482C576.849 5.27539 576.049 5.27645 575.251 5.27702ZM397.351 5.46305C397.347 5.38436 398.1 5.38182 398.105 5.46086C398.109 5.54017 397.352 5.54169 397.351 5.46305ZM146.787 5.14152C146.791 5.26652 146.798 5.39152 146.802 5.51652C147.334 5.51538 147.867 5.51473 148.398 5.51359C148.242 5.35443 148.852 5.27737 149.18 5.13713C148.382 5.13884 147.585 5.13981 146.787 5.14152ZM407.693 5.25724C407.697 5.34061 407.7 5.42437 407.7 5.50773C406.903 5.50887 406.105 5.51025 405.308 5.51139C405.308 5.46972 405.303 5.42782 405.303 5.38615C406.315 5.40613 406.808 5.31093 407.693 5.25724ZM485.889 5.38468C485.889 5.42643 485.889 5.46818 485.889 5.50993C486.421 5.50936 486.953 5.5083 487.485 5.50773C487.485 5.46598 487.485 5.42423 487.485 5.38249C486.953 5.38306 486.421 5.38411 485.889 5.38468ZM489.88 5.37956C489.88 5.4213 489.88 5.46305 489.88 5.5048C490.412 5.50423 490.943 5.50317 491.475 5.5026C491.475 5.46086 491.475 5.41911 491.475 5.37736C490.943 5.37793 490.412 5.37899 489.88 5.37956ZM284.006 4.61565C284.283 4.90683 284.561 5.19825 284.834 5.48942C285.096 5.32212 285.354 5.15428 285.613 4.98699C287.001 5.10517 287.97 5.17163 289.202 4.98039C289.581 5.04204 289.959 5.10331 290.334 5.16496C290.098 5.20716 289.858 5.24947 289.622 5.29167C290.149 5.31163 290.677 5.33103 291.208 5.35099C290.943 5.20496 290.682 5.05815 290.42 4.91155C289.619 4.89328 288.816 4.87415 288.015 4.85588C288.008 4.73143 288 4.60607 287.993 4.48162C286.663 4.52616 285.336 4.57112 284.006 4.61565ZM288.789 5.41838C288.789 5.33966 288.035 5.34127 288.037 5.41984C288.037 5.49863 288.793 5.49716 288.789 5.41838ZM371.812 5.3173C371.729 5.36961 371.896 5.40439 371.794 5.44767C372.097 5.42084 372.476 5.4581 372.556 5.38102C372.635 5.30756 371.995 5.34685 371.812 5.3173ZM244.111 5.38395C244.107 5.30531 243.353 5.3074 243.357 5.38615C243.359 5.4646 244.115 5.46263 244.111 5.38395ZM251.292 4.5556C251.171 4.77939 252.396 4.86799 251.97 5.11516C251.639 5.30642 250.52 5.47166 252.92 5.42716C253.109 5.24339 253.351 5.05276 253.555 4.86614C252.804 4.76223 252.027 4.66179 251.292 4.5556ZM318.325 5.04631C317.174 5.02633 316.655 5.10934 315.938 5.23893C316.67 5.36626 317.191 5.44659 318.335 5.42204C318.335 5.29699 318.329 5.17135 318.325 5.04631ZM477.134 5.33415C477.132 5.25563 477.888 5.25471 477.888 5.33342C477.891 5.41208 477.134 5.4129 477.134 5.33415ZM594.38 5.3217C594.379 5.24307 593.625 5.2437 593.625 5.32243C593.626 5.40122 594.383 5.40049 594.38 5.3217ZM430.039 5.3444C430.039 5.26115 430.035 5.1779 430.032 5.09465C430.564 5.09351 431.096 5.09286 431.628 5.09172C431.099 5.17595 430.569 5.26017 430.039 5.3444ZM237.742 5.0844C237.742 5.16765 237.745 5.2509 237.749 5.33415C238.015 5.33415 238.281 5.33325 238.547 5.33268C238.547 5.24943 238.54 5.16618 238.54 5.08293C238.274 5.08293 238.008 5.08383 237.742 5.0844ZM305.901 3.69575C305.114 3.7654 305.498 3.95157 305.52 4.07147C305.108 4.03205 304.428 3.94126 303.926 3.94916C303.397 4.11703 302.868 4.28519 302.344 4.45306C303.407 4.45077 304.471 4.44875 305.535 4.44647C305.546 4.32146 305.496 4.19647 305.525 4.07147C306.971 4.21077 307.307 4.29726 307.136 4.56731C304.695 4.60499 304.821 4.90137 303.965 5.19938C305.029 5.23935 306.089 5.2788 307.153 5.31877C307.284 5.23501 307.419 5.15131 307.554 5.06755C308.771 5.16005 307.321 5.37473 309.558 5.31364C309.556 5.31364 309.555 5.31364 309.553 5.31364C308.748 5.12758 307.946 4.94234 307.141 4.75628C308.988 4.44681 309.652 4.76812 309.546 5.06389C310.333 4.99994 311.154 4.93521 311.919 4.87126C311.143 4.6646 309.24 4.61001 308.362 4.445C307.077 4.20297 307.434 3.90355 305.901 3.69575ZM455.569 5.30339C455.303 5.30396 455.036 5.30485 454.771 5.30485C454.767 5.22149 454.763 5.13773 454.763 5.05437C455.029 5.0538 455.296 5.05363 455.562 5.05363C455.565 5.13689 455.569 5.22014 455.569 5.30339ZM256.077 5.23454C256.073 5.15582 255.32 5.15742 255.322 5.236C255.326 5.31479 256.08 5.3133 256.077 5.23454ZM384.575 5.236C384.572 5.15725 385.329 5.15514 385.33 5.23381C385.333 5.31248 384.577 5.31444 384.575 5.236ZM264.062 4.90642C264.864 5.02972 265.666 5.15298 266.467 5.27629C266.464 5.15132 266.459 5.02626 266.455 4.90129C265.658 4.90301 264.86 4.90471 264.062 4.90642ZM475.513 5.21184C475.382 5.23293 475.246 5.25373 475.115 5.27482C474.714 5.15045 474.315 5.02567 473.911 4.90129C474.176 4.90072 474.442 4.89983 474.707 4.89983C474.977 5.00375 475.243 5.10792 475.513 5.21184ZM5.57129 5.01628C5.57129 5.09964 5.57741 5.1834 5.58105 5.26677C6.113 5.2662 6.64579 5.26514 7.17773 5.26457C7.1741 5.18131 7.1728 5.09807 7.16553 5.01482C6.63412 5.01539 6.1027 5.01571 5.57129 5.01628ZM588.792 5.20231C588.788 5.12359 588.038 5.12374 588.037 5.20231C588.037 5.28099 588.793 5.28076 588.792 5.20231ZM150.759 5.19646C150.756 5.11767 150.002 5.11917 150.005 5.19792C150.005 5.27665 150.762 5.27505 150.759 5.19646ZM412.878 5.24772C412.844 5.24424 412.808 5.24009 412.773 5.236C412.777 5.23538 412.78 5.23443 412.783 5.23381C412.777 5.23335 412.772 5.2328 412.766 5.23234C413.188 5.15568 413.611 5.07903 414.033 5.00237C413.647 5.08448 413.264 5.16613 412.878 5.24772ZM99.6948 5.17595C99.6912 5.09715 98.9368 5.09862 98.9404 5.17741C98.9441 5.25612 99.6969 5.2545 99.6948 5.17595ZM623.899 5.17082C623.897 5.09239 623.142 5.09301 623.145 5.17155C623.148 5.25035 623.902 5.24962 623.899 5.17082ZM434.841 5.14885C434.838 5.07018 435.59 5.06893 435.596 5.14738C435.599 5.22618 434.841 5.22764 434.841 5.14885ZM299.954 5.14519C299.952 5.06664 299.196 5.06867 299.199 5.14738C299.201 5.22594 299.957 5.2239 299.954 5.14519ZM441.98 4.32415C441.332 4.68726 441.738 5.13992 438.813 5.20451C439.793 4.92889 440.23 4.76243 439.592 4.45306C440.387 4.40967 441.181 4.36697 441.975 4.32415C441.977 4.32415 441.978 4.32415 441.98 4.32415ZM136.404 4.7863C136.404 4.82798 136.406 4.86987 136.406 4.91155C136.927 4.91155 137.453 4.91228 137.974 4.91228C137.985 4.9938 137.998 5.07611 138.013 5.15764C138.278 5.15707 138.545 5.15674 138.811 5.15617C139.07 5.03063 139.336 4.90525 139.595 4.77971C138.531 4.78191 137.467 4.78411 136.404 4.7863ZM143.574 5.08513C143.574 5.00634 142.816 5.00783 142.82 5.08659C142.82 5.16531 143.576 5.16371 143.574 5.08513ZM257.678 4.9196C259.128 4.88649 259.837 4.951 260.886 5.09831C261.592 5.19728 261.978 5.0397 262.466 4.97234C261.53 4.86958 260.586 4.76927 259.646 4.66765C258.99 4.75157 258.338 4.83512 257.678 4.9196ZM492.244 5.06316C492.243 4.98442 491.486 4.98585 491.489 5.06462C491.491 5.14315 492.247 5.14186 492.244 5.06316ZM506.628 5.04411C506.763 5.06467 506.894 5.08581 507.029 5.10637C507.426 5.04359 507.823 4.98019 508.22 4.91741C508.085 4.89685 507.955 4.87571 507.82 4.85515C507.423 4.91793 507.025 4.98134 506.628 5.04411ZM228.157 4.85442C228.157 4.93767 228.164 5.02092 228.164 5.10417C228.695 5.10303 229.227 5.10238 229.758 5.10124C229.755 5.01788 229.751 4.93412 229.751 4.85076C229.22 4.8519 228.688 4.85328 228.157 4.85442ZM355.007 4.47649C355.816 4.49476 356.621 4.51316 357.429 4.53143C358.223 4.71857 359.017 4.90605 359.814 5.09318C359.537 4.84441 359.259 4.59563 358.982 4.34686C358.392 4.3246 357.619 4.37353 357.065 4.34906C356.129 4.30739 357.053 4.12984 356.191 4.10004C355.802 4.2244 355.4 4.35099 355.007 4.47649ZM237.72 4.45965C235.261 4.48651 235.185 4.75894 235.349 5.08952C237.061 4.94622 237.924 4.77078 237.72 4.45965ZM300.762 4.83171C300.579 4.98687 302.374 5.1254 303.164 5.07634C303.16 4.99309 303.157 4.90984 303.157 4.82659C302.358 4.8283 301.56 4.83001 300.762 4.83171ZM438.008 5.08073C437.742 5.0813 437.475 5.0822 437.209 5.0822C437.206 4.99884 437.202 4.91508 437.202 4.83171C437.468 4.83114 437.734 4.83098 438 4.83098C438.004 4.91423 438.008 4.99748 438.008 5.08073ZM242.527 5.01262C242.527 5.03337 242.527 5.05412 242.527 5.07487C243.59 5.07259 244.654 5.07 245.718 5.06828C245.852 4.88848 245.334 4.80811 244.507 4.69622C243.844 4.80177 243.186 4.90707 242.527 5.01262ZM463.132 4.79216C463.537 4.87495 463.938 4.95767 464.338 5.04045C463.807 5.04102 463.274 5.04208 462.742 5.04265C462.738 4.9594 462.734 4.87615 462.734 4.7929C462.867 4.79265 463 4.79241 463.132 4.79216ZM486.206 4.51238C484.88 4.51528 483.577 4.68558 482.681 4.82659C484.808 4.88596 486.94 4.94592 489.067 5.0053C488.113 4.84085 487.161 4.67682 486.206 4.51238ZM279.202 4.93791C279.198 4.85912 278.444 4.86058 278.447 4.93938C278.448 5.018 279.203 5.01637 279.202 4.93791ZM512.207 4.97673C513.933 4.777 514.72 5.0194 516.592 4.95329C517.375 4.92589 519.056 4.61991 518.572 4.46917C517.645 4.55193 516.718 4.6347 515.791 4.71746C514.589 4.55302 513.39 4.38842 512.188 4.22455C512.191 4.47574 512.207 4.72382 512.207 4.97673ZM183.477 4.82073C183.477 4.86223 183.475 4.90374 183.479 4.94524C184.011 4.9441 184.544 4.94345 185.076 4.94231C185.076 4.90063 185.077 4.85875 185.073 4.81707C184.541 4.81821 184.008 4.81959 183.477 4.82073ZM501.013 4.80095C501.012 4.72234 500.255 4.72368 500.259 4.80242C500.26 4.88107 501.017 4.8797 501.013 4.80095ZM354.995 4.78923C354.995 4.71049 354.238 4.71206 354.241 4.7907C354.241 4.86946 354.998 4.86794 354.995 4.78923ZM173.093 4.46624C173.097 4.59119 173.104 4.71628 173.108 4.84124C173.639 4.84009 174.171 4.83888 174.702 4.83831C174.698 4.71333 174.691 4.58829 174.688 4.46331C174.156 4.46445 173.625 4.46567 173.093 4.46624ZM224.946 4.36077C225.098 4.52845 224.82 5.01038 226.575 4.71087C226.666 4.69545 226.593 4.45691 227.336 4.40838C227.927 4.37013 229.112 4.38523 228.926 4.22821C227.88 4.18596 226.8 4.14936 225.74 4.10882C225.474 4.19264 225.212 4.27582 224.946 4.36077ZM553.691 4.54974C553.691 4.6331 553.695 4.71686 553.699 4.80022C554.227 4.71634 554.758 4.63215 555.286 4.54827C554.754 4.54884 554.223 4.54917 553.691 4.54974ZM327.068 4.71746C327.068 4.63866 326.31 4.64013 326.313 4.71892C326.314 4.79762 327.07 4.796 327.068 4.71746ZM207.402 4.5219C207.402 4.60515 207.41 4.68841 207.41 4.77166C207.676 4.77166 207.942 4.77076 208.208 4.77019C208.208 4.68694 208.204 4.60369 208.201 4.52044C207.935 4.52101 207.668 4.52133 207.402 4.5219ZM143.56 4.7094C143.56 4.63062 142.802 4.63212 142.805 4.71087C142.805 4.7896 143.562 4.788 143.56 4.7094ZM427.603 4.66033C427.6 4.58189 426.845 4.58313 426.848 4.6618C426.848 4.74059 427.606 4.73912 427.603 4.66033ZM239.312 4.33148C239.315 4.45644 239.324 4.58151 239.324 4.70647C239.855 4.70533 240.387 4.70395 240.918 4.70281C241.067 4.57834 240.375 4.29494 239.312 4.33148ZM533.738 4.4472C533.738 4.53045 533.742 4.6137 533.745 4.69695C534.277 4.69638 534.81 4.69606 535.342 4.69549C535.342 4.61223 535.338 4.52899 535.334 4.44573C534.803 4.4463 534.27 4.44663 533.738 4.4472ZM312.283 4.19012C311.667 4.15136 310.952 4.20301 310.315 4.18646C311.248 4.3526 312.185 4.51714 313.125 4.68157C313.215 4.6718 313.304 4.66204 313.394 4.65227C314.593 4.50037 313.591 4.27205 312.283 4.19012ZM386.931 4.66839C386.399 4.66953 385.866 4.67017 385.334 4.67132C385.331 4.62969 385.33 4.5877 385.33 4.54607C385.862 4.54493 386.394 4.54429 386.926 4.54314C386.93 4.5848 386.931 4.62674 386.931 4.66839ZM318.289 4.60906C318.289 4.53027 317.53 4.53173 317.534 4.61053C317.535 4.68911 318.29 4.68748 318.289 4.60906ZM459.563 4.60979C459.56 4.53106 460.314 4.53029 460.317 4.60906C460.319 4.68751 459.563 4.68847 459.563 4.60979ZM263.254 4.53289C263.254 4.57453 263.253 4.61649 263.257 4.65813C264.055 4.65642 264.854 4.65472 265.652 4.65301C265.652 4.61137 265.651 4.5694 265.647 4.52776C264.849 4.52948 264.052 4.53118 263.254 4.53289ZM329.48 4.65008C330.278 4.64836 331.077 4.64666 331.875 4.64495C331.875 4.60345 331.874 4.56194 331.87 4.52044C330.861 4.5444 330.365 4.44983 329.473 4.39959C329.473 4.48295 329.476 4.56671 329.48 4.65008ZM489.06 4.50506C489.06 4.54681 489.06 4.58855 489.06 4.6303C490.124 4.58692 491.185 4.54405 492.249 4.50066C492.249 4.45892 492.249 4.41717 492.249 4.37542C491.185 4.41881 490.124 4.46168 489.06 4.50506ZM416.431 3.99091C414.719 4.13306 413.855 4.30895 414.055 4.62005C414.325 4.53726 414.595 4.45439 414.861 4.37103C415.655 4.36875 416.445 4.36672 417.239 4.36444C417.24 4.36468 417.242 4.36492 417.244 4.36517C416.974 4.2407 416.704 4.11595 416.431 3.99091ZM346.211 4.5556C346.211 4.47691 345.455 4.47854 345.457 4.55706C345.457 4.63585 346.215 4.63439 346.211 4.5556ZM498.628 4.36663C499.163 4.44934 499.694 4.53148 500.229 4.61419C500.229 4.53094 500.226 4.44769 500.222 4.36444C499.691 4.36501 499.159 4.36606 498.628 4.36663ZM299.163 4.58416C299.162 4.5844 299.161 4.58465 299.16 4.58489C299.692 4.58375 300.223 4.58237 300.754 4.58123C300.754 4.49798 300.751 4.41473 300.747 4.33148C300.616 4.33148 300.482 4.33148 300.352 4.33148C299.954 4.41541 299.56 4.50023 299.163 4.58416ZM363.77 3.95941C363.777 4.16782 363.783 4.37649 363.787 4.58489C364.585 4.58318 365.384 4.58221 366.182 4.5805C366.095 4.55535 366.007 4.53021 365.92 4.50506C365.378 4.32931 365.265 4.16234 365.364 3.95648C364.832 3.95746 364.301 3.95844 363.77 3.95941ZM376.531 4.49993C376.531 4.42114 375.773 4.4226 375.776 4.5014C375.776 4.58008 376.533 4.57845 376.531 4.49993ZM466.692 4.4743C466.692 4.39553 465.934 4.39631 465.938 4.47503C465.941 4.55371 466.693 4.55276 466.692 4.4743ZM143.567 4.27215C143.567 4.3554 143.574 4.43865 143.574 4.5219C144.106 4.52076 144.637 4.52011 145.168 4.51897C145.168 4.43572 145.161 4.35247 145.161 4.26922C144.63 4.27036 144.098 4.27158 143.567 4.27215ZM147.563 4.45159C147.694 4.47212 147.829 4.49259 147.964 4.51312C148.361 4.44976 148.759 4.38751 149.153 4.32415C149.018 4.3036 148.885 4.28245 148.75 4.2619C148.353 4.32523 147.957 4.38883 147.563 4.45159ZM339.045 4.25677C339.045 4.34002 339.053 4.42328 339.053 4.50652C339.584 4.50538 340.116 4.50416 340.647 4.50359C340.647 4.42034 340.643 4.33709 340.64 4.25384C340.108 4.25498 339.577 4.2562 339.045 4.25677ZM193.03 4.17621C193.03 4.25946 193.037 4.34271 193.037 4.42596C193.303 4.42596 193.57 4.42506 193.835 4.42449C193.835 4.34113 193.832 4.25737 193.828 4.17401C193.562 4.17401 193.296 4.17564 193.03 4.17621ZM455.518 4.3659C455.517 4.28726 454.76 4.28862 454.763 4.36737C454.768 4.44599 455.521 4.44464 455.518 4.3659ZM286.76 3.60859C285.208 3.92889 283.475 3.8327 281.223 3.87665C280.411 3.89264 280.767 4.12371 279.995 4.18426C280.8 4.24876 281.594 4.30662 282.395 4.36883C282.253 4.28553 282.112 4.20238 281.97 4.11908C282.637 4.07627 283.308 4.03298 283.975 3.99017C283.989 4.07288 283.999 4.15576 284.014 4.23846C284.797 4.23732 285.58 4.23594 286.367 4.2348C286.487 3.94531 288.557 3.85068 286.76 3.60859ZM224.131 3.862C223.606 4.02987 223.076 4.19787 222.551 4.36517C223.349 4.36403 224.148 4.36135 224.946 4.36077C224.943 4.19321 224.936 4.02681 224.929 3.85981C224.663 3.86038 224.397 3.86143 224.131 3.862ZM504.209 4.23407C504.209 4.27581 504.209 4.31756 504.209 4.35931C504.741 4.35874 505.274 4.35825 505.806 4.35711C505.806 4.31536 505.806 4.27362 505.806 4.23187C505.274 4.23244 504.741 4.23293 504.209 4.23407ZM517.368 4.09344C516.485 4.24694 515.715 4.0933 514.583 4.09711C515.247 4.17965 515.913 4.26139 516.577 4.34393C516.974 4.28061 517.372 4.21771 517.769 4.15497C517.634 4.13445 517.503 4.11396 517.368 4.09344ZM520.947 4.27581C520.947 4.19704 520.189 4.19849 520.193 4.27728C520.195 4.35577 520.951 4.35451 520.947 4.27581ZM433.215 4.15204C434.006 4.21256 434.801 4.27503 435.588 4.33441C435.777 4.16718 435.396 3.99225 435.195 3.8393C435.158 3.79853 435.12 3.75776 435.083 3.71698C434.987 3.5919 434.855 3.46954 433.967 3.46137C433.723 3.69262 433.463 3.92136 433.215 4.15204ZM181.841 4.26117C181.837 4.1824 181.083 4.18391 181.086 4.26263C181.086 4.34137 181.843 4.33979 181.841 4.26117ZM242.483 3.82392C243.281 3.86387 244.083 3.90407 244.88 3.94403C244.881 3.94428 244.882 3.94452 244.883 3.94477C245.152 4.06923 245.425 4.19383 245.691 4.31829C245.687 4.15162 245.681 3.98473 245.674 3.81806C244.61 3.82034 243.547 3.8222 242.483 3.82392ZM249.656 4.24725C249.652 4.16859 248.9 4.17022 248.901 4.24872C248.901 4.32751 249.659 4.32605 249.656 4.24725ZM469.497 4.03192C469.1 4.11583 468.703 4.19996 468.306 4.28387C468.838 4.2833 469.37 4.28224 469.902 4.28167C469.902 4.19831 469.899 4.11455 469.895 4.03119C469.764 4.03119 469.628 4.03135 469.497 4.03192ZM325.469 3.90741C326.139 4.03128 326.805 4.15487 327.476 4.27874C327.607 4.25762 327.739 4.23631 327.874 4.21576C327.149 4.12612 326.963 4.04779 327.065 3.90448C326.533 3.90562 326.001 3.90684 325.469 3.90741ZM153.931 4.19012C153.932 4.19012 153.934 4.19012 153.936 4.19012C154.07 4.21065 154.201 4.23112 154.336 4.25165C154.733 4.18827 155.131 4.12533 155.525 4.06195C155.39 4.0414 155.257 4.02098 155.122 4.00043C154.725 4.06377 154.328 4.12735 153.931 4.19012ZM158.325 4.24359C158.449 4.03469 158.577 3.82628 158.701 3.61738C157.903 3.59796 157.104 3.57893 156.306 3.55952C156.979 3.78754 157.652 4.01556 158.325 4.24359ZM500.222 4.23919C501.872 4.24947 503.093 4.26102 504.204 4.04657C503.807 4.06254 503.409 4.07894 503.013 4.09491C502.496 4.05953 501.975 4.02482 501.458 3.98944C501.046 4.07275 500.634 4.15588 500.222 4.23919ZM100.879 4.2348C101.276 4.15087 101.671 4.06605 102.068 3.98212C101.27 3.94216 100.468 3.90253 99.6704 3.862C100.075 3.98641 100.475 4.11039 100.879 4.2348ZM164.29 3.73237C164.031 3.89958 163.769 4.06686 163.511 4.23407C165.025 4.14104 165.244 3.96881 165.088 3.7309C164.822 3.7309 164.555 3.73179 164.29 3.73237ZM250.461 3.80854C251.398 3.93184 252.33 4.05437 253.267 4.17767C253.398 4.15655 253.533 4.13508 253.665 4.11395C253.395 3.96844 253.121 3.82368 252.852 3.67817C252.054 3.72156 251.259 3.76514 250.461 3.80854ZM462.312 3.91767C461.915 4.00158 461.518 4.0857 461.121 4.16961C461.653 4.16904 462.185 4.16799 462.717 4.16742C462.717 4.08405 462.717 4.0003 462.71 3.91693C462.579 3.91693 462.443 3.91709 462.312 3.91767ZM201.782 4.09564C201.779 4.01685 201.024 4.01832 201.028 4.09711C201.028 4.17582 201.784 4.1742 201.782 4.09564ZM332.649 3.8935C332.649 3.97686 332.653 4.06062 332.656 4.14398C332.922 4.14398 333.189 4.14309 333.455 4.14252C333.455 4.05915 333.451 3.97539 333.447 3.89203C333.182 3.89203 332.915 3.89293 332.649 3.8935ZM334.25 4.01581C335.314 4.05518 336.381 4.09509 337.444 4.13446C337.444 4.0511 337.44 3.96734 337.437 3.88398C336.191 3.91132 335.328 3.8549 334.243 3.76532C334.243 3.84869 334.247 3.93245 334.25 4.01581ZM492.227 3.6247C492.23 3.74963 492.233 3.87477 492.236 3.9997C492.902 4.04017 493.568 4.08154 494.233 4.12201C494.364 4.10091 494.5 4.08085 494.631 4.05975C494.096 3.91473 493.558 3.76957 493.022 3.62397C492.757 3.62397 492.492 3.62413 492.227 3.6247ZM496.223 3.87006C496.223 3.95331 496.227 4.03656 496.23 4.11981C496.758 4.03598 497.29 3.95227 497.817 3.86786C497.286 3.86843 496.755 3.86949 496.223 3.87006ZM153.115 3.758C151.665 3.72383 149.837 4.06603 151.946 4.11688C152.656 4.13401 153.465 3.83908 153.115 3.758ZM347.012 3.99164C347.012 4.03327 347.013 4.07525 347.017 4.11688C347.548 4.11574 348.079 4.11509 348.611 4.11395C348.611 4.0723 348.612 4.03037 348.608 3.98871C348.076 3.98985 347.544 3.9905 347.012 3.99164ZM419.622 3.98651C419.622 4.02814 419.623 4.07013 419.626 4.11175C420.158 4.11061 420.691 4.10997 421.223 4.10882C421.223 4.06717 421.222 4.02524 421.218 3.98358C420.686 3.98472 420.154 3.98537 419.622 3.98651ZM507.393 3.97919C507.393 4.02094 507.393 4.06268 507.393 4.10443C507.925 4.10386 508.457 4.10354 508.989 4.10297C508.989 4.06122 508.989 4.01947 508.989 3.97772C508.457 3.97829 507.925 3.97862 507.393 3.97919ZM238.896 3.83197C238.499 3.91588 238.107 4.00075 237.71 4.08466C238.241 4.08351 238.773 4.08213 239.304 4.08099C239.301 3.99774 239.294 3.91449 239.294 3.83124C239.163 3.83124 239.028 3.8314 238.896 3.83197ZM299.526 3.70966C297.279 3.95666 295.235 3.68916 292.747 3.72284C293.412 3.84052 294.078 3.95819 294.744 4.07587C296.474 4.03647 298.206 3.99751 299.937 3.95868C299.802 3.87591 299.665 3.79244 299.526 3.70966ZM63.7744 4.05609C63.5086 4.05666 63.2419 4.05756 62.9761 4.05756C62.9724 3.97431 62.9663 3.89105 62.9663 3.8078C63.2322 3.8078 63.4988 3.80634 63.7646 3.80634C63.7683 3.8897 63.7744 3.97273 63.7744 4.05609ZM385.3 3.60786C386.364 3.58502 387.425 3.56184 388.489 3.53901C388.226 3.70631 387.967 3.87415 387.705 4.04144C388.765 3.99748 389.83 3.95357 390.894 3.90961C391.203 3.34167 389.264 3.26318 386.084 3.16841C385.822 3.31458 385.563 3.46169 385.3 3.60786ZM149.91 3.38081C148.387 3.45675 147.188 3.44822 145.559 3.53901C143.931 3.62979 143.19 3.71255 143.547 4.01801C143.549 4.01801 143.551 4.01801 143.552 4.01801C145.042 3.98712 145.708 3.69617 147.292 3.65839C148.881 3.62072 149.807 3.81784 149.91 3.38081ZM402.046 3.95355C402.046 3.87476 401.288 3.87565 401.292 3.95502C401.292 4.03364 402.048 4.03258 402.046 3.95355ZM212.971 4.01068C213.236 4.01068 213.502 4.00906 213.767 4.00848C213.909 3.77159 213.684 3.59927 212.158 3.51191C212.157 3.51191 212.155 3.51191 212.153 3.51191C212.427 3.67806 212.698 3.84453 212.971 4.01068ZM279.167 3.93744C279.167 3.85867 278.41 3.86017 278.413 3.93891C278.413 4.01764 279.17 4.01605 279.167 3.93744ZM412.434 3.74775C412.434 3.831 412.438 3.91425 412.441 3.9975C412.973 3.99636 413.506 3.99571 414.038 3.99457C414.038 3.91132 414.034 3.82806 414.031 3.74482C413.499 3.74596 412.966 3.7466 412.434 3.74775ZM615.884 3.92719C615.878 3.84881 615.127 3.84944 615.129 3.92792C615.129 4.00671 615.887 4.00598 615.884 3.92719ZM369.329 3.8869C369.328 3.80832 368.573 3.80995 368.574 3.88837C368.574 3.96716 369.332 3.9657 369.329 3.8869ZM313.857 3.18672C312.987 3.13305 312.923 3.29276 312.136 3.29219C310.727 3.29106 309.533 3.30958 310.698 3.56245C311.882 3.47509 313.085 3.39012 314.272 3.30391C313.482 3.51402 312.69 3.72366 311.899 3.93378C312.96 3.84813 314.025 3.76292 315.085 3.6767C315.089 3.76109 315.093 3.84394 315.093 3.92719C315.094 3.92743 315.094 3.92768 315.095 3.92792C315.627 3.92678 316.16 3.92613 316.692 3.92499C316.692 3.84163 316.692 3.75787 316.685 3.67451C316.153 3.67508 315.621 3.67613 315.085 3.6767C315.235 3.49516 315.023 3.25926 313.857 3.18672ZM254.451 3.80048C254.451 3.84199 254.452 3.88348 254.456 3.92499C255.519 3.92271 256.583 3.92084 257.646 3.91913C257.646 3.83588 257.643 3.7519 257.639 3.66865C256.575 3.71261 255.515 3.75651 254.451 3.80048ZM261.619 3.89057C261.929 3.83207 259.948 3.55597 259.253 3.68549C258.94 3.74374 260.923 4.02018 261.619 3.89057ZM394.487 3.90448C395.15 3.86167 395.814 3.81839 396.477 3.77558C396.477 3.73392 396.476 3.69199 396.472 3.65034C395.408 3.61037 394.34 3.57035 393.276 3.53095C393.681 3.65543 394.083 3.78001 394.487 3.90448ZM343.799 3.12154C344.083 3.24372 344.364 3.36702 344.648 3.48921C345.169 3.57367 345.69 3.65815 346.211 3.74262C344.878 3.66155 343.548 3.58126 342.214 3.50019C344.207 3.99962 347.079 3.9773 348.584 3.43208C348.318 3.32645 348.054 3.22057 347.788 3.11494C346.458 3.11723 345.128 3.11925 343.799 3.12154ZM230.491 3.78656C230.491 3.70784 229.734 3.70943 229.736 3.78803C229.736 3.86681 230.494 3.86531 230.491 3.78656ZM428.389 3.59614C428.389 3.6795 428.396 3.76326 428.396 3.84662C428.928 3.84548 429.461 3.84483 429.993 3.84369C429.993 3.76033 429.989 3.67657 429.985 3.59321C429.453 3.59435 428.921 3.595 428.389 3.59614ZM233.684 3.77997C233.684 3.70118 232.926 3.70264 232.93 3.78144C232.93 3.86006 233.686 3.85843 233.684 3.77997ZM432.363 3.77704C432.361 3.69859 431.605 3.69984 431.609 3.77851C431.609 3.8573 432.367 3.85584 432.363 3.77704ZM438.765 3.58002C438.765 3.66327 438.768 3.74653 438.772 3.82978C439.57 3.82863 440.369 3.82783 441.167 3.82611C441.165 3.82611 441.164 3.82611 441.162 3.82611C441.162 3.80536 441.162 3.78461 441.162 3.76386C440.43 3.63655 439.912 3.55604 438.765 3.58002ZM247.258 3.56464C247.258 3.64789 247.266 3.73114 247.266 3.8144C247.267 3.8144 247.269 3.8144 247.271 3.8144C247.799 3.72994 248.327 3.64544 248.855 3.56098C248.323 3.56212 247.79 3.5635 247.258 3.56464ZM452.705 3.3083C450.468 3.34199 449.791 3.44906 449.944 3.8122C450.468 3.68669 451.003 3.56108 451.531 3.43501C452.595 3.47497 453.657 3.51499 454.724 3.55439C454.866 3.27861 454.33 3.28375 452.705 3.3083ZM454.702 3.74189C454.702 3.66318 453.944 3.66459 453.948 3.74335C453.953 3.82191 454.706 3.8206 454.702 3.74189ZM262.412 3.22114C263.49 3.37921 263.246 3.56877 263.228 3.78217C265.285 3.77133 265.77 3.57484 265.603 3.27754C264.539 3.2587 263.476 3.23941 262.412 3.22114ZM208.164 3.51997C208.696 3.60219 209.236 3.68457 209.768 3.76679C209.768 3.68343 209.761 3.59967 209.761 3.5163C209.229 3.51745 208.696 3.51882 208.164 3.51997ZM269.985 3.01826C267.819 3.34704 270.087 3.5745 272.007 3.76459C272.266 3.59787 272.534 3.42921 272.786 3.26362C272.192 3.24821 271.405 3.2929 270.854 3.26728C269.925 3.22503 270.853 3.04796 269.985 3.01826ZM339.802 3.69208C339.801 3.61351 339.044 3.61556 339.048 3.69428C339.049 3.7728 339.806 3.77079 339.802 3.69208ZM218.518 3.68622C218.514 3.60744 217.763 3.60893 217.766 3.68769C217.77 3.76642 218.52 3.76482 218.518 3.68622ZM350.186 3.3603C350.189 3.48524 350.194 3.61035 350.198 3.7353C350.463 3.73529 350.728 3.73367 350.994 3.7331C350.99 3.60816 350.987 3.48304 350.984 3.3581C350.718 3.3581 350.452 3.35973 350.186 3.3603ZM503.374 3.67231C503.374 3.59352 502.616 3.59498 502.62 3.67377C502.622 3.75225 503.378 3.751 503.374 3.67231ZM507.363 3.66718C507.363 3.58839 506.605 3.58985 506.609 3.66865C506.611 3.74711 507.367 3.74586 507.363 3.66718ZM473.064 3.27681C473.209 3.43489 472.606 3.51398 472.278 3.65326C472.81 3.65269 473.343 3.65091 473.875 3.65034C473.871 3.52538 473.866 3.40029 473.862 3.27534C473.596 3.27534 473.33 3.27624 473.064 3.27681ZM412.424 3.37275C412.959 3.45545 413.491 3.53744 414.026 3.61957C414.022 3.53632 414.026 3.45307 414.019 3.36982C413.487 3.37096 412.956 3.37161 412.424 3.37275ZM421.995 3.23213C421.995 3.35713 422.001 3.48213 422.004 3.60712C423.072 3.63966 423.748 3.35427 423.591 3.2292C423.059 3.23034 422.527 3.23099 421.995 3.23213ZM508.955 3.54047C508.955 3.4618 508.202 3.46276 508.203 3.54121C508.203 3.61998 508.958 3.61922 508.955 3.54047ZM232.08 3.53315C232.076 3.45439 231.323 3.45591 231.326 3.53461C231.329 3.61336 232.083 3.61179 232.08 3.53315ZM358.164 3.34492C358.7 3.42714 359.233 3.50968 359.768 3.59247C359.768 3.50911 359.761 3.42535 359.761 3.34199C359.229 3.34313 358.696 3.34435 358.164 3.34492ZM367.065 3.20649C366.254 3.3179 368.05 3.62367 368.418 3.57343C369.23 3.46206 367.433 3.15626 367.065 3.20649ZM255.227 3.17354C254.16 3.14156 253.485 3.42715 253.645 3.55219C254.443 3.55048 255.242 3.54878 256.04 3.54707C255.687 3.4061 255.071 3.33611 255.227 3.17354ZM335.054 2.91353C333.751 2.71524 333.252 3.00382 333.396 3.13472C332.613 3.1427 331.819 3.14334 331.033 3.1479C330.905 3.27237 330.773 3.39712 330.642 3.52216C331.305 3.4565 331.969 3.39024 332.632 3.32514C333.776 3.56094 335.007 3.38793 336.614 3.37934C335.871 3.32843 335.291 2.9495 335.054 2.91353ZM416.394 3.42842C416.393 3.34971 415.636 3.35112 415.64 3.42988C415.641 3.50844 416.398 3.50713 416.394 3.42842ZM370.129 3.19771C370.129 3.28107 370.133 3.36483 370.137 3.44819C370.403 3.44819 370.669 3.44656 370.935 3.44599C370.935 3.36274 370.931 3.27949 370.928 3.19624C370.662 3.19624 370.395 3.19713 370.129 3.19771ZM465.063 3.35078C465.063 3.27206 464.305 3.27347 464.309 3.35224C464.311 3.43079 465.067 3.42949 465.063 3.35078ZM326.245 3.28047C326.245 3.32215 326.244 3.36403 326.248 3.40571C326.78 3.40457 327.312 3.40335 327.844 3.40278C327.844 3.36111 327.845 3.31921 327.842 3.27754C327.31 3.27868 326.777 3.2799 326.245 3.28047ZM214.534 3.13179C214.534 3.21504 214.541 3.29829 214.541 3.38154C214.807 3.38154 215.074 3.38065 215.339 3.38008C215.339 3.29671 215.336 3.21295 215.332 3.12959C215.066 3.12959 214.8 3.13122 214.534 3.13179ZM283.154 3.11494C281.806 2.42127 278.479 2.84701 281.167 3.37055C281.462 3.28434 281.763 3.1975 282.058 3.11128C282.422 3.11242 282.79 3.1138 283.154 3.11494ZM295.105 3.11201C294.399 2.98535 292.437 3.26922 292.754 3.32661C293.461 3.45334 295.425 3.1692 295.105 3.11201ZM415.588 3.1794C415.587 3.10077 414.833 3.10228 414.836 3.18159C414.838 3.26006 415.592 3.25865 415.588 3.1794ZM241.619 1.82517C239.356 1.83545 239.414 2.18329 237.646 2.33346C237.508 2.20842 237.375 2.08351 237.236 1.95847C236.442 1.99672 235.643 2.03504 234.849 2.07272C233.916 1.99683 232.98 1.92067 232.048 1.84421C232.318 1.9686 232.587 2.09335 232.856 2.21774C229.934 2.2657 227.011 2.31406 224.089 2.36203C223.827 2.50752 223.565 2.65305 223.303 2.79854C225.555 3.14684 227.137 2.80222 229.68 2.72457C229.95 2.82899 230.221 2.93435 230.491 3.03877C231.285 3.01593 232.077 2.99277 232.871 2.96993C233.013 3.05263 233.152 3.13477 233.293 3.21748C236.281 3.25344 234.234 2.83397 236.87 2.83443C237.14 2.93832 237.41 3.04255 237.676 3.14644C238.077 3.16642 238.479 3.18578 238.879 3.20576C239.943 3.04021 240.982 2.87547 242.061 2.70992C243.926 2.89252 246.457 2.8071 248.391 2.8088C250.122 2.81051 250.764 2.8221 252.476 2.79927C252.473 2.79952 252.471 2.79976 252.468 2.80001C253.368 2.78802 254.972 2.80131 256.003 2.80074C256.269 2.64413 256.564 2.72717 256.797 2.5151C257.03 2.30215 255.912 2.29387 254.346 2.23166C253.712 2.20654 253.059 1.98166 252.4 1.93137C251.992 2.09181 251.604 2.26423 251.204 2.42867C247.856 2.4704 245.841 2.78207 245.615 2.06686C244.566 2.11252 243.517 2.15832 242.468 2.20456C241.925 2.28678 241.385 2.36989 240.842 2.45211C241.101 2.24313 241.36 2.03415 241.619 1.82517ZM435.552 2.95967C436.087 3.04189 436.62 3.12501 437.156 3.20723C437.156 3.12386 437.152 3.0401 437.148 2.95674C436.616 2.95788 436.084 2.95853 435.552 2.95967ZM260.405 2.78756C260.008 2.85089 259.611 2.91465 259.214 2.97798C259.745 3.03961 260.281 3.10092 260.813 3.16255C260.809 3.03755 260.804 2.91182 260.801 2.78682C260.67 2.78683 260.536 2.78699 260.405 2.78756ZM212.109 2.26168C212.379 2.34448 212.65 2.42718 212.92 2.50997C211.59 2.5545 210.26 2.59875 208.931 2.64327C209.339 2.80877 209.742 2.97435 210.154 3.13984C212.671 3.05192 215.203 2.9628 217.71 2.87545C217.731 2.8481 217.752 2.82076 217.773 2.79342C217.859 2.63157 217.507 2.66484 216.541 2.62935C215.437 2.58824 214.834 2.50934 213.745 2.50191C213.745 2.41969 213.717 2.33894 213.706 2.25729C213.174 2.25843 212.641 2.25997 212.109 2.26168ZM304.683 2.44991C304.69 2.50978 304.697 2.57022 304.705 2.63009C305.499 2.77623 306.293 2.92192 307.087 3.06807C306.814 2.77709 306.539 2.48601 306.262 2.19503C305.738 2.28 305.21 2.36495 304.683 2.44991ZM372.495 3.00581C372.494 2.92719 371.737 2.92927 371.741 3.00801C371.743 3.08649 372.499 3.0845 372.495 3.00581ZM271.184 3.0146C271.183 3.01485 271.182 3.01509 271.182 3.01534C271.714 3.01419 272.246 3.01282 272.778 3.01167C272.778 2.92842 272.775 2.84517 272.771 2.76192C272.64 2.76192 272.504 2.76192 272.373 2.76192C271.976 2.84585 271.581 2.93067 271.184 3.0146ZM216.101 1.62742C215.525 1.81755 215.039 2.00474 214.5 2.1943C215.294 2.17261 216.082 2.15008 216.873 2.12839C216.891 2.20939 216.909 2.28981 216.931 2.37081C218.253 2.41134 219.572 2.4526 220.894 2.49313C220.631 2.66034 220.373 2.82762 220.115 2.99483C220.909 2.99254 221.714 2.99354 222.505 2.98897C222.84 2.75544 222.068 2.65494 221.299 2.50191C220.792 2.40143 221.309 2.32736 220.767 2.25656C220.227 2.18594 219.4 2.24945 218.85 2.12619C218.301 2.00291 218.938 1.87097 218.345 1.75339C218.057 1.69692 216.518 1.71844 216.101 1.62742ZM419.59 2.8608C419.59 2.90248 419.591 2.94436 419.595 2.98604C420.126 2.9849 420.658 2.98425 421.189 2.98311C421.189 2.94144 421.19 2.89954 421.187 2.85787C420.655 2.85901 420.122 2.85965 419.59 2.8608ZM274.358 2.63375C274.358 2.717 274.365 2.80025 274.365 2.8835C274.894 2.799 275.423 2.71459 275.955 2.63009C275.423 2.63123 274.89 2.63261 274.358 2.63375ZM291.111 2.47482C291.111 2.59976 291.119 2.72486 291.123 2.84981C291.921 2.8481 292.718 2.84656 293.516 2.84542C293.512 2.72042 293.51 2.59542 293.506 2.47042C292.708 2.47213 291.909 2.47367 291.111 2.47482ZM313.45 2.43014C313.45 2.55518 313.459 2.68082 313.459 2.80587C314.524 2.83775 315.199 2.55354 315.044 2.42794C314.513 2.42908 313.981 2.429 313.45 2.43014ZM411.599 2.49899C409.625 2.49612 407.781 2.43311 406.819 2.75679C408.495 2.71283 409.862 2.59225 411.604 2.62423C411.604 2.58248 411.604 2.54073 411.604 2.49899C411.602 2.49899 411.601 2.49899 411.599 2.49899ZM279.143 2.49899C279.143 2.58224 279.147 2.66549 279.15 2.74874C279.416 2.74874 279.683 2.74784 279.949 2.74727C279.949 2.66402 279.945 2.58077 279.941 2.49752C279.676 2.49752 279.409 2.49841 279.143 2.49899ZM287.915 2.35617C286.586 2.31735 285.253 2.27779 283.923 2.23898C283.931 2.40566 283.933 2.57253 283.94 2.73922C285.797 2.65193 287.654 2.5652 289.514 2.47848C289.241 2.27073 288.969 2.06279 288.696 1.85446C288.438 2.02175 288.174 2.18888 287.915 2.35617ZM169.858 2.65865C169.856 2.58003 170.61 2.57845 170.61 2.65719C170.614 2.73592 169.858 2.73742 169.858 2.65865ZM237.659 2.70846C237.393 2.70903 237.126 2.70992 236.86 2.70992C236.86 2.62667 236.853 2.54342 236.853 2.46017C237.119 2.4596 237.385 2.4587 237.651 2.4587C237.655 2.54195 237.659 2.62521 237.659 2.70846ZM299.075 2.6462C299.071 2.56759 298.319 2.56921 298.32 2.64767C298.32 2.72646 299.078 2.72499 299.075 2.6462ZM102.041 2.64181C102.037 2.56308 102.794 2.56177 102.795 2.64034C102.799 2.7191 102.042 2.7205 102.041 2.64181ZM183.379 2.63228C183.379 2.55349 182.621 2.55495 182.625 2.63375C182.625 2.71241 183.381 2.71078 183.379 2.63228ZM254.412 2.54952C253.749 2.59234 253.085 2.63561 252.422 2.67843C252.287 2.65793 252.156 2.6374 252.021 2.6169C252.815 2.55298 253.613 2.4882 254.407 2.42428C254.41 2.46592 254.412 2.50788 254.412 2.54952ZM263.169 2.03098C260.236 1.99333 258.286 2.22097 257.605 2.66744C260.945 2.7034 262.994 2.61895 264.768 2.15329C263.705 2.19722 262.645 2.24045 261.582 2.28439C262.11 2.19996 262.637 2.11541 263.169 2.03098ZM323.02 2.16134C323.024 2.32803 323.031 2.49489 323.035 2.66158C323.301 2.66158 323.567 2.66069 323.833 2.66012C323.826 2.49342 323.822 2.32658 323.818 2.15988C323.552 2.15988 323.286 2.16077 323.02 2.16134ZM153.877 2.62643C153.345 2.62757 152.812 2.62821 152.28 2.62935C152.28 2.54599 152.273 2.46223 152.273 2.37887C152.805 2.37773 153.338 2.37708 153.87 2.37594C153.873 2.4593 153.877 2.54306 153.877 2.62643ZM294.302 2.46896C294.302 2.51046 294.303 2.55196 294.307 2.59347C294.839 2.59233 295.371 2.59168 295.903 2.59054C295.903 2.54886 295.902 2.50697 295.898 2.46529C295.367 2.46644 294.834 2.46782 294.302 2.46896ZM99.6436 2.51949C99.6401 2.44084 100.396 2.43959 100.398 2.51803C100.402 2.59682 99.6436 2.59829 99.6436 2.51949ZM114.773 2.31295C114.777 2.3962 114.783 2.47946 114.783 2.56271C114.251 2.56328 113.718 2.56433 113.186 2.5649C113.583 2.48098 113.982 2.39687 114.375 2.31295C114.508 2.31295 114.64 2.31295 114.773 2.31295ZM386.045 2.48068C386.041 2.40198 385.288 2.40361 385.291 2.48214C385.29 2.56094 386.049 2.55947 386.045 2.48068ZM326.216 2.27999C326.216 2.36336 326.223 2.44712 326.223 2.53048C327.021 2.52877 327.818 2.5278 328.616 2.52608C328.616 2.44272 328.608 2.35896 328.608 2.2756C327.811 2.27731 327.013 2.27828 326.216 2.27999ZM342.964 2.18551C343.234 2.28943 343.505 2.39287 343.774 2.49679C344.306 2.49565 344.837 2.49443 345.369 2.49386C344.698 2.36998 344.032 2.2464 343.362 2.12253C343.231 2.14365 343.099 2.16496 342.964 2.18551ZM500.146 2.42648C500.143 2.34768 499.388 2.34915 499.392 2.42794C499.394 2.50637 500.15 2.50512 500.146 2.42648ZM172.249 2.09103C172.518 2.21544 172.787 2.34016 173.057 2.46456C173.85 2.4007 174.649 2.33637 175.442 2.27194C174.517 2.09631 173.657 2.06767 172.249 2.09103ZM183.367 2.21481C182.66 2.0881 180.697 2.37231 181.018 2.42941C181.726 2.55581 183.687 2.27189 183.367 2.21481ZM309.448 1.93796C309.452 2.10459 309.459 2.27156 309.463 2.4382C309.991 2.37425 310.524 2.31041 311.052 2.24704C311.052 2.2054 311.051 2.16343 311.047 2.12179C310.647 2.06021 310.246 1.99882 309.846 1.93723C309.715 1.93723 309.579 1.93739 309.448 1.93796ZM141.125 2.33786C141.122 2.25915 141.876 2.25762 141.88 2.33639C141.883 2.41503 141.129 2.4166 141.125 2.33786ZM267.148 2.33566C267.148 2.25695 266.392 2.25857 266.394 2.33712C266.394 2.41592 267.152 2.41445 267.148 2.33566ZM334.187 2.01413C334.187 2.1391 334.196 2.26415 334.199 2.38912C334.727 2.32581 335.258 2.26201 335.786 2.1987C335.385 2.13706 334.986 2.07503 334.585 2.0134C334.454 2.0134 334.318 2.01356 334.187 2.01413ZM280.715 1.87058C280.453 2.03774 280.196 2.20511 279.934 2.37228C280.466 2.37114 281.001 2.36976 281.533 2.36862C281.53 2.20194 281.521 2.03505 281.514 1.86838C281.248 1.86838 280.981 1.87001 280.715 1.87058ZM353.33 1.853C352.088 1.8239 349.992 2.00806 349.351 2.17306C350.272 2.3489 351.137 2.37826 352.546 2.35543C352.805 2.18814 353.068 2.0203 353.33 1.853ZM291.086 1.72483C290.828 1.9338 290.569 2.1428 290.31 2.35177C292.022 2.20846 292.885 2.03306 292.681 1.7219C292.149 1.72304 291.618 1.72426 291.086 1.72483ZM236.069 2.27487C236.066 2.19613 236.819 2.19406 236.824 2.27267C236.827 2.35136 236.071 2.35336 236.069 2.27487ZM106.782 1.94821C106.782 2.07317 106.793 2.19825 106.797 2.32321C107.063 2.32321 107.329 2.32231 107.595 2.32174C107.592 2.19677 107.588 2.07172 107.581 1.94675C107.315 1.94675 107.048 1.94764 106.782 1.94821ZM532.856 2.25949C532.855 2.18093 532.099 2.18224 532.102 2.26095C532.106 2.33966 532.86 2.33825 532.856 2.25949ZM246.826 1.6948C245.606 1.55434 245.291 1.70279 244.009 1.6948C244.007 1.6948 244.006 1.6948 244.004 1.6948C245.388 2.02937 247.608 1.83261 247.222 2.31442C247.746 2.20881 248.282 2.10533 248.799 1.99802C248.18 1.91352 247.431 1.76445 246.826 1.6948ZM317.427 2.04709C317.427 2.13045 317.434 2.21421 317.434 2.29757C317.7 2.29757 317.967 2.29595 318.232 2.29538C318.232 2.21212 318.229 2.12887 318.225 2.04562C317.959 2.04562 317.693 2.04652 317.427 2.04709ZM194.548 2.04709C194.548 2.13034 194.556 2.21359 194.556 2.29684C195.087 2.2957 195.619 2.29505 196.15 2.29391C195.75 2.21126 195.346 2.12901 194.946 2.04636C194.815 2.04636 194.68 2.04652 194.548 2.04709ZM330.996 2.14523C330.996 2.18688 330.995 2.22883 330.999 2.27047C331.796 2.26876 332.596 2.26779 333.394 2.26608C333.394 2.2244 333.392 2.18252 333.389 2.14084C332.591 2.14255 331.794 2.14352 330.996 2.14523ZM402.808 2.0134C404.141 2.09446 405.471 2.1755 406.804 2.25656C406.804 2.13162 406.798 2.00651 406.794 1.88156C405.465 1.92553 404.137 1.96943 402.808 2.0134ZM409.985 1.87644C409.985 2.00138 409.994 2.12648 409.998 2.25143C411.148 2.27193 411.665 2.18912 412.383 2.05954C411.655 1.93229 411.133 1.85189 409.985 1.87644ZM339.756 2.19137C339.756 2.1126 338.998 2.11412 339.001 2.19284C339.001 2.27157 339.758 2.27 339.756 2.19137ZM346.152 1.99216C346.688 2.07437 347.221 2.15619 347.756 2.23898C347.756 2.15573 347.753 2.07248 347.749 1.98923C347.217 1.99037 346.684 1.99159 346.152 1.99216ZM165.825 2.04123C166.225 2.10282 166.626 2.16421 167.026 2.2258C167.157 2.20469 167.29 2.18408 167.424 2.16354C167.024 2.10188 166.622 2.03991 166.221 1.97824C166.09 1.99931 165.96 2.02073 165.825 2.04123ZM439.512 1.95261C439.512 2.03586 439.515 2.11911 439.519 2.20236C440.047 2.11843 440.58 2.03434 441.108 1.95041C440.576 1.95098 440.044 1.95204 439.512 1.95261ZM303.059 1.8259C299.816 1.81905 302.183 2.20716 303.069 2.20089C303.065 2.0759 303.063 1.9509 303.059 1.8259ZM109.16 2.13205C109.158 2.05361 108.405 2.05485 108.408 2.13351C108.408 2.21231 109.164 2.21084 109.16 2.13205ZM250.386 2.1196C250.381 2.04103 249.628 2.04308 249.631 2.12179C249.633 2.20033 250.389 2.19831 250.386 2.1196ZM325.388 2.09396C325.387 2.01534 324.63 2.01742 324.634 2.09616C324.636 2.17464 325.392 2.17265 325.388 2.09396ZM211.284 2.07565C211.281 1.99686 210.526 1.99832 210.53 2.07712C210.534 2.15568 211.286 2.15405 211.284 2.07565ZM342.146 2.06174C342.142 1.98298 341.389 1.98393 341.392 2.0632C341.392 2.14195 342.149 2.14038 342.146 2.06174ZM415.571 1.86691C415.571 1.95017 415.575 2.03342 415.579 2.11667C415.844 2.11667 416.111 2.11594 416.377 2.11594C416.377 2.03257 416.373 1.94881 416.37 1.86545C416.104 1.86545 415.837 1.86691 415.571 1.86691ZM418.745 2.04929C418.745 1.97054 417.988 1.97137 417.991 2.05002C417.994 2.12873 418.747 2.12783 418.745 2.04929ZM100.796 1.58347C99.5681 1.62173 98.3839 1.66597 97.2144 1.71164C97.6701 1.92005 100.644 2.20553 101.89 2.06393C102.832 1.95709 101.492 1.63371 100.796 1.58347ZM181.782 1.94748C181.782 1.98913 181.783 2.03107 181.787 2.07272C182.319 2.07158 182.85 2.0702 183.381 2.06906C183.381 2.02738 183.383 1.9855 183.379 1.94382C182.847 1.94496 182.314 1.94634 181.782 1.94748ZM374.077 1.81491C374.077 1.89816 374.081 1.98142 374.084 2.06467C374.616 2.06353 375.147 2.06361 375.679 2.06247C375.278 1.97968 374.877 1.8964 374.473 1.81418C374.342 1.81418 374.208 1.81435 374.077 1.81491ZM130.708 1.79074C130.708 1.87411 130.715 1.95787 130.715 2.04123C130.981 2.04123 131.248 2.04033 131.514 2.03976C131.514 1.95651 131.51 1.87326 131.506 1.79001C131.24 1.79001 130.974 1.79074 130.708 1.79074ZM265.537 1.96359C265.531 1.88517 264.779 1.88712 264.783 1.96579C264.784 2.04446 265.541 2.04235 265.537 1.96359ZM267.134 1.96066C267.134 1.88191 266.376 1.88344 266.379 1.96213C266.379 2.04088 267.137 2.03932 267.134 1.96066ZM339.763 1.75412C339.763 1.83737 339.771 1.92063 339.771 2.00388C340.036 2.00387 340.301 2.00298 340.566 2.00241C340.566 1.91905 340.563 1.83529 340.559 1.75193C340.294 1.75193 340.028 1.75355 339.763 1.75412ZM178.584 1.82956C178.584 1.87106 178.583 1.91257 178.586 1.95407C179.118 1.95293 179.651 1.95228 180.183 1.95114C180.183 1.9095 180.182 1.86754 180.178 1.8259C179.647 1.82704 179.115 1.82842 178.584 1.82956ZM314.229 1.80319C314.228 1.84484 314.23 1.88679 314.233 1.92844C314.765 1.9273 315.296 1.92592 315.828 1.92478C315.828 1.88327 315.829 1.84177 315.825 1.80027C315.293 1.80141 314.76 1.80205 314.229 1.80319ZM128.318 1.79587C128.318 1.83737 128.323 1.87888 128.323 1.92038C128.854 1.91924 129.386 1.91859 129.917 1.91745C129.917 1.87595 129.918 1.83444 129.915 1.79294C129.383 1.79408 128.85 1.79473 128.318 1.79587ZM421.15 1.60691C421.15 1.69027 421.154 1.77403 421.157 1.85739C421.423 1.85739 421.69 1.85593 421.956 1.85593C421.956 1.77268 421.952 1.68943 421.948 1.60618C421.682 1.60618 421.416 1.60691 421.15 1.60691ZM176.98 1.58201C176.98 1.66526 176.987 1.74851 176.987 1.83176C177.253 1.83176 177.52 1.83087 177.786 1.83029C177.786 1.74704 177.778 1.66379 177.778 1.58054C177.512 1.58054 177.246 1.58144 176.98 1.58201ZM112.339 1.75339C112.339 1.67469 111.583 1.67561 111.584 1.75412C111.584 1.83288 112.342 1.83206 112.339 1.75339ZM267.942 1.64646C268.74 1.68642 269.542 1.72677 270.339 1.76731C270.339 1.68394 270.336 1.60019 270.332 1.51682C269.534 1.47686 268.732 1.43724 267.935 1.39671C267.935 1.47996 267.938 1.56321 267.942 1.64646ZM401.206 1.76657C401.737 1.76543 402.269 1.76479 402.8 1.76365C402.4 1.68088 401.995 1.59829 401.594 1.51609C401.464 1.51609 401.329 1.51552 401.199 1.51609C401.199 1.59945 401.206 1.68321 401.206 1.76657ZM280.708 1.62009C280.708 1.66177 280.709 1.70365 280.713 1.74533C281.245 1.74419 281.778 1.74282 282.31 1.74167C282.31 1.70017 282.308 1.65867 282.305 1.61716C281.773 1.61831 281.24 1.61895 280.708 1.62009ZM241.602 1.32566C239.703 1.30511 238.452 1.38465 238.423 1.70725C240.321 1.7278 241.572 1.64822 241.602 1.32566ZM183.357 1.44358C183.357 1.52694 183.364 1.6107 183.364 1.69407C183.892 1.6096 184.421 1.52585 184.949 1.44138C184.418 1.44252 183.888 1.44301 183.357 1.44358ZM307.834 1.44065C307.835 1.5239 307.838 1.60715 307.842 1.6904C308.374 1.68926 308.907 1.68862 309.438 1.68747C309.034 1.6053 308.637 1.52266 308.232 1.43992C308.101 1.43992 307.966 1.44008 307.834 1.44065ZM383.643 1.54685C383.643 1.5885 383.644 1.63044 383.647 1.67209C384.179 1.67095 384.712 1.66973 385.244 1.66916C385.244 1.62754 385.243 1.58555 385.239 1.54392C384.707 1.54506 384.175 1.54628 383.643 1.54685ZM257.549 1.60471C257.545 1.52613 256.793 1.52775 256.794 1.60618C256.794 1.68497 257.553 1.68351 257.549 1.60471ZM157.024 1.37034C157.024 1.45359 157.031 1.53684 157.031 1.62009C157.828 1.64291 159.638 1.53242 159.417 1.36595C158.619 1.36766 157.821 1.36863 157.024 1.37034ZM347.734 1.48899C347.734 1.53064 347.733 1.57258 347.737 1.61423C348.269 1.61309 348.802 1.61245 349.333 1.6113C349.334 1.56962 349.332 1.52774 349.329 1.48606C348.797 1.4872 348.266 1.48785 347.734 1.48899ZM362.883 1.21068C362.883 1.29404 362.887 1.3778 362.891 1.46116C363.907 1.43547 364.392 1.53046 365.288 1.58127C365.284 1.45628 365.28 1.33128 365.276 1.20628C364.478 1.20799 363.681 1.20896 362.883 1.21068ZM304.644 1.51023C304.778 1.53075 304.909 1.55124 305.044 1.57175C305.441 1.50838 305.838 1.4447 306.235 1.38133C306.101 1.3608 305.97 1.34033 305.835 1.3198C305.438 1.38317 305.041 1.44687 304.644 1.51023ZM109.136 1.5073C109.136 1.4286 108.38 1.42952 108.381 1.50803C108.381 1.58679 109.139 1.58597 109.136 1.5073ZM461.836 1.29271C461.836 1.37596 461.84 1.45921 461.843 1.54246C462.375 1.54189 462.906 1.54083 463.438 1.54026C463.037 1.45759 462.638 1.37465 462.234 1.29197C462.103 1.29197 461.967 1.29214 461.836 1.29271ZM206.46 1.39158C205.939 1.39444 205.421 1.39825 204.9 1.4011C204.9 1.44274 204.901 1.48471 204.905 1.52634C205.702 1.52463 206.497 1.52236 207.295 1.52122C207.426 1.35466 207.553 1.18753 207.681 1.02098C207.273 1.14481 206.864 1.26775 206.46 1.39158ZM395.586 1.46336C395.586 1.3846 394.829 1.38556 394.832 1.46482C394.832 1.54357 395.589 1.54201 395.586 1.46336ZM145.039 1.45457C145.039 1.37596 144.283 1.37758 144.285 1.45603C144.285 1.53483 145.043 1.53336 145.039 1.45457ZM148.252 1.44871C148.387 1.46923 148.518 1.48971 148.652 1.51023C149.049 1.44685 149.448 1.38391 149.841 1.32054C149.71 1.29998 149.573 1.27957 149.438 1.25901C149.042 1.32234 148.645 1.38596 148.252 1.44871ZM282.288 1.11693C281.1 1.20714 280.53 1.38028 279.102 1.374C279.102 1.41568 279.103 1.45756 279.106 1.49924C279.107 1.499 279.108 1.49876 279.109 1.49851C280.173 1.49623 281.238 1.49494 282.302 1.49265C282.299 1.36761 282.295 1.24197 282.288 1.11693ZM342.141 1.24876C342.141 1.33212 342.148 1.41588 342.148 1.49924C342.677 1.41474 343.206 1.33107 343.738 1.24656C343.206 1.24771 342.673 1.24762 342.141 1.24876ZM113.918 1.3762C113.918 1.29742 113.163 1.29819 113.167 1.37693C113.17 1.45561 113.92 1.45465 113.918 1.3762ZM319.778 1.35496C319.774 1.27617 319.02 1.27764 319.023 1.35643C319.023 1.43514 319.78 1.43352 319.778 1.35496ZM403.562 1.3242C403.562 1.2454 402.804 1.2463 402.808 1.32566C402.808 1.40429 403.564 1.40324 403.562 1.3242ZM337.351 1.13231C337.351 1.21567 337.355 1.29943 337.358 1.38279C337.624 1.38279 337.889 1.3819 338.154 1.38133C338.154 1.29796 338.151 1.2142 338.147 1.13084C337.882 1.13085 337.616 1.13174 337.351 1.13231ZM176.167 1.20848C176.167 1.25016 176.168 1.29204 176.172 1.33372C176.703 1.33258 177.235 1.3312 177.766 1.33006C177.766 1.28841 177.767 1.24646 177.764 1.20482C177.232 1.20596 176.699 1.20734 176.167 1.20848ZM308.625 1.25169C308.757 1.27225 308.891 1.29339 309.026 1.31394C309.423 1.25057 309.82 1.18689 310.217 1.12352C310.083 1.10299 309.952 1.08253 309.817 1.062C309.42 1.12534 309.022 1.18834 308.625 1.25169ZM313.401 0.929429C312.502 0.985394 312.049 1.08304 311.011 1.05907C311.411 1.1418 311.816 1.22445 312.217 1.30662C313.029 1.19186 313.55 1.10984 313.401 0.929429ZM209.658 1.20335C209.654 1.12472 208.902 1.12635 208.904 1.20482C208.907 1.28361 209.662 1.28215 209.658 1.20335ZM222.439 0.989487C222.975 1.07171 223.511 1.15409 224.043 1.23631C224.043 1.15295 224.039 1.06919 224.036 0.985825C223.504 0.986967 222.971 0.988345 222.439 0.989487ZM167.368 1.16307C167.368 1.08429 166.61 1.08579 166.614 1.16453C166.617 1.24326 167.371 1.24167 167.368 1.16307ZM232 1.15721C231.996 1.07848 231.243 1.08008 231.245 1.15867C231.245 1.23745 232.003 1.23596 232 1.15721ZM179.355 1.13963C179.49 1.16016 179.621 1.18063 179.756 1.20115C180.153 1.13778 180.55 1.0741 180.947 1.01073C180.813 0.990218 180.681 0.969713 180.547 0.949204C180.15 1.01258 179.753 1.07626 179.355 1.13963ZM106.731 1.13524C106.731 1.05647 105.973 1.05724 105.977 1.13597C105.977 1.21465 106.732 1.21369 106.731 1.13524ZM334.16 1.1389C334.69 1.13776 335.22 1.13654 335.75 1.13597C335.749 1.05272 335.746 0.969469 335.742 0.886217C335.612 0.886217 335.477 0.88565 335.347 0.886217C334.95 0.97007 334.557 1.05505 334.16 1.1389ZM340.515 1.06419C340.512 0.985447 339.76 0.987007 339.763 1.06566C339.763 1.14442 340.518 1.14289 340.515 1.06419ZM89.9829 0.717763C90.0448 0.861574 90.422 0.963649 90.7935 1.09202C90.262 1.0926 89.7306 1.09365 89.1992 1.09422C89.2101 1.0366 89.22 0.978262 89.231 0.92064C88.681 0.853865 88.1342 0.787469 87.5879 0.720693C88.3858 0.722405 89.185 0.713766 89.9829 0.717763ZM100.344 1.01805C100.344 0.939324 99.5875 0.940191 99.5898 1.01878C99.5898 1.09751 100.347 1.09664 100.344 1.01805ZM187.327 0.936021C187.327 0.977702 187.332 1.01958 187.332 1.06126C187.863 1.06012 188.396 1.05874 188.928 1.0576C188.928 1.0161 188.927 0.974595 188.923 0.933091C188.391 0.934234 187.859 0.934879 187.327 0.936021ZM267.917 0.771229C267.918 0.85448 267.921 0.937729 267.925 1.02098C268.191 1.02098 268.457 1.02009 268.723 1.01952C268.719 0.936265 268.719 0.853015 268.716 0.769764C268.45 0.769764 268.183 0.770658 267.917 0.771229ZM281.462 0.930894C281.458 0.85227 280.704 0.854353 280.708 0.933091C280.71 1.01156 281.466 1.00958 281.462 0.930894ZM306.199 0.88109C306.193 0.802591 305.441 0.80459 305.444 0.883287C305.446 0.961887 306.202 0.959821 306.199 0.88109ZM202.485 0.780018C201.953 0.781159 201.421 0.782537 200.889 0.78368C200.889 0.742021 200.884 0.700096 200.884 0.658438C201.416 0.657295 201.949 0.65665 202.48 0.655508C202.484 0.697012 202.485 0.738514 202.485 0.780018ZM95.542 0.648916C95.5415 0.570201 94.7839 0.571612 94.7876 0.650381C94.7891 0.72893 95.5456 0.72763 95.542 0.648916ZM200.083 0.659903C199.285 0.661044 198.488 0.662584 197.69 0.664296C197.69 0.622654 197.686 0.580697 197.686 0.539054C198.483 0.537912 199.283 0.536373 200.081 0.53466C200.084 0.576342 200.083 0.618221 200.083 0.659903ZM97.9321 0.520744C97.9321 0.442014 97.1753 0.442871 97.1777 0.521477C97.1777 0.600199 97.9343 0.599322 97.9321 0.520744ZM101.123 0.51635C101.122 0.437737 100.365 0.43908 100.369 0.517815C100.37 0.596465 101.127 0.595097 101.123 0.51635ZM342.927 0.30981C342.924 0.231044 343.682 0.22956 343.682 0.308345C343.684 0.386922 342.927 0.388531 342.927 0.30981ZM340.513 0.251217C340.247 0.251788 339.98 0.251949 339.714 0.251949C339.711 0.168658 339.707 0.0847549 339.707 0.00146484C339.973 0.000323296 340.239 0 340.505 0C340.509 0.0839338 340.513 0.167854 340.513 0.251217Z' 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: 0.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% - 0.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 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: 0.84375;
  }
  .main-slider-box .section-title {
    font-size: 2.25em;
    line-height: 0.91666667;
    margin-bottom: 0.5em;
  }
  .main-slider-box .slider-actions-wrap {
    margin-top: -23px;
  }
  .main-slider-box .btn {
    margin-top: 3rem;
  }
  .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 .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 0%, #FFF9FA 50%, #FFF 100%);
  }
  .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, 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 ease 0.8s;
    animation: fadein ease 0.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 0%, #FFF 99.15%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: all ease 0.6s;
    transform: translateX(100%);
  }
  .side-card-box {
    margin-bottom: 30px;
  }
  .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:has(.side-wrap~.side-wrap) .content-wrap {
    max-width: calc(100% - 4rem - 33.2rem - 4rem - 33.2rem);
  }
}
@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) {
  .page-filter-box .frm-field {
    width: 25%;
  }
  .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) {
  .order-lk-box {
    padding-right: 3rem;
    position: relative;
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }
  .order-lk-box:has(.order-button-toggle) .order-items-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    interpolate-size: allow-keywords;
    transition: all ease 0.2s;
    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 0 0 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:before,
  .order-lk-box .order-info-wrap:after {
    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-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 7rem;
    font-size: 3.6rem;
    text-align: left;
  }
  .main-slider-box .slider-attention {
    margin-left: 0.4em;
  }
  .main-slider-box .slider-attention:before {
    top: -0.15em;
    bottom: -0.1em;
    left: -0.4em;
    right: -0.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 .photos-inner-wrap {
    padding: 0 2.5rem;
  }
  .info-card-box .info-inner-wrap {
    padding: 0 2.5rem;
  }
  .info-card-box .info-second-wrap {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .contacts-box .item-wrap {
    width: 20%;
  }
  .info-card-box .action-wrap {
    min-width: 19rem;
  }
  .info-card-box .action-wrap .btn {
    padding: 0 19px;
  }
}
@media (min-width: 1700px) {
  .tiles-slider-box .button-slider {
    display: block;
  }
  .main-slider-box .sl-arrows-wrap {
    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;
  }
}
/* ----------------------------------- *\
			inputs elements styles
\* ----------------------------------- */
[placeholder]::-webkit-input-placeholder {
  color: #C6C6C6;
}
[placeholder]:-moz-placeholder {
  color: #C6C6C6;
}
[placeholder]::-moz-placeholder {
  color: #C6C6C6;
}
[placeholder]:-ms-input-placeholder {
  color: #C6C6C6;
}
.form-input[placeholder] {
  text-overflow: ellipsis;
}
.form-input {
  text-overflow: ellipsis;
  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: 0.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: bold;
  background-image: url(/local/templates/malina_2025/assets/css/../img/icons/arrow-select.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
select::-ms-expand {
  display: none;
}
select.form-input:required:invalid {
  color: var(--clr-base);
}
input.form-input:focus,
textarea.form-input:focus,
select.form-input:focus,
input.form-input:not(:placeholder-shown),
textarea.form-input:not(:placeholder-shown),
select.form-input:not(:placeholder-shown),
input.form-input.inp-valid,
textarea.form-input.inp-valid,
select.form-input.inp-valid {
  border-color: #333;
}
input.form-input.inp-error,
textarea.form-input.inp-error,
select.form-input.inp-error {
  border-color: #FF115A;
  color: #FF115A;
}
input.form-input[disabled],
textarea.form-input[disabled],
select.form-input[disabled],
input.form-input.inp-disabled,
textarea.form-input.inp-disabled,
select.form-input.inp-disabled {
  pointer-events: none;
  border-color: #9A9A9A;
  color: #9A9A9A;
}
input.form-input[disabled][placeholder]::-webkit-input-placeholder,
textarea.form-input[disabled][placeholder]::-webkit-input-placeholder,
select.form-input[disabled][placeholder]::-webkit-input-placeholder,
input.form-input.inp-disabled[placeholder]::-webkit-input-placeholder,
textarea.form-input.inp-disabled[placeholder]::-webkit-input-placeholder,
select.form-input.inp-disabled[placeholder]::-webkit-input-placeholder {
  color: #9A9A9A !important;
}
input.form-input[disabled][placeholder]:-moz-placeholder,
textarea.form-input[disabled][placeholder]:-moz-placeholder,
select.form-input[disabled][placeholder]:-moz-placeholder,
input.form-input.inp-disabled[placeholder]:-moz-placeholder,
textarea.form-input.inp-disabled[placeholder]:-moz-placeholder,
select.form-input.inp-disabled[placeholder]:-moz-placeholder {
  color: #9A9A9A !important;
}
input.form-input[disabled][placeholder]::-moz-placeholder,
textarea.form-input[disabled][placeholder]::-moz-placeholder,
select.form-input[disabled][placeholder]::-moz-placeholder,
input.form-input.inp-disabled[placeholder]::-moz-placeholder,
textarea.form-input.inp-disabled[placeholder]::-moz-placeholder,
select.form-input.inp-disabled[placeholder]::-moz-placeholder {
  color: #9A9A9A !important;
}
input.form-input[disabled][placeholder]:-ms-input-placeholder,
textarea.form-input[disabled][placeholder]:-ms-input-placeholder,
select.form-input[disabled][placeholder]:-ms-input-placeholder,
input.form-input.inp-disabled[placeholder]:-ms-input-placeholder,
textarea.form-input.inp-disabled[placeholder]:-ms-input-placeholder,
select.form-input.inp-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: 0.38px;
  background: var(--clr-att);
  border: 1px solid var(--clr-att);
  color: #fff;
  line-height: 1.1;
}
.btn:hover,
.btn.active {
  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:before,
.btn:after {
  filter: var(--filterWhite);
}
.btn .button-ico {
  width: var(--icoSize);
  height: var(--icoSize);
  margin: 0 10px;
  transition: all ease 0.2s;
}
.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: bold;
  text-transform: none;
  text-shadow: none;
  letter-spacing: normal;
  box-shadow: none;
  transition: all ease 0.2s;
}
.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:hover,
.btn.btn-form.btn-red.btn-border.active {
  border-color: #FF115A;
  background-color: #FF115A;
  color: #fff;
}
.btn.btn-form.btn-red:hover {
  background: linear-gradient(0deg, #F7165C 0%, #FE5A8E 100%);
  top: 0;
}
.btn.btn-form[disabled],
.btn.btn-form.btn-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: bold;
  color: var(--clr-att);
  margin-left: 9px;
  transition: all ease 0.2s;
}
.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 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/malina_2025/assets/css/../img/icons/arrow-next.svg) center 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 ease 0.2s;
  background: url(/local/templates/malina_2025/assets/css/../img/icons/arrow-main.svg) center 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-medium {
  height: 44px;
  padding: 0 19px;
  font-size: 18px;
  font-weight: 500;
  border-radius: var(--smallButtonRadius);
  letter-spacing: normal;
}
.button-small {
  height: 35px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--smallButtonRadius);
  letter-spacing: normal;
}
.button-border {
  background-color: #fff;
  color: var(--clr-att);
}
.button-border .button-ico,
.button-border:before,
.button-border:after {
  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:before,
.button-border:hover:after {
  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:before,
.button-link:after {
  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:before,
.button-light:after {
  filter: none;
}
.button-light:hover,
.button-light.active {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
  color: #fff;
}
.button-light:hover .button-ico,
.button-light.active .button-ico,
.button-light:hover:before,
.button-light.active:before,
.button-light:hover:after,
.button-light.active:after {
  filter: var(--filterWhite);
}
.button-light.button-border:not(:hover, .active) {
  background-color: transparent;
  color: var(--clr-light);
}
.button-light.button-att-second:hover,
.button-light.button-att-second.active {
  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):before,
.button-white:not(:hover):after {
  filter: none;
}
.button-ico-dark:not(:hover):before,
.button-ico-dark:not(:hover):after {
  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 ease 0.2s;
  -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:before,
.btn-action-ico:after,
.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 ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: var(--icoSize);
  max-height: var(--icoSize);
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  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-close:before {
  background-image: url(/local/templates/malina_2025/assets/css/../img/icons/cross.svg);
}
.btn-action-ico.ico-del:before {
  background-image: url(/local/templates/malina_2025/assets/css/../img/icons/cross.svg);
}
.btn-action-ico.ico-clear: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-cart:before {
  background-image: url(/local/templates/malina_2025/assets/css/../img/icons/cart.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-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-plus:before,
.btn-action-ico.ico-minus:before,
.btn-action-ico.ico-plus:after,
.btn-action-ico.ico-minus:after {
  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-plus:hover:before,
.btn-action-ico.ico-minus:hover:before,
.btn-action-ico.ico-plus:hover:after,
.btn-action-ico.ico-minus:hover:after {
  background-color: var(--clr-base);
}
.btn-action-ico.ico-plus.button-disabled,
.btn-action-ico.ico-minus.button-disabled {
  pointer-events: none;
}
.btn-action-ico.ico-plus:before {
  rotate: 90deg;
}
.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: 0.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:after,
.btn-action-ico.button-active-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before {
  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) center 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;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.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) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.frm-shield {
  font-size: 16px;
  color: var(--clr-light);
  letter-spacing: 0.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 0;
}
.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 .form-input,
.frm-bonuses .btn {
  height: 48px;
  border-radius: 8px;
}
.frm-bonuses .btn {
  padding: 0 21px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  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 {
  display: block;
  position: relative;
}
.frm-map-select .frm-selected {
  font-size: 16px;
  margin-bottom: 14px;
  display: block;
  position: relative;
  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) center 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 ease 0.2s;
  display: block;
}
.frm-content.active {
  height: auto;
}
.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 .form-input,
.frm-code .btn {
  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: bold;
  border-radius: 6px;
}
.frm-code .row-info {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.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 b,
.frm-code .row-info .text-att {
  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:focus ~ .field-input-title,
.frm-field-input .form-input:not(:placeholder-shown) ~ .field-input-title,
.frm-field-input .form-input.inp-valid ~ .field-input-title {
  display: none;
}
.frm-field-counter {
  width: 116px;
  height: 52px;
  border-radius: 8px;
  border: 1px solid #FFF2F2;
  background: linear-gradient(0deg, #FFF 0%, #FFF9FA 50%, #FFF 100%);
  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-plus,
.frm-field-counter .button-minus {
  width: 35px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-field-counter .button-plus {
  left: auto;
  right: 0;
}
.frm-results-popup {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 12px 0;
  z-index: 10;
  display: none;
  animation: fadein ease 0.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: bold;
}
.frm-results-popup .results-content-wrap {
  display: block;
  background: #fff;
  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 ease 0.2s;
}
.frm-results-popup .btn-result:hover {
  color: var(--clr-att);
}
.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 ease 0.2s;
}
.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) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 12px;
  margin-top: -12px;
  filter: var(--filterAttToLight) opacity(0.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:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-results-popup .scroll-inner-wrap::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-field-select {
  display: block;
  position: relative;
  line-height: 1;
}
.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: fadein ease 0.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, 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:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.frm-field-select .select-menu-wrap .menu::-webkit-scrollbar-button:horizontal:end:increment {
  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: bold;
  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 .button-title,
.frm-field-select .button-select-toggle .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 .button-ico,
.frm-field-select .button-select-toggle .button-ico {
  margin: 0;
}
.frm-field-select .button-select[data-count]:after,
.frm-field-select .button-select-toggle[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) center no-repeat;
  background-size: 20px auto;
  top: 50%;
  right: 9px;
  margin-top: -12px;
  transition: all ease 0.2s;
  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:hover,
.frm-field-select .btn.button-light.button-border.active {
  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: fadein ease 0.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:hover,
.frm-field-select .btn.button-att-second.button-border.active {
  color: #fff;
  background-color: var(--clr-att-second);
  border-color: var(--clr-att-second);
}
.frm-field-select .btn.button-att-second.button-border:hover .button-ico,
.frm-field-select .btn.button-att-second.button-border.active .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 0;
  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 0;
  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:nth-child(1) {
  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:nth-child(1),
.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: bold;
  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-row,
.frm-field,
.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 input,
.frm-select-button input,
.frm-select-toggle input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0 !important;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after,
.frm-select-button input:checked ~ label:after,
.frm-select-toggle input:checked ~ label:after {
  opacity: 1;
}
.frm-select label,
.frm-select-button label,
.frm-select-toggle label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select-button label:before,
.frm-select-toggle label:before,
.frm-select label:after,
.frm-select-button label:after,
.frm-select-toggle label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select label:after,
.frm-select-button label:after,
.frm-select-toggle 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 ease 0.2s;
}
.frm-select-toggle label:before,
.frm-select-toggle label:after {
  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 ease 0.2s;
}
.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:before,
.frm-select label:after {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--clr-dlight);
  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) center / 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:before,
.frm-select-button.type-radio label:after {
  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 ease 0.2s;
  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, 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 0%, #FFF9FA 50%, #FFF 100%);
  box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.07);
  padding: 10px;
}
body .flatpickr-calendar:before,
body .flatpickr-calendar:after {
  display: none;
}
body .flatpickr-months {
  height: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body .flatpickr-month {
  width: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-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, 0.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: -0.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: -0.18px;
  box-shadow: 0 1px 1px 0 rgba(0, 14, 51, 0.05);
}
body .flatpickr-months .flatpickr-prev-month,
body .flatpickr-months .flatpickr-next-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, 0.05);
}
body .flatpickr-months .flatpickr-prev-month svg,
body .flatpickr-months .flatpickr-next-month svg {
  display: none;
}
body .flatpickr-months .flatpickr-prev-month:before,
body .flatpickr-months .flatpickr-next-month:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/local/templates/malina_2025/assets/css/../img/icons/arrow-next.svg) center no-repeat;
  filter: var(--filterAttToBase);
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  transition: all ease 0.2s;
}
body .flatpickr-months .flatpickr-prev-month:hover:before,
body .flatpickr-months .flatpickr-next-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: bold;
}
body .flatpickr-weekdays {
  height: auto;
}
body .flatpickr-innerContainer,
body .flatpickr-rContainer,
body .flatpickr-days {
  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, 0.05);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--clr-base);
  border: none;
}
body .dayContainer .flatpickr-day.selected {
  background: var(--clr-att);
  color: #fff;
}
body .dayContainer .flatpickr-day.prevMonthDay,
body .dayContainer .flatpickr-day.nextMonthDay {
  box-shadow: none;
  background: none;
  color: var(--clr-light);
}
body .flatpickr-day.selected,
body .flatpickr-day.startRange,
body .flatpickr-day.endRange,
body .flatpickr-day.selected.inRange,
body .flatpickr-day.startRange.inRange,
body .flatpickr-day.endRange.inRange,
body .flatpickr-day.selected:focus,
body .flatpickr-day.startRange:focus,
body .flatpickr-day.endRange:focus,
body .flatpickr-day.selected:hover,
body .flatpickr-day.startRange:hover,
body .flatpickr-day.endRange:hover,
body .flatpickr-day.selected.prevMonthDay,
body .flatpickr-day.startRange.prevMonthDay,
body .flatpickr-day.endRange.prevMonthDay,
body .flatpickr-day.selected.nextMonthDay,
body .flatpickr-day.startRange.nextMonthDay,
body .flatpickr-day.endRange.nextMonthDay {
  background: var(--clr-att);
  color: #fff;
}
@media (min-width: 1024px) {
  .frm-info {
    font-size: 17px;
  }
  .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-months {
    height: 44px;
  }
  body .flatpickr-current-month .flatpickr-monthDropdown-months,
  body .numInputWrapper .numInput.cur-year {
    height: 44px;
  }
  body .flatpickr-months .flatpickr-month,
  body .flatpickr-current-month {
    height: 44px;
  }
  body .dayContainer {
    width: 378px;
    max-width: 378px;
    gap: 4px 2px;
  }
  body .flatpickr-weekdaycontainer .flatpickr-weekday,
  body .dayContainer .flatpickr-day {
    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;
  }
}
/* ----------------------------------- *\
			popups
\* ----------------------------------- */
.popup-cart-added-box {
  padding: 30px 30px 40px 30px;
  padding: 3rem 3rem 4rem 3rem;
  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 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 0;
  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-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:before,
.login-buttons-box .login-title:after {
  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: fadein ease 0.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, 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 0%, #FFF9FA 50%, #FFF 100%);
  -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 {
  padding: 0;
  width: 380px;
  width: 38rem;
}
.popup-cart-added.popup-main .popup-box {
  width: 380px;
  width: 38rem;
  padding: 0;
}
.popup-main.popup-message .popup-box {
  width: 350px;
  padding: 22px 30px 48px 30px;
}
.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, 0.05);
  background: rgba(255, 255, 255, 0.95);
  width: 350px;
  box-shadow: 0 0 70px 0 rgba(0, 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:before,
.popup-main .popup-box .btn-action-ico.ico-close:after {
  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 0%, #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:before,
.popup-outer-box.popup-login .popup-box .btn-action-ico.ico-close:after {
  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: bold;
  line-height: 1.0625;
  margin: 0 0 20px 0;
}
.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 {
  background-color: var(--clr-att);
}
.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:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.popup-contacts-box .info-inner-wrap::-webkit-scrollbar-button:horizontal:end:increment {
  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 0;
}
.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: bold;
}
.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 .form-inner-wrap,
.popup-form-box .bonus-inner-wrap {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #CECECE;
}
.popup-form-box .form-inner-wrap:last-child,
.popup-form-box .bonus-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 0;
}
.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 0;
  }
  .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;
    /* .photos-inner-wrap {
				width: 53%;
				padding: 0;
			}
			.info-inner-wrap {
				width: 47%;
				flex: 0 0 47%;
				padding: 0 0 0 4rem;
			} */
  }
  .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;
    border: 1px solid #F8F8F8;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.03);
  }
  .popup-contacts .popup-box .btn-action-ico.ico-close-small:hover {
    border: 1px solid #F8F8F8;
    box-shadow: 2px 4px 5px rgba(0, 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 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;
  }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes flash {
  0% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.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:nth-child(1)) th:nth-child(1),
table:has(col.col-att:nth-child(1)) td:nth-child(1) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(2)) th:nth-child(2),
table:has(col.col-att:nth-child(2)) td:nth-child(2) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(3)) th:nth-child(3),
table:has(col.col-att:nth-child(3)) td:nth-child(3) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(4)) th:nth-child(4),
table:has(col.col-att:nth-child(4)) td:nth-child(4) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(5)) th:nth-child(5),
table:has(col.col-att:nth-child(5)) td:nth-child(5) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(6)) th:nth-child(6),
table:has(col.col-att:nth-child(6)) td:nth-child(6) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(7)) th:nth-child(7),
table:has(col.col-att:nth-child(7)) td:nth-child(7) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(8)) th:nth-child(8),
table:has(col.col-att:nth-child(8)) td:nth-child(8) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(9)) th:nth-child(9),
table:has(col.col-att:nth-child(9)) td:nth-child(9) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(10)) th:nth-child(10),
table:has(col.col-att:nth-child(10)) td:nth-child(10) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(11)) th:nth-child(11),
table:has(col.col-att:nth-child(11)) td:nth-child(11) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(12)) th:nth-child(12),
table:has(col.col-att:nth-child(12)) td:nth-child(12) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(13)) th:nth-child(13),
table:has(col.col-att:nth-child(13)) td:nth-child(13) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(14)) th:nth-child(14),
table:has(col.col-att:nth-child(14)) td:nth-child(14) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(15)) th:nth-child(15),
table:has(col.col-att:nth-child(15)) td:nth-child(15) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(16)) th:nth-child(16),
table:has(col.col-att:nth-child(16)) td:nth-child(16) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(17)) th:nth-child(17),
table:has(col.col-att:nth-child(17)) td:nth-child(17) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(18)) th:nth-child(18),
table:has(col.col-att:nth-child(18)) td:nth-child(18) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(19)) th:nth-child(19),
table:has(col.col-att:nth-child(19)) td:nth-child(19) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(20)) th:nth-child(20),
table:has(col.col-att:nth-child(20)) td:nth-child(20) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(21)) th:nth-child(21),
table:has(col.col-att:nth-child(21)) td:nth-child(21) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(22)) th:nth-child(22),
table:has(col.col-att:nth-child(22)) td:nth-child(22) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(23)) th:nth-child(23),
table:has(col.col-att:nth-child(23)) td:nth-child(23) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(24)) th:nth-child(24),
table:has(col.col-att:nth-child(24)) td:nth-child(24) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(25)) th:nth-child(25),
table:has(col.col-att:nth-child(25)) td:nth-child(25) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(26)) th:nth-child(26),
table:has(col.col-att:nth-child(26)) td:nth-child(26) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(27)) th:nth-child(27),
table:has(col.col-att:nth-child(27)) td:nth-child(27) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(28)) th:nth-child(28),
table:has(col.col-att:nth-child(28)) td:nth-child(28) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(29)) th:nth-child(29),
table:has(col.col-att:nth-child(29)) td:nth-child(29) {
  background: var(--clr-bg);
}
table:has(col.col-att:nth-child(30)) th:nth-child(30),
table:has(col.col-att:nth-child(30)) td:nth-child(30) {
  background: var(--clr-bg);
}
table:has(col.text-left:nth-child(1)) th:nth-child(1),
table:has(col.text-left:nth-child(1)) td:nth-child(1) {
  text-align: left;
}
table:has(col.text-right:nth-child(1)) th:nth-child(1),
table:has(col.text-right:nth-child(1)) td:nth-child(1) {
  text-align: right;
}
table:has(col.text-center:nth-child(1)) th:nth-child(1),
table:has(col.text-center:nth-child(1)) td:nth-child(1) {
  text-align: center;
}
table:has(col.text-left:nth-child(2)) th:nth-child(2),
table:has(col.text-left:nth-child(2)) td:nth-child(2) {
  text-align: left;
}
table:has(col.text-right:nth-child(2)) th:nth-child(2),
table:has(col.text-right:nth-child(2)) td:nth-child(2) {
  text-align: right;
}
table:has(col.text-center:nth-child(2)) th:nth-child(2),
table:has(col.text-center:nth-child(2)) td:nth-child(2) {
  text-align: center;
}
table:has(col.text-left:nth-child(3)) th:nth-child(3),
table:has(col.text-left:nth-child(3)) td:nth-child(3) {
  text-align: left;
}
table:has(col.text-right:nth-child(3)) th:nth-child(3),
table:has(col.text-right:nth-child(3)) td:nth-child(3) {
  text-align: right;
}
table:has(col.text-center:nth-child(3)) th:nth-child(3),
table:has(col.text-center:nth-child(3)) td:nth-child(3) {
  text-align: center;
}
table:has(col.text-left:nth-child(4)) th:nth-child(4),
table:has(col.text-left:nth-child(4)) td:nth-child(4) {
  text-align: left;
}
table:has(col.text-right:nth-child(4)) th:nth-child(4),
table:has(col.text-right:nth-child(4)) td:nth-child(4) {
  text-align: right;
}
table:has(col.text-center:nth-child(4)) th:nth-child(4),
table:has(col.text-center:nth-child(4)) td:nth-child(4) {
  text-align: center;
}
table:has(col.text-left:nth-child(5)) th:nth-child(5),
table:has(col.text-left:nth-child(5)) td:nth-child(5) {
  text-align: left;
}
table:has(col.text-right:nth-child(5)) th:nth-child(5),
table:has(col.text-right:nth-child(5)) td:nth-child(5) {
  text-align: right;
}
table:has(col.text-center:nth-child(5)) th:nth-child(5),
table:has(col.text-center:nth-child(5)) td:nth-child(5) {
  text-align: center;
}
table:has(col.text-left:nth-child(6)) th:nth-child(6),
table:has(col.text-left:nth-child(6)) td:nth-child(6) {
  text-align: left;
}
table:has(col.text-right:nth-child(6)) th:nth-child(6),
table:has(col.text-right:nth-child(6)) td:nth-child(6) {
  text-align: right;
}
table:has(col.text-center:nth-child(6)) th:nth-child(6),
table:has(col.text-center:nth-child(6)) td:nth-child(6) {
  text-align: center;
}
table:has(col.text-left:nth-child(7)) th:nth-child(7),
table:has(col.text-left:nth-child(7)) td:nth-child(7) {
  text-align: left;
}
table:has(col.text-right:nth-child(7)) th:nth-child(7),
table:has(col.text-right:nth-child(7)) td:nth-child(7) {
  text-align: right;
}
table:has(col.text-center:nth-child(7)) th:nth-child(7),
table:has(col.text-center:nth-child(7)) td:nth-child(7) {
  text-align: center;
}
table:has(col.text-left:nth-child(8)) th:nth-child(8),
table:has(col.text-left:nth-child(8)) td:nth-child(8) {
  text-align: left;
}
table:has(col.text-right:nth-child(8)) th:nth-child(8),
table:has(col.text-right:nth-child(8)) td:nth-child(8) {
  text-align: right;
}
table:has(col.text-center:nth-child(8)) th:nth-child(8),
table:has(col.text-center:nth-child(8)) td:nth-child(8) {
  text-align: center;
}
table:has(col.text-left:nth-child(9)) th:nth-child(9),
table:has(col.text-left:nth-child(9)) td:nth-child(9) {
  text-align: left;
}
table:has(col.text-right:nth-child(9)) th:nth-child(9),
table:has(col.text-right:nth-child(9)) td:nth-child(9) {
  text-align: right;
}
table:has(col.text-center:nth-child(9)) th:nth-child(9),
table:has(col.text-center:nth-child(9)) td:nth-child(9) {
  text-align: center;
}
table:has(col.text-left:nth-child(10)) th:nth-child(10),
table:has(col.text-left:nth-child(10)) td:nth-child(10) {
  text-align: left;
}
table:has(col.text-right:nth-child(10)) th:nth-child(10),
table:has(col.text-right:nth-child(10)) td:nth-child(10) {
  text-align: right;
}
table:has(col.text-center:nth-child(10)) th:nth-child(10),
table:has(col.text-center:nth-child(10)) td:nth-child(10) {
  text-align: center;
}
table:has(col.text-left:nth-child(11)) th:nth-child(11),
table:has(col.text-left:nth-child(11)) td:nth-child(11) {
  text-align: left;
}
table:has(col.text-right:nth-child(11)) th:nth-child(11),
table:has(col.text-right:nth-child(11)) td:nth-child(11) {
  text-align: right;
}
table:has(col.text-center:nth-child(11)) th:nth-child(11),
table:has(col.text-center:nth-child(11)) td:nth-child(11) {
  text-align: center;
}
table:has(col.text-left:nth-child(12)) th:nth-child(12),
table:has(col.text-left:nth-child(12)) td:nth-child(12) {
  text-align: left;
}
table:has(col.text-right:nth-child(12)) th:nth-child(12),
table:has(col.text-right:nth-child(12)) td:nth-child(12) {
  text-align: right;
}
table:has(col.text-center:nth-child(12)) th:nth-child(12),
table:has(col.text-center:nth-child(12)) td:nth-child(12) {
  text-align: center;
}
table:has(col.text-left:nth-child(13)) th:nth-child(13),
table:has(col.text-left:nth-child(13)) td:nth-child(13) {
  text-align: left;
}
table:has(col.text-right:nth-child(13)) th:nth-child(13),
table:has(col.text-right:nth-child(13)) td:nth-child(13) {
  text-align: right;
}
table:has(col.text-center:nth-child(13)) th:nth-child(13),
table:has(col.text-center:nth-child(13)) td:nth-child(13) {
  text-align: center;
}
table:has(col.text-left:nth-child(14)) th:nth-child(14),
table:has(col.text-left:nth-child(14)) td:nth-child(14) {
  text-align: left;
}
table:has(col.text-right:nth-child(14)) th:nth-child(14),
table:has(col.text-right:nth-child(14)) td:nth-child(14) {
  text-align: right;
}
table:has(col.text-center:nth-child(14)) th:nth-child(14),
table:has(col.text-center:nth-child(14)) td:nth-child(14) {
  text-align: center;
}
table:has(col.text-left:nth-child(15)) th:nth-child(15),
table:has(col.text-left:nth-child(15)) td:nth-child(15) {
  text-align: left;
}
table:has(col.text-right:nth-child(15)) th:nth-child(15),
table:has(col.text-right:nth-child(15)) td:nth-child(15) {
  text-align: right;
}
table:has(col.text-center:nth-child(15)) th:nth-child(15),
table:has(col.text-center:nth-child(15)) td:nth-child(15) {
  text-align: center;
}
table:has(col.text-left:nth-child(16)) th:nth-child(16),
table:has(col.text-left:nth-child(16)) td:nth-child(16) {
  text-align: left;
}
table:has(col.text-right:nth-child(16)) th:nth-child(16),
table:has(col.text-right:nth-child(16)) td:nth-child(16) {
  text-align: right;
}
table:has(col.text-center:nth-child(16)) th:nth-child(16),
table:has(col.text-center:nth-child(16)) td:nth-child(16) {
  text-align: center;
}
table:has(col.text-left:nth-child(17)) th:nth-child(17),
table:has(col.text-left:nth-child(17)) td:nth-child(17) {
  text-align: left;
}
table:has(col.text-right:nth-child(17)) th:nth-child(17),
table:has(col.text-right:nth-child(17)) td:nth-child(17) {
  text-align: right;
}
table:has(col.text-center:nth-child(17)) th:nth-child(17),
table:has(col.text-center:nth-child(17)) td:nth-child(17) {
  text-align: center;
}
table:has(col.text-left:nth-child(18)) th:nth-child(18),
table:has(col.text-left:nth-child(18)) td:nth-child(18) {
  text-align: left;
}
table:has(col.text-right:nth-child(18)) th:nth-child(18),
table:has(col.text-right:nth-child(18)) td:nth-child(18) {
  text-align: right;
}
table:has(col.text-center:nth-child(18)) th:nth-child(18),
table:has(col.text-center:nth-child(18)) td:nth-child(18) {
  text-align: center;
}
table:has(col.text-left:nth-child(19)) th:nth-child(19),
table:has(col.text-left:nth-child(19)) td:nth-child(19) {
  text-align: left;
}
table:has(col.text-right:nth-child(19)) th:nth-child(19),
table:has(col.text-right:nth-child(19)) td:nth-child(19) {
  text-align: right;
}
table:has(col.text-center:nth-child(19)) th:nth-child(19),
table:has(col.text-center:nth-child(19)) td:nth-child(19) {
  text-align: center;
}
table:has(col.text-left:nth-child(20)) th:nth-child(20),
table:has(col.text-left:nth-child(20)) td:nth-child(20) {
  text-align: left;
}
table:has(col.text-right:nth-child(20)) th:nth-child(20),
table:has(col.text-right:nth-child(20)) td:nth-child(20) {
  text-align: right;
}
table:has(col.text-center:nth-child(20)) th:nth-child(20),
table:has(col.text-center:nth-child(20)) td:nth-child(20) {
  text-align: center;
}
table:has(col.text-left:nth-child(21)) th:nth-child(21),
table:has(col.text-left:nth-child(21)) td:nth-child(21) {
  text-align: left;
}
table:has(col.text-right:nth-child(21)) th:nth-child(21),
table:has(col.text-right:nth-child(21)) td:nth-child(21) {
  text-align: right;
}
table:has(col.text-center:nth-child(21)) th:nth-child(21),
table:has(col.text-center:nth-child(21)) td:nth-child(21) {
  text-align: center;
}
table:has(col.text-left:nth-child(22)) th:nth-child(22),
table:has(col.text-left:nth-child(22)) td:nth-child(22) {
  text-align: left;
}
table:has(col.text-right:nth-child(22)) th:nth-child(22),
table:has(col.text-right:nth-child(22)) td:nth-child(22) {
  text-align: right;
}
table:has(col.text-center:nth-child(22)) th:nth-child(22),
table:has(col.text-center:nth-child(22)) td:nth-child(22) {
  text-align: center;
}
table:has(col.text-left:nth-child(23)) th:nth-child(23),
table:has(col.text-left:nth-child(23)) td:nth-child(23) {
  text-align: left;
}
table:has(col.text-right:nth-child(23)) th:nth-child(23),
table:has(col.text-right:nth-child(23)) td:nth-child(23) {
  text-align: right;
}
table:has(col.text-center:nth-child(23)) th:nth-child(23),
table:has(col.text-center:nth-child(23)) td:nth-child(23) {
  text-align: center;
}
table:has(col.text-left:nth-child(24)) th:nth-child(24),
table:has(col.text-left:nth-child(24)) td:nth-child(24) {
  text-align: left;
}
table:has(col.text-right:nth-child(24)) th:nth-child(24),
table:has(col.text-right:nth-child(24)) td:nth-child(24) {
  text-align: right;
}
table:has(col.text-center:nth-child(24)) th:nth-child(24),
table:has(col.text-center:nth-child(24)) td:nth-child(24) {
  text-align: center;
}
table:has(col.text-left:nth-child(25)) th:nth-child(25),
table:has(col.text-left:nth-child(25)) td:nth-child(25) {
  text-align: left;
}
table:has(col.text-right:nth-child(25)) th:nth-child(25),
table:has(col.text-right:nth-child(25)) td:nth-child(25) {
  text-align: right;
}
table:has(col.text-center:nth-child(25)) th:nth-child(25),
table:has(col.text-center:nth-child(25)) td:nth-child(25) {
  text-align: center;
}
table:has(col.text-left:nth-child(26)) th:nth-child(26),
table:has(col.text-left:nth-child(26)) td:nth-child(26) {
  text-align: left;
}
table:has(col.text-right:nth-child(26)) th:nth-child(26),
table:has(col.text-right:nth-child(26)) td:nth-child(26) {
  text-align: right;
}
table:has(col.text-center:nth-child(26)) th:nth-child(26),
table:has(col.text-center:nth-child(26)) td:nth-child(26) {
  text-align: center;
}
table:has(col.text-left:nth-child(27)) th:nth-child(27),
table:has(col.text-left:nth-child(27)) td:nth-child(27) {
  text-align: left;
}
table:has(col.text-right:nth-child(27)) th:nth-child(27),
table:has(col.text-right:nth-child(27)) td:nth-child(27) {
  text-align: right;
}
table:has(col.text-center:nth-child(27)) th:nth-child(27),
table:has(col.text-center:nth-child(27)) td:nth-child(27) {
  text-align: center;
}
table:has(col.text-left:nth-child(28)) th:nth-child(28),
table:has(col.text-left:nth-child(28)) td:nth-child(28) {
  text-align: left;
}
table:has(col.text-right:nth-child(28)) th:nth-child(28),
table:has(col.text-right:nth-child(28)) td:nth-child(28) {
  text-align: right;
}
table:has(col.text-center:nth-child(28)) th:nth-child(28),
table:has(col.text-center:nth-child(28)) td:nth-child(28) {
  text-align: center;
}
table:has(col.text-left:nth-child(29)) th:nth-child(29),
table:has(col.text-left:nth-child(29)) td:nth-child(29) {
  text-align: left;
}
table:has(col.text-right:nth-child(29)) th:nth-child(29),
table:has(col.text-right:nth-child(29)) td:nth-child(29) {
  text-align: right;
}
table:has(col.text-center:nth-child(29)) th:nth-child(29),
table:has(col.text-center:nth-child(29)) td:nth-child(29) {
  text-align: center;
}
table:has(col.text-left:nth-child(30)) th:nth-child(30),
table:has(col.text-left:nth-child(30)) td:nth-child(30) {
  text-align: left;
}
table:has(col.text-right:nth-child(30)) th:nth-child(30),
table:has(col.text-right:nth-child(30)) td:nth-child(30) {
  text-align: right;
}
table:has(col.text-center:nth-child(30)) th:nth-child(30),
table:has(col.text-center:nth-child(30)) td:nth-child(30) {
  text-align: center;
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  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: fadein ease 0.3s;
}
.js-tab-block {
  animation: fadein ease 0.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: fadein ease 0.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: fadein ease 0.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) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  margin-top: -12px;
  transition: all ease 0.2s;
}
.tile-many-lines,
.text-many-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*

add to head box

<style>
	.tile-many-lines, .text-many-lines {
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
</style>

 */
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  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 rgba(23, 23, 23, 0.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 ease 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slider-pagination .swiper-pagination-bullet:hover,
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  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:nth-child(1)) th:nth-child(1),
  table:has(col.col-mobile-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-mobile-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-mobile-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-mobile-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-mobile-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-mobile-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-mobile-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-mobile-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-mobile-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-mobile-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-mobile-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-mobile-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-mobile-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-mobile-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-mobile-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-mobile-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-mobile-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-mobile-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-mobile-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-mobile-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-mobile-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-mobile-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-mobile-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-mobile-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-mobile-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-mobile-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-mobile-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-mobile-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-mobile-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-mobile-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-mobile-hide:nth-child(30)) td: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:nth-child(1)) th:nth-child(1),
  table:has(col.col-desktop-hide:nth-child(1)) td:nth-child(1) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(2)) th:nth-child(2),
  table:has(col.col-desktop-hide:nth-child(2)) td:nth-child(2) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(3)) th:nth-child(3),
  table:has(col.col-desktop-hide:nth-child(3)) td:nth-child(3) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(4)) th:nth-child(4),
  table:has(col.col-desktop-hide:nth-child(4)) td:nth-child(4) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(5)) th:nth-child(5),
  table:has(col.col-desktop-hide:nth-child(5)) td:nth-child(5) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(6)) th:nth-child(6),
  table:has(col.col-desktop-hide:nth-child(6)) td:nth-child(6) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(7)) th:nth-child(7),
  table:has(col.col-desktop-hide:nth-child(7)) td:nth-child(7) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(8)) th:nth-child(8),
  table:has(col.col-desktop-hide:nth-child(8)) td:nth-child(8) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(9)) th:nth-child(9),
  table:has(col.col-desktop-hide:nth-child(9)) td:nth-child(9) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(10)) th:nth-child(10),
  table:has(col.col-desktop-hide:nth-child(10)) td:nth-child(10) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(11)) th:nth-child(11),
  table:has(col.col-desktop-hide:nth-child(11)) td:nth-child(11) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(12)) th:nth-child(12),
  table:has(col.col-desktop-hide:nth-child(12)) td:nth-child(12) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(13)) th:nth-child(13),
  table:has(col.col-desktop-hide:nth-child(13)) td:nth-child(13) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(14)) th:nth-child(14),
  table:has(col.col-desktop-hide:nth-child(14)) td:nth-child(14) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(15)) th:nth-child(15),
  table:has(col.col-desktop-hide:nth-child(15)) td:nth-child(15) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(16)) th:nth-child(16),
  table:has(col.col-desktop-hide:nth-child(16)) td:nth-child(16) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(17)) th:nth-child(17),
  table:has(col.col-desktop-hide:nth-child(17)) td:nth-child(17) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(18)) th:nth-child(18),
  table:has(col.col-desktop-hide:nth-child(18)) td:nth-child(18) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(19)) th:nth-child(19),
  table:has(col.col-desktop-hide:nth-child(19)) td:nth-child(19) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(20)) th:nth-child(20),
  table:has(col.col-desktop-hide:nth-child(20)) td:nth-child(20) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(21)) th:nth-child(21),
  table:has(col.col-desktop-hide:nth-child(21)) td:nth-child(21) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(22)) th:nth-child(22),
  table:has(col.col-desktop-hide:nth-child(22)) td:nth-child(22) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(23)) th:nth-child(23),
  table:has(col.col-desktop-hide:nth-child(23)) td:nth-child(23) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(24)) th:nth-child(24),
  table:has(col.col-desktop-hide:nth-child(24)) td:nth-child(24) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(25)) th:nth-child(25),
  table:has(col.col-desktop-hide:nth-child(25)) td:nth-child(25) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(26)) th:nth-child(26),
  table:has(col.col-desktop-hide:nth-child(26)) td:nth-child(26) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(27)) th:nth-child(27),
  table:has(col.col-desktop-hide:nth-child(27)) td:nth-child(27) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(28)) th:nth-child(28),
  table:has(col.col-desktop-hide:nth-child(28)) td:nth-child(28) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(29)) th:nth-child(29),
  table:has(col.col-desktop-hide:nth-child(29)) td:nth-child(29) {
    display: none !important;
  }
  table:has(col.col-desktop-hide:nth-child(30)) th:nth-child(30),
  table:has(col.col-desktop-hide:nth-child(30)) td:nth-child(30) {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@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: normal;
  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: bold;
  font-style: normal;
  font-display: swap;
}
/* ----------------------------------- *\
			icons                                
\* ----------------------------------- */

/* End */


/* Start:/local/templates/malina_2025/assets/css/custom.css?17682215462590*/
.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);
}
.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?17677758521093*/
.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;
}
/* End */
/* /local/templates/malina_2025/assets/css/reset.css?17677758523618 */
/* /local/templates/malina_2025/assets/css/style.css?1767775852516914 */
/* /local/templates/malina_2025/assets/css/custom.css?17682215462590 */
/* /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?17677758521093 */
