/*
Theme Name:  Teres
Text Domain: Teres
Version: 1
*/


/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

#wpadminbar {
  z-index: 999999;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;

}

body {
  overflow-y: scroll;

  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 144px;
  padding-right: 144px;
}

a {
  color: #000;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  transition: 0.5s;
}

a:focus,
canvas {
  outline: none;
}

h1 {
  font-size: 40px;
  line-height: 46px;
  font-family: 'Ubuntu', sans-serif;

}

h2 {
  font-size: 48px;
  line-height: 55px;
  font-family: 'Ubuntu', sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Ubuntu', sans-serif;
}

header ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

header li {
  list-style: none;
  margin: 0 25px;
  padding: 0 0 18px 0;
  border-radius: 6px 6px 0px 0px;

}

header li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

header .current-menu-item {
  border-bottom: 3px solid #F26522;
}

header .current-menu-item a {
  color: #F26522;
}

header li:hover a {
  color: #F26522;
}

.header .logo img {
  width: 300px;
  min-width: 200px;
  max-width: 300px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.numbers_wrapper {
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
}

.header_buttons_links {
  display: flex;
  justify-content: space-between;
  flex-basis: 45%;
}

.number_wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.number_wrap .icon {
  margin-right: 9px;
}

.number {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #231F20;

}

.number:hover {
  color: #F26522;
}

.button {
  padding: 10px;
}

.header-button:nth-child(1) {
  margin-right: 20px;
}

.button-color {
  background-color: #F26522 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  text-align: center;
  max-width: 180px;
}

.button-border {
  border: 1px solid #F26522 !important;
  color: #F26522 !important;
  text-align: center;
  max-width: 180px;
  background: #fff !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.button-color:hover {
  background: none !important;
  border: 1px solid #F26522 !important;
  color: #F26522 !important;
}

.button-border:hover {
  background-color: #F26522 !important;
  color: #fff !important;
}

.links-wrap {
  width: 100%;
}

.header_links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.link {
  align-items: center;
  display: flex;
  justify-content: center;
}

.logo {
  margin-right: 63px;
  z-index: 999999;
}

header ul {
  justify-content: space-between;
}

header ul li:nth-child(1) {
  margin-left: 0;
}

header ul li:nth-last-child(1) {
  margin-right: 0;
}

/* mobmenu */
header .burger {
  display: none;
}

.burger {
  position: fixed;
  right: 40px;
  top: 450px;
  width: 28px;
  height: 25px;
  cursor: pointer;
  z-index: 11;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 999999;
}

.burger span,
.burger span:before,
.burger span:after {
  position: absolute;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 5px;
}

.burger span:before {
  content: "";
  top: -5px;
  width: 28px;
  -webkit-transition: top 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger .active::before {
  width: 28px;
}

.burger span {
  top: 20px;
  width: 28px;
  /* Iryna_dev */
  top: 50%;
  /*  */
}

.burger span:after {
  content: "";
  width: 28px;
  bottom: -5px;
  -webkit-transition: bottom 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger span.active:before {
  content: "";
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #000;
  color: #000;
  z-index: 10;
}

.burger span.active:after {
  content: "";
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #000;
  color: #000;
  z-index: 10;
}

.burger span.active {
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}

.mobmenu {
  display: block;
  left: -101%;
  width: 100%;
  max-width: 100vw;
  top: 0;
  min-height: 100vh;
  height: auto;
  background: #fff;
  color: #000;
  position: fixed;
  z-index: 10;
  text-align: center;
  -webkit-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  transition: 1.5s ease;
  z-index: 99999;
  /* Iryna_dev */
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  /*  */

}

.mobmenu ul {
  max-height: 100vh;
  max-width: 100vw;
  padding: 0;
  margin: 0;
  margin-top: 130px;
  border-bottom: 1px solid #00000033;
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobmenu ul li {
  /* display: block; */
  margin: 0 auto;
  margin-bottom: 25px;
  transition: .5s;
}

.mobmenu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.mobmenu ul li a:hover {
  color: #fff;
  text-decoration: underline;

}

.mobmenu.animate {
  left: 0;
  display: block;
  min-height: 100vh;
  height: 100%;
}



/* hero */
.hero {
  padding: 75px 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-container img {
  display: none;
  max-width: 100%;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.hero .block {
  max-width: 450px;
}

.hero h1 {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
}

.hero h1 span {
  color: #F26522;
}

.hero p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.hero .hero-link {
  margin-top: 40px;
  display: flex;
  max-width: 155px;
  align-items: center;
  justify-content: center;
}

/* @-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  
  position: absolute;
  bottom: -30px;
  width: 100%;
  overflow: hidden;
  background: #231F20;
  box-sizing: content-box;
padding-top: 9px;
padding-bottom: 7px;
}
.ticker {

  display: flex; 
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;

  -webkit-animation-iteration-count: infinite; 
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
 -webkit-animation-name: ticker;
         animation-name: ticker;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;

}*/
.ticker p {
  margin: 0 100px 0 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.doc-ticker p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.ticker-wrap.doc-ticker {
  bottom: auto;
}




@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}

@-moz-keyframes scroll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0)
  }
}

.ticker-wrap {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;

  position: absolute;
  bottom: -30px;
  width: 100%;
  overflow: hidden;
  background: #231F20;
  box-sizing: content-box;
  padding-top: 9px;
  padding-bottom: 7px;
}

.ticker-wrap .ticker {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scroll 19s infinite linear;
  -moz-animation: scroll 19s infinite linear;
  animation: scroll 33s infinite linear;
}

.ticker-text {
  display: flex;
}

.block_info_items {
  display: flex;
  flex-wrap: wrap;

}

.block_info_item .count {
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 89px;
  letter-spacing: 0;
  color: #666666;
  opacity: 0.2;
}

.block_info_item .block_info_item__top {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 8px;
}

.block_info_item .block_info_item__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.block_info_item .block_info_item__text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  /* text-align: justify; */
  letter-spacing: 0.03em;
  color: #231F20;
  margin-bottom: 20px;
}

.block_info_item img {
  width: 263px;
  height: 263px;
  object-fit: cover;

  /* Iryna_dev */
  min-width: 100%;
}

.block_info_item {
  flex-basis: 24%;
  max-width: 265px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  margin: 40px 23px 0 0;
}

.container-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-section h2 {
  margin-bottom: 27px;
  text-align: center;
}

.container-map-block {
  display: flex;
  justify-content: space-between;
}

.google-map {
  flex-basis: 50%;
  margin-right: 60px;
  justify-content: center;
}

/* .re{
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 40px;
  background-color: red;
  z-index: 9999;
} */
.form-map-block {
  flex-basis: 50%;
}

.form-map-block h2 {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #231F20;
}

.form-map-block form input,
.form-map-block form textarea {
  background: #66666633;
  border: none;
  margin-top: 5px;
  display: block;
  padding: 13px;
  color: #000;
  width: 100%;
}

.form-map-block form label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 40px;
  color: #000000;
  display: block;
}

.form-map-block input[type="submit"] {
  background-color: #F26522;
  color: #fff;
  border: 1px solid transparent;
  text-align: center;
  opacity: 1;
  transition: 0.5s;
  max-width: 150px;
  width: 100%;
  cursor: pointer;
}

.form-map-block input[type="submit"]:hover {
  background: none;
  color: #F26522;
  border: 1px solid #F26522;

}

footer {
  background-color: #000;
}

footer p {
  color: #fff;
}

footer a {
  color: #fff;
  font-weight: 300;
}

footer a:hover {
  color: #F26522;
}

.container-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.email img,
.map img,
.phone img {
  margin-right: 10px;
}

.copyright {
  font-style: normal;
  font-weight: 300;
  font-size: 10.9003px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 7px;
}

.copyright.mobile {
  display: none;
}

.phones {
  display: flex;
  flex-direction: column;
}

.phones>a:nth-child(1) {
  margin-bottom: 5px;
}




/* home page */

.hero-blog {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.main-info {
  background: #ffffffcc;
  padding: 30px;
  display: flex;
  flex-direction: column;
  max-width: 562px;
  position: absolute;
  top: 120px;
}

.main-info .title-post {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 41px;
  color: #231F20;
  margin-bottom: 100px;
}

.main-info .date {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #231F20;
}

.main-info .excerpt {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: justify;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}

.link-cat {
  background: #666666;
  padding: 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-right: 20px;
}

.top-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.container-posts-cat {
  padding-top: 40px;
  padding-bottom: 55px;
}

.categories {
  padding-bottom: 40px;
}

.cat-name {
  padding: 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  margin-right: 20px;
  border: 1px solid #666666;
  display: inline-block;
  transition: 0.5s;
  cursor: pointer;
}

.cat-name:hover {
  padding: 11px;
  background: #666666;
  border: 1px solid transparent;
}

.cat-name.active {
  padding: 11px;
  background: #666666;
  border: 1px solid transparent;
}

.cat-name:hover a {
  color: #fff !important;
}

.cat-name.active a {
  color: #fff !important;
}

.blog-posts .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 53px;
}

.blog-posts .row img {
  max-width: 562px;
  width: 100%;
  height: 360px;
  object-fit: cover;
  margin-bottom: 30px;
  transition: 0.5s;
}

.blog-posts .link-post {
  width: 100%;

}

.blog-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.blog-posts .link-post img {
  width: 100%;
  max-height: 360px;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  transition: 0.5s;
}




.title-post_item {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #231F20;
  margin-bottom: 30px;
}

.blog-posts .row .excerpt {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #231F20;
}

.blog-posts .link-post:nth-child(1) {
  margin-right: 30px;
}

.blog-posts .link-post:hover img {
  opacity: 0.5;
}


/* post */

.post-content {
  padding-top: 50px;
  padding-bottom: 100px;
}

.post-content .top-info {
  justify-content: center;
  margin-bottom: 32px;
  align-items: center;
  display: flex;
}

.post-content h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  color: #231F20;
  margin-bottom: 40px;
}

.post-content .content p {
  margin: 20px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #231F20;
}

.post-content .content img {
  margin: 20px 0;
  height: 465px;
  width: 100%;
  object-fit: cover;
}

.post-content .wp-block-image {
  margin: 0;
}

/* Iryna-dew */
.post-content .content li {
  margin: 10px 38px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #231F20;
}

.post-content .content h4 {
  font-size: 20px;
  padding: 20px 0;
}

/*  */

/* similar posts */

.similar-posts {
  background: #66666633;
}

.content-area {
  padding-top: 84px;
  padding-bottom: 101px;
}

.posts-items-desctop {
  display: flex;
  justify-content: space-between;
}

.posts-items-mobile {
  display: none !important;
}

.post-list {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 540px !important;
  overflow: hidden;
  margin: 0 10px;
}

.post-list img {
  max-width: 266px;
  width: 100%;
  height: 165px;
  margin-bottom: 25px;
  object-fit: cover;
  transition: 0.5s;
}

.post-list .title {
  font-style: normal;
  font-weight: bold;
  font-size: 17.2677px;
  line-height: 20px;
  color: #231F20;
  margin-bottom: 15px;
}

.post-list .excerpt {
  text-align: justify;
}

.text-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 350px;
}

.content-area .text-wrapper .link {
  margin: 0 auto;
  transition: 0.5s;
}

.content-area .post-list:hover img {
  opacity: 0.45;
}

.content-area .post-list:hover .link {
  background-color: #F26522;
  border: 1px solid transparent;
  color: #fff;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
}

.arrows {
  display: flex;
  align-items: center;
}

.prev-slide-desctop {
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
}

.next-slide-desctop {
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
  margin-left: 20px;
}

.slider__counter,
.slider__counter_1,
.slider__counter_2 {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #000000;
}

.slider-mobile .slider-product_1 {
  display: none;
}

.slider-mobile .slider-product_2 {
  display: none;
}

.slider-mobile .slider-product_prod {
  /* display: none; */
}

.arrows.mobile {
  display: none;
}

.next-slide-desctop:hover,
.prev-slide-desctop:hover {
  border: 1px solid #F26522;
}

.next-slide-desctop:hover svg path,
.prev-slide-desctop:hover svg path {
  fill: #F26522;
}

.slick-current.slick-active.post-list .link {
  background-color: #F26522;
  color: #fff;
  border: 1px solid transparent;
}

.similar-mobile {
  margin-bottom: 10px;
}

.similar-mobile .arrows {
  display: flex;
  justify-content: center;
}

.prev-slide-mobile {
  display: none !important;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
}

.next-slide-mobile {
  display: none !important;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
  margin-left: 20px;
}

.slider__counter.mobile {
  display: none;
}

.next-slide-mobile:hover,
.prev-slide-mobile:hover {
  border: 1px solid #F26522;
}

.next-slide-mobile:hover svg path,
.prev-slide-mobile:hover svg path {
  fill: #F26522;
}



/* page documentation */
.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  color: #FFFFFF;
}

.documentation-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.doc-container {
  padding-top: 87px;
  padding-bottom: 80px;
}

.doc-container .nav-block {
  margin-bottom: 46px;
}

.documentation-wrapper .doc-descript {
  background: #FFFFFF;
  border: 2px solid #E0E0E0;
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.5s;
  flex-basis: 23%;
}

/* .documentation-wrapper .doc-descript:hover img {
  filter: drop-shadow(2px 4px 6px #F26522);
} */
.documentation-wrapper .doc-descript img {
  margin: 0 auto 50px auto;
  display: block;
}

.documentation-wrapper .doc-descript .title_doc {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  margin-bottom: 20px;
}

.documentation-wrapper .doc-descript .doc-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #231F20;
  margin-bottom: 50px;
}

.documentation-wrapper .doc-descript .link {
  margin: 0 auto;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 17.2677px;
  line-height: 20px;
  text-align: center;
  color: #231F20;
}

.documentation-wrapper .doc-descript .link.mobile {
  display: none;
  margin-bottom: 10px;
}

.documentation-wrapper .doc-descript:hover .link {
  background-color: #F26522;
  border: 1px solid transparent;
  color: #fff;
}

.documentation-wrapper .doc-descript:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2), 0px 0.719486px 5.75589px rgba(0, 0, 0, 0.2);

}

.searchform input {
  background: #66666633;
  border: none;
  width: calc(100% - 46px);
  padding: 10px 23px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #231F20;
  opacity: 0.8;
}

.nav-block {
  display: flex;
  justify-content: space-between;
}

.form-search {
  flex-basis: 48%;
}

.search_input {
  position: relative;
}

#searchsubmit {
  background-image: url('/wp-content/themes/Teres/img/search.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: auto;
  position: absolute;
  cursor: pointer;
}











.search {
  position: relative;
}

.search .search-input {
  width: 300px;
}

.search .result-search {
  display: none;
}

.search .result-search {
  position: absolute;
  width: 100%;
  z-index: 5;
  display: none;
}

.search .result-search .preloader {
  width: 100%;
  display: none;
  background: #fff;
  border-top: none;
  border: 1px solid #eee;
}

.search .result-search .preloader .loader {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
}

.search .result-search .result-search-list {
  width: 100%;
  display: none;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border-top: none;
  border: 1px solid #eee;
}

.search .result-search .result-search-list .result_item {
  line-height: 15px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-top: 10px;
}

.search .result-search .result-search-list .result_item:first-child {
  margin-top: 0;
}

.search .result-search .result-search-list .result_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.search .result-search .result-search-list .result_item a {
  color: #7c83a0;
  margin-bottom: 5px;
  display: block;
}

.search .result-search .result-search-list .result_item span {
  height: 100%;
  float: left;
  min-height: 100px;
}

.search .result-search .result-search-list .result_item p {
  line-height: 13px;
  font-size: 13px;
  color: #7c83a0;
  font-style: italic;
  background-color: white;
}

.search .result-search .result-search-list .result_item img {
  width: 60px;
  float: left;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  margin: 0 5px 5px 0;
}



/* shop */

.container-shop-section_1 {
  padding-top: 26px;
  padding-bottom: 101px;
}

.container-shop-section_2 {
  padding-top: 84px;
  padding-bottom: 101px;
}

.nav-block-shop {
  margin-bottom: 43px;
}


/* slider */
.slide_shop_product {
  padding: 15px;
  border: 1px solid #E0E0E0;
  flex-direction: column;
  margin: 0 10px;
  display: flex !important;
  justify-content: space-between;
  min-height: 465px !important;
  transition: 0.5s;
}

.slide_shop_product.slick-current {
  box-shadow: 0px 0.719486px 5.75589px rgba(0, 0, 0, 0.2);
}

.slide_shop_product.slick-current .link {
  background-color: #F26522;
  color: #fff;
}

.slide_shop_product:hover {
  box-shadow: 0px 0.719486px 5.75589px rgba(0, 0, 0, 0.2);
}

.slide_shop_product:hover .link {
  background-color: #F26522;
  color: #fff;
}

.slide_shop_product .slider-shop__img {
  max-width: 236px;
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 40px;
}

.slide_shop_product .slider-shop__title {
  font-style: normal;
  font-weight: bold;
  font-size: 17.2677px;
  line-height: 20px;
  color: #231F20;
}

.slide_shop_product .info-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-shop__price {
  font-style: normal;
  font-weight: bold;
  font-size: 21.5846px;
  line-height: 25px;
  color: #231F20;
  margin-bottom: 25px;
}

.slide_shop_product .link {
  display: flex;
  margin: 0 auto;
  transition: 0.5s;
}


.prev-slide-slider {
  display: flex;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
}

.next-slide-slider {
  display: flex;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
  margin-left: 20px;
}

.next-slide-slider:hover,
.prev-slide-slider:hover {
  border: 1px solid #F26522;
}

.next-slide-slider:hover svg path,
.prev-slide-slider:hover svg path {
  fill: #F26522;
}

.prev-slide-slider_2 {
  display: flex !important;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
}

.next-slide-slider_2 {
  display: flex !important;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
  margin-left: 20px;
}

.next-slide-slider_2:hover,
.prev-slide-slider_2:hover {
  border: 1px solid #F26522;
}

.next-slide-slider_2:hover svg path,
.prev-slide-slider_2:hover svg path {
  fill: #F26522;
}

.prev-slide-slider_prod {
  display: flex !important;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
}

.next-slide-slider_prod {
  display: flex !important;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  border: 1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
  margin-left: 20px;
}

.next-slide-slider_prod:hover,
.prev-slide-slider_prod:hover {
  border: 1px solid #F26522;
}

.next-slide-slider_prod:hover svg path,
.prev-slide-slider_prod:hover svg path {
  fill: #F26522;
}




/* section-wrapper */
.section-wrapper {
  background: #E0E0E0;
}

.section-wrapper-container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.section-wrapper-container__img {
  flex-basis: 64%;
  max-width: 650px !important;
  width: 100%;
  object-fit: contain;
  height: 400px !important;
  margin-right: 30px;
}

.info-product {
  flex-basis: 40%;
}

.info-product .title-product {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #231F20;
}

.info-product .price {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 57px;
  color: #000000;
  margin-bottom: 20px;
}

.total_sales {
  background: #FFFFFF;
  border-radius: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #F26522;
  padding: 10px;
  max-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.info-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.woocommerce .info-product ul.products {
  height: 100%;
}

.info-main .link {
  display: flex;
  padding: 10px;
  font-size: 24px;
  line-height: 28px;
}

.title_slider-section {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #231F20;
}


/* product page */
.container-shop-section_prod {
  padding-top: 84px;
  padding-bottom: 101px;
  background: #66666633;
}

.container-shop-section_prod .slide_shop_product {
  background-color: #fff;
}

.container-product-page {
  padding-top: 20px;
  padding-bottom: 100px;
}

.button-back {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #F26522;
  transition: 0.5s;
  margin-bottom: 20px;
  display: block;
}

.button-back:hover {
  text-decoration: underline;
}

.top-info-product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 86px;
}

.top-info-product img {
  max-width: 570px;
  height: 520px;
  width: 100%;
  margin-right: 56px;
  object-fit: cover;
  /* Iryna_dev */
  max-width: 100%;
  /*  */
}

.main-info-prod .title-prod {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #231F20;
  margin-bottom: 40px;
}

.main-info-prod .description-prod {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #231F20;
}

/* Iryna_dev */
.main-info-prod .description-prod {
  text-align: initial;
}

/*  */
.main-info-prod .description-prod p {
  margin-bottom: 15px;
}

.main-info-prod .prod__price {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  color: #000000;
}

.main-info-prod {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 56px;
  width: 100%;
}

picture {
  width: 100%;
}

.bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-info .link {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 24px !important;
  line-height: 28px !important;
  background-color: #F26522 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  display: flex !important;
  width: 100%;
}

.bottom-info .link:hover {
  line-height: 28px !important;
  background: none !important;
  color: #F26522 !important;
  border: 1px solid #F26522 !important;
}

#formOrderOneClick .popup .close_order {
  color: #F26522 !important;
}

/* popup BuyOneClick */
.description.product_name {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  text-align: left;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.price_wrap label {
  display: none !important;
}

#formOrderOneClick [name="quantity_product"] {
  font-size: 24px;
  line-height: 28px;
  padding: 5px;
  outline: none;
  border: 1px solid #000;
}

#formOrderOneClick input[type="email"],
#buyoneclick_form_order input[type="tel"],
#buyoneclick_form_order input[type="text"],
#formOrderOneClick textarea {
  color: #000;
  background: rgb(102 102 102 / 20%);
  outline: none;
}

.description.product_src_img img {
  min-width: 210px;
  max-width: 210px;
  height: 175px;
  object-fit: cover;
}

#buyoneclick_form_order .table-wrap table .product_img {
  margin-right: 35px;
  display: inline-block;
}

#buyoneclick_form_order .table-wrap table th,
#buyoneclick_form_order .table-wrap table td,
#buyoneclick_form_order .table-wrap table tr,
#buyoneclick_form_order .table-wrap table {
  border: none !important;
}

.description.product_price {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  color: #231F20;
  width: 100%;
  display: inline-block;
  text-align: left;
}

#formOrderOneClick>.overlay {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}

#formOrderOneClick>.popup {
  top: 50% !important;
}

.price_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* slider gallery prod */
.gallery-product_imgs .gallery-product_imgs-mob {
  padding: 0 60px;
}

.gallery-product_imgs img,
.gallery-product_imgs-mob img {
  /* max-width: 182px; */
  height: 120px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

.slide_nav {
  margin: 0 10px;
}

.prev-slide-prod,
.prev-slide-prod-mob {
  background-image: url('/wp-content/themes/Teres/img/arrow.svg');
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  outline: none;
  cursor: pointer;
  z-index: 1;
  background-position: center;
  background-color: #66666633;
  filter: grayscale(1);
  border: 1px solid transparent;
  transition: 0.5s;
}

.next-slide-prod,
.next-slide-prod-mob {
  background-image: url('/wp-content/themes/Teres/img/arrow.svg');
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  cursor: pointer;
  z-index: 1;
  background-color: #66666633;
  filter: grayscale(1);
  border: 1px solid transparent;
  transition: 0.5s;
}

.next-slide-prod:hover,
.prev-slide-prod:hover,
.next-slide-prod-mob:hover,
.prev-slide-prod-mob:hover {
  border: 1px solid #F26522;
  background-color: #fff;
  filter: grayscale(0);
}

.gallery-wrap {
  position: relative;
  margin-bottom: 40px;
}

.gallery-wrap.mobile-gallery {
  display: none;
}

.characteristics .tab-characteristics:nth-child(odd) {
  background: #E0E0E0;
}

.tab-characteristics {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.tab-characteristics__name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
}

.tab-characteristics-list {
  flex-direction: column;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.tab-characteristics-list:nth-child(odd) {
  background: #E0E0E0;
}

.tab-characteristics-list .tab-characteristics__name {
  padding: 0 20px;
}

.char-row {
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

/* .char-row:nth-last-child(1){
  border-bottom: 1px solid transparent;
} */
.tab-char__name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  padding-left: 60px;
}

.tab-characteristics__value,
.tab-char__value {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  text-align: right;
  color: #000000;
}

.tab-nav {
  margin-bottom: 25px;
  display: flex;
}

.tab-nav .tab-link {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
  opacity: 0.8;
  padding-bottom: 5px;
  transition: 0.2s;
  cursor: pointer;
}

.tab-nav .tab-link:hover {
  color: #F26522;
  text-decoration: underline;
}

.tab-nav .tab-link.active-link {
  color: #F26522;
  text-decoration: underline;
}

.tab-nav .tab-link:nth-child(1) {
  margin-right: 50px;
}

.tab-block {
  display: none;
}

.tab-block.active {
  display: block;
}

.example-work img {
  width: 100%;
  max-width: 273px;
  height: 240px;
  object-fit: cover;
  margin: 0 5px 10px 5px;
  cursor: pointer;
}

.example-work.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.related.products {
  padding-top: 0;
}


/* page example work */
.container-expl-block {
  padding-top: 42px;
  padding-bottom: 100px;
}

.title-section-exmpl {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #231F20;
  margin-bottom: 22px;
}

.item_card {
  flex-basis: 23%;
  border: 1px solid #E0E0E0;
  padding: 15px 15px 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 30px;

}

.item_card:nth-child(4n + 4) {
  margin-right: 0px;

}

.item_card img {
  max-width: 236px;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  object-fit: cover;
}

.title-card {
  font-style: normal;
  font-weight: bold;
  font-size: 17.2677px;
  line-height: 20px;
  color: #231F20;
  margin-bottom: 20px;

}

.cards-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.item_card .link {
  margin: 20px auto 0 auto;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #231F20;
  transition: 0.5s;
}

.item_card .link:hover {
  color: #fff;
}

.item_card:hover {
  box-shadow: 0px 0.719486px 5.75589px rgba(0, 0, 0, 0.2);
}

.item_card:hover .link {
  color: #fff;
  background-color: #F26522;
  border: 1px solid transparent;
}

.container-expl-block .link.all {
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
  max-width: 360px;
}

.cards-items.all {
  display: none;
}

.cards-items.active-block {
  display: flex !important;
}

.container-shop-section_2_exmpl {
  background: #66666633;
}

.container-shop-section_2_exmpl .slide_shop_product {
  background: #fff;
}






/* post-type example work */
.container-exmpl-post-type {
  padding-top: 40px;
  padding-bottom: 100px;
}

.back-exmpl {
  margin-bottom: 40px;
}


.post-type-info img {
  max-width: 564px;
  width: 100%;
  height: 500px;
  object-fit: cover;
  cursor: pointer;
}

.post-type-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-type-info .text-wrap {
  margin-left: 50px;
}

.post-type-info .text-wrap .title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #231F20;
  margin-bottom: 25px;
}

.post-type-info .text-wrap .main-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  letter-spacing: 0.03em;
  color: #000000;
}



.container-exmpl-post-type .gallery .row {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;

}

.container-exmpl-post-type .gallery .row:nth-last-child(1) {
  margin-bottom: 0px;
}

.container-exmpl-post-type .gallery img {
  max-width: 273px;
  width: 100%;
  height: 240px;
  object-fit: cover;

  margin-bottom: 36px;
  flex-basis: 24%;
}

.container-exmpl-post-type .gallery {

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container-exmpl-post-type .link {
  margin: 0 auto;
  transition: 0.5s;
  max-width: 370px;
  cursor: pointer;
  padding: 15px 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;

}

.container-post-type-exmpl {
  background-color: #66666633;
}

.container-post-type-exmpl .item_card {
  background-color: #fff;
  margin: 0 10px;
  min-height: 375px !important;
  display: flex !important;
}

.slider-mobile .slider-exmpl_post {
  display: none;
}

.container-post-type {
  padding-top: 82px;
  padding-bottom: 146px;
}



.popup-content {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  display: none;
}

.close {
  position: absolute;
  right: 0;
  top: 5px;
  width: 28px;
  height: 28px;
  opacity: 1;
  cursor: pointer;
}

.close:hover {
  opacity: 0.3;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #000;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.popup-form {
  padding: 35px 40px 25px 40px;
  max-width: 460px;
  width: 100%;
  background: #fff;
  color: #000;
  margin: 0 auto;
  margin-top: 140px;
}

.popup-form form {
  color: #000;
  position: relative;
  outline: none;
}

.popup-form .main-title {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 41px;
  color: #231F20;
  margin-bottom: 44px;
}

.popup-form input {
  background: #66666633;
  height: 45px;
  width: 100%;
  margin: 7px 0 30px 0;
  border: none;
  font-size: 16px;
}

.popup-form label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #000000;

}

.popup-form [type="submit"] {
  background: #F26522 !important;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 270px;
  width: 100%;
  padding: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  height: 100%;
  border: 1px solid transparent;
  transition: 0.5s;
}

.popup-form [type="submit"]:hover {
  color: #F26522;
  background: none !important;
  border: 1px solid #F26522;
}

.blog-posts .link-post {
  display: none;
}

.blog-posts .link-post.active-post {
  display: block;
}







/* formOrderOneClick */
#formOrderOneClick>.popup {
  padding: 40px !important;
  max-width: 820px !important;
}

#buyoneclick_form_order h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 41px;
  color: #231F20;
  margin-bottom: 25px;
}

.button.alt.buyButtonOkForm.ld-ext-left {
  background: #F26522 !important;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: 0.5s;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-left: 0 !important;
  margin-top: 30px !important;
}

#buyoneclick_form_order .form-message-result {
  color: #F26522 !important;
}

.button.alt.buyButtonOkForm.ld-ext-left:hover {
  color: #F26522;
  background: none !important;
  border: 1px solid #F26522;
}

#formOrderOneClick input[type="email"],
#buyoneclick_form_order input[type="tel"],
#buyoneclick_form_order input[type="text"] {
  background: #66666633;
  padding: 15px;
  border: none;
  padding: 20px 15px !important;
}

#formOrderOneClick textarea {
  background: #66666633 !important;
  border: none !important;
  height: 100px !important;
}

#buyoneclick_form_order label {
  display: none;
  flex-direction: column;
  width: 49.7% !important;
}

#buyoneclick_form_order input[type="text"]::placeholder,
#buyoneclick_form_order input[type="tel"]::placeholder,
#buyoneclick_form_order input[type="email"]::placeholder {
  color: #66666633;
  /* opacity: 0; */
}

.form-text textarea::placeholder {
  color: #66666633;
  /* opacity: 0; */
}

.form-item {
  display: flex;
  justify-content: space-between;
}

.calc_btn {
  width: 36px;
  height: 36px;
  border: 1px solid #666666;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

#inputAmountPrice {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #231F20;
}

#formOrderOneClick [name="quantity_product"] {
  height: 36px;
  width: 56px;
  text-align: center;
}

.clickBuyButtonCustom {
  background-color: #F26522 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 24px !important;
  line-height: 28px !important;
  display: flex !important;
  width: 100%;
  max-width: 340px;
  text-align: center;
  justify-content: center;
}

.clickBuyButtonCustom:hover {
  background: none !important;
  color: #F26522 !important;
  border: 1px solid #F26522 !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #F26522 !important;
  color: #fff;
  border: 1px solid transparent;
  text-align: center;
  max-width: 350px;
  padding: 15px;
  width: 100% !important;
  min-width: 220px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #fff0 !important;
  color: #F26522;
  border: 1px solid #F26522;
  -webkit-font-smoothing: antialiased;

}

#formOrderOneClick textarea::placeholder {
  /* opacity: 0; */
  color: #66666633;
}

.top_table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.top_table_row {
  flex-basis: 48%;
}


.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--fancybox-accent-color, #F26522) !important;
}

.awooc-custom-order.button.alt.awooc-custom-order-button {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 24px !important;
  line-height: 28px !important;
  background-color: #F26522 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  display: flex !important;
  width: 100%;
  justify-content: center;
  max-width: 215px;
  transition: 0.5s;
  cursor: pointer;
}

.awooc-custom-order.button.alt.awooc-custom-order-button:hover {
  line-height: 28px !important;
  background: none !important;
  color: #F26522 !important;
  border: 1px solid #F26522 !important;
}

.add_to_cart_button {
  display: none;
}

#awooc-form-custom-order {
  position: fixed;
  top: 300px;
}

.description-prod a:hover {
  color: #F26522 !important;
  text-decoration: underline;
}

.post-content .content a:hover {
  color: #F26522 !important;
  text-decoration: underline;
}



.slider_block-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_block {
  max-height: 263px;
  cursor: pointer;
  max-width: calc(100% + 28px);
  /* padding: 0 30px; */
}

.slider_block .slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 263px;
}

.slide_mg {
  margin: 0 14px;
}

.prev-slide_img {
  display: flex !important;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  /* border: 1px solid #fff; */
  transition: 0.5s;
  cursor: pointer;
}

.next-slide_img {
  display: flex !important;
  width: 50px;
  height: 43px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  /* border: 1px solid #fff; */
  transition: 0.5s;
  cursor: pointer;
  margin-left: 20px;
}

.next-slide_img:hover svg path,
.prev-slide_img:hover svg path {
  fill: #F26522;
}

.mettevo {
  font-style: normal;
  font-weight: 300;
  font-size: 10.9003px;
  line-height: 13px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-top: 7px;
}

/* .next-slide_img:hover, .prev-slide_img:hover {
  border: 1px solid #F26522;
} */

/* Iryna_dev */

.hero-blog {
  background-image: none !important;
  height: auto;
}

.hero-container {
  display: flex;
  justify-content: space-between;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.main-info {
  position: static;
  flex: 0 0 50%;
  max-width: 100%;
}

.main-info .title-post {
  margin-bottom: 40px;
}

.hero-container img {
  display: block;
  max-height: inherit;
  height: 100%;
}

.main-info-prod .description-prod h2 {
  font-size: 24px;
}

/* Iryna_dev */
.product-template-default {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='818' viewBox='0 0 1440 818' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1563.54 297.004L1563.2 297.138L1564.47 296.545L1564.61 296.486L1563.54 297.004ZM1540.3 307.047L1539.9 307.196L1541.34 306.544L1541.51 306.477L1540.3 307.047ZM1551.43 302.886L1549.04 303.778L1552.61 302.096L1554.87 301.212L1551.43 302.89V302.886ZM1517.35 316.641L1516.84 316.822L1518.24 316.205L1518.58 316.075L1517.35 316.637L1517.35 316.641ZM1528.35 312.689C1527.52 312.983 1526.68 313.29 1525.85 313.584L1529.47 311.938L1531.84 311.038L1528.35 312.685V312.689ZM1539.31 308.795C1538.06 309.239 1536.79 309.691 1535.53 310.139C1537.21 309.345 1538.9 308.544 1540.58 307.754C1541.83 307.286 1543.08 306.815 1544.33 306.347L1539.31 308.795ZM1494.4 325.898L1493.82 326.098L1495.36 325.446L1495.74 325.308L1494.4 325.898H1494.4ZM1505.38 322.126L1502.85 322.994L1506.47 321.391L1508.89 320.515L1505.38 322.126ZM1516.28 318.413C1515.02 318.841 1513.76 319.266 1512.49 319.694L1517.61 317.352C1518.85 316.904 1520.08 316.468 1521.31 316.024L1516.28 318.413ZM1527.12 314.759C1525.57 315.278 1524.02 315.796 1522.46 316.319L1528.63 313.396C1530.19 312.842 1531.73 312.296 1533.28 311.742C1531.23 312.748 1529.18 313.749 1527.11 314.759H1527.12ZM1471.67 334.734L1470.99 334.958L1472.55 334.317L1473.07 334.133L1471.67 334.734ZM1482.56 331.155L1479.99 331.995L1483.64 330.44L1486.15 329.563L1482.56 331.159V331.155ZM1493.42 327.626C1492.13 328.043 1490.84 328.463 1489.55 328.884L1494.63 326.632C1495.91 326.188 1497.2 325.741 1498.48 325.301L1493.42 327.626H1493.42ZM1504.2 324.153C1502.62 324.66 1501.03 325.175 1499.45 325.686L1505.61 322.853C1507.18 322.315 1508.76 321.768 1510.33 321.234C1508.29 322.205 1506.25 323.179 1504.2 324.153ZM1514.91 320.747C1513.12 321.317 1511.32 321.89 1509.52 322.464C1511.85 321.352 1514.18 320.244 1516.52 319.14C1518.32 318.527 1520.13 317.914 1521.93 317.309L1514.91 320.751V320.747ZM1449.05 343.177L1448.28 343.417L1449.89 342.78L1450.48 342.584L1449.04 343.177H1449.05ZM1459.87 339.798L1457.21 340.627L1460.88 339.115L1463.43 338.266L1459.87 339.802V339.798ZM1470.63 336.471L1466.75 337.669L1471.87 335.473L1475.69 334.215L1470.63 336.471ZM1481.34 333.194C1479.76 333.673 1478.19 334.152 1476.6 334.636L1482.78 331.889C1484.35 331.375 1485.93 330.864 1487.51 330.349C1485.45 331.296 1483.4 332.239 1481.34 333.194ZM1492.02 329.964C1490.23 330.503 1488.45 331.033 1486.66 331.575L1493.63 328.357C1495.43 327.776 1497.21 327.206 1499 326.632L1492.02 329.964ZM1502.62 326.794C1500.67 327.371 1498.72 327.953 1496.76 328.538C1499.32 327.312 1501.88 326.098 1504.44 324.88C1506.4 324.252 1508.35 323.639 1510.3 323.018L1502.63 326.794H1502.62ZM1426.55 351.228L1425.69 351.483L1427.42 350.823L1428.11 350.603L1426.55 351.224V351.228ZM1437.31 348.041L1434.63 348.831L1438.39 347.342L1440.98 346.525L1437.31 348.045V348.041ZM1448.01 344.906C1446.72 345.283 1445.42 345.66 1444.12 346.041L1449.25 343.92L1453.13 342.706L1448.02 344.91L1448.01 344.906ZM1458.68 341.81C1457.09 342.266 1455.5 342.729 1453.9 343.189L1460.07 340.533C1461.66 340.038 1463.25 339.547 1464.83 339.056C1462.79 339.967 1460.73 340.891 1458.68 341.806L1458.68 341.81ZM1469.28 338.773C1467.48 339.288 1465.66 339.806 1463.85 340.325C1466.19 339.28 1468.52 338.242 1470.85 337.201C1472.66 336.643 1474.48 336.086 1476.28 335.531L1469.28 338.769V338.773ZM1479.83 335.787C1477.87 336.337 1475.9 336.899 1473.93 337.457C1476.48 336.278 1479.03 335.095 1481.56 333.925C1483.54 333.323 1485.53 332.714 1487.5 332.121L1479.83 335.787H1479.83ZM1490.33 332.86C1488.24 333.437 1486.14 334.027 1484.04 334.616C1486.78 333.304 1489.51 331.999 1492.25 330.695C1494.35 330.062 1496.46 329.426 1498.55 328.801C1495.82 330.149 1493.07 331.504 1490.33 332.86ZM1404.26 358.842L1403.35 359.097L1405.08 358.469L1405.83 358.241L1404.26 358.842ZM1414.93 355.864C1414 356.119 1413.07 356.382 1412.14 356.642L1415.89 355.212L1418.58 354.406L1414.92 355.868L1414.93 355.864ZM1425.56 352.925C1424.24 353.29 1422.91 353.656 1421.59 354.025L1426.73 351.974L1430.66 350.807L1425.57 352.925H1425.56ZM1436.13 350.037C1434.53 350.469 1432.93 350.909 1431.33 351.349L1437.51 348.784C1439.11 348.312 1440.71 347.841 1442.31 347.373C1440.25 348.261 1438.2 349.149 1436.13 350.041L1436.13 350.037ZM1446.67 347.193C1444.86 347.676 1443.06 348.163 1441.25 348.65L1448.21 345.641C1450.03 345.11 1451.84 344.584 1453.65 344.061L1446.66 347.193H1446.67ZM1457.15 344.403C1455.18 344.922 1453.22 345.44 1451.25 345.967C1453.81 344.823 1456.34 343.688 1458.89 342.549C1460.86 341.979 1462.82 341.417 1464.79 340.855L1457.15 344.403ZM1467.56 341.665C1465.49 342.207 1463.42 342.741 1461.34 343.291C1464.06 342.026 1466.78 340.765 1469.5 339.508C1471.6 338.91 1473.69 338.321 1475.78 337.728C1473.04 339.04 1470.3 340.348 1467.56 341.665ZM1477.93 338.981C1475.76 339.539 1473.59 340.093 1471.41 340.659L1480.06 336.518C1482.25 335.901 1484.43 335.296 1486.62 334.687L1477.93 338.981ZM1382.02 366.075L1381.03 366.338L1382.88 365.694L1383.7 365.462L1382.02 366.075ZM1392.65 363.29L1389.86 364.016L1393.7 362.614L1396.39 361.855L1392.65 363.29ZM1403.2 360.555C1401.87 360.897 1400.55 361.235 1399.23 361.58L1404.42 359.592C1405.73 359.223 1407.04 358.862 1408.35 358.496L1403.2 360.555ZM1413.73 357.856C1412.13 358.26 1410.54 358.665 1408.94 359.074L1415.11 356.602C1416.71 356.159 1418.3 355.722 1419.89 355.282L1413.73 357.856ZM1424.19 355.208C1422.39 355.66 1420.58 356.115 1418.77 356.571C1421.11 355.597 1423.43 354.63 1425.76 353.664C1427.57 353.165 1429.37 352.674 1431.18 352.182L1424.19 355.208H1424.19ZM1434.61 352.607C1432.65 353.09 1430.69 353.577 1428.72 354.068L1436.33 350.772C1438.3 350.234 1440.28 349.703 1442.25 349.169L1434.61 352.603V352.607ZM1444.97 350.057C1442.89 350.564 1440.8 351.078 1438.71 351.593C1441.44 350.367 1444.16 349.149 1446.87 347.931C1448.97 347.369 1451.06 346.808 1453.16 346.254C1450.44 347.519 1447.7 348.788 1444.97 350.057ZM1455.28 347.562C1453.1 348.084 1450.92 348.611 1448.74 349.141L1457.36 345.138C1459.56 344.556 1461.75 343.979 1463.94 343.405L1455.27 347.566L1455.28 347.562ZM1465.54 345.118C1463.28 345.649 1461.02 346.187 1458.76 346.729L1467.78 342.399C1470.07 341.806 1472.34 341.213 1474.61 340.627L1465.54 345.122V345.118ZM1360.01 372.864L1358.97 373.12L1360.85 372.499L1361.76 372.255L1360.01 372.868V372.864ZM1370.54 370.287L1367.72 370.971L1371.54 369.639C1372.47 369.395 1373.39 369.144 1374.31 368.9L1370.54 370.287H1370.54ZM1381.06 367.745C1379.73 368.067 1378.38 368.389 1377.04 368.715L1382.21 366.818C1383.55 366.468 1384.89 366.111 1386.21 365.761L1381.06 367.745ZM1391.5 365.254C1389.88 365.639 1388.26 366.028 1386.64 366.413L1392.82 364.04C1394.44 363.616 1396.07 363.191 1397.68 362.771L1391.49 365.254H1391.5ZM1401.9 362.798C1400.09 363.223 1398.26 363.659 1396.44 364.087L1403.38 361.301C1405.21 360.83 1407.04 360.355 1408.87 359.887L1401.9 362.802L1401.9 362.798ZM1412.25 360.398C1410.28 360.854 1408.3 361.313 1406.32 361.773C1408.86 360.712 1411.39 359.655 1413.92 358.598C1415.9 358.092 1417.89 357.585 1419.86 357.086L1412.25 360.394V360.398ZM1422.52 358.044C1420.45 358.516 1418.36 358.995 1416.27 359.475L1424.39 355.95C1426.49 355.42 1428.6 354.889 1430.7 354.367L1422.52 358.044ZM1432.77 355.742C1430.59 356.229 1428.41 356.72 1426.23 357.211L1434.81 353.349C1437.01 352.803 1439.21 352.257 1441.4 351.719L1432.77 355.738L1432.77 355.742ZM1442.95 353.491C1440.7 353.982 1438.45 354.477 1436.2 354.98C1439.2 353.581 1442.19 352.19 1445.18 350.799C1447.46 350.245 1449.73 349.691 1451.99 349.145L1442.95 353.495V353.491ZM1453.07 351.294C1450.77 351.789 1448.46 352.285 1446.15 352.787L1455.49 348.297C1457.83 347.735 1460.16 347.177 1462.49 346.623L1453.07 351.291V351.294ZM1338.15 379.229L1337 379.492L1338.94 378.88L1339.93 378.636L1338.15 379.229ZM1348.61 376.864L1345.72 377.516L1349.59 376.231L1352.39 375.536L1348.61 376.864ZM1359.01 374.534L1354.98 375.434L1360.19 373.611L1364.17 372.633L1359.01 374.534ZM1369.4 372.24C1367.78 372.593 1366.17 372.947 1364.55 373.304L1370.73 371.03C1372.34 370.637 1373.95 370.248 1375.55 369.859L1369.4 372.236V372.24ZM1379.72 369.996C1377.9 370.389 1376.09 370.782 1374.27 371.179C1376.59 370.283 1378.91 369.391 1381.22 368.499C1383.05 368.063 1384.86 367.631 1386.67 367.195L1379.72 369.996ZM1389.99 367.792C1388.03 368.209 1386.07 368.625 1384.11 369.045L1391.67 366.001C1393.65 365.533 1395.62 365.069 1397.58 364.606L1389.98 367.788L1389.99 367.792ZM1400.21 365.631C1398.14 366.063 1396.06 366.496 1393.98 366.94L1402.08 363.549C1404.18 363.058 1406.26 362.578 1408.34 362.095C1405.64 363.27 1402.92 364.453 1400.21 365.635V365.631ZM1410.38 363.521C1408.22 363.965 1406.05 364.409 1403.87 364.865L1412.43 361.144C1414.62 360.641 1416.8 360.142 1418.98 359.647L1410.38 363.525L1410.38 363.521ZM1420.5 361.459C1418.26 361.91 1416.02 362.362 1413.77 362.822C1416.76 361.474 1419.74 360.127 1422.72 358.787C1424.99 358.272 1427.25 357.765 1429.51 357.259L1420.5 361.459ZM1430.57 359.455C1428.27 359.907 1425.97 360.362 1423.66 360.826L1432.97 356.485C1435.3 355.966 1437.62 355.455 1439.93 354.944L1430.57 359.455ZM1440.57 357.502C1438.23 357.954 1435.88 358.41 1433.52 358.873L1443.15 354.233C1445.53 353.715 1447.9 353.2 1450.27 352.689L1440.57 357.502ZM1316.44 385.166L1315.23 385.417L1317.27 384.812L1318.34 384.561L1316.44 385.162V385.166ZM1326.81 383.013L1323.9 383.614L1327.81 382.38L1330.66 381.728L1326.82 383.013H1326.81ZM1337.16 380.887C1335.81 381.162 1334.47 381.433 1333.13 381.708L1338.31 379.98L1342.34 379.068L1337.16 380.891V380.887ZM1347.45 378.805C1345.84 379.127 1344.22 379.453 1342.61 379.779L1348.78 377.611C1350.4 377.245 1352.02 376.884 1353.63 376.522L1347.45 378.805H1347.45ZM1357.71 376.758C1355.9 377.116 1354.09 377.477 1352.27 377.838C1354.57 376.986 1356.88 376.129 1359.19 375.281C1361.01 374.876 1362.84 374.471 1364.66 374.067L1357.71 376.754V376.758ZM1367.91 374.754C1365.94 375.135 1363.98 375.524 1362 375.909L1369.56 372.99C1371.54 372.558 1373.52 372.126 1375.48 371.694L1367.91 374.75V374.754ZM1378.06 372.794C1375.98 373.19 1373.9 373.591 1371.82 373.996L1379.89 370.743C1381.99 370.287 1384.08 369.835 1386.17 369.387L1378.06 372.794ZM1388.17 370.88C1386 371.285 1383.82 371.697 1381.65 372.114L1390.17 368.539C1392.36 368.071 1394.55 367.607 1396.74 367.148L1388.17 370.88ZM1398.22 369.014C1395.98 369.427 1393.73 369.843 1391.48 370.263L1400.4 366.378C1402.66 365.902 1404.93 365.431 1407.18 364.963L1398.22 369.014ZM1408.21 367.199C1405.92 367.611 1403.61 368.032 1401.3 368.452L1410.57 364.268C1412.9 363.789 1415.22 363.313 1417.54 362.842L1408.21 367.199H1408.21ZM1418.16 365.435C1415.82 365.843 1413.46 366.264 1411.11 366.684L1420.69 362.209C1423.07 361.73 1425.44 361.254 1427.81 360.783L1418.16 365.435ZM1428.05 363.722C1425.67 364.126 1423.28 364.543 1420.88 364.959L1430.77 360.197C1433.18 359.722 1435.6 359.247 1438 358.779L1428.05 363.722ZM1294.91 390.667L1293.62 390.914L1295.69 390.336L1296.82 390.097L1294.91 390.667ZM1305.22 388.718C1304.23 388.902 1303.23 389.095 1302.23 389.284L1306.16 388.113L1309.08 387.496L1305.22 388.718ZM1315.47 386.808C1314.11 387.06 1312.73 387.319 1311.36 387.574L1316.59 385.92C1317.95 385.637 1319.3 385.354 1320.66 385.072L1315.47 386.808ZM1325.69 384.934C1324.07 385.229 1322.43 385.531 1320.8 385.83L1326.97 383.763C1328.6 383.425 1330.23 383.091 1331.85 382.758L1325.69 384.93V384.934ZM1335.86 383.095C1334.04 383.422 1332.21 383.752 1330.39 384.082L1337.33 381.638C1339.15 381.264 1340.98 380.891 1342.79 380.526L1335.86 383.095ZM1345.99 381.296C1344.03 381.642 1342.06 381.991 1340.09 382.345L1347.62 379.559C1349.6 379.163 1351.58 378.762 1353.56 378.369L1345.99 381.3L1345.99 381.296ZM1356.07 379.536C1353.99 379.893 1351.91 380.259 1349.82 380.624L1357.87 377.508C1359.96 377.092 1362.06 376.679 1364.15 376.267L1356.06 379.532L1356.07 379.536ZM1366.09 377.823C1363.93 378.188 1361.76 378.561 1359.59 378.935L1368.08 375.509C1370.27 375.084 1372.45 374.656 1374.64 374.236L1366.1 377.827L1366.09 377.823ZM1376.08 376.153C1373.84 376.522 1371.6 376.895 1369.36 377.273L1378.23 373.544C1380.5 373.112 1382.76 372.68 1385.02 372.252L1376.08 376.153ZM1386 374.534C1383.71 374.904 1381.41 375.277 1379.11 375.654L1388.34 371.631C1390.66 371.195 1392.98 370.762 1395.29 370.334L1386 374.534H1386ZM1395.88 372.963C1393.54 373.328 1391.2 373.701 1388.85 374.074L1398.4 369.76C1400.77 369.324 1403.14 368.892 1405.5 368.464L1395.88 372.959L1395.88 372.963ZM1405.7 371.442C1403.33 371.804 1400.95 372.169 1398.57 372.542L1408.4 367.945C1410.81 367.513 1413.21 367.085 1415.61 366.661L1405.7 371.442ZM1415.48 369.977C1413.07 370.33 1410.66 370.692 1408.25 371.053L1418.35 366.177C1420.8 365.749 1423.23 365.325 1425.66 364.908L1415.47 369.973L1415.48 369.977ZM1273.54 395.727L1272.19 395.959L1274.37 395.393L1275.58 395.161L1273.55 395.731L1273.54 395.727ZM1283.75 394.002L1280.74 394.509L1284.75 393.389L1287.67 392.831L1283.75 394.002ZM1293.93 392.301L1289.82 392.981L1295.08 391.413C1296.43 391.154 1297.78 390.902 1299.14 390.647L1293.93 392.301ZM1304.07 390.639C1302.44 390.902 1300.82 391.165 1299.2 391.433L1305.39 389.468C1307.01 389.166 1308.63 388.867 1310.24 388.564L1304.06 390.639H1304.07ZM1314.16 389.008C1312.35 389.299 1310.54 389.586 1308.73 389.881L1315.64 387.563C1317.46 387.225 1319.27 386.895 1321.09 386.561L1314.16 389.008ZM1324.21 387.413C1322.25 387.72 1320.31 388.022 1318.34 388.337L1325.86 385.681C1327.83 385.323 1329.79 384.969 1331.75 384.616L1324.21 387.413ZM1334.21 385.861C1332.15 386.18 1330.09 386.494 1328.02 386.816L1336.04 383.842C1338.12 383.469 1340.2 383.103 1342.28 382.734L1334.21 385.861ZM1344.17 384.349C1342.01 384.671 1339.86 384.997 1337.69 385.327L1346.15 382.046C1348.33 381.661 1350.5 381.284 1352.68 380.907L1344.17 384.349ZM1354.08 382.879C1351.85 383.205 1349.63 383.531 1347.39 383.865L1356.24 380.29C1358.49 379.901 1360.73 379.52 1362.98 379.139L1354.08 382.883V382.879ZM1363.94 381.453C1361.65 381.779 1359.37 382.105 1357.08 382.435L1366.27 378.569C1368.59 378.176 1370.89 377.795 1373.19 377.41L1363.94 381.449L1363.94 381.453ZM1373.75 380.078C1371.42 380.4 1369.09 380.722 1366.75 381.052L1376.26 376.903C1378.62 376.514 1380.97 376.129 1383.31 375.748L1373.75 380.078ZM1383.5 378.75C1381.14 379.068 1378.77 379.383 1376.4 379.709L1386.19 375.281C1388.59 374.896 1390.98 374.515 1393.36 374.137L1383.5 378.75ZM1393.2 377.477C1390.81 377.787 1388.42 378.098 1386.01 378.416L1396.07 373.709C1398.5 373.328 1400.92 372.955 1403.34 372.585L1393.2 377.477H1393.2ZM1402.86 376.255C1400.44 376.554 1398.02 376.856 1395.58 377.167L1405.9 372.189C1408.35 371.815 1410.8 371.45 1413.24 371.085L1402.85 376.251L1402.86 376.255ZM1252.36 400.34L1250.94 400.552L1253.14 400.021L1254.44 399.793L1252.36 400.336V400.34ZM1262.49 398.827L1259.45 399.275L1263.43 398.234L1266.44 397.715L1262.49 398.827ZM1272.58 397.35L1268.46 397.951L1273.7 396.481C1275.07 396.25 1276.45 396.014 1277.81 395.778L1272.58 397.346V397.35ZM1282.64 395.896L1277.75 396.599L1283.91 394.753C1285.54 394.478 1287.18 394.203 1288.81 393.931L1282.64 395.896H1282.64ZM1292.65 394.478C1290.83 394.733 1289.02 394.988 1287.2 395.248L1294.09 393.055C1295.92 392.753 1297.74 392.45 1299.56 392.152L1292.65 394.478ZM1302.61 393.095C1300.66 393.362 1298.7 393.633 1296.74 393.904L1304.22 391.389C1306.2 391.067 1308.17 390.749 1310.14 390.431L1302.61 393.095ZM1312.54 391.747C1310.48 392.022 1308.41 392.301 1306.34 392.584L1314.32 389.759C1316.41 389.425 1318.49 389.095 1320.56 388.765L1312.54 391.747ZM1322.42 390.439C1320.27 390.718 1318.12 391.004 1315.96 391.291L1324.37 388.168C1326.55 387.826 1328.72 387.488 1330.89 387.15L1322.42 390.439H1322.42ZM1332.26 389.169C1330.04 389.452 1327.81 389.739 1325.58 390.026L1334.37 386.612C1336.62 386.266 1338.87 385.924 1341.11 385.582L1332.26 389.169ZM1342.04 387.948C1339.77 388.227 1337.48 388.513 1335.2 388.8L1344.33 385.099C1346.65 384.753 1348.95 384.408 1351.25 384.07L1342.04 387.944V387.948ZM1351.78 386.769C1349.46 387.044 1347.13 387.327 1344.8 387.61L1354.25 383.63C1356.6 383.284 1358.95 382.942 1361.3 382.608L1351.78 386.769H1351.78ZM1361.47 385.637C1359.11 385.909 1356.75 386.184 1354.38 386.462L1364.11 382.207C1366.51 381.866 1368.89 381.528 1371.28 381.198L1361.47 385.637ZM1371.1 384.553C1368.71 384.816 1366.32 385.083 1363.92 385.355L1373.92 380.828C1376.35 380.494 1378.77 380.164 1381.18 379.838L1371.1 384.553ZM1380.68 383.524C1378.27 383.775 1375.86 384.034 1373.43 384.298L1383.68 379.5C1386.13 379.174 1388.57 378.852 1391.01 378.534L1380.68 383.524H1380.68ZM1390.21 382.545C1387.78 382.789 1385.35 383.036 1382.91 383.292L1393.39 378.227C1395.86 377.909 1398.32 377.595 1400.78 377.288L1393.4 380.958L1390.21 382.545ZM1231.36 404.5L1229.86 404.697L1232.11 404.198L1233.48 403.99L1231.36 404.504V404.5ZM1241.4 403.212L1238.29 403.608L1242.32 402.634L1245.35 402.174L1241.4 403.212ZM1251.42 401.946C1250.03 402.119 1248.64 402.296 1247.25 402.473L1252.49 401.102L1256.62 400.485L1251.42 401.95V401.946ZM1261.38 400.713C1259.74 400.913 1258.11 401.117 1256.47 401.322L1262.63 399.589L1267.53 398.866L1261.38 400.713ZM1271.31 399.507C1269.5 399.723 1267.67 399.947 1265.85 400.171L1272.71 398.108C1274.55 397.841 1276.37 397.577 1278.19 397.314L1271.31 399.507ZM1281.2 398.332C1279.25 398.56 1277.28 398.795 1275.32 399.027L1282.78 396.65C1284.75 396.367 1286.72 396.088 1288.68 395.809L1281.2 398.328L1281.2 398.332ZM1291.04 397.192C1288.98 397.428 1286.91 397.668 1284.84 397.908L1292.79 395.232C1294.87 394.941 1296.95 394.646 1299.03 394.36L1291.04 397.189L1291.04 397.192ZM1300.85 396.092C1298.7 396.328 1296.54 396.576 1294.39 396.815L1302.76 393.849C1304.93 393.55 1307.1 393.252 1309.27 392.961L1300.84 396.092H1300.85ZM1310.6 395.032C1308.39 395.267 1306.17 395.511 1303.94 395.754L1312.69 392.501C1314.93 392.199 1317.18 391.9 1319.41 391.605L1310.6 395.028L1310.6 395.032ZM1320.31 394.01C1318.04 394.246 1315.76 394.485 1313.48 394.729L1322.57 391.197C1324.87 390.894 1327.18 390.592 1329.47 390.301L1320.31 394.01ZM1329.97 393.032C1327.66 393.263 1325.33 393.499 1323.01 393.735L1332.41 389.928C1334.76 389.629 1337.11 389.331 1339.44 389.04L1329.97 393.028V393.032ZM1339.59 392.097C1337.24 392.32 1334.88 392.548 1332.52 392.78L1342.2 388.702C1344.59 388.407 1346.97 388.117 1349.35 387.83L1339.59 392.093L1339.59 392.097ZM1349.15 391.209C1346.77 391.425 1344.39 391.645 1341.99 391.869L1351.94 387.519C1354.35 387.233 1356.77 386.946 1359.17 386.667L1350.61 390.545L1349.15 391.205L1349.15 391.209ZM1358.66 390.372C1356.26 390.576 1353.85 390.792 1351.44 391.004L1361.63 386.392C1364.07 386.113 1366.51 385.834 1368.94 385.567L1364.86 387.472L1358.66 390.372ZM1368.12 389.586C1365.7 389.782 1363.28 389.983 1360.84 390.187L1365.12 388.183L1371.27 385.307C1373.73 385.036 1376.18 384.769 1378.63 384.51L1368.12 389.582V389.586ZM1377.53 388.851C1375.1 389.036 1372.65 389.225 1370.21 389.421L1379.4 384.981L1380.85 384.278C1383.33 384.019 1385.8 383.759 1388.26 383.512L1377.53 388.851H1377.53ZM1210.51 408.217L1208.93 408.39L1211.25 407.922L1212.72 407.726L1210.51 408.217ZM1220.47 407.148L1217.34 407.482L1221.39 406.583L1224.46 406.182L1220.47 407.152V407.148ZM1230.39 406.107L1226.22 406.543L1231.48 405.266L1235.62 404.732L1230.39 406.107H1230.39ZM1240.28 405.086C1238.65 405.251 1237.02 405.416 1235.38 405.585L1241.52 403.974C1243.16 403.766 1244.79 403.561 1246.42 403.353L1240.28 405.086ZM1250.12 404.1C1248.31 404.28 1246.5 404.457 1244.69 404.642L1251.54 402.713C1253.36 402.485 1255.17 402.261 1256.99 402.037L1250.12 404.103V404.1ZM1259.93 403.137C1257.98 403.326 1256.04 403.51 1254.08 403.703L1261.5 401.471C1263.47 401.231 1265.43 400.996 1267.38 400.756L1259.93 403.137ZM1269.69 402.214C1267.64 402.406 1265.59 402.599 1263.53 402.791L1271.45 400.269C1273.52 400.021 1275.58 399.778 1277.64 399.534L1269.69 402.214ZM1279.41 401.322C1277.28 401.514 1275.14 401.707 1273 401.903L1281.33 399.094C1283.5 398.843 1285.64 398.595 1287.8 398.348L1279.41 401.322ZM1289.09 400.465C1286.89 400.654 1284.69 400.85 1282.48 401.047L1291.19 397.959C1293.42 397.703 1295.64 397.456 1297.86 397.208L1289.1 400.469L1289.09 400.465ZM1298.73 399.644C1296.47 399.833 1294.21 400.021 1291.94 400.214L1300.99 396.851C1303.28 396.599 1305.56 396.352 1307.83 396.104L1298.73 399.644ZM1308.32 398.87C1306.02 399.051 1303.71 399.239 1301.39 399.428L1310.74 395.794C1313.08 395.542 1315.41 395.299 1317.73 395.055L1308.32 398.87ZM1317.87 398.135C1315.52 398.312 1313.18 398.493 1310.83 398.674L1320.46 394.772C1322.83 394.529 1325.2 394.285 1327.57 394.049L1322.14 396.336L1317.87 398.135H1317.87ZM1327.36 397.444C1324.99 397.609 1322.61 397.786 1320.23 397.959L1322.37 397.059L1330.12 393.794C1332.53 393.554 1334.93 393.318 1337.33 393.091L1336.37 393.511L1327.37 397.448L1327.36 397.444ZM1336.8 396.8C1334.41 396.957 1332.01 397.122 1329.61 397.287L1336.61 394.222L1339.74 392.855C1342.17 392.623 1344.6 392.395 1347.01 392.175L1336.8 396.8ZM1346.19 396.206C1343.78 396.352 1341.36 396.505 1338.94 396.662L1349.31 391.967C1351.76 391.747 1354.21 391.527 1356.64 391.315L1346.19 396.206ZM1355.53 395.664C1353.1 395.798 1350.67 395.939 1348.24 396.084L1358.82 391.13C1361.29 390.918 1363.75 390.71 1366.2 390.509L1355.53 395.664ZM1364.81 395.177C1362.38 395.299 1359.94 395.428 1357.49 395.562L1368.29 390.348C1370.77 390.148 1373.24 389.951 1375.7 389.763L1364.82 395.177H1364.81ZM1189.9 411.47L1188.26 411.612L1190.58 411.191L1192.13 411.018L1189.9 411.474V411.47ZM1199.75 410.625L1196.57 410.897L1200.62 410.075L1203.76 409.73L1199.75 410.625ZM1209.58 409.804L1205.39 410.154L1210.62 408.983L1214.81 408.531L1209.57 409.808L1209.58 409.804ZM1219.37 409.007L1214.46 409.404L1220.59 407.915C1222.23 407.742 1223.88 407.565 1225.52 407.392L1219.37 409.011V409.007ZM1229.13 408.233C1227.32 408.374 1225.51 408.516 1223.7 408.657L1230.51 406.866C1232.34 406.677 1234.16 406.484 1235.98 406.296L1229.13 408.233ZM1238.85 407.494C1236.91 407.64 1234.96 407.785 1233.01 407.934L1240.4 405.848C1242.36 405.648 1244.32 405.451 1246.28 405.255L1238.85 407.494ZM1248.53 406.779C1246.48 406.928 1244.43 407.074 1242.38 407.227L1250.24 404.858C1252.32 404.654 1254.38 404.449 1256.45 404.249L1248.53 406.779ZM1258.17 406.099C1256.04 406.245 1253.91 406.394 1251.77 406.547L1260.06 403.899C1262.21 403.691 1264.36 403.487 1266.51 403.282L1258.17 406.095V406.099ZM1267.76 405.455C1265.57 405.6 1263.37 405.746 1261.17 405.895L1269.83 402.976C1272.05 402.768 1274.27 402.563 1276.48 402.363L1267.77 405.455H1267.76ZM1277.32 404.842C1275.07 404.98 1272.82 405.121 1270.57 405.266L1279.55 402.08C1281.83 401.876 1284.1 401.675 1286.38 401.475L1279.5 404.033L1277.32 404.842H1277.32ZM1286.84 404.272C1284.55 404.406 1282.25 404.54 1279.95 404.681L1289.24 401.227C1291.56 401.027 1293.88 400.831 1296.2 400.634L1293.7 401.605L1286.84 404.272ZM1296.3 403.738C1293.97 403.864 1291.64 403.993 1289.31 404.123L1293.92 402.328L1298.87 400.402C1301.23 400.206 1303.59 400.017 1305.94 399.829L1296.3 403.734L1296.3 403.738ZM1305.72 403.251C1303.37 403.369 1301.01 403.487 1298.64 403.612L1308.14 399.762L1308.46 399.632C1310.86 399.444 1313.24 399.259 1315.62 399.078L1305.72 403.251H1305.72ZM1315.1 402.803C1312.71 402.909 1310.33 403.023 1307.94 403.137L1318.01 398.894C1320.43 398.713 1322.84 398.54 1325.24 398.367L1315.09 402.803H1315.1ZM1324.42 402.406C1322.02 402.504 1319.62 402.607 1317.21 402.713L1327.52 398.206C1329.95 398.033 1332.38 397.872 1334.8 397.711L1324.42 402.406H1324.42ZM1333.69 402.053C1331.28 402.139 1328.85 402.229 1326.43 402.324L1336.96 397.558C1339.41 397.397 1341.85 397.24 1344.29 397.09L1333.69 402.049V402.053ZM1342.9 401.758C1340.48 401.829 1338.05 401.911 1335.61 401.994L1346.35 396.972C1348.81 396.823 1351.27 396.678 1353.73 396.54L1342.9 401.762V401.758ZM1352.07 401.514C1349.64 401.573 1347.2 401.636 1344.75 401.707L1355.69 396.43C1358.16 396.293 1360.64 396.159 1363.1 396.033L1352.07 401.514ZM1169.43 414.264L1167.72 414.374L1170.13 413.989L1171.71 413.847L1169.43 414.264ZM1179.21 413.647L1175.98 413.851L1180.05 413.109L1183.22 412.83L1179.21 413.647ZM1188.94 413.046L1184.72 413.305L1189.96 412.236L1194.16 411.875L1188.94 413.046ZM1198.65 412.468C1197.02 412.562 1195.38 412.661 1193.73 412.759L1199.84 411.392L1204.76 410.979L1198.65 412.468H1198.65ZM1208.32 411.918C1206.51 412.02 1204.7 412.122 1202.88 412.229L1209.68 410.57C1211.5 410.421 1213.32 410.272 1215.14 410.123L1208.32 411.918ZM1217.95 411.392C1216.01 411.494 1214.07 411.6 1212.12 411.71L1219.47 409.773C1221.43 409.616 1223.39 409.459 1225.35 409.305L1217.95 411.396V411.392ZM1227.54 410.897C1225.5 410.999 1223.46 411.105 1221.41 411.211L1229.24 408.999C1231.3 408.838 1233.37 408.677 1235.42 408.52L1227.54 410.897H1227.54ZM1237.1 410.433C1234.98 410.535 1232.85 410.637 1230.72 410.743L1238.96 408.26C1241.11 408.099 1243.26 407.938 1245.4 407.781L1237.1 410.433ZM1246.61 409.997C1244.43 410.095 1242.24 410.193 1240.04 410.295L1248.64 407.545C1250.86 407.384 1253.07 407.227 1255.28 407.074L1251.13 408.476L1246.61 410.001L1246.61 409.997ZM1256.09 409.596C1253.85 409.686 1251.6 409.781 1249.36 409.875L1251.33 409.211L1258.29 406.862C1260.56 406.704 1262.82 406.551 1265.09 406.398L1256.09 409.592V409.596ZM1265.52 409.235C1263.24 409.317 1260.95 409.404 1258.66 409.494L1265.52 407.062L1267.89 406.217C1270.21 406.064 1272.52 405.915 1274.82 405.773L1265.52 409.235H1265.52ZM1274.91 408.909C1272.59 408.983 1270.27 409.062 1267.94 409.144L1277.45 405.608C1279.8 405.463 1282.15 405.321 1284.49 405.184L1274.91 408.909ZM1284.25 408.622C1281.9 408.689 1279.55 408.759 1277.2 408.834L1286.96 405.039C1289.34 404.901 1291.72 404.767 1294.09 404.634L1284.25 408.622H1284.25ZM1293.55 408.378C1291.18 408.433 1288.81 408.492 1286.43 408.559L1296.43 404.508C1298.84 404.378 1301.23 404.253 1303.63 404.131L1293.55 408.378H1293.55ZM1302.8 408.174C1300.42 408.221 1298.03 408.268 1295.63 408.323L1305.86 404.013C1308.29 403.891 1310.7 403.777 1313.12 403.667L1302.8 408.174ZM1312 408.021C1309.6 408.056 1307.19 408.095 1304.78 408.138L1315.23 403.569C1317.67 403.459 1320.11 403.357 1322.53 403.255L1312 408.017V408.021ZM1321.15 407.915C1318.74 407.934 1316.32 407.966 1313.89 407.997L1324.56 403.172C1327.01 403.074 1329.46 402.984 1331.89 402.893L1321.15 407.915H1321.15ZM1330.24 407.863C1327.83 407.871 1325.4 407.887 1322.97 407.907L1333.84 402.827C1336.3 402.74 1338.75 402.662 1341.2 402.587L1330.24 407.867V407.863ZM1339.29 407.859C1336.86 407.852 1334.43 407.856 1331.99 407.859L1343.05 402.524C1345.52 402.449 1347.98 402.383 1350.44 402.32L1339.29 407.859ZM1149.15 416.598L1147.41 416.668L1149.84 416.326L1151.5 416.212L1149.15 416.594V416.598ZM1158.83 416.205L1155.59 416.334L1159.69 415.674L1162.9 415.462L1158.83 416.209V416.205ZM1168.49 415.831L1164.26 415.992L1169.5 415.034L1173.72 414.763L1168.49 415.831ZM1178.1 415.482C1176.46 415.541 1174.82 415.6 1173.18 415.659L1179.28 414.417C1180.92 414.315 1182.56 414.213 1184.2 414.114L1178.1 415.486V415.482ZM1187.68 415.148C1185.88 415.207 1184.07 415.27 1182.27 415.332L1189.04 413.812C1190.85 413.702 1192.66 413.596 1194.47 413.49L1187.68 415.148ZM1197.23 414.845C1195.3 414.904 1193.36 414.967 1191.42 415.03L1198.75 413.238C1200.7 413.124 1202.64 413.014 1204.59 412.904L1197.23 414.845ZM1206.74 414.562C1204.71 414.621 1202.66 414.68 1200.63 414.739L1208.42 412.684C1210.48 412.57 1212.53 412.456 1214.58 412.346L1208.67 414.016L1206.74 414.562ZM1216.21 414.311C1214.1 414.366 1211.98 414.421 1209.85 414.48L1218.06 412.162C1220.2 412.048 1222.33 411.938 1224.46 411.828L1222.81 412.327L1216.21 414.315V414.311ZM1225.64 414.095C1223.46 414.142 1221.28 414.193 1219.09 414.244L1222.99 413.069L1227.65 411.663C1229.86 411.553 1232.07 411.439 1234.27 411.337L1225.64 414.091V414.095ZM1235.03 413.906C1232.8 413.945 1230.57 413.993 1228.33 414.04L1237.15 411.219L1237.21 411.199C1239.47 411.093 1241.73 410.987 1243.99 410.885L1235.03 413.906ZM1244.38 413.753C1242.11 413.788 1239.83 413.824 1237.55 413.863L1246.73 410.767C1249.04 410.665 1251.34 410.567 1253.64 410.472L1244.38 413.753H1244.38ZM1253.69 413.635C1251.38 413.659 1249.07 413.686 1246.76 413.718L1256.21 410.366C1258.55 410.272 1260.89 410.182 1263.21 410.091L1253.69 413.635ZM1262.95 413.553C1260.62 413.568 1258.28 413.588 1255.94 413.608L1265.64 410.001C1268.02 409.914 1270.38 409.832 1272.74 409.749L1262.95 413.553ZM1272.17 413.513C1269.81 413.517 1267.46 413.525 1265.09 413.541L1275.03 409.679C1277.42 409.6 1279.81 409.525 1282.19 409.455L1272.17 413.513H1272.17ZM1281.35 413.513C1278.97 413.505 1276.6 413.505 1274.21 413.505L1284.38 409.392C1286.79 409.321 1289.2 409.258 1291.6 409.199L1281.35 413.513ZM1290.48 413.557C1288.09 413.537 1285.7 413.525 1283.29 413.517L1293.68 409.148C1296.11 409.089 1298.53 409.038 1300.94 408.991L1290.48 413.56V413.557ZM1299.56 413.643C1297.16 413.612 1294.75 413.588 1292.34 413.568L1302.94 408.944C1305.38 408.897 1307.81 408.857 1310.23 408.822L1299.56 413.647V413.643ZM1308.58 413.784C1306.17 413.741 1303.76 413.702 1301.34 413.67L1312.14 408.791C1314.58 408.755 1317.02 408.728 1319.46 408.704L1308.58 413.784ZM1317.55 413.977C1315.14 413.918 1312.72 413.867 1310.3 413.82L1321.29 408.685C1323.75 408.665 1326.19 408.645 1328.63 408.638L1317.55 413.977ZM1326.47 414.217C1324.06 414.142 1321.64 414.079 1319.21 414.016L1330.38 408.63C1332.84 408.622 1335.3 408.618 1337.74 408.622L1326.47 414.213V414.217ZM1129.08 418.464L1127.27 418.495L1129.75 418.204L1131.46 418.13L1129.08 418.464ZM1138.67 418.299L1135.41 418.354L1139.51 417.776L1142.74 417.639L1138.67 418.299H1138.67ZM1148.23 418.153L1143.99 418.216L1149.22 417.368L1153.46 417.191L1148.23 418.149V418.153ZM1157.75 418.024L1152.84 418.087L1158.9 416.975C1160.55 416.908 1162.2 416.845 1163.85 416.778L1157.75 418.024ZM1167.23 417.918C1165.43 417.937 1163.63 417.953 1161.82 417.973L1168.56 416.598L1174.01 416.393L1167.24 417.914L1167.23 417.918ZM1176.69 417.835C1174.76 417.851 1172.84 417.867 1170.91 417.882L1178.19 416.248C1180.14 416.177 1182.08 416.11 1184.02 416.044L1180.43 416.92L1176.69 417.831V417.835ZM1186.11 417.776C1184.08 417.784 1182.06 417.796 1180.03 417.812L1180.57 417.678L1187.77 415.918C1189.82 415.851 1191.86 415.784 1193.91 415.721L1186.11 417.776ZM1195.5 417.741C1193.4 417.741 1191.29 417.753 1189.18 417.76L1194.7 416.303L1197.33 415.611C1199.46 415.545 1201.58 415.486 1203.71 415.423L1195.51 417.741H1195.5ZM1204.85 417.737C1202.68 417.737 1200.51 417.737 1198.33 417.737L1206.84 415.332C1209.04 415.27 1211.22 415.215 1213.41 415.156L1204.85 417.737ZM1214.15 417.764C1211.94 417.753 1209.71 417.749 1207.48 417.745L1216.31 415.085C1218.57 415.03 1220.81 414.975 1223.05 414.924L1214.15 417.764ZM1223.42 417.819C1221.16 417.8 1218.89 417.788 1216.62 417.776L1225.75 414.861C1228.04 414.81 1230.33 414.763 1232.62 414.719L1223.42 417.819ZM1232.64 417.914C1230.35 417.886 1228.05 417.863 1225.75 417.843L1235.14 414.676C1237.47 414.633 1239.79 414.594 1242.11 414.558L1232.64 417.918V417.914ZM1241.82 418.039C1239.51 418.004 1237.18 417.969 1234.85 417.937L1244.49 414.519C1246.85 414.484 1249.2 414.452 1251.55 414.425L1241.82 418.039ZM1250.97 418.204C1248.63 418.157 1246.28 418.114 1243.93 418.075L1253.8 414.405C1256.18 414.378 1258.56 414.358 1260.93 414.338L1250.97 418.204ZM1260.07 418.409C1257.71 418.35 1255.34 418.295 1252.97 418.244L1263.06 414.323C1265.47 414.307 1267.86 414.295 1270.25 414.287L1260.06 418.405L1260.07 418.409ZM1269.12 418.652C1266.75 418.582 1264.37 418.515 1261.98 418.452L1272.3 414.279C1274.71 414.276 1277.12 414.276 1279.53 414.279L1269.13 418.652H1269.12ZM1278.13 418.939C1275.74 418.857 1273.35 418.778 1270.95 418.707L1281.47 414.283C1283.9 414.291 1286.32 414.303 1288.73 414.319L1278.12 418.943L1278.13 418.939ZM1287.08 419.277C1284.69 419.179 1282.29 419.092 1279.88 419.006L1290.61 414.327C1293.04 414.346 1295.47 414.37 1297.89 414.397L1287.08 419.277ZM1295.98 419.662C1293.58 419.552 1291.18 419.446 1288.76 419.348L1299.69 414.417C1302.13 414.448 1304.56 414.484 1306.99 414.527L1295.98 419.662ZM1304.83 420.098C1302.43 419.972 1300.02 419.855 1297.61 419.741L1308.71 414.562C1311.15 414.609 1313.59 414.657 1316.03 414.712L1304.83 420.098H1304.83ZM1313.63 420.581C1311.23 420.44 1308.82 420.306 1306.4 420.181L1317.69 414.751C1320.14 414.81 1322.58 414.873 1325.01 414.943C1321.22 416.821 1317.43 418.699 1313.63 420.581H1313.63ZM1109.21 419.859L1107.36 419.847L1109.88 419.607L1111.65 419.572L1109.21 419.862V419.859ZM1118.7 419.925L1115.4 419.902L1119.52 419.415L1122.77 419.352L1118.7 419.925ZM1128.16 420.004C1126.75 419.992 1125.33 419.98 1123.92 419.969L1129.15 419.234L1133.37 419.159L1128.16 420.004ZM1137.59 420.106C1135.95 420.086 1134.31 420.071 1132.67 420.051L1138.73 419.069L1143.66 418.99L1138.16 420L1137.59 420.106ZM1146.99 420.224C1145.19 420.2 1143.38 420.177 1141.58 420.153L1148.29 418.919C1150.11 418.892 1151.93 418.868 1153.74 418.845L1152.24 419.151L1146.99 420.224ZM1156.34 420.365C1154.42 420.334 1152.5 420.306 1150.57 420.275L1152.36 419.91L1157.82 418.794C1159.76 418.77 1161.71 418.747 1163.64 418.723L1156.34 420.361V420.365ZM1165.67 420.526C1163.65 420.487 1161.63 420.452 1159.62 420.416L1166.46 418.88L1167.32 418.688C1169.36 418.668 1171.39 418.648 1173.43 418.629L1165.67 420.523V420.526ZM1174.97 420.711C1172.87 420.668 1170.78 420.621 1168.68 420.581L1176.77 418.605C1178.89 418.59 1181 418.574 1183.12 418.562L1174.96 420.711H1174.97ZM1184.24 420.927C1182.08 420.872 1179.92 420.821 1177.75 420.774L1186.2 418.546C1188.39 418.534 1190.57 418.527 1192.74 418.523L1184.23 420.927H1184.24ZM1193.46 421.163C1191.26 421.1 1189.04 421.045 1186.82 420.99L1195.59 418.511C1197.83 418.507 1200.06 418.507 1202.29 418.507L1193.46 421.163ZM1202.64 421.438C1200.39 421.367 1198.14 421.3 1195.88 421.238L1204.95 418.507C1207.23 418.507 1209.5 418.515 1211.77 418.523L1202.64 421.438H1202.64ZM1211.78 421.741C1209.5 421.662 1207.21 421.583 1204.93 421.509L1214.26 418.531C1216.58 418.542 1218.89 418.554 1221.19 418.57L1211.78 421.741H1211.78ZM1220.88 422.078C1218.57 421.988 1216.26 421.902 1213.94 421.819L1223.52 418.593C1225.87 418.613 1228.21 418.633 1230.54 418.66L1220.88 422.082L1220.88 422.078ZM1229.94 422.452C1227.61 422.349 1225.28 422.255 1222.94 422.161L1232.75 418.688C1235.11 418.715 1237.48 418.747 1239.83 418.782L1229.94 422.456V422.452ZM1238.96 422.86C1236.62 422.746 1234.27 422.64 1231.91 422.534L1241.94 418.81C1244.32 418.849 1246.71 418.888 1249.08 418.935L1238.96 422.856V422.86ZM1247.94 423.308C1245.58 423.182 1243.21 423.065 1240.83 422.951L1251.08 418.978C1253.48 419.026 1255.88 419.081 1258.27 419.136L1247.94 423.308ZM1256.86 423.799C1254.49 423.662 1252.11 423.532 1249.73 423.402L1260.18 419.179C1262.59 419.238 1265 419.305 1267.4 419.371C1263.89 420.845 1260.38 422.318 1256.86 423.795V423.799ZM1265.74 424.334C1263.36 424.184 1260.97 424.039 1258.58 423.898L1269.24 419.422C1271.66 419.493 1274.07 419.572 1276.48 419.654L1265.74 424.334ZM1274.57 424.915C1272.18 424.75 1269.79 424.593 1267.39 424.44L1278.24 419.713C1280.67 419.8 1283.09 419.886 1285.51 419.98C1281.86 421.623 1278.22 423.265 1274.57 424.911V424.915ZM1283.35 425.544C1280.96 425.367 1278.57 425.194 1276.17 425.025L1287.2 420.055C1289.63 420.153 1292.06 420.255 1294.47 420.365L1283.35 425.544ZM1292.08 426.22C1289.7 426.027 1287.3 425.838 1284.9 425.658C1288.64 423.917 1292.37 422.181 1296.1 420.44C1298.54 420.554 1300.96 420.668 1303.38 420.794C1299.62 422.601 1295.86 424.408 1292.08 426.22ZM1300.77 426.946C1298.39 426.738 1295.99 426.534 1293.59 426.337C1297.38 424.514 1301.17 422.695 1304.96 420.876C1307.39 421.002 1309.82 421.135 1312.24 421.273C1308.42 423.163 1304.6 425.053 1300.77 426.946H1300.77ZM1089.53 420.778L1087.63 420.719L1090.17 420.534L1091.99 420.542L1089.53 420.778ZM1098.92 421.076L1095.62 420.97L1099.73 420.578L1103.02 420.593L1098.92 421.08V421.076ZM1108.28 421.391L1104.04 421.245L1109.25 420.629L1113.49 420.656L1110.05 421.139L1108.28 421.387V421.391ZM1117.62 421.717C1116 421.658 1114.36 421.599 1112.73 421.544L1118.75 420.695C1120.39 420.707 1122.03 420.723 1123.67 420.739L1117.62 421.721V421.717ZM1126.93 422.063C1125.13 421.992 1123.34 421.929 1121.54 421.862L1124.2 421.43L1128.22 420.778C1130.03 420.798 1131.83 420.813 1133.63 420.833L1126.93 422.063H1126.93ZM1136.2 422.428C1134.28 422.349 1132.36 422.275 1130.44 422.2L1137.65 420.876C1139.59 420.9 1141.52 420.923 1143.45 420.947L1136.2 422.428H1136.2ZM1145.43 422.813C1143.42 422.727 1141.4 422.64 1139.39 422.558L1147.04 420.994C1149.07 421.021 1151.11 421.049 1153.14 421.08L1145.42 422.813H1145.43ZM1154.64 423.222C1152.55 423.127 1150.46 423.033 1148.37 422.939L1156.41 421.135C1158.52 421.171 1160.63 421.206 1162.73 421.242L1154.63 423.222H1154.64ZM1163.81 423.654C1161.66 423.548 1159.52 423.446 1157.36 423.347L1165.74 421.3C1167.92 421.34 1170.09 421.383 1172.26 421.43L1163.81 423.658V423.654ZM1172.95 424.11C1170.76 423.996 1168.56 423.886 1166.35 423.776L1175.05 421.485C1177.28 421.532 1179.5 421.583 1181.72 421.638L1172.95 424.114L1172.95 424.11ZM1182.05 424.597C1179.81 424.475 1177.57 424.353 1175.33 424.235L1184.32 421.697C1186.59 421.752 1188.85 421.811 1191.11 421.874L1182.05 424.601V424.597ZM1191.1 425.115C1188.83 424.982 1186.56 424.852 1184.29 424.723L1193.55 421.937C1195.85 422 1198.15 422.067 1200.44 422.137L1191.1 425.115ZM1200.11 425.666C1197.82 425.52 1195.53 425.383 1193.22 425.241L1202.73 422.208C1205.06 422.283 1207.39 422.357 1209.71 422.436L1200.11 425.662V425.666ZM1209.09 426.247C1206.78 426.094 1204.46 425.941 1202.13 425.791L1211.87 422.515C1214.23 422.597 1216.58 422.683 1218.92 422.77L1209.1 426.243L1209.09 426.247ZM1218.03 426.864C1215.7 426.699 1213.36 426.534 1211.02 426.377L1220.98 422.856C1223.35 422.951 1225.71 423.045 1228.07 423.147L1218.03 426.868V426.864ZM1226.93 427.516C1224.58 427.339 1222.23 427.162 1219.87 426.994L1230.05 423.226C1232.43 423.328 1234.81 423.438 1237.19 423.548L1226.93 427.516H1226.93ZM1235.77 428.215C1233.42 428.023 1231.05 427.838 1228.68 427.657L1239.06 423.638C1241.46 423.752 1243.86 423.874 1246.24 423.996L1235.77 428.215ZM1244.58 428.95C1242.21 428.746 1239.84 428.545 1237.46 428.353L1248.04 424.086C1250.45 424.212 1252.85 424.345 1255.25 424.479C1251.69 425.968 1248.14 427.461 1244.57 428.95H1244.58ZM1253.34 429.728C1250.97 429.512 1248.59 429.296 1246.21 429.092C1249.8 427.587 1253.39 426.082 1256.97 424.577C1259.38 424.715 1261.79 424.86 1264.19 425.009C1260.58 426.581 1256.96 428.156 1253.33 429.732L1253.34 429.728ZM1262.05 430.553C1259.67 430.321 1257.3 430.093 1254.91 429.873C1258.56 428.286 1262.21 426.699 1265.85 425.115C1268.27 425.269 1270.68 425.426 1273.08 425.587L1262.04 430.553H1262.05ZM1270.71 431.421C1268.34 431.174 1265.96 430.934 1263.57 430.698C1267.28 429.029 1270.99 427.363 1274.69 425.693C1277.11 425.858 1279.52 426.031 1281.92 426.208C1278.19 427.944 1274.45 429.681 1270.71 431.421H1270.71ZM1279.31 432.345C1276.94 432.081 1274.56 431.826 1272.17 431.579C1275.94 429.826 1279.71 428.074 1283.47 426.326C1285.89 426.506 1288.3 426.691 1290.7 426.883C1286.91 428.703 1283.11 430.526 1279.31 432.345ZM1287.87 433.315C1285.5 433.036 1283.12 432.765 1280.74 432.502C1284.57 430.667 1288.39 428.832 1292.21 427.001C1294.63 427.198 1297.04 427.398 1299.44 427.606C1295.59 429.508 1291.73 431.414 1287.87 433.319V433.315ZM1070.06 421.226L1068.11 421.116L1070.68 420.99L1072.55 421.045L1070.06 421.226H1070.06ZM1079.35 421.756L1076.02 421.564L1080.14 421.265L1083.44 421.363L1082 421.501L1079.35 421.756H1079.35ZM1088.62 422.298L1084.38 422.047L1089.57 421.548L1093.82 421.682L1088.62 422.298ZM1097.85 422.856C1096.22 422.758 1094.6 422.656 1092.97 422.558L1096.09 422.188L1098.96 421.847L1103.87 422.008L1097.85 422.856ZM1107.06 423.43L1101.7 423.092L1108.33 422.161L1113.73 422.349L1107.07 423.43H1107.06ZM1116.24 424.023C1114.33 423.897 1112.42 423.776 1110.51 423.654L1117.67 422.491C1119.6 422.562 1121.52 422.632 1123.44 422.703L1116.24 424.023ZM1125.39 424.632C1123.39 424.495 1121.38 424.361 1119.37 424.228L1126.97 422.833C1129 422.911 1131.02 422.99 1133.04 423.068L1125.39 424.632ZM1134.49 425.265C1132.42 425.119 1130.34 424.974 1128.26 424.829L1136.25 423.198C1138.35 423.285 1140.45 423.371 1142.55 423.457L1134.49 425.261V425.265ZM1143.57 425.917C1141.44 425.76 1139.31 425.607 1137.17 425.453L1145.49 423.587C1147.66 423.681 1149.82 423.776 1151.97 423.87C1149.18 424.55 1146.36 425.233 1143.56 425.917H1143.57ZM1152.61 426.593C1150.43 426.424 1148.25 426.263 1146.06 426.098L1154.71 423.992C1156.92 424.094 1159.12 424.196 1161.33 424.302L1152.61 426.593ZM1161.63 427.3C1159.41 427.123 1157.18 426.946 1154.94 426.773L1163.88 424.428C1166.13 424.538 1168.38 424.652 1170.63 424.766L1161.63 427.3ZM1170.6 428.035C1168.35 427.846 1166.09 427.661 1163.83 427.481L1173.02 424.888C1175.31 425.005 1177.59 425.127 1179.87 425.253L1170.6 428.035H1170.6ZM1179.54 428.797C1177.26 428.596 1174.97 428.4 1172.68 428.208L1182.12 425.375C1184.44 425.504 1186.75 425.634 1189.06 425.768L1179.54 428.797H1179.54ZM1188.43 429.591C1186.13 429.382 1183.83 429.174 1181.52 428.97L1191.18 425.893C1193.52 426.031 1195.85 426.172 1198.18 426.318L1188.43 429.591H1188.43ZM1197.29 430.416C1194.97 430.196 1192.65 429.976 1190.32 429.763L1200.2 426.443C1202.56 426.593 1204.91 426.742 1207.25 426.899L1197.29 430.42V430.416ZM1206.09 431.28C1203.77 431.048 1201.43 430.816 1199.09 430.592L1209.18 427.025C1211.56 427.182 1213.92 427.347 1216.28 427.512C1212.89 428.769 1209.49 430.023 1206.09 431.28ZM1214.86 432.18C1212.52 431.932 1210.17 431.693 1207.82 431.453L1218.13 427.642C1220.51 427.811 1222.89 427.988 1225.26 428.164C1221.79 429.504 1218.33 430.84 1214.86 432.18ZM1223.59 433.119C1221.24 432.859 1218.88 432.604 1216.52 432.353C1220.03 431.001 1223.53 429.646 1227.02 428.294C1229.41 428.475 1231.8 428.663 1234.18 428.852L1223.59 433.115V433.119ZM1232.28 434.097C1229.92 433.826 1227.56 433.559 1225.19 433.292C1228.75 431.858 1232.31 430.423 1235.87 428.989C1238.27 429.182 1240.66 429.382 1243.05 429.587C1239.46 431.087 1235.87 432.592 1232.27 434.093L1232.28 434.097ZM1240.91 435.122C1238.55 434.836 1236.19 434.553 1233.81 434.278C1237.44 432.761 1241.06 431.249 1244.68 429.732C1247.08 429.94 1249.47 430.152 1251.86 430.368C1248.21 431.952 1244.56 433.539 1240.91 435.122H1240.91ZM1249.49 436.191C1247.13 435.889 1244.77 435.594 1242.39 435.303C1246.08 433.704 1249.76 432.105 1253.44 430.51C1255.84 430.73 1258.24 430.958 1260.63 431.186C1256.92 432.852 1253.21 434.521 1249.49 436.187V436.191ZM1258.03 437.307C1255.67 436.993 1253.31 436.682 1250.93 436.376C1254.68 434.694 1258.42 433.013 1262.15 431.335C1264.56 431.571 1266.95 431.81 1269.34 432.054C1265.58 433.802 1261.8 435.555 1258.03 437.303V437.307ZM1266.52 438.47C1264.16 438.14 1261.8 437.814 1259.43 437.496C1263.23 435.732 1267.02 433.971 1270.82 432.207C1273.22 432.459 1275.61 432.71 1278 432.973C1274.18 434.804 1270.35 436.635 1266.52 438.47ZM1274.95 439.684C1272.6 439.334 1270.24 438.996 1267.87 438.659C1271.73 436.816 1275.58 434.973 1279.42 433.131C1281.82 433.398 1284.21 433.665 1286.6 433.944C1282.72 435.857 1278.84 437.771 1274.95 439.684ZM1050.8 421.194L1048.8 421.029L1051.38 420.967L1053.32 421.073L1050.79 421.194H1050.8ZM1059.99 421.961L1056.63 421.682L1060.74 421.481L1064.07 421.666L1059.99 421.964L1059.99 421.961ZM1069.14 422.735L1064.9 422.373L1068.04 422.145L1070.07 421.996L1074.31 422.236L1069.14 422.731V422.735ZM1078.29 423.524L1073.41 423.1L1079.37 422.53L1084.28 422.817L1078.29 423.528L1078.29 423.524ZM1087.4 424.326C1085.62 424.169 1083.84 424.008 1082.05 423.85L1088.63 423.068C1090.43 423.175 1092.23 423.285 1094.02 423.391L1087.4 424.322V424.326ZM1096.49 425.147C1094.59 424.974 1092.69 424.801 1090.78 424.632L1097.88 423.634C1099.81 423.752 1101.72 423.87 1103.63 423.992L1096.49 425.151L1096.49 425.147ZM1105.53 425.984C1103.54 425.799 1101.55 425.614 1099.55 425.43L1107.09 424.208C1109.11 424.338 1111.12 424.467 1113.13 424.597L1105.53 425.988V425.984ZM1114.55 426.84C1112.48 426.64 1110.42 426.443 1108.35 426.251L1116.28 424.797C1118.37 424.935 1120.46 425.072 1122.55 425.214L1114.55 426.84ZM1123.53 427.716C1121.41 427.508 1119.28 427.3 1117.16 427.092C1119.92 426.53 1122.68 425.972 1125.43 425.41C1127.58 425.556 1129.72 425.705 1131.87 425.854L1123.53 427.716ZM1132.49 428.612C1130.32 428.392 1128.14 428.172 1125.97 427.956L1134.54 426.039C1136.74 426.196 1138.94 426.353 1141.13 426.51L1132.49 428.612ZM1141.41 429.539C1139.2 429.308 1136.99 429.076 1134.77 428.848L1143.62 426.695C1145.86 426.86 1148.1 427.029 1150.33 427.194C1147.35 427.976 1144.39 428.758 1141.4 429.539H1141.41ZM1150.3 430.49C1148.06 430.247 1145.81 430.007 1143.56 429.767C1146.6 428.97 1149.64 428.172 1152.67 427.371C1154.95 427.544 1157.22 427.724 1159.49 427.901L1150.29 430.486L1150.3 430.49ZM1159.14 431.469C1156.88 431.213 1154.61 430.962 1152.34 430.714L1161.7 428.082C1164 428.267 1166.3 428.451 1168.59 428.64L1159.14 431.469H1159.14ZM1167.95 432.474C1165.67 432.207 1163.38 431.944 1161.08 431.685C1164.28 430.726 1167.48 429.771 1170.67 428.813C1172.99 429.005 1175.31 429.202 1177.62 429.402L1167.95 432.47L1167.95 432.474ZM1176.72 433.516C1174.42 433.237 1172.11 432.966 1169.8 432.694L1179.61 429.579C1181.95 429.783 1184.28 429.991 1186.61 430.2L1176.71 433.516H1176.72ZM1185.45 434.588C1183.13 434.297 1180.81 434.011 1178.49 433.732C1181.83 432.612 1185.17 431.492 1188.5 430.372C1190.86 430.589 1193.21 430.809 1195.55 431.029C1192.19 432.215 1188.82 433.402 1185.44 434.588H1185.45ZM1194.14 435.696C1191.81 435.394 1189.48 435.095 1187.14 434.8C1190.56 433.598 1193.96 432.4 1197.36 431.198C1199.73 431.425 1202.1 431.653 1204.45 431.889C1201.01 433.158 1197.58 434.427 1194.14 435.696ZM1202.79 436.839C1200.45 436.525 1198.12 436.215 1195.77 435.904C1199.24 434.624 1202.71 433.343 1206.18 432.062C1208.55 432.302 1210.93 432.541 1213.29 432.789C1209.79 434.136 1206.29 435.488 1202.79 436.839ZM1211.38 438.026C1209.05 437.7 1206.7 437.374 1204.35 437.056C1207.88 435.692 1211.42 434.329 1214.95 432.969C1217.33 433.221 1219.71 433.476 1222.08 433.736C1218.52 435.166 1214.95 436.6 1211.39 438.03L1211.38 438.026ZM1219.94 439.248C1217.6 438.906 1215.25 438.568 1212.89 438.234C1216.49 436.788 1220.09 435.346 1223.68 433.901C1226.06 434.164 1228.44 434.431 1230.82 434.706C1227.19 436.219 1223.57 437.731 1219.94 439.248ZM1228.45 440.513C1226.11 440.156 1223.76 439.806 1221.4 439.46C1225.06 437.932 1228.71 436.407 1232.37 434.883C1234.76 435.158 1237.14 435.441 1239.51 435.728C1235.83 437.323 1232.15 438.918 1228.46 440.517L1228.45 440.513ZM1236.91 441.825C1234.57 441.456 1232.22 441.091 1229.86 440.729C1233.58 439.122 1237.29 437.515 1241 435.908C1243.38 436.199 1245.77 436.494 1248.14 436.796C1244.4 438.474 1240.66 440.152 1236.91 441.829L1236.91 441.825ZM1245.33 443.189C1242.99 442.804 1240.64 442.422 1238.28 442.049C1242.06 440.36 1245.82 438.67 1249.59 436.985C1251.98 437.291 1254.35 437.602 1256.73 437.916C1252.93 439.676 1249.13 441.432 1245.33 443.193V443.189ZM1253.69 444.595C1251.36 444.194 1249.01 443.798 1246.66 443.409C1250.49 441.637 1254.31 439.869 1258.13 438.097C1260.51 438.415 1262.89 438.741 1265.26 439.071C1261.41 440.91 1257.55 442.753 1253.69 444.595ZM1262.01 446.049C1259.68 445.632 1257.34 445.22 1254.99 444.815C1258.87 442.965 1262.75 441.11 1266.62 439.26C1269 439.594 1271.37 439.935 1273.74 440.281C1269.83 442.202 1265.92 444.128 1262.01 446.049H1262.01ZM1031.73 420.684L1029.7 420.464H1032.29L1034.27 420.621L1031.73 420.684ZM1040.82 421.685L1037.46 421.316L1040.05 421.253L1041.55 421.214L1044.9 421.485L1040.82 421.685ZM1049.89 422.695L1045.64 422.22L1050.78 421.968L1055.03 422.322L1049.89 422.695ZM1058.92 423.717L1054.06 423.167L1059.98 422.735L1064.86 423.147L1058.92 423.717ZM1067.94 424.75C1066.17 424.546 1064.4 424.341 1062.62 424.137L1069.16 423.512C1070.95 423.666 1072.74 423.819 1074.53 423.972L1067.94 424.75ZM1076.91 425.795C1075.03 425.575 1073.14 425.351 1071.26 425.131L1078.29 424.298C1080.21 424.467 1082.12 424.632 1084.03 424.801L1076.92 425.795H1076.91ZM1085.87 426.86C1083.89 426.624 1081.92 426.388 1079.93 426.153L1087.42 425.104C1089.42 425.28 1091.42 425.461 1093.41 425.642L1085.87 426.86H1085.87ZM1094.79 427.944C1092.74 427.693 1090.69 427.441 1088.63 427.194L1096.51 425.925C1098.58 426.113 1100.65 426.306 1102.72 426.498L1094.79 427.944ZM1103.69 429.044C1101.58 428.781 1099.47 428.518 1097.35 428.255L1105.55 426.758C1107.69 426.958 1109.82 427.159 1111.95 427.363L1103.69 429.044H1103.69ZM1112.56 430.168C1110.4 429.889 1108.24 429.618 1106.07 429.343L1114.57 427.614C1116.76 427.826 1118.94 428.039 1121.12 428.251C1118.26 428.887 1115.42 429.528 1112.56 430.164V430.168ZM1121.38 431.311C1119.19 431.025 1116.99 430.738 1114.79 430.455C1117.72 429.799 1120.64 429.147 1123.56 428.494C1125.79 428.714 1128.01 428.938 1130.23 429.162C1127.28 429.881 1124.34 430.596 1121.38 431.311H1121.38ZM1130.16 432.482C1127.94 432.184 1125.72 431.889 1123.5 431.594C1126.52 430.86 1129.51 430.129 1132.53 429.398C1134.79 429.63 1137.05 429.862 1139.3 430.097C1136.26 430.895 1133.21 431.689 1130.16 432.486V432.482ZM1138.94 433.677C1136.69 433.366 1134.43 433.056 1132.17 432.749L1141.46 430.317C1143.74 430.557 1146.03 430.801 1148.3 431.048L1138.94 433.677ZM1147.66 434.899C1145.39 434.576 1143.11 434.254 1140.84 433.94L1150.35 431.272C1152.65 431.524 1154.96 431.775 1157.25 432.034L1147.65 434.903L1147.66 434.899ZM1156.34 436.152C1154.05 435.818 1151.76 435.488 1149.47 435.158L1159.2 432.25C1161.52 432.514 1163.84 432.777 1166.16 433.044L1156.34 436.156V436.152ZM1164.99 437.437C1162.69 437.091 1160.39 436.749 1158.08 436.407C1161.4 435.358 1164.71 434.305 1168.02 433.256C1170.36 433.527 1172.69 433.802 1175.02 434.085C1171.68 435.201 1168.34 436.321 1164.99 437.437H1164.99ZM1173.59 438.753C1171.28 438.395 1168.97 438.038 1166.64 437.688C1170.03 436.557 1173.41 435.429 1176.78 434.297C1179.13 434.58 1181.48 434.867 1183.81 435.158C1180.41 436.356 1177 437.555 1173.58 438.753H1173.59ZM1182.15 440.108C1179.83 439.739 1177.51 439.37 1175.18 439.004C1178.63 437.794 1182.07 436.584 1185.52 435.374C1187.87 435.669 1190.23 435.967 1192.57 436.27C1189.1 437.547 1185.62 438.828 1182.15 440.108ZM1190.68 441.495C1188.36 441.11 1186.03 440.729 1183.69 440.352C1187.2 439.059 1190.71 437.771 1194.21 436.478C1196.57 436.784 1198.94 437.099 1201.29 437.413C1197.76 438.773 1194.22 440.132 1190.68 441.495ZM1199.15 442.925C1196.83 442.529 1194.5 442.132 1192.15 441.743C1195.73 440.372 1199.29 439 1202.86 437.625C1205.23 437.943 1207.59 438.27 1209.95 438.6C1206.35 440.042 1202.76 441.483 1199.16 442.925H1199.15ZM1207.58 444.395C1205.26 443.982 1202.92 443.574 1200.58 443.173C1204.21 441.719 1207.84 440.266 1211.46 438.816C1213.83 439.15 1216.2 439.488 1218.56 439.829C1214.9 441.354 1211.25 442.874 1207.59 444.399L1207.58 444.395ZM1215.97 445.907C1213.65 445.483 1211.31 445.059 1208.97 444.642C1212.66 443.11 1216.34 441.574 1220.02 440.042C1222.39 440.387 1224.75 440.741 1227.11 441.095C1223.41 442.698 1219.69 444.305 1215.97 445.907ZM1224.32 447.459C1222 447.015 1219.66 446.579 1217.32 446.151C1221.06 444.536 1224.8 442.921 1228.53 441.307C1230.91 441.668 1233.27 442.034 1235.63 442.403C1231.86 444.088 1228.09 445.774 1224.31 447.463L1224.32 447.459ZM1232.6 449.066C1230.28 448.611 1227.95 448.159 1225.62 447.711C1229.42 446.014 1233.21 444.316 1237 442.619C1239.37 442.996 1241.73 443.373 1244.08 443.762C1240.26 445.53 1236.43 447.298 1232.6 449.062V449.066ZM1240.85 450.713C1238.53 450.241 1236.21 449.774 1233.88 449.314C1237.73 447.538 1241.58 445.758 1245.42 443.982C1247.78 444.371 1250.14 444.768 1252.49 445.169C1248.62 447.015 1244.74 448.866 1240.85 450.713H1240.85ZM1249.04 452.414C1246.73 451.923 1244.41 451.439 1242.09 450.964C1245.99 449.106 1249.89 447.247 1253.78 445.389C1256.15 445.794 1258.5 446.206 1260.84 446.623C1256.91 448.552 1252.98 450.481 1249.04 452.414ZM1012.88 419.694L1010.83 419.415L1012.12 419.446L1013.45 419.481L1015.45 419.697H1012.88V419.694ZM1021.87 420.927L1018.5 420.46H1022.59L1025.95 420.825L1021.87 420.927ZM1030.84 422.173L1026.59 421.579L1031.7 421.454L1035.96 421.921L1030.84 422.173H1030.84ZM1039.77 423.426L1034.92 422.742L1040.8 422.456L1045.69 422.998L1039.77 423.426ZM1048.67 424.691C1046.92 424.44 1045.16 424.188 1043.39 423.941L1049.88 423.469L1055.22 424.07L1048.67 424.691H1048.67ZM1057.56 425.968C1055.69 425.697 1053.81 425.426 1051.93 425.155L1058.93 424.487C1060.83 424.703 1062.72 424.919 1064.62 425.135L1057.56 425.964V425.968ZM1066.42 427.265C1064.45 426.974 1062.48 426.687 1060.51 426.4L1067.95 425.528C1069.94 425.76 1071.92 425.988 1073.91 426.22L1066.42 427.265H1066.42ZM1075.25 428.573C1073.21 428.27 1071.17 427.964 1069.13 427.661L1076.93 426.569C1079 426.813 1081.06 427.056 1083.11 427.304C1080.49 427.728 1077.88 428.149 1075.25 428.573ZM1084.06 429.901C1081.96 429.583 1079.87 429.264 1077.76 428.946C1080.47 428.51 1083.18 428.07 1085.89 427.634C1088.01 427.889 1090.14 428.145 1092.25 428.404C1089.52 428.903 1086.8 429.402 1084.06 429.901ZM1092.82 431.249C1090.68 430.919 1088.54 430.589 1086.39 430.258C1089.21 429.744 1092 429.233 1094.82 428.722C1096.99 428.989 1099.16 429.257 1101.33 429.528L1092.82 431.249H1092.82ZM1101.54 432.612C1099.37 432.27 1097.19 431.928 1095.01 431.586C1097.92 430.997 1100.81 430.412 1103.72 429.822C1105.93 430.101 1108.15 430.38 1110.35 430.659C1107.43 431.311 1104.48 431.96 1101.54 432.612ZM1110.24 434.003C1108.04 433.645 1105.83 433.292 1103.61 432.942C1106.61 432.278 1109.6 431.614 1112.59 430.946C1114.83 431.233 1117.07 431.524 1119.3 431.814C1116.29 432.545 1113.26 433.272 1110.24 434.003ZM1118.91 435.417C1116.68 435.048 1114.44 434.682 1112.2 434.321C1115.27 433.578 1118.35 432.836 1121.42 432.093C1123.69 432.392 1125.94 432.69 1128.2 432.993C1125.1 433.802 1122.01 434.612 1118.91 435.417ZM1127.56 436.859C1125.3 436.478 1123.04 436.101 1120.77 435.724C1123.92 434.902 1127.07 434.081 1130.21 433.26C1132.51 433.571 1134.8 433.881 1137.08 434.195C1133.91 435.083 1130.74 435.971 1127.56 436.859ZM1136.16 438.329C1133.89 437.936 1131.61 437.547 1129.33 437.162C1132.56 436.262 1135.77 435.362 1138.99 434.462C1141.29 434.781 1143.6 435.103 1145.9 435.429C1142.65 436.396 1139.4 437.362 1136.16 438.332V438.329ZM1144.71 439.826C1142.43 439.421 1140.14 439.02 1137.85 438.623C1141.14 437.645 1144.43 436.663 1147.71 435.684C1150.03 436.014 1152.35 436.348 1154.66 436.686C1151.34 437.735 1148.03 438.78 1144.7 439.829L1144.71 439.826ZM1153.23 441.354C1150.94 440.937 1148.64 440.525 1146.34 440.112C1149.69 439.051 1153.05 437.995 1156.39 436.934C1158.73 437.276 1161.05 437.621 1163.38 437.967C1160 439.095 1156.62 440.222 1153.23 441.35V441.354ZM1161.71 442.918C1159.41 442.489 1157.11 442.061 1154.79 441.641C1158.22 440.501 1161.63 439.362 1165.04 438.222C1167.38 438.576 1169.72 438.934 1172.05 439.291C1168.61 440.497 1165.16 441.707 1161.71 442.918H1161.71ZM1170.14 444.517C1167.84 444.077 1165.53 443.637 1163.21 443.2C1166.7 441.982 1170.18 440.761 1173.65 439.543C1176 439.908 1178.34 440.277 1180.67 440.651C1177.17 441.939 1173.66 443.228 1170.14 444.517ZM1178.55 446.147C1176.24 445.691 1173.92 445.24 1171.6 444.792C1175.15 443.491 1178.68 442.195 1182.21 440.894C1184.57 441.271 1186.91 441.652 1189.26 442.041C1185.69 443.413 1182.12 444.78 1178.55 446.147ZM1186.9 447.821C1184.59 447.353 1182.27 446.886 1179.95 446.426C1183.55 445.047 1187.15 443.668 1190.74 442.285C1193.1 442.678 1195.45 443.071 1197.79 443.468C1194.17 444.917 1190.54 446.367 1186.9 447.821H1186.9ZM1195.21 449.534C1192.9 449.051 1190.58 448.571 1188.25 448.096C1191.91 446.634 1195.57 445.173 1199.22 443.711C1201.58 444.116 1203.93 444.525 1206.27 444.937C1202.59 446.469 1198.9 448.002 1195.21 449.53V449.534ZM1203.48 451.29C1201.17 450.791 1198.85 450.3 1196.53 449.813C1200.24 448.273 1203.95 446.733 1207.65 445.188C1210.01 445.605 1212.36 446.029 1214.7 446.454C1210.97 448.065 1207.23 449.675 1203.48 451.29H1203.48ZM1211.69 453.09C1209.38 452.579 1207.07 452.068 1204.75 451.565C1208.52 449.943 1212.29 448.32 1216.05 446.697C1218.4 447.129 1220.75 447.565 1223.08 448.006C1219.29 449.699 1215.49 451.392 1211.69 453.086L1211.69 453.09ZM1219.86 454.936C1217.56 454.41 1215.25 453.887 1212.93 453.369C1216.75 451.663 1220.57 449.962 1224.39 448.257C1226.74 448.705 1229.08 449.157 1231.41 449.612C1227.57 451.388 1223.72 453.16 1219.86 454.936ZM1227.98 456.83C1225.69 456.284 1223.39 455.746 1221.08 455.215C1224.95 453.431 1228.82 451.648 1232.69 449.864C1235.03 450.328 1237.37 450.791 1239.7 451.267C1235.79 453.121 1231.89 454.975 1227.98 456.83ZM1236.05 458.775C1233.76 458.217 1231.46 457.659 1229.16 457.113C1233.09 455.247 1237.01 453.384 1240.93 451.518C1243.27 451.993 1245.6 452.477 1247.92 452.964C1243.97 454.901 1240.01 456.838 1236.05 458.775ZM994.25 418.216L992.16 417.871L994.769 418.004L996.808 418.279L994.25 418.212V418.216ZM1003.14 419.69L999.75 419.128L1003.81 419.23L1007.18 419.69H1003.14ZM1011.99 421.171L1007.76 420.464H1012.82L1017.08 421.049L1011.99 421.171H1011.99ZM1020.82 422.656L1016 421.843L1021.83 421.697L1026.7 422.373L1020.82 422.656ZM1029.62 424.157L1024.36 423.261L1030.8 422.951L1036.11 423.693L1029.63 424.161L1029.62 424.157ZM1038.41 425.666C1036.55 425.343 1034.68 425.021 1032.8 424.699L1039.74 424.2C1041.63 424.467 1043.51 424.734 1045.39 425.002L1038.41 425.666H1038.41ZM1047.18 427.19C1045.22 426.848 1043.26 426.506 1041.3 426.165L1048.66 425.465C1050.64 425.748 1052.61 426.031 1054.59 426.318C1052.12 426.609 1049.66 426.899 1047.18 427.19ZM1055.91 428.73C1053.89 428.373 1051.86 428.011 1049.83 427.657L1057.55 426.75C1059.6 427.049 1061.65 427.347 1063.7 427.646C1061.1 428.007 1058.52 428.369 1055.91 428.734V428.73ZM1064.61 430.282C1062.53 429.909 1060.45 429.536 1058.37 429.166C1061.07 428.793 1063.73 428.416 1066.42 428.043C1068.53 428.353 1070.64 428.667 1072.74 428.978C1070.04 429.414 1067.32 429.846 1064.61 430.282ZM1073.27 431.854C1071.15 431.465 1069.03 431.08 1066.9 430.695L1075.25 429.351C1077.41 429.673 1079.56 429.999 1081.72 430.325C1078.91 430.836 1076.08 431.343 1073.27 431.85V431.854ZM1081.91 433.441C1079.76 433.04 1077.59 432.639 1075.42 432.243C1078.3 431.72 1081.19 431.201 1084.07 430.679C1086.26 431.013 1088.45 431.347 1090.63 431.685C1087.73 432.27 1084.82 432.856 1081.91 433.441ZM1090.52 435.056C1088.32 434.643 1086.13 434.231 1083.93 433.818C1086.89 433.221 1089.86 432.624 1092.82 432.026C1095.05 432.372 1097.27 432.718 1099.48 433.068C1096.5 433.732 1093.51 434.392 1090.52 435.056ZM1099.1 436.69C1096.88 436.262 1094.66 435.838 1092.43 435.417L1101.56 433.394C1103.81 433.751 1106.06 434.109 1108.3 434.466C1105.23 435.205 1102.18 435.948 1099.1 436.686V436.69ZM1107.65 438.352C1105.41 437.912 1103.17 437.476 1100.92 437.04C1104.04 436.289 1107.15 435.535 1110.27 434.781C1112.54 435.15 1114.81 435.519 1117.08 435.889C1113.93 436.706 1110.81 437.527 1107.65 438.348V438.352ZM1116.16 440.038C1113.91 439.586 1111.65 439.138 1109.38 438.694C1112.58 437.865 1115.75 437.032 1118.94 436.203C1121.23 436.584 1123.52 436.965 1125.81 437.35C1122.6 438.246 1119.38 439.146 1116.16 440.042V440.038ZM1124.63 441.751C1122.36 441.287 1120.1 440.827 1117.82 440.372C1121.08 439.464 1124.34 438.556 1127.59 437.649C1129.9 438.038 1132.2 438.431 1134.49 438.824C1131.21 439.802 1127.92 440.776 1124.63 441.751ZM1133.06 443.495C1130.78 443.02 1128.51 442.548 1126.22 442.077C1129.55 441.091 1132.87 440.1 1136.19 439.114C1138.51 439.515 1140.82 439.92 1143.12 440.324C1139.77 441.381 1136.42 442.438 1133.06 443.491V443.495ZM1141.46 445.267C1139.17 444.78 1136.89 444.297 1134.59 443.813C1137.98 442.749 1141.37 441.68 1144.75 440.615C1147.07 441.028 1149.39 441.444 1151.7 441.861C1148.29 442.996 1144.87 444.132 1141.45 445.267H1141.46ZM1149.81 447.074C1147.52 446.575 1145.23 446.076 1142.93 445.581C1146.38 444.434 1149.83 443.291 1153.28 442.144C1155.61 442.568 1157.94 442.996 1160.25 443.424C1156.77 444.642 1153.29 445.856 1149.81 447.07V447.074ZM1158.12 448.917C1155.83 448.402 1153.53 447.896 1151.23 447.389C1154.74 446.163 1158.25 444.937 1161.76 443.711C1164.09 444.147 1166.42 444.587 1168.74 445.031C1165.21 446.328 1161.67 447.62 1158.12 448.917ZM1166.4 450.795C1164.11 450.269 1161.81 449.742 1159.5 449.224C1163.07 447.919 1166.64 446.615 1170.2 445.306C1172.54 445.754 1174.87 446.21 1177.2 446.666C1173.6 448.041 1170 449.42 1166.4 450.795H1166.4ZM1174.63 452.712C1172.33 452.17 1170.03 451.636 1167.72 451.102C1171.36 449.715 1174.98 448.328 1178.6 446.941C1180.94 447.404 1183.27 447.868 1185.6 448.339C1181.95 449.797 1178.29 451.251 1174.63 452.708V452.712ZM1182.81 454.669C1180.52 454.115 1178.22 453.561 1175.92 453.015C1179.6 451.549 1183.28 450.084 1186.95 448.618C1189.29 449.094 1191.62 449.573 1193.94 450.06C1190.23 451.597 1186.52 453.133 1182.81 454.669H1182.81ZM1190.95 456.669C1188.66 456.099 1186.37 455.533 1184.06 454.975C1187.8 453.427 1191.53 451.883 1195.26 450.335C1197.6 450.827 1199.93 451.318 1202.25 451.817C1198.49 453.435 1194.72 455.054 1190.95 456.669H1190.95ZM1199.05 458.712C1196.76 458.127 1194.47 457.549 1192.17 456.971C1195.96 455.345 1199.75 453.718 1203.53 452.092C1205.87 452.595 1208.19 453.105 1210.51 453.62C1206.69 455.317 1202.87 457.019 1199.05 458.716L1199.05 458.712ZM1207.09 460.802C1204.81 460.201 1202.53 459.608 1200.23 459.018C1204.08 457.309 1207.91 455.604 1211.75 453.895C1214.08 454.414 1216.4 454.936 1218.71 455.467C1214.84 457.246 1210.97 459.026 1207.09 460.806L1207.09 460.802ZM1215.1 462.936C1212.82 462.319 1210.54 461.71 1208.25 461.105C1212.15 459.317 1216.04 457.529 1219.93 455.738C1222.25 456.272 1224.57 456.81 1226.88 457.353C1222.95 459.211 1219.03 461.073 1215.1 462.932L1215.1 462.936ZM1223.04 465.124C1220.78 464.491 1218.51 463.863 1216.22 463.242C1220.17 461.372 1224.11 459.506 1228.05 457.635C1230.37 458.185 1232.67 458.739 1234.98 459.301C1231 461.242 1227.03 463.183 1223.05 465.124H1223.04ZM975.831 416.26L973.717 415.847L976.334 416.051L978.4 416.389L975.831 416.256V416.26ZM984.6 417.969L981.225 417.309L985.264 417.517L988.659 418.075L984.604 417.969H984.6ZM993.35 419.682L989.15 418.857L994.183 418.986L998.422 419.69H993.35V419.682ZM1002.08 421.407L997.279 420.456H1003.08L1007.91 421.265L1002.08 421.403V421.407ZM1010.79 423.139L1005.55 422.094L1011.94 421.941L1017.22 422.829L1010.79 423.139ZM1019.48 424.884C1017.62 424.51 1015.76 424.133 1013.9 423.76L1020.77 423.43C1022.65 423.748 1024.53 424.066 1026.4 424.385C1024.09 424.55 1021.8 424.719 1019.48 424.884ZM1028.14 426.636C1026.2 426.239 1024.26 425.846 1022.31 425.453C1024.74 425.28 1027.16 425.104 1029.59 424.931L1035.49 425.944C1033.04 426.176 1030.59 426.408 1028.14 426.64L1028.14 426.636ZM1036.77 428.404C1034.77 427.991 1032.76 427.579 1030.75 427.17C1033.31 426.931 1035.84 426.687 1038.4 426.443C1040.44 426.797 1042.48 427.151 1044.51 427.504C1041.94 427.807 1039.35 428.102 1036.77 428.404ZM1045.36 430.184C1043.3 429.756 1041.24 429.327 1039.17 428.899L1047.16 427.968C1049.26 428.333 1051.35 428.703 1053.43 429.072C1050.75 429.445 1048.05 429.815 1045.36 430.184ZM1053.93 431.983C1051.83 431.539 1049.72 431.095 1047.61 430.651C1050.37 430.27 1053.15 429.889 1055.91 429.508C1058.04 429.889 1060.17 430.266 1062.3 430.647L1053.93 431.979V431.983ZM1062.49 433.798C1060.34 433.339 1058.19 432.883 1056.04 432.427C1058.89 431.971 1061.75 431.516 1064.6 431.06C1066.77 431.453 1068.95 431.846 1071.12 432.239C1068.24 432.757 1065.37 433.28 1062.49 433.798ZM1071.01 435.637C1068.83 435.166 1066.65 434.69 1064.46 434.223C1067.4 433.692 1070.33 433.162 1073.27 432.632C1075.48 433.036 1077.68 433.441 1079.89 433.85C1076.92 434.447 1073.98 435.044 1071.01 435.637ZM1079.49 437.496C1077.29 437.012 1075.08 436.529 1072.88 436.046C1075.9 435.441 1078.9 434.832 1081.91 434.227C1084.15 434.643 1086.38 435.06 1088.61 435.48C1085.57 436.152 1082.54 436.824 1079.49 437.496ZM1087.93 439.37C1085.72 438.875 1083.5 438.38 1081.28 437.888C1084.38 437.209 1087.44 436.521 1090.53 435.842C1092.79 436.27 1095.04 436.698 1097.29 437.13C1094.18 437.881 1091.05 438.627 1087.93 439.374V439.37ZM1096.34 441.275C1094.1 440.768 1091.87 440.262 1089.63 439.755C1092.8 438.996 1095.96 438.238 1099.12 437.476C1101.39 437.916 1103.66 438.352 1105.93 438.796C1102.74 439.621 1099.53 440.446 1096.33 441.271L1096.34 441.275ZM1104.74 443.208C1102.49 442.686 1100.23 442.163 1097.97 441.645C1101.2 440.808 1104.45 439.975 1107.67 439.138C1109.96 439.586 1112.24 440.038 1114.52 440.493C1111.26 441.401 1108 442.305 1104.74 443.208H1104.74ZM1113.08 445.169C1110.83 444.635 1108.57 444.104 1106.3 443.574C1109.6 442.658 1112.89 441.743 1116.18 440.827C1118.48 441.287 1120.78 441.751 1123.06 442.214C1119.74 443.2 1116.42 444.183 1113.08 445.165L1113.08 445.169ZM1121.39 447.153C1119.13 446.607 1116.86 446.065 1114.59 445.522C1117.95 444.528 1121.3 443.534 1124.66 442.54C1126.97 443.012 1129.26 443.487 1131.56 443.967C1128.18 445.031 1124.79 446.092 1121.39 447.153ZM1129.66 449.172C1127.39 448.615 1125.12 448.057 1122.84 447.503C1126.26 446.43 1129.68 445.357 1133.09 444.285C1135.41 444.768 1137.72 445.255 1140.01 445.742C1136.57 446.886 1133.12 448.029 1129.66 449.169V449.172ZM1137.89 451.223C1135.62 450.65 1133.34 450.08 1131.05 449.518C1134.54 448.367 1138.01 447.216 1141.49 446.061C1143.81 446.556 1146.12 447.055 1148.42 447.558C1144.91 448.78 1141.4 450.001 1137.88 451.223H1137.89ZM1146.08 453.31C1143.81 452.724 1141.52 452.143 1139.24 451.565C1142.78 450.335 1146.32 449.102 1149.85 447.872C1152.17 448.379 1154.48 448.89 1156.79 449.404C1153.22 450.709 1149.66 452.009 1146.08 453.31ZM1154.23 455.431C1151.95 454.83 1149.68 454.237 1147.38 453.644C1150.98 452.331 1154.57 451.023 1158.17 449.711C1160.49 450.233 1162.8 450.756 1165.11 451.286C1161.49 452.669 1157.86 454.048 1154.23 455.431ZM1162.33 457.592C1160.06 456.979 1157.78 456.37 1155.49 455.765C1159.14 454.374 1162.79 452.984 1166.44 451.593C1168.76 452.127 1171.07 452.665 1173.38 453.207C1169.7 454.669 1166.02 456.131 1162.33 457.592ZM1170.4 459.792C1168.13 459.164 1165.85 458.539 1163.56 457.922C1167.27 456.453 1170.97 454.979 1174.67 453.51C1176.99 454.056 1179.3 454.61 1181.61 455.164C1177.88 456.708 1174.14 458.248 1170.4 459.792ZM1178.42 462.036C1176.14 461.395 1173.87 460.755 1171.59 460.122C1175.35 458.57 1179.11 457.022 1182.86 455.471C1185.18 456.032 1187.48 456.598 1189.78 457.168C1186 458.79 1182.21 460.413 1178.41 462.036H1178.42ZM1186.39 464.322C1184.13 463.666 1181.86 463.01 1179.58 462.366C1183.39 460.735 1187.2 459.105 1191 457.474C1193.31 458.052 1195.62 458.629 1197.92 459.215C1194.08 460.92 1190.24 462.621 1186.39 464.326V464.322ZM1194.31 466.652C1192.05 465.98 1189.79 465.313 1187.51 464.649C1191.38 462.936 1195.24 461.226 1199.1 459.513C1201.41 460.103 1203.7 460.7 1205.99 461.301C1202.1 463.085 1198.21 464.869 1194.31 466.652ZM1202.19 469.033C1199.94 468.346 1197.68 467.658 1195.42 466.982C1199.33 465.191 1203.24 463.399 1207.15 461.608C1209.45 462.213 1211.74 462.826 1214.03 463.442C1210.08 465.309 1206.14 467.171 1202.19 469.037V469.033ZM1210.02 471.461C1207.78 470.758 1205.52 470.059 1203.26 469.363C1207.23 467.489 1211.19 465.619 1215.16 463.745C1217.45 464.366 1219.73 464.994 1222 465.631C1218.01 467.576 1214.02 469.52 1210.02 471.465V471.461ZM948.929 411.867L948.898 411.859L949.028 411.875L948.929 411.863V411.867ZM957.609 413.808L955.479 413.333L958.088 413.608L960.198 414.016L957.609 413.812V413.808ZM966.276 415.757L962.92 415.002L966.936 415.317L970.307 415.969L966.276 415.757ZM974.927 417.709L970.743 416.763L975.752 417.026L979.956 417.843L974.927 417.709ZM983.559 419.674L978.774 418.586L984.526 418.739L989.339 419.682L983.559 419.674ZM992.179 421.642L986.954 420.448L993.279 420.456L998.54 421.493C996.415 421.544 994.305 421.595 992.175 421.642H992.179ZM1000.75 423.615L995.216 422.338L1002.02 422.177L1007.63 423.289L1000.76 423.615H1000.75ZM1009.3 425.599C1007.38 425.151 1005.46 424.703 1003.53 424.259C1005.95 424.145 1008.34 424.027 1010.74 423.913C1012.7 424.306 1014.66 424.699 1016.61 425.088C1014.18 425.261 1011.73 425.426 1009.3 425.599ZM1017.82 427.599C1015.84 427.131 1013.84 426.663 1011.85 426.196L1019.45 425.662C1021.47 426.07 1023.49 426.479 1025.5 426.887C1022.95 427.127 1020.38 427.363 1017.83 427.602L1017.82 427.599ZM1026.33 429.61C1024.29 429.123 1022.24 428.64 1020.18 428.153C1022.83 427.905 1025.48 427.661 1028.11 427.414C1030.18 427.834 1032.25 428.259 1034.32 428.683L1026.33 429.606V429.61ZM1034.82 431.638C1032.72 431.135 1030.63 430.632 1028.53 430.133C1031.26 429.818 1034 429.5 1036.74 429.182C1038.86 429.618 1040.98 430.058 1043.09 430.498C1040.34 430.879 1037.59 431.26 1034.82 431.638H1034.82ZM1043.27 433.685C1041.14 433.166 1039.01 432.647 1036.87 432.133C1039.7 431.744 1042.52 431.355 1045.34 430.966C1047.5 431.418 1049.66 431.869 1051.81 432.321C1048.96 432.773 1046.13 433.229 1043.27 433.685ZM1051.68 435.739C1049.53 435.209 1047.37 434.679 1045.21 434.152C1048.12 433.688 1051.02 433.225 1053.92 432.761C1056.11 433.225 1058.3 433.692 1060.49 434.156C1057.56 434.682 1054.63 435.209 1051.68 435.735V435.739ZM1060.06 437.822C1057.89 437.279 1055.71 436.737 1053.52 436.195C1056.52 435.661 1059.49 435.122 1062.48 434.584C1064.7 435.06 1066.92 435.539 1069.14 436.018C1066.12 436.619 1063.09 437.221 1060.07 437.822H1060.06ZM1068.41 439.92C1066.22 439.362 1064.02 438.808 1061.81 438.254C1064.87 437.641 1067.95 437.036 1071 436.423C1073.24 436.91 1075.47 437.397 1077.7 437.888C1074.61 438.568 1071.51 439.244 1068.41 439.92ZM1076.74 442.045C1074.52 441.476 1072.3 440.91 1070.08 440.344C1073.21 439.656 1076.36 438.973 1079.49 438.281C1081.74 438.776 1083.99 439.275 1086.23 439.778C1083.07 440.533 1079.91 441.287 1076.74 442.045H1076.74ZM1085.03 444.194C1082.8 443.613 1080.57 443.031 1078.33 442.454C1081.53 441.692 1084.74 440.926 1087.94 440.159C1090.2 440.67 1092.46 441.181 1094.72 441.692C1091.49 442.525 1088.27 443.362 1085.03 444.194ZM1093.3 446.371C1091.06 445.774 1088.81 445.185 1086.56 444.591C1089.83 443.75 1093.09 442.906 1096.35 442.065C1098.63 442.588 1100.92 443.11 1103.19 443.641C1099.9 444.552 1096.6 445.464 1093.3 446.375V446.371ZM1101.52 448.575C1099.27 447.97 1097.02 447.365 1094.77 446.764C1098.1 445.845 1101.43 444.925 1104.76 444.002C1107.04 444.532 1109.32 445.067 1111.6 445.605C1108.24 446.595 1104.89 447.585 1101.52 448.575H1101.52ZM1109.7 450.807C1107.45 450.186 1105.2 449.569 1102.94 448.956C1106.33 447.958 1109.72 446.96 1113.1 445.959C1115.4 446.501 1117.69 447.047 1119.97 447.597C1116.55 448.666 1113.13 449.734 1109.71 450.803L1109.7 450.807ZM1117.85 453.066C1115.59 452.433 1113.33 451.805 1111.07 451.18C1114.52 450.104 1117.97 449.027 1121.41 447.947C1123.71 448.501 1126 449.062 1128.29 449.624C1124.81 450.771 1121.33 451.919 1117.84 453.066H1117.85ZM1125.95 455.364C1123.69 454.72 1121.43 454.08 1119.16 453.439C1122.67 452.284 1126.18 451.129 1129.68 449.97C1131.98 450.536 1134.28 451.109 1136.56 451.683C1133.03 452.913 1129.49 454.139 1125.94 455.364H1125.95ZM1134.01 457.694C1131.76 457.034 1129.5 456.382 1127.23 455.73C1130.8 454.496 1134.36 453.259 1137.92 452.025C1140.22 452.606 1142.52 453.188 1144.8 453.777C1141.21 455.086 1137.61 456.39 1134.01 457.694ZM1142.04 460.06C1139.79 459.388 1137.52 458.72 1135.25 458.056C1138.87 456.74 1142.49 455.427 1146.11 454.111C1148.41 454.704 1150.71 455.302 1153 455.903C1149.35 457.29 1145.7 458.677 1142.04 460.063L1142.04 460.06ZM1150.02 462.464C1147.77 461.777 1145.51 461.093 1143.24 460.417C1146.92 459.022 1150.59 457.628 1154.26 456.233C1156.56 456.838 1158.85 457.451 1161.14 458.064C1157.44 459.529 1153.73 460.995 1150.02 462.46V462.464ZM1157.96 464.908C1155.71 464.209 1153.45 463.513 1151.19 462.822C1154.92 461.348 1158.64 459.875 1162.37 458.398C1164.66 459.018 1166.95 459.643 1169.24 460.272C1165.48 461.82 1161.72 463.364 1157.96 464.908H1157.96ZM1165.85 467.395C1163.61 466.68 1161.36 465.969 1159.1 465.261C1162.88 463.71 1166.66 462.154 1170.43 460.598C1172.73 461.23 1175.01 461.871 1177.29 462.515C1173.48 464.142 1169.67 465.768 1165.85 467.395ZM1173.7 469.921C1171.47 469.19 1169.22 468.464 1166.97 467.745C1170.8 466.11 1174.63 464.476 1178.46 462.841C1180.75 463.49 1183.03 464.142 1185.3 464.802C1181.44 466.507 1177.57 468.216 1173.7 469.921ZM1181.51 472.499C1179.28 471.752 1177.03 471.013 1174.78 470.279C1178.67 468.566 1182.55 466.853 1186.43 465.136C1188.71 465.8 1190.98 466.468 1193.25 467.14C1189.34 468.927 1185.43 470.711 1181.51 472.499ZM1189.26 475.119C1187.04 474.357 1184.8 473.599 1182.56 472.848C1186.5 471.053 1190.43 469.257 1194.36 467.462C1196.63 468.141 1198.9 468.825 1201.16 469.517C1197.2 471.383 1193.23 473.253 1189.26 475.119ZM1196.96 477.791C1194.75 477.013 1192.52 476.239 1190.29 475.473C1194.27 473.599 1198.25 471.725 1202.23 469.85C1204.5 470.546 1206.76 471.245 1209.01 471.952C1205 473.901 1200.98 475.85 1196.96 477.795V477.791ZM1423.08 369.651L1412.45 375.088C1410.01 375.379 1407.57 375.67 1405.12 375.972L1415.67 370.727C1418.15 370.362 1420.62 370.004 1423.08 369.651ZM1435.63 363.227L1425.19 368.57C1422.76 368.916 1420.33 369.265 1417.88 369.623L1428.25 364.472C1430.71 364.052 1433.18 363.635 1435.63 363.227H1435.63ZM1448.12 356.838L1437.89 362.068C1435.48 362.468 1433.05 362.877 1430.62 363.286L1440.77 358.241C1443.23 357.769 1445.68 357.298 1448.12 356.834V356.838ZM1460.53 350.497L1450.53 355.604C1448.15 356.052 1445.75 356.508 1443.35 356.968L1453.28 352.037C1455.71 351.518 1458.12 351.004 1460.53 350.497ZM1472.9 344.183L1463.15 349.157C1460.8 349.652 1458.44 350.147 1456.08 350.65L1465.75 345.857C1468.14 345.291 1470.52 344.733 1472.9 344.183ZM1485.18 337.92C1482.04 339.519 1478.89 341.126 1475.74 342.733C1473.42 343.268 1471.09 343.814 1468.76 344.364C1471.9 342.808 1475.03 341.264 1478.16 339.716C1480.5 339.115 1482.85 338.514 1485.18 337.92ZM1497.36 331.72L1488.26 336.357C1486 336.926 1483.75 337.496 1481.49 338.07C1484.52 336.573 1487.54 335.08 1490.56 333.591C1492.83 332.962 1495.1 332.341 1497.36 331.72ZM1509.49 325.556C1506.58 327.033 1503.67 328.51 1500.75 329.992C1498.57 330.585 1496.38 331.19 1494.19 331.795L1502.86 327.52C1505.07 326.864 1507.29 326.204 1509.49 325.556ZM1521.44 319.497C1518.69 320.892 1515.94 322.283 1513.18 323.682C1511.1 324.291 1509.02 324.9 1506.93 325.517C1509.67 324.169 1512.42 322.817 1515.15 321.474C1517.25 320.81 1519.34 320.154 1521.43 319.497H1521.44ZM1533.29 313.498C1530.72 314.795 1528.16 316.091 1525.59 317.392C1523.63 318.005 1521.67 318.617 1519.71 319.234C1522.26 317.981 1524.82 316.728 1527.36 315.482C1529.34 314.818 1531.31 314.154 1533.29 313.498ZM1544.93 307.62C1542.6 308.791 1540.26 309.974 1537.93 311.152C1536.15 311.746 1534.35 312.339 1532.57 312.936C1534.91 311.789 1537.25 310.646 1539.58 309.506C1541.36 308.874 1543.15 308.249 1544.93 307.62ZM1556.36 301.864C1554.32 302.89 1552.27 303.923 1550.23 304.953C1548.66 305.503 1547.09 306.053 1545.52 306.603C1547.59 305.597 1549.65 304.595 1551.7 303.593C1553.26 303.016 1554.82 302.434 1556.37 301.86L1556.36 301.864ZM1567.48 296.289L1562.47 298.8C1561.23 299.256 1559.99 299.711 1558.75 300.171L1563.82 297.711L1567.48 296.289H1567.48ZM1578.06 290.993L1574.65 292.694L1572.25 293.625L1575.79 291.916L1578.06 290.993H1578.06ZM1587.86 286.101L1586.77 286.644L1586.49 286.758L1587.85 286.109L1587.86 286.101H1587.86ZM1216.81 474.432C1212.75 476.459 1208.69 478.486 1204.62 480.514C1202.41 479.72 1200.19 478.93 1197.97 478.144C1202 476.192 1206.04 474.235 1210.07 472.279C1212.33 472.99 1214.57 473.709 1216.81 474.432ZM1229.93 467.87C1225.89 469.898 1221.84 471.921 1217.79 473.948C1215.56 473.225 1213.32 472.506 1211.06 471.799C1215.08 469.847 1219.09 467.894 1223.1 465.941C1225.39 466.582 1227.66 467.222 1229.93 467.874V467.87ZM1243.03 461.297C1239 463.321 1234.98 465.34 1230.95 467.363C1228.69 466.715 1226.42 466.071 1224.14 465.434C1228.14 463.486 1232.14 461.537 1236.12 459.584C1238.43 460.15 1240.74 460.72 1243.03 461.297ZM1256.09 454.716C1252.09 456.732 1248.09 458.751 1244.08 460.767C1241.79 460.189 1239.5 459.62 1237.2 459.054C1241.18 457.109 1245.15 455.16 1249.12 453.215C1251.46 453.71 1253.78 454.209 1256.09 454.716ZM1269.14 448.135C1265.16 450.147 1261.17 452.158 1257.18 454.17C1254.88 453.663 1252.56 453.164 1250.24 452.669C1254.2 450.728 1258.15 448.787 1262.1 446.846C1264.46 447.271 1266.8 447.699 1269.14 448.131V448.135ZM1282.16 441.55C1278.2 443.554 1274.24 445.558 1270.27 447.565C1267.94 447.129 1265.61 446.701 1263.27 446.281C1267.2 444.348 1271.13 442.415 1275.06 440.482C1277.43 440.831 1279.8 441.193 1282.16 441.554L1282.16 441.55ZM1295.15 434.965C1291.22 436.961 1287.28 438.957 1283.33 440.953C1280.98 440.588 1278.63 440.23 1276.27 439.88C1280.18 437.955 1284.08 436.03 1287.98 434.105C1290.37 434.384 1292.76 434.671 1295.14 434.965H1295.15ZM1308.12 428.38C1304.21 430.369 1300.3 432.353 1296.38 434.341C1294.01 434.046 1291.64 433.759 1289.25 433.476C1293.14 431.559 1297.02 429.642 1300.9 427.724C1303.31 427.936 1305.72 428.153 1308.12 428.377V428.38ZM1321.04 421.807C1317.17 423.78 1313.28 425.756 1309.4 427.728C1307.01 427.504 1304.62 427.284 1302.22 427.072C1306.07 425.167 1309.92 423.261 1313.76 421.359C1316.2 421.501 1318.62 421.65 1321.04 421.803V421.807ZM1333.93 415.234C1330.09 417.195 1326.24 419.155 1322.38 421.12C1319.98 420.963 1317.57 420.813 1315.15 420.668L1326.61 414.991C1329.06 415.065 1331.5 415.144 1333.93 415.23V415.234ZM1346.79 408.673C1342.98 410.618 1339.17 412.566 1335.35 414.515C1332.93 414.425 1330.51 414.342 1328.07 414.268L1339.43 408.634C1341.9 408.641 1344.35 408.653 1346.79 408.673ZM1359.62 402.119L1348.28 407.915C1345.85 407.895 1343.41 407.879 1340.97 407.867L1352.22 402.28C1354.7 402.221 1357.16 402.166 1359.62 402.119ZM1372.4 395.586L1361.18 401.322C1358.74 401.365 1356.29 401.416 1353.85 401.471L1364.98 395.939C1367.46 395.813 1369.94 395.695 1372.4 395.582L1372.4 395.586ZM1385.14 389.067L1374.05 394.741C1371.6 394.847 1369.15 394.965 1366.69 395.083L1377.7 389.61C1380.18 389.421 1382.67 389.24 1385.14 389.063V389.067ZM1397.83 382.573L1386.89 388.175C1384.44 388.344 1381.99 388.521 1379.53 388.706L1390.39 383.304C1392.88 383.056 1395.36 382.812 1397.83 382.573ZM1407.69 377.528L1399.69 381.622C1397.24 381.854 1394.79 382.09 1392.33 382.333L1393.68 381.661L1403.04 377.002C1405.53 376.695 1408.01 376.393 1410.48 376.094L1407.69 377.524V377.528ZM931.033 408.689L930.951 408.669L931.3 408.724L931.033 408.689ZM939.61 410.873L937.492 410.335L940.097 410.684L942.191 411.152L939.61 410.877V410.873ZM948.171 413.061L944.816 412.205L948.816 412.629L952.167 413.38L948.171 413.061ZM956.728 415.254L952.548 414.181L957.518 414.574L961.71 415.517L956.732 415.254H956.728ZM965.262 417.454L960.496 416.224L966.185 416.523L970.987 417.603C969.077 417.552 967.179 417.505 965.266 417.45L965.262 417.454ZM973.756 419.654L968.582 418.311L974.841 418.476L980.082 419.666L973.756 419.654ZM982.227 421.862C980.408 421.387 978.581 420.911 976.758 420.432C979.009 420.436 981.237 420.436 983.485 420.44L989.056 421.713C986.789 421.764 984.502 421.811 982.227 421.862ZM990.674 424.082C988.765 423.579 986.856 423.076 984.938 422.573C987.327 422.518 989.72 422.467 992.109 422.412C994.046 422.856 995.979 423.3 997.912 423.748C995.507 423.862 993.091 423.972 990.678 424.082H990.674ZM999.106 426.31C997.13 425.783 995.15 425.261 993.165 424.734C995.672 424.617 998.191 424.506 1000.69 424.389C1002.7 424.852 1004.7 425.316 1006.69 425.779L999.106 426.31ZM1007.52 428.553C1005.49 428.007 1003.45 427.465 1001.41 426.923C1004.02 426.742 1006.64 426.561 1009.24 426.377C1011.3 426.856 1013.36 427.339 1015.42 427.823C1012.78 428.066 1010.15 428.314 1007.51 428.557L1007.52 428.553ZM1015.91 430.812C1013.83 430.251 1011.75 429.689 1009.67 429.131C1012.38 428.879 1015.08 428.628 1017.78 428.377C1019.89 428.872 1022 429.371 1024.1 429.87C1021.36 430.184 1018.65 430.502 1015.91 430.816V430.812ZM1024.24 433.079C1022.14 432.506 1020.03 431.932 1017.92 431.359C1020.72 431.036 1023.5 430.714 1026.29 430.388C1028.44 430.899 1030.58 431.41 1032.73 431.924C1029.91 432.309 1027.07 432.694 1024.24 433.079H1024.24ZM1032.55 435.366C1030.42 434.777 1028.29 434.187 1026.15 433.602C1029.03 433.209 1031.91 432.816 1034.79 432.419C1036.97 432.942 1039.14 433.468 1041.31 433.991C1038.4 434.451 1035.47 434.902 1032.56 435.362L1032.55 435.366ZM1040.85 437.669C1038.69 437.063 1036.53 436.462 1034.35 435.861C1037.32 435.394 1040.29 434.934 1043.25 434.466C1045.44 435.001 1047.63 435.535 1049.82 436.073C1046.83 436.608 1043.84 437.138 1040.84 437.669H1040.85ZM1049.11 439.994C1046.93 439.378 1044.74 438.761 1042.55 438.148C1045.59 437.606 1048.63 437.067 1051.66 436.525C1053.88 437.071 1056.09 437.621 1058.3 438.171C1055.24 438.78 1052.18 439.389 1049.12 439.994H1049.11ZM1057.34 442.34C1055.14 441.707 1052.94 441.079 1050.73 440.454C1053.84 439.837 1056.94 439.22 1060.04 438.604C1062.28 439.161 1064.51 439.723 1066.73 440.285C1063.6 440.973 1060.48 441.656 1057.34 442.34ZM1065.56 444.713C1063.34 444.069 1061.13 443.428 1058.9 442.788C1062.08 442.096 1065.24 441.401 1068.4 440.709C1070.66 441.279 1072.9 441.853 1075.14 442.426C1071.94 443.189 1068.76 443.955 1065.56 444.713ZM1073.7 447.102C1071.49 446.45 1069.27 445.797 1067.05 445.149C1070.29 444.379 1073.5 443.605 1076.73 442.835C1079 443.417 1081.25 444.002 1083.51 444.587C1080.24 445.428 1076.98 446.265 1073.71 447.102H1073.7ZM1081.85 449.522C1079.62 448.854 1077.38 448.19 1075.14 447.526C1078.44 446.682 1081.74 445.833 1085.03 444.984C1087.3 445.577 1089.57 446.175 1091.83 446.776C1088.51 447.691 1085.18 448.607 1081.85 449.522ZM1089.94 451.97C1087.71 451.29 1085.48 450.614 1083.23 449.939C1086.6 449.015 1089.96 448.092 1093.31 447.165C1095.58 447.77 1097.85 448.375 1100.11 448.988C1096.72 449.982 1093.33 450.976 1089.94 451.97ZM1097.99 454.445C1095.76 453.754 1093.52 453.062 1091.27 452.378C1094.69 451.377 1098.11 450.375 1101.52 449.373C1103.8 449.99 1106.08 450.607 1108.34 451.231C1104.9 452.304 1101.44 453.376 1097.99 454.449L1097.99 454.445ZM1106.02 456.952C1103.78 456.248 1101.54 455.545 1099.29 454.846C1102.77 453.765 1106.24 452.685 1109.71 451.604C1112 452.233 1114.27 452.866 1116.54 453.498C1113.03 454.649 1109.53 455.801 1106.02 456.952ZM1114 459.49C1111.76 458.771 1109.51 458.056 1107.27 457.345C1110.8 456.186 1114.33 455.027 1117.86 453.868C1120.15 454.508 1122.42 455.152 1124.69 455.801C1121.13 457.03 1117.56 458.264 1114 459.494V459.49ZM1121.94 462.063C1119.7 461.333 1117.46 460.606 1115.21 459.879C1118.8 458.641 1122.38 457.404 1125.97 456.162C1128.25 456.814 1130.53 457.47 1132.8 458.13C1129.18 459.443 1125.56 460.751 1121.93 462.059L1121.94 462.063ZM1129.84 464.676C1127.6 463.93 1125.36 463.187 1123.12 462.452C1126.76 461.136 1130.4 459.82 1134.04 458.5C1136.32 459.168 1138.6 459.836 1140.86 460.511C1137.19 461.902 1133.52 463.289 1129.84 464.68V464.676ZM1137.7 467.32C1135.46 466.562 1133.22 465.808 1130.98 465.057C1134.68 463.662 1138.38 462.264 1142.06 460.865C1144.34 461.545 1146.61 462.228 1148.88 462.916C1145.15 464.385 1141.42 465.855 1137.7 467.32ZM1145.51 470.008C1143.28 469.234 1141.05 468.464 1138.81 467.701C1142.56 466.228 1146.3 464.751 1150.05 463.273C1152.32 463.969 1154.59 464.664 1156.85 465.364C1153.08 466.912 1149.3 468.464 1145.51 470.008ZM1153.28 472.738C1151.06 471.949 1148.83 471.167 1146.59 470.385C1150.39 468.829 1154.19 467.273 1157.98 465.717C1160.26 466.424 1162.51 467.136 1164.77 467.855C1160.94 469.485 1157.11 471.112 1153.27 472.738H1153.28ZM1161 475.512C1158.79 474.707 1156.57 473.909 1154.33 473.115C1158.19 471.481 1162.04 469.847 1165.88 468.208C1168.15 468.931 1170.4 469.654 1172.65 470.389C1168.77 472.098 1164.89 473.807 1161 475.516V475.512ZM1168.69 478.329C1166.48 477.508 1164.26 476.695 1162.04 475.885C1165.94 474.172 1169.84 472.455 1173.74 470.738C1176 471.477 1178.24 472.216 1180.49 472.962C1176.56 474.754 1172.62 476.542 1168.69 478.329ZM1176.32 481.193C1174.12 480.357 1171.91 479.531 1169.69 478.706C1173.65 476.911 1177.6 475.115 1181.54 473.316C1183.79 474.066 1186.03 474.825 1188.27 475.591C1184.29 477.461 1180.31 479.327 1176.32 481.193H1176.32ZM1183.9 484.105C1181.71 483.252 1179.51 482.407 1177.3 481.567C1181.3 479.693 1185.3 477.818 1189.29 475.94C1191.53 476.706 1193.77 477.481 1195.99 478.262C1191.97 480.211 1187.93 482.16 1183.9 484.105ZM1191.43 487.071C1189.25 486.203 1187.06 485.338 1184.86 484.482C1188.91 482.529 1192.96 480.573 1197 478.616C1199.23 479.402 1201.45 480.192 1203.67 480.985C1199.59 483.016 1195.51 485.044 1191.42 487.071H1191.43ZM1794.47 986.806C1791.53 996.632 1788.5 1006.56 1785.35 1016.67H1786.08C1788.98 1007.39 1791.76 998.267 1794.48 989.226V986.806H1794.47ZM1794.47 934.794C1787.52 960.957 1779.76 988.216 1771.14 1016.67H1771.87C1780.19 989.195 1787.71 962.831 1794.48 937.494V934.794H1794.47ZM1794.47 870.195C1784.77 915.103 1772.25 963.825 1756.72 1016.67H1757.44C1772.58 965.13 1784.88 917.487 1794.47 873.495V870.199V870.195ZM1794.47 769.374C1786.37 839.278 1769.24 921.134 1742.09 1016.67H1742.81C1769.22 923.683 1786.11 843.682 1794.47 774.992V769.374H1794.47ZM-20.0555 -129.008C231.873 225.207 579.958 320.389 879.214 396.34C571.177 327.469 214.507 236.585 -38.4194 -129.008H-39.2366C218.554 243.971 584.166 331.477 896.313 400.945C575.224 338.973 200.901 256.069 -57.4591 -129.008H-58.2881C204.904 263.655 588.499 342.596 913.671 405.07H913.679C579.412 350.513 186.992 276.476 -76.3259 -129.008H-77.1706C188.572 280.632 585.895 352.501 922.319 407.262L924.417 407.793C578.327 361.211 171.005 295.02 -95.0041 -129.012H-95.841C171.984 298.352 583.152 362.767 930.935 409.447L934.278 410.299C576.457 372.102 154.539 313.973 -113.443 -129.012H-114.268C155.152 316.81 580.268 373.399 939.5 411.631L943.692 412.704C574.163 383.272 137.798 333.453 -131.547 -129.008H-132.416C138.12 336.027 577.306 384.412 948.081 413.828L952.862 415.053C571.617 394.756 120.884 353.495 -149.275 -129.004H-150.135C121.029 355.848 574.281 395.778 956.642 416.024L961.84 417.364C568.851 406.555 103.761 374.169 -166.664 -129.004H-167.505C103.797 376.349 571.169 407.498 965.18 418.224L970.68 419.646C572.674 418.684 102.465 396.277 -169.992 -103.1V-101.576C103.38 398.328 575.125 419.568 973.682 420.428L979.434 421.925C578.048 430.773 104.972 418.424 -169.992 -71.264V-69.7632C105.824 420.322 580.276 431.598 982.156 422.64C984.149 423.163 986.136 423.681 988.121 424.204C583.38 442.78 107.462 440.427 -170 -39.6124V-38.1351C108.26 442.195 585.419 443.558 990.608 424.856C992.655 425.394 994.702 425.937 996.741 426.479C588.688 454.712 109.95 462.291 -170 -8.13757V-6.67596C110.704 463.957 590.574 455.451 999.047 427.088C1001.14 427.646 1003.23 428.2 1005.32 428.758C593.957 466.574 112.425 483.932 -170 23.0032V24.4216C113.136 485.5 595.709 467.281 1007.47 429.339C1009.6 429.909 1011.72 430.478 1013.84 431.052C599.159 478.368 114.876 505.325 -170 53.763V55.1578C115.56 506.814 600.813 479.048 1015.86 431.594C1018.01 432.176 1020.15 432.757 1022.29 433.343C604.333 490.092 117.32 526.6 -170 84.3617V85.7408C117.972 528.023 605.889 490.749 1024.2 433.865C1026.38 434.458 1028.55 435.056 1030.72 435.653C609.496 501.761 119.756 547.766 -170 114.799V116.163C120.385 549.129 610.965 502.398 1032.52 436.152C1034.72 436.761 1036.91 437.37 1039.11 437.983C614.643 513.375 122.184 568.825 -170 145.08V146.427C122.789 570.137 616.037 513.992 1040.82 438.458C1043.04 439.079 1045.25 439.704 1047.46 440.324C619.778 524.934 124.608 589.782 -170 175.207V176.539C125.194 591.047 621.106 525.532 1049.09 440.78C1051.32 441.413 1053.55 442.049 1055.77 442.686C624.858 536.45 127.017 610.468 -170 204.902V206.19C127.583 611.682 626.127 537.039 1057.33 443.134C1059.57 443.778 1061.81 444.422 1064.04 445.071C629.914 547.919 129.414 631.028 -170 234.396V235.669C129.964 632.203 631.132 548.496 1065.54 445.503C1067.78 446.155 1070.02 446.811 1072.26 447.467C634.936 559.34 131.798 651.494 -170 263.758V265.019C132.333 652.641 636.107 559.906 1073.69 447.899C1075.95 448.567 1078.2 449.235 1080.45 449.911C996.01 473.072 909.168 495.514 821.816 513.996C453.457 591.923 75.8777 599.301 -170 293.044V294.262C76.0506 600.099 453.603 592.677 821.946 514.754C909.746 496.178 997.012 473.607 1081.84 450.324C1084.1 450.999 1086.35 451.683 1088.6 452.367C987.991 481.779 884.055 510.193 779.902 532.226C424.757 607.356 67.0415 608.307 -170 322.138V323.324C67.2025 609.1 424.898 608.11 780.028 532.981C884.613 510.857 988.958 482.309 1089.94 452.771C1092.2 453.459 1094.45 454.15 1096.71 454.85C981.41 490.599 861.836 525.048 742.569 550.28C399.651 622.824 59.1993 619.147 -170 351.019V352.218C59.3564 619.96 399.796 623.578 742.699 551.034C862.379 525.716 982.349 491.122 1098 455.247C1100.26 455.95 1102.52 456.653 1104.77 457.36C975.87 499.557 841.744 540.159 708.651 568.314C377.169 638.442 52.0918 631.311 -170 379.595V380.762C52.2372 632.12 377.311 639.196 708.776 569.072C842.27 540.831 976.786 500.08 1106.02 457.753C1108.28 458.468 1110.54 459.183 1112.79 459.906C971.124 508.684 823.286 555.557 677.4 586.418C356.746 654.26 45.5383 644.669 -170 408.091V409.231C45.6798 645.478 356.884 655.014 677.525 587.181C823.8 556.236 972.02 509.207 1114 460.299C1116.26 461.026 1118.52 461.757 1120.77 462.488C967.003 517.984 806.128 571.261 648.314 604.649C337.97 670.302 39.4288 659.033 -170 436.513V437.625C39.5624 659.831 338.104 671.06 648.436 605.403C806.631 571.936 967.871 518.499 1121.94 462.869C1124.2 463.607 1126.46 464.354 1128.7 465.1C963.396 527.453 790.047 587.263 621.023 623.025C320.514 686.599 33.6847 674.069 -170 464.617V465.737C33.8104 674.891 320.647 687.357 621.149 623.783C790.526 587.947 964.237 527.971 1129.85 465.485C1132.1 466.24 1134.35 466.994 1136.6 467.756C960.206 537.098 774.861 603.576 595.265 641.569C304.185 703.151 28.2392 689.809 -170 492.591V493.687C28.361 690.622 304.315 703.91 595.395 642.327C775.333 604.26 961.031 537.609 1137.71 468.134C1139.96 468.9 1142.2 469.67 1144.44 470.448C957.365 546.909 760.434 620.18 570.831 660.294C288.835 719.952 23.049 706.212 -170 520.514V521.583C23.1669 707.018 288.96 720.71 570.957 661.049C760.894 620.867 958.17 547.42 1145.53 470.821C1147.77 471.603 1150.01 472.389 1152.24 473.178C954.815 556.885 746.659 637.07 547.548 679.197C274.294 737.007 18.0789 723.071 -170 548.194V549.266C18.1889 723.888 274.419 737.762 547.674 679.951C747.115 637.758 955.605 557.395 1153.3 473.552C1155.54 474.345 1157.77 475.147 1159.99 475.952C952.524 567.029 733.466 654.244 525.291 698.284C260.475 754.31 13.3013 740.386 -170 575.712V576.761C13.4074 741.195 260.597 755.069 525.416 699.046C733.91 654.935 953.302 567.544 1161.03 476.329C1163.26 477.139 1165.49 477.956 1167.7 478.773C950.454 577.335 720.771 671.688 503.941 717.559C247.306 771.857 8.68872 758.184 -170 603.183V604.213C8.79088 758.994 247.427 772.619 504.066 718.321C721.208 672.384 951.212 577.849 1168.71 479.15C1170.93 479.975 1173.15 480.808 1175.35 481.641C948.568 587.798 708.521 689.396 483.412 737.019C234.694 789.639 4.2215 776.312 -170 630.446V631.48C4.31973 777.134 234.815 790.402 483.542 737.781C708.957 690.092 949.314 588.312 1176.34 482.022C1178.56 482.863 1180.76 483.712 1182.96 484.564C946.851 598.418 696.675 707.359 463.633 756.66C222.585 807.65 -0.112122 794.759 -170 657.544V658.554C-0.0178223 795.568 222.703 808.408 463.755 757.41C697.096 708.043 947.574 598.92 1183.92 484.93C1186.13 485.786 1188.32 486.651 1190.51 487.523C945.272 609.175 685.187 725.55 444.527 776.466C210.943 825.884 -4.33182 813.59 -170 684.603V685.593C-4.24144 814.392 211.061 826.642 444.653 777.224C685.603 726.25 945.983 609.69 1191.46 487.896C1194.61 489.153 1197.74 490.419 1200.86 491.699C1396.1 572.019 1520.14 702.975 1493.15 1016.67H1493.85C1520.89 702.562 1396.65 571.422 1201.1 490.976C1198.21 489.786 1195.3 488.611 1192.38 487.44C1196.47 485.405 1200.57 483.37 1204.66 481.335C1216.91 485.751 1228.89 490.352 1240.6 495.169C1428.01 572.266 1543.49 704.397 1511.64 1016.67H1512.34C1544.24 703.988 1428.56 571.669 1240.83 494.446C1229.35 489.723 1217.6 485.209 1205.6 480.871C1209.69 478.836 1213.77 476.805 1217.84 474.77C1238.53 481.464 1258.48 488.678 1277.63 496.552C1458.5 570.958 1566.6 704.373 1529.84 1016.68H1530.54C1567.35 703.965 1459.05 570.361 1277.86 495.825C1258.95 488.045 1239.24 480.91 1218.82 474.278C1222.88 472.247 1226.95 470.212 1231.01 468.177C1259.63 476.42 1286.89 485.641 1312.57 496.206C1487.91 568.334 1589.54 703.124 1547.79 1016.68H1548.49C1590.28 702.719 1488.46 567.74 1312.81 495.479C1287.36 485.008 1260.35 475.858 1232.02 467.674C1236.07 465.643 1240.11 463.611 1244.15 461.58C1280.32 470.742 1314.36 481.445 1345.86 494.399C1516.42 564.566 1612.18 700.943 1565.42 1016.67H1566.12C1612.93 700.543 1516.98 563.968 1346.1 493.672C1314.83 480.812 1281.06 470.169 1245.2 461.054C1249.23 459.026 1253.25 457.003 1257.27 454.975C1300.67 464.507 1341.09 476.227 1377.8 491.33C1544.23 559.796 1634.67 697.887 1582.79 1016.68H1583.5C1635.42 697.494 1544.79 559.203 1378.04 490.607C1341.56 475.599 1301.43 463.933 1258.36 454.433C1262.37 452.414 1266.37 450.39 1270.37 448.371C1320.74 457.785 1367.18 470.11 1408.62 487.158C1571.44 554.138 1656.99 694.08 1599.91 1016.68H1600.61C1657.74 693.687 1571.99 553.545 1408.85 486.431C1367.65 469.481 1321.51 457.199 1271.5 447.801C1275.49 445.786 1279.47 443.77 1283.44 441.758C1340.56 450.622 1392.75 463.179 1438.48 481.991C1598.12 547.663 1679.12 689.608 1616.74 1016.68H1617.44C1679.87 689.219 1598.68 547.07 1438.72 481.264C1393.23 462.551 1341.36 450.021 1284.62 441.161C1288.58 439.154 1292.54 437.146 1296.5 435.138C1360.18 443.055 1417.88 455.506 1467.54 475.936C1624.36 540.446 1701.03 684.583 1633.28 1016.68H1633.98C1701.78 684.194 1624.92 539.853 1467.78 475.214C1418.36 454.885 1361.01 442.446 1297.73 434.517C1301.66 432.518 1305.6 430.522 1309.52 428.526C1379.63 435.138 1442.64 447.173 1495.91 469.088C1650.2 532.56 1722.78 679.024 1649.56 1016.69H1650.27C1723.53 678.639 1650.76 531.967 1496.14 468.361C1443.12 446.548 1380.47 434.517 1310.8 427.874C1314.71 425.886 1318.62 423.897 1322.52 421.909C1398.91 426.883 1467.06 438.219 1523.66 461.498C1675.7 524.042 1744.37 672.961 1665.59 1016.68H1666.3C1745.13 672.58 1676.27 523.453 1523.9 460.771C1467.55 437.59 1399.79 426.243 1323.87 421.218L1335.49 415.297C1418.05 418.33 1491.2 428.691 1550.87 453.239C1700.89 514.951 1765.81 666.455 1681.37 1016.68H1682.08C1766.57 666.074 1701.46 514.365 1551.11 452.512C1491.69 428.066 1418.95 417.674 1336.89 414.574L1348.42 408.689C1437.05 409.494 1515.07 418.637 1577.61 444.363C1725.8 505.325 1787.09 659.532 1696.9 1016.67H1697.61C1787.85 659.159 1726.37 504.74 1577.85 443.637C1515.57 418.02 1437.99 408.822 1349.91 407.93L1361.33 402.092C1455.94 400.406 1538.73 408.099 1603.93 434.922C1750.46 495.2 1808.23 652.236 1712.19 1016.67H1712.91C1809 651.863 1751.04 494.619 1604.17 434.199C1539.23 407.486 1456.93 399.723 1362.9 401.294L1374.21 395.507C1474.73 391.083 1562.18 397.11 1629.87 424.954C1774.9 484.615 1829.23 644.583 1727.26 1016.67H1727.98C1830.01 644.213 1775.49 484.034 1630.11 424.228C1562.7 396.497 1475.76 390.376 1375.86 394.666L1387.06 388.938C1493.42 381.539 1585.46 385.692 1655.48 414.492C1729.25 444.839 1778.57 502.594 1794.49 603.073V598.763C1777.85 500.543 1728.71 443.794 1655.72 413.765C1585.99 385.083 1494.5 380.809 1388.81 388.042L1399.87 382.38C1512.02 371.788 1608.58 373.874 1680.77 403.573C1731.97 424.632 1770.89 459.62 1794.49 513.811V512.008C1770.76 458.461 1731.93 423.795 1681.01 402.846C1609.11 373.269 1513.15 371.034 1401.73 381.43L1407.98 378.227L1412.65 375.839C1530.54 361.844 1631.54 361.679 1705.79 392.222C1742.17 407.188 1772.11 429.563 1794.49 461.285V460.02C1772.1 428.6 1742.25 406.394 1706.03 391.495C1632.1 361.081 1531.73 361.062 1414.63 374.829L1425.4 369.313C1548.98 351.719 1654.38 349.13 1730.56 380.467C1755.01 390.525 1776.43 404.096 1794.49 421.78V420.746C1776.46 403.227 1755.12 389.751 1730.79 379.744C1654.95 348.544 1550.24 350.913 1427.5 368.24L1438.1 362.818C1567.34 341.437 1677.1 336.25 1755.09 368.334C1769.31 374.185 1782.46 381.3 1794.49 389.763V388.843C1782.51 380.471 1769.45 373.422 1755.32 367.611C1677.67 335.669 1568.66 340.6 1440.34 361.675L1450.75 356.351C1585.62 331.001 1699.7 323.057 1779.41 355.848C1784.59 357.978 1789.61 360.304 1794.49 362.787V361.938C1789.68 359.502 1784.74 357.219 1779.64 355.125C1700.3 322.483 1587.03 330.125 1453.16 355.121L1463.37 349.908C1598.72 321.489 1713.53 310.39 1794.49 339.551V338.741C1713.96 309.824 1600.13 320.582 1465.99 348.572L1475.96 343.484C1603.69 313.922 1713.51 299.586 1794.49 319.27V318.484C1714.03 298.977 1605.24 312.952 1478.76 342.05L1488.48 337.095C1609.15 306.642 1714.14 289.594 1794.49 301.401V300.627C1714.76 288.934 1610.89 305.581 1491.56 335.528C1494.71 333.925 1497.85 332.322 1500.99 330.73C1615 299.621 1715.28 280.334 1794.49 285.563V284.793C1716.01 279.626 1616.93 298.474 1504.34 329.029C1507.37 327.489 1510.4 325.949 1513.42 324.42C1621.14 292.871 1716.84 271.737 1794.49 271.458V270.688C1717.7 270.967 1623.31 291.61 1517.13 322.542L1525.83 318.134C1627.55 286.357 1718.75 263.742 1794.49 258.87V258.104C1719.75 262.909 1629.99 284.966 1529.95 316.056C1532.7 314.661 1535.44 313.282 1538.19 311.895C1634.15 280.078 1720.94 256.316 1794.49 247.625V246.851C1722.09 255.397 1636.91 278.53 1542.79 309.569C1545.37 308.269 1547.93 306.98 1550.5 305.687C1640.93 274.016 1723.36 249.405 1794.49 237.579V236.801C1724.72 248.387 1644.09 272.275 1555.72 303.055C1558.07 301.876 1560.41 300.701 1562.74 299.531C1647.84 268.17 1725.98 242.985 1794.49 228.621V227.839C1727.59 241.854 1651.52 266.186 1568.78 296.501L1574.92 293.425C1654.85 262.54 1728.76 237.025 1794.49 220.649V219.871C1730.7 235.748 1659.24 260.225 1582.04 289.869C1583.71 289.036 1585.38 288.199 1587.04 287.374C1661.96 257.114 1731.69 231.513 1794.49 213.593V212.795C1734.11 230.008 1667.36 254.324 1595.74 283.049L1599.18 281.34C1669.2 251.861 1734.76 226.401 1794.49 207.365V206.576C1737.84 224.617 1675.97 248.435 1610.02 275.977L1611.17 275.411C1676.44 246.835 1737.9 221.706 1794.49 201.924V201.118C1743.61 218.897 1688.79 240.997 1630.81 266.036C1688.6 239.909 1743.41 216.528 1794.49 197.197V196.384C1750.36 213.074 1703.45 232.793 1654.23 254.693C1703.32 231.866 1750.21 211.078 1794.49 193.135V192.325C1757.56 207.287 1718.81 224.224 1678.49 242.675C1718.72 223.458 1757.47 205.668 1794.49 189.724V188.903C1744.24 210.532 1690.81 235.575 1634.81 262.948C1627.03 266.61 1619.19 270.315 1611.31 274.063C1603.55 277.615 1595.73 281.206 1587.87 284.848C1580.11 288.294 1572.3 291.779 1564.43 295.311C1556.82 298.584 1549.17 301.896 1541.47 305.247C1533.77 308.449 1526.03 311.687 1518.23 314.967C1510.75 317.973 1503.21 321.018 1495.63 324.098C1487.99 327.053 1480.3 330.047 1472.56 333.072C1465.15 335.826 1457.7 338.608 1450.2 341.429C1442.7 344.101 1435.14 346.812 1427.55 349.546C1420.14 352.065 1412.69 354.61 1405.2 357.188C1397.87 359.565 1390.48 361.969 1383.07 364.397C1375.73 366.653 1368.35 368.928 1360.93 371.234C1353.73 373.324 1346.48 375.438 1339.19 377.575C1331.95 379.548 1324.67 381.539 1317.35 383.559C1310.27 385.358 1303.15 387.181 1296 389.024C1288.86 390.706 1281.68 392.411 1274.46 394.136C1267.45 395.656 1260.39 397.196 1253.31 398.752C1246.35 400.123 1239.36 401.514 1232.33 402.921C1225.43 404.147 1218.48 405.388 1211.51 406.642C1204.66 407.718 1197.78 408.806 1190.87 409.907C1184.05 410.834 1177.2 411.773 1170.32 412.724C1163.64 413.49 1156.93 414.264 1150.19 415.049C1143.49 415.67 1136.75 416.299 1129.99 416.939C1123.41 417.399 1116.79 417.867 1110.15 418.342C1103.61 418.648 1097.04 418.959 1090.43 419.277C1083.98 419.422 1077.5 419.576 1070.99 419.733C1064.59 419.721 1058.16 419.717 1051.71 419.713C1045.39 419.544 1039.03 419.379 1032.65 419.214C1026.4 418.884 1020.11 418.558 1013.81 418.232C1007.61 417.741 1001.38 417.254 995.13 416.766C989.02 416.118 982.891 415.47 976.735 414.822C970.688 414.012 964.614 413.199 958.524 412.386L942.706 409.816L940.514 409.459L928.868 407.223L922.7 406.04L915.05 404.339L905.141 402.135L901.252 401.149C597.489 324.22 238.839 233.273 -19.1125 -128.992H-20.0437L-20.0555 -129.008Z' fill='black' opacity='0.1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

model-viewer {
  display: block;
  width: 100%;
  height: 520px;
}

.title-prod-mobile {
  display: none;
  font-size: 24px;
  line-height: 27.6px;
}

.product-view-container,
.main-info-prod {
  flex: 1;
}

.product-view-container {
  position: relative;

}

.loader {
  display: none;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button_img,
.button_3d {
  cursor: pointer;

}

.button_img path,
.button_3d path {
  transition: all 1s ease;
}

.product-view-icons {
  margin-top: 24px;
  display: flex;
  gap: 48px;
  justify-content: center;
}

.product-view-icons .button_img.orange path:not(:first-child) {
  stroke: #F26522
}

.product-view-icons .button_img.orange path:first-child {
  fill: #F26522;
}

.product-view-icons .button_3d.orange path {
  fill: #F26522;
  /* stroke: #F26522; */
}

.grecaptcha-badge {
  visibility: hidden;
}


/* Редизайн block_info_items */

.block_info_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 20px;
  margin-top: 40px;
  justify-items: center;
}

.block_info_item {
  margin: 0;
  max-width: 305px;
}

/*  */