html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
input,
button,
textarea,
select {
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.25;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  outline: none;
}
*:after,
*:before {
  box-sizing: inherit;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #000000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.25;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: -44px;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-close-small svg {
  display: none;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
.fancybox-close-small svg {
  display: block;
}
.fancybox-close-small svg path {
  stroke: #000;
  stroke-width: 6%;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Brake points */
/* min */
/* media */
.popup {
  padding: 55px;
  padding-bottom: 0;
  overflow: initial;
  max-width: 960px;
  background: #fff;
}
@media (max-width: 1023px) {
  .popup {
    max-width: 525px;
    width: calc(100% - 30px);
    padding: 44px;
  }
}
@media (max-width: 767px) {
  .popup {
    width: 100%;
    padding: 44px 15px;
  }
}
.popup_form {
  width: 525px;
}
@media (max-width: 1023px) {
  .popup_form {
    width: 100%;
  }
}
.popup_head {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  color: #292929;
  padding-bottom: 35px;
}
.popup_subhead {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 4px;
}
.popup_help_links {
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  float: right;
  line-height: 36px;
}
.popup_help_links a {
  text-decoration: underline;
  margin-left: 15px;
}
.popup_help_links a:hover {
  text-decoration: none;
}
.popup_send {
  text-align: center;
  margin: 55px -55px -55px;
  padding: 30px 55px;
  background: #1a1a1a;
}
.popup_send:after {
  content: '';
  display: block;
  clear: both;
}
.popup_send button {
  outline: none;
  padding: 0 30px;
  color: #282727 !important;
  font-size: 18px;
  font-weight: 500;
}
.popup_send button.check_error {
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .popup_send {
    margin: 44px -44px -44px;
    padding: 30px 44px;
  }
}
@media (max-width: 767px) {
  .popup_send {
    margin: 30px -15px -44px;
    padding: 30px 15px;
  }
}
.popup_send_left {
  text-align: left;
}
.popup_input {
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  border: 2px solid #e1e1e1;
  transition: 0.3s border-color, 0.3s box-shadow;
  outline: none;
  padding: 0 8px;
  width: 100%;
  box-shadow: 0 0 0 0 transparent;
}
.popup_input ~ .error_message {
  position: absolute;
  display: block;
  opacity: 0;
  visibility: collapse;
  top: 0;
  left: 0;
  background: #ff8400;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  padding: 5px 10px;
  max-width: 400px;
  z-index: 600;
  margin-top: 7px;
  text-align: left;
  line-height: 20px;
}
.popup_input ~ .error_message:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 5px solid transparent;
  border-bottom-color: #ff8400 !important;
}
.popup_input.check_error {
  border-color: #f99;
  box-shadow: 0 0 0 2px #f99;
}
.popup_input.check_error ~ .error_message {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.popup_input.check_error:focus ~ .error_message {
  opacity: 0;
  visibility: collapse;
  top: 0;
}
.popup_input:focus {
  border-color: #97f44c;
  box-shadow: 0 0 0 0 transparent;
}
.popup_input[type=number]::-webkit-inner-spin-button,
.popup_input[type=time]::-webkit-inner-spin-button,
.popup_input[type=number]::-webkit-outer-spin-button,
.popup_input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.popup_textarea {
  padding: 4px 8px;
  line-height: 24px;
  resize: none;
  height: 130px;
}
.popup_select {
  height: 40px;
}
.popup_radio {
  display: flex;
  line-height: 18px;
  align-items: center;
  padding-top: 4px;
  position: relative;
  padding-left: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup_radio .radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: 0.3s all;
  background: #ffffff;
  border: 1px solid #aaa;
  border-radius: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.popup_radio .radio:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
  background: #97f44c;
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.popup_radio input[type='radio'] {
  opacity: 0;
  position: absolute;
  display: none;
  visibility: hidden;
  z-index: 5;
}
.popup_radio input[type='radio']:checked ~ .radio:after {
  overflow: visible;
  opacity: 1;
}
.popup_radio.check_error .radio {
  background-color: #F44336;
}
.popup_radio .label {
  color: #525252;
  font-size: 16px;
  margin-left: 10px;
}
.popup_checkbox {
  display: flex;
  line-height: 18px;
  align-items: center;
  padding-top: 4px;
  position: relative;
  padding-left: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup_checkbox .checkbox {
  display: inline-block;
  width: 34px;
  height: 18px;
  transition: 0.3s all;
  background: #dddedf;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.popup_checkbox .checkbox:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 2px;
  background: #fff;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.18);
  position: absolute;
  border-radius: 100%;
  transition: 0.3s all;
}
.popup_checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  display: none;
  visibility: hidden;
  z-index: 5;
}
.popup_checkbox input[type='checkbox']:checked ~ .checkbox {
  background: #fbac57;
}
.popup_checkbox input[type='checkbox']:checked ~ .checkbox:after {
  left: 18px;
}
.popup_checkbox.check_error .checkbox {
  background-color: #F44336;
}
.popup_checkbox .label {
  color: #525252;
  font-size: 16px;
  margin-left: 10px;
}
.popup_row {
  padding-top: 10px;
  position: relative;
}
.popup_checkbox_row {
  font-size: 16px;
  position: relative;
  line-height: 22px;
  color: #333;
}
.popup_checkbox_row .popup_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.popup_checkbox_row a {
  color: #64ce0e;
  text-decoration: none;
  border-bottom: 1px solid #64ce0e;
}
.popup_checkbox_row a:hover {
  border-bottom-color: transparent;
}
.popup .fancybox-close-small {
  top: 0;
}
.popup .fancybox-close-small:after {
  background: transparent;
  outline: none;
  width: 44px;
  height: 44px;
  font-size: 35px;
  text-align: center;
  top: 0;
  right: 0;
  line-height: 44px;
  color: #292929;
}
.popup_body .cities {
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
}
.popup_body .cities > * {
  width: 50%;
  line-height: 22px;
  font-size: 16px;
}
.popup_body .cities a:hover {
  color: #64ce0e;
}
.popup_double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.popup_double > div {
  width: 50%;
  padding: 0 5px 10px;
}
@media (max-width: 767px) {
  .popup_double > div {
    width: 100%;
  }
}
.custom_file {
  position: relative;
  display: flex;
  width: 100%;
  padding: 3px;
  border: 2px solid #e1e1e1;
}
.custom_file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.custom_file .button .btn {
  padding: 0 8px;
  line-height: 30px;
  font-size: 15px;
}
.custom_file .text {
  width: 100%;
  padding: 0 0 0 5px;
  line-height: 30px;
  font-size: 16px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom_captcha {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}
.custom_captcha .math {
  padding: 0 0 0 10px;
  width: 100px;
}
.custom_captcha .math:after {
  content: '=';
  display: inline-block;
  padding: 0 0 0 10px;
}
.custom_captcha .answer {
  width: 100%;
  position: relative;
}
.custom_captcha .answer input[type=text] {
  position: absolute;
  top: -6px;
  left: 6px;
  right: -5px;
  bottom: -6px;
  width: 100%;
  height: auto;
  background: transparent;
  display: block;
}
.pay_system {
  display: inline-block;
  height: 26px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  overflow: hidden;
}
.pay_system__visa {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20width%3D%221000.046%22%0A%20%20%20height%3D%22323.65302%22%0A%20%20%20viewBox%3D%220%200%201000.046%20323.653%22%0A%20%20%20enable-background%3D%22new%200%200%20258.381%20161.154%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22Visa_2006.svg%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata23%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs21%22%3E%0A%09%0A%09%0A%09%0A%09%0A%09%0A%09%0A%09%0A%3C%2Fdefs%3E%3Csodipodi%3Anamedview%0A%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Awindow-width%3D%221366%22%0A%20%20%20inkscape%3Awindow-height%3D%22705%22%0A%20%20%20id%3D%22namedview19%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20inkscape%3Azoom%3D%220.35355339%22%0A%20%20%20inkscape%3Acx%3D%2234.690897%22%0A%20%20%20inkscape%3Acy%3D%22131.15483%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Awindow-y%3D%22-8%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%20%2F%3E%0A%3Cg%0A%20%20%20id%3D%22g4158%22%0A%20%20%20transform%3D%22matrix(4.4299631%2C0%2C0%2C4.4299631%2C-81.165783%2C-105.04783)%22%3E%3Cpolygon%0A%20%20%20%20%20points%3D%22116.145%2C95.719%2097.858%2C95.719%20109.296%2C24.995%20127.582%2C24.995%20%22%0A%20%20%20%20%20id%3D%22polygon9%22%0A%20%20%20%20%20style%3D%22fill%3A%2300579f%22%20%2F%3E%3Cpath%0A%20%20%20%20%20d%3D%22m%20182.437%2C26.724%20c%20-3.607%2C-1.431%20-9.328%2C-3.011%20-16.402%2C-3.011%20-18.059%2C0%20-30.776%2C9.63%20-30.854%2C23.398%20-0.15%2C10.158%209.105%2C15.8%2016.027%2C19.187%207.075%2C3.461%209.48%2C5.72%209.48%2C8.805%20-0.072%2C4.738%20-5.717%2C6.922%20-10.982%2C6.922%20-7.301%2C0%20-11.213%2C-1.126%20-17.158%2C-3.762%20l%20-2.408%2C-1.13%20-2.559%2C15.876%20c%204.289%2C1.954%2012.191%2C3.688%2020.395%2C3.764%2019.188%2C0%2031.68%2C-9.481%2031.828%2C-24.153%200.073%2C-8.051%20-4.814%2C-14.22%20-15.35%2C-19.261%20-6.396%2C-3.236%20-10.313%2C-5.418%20-10.313%2C-8.729%200.075%2C-3.01%203.313%2C-6.093%2010.533%2C-6.093%205.945%2C-0.151%2010.313%2C1.278%2013.622%2C2.708%20l%201.654%2C0.751%202.487%2C-15.272%200%2C0%20z%22%0A%20%20%20%20%20id%3D%22path11%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20style%3D%22fill%3A%2300579f%22%20%2F%3E%3Cpath%0A%20%20%20%20%20d%3D%22m%20206.742%2C70.664%20c%201.506%2C-4.063%207.301%2C-19.788%207.301%2C-19.788%20-0.076%2C0.151%201.503%2C-4.138%202.406%2C-6.771%20l%201.278%2C6.094%20c%200%2C0%203.463%2C16.929%204.215%2C20.465%20-2.858%2C0%20-11.588%2C0%20-15.2%2C0%20l%200%2C0%20z%20m%2022.573%2C-45.669%20-14.145%2C0%20c%20-4.362%2C0%20-7.676%2C1.278%20-9.558%2C5.868%20l%20-27.163%2C64.855%2019.188%2C0%20c%200%2C0%203.159%2C-8.729%203.838%2C-10.609%202.105%2C0%2020.771%2C0%2023.479%2C0%200.525%2C2.483%202.182%2C10.609%202.182%2C10.609%20l%2016.932%2C0%20-14.753%2C-70.723%200%2C0%20z%22%0A%20%20%20%20%20id%3D%22path13%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20style%3D%22fill%3A%2300579f%22%20%2F%3E%3Cpath%0A%20%20%20%20%20d%3D%22M%2082.584%2C24.995%2064.675%2C73.222%2062.718%2C63.441%20C%2059.407%2C52.155%2049.023%2C39.893%2037.435%2C33.796%20l%2016.404%2C61.848%2019.338%2C0%2028.744%2C-70.649%20-19.337%2C0%200%2C0%20z%22%0A%20%20%20%20%20id%3D%22path15%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20style%3D%22fill%3A%2300579f%22%20%2F%3E%3Cpath%0A%20%20%20%20%20d%3D%22m%2048.045%2C24.995%20-29.422%2C0%20-0.301%2C1.429%20c%2022.951%2C5.869%2038.151%2C20.016%2044.396%2C37.02%20L%2056.322%2C30.94%20c%20-1.053%2C-4.517%20-4.289%2C-5.796%20-8.277%2C-5.945%20l%200%2C0%20z%22%0A%20%20%20%20%20id%3D%22path17%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20style%3D%22fill%3A%23faa61a%22%20%2F%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.pay_system__mastercard {
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%0D%0A%3Csvg%20width%3D%22200%22%20height%3D%22155.58%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0D%0A%20%3Cmetadata%3E%0D%0A%20%20%3Crdf%3ARDF%3E%0D%0A%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%0D%0A%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0D%0A%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%0D%0A%20%20%20%20%3Cdc%3Atitle%2F%3E%0D%0A%20%20%20%3C%2Fcc%3AWork%3E%0D%0A%20%20%3C%2Frdf%3ARDF%3E%0D%0A%20%3C%2Fmetadata%3E%0D%0A%20%3Cg%20transform%3D%22translate(1565.7%20-1106.8)%22%3E%0D%0A%20%20%3Cg%20transform%3D%22matrix(3.1437%200%200%203.1437%20-4835.7%20-1027.6)%22%3E%0D%0A%20%20%20%3Cg%20transform%3D%22matrix(1.25%200%200%20-1.25%201102.5%20727.74)%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22m0%200v-0.103h0.095c0.021%200%200.039%205e-3%200.052%200.013%200.012%208e-3%200.019%200.022%200.019%200.039s-7e-3%200.03-0.019%200.038c-0.013%209e-3%20-0.031%200.013-0.052%200.013zm0.096%200.072c0.049%200%200.087-0.011%200.114-0.033s0.04-0.052%200.04-0.09c0-0.032-0.01-0.058-0.032-0.079-0.021-0.02-0.051-0.033-0.091-0.038l0.126-0.145h-0.098l-0.117%200.144h-0.038v-0.144h-0.082v0.385zm-0.025-0.518c0.045%200%200.087%209e-3%200.125%200.026%200.039%200.017%200.073%200.04%200.102%200.069s0.052%200.063%200.069%200.103c0.016%200.039%200.025%200.081%200.025%200.126s-9e-3%200.087-0.025%200.126c-0.017%200.039-0.04%200.074-0.069%200.103s-0.063%200.052-0.102%200.069c-0.038%200.016-0.08%200.024-0.125%200.024s-0.088-8e-3%20-0.127-0.024c-0.04-0.017-0.075-0.04-0.104-0.069s-0.052-0.064-0.068-0.103c-0.017-0.039-0.025-0.081-0.025-0.126s8e-3%20-0.087%200.025-0.126c0.016-0.04%200.039-0.074%200.068-0.103s0.064-0.052%200.104-0.069c0.039-0.017%200.082-0.026%200.127-0.026m0%200.739c0.059%200%200.113-0.011%200.165-0.033%200.051-0.021%200.095-0.051%200.134-0.089%200.038-0.037%200.068-0.081%200.09-0.132%200.022-0.05%200.033-0.104%200.033-0.161s-0.011-0.111-0.033-0.161-0.052-0.094-0.09-0.132c-0.039-0.037-0.083-0.067-0.134-0.089-0.052-0.022-0.106-0.033-0.165-0.033-0.06%200-0.115%200.011-0.167%200.033s-0.097%200.052-0.135%200.089c-0.038%200.038-0.068%200.082-0.09%200.132s-0.033%200.104-0.033%200.161%200.011%200.111%200.033%200.161c0.022%200.051%200.052%200.095%200.09%200.132%200.038%200.038%200.083%200.068%200.135%200.089%200.052%200.022%200.107%200.033%200.167%200.033m-38.961%201.483c0%200.734%200.481%201.337%201.267%201.337%200.751%200%201.258-0.577%201.258-1.337s-0.507-1.337-1.258-1.337c-0.786%200-1.267%200.603-1.267%201.337m3.381%200v2.088h-0.908v-0.507c-0.288%200.376-0.725%200.612-1.319%200.612-1.171%200-2.089-0.918-2.089-2.193%200-1.276%200.918-2.193%202.089-2.193%200.594%200%201.031%200.236%201.319%200.612v-0.507h0.908zm30.684%200c0%200.734%200.481%201.337%201.267%201.337%200.752%200%201.258-0.577%201.258-1.337s-0.506-1.337-1.258-1.337c-0.786%200-1.267%200.603-1.267%201.337m3.382%200v3.765h-0.909v-2.184c-0.288%200.376-0.725%200.612-1.319%200.612-1.171%200-2.089-0.918-2.089-2.193%200-1.276%200.918-2.193%202.089-2.193%200.594%200%201.031%200.236%201.319%200.612v-0.507h0.909zm-22.795%201.38c0.585%200%200.961-0.367%201.057-1.013h-2.167c0.097%200.603%200.463%201.013%201.11%201.013m0.018%200.813c-1.224%200-2.08-0.891-2.08-2.193%200-1.328%200.891-2.193%202.141-2.193%200.629%200%201.205%200.157%201.712%200.585l-0.445%200.673c-0.35-0.279-0.796-0.437-1.215-0.437-0.585%200-1.118%200.271-1.249%201.023h3.101c9e-3%200.113%200.018%200.227%200.018%200.349-9e-3%201.302-0.813%202.193-1.983%202.193m10.964-2.193c0%200.734%200.481%201.337%201.267%201.337%200.751%200%201.258-0.577%201.258-1.337s-0.507-1.337-1.258-1.337c-0.786%200-1.267%200.603-1.267%201.337m3.381%200v2.088h-0.908v-0.507c-0.289%200.376-0.725%200.612-1.319%200.612-1.171%200-2.089-0.918-2.089-2.193%200-1.276%200.918-2.193%202.089-2.193%200.594%200%201.03%200.236%201.319%200.612v-0.507h0.908zm-8.509%200c0-1.267%200.882-2.193%202.228-2.193%200.629%200%201.048%200.14%201.502%200.498l-0.436%200.734c-0.341-0.245-0.699-0.376-1.093-0.376-0.725%209e-3%20-1.258%200.533-1.258%201.337s0.533%201.328%201.258%201.337c0.394%200%200.752-0.131%201.093-0.376l0.436%200.734c-0.454%200.358-0.873%200.498-1.502%200.498-1.346%200-2.228-0.926-2.228-2.193m11.707%202.193c-0.524%200-0.865-0.245-1.101-0.612v0.507h-0.9v-4.176h0.909v2.341c0%200.691%200.297%201.075%200.891%201.075%200.184%200%200.376-0.026%200.568-0.105l0.28%200.856c-0.201%200.079-0.463%200.114-0.647%200.114m-24.341-0.437c-0.437%200.288-1.039%200.437-1.703%200.437-1.058%200-1.739-0.507-1.739-1.337%200-0.681%200.507-1.101%201.441-1.232l0.429-0.061c0.498-0.07%200.733-0.201%200.733-0.437%200-0.323-0.332-0.507-0.952-0.507-0.629%200-1.083%200.201-1.389%200.437l-0.428-0.707c0.498-0.367%201.127-0.542%201.808-0.542%201.206%200%201.905%200.568%201.905%201.363%200%200.734-0.55%201.118-1.459%201.249l-0.428%200.062c-0.393%200.052-0.708%200.13-0.708%200.41%200%200.306%200.297%200.489%200.795%200.489%200.533%200%201.049-0.201%201.302-0.358zm11.716%200.437c-0.524%200-0.865-0.245-1.1-0.612v0.507h-0.9v-4.176h0.908v2.341c0%200.691%200.297%201.075%200.891%201.075%200.184%200%200.376-0.026%200.568-0.105l0.28%200.856c-0.201%200.079-0.463%200.114-0.647%200.114m-7.749-0.105h-1.485v1.267h-0.918v-1.267h-0.847v-0.83h0.847v-1.905c0-0.969%200.376-1.546%201.45-1.546%200.394%200%200.848%200.122%201.136%200.323l-0.262%200.778c-0.271-0.157-0.568-0.236-0.804-0.236-0.454%200-0.602%200.28-0.602%200.699v1.887h1.485zm-13.577-4.176v2.621c0%200.987-0.629%201.651-1.643%201.66-0.533%209e-3%20-1.083-0.157-1.468-0.743-0.288%200.463-0.742%200.743-1.38%200.743-0.446%200-0.882-0.131-1.223-0.62v0.515h-0.909v-4.176h0.917v2.315c0%200.725%200.402%201.11%201.023%201.11%200.603%200%200.908-0.393%200.908-1.101v-2.324h0.918v2.315c0%200.725%200.419%201.11%201.022%201.11%200.62%200%200.917-0.393%200.917-1.101v-2.324z%22%20fill%3D%22%23231f20%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%3Cg%20transform%3D%22matrix(1.25%200%200%20-1.25%201103.2%20710.77)%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22m0%200v0.61h-0.159l-0.184-0.419-0.183%200.419h-0.16v-0.61h0.113v0.46l0.172-0.397h0.117l0.172%200.398v-0.461zm-1.009%200v0.506h0.204v0.103h-0.52v-0.103h0.204v-0.506z%22%20fill%3D%22%23f79410%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%3Cpath%20d%3D%22m1080.6%20714.05h-17.202v-30.915h17.202z%22%20fill%3D%22%23ff5f00%22%2F%3E%0D%0A%20%20%20%3Cg%20transform%3D%22matrix(1.25%200%200%20-1.25%201064.5%20698.59)%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22m0%200c0%205.017%202.349%209.486%206.007%2012.366-2.675%202.106-6.051%203.363-9.72%203.363-8.686%200-15.727-7.042-15.727-15.729s7.041-15.729%2015.727-15.729c3.669%200%207.045%201.257%209.72%203.363-3.658%202.88-6.007%207.349-6.007%2012.366%22%20fill%3D%22%23eb001b%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%3Cg%20transform%3D%22matrix(1.25%200%200%20-1.25%201103.8%20698.59)%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22m0%200c0-8.687-7.041-15.729-15.727-15.729-3.669%200-7.045%201.257-9.721%203.363%203.659%202.88%206.008%207.349%206.008%2012.366s-2.349%209.486-6.008%2012.366c2.676%202.106%206.052%203.363%209.721%203.363%208.686%200%2015.727-7.042%2015.727-15.729%22%20fill%3D%22%23f79e1b%22%2F%3E%0D%0A%20%20%20%3C%2Fg%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.pay_system__mir {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20style%3D%22enable-background%3Anew%200%200%20809%20229%3B%22%0A%20%20%20viewBox%3D%220%200%20809%20229%22%0A%20%20%20height%3D%22229px%22%0A%20%20%20width%3D%22809px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata30%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs28%22%20%2F%3E%3Cstyle%0A%20%20%20%20%20id%3D%22style3%22%0A%20%20%20%20%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%234DB45E%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Aurl(%23SVGID_1_)%3B%7D%0A%3C%2Fstyle%3E%3Cg%0A%20%20%20%20%20id%3D%22g5%22%3E%3Cpath%0A%20%20%20%20%20%20%20id%3D%22path7%22%0A%20%20%20%20%20%20%20d%3D%22M218%2C0l0%2C0.1c-0.1%2C0-31.6-0.1-40%2C30c-7.7%2C27.6-29.4%2C103.8-30%2C105.9h-6c0%2C0-22.2-77.9-30-106%20%20%20C103.6-0.1%2C72%2C0%2C72%2C0H0v229h72V93h3h3l42%2C136h50l42-135.9h6V229h72V0H218z%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%20%2F%3E%3C%2Fg%3E%3Cg%0A%20%20%20%20%20id%3D%22g9%22%3E%3Cpath%0A%20%20%20%20%20%20%20id%3D%22path11%22%0A%20%20%20%20%20%20%20d%3D%22M481%2C0c0%2C0-21.1%2C1.9-31%2C24l-51%2C112h-6V0h-72v229l68%2C0v0c0%2C0%2C22.1-2%2C32-24l50-112h6v136h72V0H481z%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%20%2F%3E%3C%2Fg%3E%3Cg%0A%20%20%20%20%20id%3D%22g13%22%3E%3Cpath%0A%20%20%20%20%20%20%20id%3D%22path15%22%0A%20%20%20%20%20%20%20d%3D%22M581%2C104v125h72v-73h78c34%2C0%2C62.8-21.7%2C73.5-52H581z%22%0A%20%20%20%20%20%20%20class%3D%22st0%22%20%2F%3E%3C%2Fg%3E%3Cg%0A%20%20%20%20%20id%3D%22g17%22%3E%3ClinearGradient%0A%20%20%20%20%20%20%20y2%3D%2247%22%0A%20%20%20%20%20%20%20x2%3D%22809%22%0A%20%20%20%20%20%20%20y1%3D%2247%22%0A%20%20%20%20%20%20%20x1%3D%22570.9194%22%0A%20%20%20%20%20%20%20gradientUnits%3D%22userSpaceOnUse%22%0A%20%20%20%20%20%20%20id%3D%22SVGID_1_%22%3E%3Cstop%0A%20%20%20%20%20%20%20%20%20id%3D%22stop20%22%0A%20%20%20%20%20%20%20%20%20style%3D%22stop-color%3A%2300B4E6%22%0A%20%20%20%20%20%20%20%20%20offset%3D%220.3%22%20%2F%3E%3Cstop%0A%20%20%20%20%20%20%20%20%20id%3D%22stop22%22%0A%20%20%20%20%20%20%20%20%20style%3D%22stop-color%3A%23088CCB%22%0A%20%20%20%20%20%20%20%20%20offset%3D%221%22%20%2F%3E%3C%2FlinearGradient%3E%3Cpath%0A%20%20%20%20%20%20%20id%3D%22path24%22%0A%20%20%20%20%20%20%20d%3D%22M731%2C0H570.9c8%2C43.6%2C40.7%2C78.6%2C83%2C90l0%2C0c9.6%2C2.6%2C19.7%2C4%2C30.1%2C4h123.4c1.1-5.2%2C1.6-10.5%2C1.6-16%20%20%20C809%2C34.9%2C774.1%2C0%2C731%2C0z%22%0A%20%20%20%20%20%20%20class%3D%22st1%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.45;
}
@supports (backdrop-filter: blur(3px)) or (-webkit-backdrop-filter: blur(3px)) {
  .fancybox-container {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
}
.wait_message {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: collapse;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.wait_message .wait_progress {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  background: center / contain no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23333%22%20stroke%3D%22%23333%22%20d%3D%22M18.739%206.95H5.227v11.067c0%203.083%2013.512%203.083%2013.512%200V6.95z%22%2F%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23E0E0E0%22%20stroke%3D%22%23333%22%20d%3D%22M12%208.925c-3.844%200-6.773-1.36-6.773-2.454%200-1.106%202.835-2.382%206.756-2.382%203.923%200%206.756%201.289%206.756%202.382.024%201.106-2.926%202.454-6.739%202.454z%22%2F%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23D96D51%22%20d%3D%22M12%205.705c-1.25%200-2.588.449-2.588.796%200%20.347%201.244.735%202.571.735l.549.01V5.705H12z%22%2F%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ACBD81%22%20d%3D%22M14.62%206.471c0-.347-1.198-.766-2.62-.766h.532v1.531h-.549c1.548%200%202.637-.418%202.637-.765z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  margin: -30px 0 0 -30px;
  -webkit-animation: rotate_plane 0.8s infinite ease-in-out;
  animation: rotate_plane 0.8s infinite ease-in-out;
}
.wait_message_show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@-webkit-keyframes rotate_plane {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes rotate_plane {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.tab_control {
  display: none;
}
.tab_control_show {
  display: block;
}
.tab_control > [data-tab] {
  display: none;
}
.tab_control > [data-tab].tab_show {
  display: block;
}
.btn {
  display: inline-block;
  padding: 0 15px;
  border-radius: 2px;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: transparent;
  border: none;
  white-space: nowrap;
  font-size: 20px;
  line-height: 36px;
  outline: none;
  position: relative;
  text-decoration: none;
}
.btn_green {
  background-color: #97f44c !important;
  color: #000 !important;
}
.btn_green:hover {
  background-color: #64ce0e !important;
  color: #fff !important;
}
.btn_orange {
  background-color: #ff8400 !important;
  color: #fff !important;
}
.btn_orange:hover {
  background-color: #d66f00 !important;
}
.btn_gray {
  background-color: #333 !important;
  color: #fff !important;
}
.btn_gray:hover {
  background-color: #222 !important;
}
.btn:hover {
  text-decoration: none;
}
.btn_link {
  text-decoration: underline;
}
.btn_link:hover {
  text-decoration: none;
}
.btn_icon {
  padding: 0 0 0 50px;
}
.btn_icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.top_bar .btn {
  font-size: 18px;
}
.btn_hamburger {
  display: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
}
.btn_hamburger .icon-bar {
  position: absolute;
  display: block;
  background: #ff8400;
  width: 27px;
  height: 4px;
  margin: 8px 0;
  border-radius: 5px;
  left: 6px;
  transform-origin: left center;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
.btn_hamburger .icon-bar.ib_1 {
  transform: rotate(0);
  left: 6px;
  width: 26px;
}
.btn_hamburger .icon-bar.ib_2 {
  top: 10px;
  opacity: 1;
  width: 26px;
}
.btn_hamburger .icon-bar.ib_3 {
  transform: rotate(0);
  left: 6px;
  top: 20px;
  width: 26px;
}
html.off_canvas .btn_hamburger .icon-bar.ib_1 {
  transform: rotate(45deg);
  top: 0;
  left: 10px;
}
html.off_canvas .btn_hamburger .icon-bar.ib_2 {
  width: 0;
  opacity: 0;
}
html.off_canvas .btn_hamburger .icon-bar.ib_3 {
  transform: rotate(-45deg);
  top: 19px;
  left: 10px;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: transparent;
  overflow: hidden;
}
.icon-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23FF8400%22%20d%3D%22M9.5%2C3C13.09%2C3%2016%2C5.91%2016%2C9.5C16%2C11.11%2015.41%2C12.59%2014.44%2C13.73L14.71%2C14H15.5L20.5%2C19L19%2C20.5L14%2C15.5V14.71L13.73%2C14.44C12.59%2C15.41%2011.11%2C16%209.5%2C16C5.91%2C16%203%2C13.09%203%2C9.5C3%2C5.91%205.91%2C3%209.5%2C3M9.5%2C5C7%2C5%205%2C7%205%2C9.5C5%2C12%207%2C14%209.5%2C14C12%2C14%2014%2C12%2014%2C9.5C14%2C7%2012%2C5%209.5%2C5Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.icon-city {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23ff8400%22%20d%3D%22M12%2011.5A2.5%202.5%200%200%201%209.5%209%202.5%202.5%200%200%201%2012%206.5%202.5%202.5%200%200%201%2014.5%209a2.5%202.5%200%200%201-2.5%202.5M12%202a7%207%200%200%200-7%207c0%205.25%207%2013%207%2013s7-7.75%207-13a7%207%200%200%200-7-7z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-eye {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12%209a3%203%200%200%200-3%203%203%203%200%200%200%203%203%203%203%200%200%200%203-3%203%203%200%200%200-3-3m0%208a5%205%200%200%201-5-5%205%205%200%200%201%205-5%205%205%200%200%201%205%205%205%205%200%200%201-5%205m0-12.5C7%204.5%202.73%207.61%201%2012c1.73%204.39%206%207.5%2011%207.5s9.27-3.11%2011-7.5c-1.73-4.39-6-7.5-11-7.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.icon-account,
.icon-login {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ff8400%22%20d%3D%22M6%2017c0-2%204-3.1%206-3.1s6%201.1%206%203.1v1H6m9-9a3%203%200%200%201-3%203%203%203%200%200%201-3-3%203%203%200%200%201%203-3%203%203%200%200%201%203%203M3%205v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2H5a2%202%200%200%200-2%202z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.icon-logout {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M19.311%203H4.688A1.68%201.68%200%200%200%203%204.688v14.624C3%2020.251%203.75%2021%204.688%2021h14.623A1.68%201.68%200%200%200%2021%2019.312V4.688A1.68%201.68%200%200%200%2019.311%203zm-6.312%2017.5L7%2019.25V5.5s5.75-1.75%205.999-1.75V20.5zM17%2019.25h-3.251v-.503h2.764l-.012-13.251-2.752.004V5H17v14.25z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.icon-cart {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%2397f44c%22%20d%3D%22M20.821%209.549h-3.894l-3.562-5.984c-.18-.313-.646-.404-.96-.223-.315.182-.58.655-.4.971l3.116%205.236h-6.35l3.077-5.171c.183-.317.027-.854-.287-1.036-.314-.182-.805-.079-.986.238L7.022%209.547H3.18c-.651%200-1.18.474-1.18%201.062%200%20.585.529%201.06%201.18%201.06h.314l1.177%205.962.411%202.068c.1.555.366.909.794.998-.021.058%202.37.074%202.355.019h7.176c-.002.021%202.411.021%202.407%200%20.546-.008.849-.341.991-1.015l.411-2.07%201.179-5.962h.425c.65%200%201.179-.472%201.179-1.058.001-.588-.527-1.062-1.178-1.062zM6.798%2019.933c-.49%200-.788-.333-.89-.895l-.113-.561%201.898.003.225%201.452h-1.12zm2.05%200l-.224-1.448%201.611.003.092%201.445H8.848zm3.998%200h-1.597l-.092-1.44%201.736.004-.047%201.436zm2.429%200h-1.678l.073-1.434%201.789.002-.184%201.432zm2.704-.895c-.126.601-.396.895-.89.895H16.2l.185-1.429%201.702.007-.108.527zm-1.034-4.881l2.021.004-.249%201.221-1.928-.005.156-1.22zm-.276%202.147l1.861.004-.259%201.279-1.77-.004.168-1.279zm-2.638-4.635h2.308l-.204%201.562-2.184-.006.08-1.556zm-.132%202.48l2.118.005-.156%201.221-2.024-.007.062-1.219zm-.11%202.145l1.954.005-.166%201.279-1.855-.003.067-1.281zm-.667-4.625l-.053%201.554-2.258-.006-.098-1.548h2.409zm-2.17%203.693l-.078-1.222%202.167.007-.043%201.221-2.046-.006zm2.016.932l-.044%201.279-1.83-.005-.082-1.281%201.956.007zm-2.795%201.269l-1.693-.001-.197-1.282%201.807.002.083%201.281zm-.145-2.205l-1.89-.003-.19-1.222%202.001.004.079%201.221zm-.237-3.689l.099%201.546-2.084-.005-.239-1.541h2.224zM7.55%2017.557l-1.943-.005-.256-1.281%202%20.005.199%201.281zm-.342-2.205l-2.043-.004-.247-1.224%202.104.006.186%201.222zm-2.784-3.676l.001-.007%202.187-.007c.107.586.267%201.544.267%201.544l-2.147-.008-.308-1.522zm15.041%200l-.314%201.561-2.089-.006s.168-.875.275-1.593l2.128.029v.009z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.icon-cart-w {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.821%209.549h-3.894l-3.562-5.984c-.18-.313-.646-.404-.96-.223-.315.182-.58.655-.4.971l3.116%205.236h-6.35l3.077-5.171c.183-.317.027-.854-.287-1.036-.314-.182-.805-.079-.986.238L7.022%209.547H3.18c-.651%200-1.18.474-1.18%201.062%200%20.585.529%201.06%201.18%201.06h.314l1.177%205.962.411%202.068c.1.555.366.909.794.998-.021.058%202.37.074%202.355.019h7.176c-.002.021%202.411.021%202.407%200%20.546-.008.849-.341.991-1.015l.411-2.07%201.179-5.962h.425c.65%200%201.179-.472%201.179-1.058.001-.588-.527-1.062-1.178-1.062zM6.798%2019.933c-.49%200-.788-.333-.89-.895l-.113-.561%201.898.003.225%201.452h-1.12zm2.05%200l-.224-1.448%201.611.003.092%201.445H8.848zm3.998%200h-1.597l-.092-1.44%201.736.004-.047%201.436zm2.429%200h-1.678l.073-1.434%201.789.002-.184%201.432zm2.704-.895c-.126.601-.396.895-.89.895H16.2l.185-1.429%201.702.007-.108.527zm-1.034-4.881l2.021.004-.249%201.221-1.928-.005.156-1.22zm-.276%202.147l1.861.004-.259%201.279-1.77-.004.168-1.279zm-2.638-4.635h2.308l-.204%201.562-2.184-.006.08-1.556zm-.132%202.48l2.118.005-.156%201.221-2.024-.007.062-1.219zm-.11%202.145l1.954.005-.166%201.279-1.855-.003.067-1.281zm-.667-4.625l-.053%201.554-2.258-.006-.098-1.548h2.409zm-2.17%203.693l-.078-1.222%202.167.007-.043%201.221-2.046-.006zm2.016.932l-.044%201.279-1.83-.005-.082-1.281%201.956.007zm-2.795%201.269l-1.693-.001-.197-1.282%201.807.002.083%201.281zm-.145-2.205l-1.89-.003-.19-1.222%202.001.004.079%201.221zm-.237-3.689l.099%201.546-2.084-.005-.239-1.541h2.224zM7.55%2017.557l-1.943-.005-.256-1.281%202%20.005.199%201.281zm-.342-2.205l-2.043-.004-.247-1.224%202.104.006.186%201.222zm-2.784-3.676l.001-.007%202.187-.007c.107.586.267%201.544.267%201.544l-2.147-.008-.308-1.522zm15.041%200l-.314%201.561-2.089-.006s.168-.875.275-1.593l2.128.029v.009z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.icon-edit-circle {
  background-image: url(../images/icons/edit.svg);
}
.icon-add-circle {
  background-image: url(../images/icons/add.svg);
}
.icon-phones {
  width: 34px;
  height: 38px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2238%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ff8400%22%20d%3D%22M17.704%200H5.742C4.687%200%203.631%201.056%203.631%202.111v24.276c0%201.408%201.056%202.112%202.111%202.112h7.74v-6.333H5.038V3.519h13.37v4.926h1.407V2.111C19.815%201.056%2018.76%200%2017.704%200zM8.908%201.407h5.629c.352%200%20.352%200%20.352.352s0%20.352-.352.352H8.908c-.352%200-.352%200-.352-.352s0-.352.352-.352zm2.815%2024.98c-.704%200-1.408-.352-1.408-1.054%200-.705.704-1.408%201.408-1.408.703%200%201.407.703%201.407%201.408%200%20.702-.704%201.054-1.407%201.054zM28.259%209.148H16.297c-1.056%200-2.111%201.056-2.111%202.111v24.629c0%201.056%201.056%202.11%202.111%202.11h11.962c1.057%200%202.111-1.055%202.111-2.11V11.259c0-1.055-1.055-2.111-2.111-2.111zm-8.796%201.407h5.63c.352%200%20.352.352.352.352%200%20.352%200%20.704-.352.704h-5.63c-.352%200-.352-.352-.352-.704%200%200%200-.352.352-.352zm2.815%2025.333c-.704%200-1.407-.704-1.407-1.408%200-.703.703-1.407%201.407-1.407.703%200%201.407.704%201.407%201.407.001.704-.704%201.408-1.407%201.408zm6.685-4.575h-13.37V12.667h13.37v18.646z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.icon-clock {
  width: 38px;
  height: 38px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20shape-rendering%3D%22geometricPrecision%22%20text-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cdefs%3E%3Cstyle%3E.fil0%7Bfill%3A%23ff8400%3Bfill-opacity%3A.901961%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_x0020_1%22%3E%3Cg%20id%3D%22_2531731790672%22%3E%3Cg%20id%3D%22access-time%22%3E%3Cpath%20class%3D%22fil0%22%20d%3D%22M19%200C8.55%200%200%208.55%200%2019s8.55%2019%2019%2019%2019-8.55%2019-19S29.45%200%2019%200zm0%2034.2c-8.36%200-15.2-6.84-15.2-15.2S10.64%203.8%2019%203.8%2034.2%2010.64%2034.2%2019%2027.36%2034.2%2019%2034.2z%22%2F%3E%3Cpath%20class%3D%22fil0%22%20d%3D%22M19.95%209.5H17.1v11.4l9.88%206.08%201.52-2.47-8.55-5.13z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon-app_store {
  width: 135px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22135%22%20height%3D%2240%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23A6A6A6%22%20d%3D%22M130.197%2040H4.729A4.74%204.74%200%200%201%200%2035.267V4.726A4.733%204.733%200%200%201%204.729%200h125.468C132.803%200%20135%202.12%20135%204.726v30.541c0%202.605-2.197%204.733-4.803%204.733z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M134.032%2035.268a3.83%203.83%200%200%201-3.834%203.83H4.729a3.835%203.835%200%200%201-3.839-3.83V4.725A3.84%203.84%200%200%201%204.729.89h125.468a3.834%203.834%200%200%201%203.834%203.835l.001%2030.543z%22%2F%3E%0D%0A%09%3Cg%20fill%3D%22%23FFF%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M30.128%2019.784c-.029-3.223%202.639-4.791%202.761-4.864-1.511-2.203-3.853-2.504-4.676-2.528-1.967-.207-3.875%201.177-4.877%201.177-1.022%200-2.565-1.157-4.228-1.123-2.14.033-4.142%201.272-5.24%203.196-2.266%203.923-.576%209.688%201.595%2012.859%201.086%201.553%202.355%203.287%204.016%203.226%201.625-.067%202.232-1.036%204.193-1.036%201.943%200%202.513%201.036%204.207.997%201.744-.028%202.842-1.56%203.89-3.127%201.255-1.78%201.759-3.533%201.779-3.623-.041-.014-3.387-1.291-3.42-5.154zM26.928%2010.306c.874-1.093%201.472-2.58%201.306-4.089-1.265.056-2.847.875-3.758%201.944-.806.942-1.526%202.486-1.34%203.938%201.421.106%202.88-.717%203.792-1.793z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%20fill%3D%22%23FFF%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M53.645%2031.504h-2.271l-1.244-3.909h-4.324l-1.185%203.909H42.41l4.284-13.308h2.646l4.305%2013.308zm-3.89-5.549L48.63%2022.48c-.119-.355-.342-1.191-.671-2.507h-.04a96.75%2096.75%200%200%201-.632%202.507l-1.105%203.475h3.573zM64.662%2026.588c0%201.632-.441%202.922-1.323%203.869-.79.843-1.771%201.264-2.942%201.264-1.264%200-2.172-.454-2.725-1.362h-.04v5.055H55.5V25.067c0-1.026-.027-2.079-.079-3.159h1.875l.119%201.521h.04c.711-1.146%201.79-1.718%203.238-1.718%201.132%200%202.077.447%202.833%201.342.758.896%201.136%202.074%201.136%203.535zm-2.172.078c0-.934-.21-1.704-.632-2.31-.461-.632-1.08-.948-1.856-.948-.526%200-1.004.176-1.431.523-.428.35-.708.807-.839%201.373-.066.264-.099.48-.099.65v1.6c0%20.698.214%201.287.642%201.768s.984.721%201.668.721c.803%200%201.428-.31%201.875-.928.448-.619.672-1.435.672-2.449zM75.699%2026.588c0%201.632-.441%202.922-1.324%203.869-.789.843-1.77%201.264-2.941%201.264-1.264%200-2.172-.454-2.724-1.362h-.04v5.055h-2.132V25.067c0-1.026-.027-2.079-.079-3.159h1.875l.119%201.521h.04c.71-1.146%201.789-1.718%203.238-1.718%201.131%200%202.076.447%202.834%201.342.755.896%201.134%202.074%201.134%203.535zm-2.172.078c0-.934-.211-1.704-.633-2.31-.461-.632-1.078-.948-1.855-.948a2.22%202.22%200%200%200-1.432.523c-.428.35-.707.807-.838%201.373-.065.264-.099.48-.099.65v1.6c0%20.698.214%201.287.64%201.768.428.48.984.721%201.67.721.803%200%201.428-.31%201.875-.928.448-.619.672-1.435.672-2.449zM88.039%2027.772c0%201.132-.393%202.053-1.182%202.764-.867.777-2.074%201.165-3.625%201.165-1.432%200-2.58-.276-3.449-.829l.494-1.777c.936.566%201.963.85%203.082.85.803%200%201.428-.182%201.877-.544.447-.362.67-.848.67-1.454%200-.54-.184-.995-.553-1.364-.367-.369-.98-.712-1.836-1.029-2.33-.869-3.494-2.142-3.494-3.816%200-1.094.408-1.991%201.225-2.689.814-.699%201.9-1.048%203.258-1.048%201.211%200%202.217.211%203.02.632l-.533%201.738c-.75-.408-1.598-.612-2.547-.612-.75%200-1.336.185-1.756.553a1.58%201.58%200%200%200-.533%201.205c0%20.526.203.961.611%201.303.355.316%201%20.658%201.936%201.027%201.145.461%201.986%201%202.527%201.618.539.616.808%201.387.808%202.307zM95.088%2023.508h-2.35v4.659c0%201.185.414%201.777%201.244%201.777.381%200%20.697-.033.947-.099l.059%201.619c-.42.157-.973.236-1.658.236-.842%200-1.5-.257-1.975-.77-.473-.514-.711-1.376-.711-2.587v-4.837h-1.4v-1.6h1.4v-1.757l2.094-.632v2.389h2.35v1.602zM105.691%2026.627c0%201.475-.422%202.686-1.264%203.633-.883.975-2.055%201.461-3.516%201.461-1.408%200-2.529-.467-3.365-1.401s-1.254-2.113-1.254-3.534c0-1.487.43-2.705%201.293-3.652.861-.948%202.023-1.422%203.484-1.422%201.408%200%202.541.467%203.396%201.402.818.907%201.226%202.078%201.226%203.513zm-2.212.069c0-.885-.189-1.644-.572-2.277-.447-.766-1.086-1.148-1.914-1.148-.857%200-1.508.383-1.955%201.148-.383.634-.572%201.405-.572%202.317%200%20.885.189%201.644.572%202.276.461.766%201.105%201.148%201.936%201.148.814%200%201.453-.39%201.914-1.168.393-.645.591-1.412.591-2.296zM112.621%2023.783a3.702%203.702%200%200%200-.672-.059c-.75%200-1.33.283-1.738.85-.355.5-.533%201.132-.533%201.895v5.035h-2.131l.02-6.574c0-1.106-.027-2.113-.08-3.021h1.857l.078%201.836h.059c.225-.631.58-1.139%201.066-1.52a2.578%202.578%200%200%201%201.541-.514c.197%200%20.375.014.533.039v2.033zM122.156%2026.252a5%205%200%200%201-.078.967h-6.396c.025.948.334%201.673.928%202.173.539.447%201.236.671%202.092.671.947%200%201.811-.151%202.588-.454l.334%201.48c-.908.396-1.98.593-3.217.593-1.488%200-2.656-.438-3.506-1.313-.848-.875-1.273-2.05-1.273-3.524%200-1.447.395-2.652%201.186-3.613.828-1.026%201.947-1.539%203.355-1.539%201.383%200%202.43.513%203.141%201.539.563.815.846%201.823.846%203.02zm-2.033-.553c.014-.632-.125-1.178-.414-1.639-.369-.593-.936-.889-1.699-.889-.697%200-1.264.289-1.697.869-.355.461-.566%201.014-.631%201.658h4.441z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%20fill%3D%22%23FFF%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M49.05%2010.009c0%201.177-.353%202.063-1.058%202.658-.653.549-1.581.824-2.783.824-.596%200-1.106-.026-1.533-.078V6.982c.557-.09%201.157-.136%201.805-.136%201.145%200%202.008.249%202.59.747.652.563.979%201.368.979%202.416zm-1.105.029c0-.763-.202-1.348-.606-1.756-.404-.407-.994-.611-1.771-.611-.33%200-.611.022-.844.068v4.889c.129.02.365.029.708.029.802%200%201.421-.223%201.857-.669s.656-1.096.656-1.95zM54.909%2011.037c0%20.725-.207%201.319-.621%201.785-.434.479-1.009.718-1.727.718-.692%200-1.243-.229-1.654-.689-.41-.459-.615-1.038-.615-1.736%200-.73.211-1.329.635-1.794s.994-.698%201.712-.698c.692%200%201.248.229%201.669.688.4.446.601%201.022.601%201.726zm-1.087.034c0-.435-.094-.808-.281-1.119-.22-.376-.533-.564-.94-.564-.421%200-.741.188-.961.564-.188.311-.281.69-.281%201.138%200%20.435.094.808.281%201.119.227.376.543.564.951.564.4%200%20.714-.191.94-.574.194-.317.291-.693.291-1.128zM62.765%208.719l-1.475%204.714h-.96l-.611-2.047a15.32%2015.32%200%200%201-.379-1.523h-.019a11.15%2011.15%200%200%201-.379%201.523l-.649%202.047h-.971l-1.387-4.714h1.077l.533%202.241c.129.53.235%201.035.32%201.513h.019c.078-.394.207-.896.389-1.503l.669-2.25h.854l.641%202.202c.155.537.281%201.054.378%201.552h.029c.071-.485.178-1.002.32-1.552l.572-2.202h1.029zM68.198%2013.433H67.15v-2.7c0-.832-.316-1.248-.95-1.248a.946.946%200%200%200-.757.343%201.217%201.217%200%200%200-.291.808v2.796h-1.048v-3.366c0-.414-.013-.863-.038-1.349h.921l.049.737h.029c.122-.229.304-.418.543-.569.284-.176.602-.265.95-.265.44%200%20.806.142%201.097.427.362.349.543.87.543%201.562v2.824zM71.088%2013.433h-1.047V6.556h1.047v6.877zM77.258%2011.037c0%20.725-.207%201.319-.621%201.785-.434.479-1.01.718-1.727.718-.693%200-1.244-.229-1.654-.689-.41-.459-.615-1.038-.615-1.736%200-.73.211-1.329.635-1.794s.994-.698%201.711-.698c.693%200%201.248.229%201.67.688.4.446.601%201.022.601%201.726zm-1.088.034c0-.435-.094-.808-.281-1.119-.219-.376-.533-.564-.939-.564-.422%200-.742.188-.961.564-.188.311-.281.69-.281%201.138%200%20.435.094.808.281%201.119.227.376.543.564.951.564.4%200%20.713-.191.939-.574.195-.317.291-.693.291-1.128zM82.33%2013.433h-.941l-.078-.543h-.029c-.322.433-.781.65-1.377.65-.445%200-.805-.143-1.076-.427a1.339%201.339%200%200%201-.369-.96c0-.576.24-1.015.723-1.319.482-.304%201.16-.453%202.033-.446V10.3c0-.621-.326-.931-.979-.931-.465%200-.875.117-1.229.349l-.213-.688c.438-.271.979-.407%201.617-.407%201.232%200%201.85.65%201.85%201.95v1.736c0%20.471.023.846.068%201.124zm-1.088-1.62v-.727c-1.156-.02-1.734.297-1.734.95%200%20.246.066.43.201.553a.733.733%200%200%200%20.512.184c.23%200%20.445-.073.641-.218a.893.893%200%200%200%20.38-.742zM88.285%2013.433h-.93l-.049-.757h-.029c-.297.576-.803.864-1.514.864-.568%200-1.041-.223-1.416-.669s-.562-1.025-.562-1.736c0-.763.203-1.381.611-1.853.395-.44.879-.66%201.455-.66.633%200%201.076.213%201.328.64h.02V6.556h1.049v5.607c0%20.459.012.882.037%201.27zm-1.086-1.988v-.786a1.194%201.194%200%200%200-.408-.965%201.03%201.03%200%200%200-.701-.257c-.391%200-.697.155-.922.466-.223.311-.336.708-.336%201.193%200%20.466.107.844.322%201.135.227.31.533.465.916.465.344%200%20.619-.129.828-.388.202-.239.301-.527.301-.863zM97.248%2011.037c0%20.725-.207%201.319-.621%201.785-.434.479-1.008.718-1.727.718-.691%200-1.242-.229-1.654-.689-.41-.459-.615-1.038-.615-1.736%200-.73.211-1.329.635-1.794s.994-.698%201.713-.698c.691%200%201.248.229%201.668.688.4.446.601%201.022.601%201.726zm-1.086.034c0-.435-.094-.808-.281-1.119-.221-.376-.533-.564-.941-.564-.42%200-.74.188-.961.564-.188.311-.281.69-.281%201.138%200%20.435.094.808.281%201.119.227.376.543.564.951.564.4%200%20.715-.191.941-.574.193-.317.291-.693.291-1.128zM102.883%2013.433h-1.047v-2.7c0-.832-.316-1.248-.951-1.248-.311%200-.562.114-.756.343s-.291.499-.291.808v2.796h-1.049v-3.366c0-.414-.012-.863-.037-1.349h.92l.049.737h.029a1.53%201.53%200%200%201%20.543-.569c.285-.176.602-.265.951-.265.439%200%20.805.142%201.096.427.363.349.543.87.543%201.562v2.824zM109.936%209.504h-1.154v2.29c0%20.582.205.873.611.873.188%200%20.344-.016.467-.049l.027.795c-.207.078-.479.117-.814.117-.414%200-.736-.126-.969-.378-.234-.252-.35-.676-.35-1.271V9.504h-.689v-.785h.689v-.864l1.027-.31v1.173h1.154v.786zM115.484%2013.433h-1.049v-2.68c0-.845-.316-1.268-.949-1.268-.486%200-.818.245-1%20.735a1.317%201.317%200%200%200-.049.377v2.835h-1.047V6.556h1.047v2.841h.02c.33-.517.803-.775%201.416-.775.434%200%20.793.142%201.078.427.355.355.533.883.533%201.581v2.803zM121.207%2010.853c0%20.188-.014.346-.039.475h-3.143c.014.466.164.821.455%201.067.266.22.609.33%201.029.33.465%200%20.889-.074%201.271-.223l.164.728c-.447.194-.973.291-1.582.291-.73%200-1.305-.215-1.721-.645-.418-.43-.625-1.007-.625-1.731%200-.711.193-1.303.582-1.775.406-.504.955-.756%201.648-.756.678%200%201.193.252%201.541.756.281.4.42.895.42%201.483zm-1-.271a1.411%201.411%200%200%200-.203-.805c-.182-.291-.459-.437-.834-.437a.995.995%200%200%200-.834.427%201.586%201.586%200%200%200-.311.815h2.182z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.icon-google_play {
  width: 136px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22135.716%22%20height%3D%2240.019%22%3E%0D%0A%20%20%20%20%3Cdefs%3E%0D%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2231.8%22%20y1%3D%22183.29%22%20x2%3D%2215.017%22%20y2%3D%22166.508%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(.8%200%200%20-.8%200%20161.6)%22%20id%3D%22i%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300a0ff%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.007%22%20stop-color%3D%22%2300a1ff%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.26%22%20stop-color%3D%22%2300beff%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.512%22%20stop-color%3D%22%2300d2ff%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.76%22%20stop-color%3D%22%2300dfff%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300e3ff%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2243.834%22%20y1%3D%22171.999%22%20x2%3D%2219.638%22%20y2%3D%22171.999%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(.8%200%200%20-.8%200%20161.6)%22%20id%3D%22j%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffe000%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.409%22%20stop-color%3D%22%23ffbd00%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.775%22%20stop-color%3D%22orange%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9c00%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2234.827%22%20y1%3D%22169.704%22%20x2%3D%2212.069%22%20y2%3D%22146.946%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(.8%200%200%20-.8%200%20161.6)%22%20id%3D%22k%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff3a44%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c31162%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2217.297%22%20y1%3D%22191.824%22%20x2%3D%2227.46%22%20y2%3D%22181.661%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(.8%200%200%20-.8%200%20161.6)%22%20id%3D%22l%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2332a071%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.069%22%20stop-color%3D%22%232da771%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.476%22%20stop-color%3D%22%2315cf74%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22.801%22%20stop-color%3D%22%2306e775%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300f076%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22a%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20id%3D%22m%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23a)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%20fill-opacity%3D%22.2%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22n%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22b%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpattern%20patternTransform%3D%22matrix(1%200%200%20-1%200%2048)%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%22124%22%20height%3D%2248%22%20id%3D%22o%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23b)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M29.625%2020.695l-11.613-6.597c-.649-.371-1.231-.344-1.606-.008l-.058-.063.058-.058c.375-.336.957-.36%201.606.011l11.687%206.641-.074.074z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fpattern%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22c%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20id%3D%22p%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23c)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%20fill-opacity%3D%22.12%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22q%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22d%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpattern%20patternTransform%3D%22matrix(1%200%200%20-1%200%2048)%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%22124%22%20height%3D%2248%22%20id%3D%22r%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23d)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.348%2014.145c-.235.246-.371.628-.371%201.125v-.118c0-.496.136-.879.371-1.125l.058.063-.058.055z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fpattern%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22e%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20id%3D%22s%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23e)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%20fill-opacity%3D%22.12%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22t%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22f%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpattern%20patternTransform%3D%22matrix(1%200%200%20-1%200%2048)%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%22124%22%20height%3D%2248%22%20id%3D%22u%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23f)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M33.613%2022.961l-3.988-2.266.074-.074%203.914%202.223c.559.316.836.734.836%201.156-.047-.379-.332-.75-.836-1.039z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fpattern%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22g%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%221%22%20height%3D%221%22%20id%3D%22v%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23g)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%20fill-opacity%3D%22.25%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22w%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22h%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpattern%20patternTransform%3D%22matrix(1%200%200%20-1%200%2048)%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%22124%22%20height%3D%2248%22%20id%3D%22x%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23h)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M18.012%2033.902l15.601-8.863c.508-.289.789-.66.836-1.039%200%20.418-.277.836-.836%201.156L18.012%2034.02c-1.117.632-2.035.105-2.035-1.176v-.114c0%201.278.918%201.805%202.035%201.172z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fpattern%3E%0D%0A%20%20%20%20%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M130.54%2039.943H5.24c-2.755%200-5.012-2.23-5.012-4.954V5.267C.228%202.544%202.485.314%205.24.314h125.3c2.755%200%205.011%202.23%205.011%204.953V34.99c0%202.724-2.256%204.954-5.012%204.954z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M130.54%201.108c2.32%200%204.208%201.866%204.208%204.16v29.721c0%202.294-1.888%204.16-4.209%204.16H5.24c-2.32%200-4.208-1.866-4.208-4.16V5.267c0-2.293%201.888-4.16%204.208-4.16h125.3m0-.793H5.24C2.485.314.228%202.544.228%205.267V34.99c0%202.724%202.257%204.954%205.012%204.954h125.3c2.755%200%205.011-2.23%205.011-4.954V5.267c0-2.723-2.256-4.953-5.012-4.953z%22%20fill%3D%22%23a6a6a6%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M45.934%2016.195c0%20.668-.2%201.203-.594%201.602-.453.473-1.043.711-1.766.711a2.426%202.426%200%200%201-1.765-.719c-.485-.484-.727-1.078-.727-1.789%200-.711.242-1.305.727-1.785a2.414%202.414%200%200%201%201.765-.723c.344%200%20.672.071.985.203.312.133.566.313.75.535l-.418.422c-.321-.379-.758-.566-1.317-.566-.504%200-.941.176-1.312.531-.367.356-.551.817-.551%201.383%200%20.566.184%201.031.551%201.387a1.85%201.85%200%200%200%201.312.531c.535%200%20.985-.18%201.34-.535.234-.235.367-.559.402-.973h-1.742v-.578h2.324c.028.125.036.246.036.363zM49.621%2014.191h-2.183v1.52h1.968v.578h-1.968v1.52h2.183v.589H46.82v-4.796h2.801v.589zM52.223%2018.398h-.618v-4.207h-1.339v-.589h3.297v.589h-1.34v4.207zM55.949%2018.398v-4.796h.617v4.796h-.617zM59.301%2018.398h-.613v-4.207h-1.344v-.589h3.301v.589h-1.344v4.207zM66.887%2017.781c-.473.485-1.059.727-1.758.727-.703%200-1.289-.242-1.762-.727-.472-.484-.707-1.078-.707-1.781%200-.703.235-1.297.707-1.781.473-.485%201.059-.727%201.762-.727.695%200%201.281.242%201.754.731.476.488.711%201.078.711%201.777%200%20.703-.235%201.297-.707%201.781zm-3.063-.402c.356.359.789.539%201.305.539.512%200%20.949-.18%201.301-.539.355-.359.535-.82.535-1.379s-.18-1.02-.535-1.379a1.756%201.756%200%200%200-1.301-.539c-.516%200-.949.18-1.305.539-.355.359-.535.82-.535%201.379s.18%201.02.535%201.379zM68.461%2018.398v-4.796h.75l2.332%203.73h.027l-.027-.922v-2.808h.617v4.796h-.644l-2.442-3.914h-.027l.027.926v2.988h-.613z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.16%22%20stroke-miterlimit%3D%2210%22%20transform%3D%22matrix(1.25299%200%200%201.23841%20-9.796%20-9.594)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M68.526%2021.865c-2.354%200-4.277%201.77-4.277%204.214%200%202.424%201.923%204.213%204.277%204.213%202.36%200%204.283-1.79%204.283-4.213%200-2.443-1.923-4.214-4.283-4.214zm0%206.768c-1.291%200-2.403-1.054-2.403-2.554%200-1.52%201.112-2.555%202.403-2.555%201.292%200%202.409%201.035%202.409%202.555%200%201.5-1.117%202.554-2.409%202.554zm-9.333-6.768c-2.36%200-4.278%201.77-4.278%204.214%200%202.424%201.918%204.213%204.278%204.213%202.358%200%204.278-1.79%204.278-4.213%200-2.443-1.92-4.214-4.278-4.214zm0%206.768c-1.293%200-2.408-1.054-2.408-2.554%200-1.52%201.115-2.555%202.408-2.555%201.292%200%202.403%201.035%202.403%202.555%200%201.5-1.111%202.554-2.403%202.554zm-11.107-5.477v1.791h4.327c-.127%201-.465%201.736-.984%202.249-.631.62-1.615%201.307-3.343%201.307a4.722%204.722%200%200%201-4.747-4.756%204.722%204.722%200%200%201%204.747-4.756c1.44%200%202.488.557%203.26%201.277l1.277-1.262c-1.08-1.02-2.52-1.804-4.537-1.804-3.65%200-6.72%202.936-6.72%206.545s3.07%206.545%206.72%206.545c1.974%200%203.456-.639%204.621-1.838%201.194-1.18%201.567-2.84%201.567-4.18%200-.416-.035-.798-.098-1.118h-6.09zm45.416%201.389c-.352-.943-1.438-2.68-3.651-2.68-2.193%200-4.018%201.707-4.018%204.214%200%202.36%201.806%204.213%204.228%204.213a4.238%204.238%200%200%200%203.554-1.868l-1.453-.957c-.485.701-1.146%201.166-2.1%201.166-.949%200-1.63-.43-2.065-1.277l5.702-2.332-.197-.48zm-5.814%201.403c-.049-1.625%201.277-2.457%202.227-2.457.744%200%201.376.367%201.586.894l-3.813%201.563zm-4.634%204.088h1.874V17.652h-1.874v12.384zm-3.07-7.233h-.063c-.421-.493-1.224-.938-2.242-.938-2.135%200-4.087%201.852-4.087%204.228%200%202.361%201.952%204.199%204.087%204.199%201.018%200%201.821-.45%202.242-.957h.063v.604c0%201.611-.871%202.477-2.276%202.477-1.145%200-1.855-.817-2.149-1.505l-1.63.673c.47%201.117%201.714%202.491%203.78%202.491%202.197%200%204.051-1.278%204.051-4.387V22.12h-1.776v.682zm-2.144%205.83c-1.292%200-2.373-1.07-2.373-2.54%200-1.485%201.081-2.569%202.373-2.569%201.273%200%202.277%201.084%202.277%202.569%200%201.47-1.004%202.54-2.277%202.54zm24.438-10.981h-4.483v12.384h1.87v-4.693h2.613c2.076%200%204.112-1.485%204.112-3.846%200-2.36-2.04-3.845-4.112-3.845zm.049%205.969h-2.663v-4.247h2.663a2.161%202.161%200%200%201%202.193%202.123c0%20.958-.797%202.124-2.193%202.124zm11.556-1.78c-1.35%200-2.755.59-3.333%201.896l1.66.687c.356-.687%201.013-.91%201.707-.91.97%200%201.954.576%201.969%201.593v.13c-.339-.193-1.063-.48-1.954-.48-1.787%200-3.607.973-3.607%202.787%200%201.66%201.463%202.728%203.109%202.728%201.258%200%201.952-.56%202.388-1.213h.064v.957h1.805v-4.75c0-2.196-1.659-3.425-3.808-3.425zm-.225%206.787c-.612%200-1.464-.3-1.464-1.05%200-.958%201.063-1.326%201.983-1.326.823%200%201.209.18%201.709.416-.147%201.147-1.146%201.96-2.228%201.96zm10.611-6.516l-2.148%205.369h-.064l-2.222-5.369h-2.016l3.338%207.503-1.905%204.174h1.954l5.143-11.677h-2.08zm-16.851%207.924h1.874V17.652h-1.874v12.384z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M16.348%2033.969c-.235-.246-.371-.629-.371-1.125V15.152c0-.496.136-.879.371-1.125l.058-.054%209.914%209.91v.234l-9.914%209.91-.058-.058z%22%20fill%3D%22url(%23i)%22%20transform%3D%22matrix(1.25299%200%200%20-1.23841%20-9.796%2049.85)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M29.621%2020.578l-3.301%203.305v.234l3.305%203.305.074-.043%203.914-2.227c1.117-.632%201.117-1.672%200-2.308l-3.914-2.223-.078-.043z%22%20fill%3D%22url(%23j)%22%20transform%3D%22matrix(1.25299%200%200%20-1.23841%20-9.796%2049.85)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M29.699%2020.621L26.32%2024l-9.972-9.973c.371-.39.976-.437%201.664-.047l11.687%206.641%22%20fill%3D%22url(%23k)%22%20transform%3D%22matrix(1.25299%200%200%20-1.23841%20-9.796%2049.85)%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M29.699%2027.379L18.012%2034.02c-.688.386-1.293.339-1.664-.051L26.32%2024l3.379%203.379z%22%20fill%3D%22url(%23l)%22%20transform%3D%22matrix(1.25299%200%200%20-1.23841%20-9.796%2049.85)%22%2F%3E%0D%0A%20%20%20%20%3Cg%20mask%3D%22url(%23m)%22%20transform%3D%22matrix(1.25299%200%200%20-1.23841%20-9.796%2049.85)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23n)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%20fill%3D%22url(%23o)%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cg%20mask%3D%22url(%23p)%22%20transform%3D%22matrix(1.25299%200%200%20-1.23841%20-9.796%2049.85)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23q)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%20fill%3D%22url(%23r)%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20mask%3D%22url(%23s)%22%20transform%3D%22matrix(1.25299%200%200%20-1.23841%20-9.796%2049.85)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23t)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%20fill%3D%22url(%23u)%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20mask%3D%22url(%23v)%22%20transform%3D%22matrix(1.25299%200%200%20-1.23841%20-9.796%2049.85)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%23w)%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h124v48H0V0z%22%20fill%3D%22url(%23x)%22%2F%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.s_link .icon {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%22120%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23dedede%22%20d%3D%22M15.064%2010.507a4.562%204.562%200%200%200-4.558%204.557v9.872a4.563%204.563%200%200%200%204.558%204.558h9.87a4.563%204.563%200%200%200%204.559-4.558v-9.872a4.562%204.562%200%200%200-4.559-4.557h-9.87zm9.871%2020.95h-9.87a6.529%206.529%200%200%201-6.522-6.521v-9.872a6.529%206.529%200%200%201%206.522-6.521h9.87a6.529%206.529%200%200%201%206.522%206.521v9.872a6.529%206.529%200%200%201-6.522%206.521zM20%2016.097c-2.152%200-3.903%201.751-3.903%203.903s1.751%203.903%203.903%203.903%203.903-1.751%203.903-3.903-1.752-3.903-3.903-3.903zm0%209.77A5.873%205.873%200%200%201%2014.133%2020%205.874%205.874%200%200%201%2020%2014.133%205.873%205.873%200%200%201%2025.867%2020%205.874%205.874%200%200%201%2020%2025.867zm7.528-12.07a1.41%201.41%200%201%201-2.82%200%201.41%201.41%200%200%201%202.82%200zM20%200C8.955%200%200%208.955%200%2020s8.955%2020%2020%2020%2020-8.955%2020-20S31.044%200%2020%200zm0%2038.368C9.855%2038.368%201.632%2030.144%201.632%2020%201.632%209.855%209.855%201.632%2020%201.632c10.145%200%2018.368%208.224%2018.368%2018.368%200%2010.144-8.224%2018.368-18.368%2018.368z%22%2F%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ff8400%22%20d%3D%22M55.064%2010.507a4.563%204.563%200%200%200-4.559%204.557v9.872a4.564%204.564%200%200%200%204.559%204.558h9.87a4.562%204.562%200%200%200%204.559-4.558v-9.872a4.562%204.562%200%200%200-4.559-4.557h-9.87zm9.871%2020.95h-9.87a6.528%206.528%200%200%201-6.521-6.521v-9.872a6.529%206.529%200%200%201%206.521-6.521h9.87a6.529%206.529%200%200%201%206.522%206.521v9.872a6.529%206.529%200%200%201-6.522%206.521zM60%2016.097c-2.152%200-3.904%201.751-3.904%203.903s1.752%203.903%203.904%203.903c2.151%200%203.902-1.751%203.902-3.903S62.151%2016.097%2060%2016.097zm0%209.77A5.872%205.872%200%200%201%2054.133%2020%205.873%205.873%200%200%201%2060%2014.133%205.874%205.874%200%200%201%2065.867%2020%205.874%205.874%200%200%201%2060%2025.867zm7.528-12.07a1.41%201.41%200%201%201-2.82%200%201.41%201.41%200%200%201%202.82%200zM60%200C48.955%200%2040%208.955%2040%2020s8.955%2020%2020%2020%2020-8.955%2020-20S71.045%200%2060%200zm0%2038.368c-10.145%200-18.368-8.224-18.368-18.368C41.632%209.855%2049.855%201.632%2060%201.632S78.367%209.855%2078.367%2020c0%2010.144-8.222%2018.368-18.367%2018.368z%22%2F%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23dedede%22%20d%3D%22M29.165%2049.719L5.24%2058.983c-.761.317-.698%201.396.063%201.65l6.092%201.776%202.284%207.171c.254.762%201.206.952%201.714.443l3.11-3.172%206.156%204.505c.761.571%201.84.128%202.03-.761l4.125-19.482c.191-.951-.761-1.776-1.649-1.394zm-2.983%204.314L15.076%2063.87c-.126.127-.19.254-.19.38l-.444%203.809c0%20.127-.19.127-.254%200l-1.777-5.648c-.063-.254%200-.571.254-.698l13.136-8.123c.318-.192.635.189.381.443zM20%2040C8.955%2040%200%2048.955%200%2059.999%200%2071.044%208.955%2080%2020%2080s20-8.956%2020-20.001C40%2048.955%2031.045%2040%2020%2040zm0%2038.368c-10.145%200-18.369-8.224-18.369-18.369%200-10.144%208.224-18.368%2018.369-18.368s18.367%208.225%2018.367%2018.368c0%2010.146-8.222%2018.369-18.367%2018.369z%22%2F%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ff8400%22%20d%3D%22M69.164%2049.719l-23.925%209.265c-.761.317-.698%201.396.063%201.65l6.092%201.776%202.285%207.171c.254.762%201.205.952%201.713.443l3.11-3.172%206.155%204.505c.762.571%201.841.128%202.031-.761l4.125-19.482c.191-.952-.76-1.777-1.649-1.395zm-2.982%204.314L55.076%2063.87c-.127.127-.191.254-.191.38l-.443%203.809c0%20.127-.19.127-.254%200L52.41%2062.41c-.063-.254%200-.571.254-.698l13.137-8.123c.317-.191.635.19.381.444zM60%2040c-11.045%200-20%208.955-20%2019.999C40%2071.044%2048.954%2080%2060%2080c11.045%200%2020-8.956%2020-20.001C80%2048.955%2071.045%2040%2060%2040zm0%2038.368c-10.145%200-18.369-8.224-18.369-18.369%200-10.144%208.225-18.368%2018.369-18.368s18.367%208.225%2018.367%2018.368c0%2010.146-8.222%2018.369-18.367%2018.369z%22%2F%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23dedede%22%20d%3D%22M33.048%2093.309c.19-.634%200-1.099-.905-1.099h-2.992c-.761%200-1.112.401-1.302.846%200%200-1.521%203.709-3.677%206.118-.697.698-1.015.92-1.395.92-.19%200-.465-.222-.465-.856v-5.929c0-.76-.221-1.099-.855-1.099h-4.702c-.476%200-.762.353-.762.688%200%20.721%201.078.888%201.189%202.916v4.407c0%20.966-.174%201.142-.555%201.142-1.015%200-3.482-3.727-4.946-7.989-.287-.829-.574-1.163-1.339-1.163H7.349c-.855%200-1.025.401-1.025.846%200%20.793%201.014%204.724%204.724%209.924%202.473%203.55%205.957%205.475%209.127%205.475%201.902%200%202.138-.428%202.138-1.164v-2.684c0-.855.18-1.025.782-1.025.445%200%201.205.222%202.98%201.934%202.029%202.029%202.363%202.939%203.505%202.939h2.992c.855%200%201.283-.428%201.036-1.271-.27-.841-1.238-2.061-2.524-3.507-.697-.824-1.744-1.712-2.06-2.155-.444-.571-.317-.824%200-1.331-.002-.003%203.644-5.139%204.024-6.883zM20%2080C8.955%2080%200%2088.955%200%20100s8.955%2020%2020%2020%2020-8.955%2020-20-8.956-20-20-20zm0%2038.368c-10.144%200-18.368-8.224-18.368-18.368S9.855%2081.632%2020%2081.632c10.145%200%2018.368%208.224%2018.368%2018.368S30.144%20118.368%2020%20118.368z%22%2F%3E%0D%0A%20%20%3Cpath%20fill%3D%22%23ff8400%22%20d%3D%22M73.048%2093.309c.19-.634%200-1.099-.905-1.099H69.15c-.761%200-1.111.401-1.302.846%200%200-1.521%203.709-3.677%206.118-.697.698-1.016.92-1.396.92-.19%200-.466-.222-.466-.856v-5.929c0-.76-.221-1.099-.855-1.099h-4.701c-.477%200-.762.353-.762.688%200%20.721%201.078.888%201.188%202.916v4.407c0%20.966-.175%201.142-.555%201.142-1.015%200-3.482-3.727-4.946-7.989-.286-.829-.574-1.163-1.339-1.163h-2.993c-.854%200-1.025.401-1.025.846%200%20.793%201.015%204.724%204.725%209.924%202.473%203.55%205.956%205.475%209.127%205.475%201.902%200%202.137-.428%202.137-1.164v-2.684c0-.855.18-1.025.782-1.025.444%200%201.204.222%202.98%201.934%202.028%202.029%202.363%202.939%203.505%202.939h2.992c.855%200%201.283-.428%201.036-1.271-.271-.841-1.238-2.061-2.524-3.507-.697-.824-1.744-1.712-2.061-2.155-.443-.571-.316-.824%200-1.331.001-.003%203.648-5.139%204.028-6.883zM59.999%2080c-11.045%200-20%208.955-20%2020s8.955%2020%2020%2020%2020-8.955%2020-20-8.955-20-20-20zm0%2038.368c-10.144%200-18.368-8.224-18.368-18.368s8.225-18.368%2018.368-18.368c10.145%200%2018.368%208.224%2018.368%2018.368s-8.223%2018.368-18.368%2018.368z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.s_link .icon-kv {
  background-position: 0 -80px;
}
.s_link .icon-tg {
  background-position: 0 -40px;
}
.s_link .icon-ig {
  background-position: 0 0;
}
.icon-menu,
.icon-actions,
.icon-delivery,
.icon-contacts,
.icon-vacancy {
  width: 52px;
  height: 60px;
  margin: 0 10px 0 0;
  background: top / 104px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20104%20300%22%3E%3Cpath%20d%3D%22M54.9%209.5h28.2c.8%200%201.6.3%202.1.9.5.5.9%201.3.9%202v5.3H92c1.1%200%201.3.5%201.6.8v.1l6.4%208.6h.9c.5%200%20.9.2%201.3.6.3.3.5.8.5%201.3v5.1c.2.1.3.2.5.4.3.3.4.7.4%201.2v2.6c0%20.5-.2%201-.5%201.3-.3.4-.8.5-1.3.5h-1.3c-.2%201.5-.9%202.8-2%203.8-1.2%201.2-2.9%201.8-4.6%201.8s-3.4-.6-4.6-1.8c-1.1-1-1.8-2.3-2-3.8H68.7c-.2%201.5-.9%202.8-2%203.8-1.2%201.2-2.8%201.8-4.6%201.8s-3.4-.7-4.6-1.8c-1.1-1-1.8-2.3-2-3.8h-1.9c-1.6-.4-1.6-1.9-1.6-3V26.8h1.5v10.5c0%20.6%200%201.4.3%201.5h2.9l.1.7c.1%201.4.7%202.6%201.6%203.5s2.2%201.5%203.6%201.5%202.7-.6%203.6-1.5%201.6-2.2%201.6-3.5l.1-.7h21.2l.1.7c.1%201.4.7%202.6%201.6%203.5s2.2%201.5%203.6%201.5%202.7-.6%203.6-1.5%201.6-2.2%201.6-3.5l.1-.7h2.6c.1%200%20.2-.1.3-.1.1-.1.1-.2.1-.3v-2.6c0-.1-.1-.2-.1-.2-.1-.1-.1-.2-.2-.2l-.6-.2v-6.1c0-.1-.1-.2-.1-.3-.1-.1-.2-.1-.3-.1h-1.7l-6.8-9.2-.1-.1c-.1-.1-.1-.2-.4-.2h-7.3v-6.8c0-.4-.2-.8-.5-1.1s-.7-.4-1.1-.4h-28c-.4%200-.8.2-1.1.4-.3.3-.4.7-.4%201.1H52c0-.8.3-1.5.9-2%20.5-.5%201.3-.9%202-.9zM62%2035c1.1%200%202.2.4%202.9%201.2.7.7%201.2%201.7%201.2%202.8s-.4%202.1-1.2%202.9c-.8.8-1.8%201.2-2.9%201.2-1.1%200-2.1-.4-2.9-1.2-.8-.8-1.2-1.8-1.2-2.9%200-1.1.5-2.1%201.2-2.8.8-.8%201.8-1.2%202.9-1.2zm1.9%202.2c-.5-.5-1.1-.8-1.8-.8s-1.4.3-1.8.8c-.5.5-.8%201.2-.8%201.8%200%20.7.3%201.4.8%201.9s1.1.8%201.8.8%201.4-.3%201.8-.8c.5-.5.8-1.2.8-1.9%200-.6-.4-1.3-.8-1.8zM93.8%2035c1.1%200%202.2.4%202.9%201.2.7.7%201.2%201.7%201.2%202.8s-.4%202.1-1.2%202.9c-.8.8-1.8%201.2-2.9%201.2s-2.1-.4-2.9-1.2-1.2-1.8-1.2-2.9c0-1.1.5-2.1%201.2-2.8.8-.8%201.8-1.2%202.9-1.2zm1.9%202.2c-.5-.5-1.1-.8-1.8-.8s-1.4.3-1.8.8c-.5.5-.8%201.2-.8%201.8%200%20.7.3%201.4.8%201.9s1.1.8%201.8.8%201.4-.3%201.8-.8c.5-.5.8-1.2.8-1.9-.1-.6-.4-1.3-.8-1.8zM85.4%2020.5h5.8l6%208.2H84.7v-8.2h.7zm5.1%201.5h-4.3v5.3h8.2L90.5%2022zM70%20254.2v-1.8c0-2%201.2-3.2%203.2-3.2h9.4c1.9%200%203.2%201.3%203.2%203.2v1.8h12.6c2%200%203.2%201.2%203.2%203.2v29.3c0%202-1.2%203.2-3.2%203.2H57.2c-2%200-3.2-1.2-3.2-3.2v-29.4c0-1.9%201.2-3.1%203.2-3.1H70zm7.9%202H57.4c-1%200-1.3.3-1.3%201.3v14.1c0%201.2.2%201.4%201.4%201.4h40.8c1.2%200%201.4-.2%201.4-1.4v-14c0-1.1-.2-1.4-1.3-1.4H77.9zm-21.8%2018.7v11.7c0%20.9.3%201.2%201.2%201.2h41.3c.9%200%201.2-.3%201.2-1.2v-11.7H56.1zm27.7-20.8v-2c0-.6-.4-.9-1-.9h-9.9c-.5%200-.9.3-1%20.9-.1.7%200%201.4%200%202.1%204-.1%207.9-.1%2011.9-.1zM77.9%20271c1.1%200%202-.9%202-2s-.9-2-2-2-1.9.9-1.9%202c-.1%201.1.8%202%201.9%202zM52.1%2022.8h20.2c.4%200%20.6.4.6.8s-.3.8-.6.8H52.1v-1.6zm0-2.8H70c.4%200%20.6.4.6.8s-.3.8-.6.8H52.1V20zm0-2.8h15.1c.4%200%20.6.4.6.8s-.3.8-.6.8H52.1v-1.6zm0-2.8h13.2c.3%200%20.6.4.6.8%200%20.5-.3.8-.6.8H52.1v-1.6zm.2%2082.5c.1-.2.2-.4.4-.5l13.9-8.9v3.7c-1.1.5-12.6%207.3-12.6%207.3-.1.1-.3.1-.5.2-.2%200-.4%200-.6-.1-.4-.2-.7-.6-.7-1%200-.3%200-.5.1-.7zm3.8-1.2l9.2-5.4v-.5l-9.2%205.9zm27.8-16.4l8.8-5.2v-.3c0-.1-.1-.3-.2-.4l-.3-.3c-.3-.2-.6-.3-.9-.1l-8.8%205.7c.5.2%201%20.4%201.4.6zm9.6-4.1l-9.6%205.6-.3-.2c-.4-.2-.9-.5-1.3-.6-.5-.2-.9-.4-1.5-.5l-1.4-.4%2011.2-7.2c.9-.6%201.7-.4%202.4.1l.6.6c.2.2.3.5.4.8.2.7.1%201.4-.5%201.8zm-6.7%209.5c-.2-1.6-1.4-3-3.1-4-1.8-1.1-4.3-1.7-6.9-1.7-2.7%200-5.1.7-6.9%201.7s-2.9%202.5-3.2%204v11.9l20.1-9.7v-2.2zm-2.5-5.2c2.1%201.2%203.5%203%203.8%205v3.1c-7.5%203.6-15%207.3-22.6%2010.9-.1-.4-.2-.8-.2-1.2V84.5c.3-2%201.7-3.8%203.8-5%202-1.2%204.7-1.9%207.6-1.9s5.6.8%207.6%201.9zM67.5%2099.3c.7%201%201.9%201.8%203.3%202.5%201.7.8%203.7%201.2%205.9%201.2%202.7%200%205.1-.7%206.9-1.7%201.7-1%202.9-2.4%203.1-4V91c.1%200-19.2%208.3-19.2%208.3zm2.7%203.7c-1.9-.9-3.4-2.2-4.3-3.6l-.3-.6L88.1%2089v8.5c-.3%202-1.7%203.8-3.8%205-2%201.2-4.7%201.9-7.6%201.9-2.4-.1-4.6-.6-6.5-1.4zm10.9-17.7c0-1-2-1.9-4.5-1.9s-4.5.9-4.5%201.9c0%201.1%202%201.9%204.5%201.9s4.5-.9%204.5-1.9zm-22.7%2015.5c.1-.2.3-.4.5-.5l41.2-19.9c.9-.5%201.8-.2%202.4.4.2.2.4.4.5.7.1.3.2.5.3.8.1.7%200%201.4-.7%201.7-14.2%206.3-28.5%2012.3-42.6%2018.6-.2.1-.3.1-.5.1s-.4%200-.6-.1h-.1c-.2-.1-.3-.3-.4-.5-.1-.2-.2-.4-.2-.6.1-.3.1-.5.2-.7zm3.5-.5L102%2082.9v-.3c0-.1-.1-.3-.1-.4-.1-.1-.2-.3-.3-.4-.2-.2-.6-.3-.9-.2l-38.8%2018.7zm14.8-19.5c-4.6%200-8.4%202-8.4%204.4%200%202.5%203.8%204.4%208.4%204.4s8.4-2%208.4-4.4-3.8-4.4-8.4-4.4zm0%207.8c-3.9%200-7-1.5-7-3.3s3.1-3.3%207-3.3%207%201.5%207%203.3-3.1%203.3-7%203.3zm-11.1%2062.6h31.2c.5%200%20.9.4.9.9v18.6c0%20.5-.4.9-.9.9H65.6c-.5%200-.9-.4-.9-.9v-18.6c0-.5.4-.9.9-.9zm30.3%201.8H66.4v16.9h29.5V153zm-17.8-1.8h6.1c.5%200%20.9.4.9.9v18.6c0%20.5-.4.9-.9.9h-6.1c-.5%200-.9-.4-.9-.9v-18.6c.1-.5.5-.9.9-.9zm5.3%201.8H79v16.9h4.4V153zm-15.5-19.5l33.6%209.9c.5.1.7.6.6%201.1l-1.9%206.6c-.1.5-.6.7-1.1.6l-33.6-9.9c-.5-.1-.7-.6-.6-1.1l1.9-6.6c.2-.5.7-.7%201.1-.6zm32.3%2011.3l-31.9-9.4-1.5%204.9%2031.9%209.4%201.5-4.9zm-18.4-7.2l5.9%201.7c.5.1.7.6.6%201.1l-1.9%206.6c-.1.5-.6.7-1.1.6l-5.8-1.7c-.5-.1-.7-.6-.6-1.1l1.9-6.6c.1-.5.6-.7%201-.6zm4.6%203.1l-4.2-1.2-1.5%204.9%204.2%201.2%201.5-4.9zm-.9-3.7l.6-.2c4.7-1.8%207.8-2.9%2011-.8.6.4.9%201.1%201%201.9.1.5%200%20.9-.1%201.4s-.4.9-.7%201.2c-.4.4-1%20.6-1.8.5h-.1l-10-1.4c-.5-.1-.8-.5-.7-1v-.1l.3-.9c0-.3.2-.5.5-.6zm10.5.4c-2.3-1.5-4.9-.7-8.7.7l8.2%201.1c.2%200%20.4%200%20.4-.1.1-.1.2-.3.2-.4.1-.2.1-.5.1-.7.1-.3%200-.5-.2-.6zm-10.9-.9l.4.5c.2.2.2.5.1.8l-.3.9s0%20.1-.1.1c-.2.4-.7.6-1.1.4l-9.2-4.3c-.7-.3-1.1-.8-1.2-1.4-.1-.5-.1-1%20.1-1.4.1-.4.4-.9.6-1.2.5-.6%201.2-1%201.9-1%203.8-.1%205.8%202.6%208.8%206.6zm-1.8.4c-2.4-3.3-4.2-5.4-6.9-5.4-.2%200-.4.2-.6.4-.1.2-.3.4-.3.6-.1.2-.1.4%200%20.5%200%20.1.1.2.3.3l7.5%203.6zm-23.6%206.2c.2-.2.4-.4.6-.5.6-.4%201.2-.6%202.1-.6.9%200%201.8.3%202.5%201%20.7.6%201.1%201.5%201.1%202.4%200%201.5-.7%202.9-1.8%204.3-1%201.3-2.4%202.6-3.7%203.9-.3.3-.9.3-1.2%200-1.4-1.3-2.7-2.6-3.7-3.9-1.1-1.4-1.9-2.8-1.9-4.3%200-.9.4-1.8%201-2.4.7-.6%201.6-1%202.5-1s1.5.2%202.1.6c.1.1.2.3.4.5zm1.6.8c-.3.2-.6.6-.8%201.1-.1.2-.2.3-.4.4-.4.2-.9.1-1.2-.4s-.5-.9-.8-1.1c-.3-.2-.6-.3-1.1-.3s-1%20.2-1.3.5-.5.7-.5%201.2c0%201%20.6%202.1%201.5%203.3.8%201%201.9%202.1%203%203.1%201.1-1.1%202.2-2.1%203-3.1.9-1.1%201.5-2.2%201.5-3.3%200-.5-.2-.9-.5-1.2-.4-.3-.8-.5-1.3-.5s-.8.1-1.1.3zm-1.6-14.3c.2-.2.4-.4.6-.5.6-.4%201.2-.6%202.1-.6%201%200%201.8.4%202.5%201s1.1%201.4%201.1%202.4c0%201.5-.7%202.9-1.9%204.2-1%201.3-2.4%202.5-3.7%203.8-.3.3-.8.3-1.2%200-1.4-1.3-2.7-2.5-3.7-3.8-1.1-1.4-1.9-2.8-1.9-4.2%200-.9.4-1.8%201.1-2.4.7-.6%201.6-1%202.5-1s1.5.2%202.1.6c.1.1.2.3.4.5zm1.6.8c-.3.2-.6.6-.8%201.1-.2.4-.7.6-1.2.3-.1-.1-.3-.2-.3-.3-.3-.5-.5-.9-.8-1.1-.3-.2-.6-.3-1.1-.3s-1%20.2-1.3.5-.5.7-.5%201.1c0%201%20.6%202.1%201.5%203.2.8%201%201.9%202%203%203.1%201.1-1%202.2-2%203-3.1.9-1.1%201.5-2.1%201.5-3.2%200-.4-.2-.8-.5-1.1-.4-.3-.8-.5-1.3-.5-.6%200-.9.1-1.2.3zm7.8%2071.6l8.6%2015%208.8-14.8.6-1.2c.2-.4.3-.9.4-1.3.1-.4.2-.8.3-1.3%200-.4.1-.8.1-1.2%200-1.4-.3-2.7-.8-3.9s-1.2-2.4-2.2-3.3c-.9-.9-2-1.7-3.2-2.2s-2.5-.8-3.9-.8-2.7.3-3.9.8c-1.2.5-2.3%201.3-3.3%202.2s-1.7%202-2.2%203.3-.8%202.6-.8%203.9c0%20.4%200%20.8.1%201.1l.3%201.2c.1.4.3.9.5%201.3l.6%201.2zm7.8%2017.2l-9.3-16.3c-.3-.5-.5-.9-.7-1.4s-.4-1-.5-1.5c-.2-.5-.2-1-.3-1.5-.1-.5-.1-.9-.1-1.4%200-1.6.3-3.2.9-4.6.6-1.4%201.5-2.7%202.6-3.9%201.1-1.1%202.4-2%203.9-2.6s3-.9%204.6-.9c1.5%200%203.1.3%204.5.9%201.4.6%202.7%201.5%203.8%202.6%201.1%201.1%202%202.4%202.5%203.9.6%201.4.9%202.9.9%204.6%200%20.5%200%201-.1%201.5%200%20.5-.2%201-.3%201.5-.1.5-.3%201-.5%201.5s-.5%201-.7%201.4l-10.3%2017.4-.9-1.2zm1-29.8c1.1%200%202%20.2%203%20.6%201%20.4%201.8%201%202.5%201.7s1.3%201.6%201.7%202.5c.4.9.6%201.9.6%203%200%201-.2%202.1-.6%203.1s-1%201.8-1.7%202.6c-.7.7-1.5%201.3-2.5%201.7s-2%20.6-3%20.6-2-.2-2.9-.6c-.9-.4-1.8-1-2.5-1.8s-1.3-1.6-1.6-2.6c-.4-1-.6-2-.6-3s.2-2%20.6-2.9%201-1.8%201.7-2.5%201.6-1.3%202.5-1.7c.8-.5%201.8-.7%202.8-.7zm2.3%202.2c-.7-.3-1.5-.4-2.3-.4s-1.5.2-2.2.4c-.8.3-1.4.8-2%201.4-.6.5-1%201.2-1.3%201.9s-.5%201.5-.5%202.2c0%20.8.2%201.6.5%202.3.3.8.8%201.5%201.3%202%20.6.6%201.2%201%202%201.4.7.3%201.5.5%202.2.5.8%200%201.6-.2%202.3-.5.7-.3%201.4-.7%201.9-1.3.6-.6%201-1.3%201.3-2%20.3-.8.4-1.6.4-2.4%200-.8-.2-1.6-.4-2.3-.3-.7-.8-1.4-1.3-2-.5-.4-1.2-.9-1.9-1.2zm-12.7%2014.5c.5%200%20.9.4.9.8%200%20.5-.4.9-.9.9h-7l-6.1%2019h46.9l-6.1-19h-6.9c-.5%200-.9-.4-.9-.9s.4-.8.9-.8h7.6c.4%200%20.7.2.8.6l6.6%2020.7c0%20.1.1.2.1.3%200%20.5-.4.9-.9.9H52.9c-.4-.2-.7-.6-.6-1.1l6.7-20.7c.1-.4.4-.6.8-.6l7.7-.1z%22%20fill%3D%22%23f33%22%2F%3E%3Cpath%20d%3D%22M51.2%2034.6c-.2-.2-.3-.3-.5-.4v-5.1c0-.5-.2-1-.5-1.3-.4-.4-.8-.6-1.3-.6H48l-6.4-8.6v-.1c-.3-.3-.5-.8-1.6-.8h-5.9v-5.3c0-.7-.4-1.5-.9-2-.5-.6-1.3-.9-2.1-.9H2.9c-.7%200-1.5.4-2%20.9-.6.5-.9%201.2-.9%202h1.5c0-.5.2-.9.4-1.1.2-.2.6-.4%201-.4H31c.3%200%20.7.1%201%20.4s.5.7.5%201.1v6.8h7.3c.3%200%20.3.1.4.2l.1.1%206.8%209.2h1.7c.1%200%20.2%200%20.3.1%200%20.1.1.2.1.3v6.1l.6.2c.1%200%20.1.1.2.2%200%200%20.1.1.1.2v2.6c0%20.1%200%20.2-.1.3-.1%200-.2.1-.3.1h-2.6l-.1.7c0%201.3-.7%202.6-1.6%203.5-.9.9-2.2%201.5-3.6%201.5s-2.7-.6-3.6-1.5c-.9-.9-1.5-2.1-1.6-3.5l-.1-.7H15.3l-.1.7c0%201.3-.7%202.6-1.6%203.5-.9.9-2.2%201.5-3.6%201.5s-2.7-.6-3.6-1.5c-.9-.9-1.5-2.1-1.6-3.5l-.1-.7H1.8c-.3-.1-.3-.9-.3-1.5V26.8H0v10.4c0%201.1%200%202.6%201.5%203h2c.2%201.5.9%202.8%202%203.8%201.2%201.1%202.9%201.8%204.6%201.8%201.7%200%203.4-.6%204.6-1.8%201.1-1%201.8-2.3%202-3.8h18.6c.2%201.5.9%202.8%202%203.8%201.2%201.1%202.9%201.8%204.6%201.8%201.7%200%203.4-.6%204.6-1.8%201.1-1%201.8-2.3%202-3.8h1.3c.5%200%201-.1%201.3-.5.3-.3.5-.8.5-1.3v-2.6c0-.5-.1-.9-.4-1.2zm-38.3%201.6c-.7-.8-1.8-1.2-2.9-1.2s-2.1.4-2.9%201.2c-.7.7-1.2%201.7-1.2%202.8s.4%202.1%201.2%202.9c.8.8%201.8%201.2%202.9%201.2s2.1-.4%202.9-1.2c.8-.8%201.2-1.8%201.2-2.9s-.5-2.1-1.2-2.8zm-1%204.7c-.4.5-1.1.8-1.8.8s-1.3-.3-1.8-.8-.8-1.2-.8-1.9c0-.6.3-1.3.8-1.8.4-.5%201.1-.8%201.8-.8s1.3.3%201.8.8c.4.5.8%201.2.8%201.8%200%20.7-.3%201.4-.8%201.9zm32.8-4.7c-.7-.8-1.8-1.2-2.9-1.2-1.1%200-2.1.4-2.9%201.2-.7.7-1.2%201.7-1.2%202.8s.4%202.1%201.2%202.9c.8.8%201.8%201.2%202.9%201.2%201.1%200%202.1-.4%202.9-1.2.8-.8%201.2-1.8%201.2-2.9s-.5-2.1-1.2-2.8zm-1%204.7c-.4.5-1.1.8-1.8.8s-1.3-.3-1.8-.8-.8-1.2-.8-1.9c0-.6.3-1.3.8-1.8.4-.5%201.1-.8%201.8-.8s1.3.3%201.8.8c.4.5.7%201.2.8%201.8%200%20.7-.3%201.4-.8%201.9zm-4.5-20.4h-6.5v8.2h12.5l-6-8.2zm-5%201.5h4.3l3.9%205.3h-8.2V22zm-13.9.8H.1v1.6h20.2c.3%200%20.6-.4.6-.8s-.2-.8-.6-.8zM18%2020H.1v1.6H18c.3%200%20.6-.4.6-.8s-.2-.8-.6-.8zm-2.8-2.8H.1v1.6h15.1c.3%200%20.6-.4.6-.8s-.2-.8-.6-.8zm-1.9-2.8H.1V16h13.2c.3%200%20.6-.3.6-.8%200-.4-.3-.8-.6-.8zm0%2074L.7%2096.5c-.2.1-.3.3-.4.5-.1.2-.1.4-.1.7%200%20.4.3.8.7%201%20.2.1.4.1.6.1.2-.1.4-.1.5-.2%200%200%208-4.7%2011.3-6.6.7-.4%201.1-.6%201.3-.7v-3.7l-1.3.8zm0%202l-9.2%205.4%209.2-5.9v.5zm17.3-11.6s.1.1.2.1c0-.1-.1-.1-.2-.1zm1.1.5c.1%200%20.1.1.2.1-.1-.1-.1-.1-.2-.1zM42%2073.5c-.1-.3-.2-.6-.4-.8l-.6-.6c-.7-.5-1.5-.7-2.4-.1l-9.7%206.2-1.5%201%201.4.4c.6.1%201%20.3%201.4.5h.1c.4.1.9.4%201.3.6l.3.2%201.3-.7%208.3-4.9c.6-.5.7-1.1.5-1.8zm-1.2.7l-8.9%205.2c-.1%200-.1-.1-.2-.1-.3-.2-.6-.3-.9-.4-.1%200-.1-.1-.2-.1l8.8-5.7c.3-.2.6-.1.9.1l.3.3c.1.1.2.3.2.4v.3zm-16.2%209.2c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm0%200c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm.1-2.5c-4.6%200-8.4%202-8.4%204.4%200%202.5%203.8%204.4%208.4%204.4%204.6%200%208.4-2%208.4-4.4%200-2.4-3.8-4.4-8.4-4.4zm0%207.8c-3.9%200-7-1.5-7-3.3%200-1.8%203.1-3.3%207-3.3s7%201.5%207%203.3c0%201.8-3.1%203.3-7%203.3zm-.1-5.3c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm-9.9%2013.2L34.8%2087v-.1l-20.1%209.7zm9.9-13.2c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm0%200c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm.1-2.5c-4.6%200-8.4%202-8.4%204.4%200%202.5%203.8%204.4%208.4%204.4%204.6%200%208.4-2%208.4-4.4%200-2.4-3.8-4.4-8.4-4.4zm0%207.8c-3.9%200-7-1.5-7-3.3%200-1.8%203.1-3.3%207-3.3s7%201.5%207%203.3c0%201.8-3.1%203.3-7%203.3zm-.1-5.3c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm.1-2.5c-4.6%200-8.4%202-8.4%204.4%200%202.5%203.8%204.4%208.4%204.4%204.6%200%208.4-2%208.4-4.4%200-2.4-3.8-4.4-8.4-4.4zm0%207.8c-3.9%200-7-1.5-7-3.3%200-1.8%203.1-3.3%207-3.3s7%201.5%207%203.3c0%201.8-3.1%203.3-7%203.3zm-.1-5.3c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm8.6-3.2l-.9-.6c-.1-.1-.3-.1-.4-.2-.1%200-.1-.1-.2-.1-.3-.2-.6-.3-.9-.4-.1%200-.1-.1-.2-.1-.5-.2-1.1-.4-1.7-.6-1.3-.3-2.7-.5-4.2-.5-2.9%200-5.6.7-7.6%201.9-2.1%201.2-3.5%203-3.8%205v12.8c0%20.4.1.8.2%201.2%207.6-3.6%2015.1-7.3%2022.6-10.9v-3.1c-.3-1.7-1.3-3.3-2.9-4.4zM14.7%2096.6V84.8c.3-1.5%201.4-3%203.2-4%201.8-1%204.2-1.7%206.9-1.7%202%200%203.8.3%205.4%201h.1c.5.2%201%20.4%201.4.7%201.7%201%202.9%202.4%203.1%204v2.1l-20.1%209.7zm10-15.7c-4.6%200-8.4%202-8.4%204.4%200%202.5%203.8%204.4%208.4%204.4%204.6%200%208.4-2%208.4-4.4%200-2.4-3.8-4.4-8.4-4.4zm0%207.8c-3.9%200-7-1.5-7-3.3%200-1.8%203.1-3.3%207-3.3s7%201.5%207%203.3c0%201.8-3.1%203.3-7%203.3zm-.1-5.3c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm8.7%208.2c.5-.2.9-.4%201.4-.6l-1.4.6zm-19.8%207.3l.4.6c.1.2.2.3.3.5.9%201.2%202.3%202.3%204%203.1%201.9.8%204.1%201.3%206.5%201.3%202.9%200%205.6-.7%207.6-1.9%202.1-1.2%203.5-3%203.8-5V89l-22.6%209.9zm21.2-1.5c-.2%201.6-1.4%203-3.1%204-1.8%201-4.2%201.7-6.9%201.7-2.2%200-4.2-.4-5.9-1.2-1.4-.7-2.6-1.5-3.3-2.5l17.8-7.8c.5-.2.9-.4%201.4-.6v6.4zm-10.1-14c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm26.7-1c-.1-.3-.2-.5-.3-.8-.1-.3-.3-.5-.5-.7-.6-.6-1.5-.9-2.4-.4l-12%205.8-1.3.6-20.1%209.7-1.4.7-6.4%203.1c-.2.1-.4.3-.5.5-.1.2-.1.4-.2.7%200%20.2.1.4.2.6.1.2.2.4.4.5h.1c.2.1.4.1.6.1s.3%200%20.5-.1c2.1-.9%204.1-1.8%206.2-2.8%206.4-2.8%2012.7-5.6%2019.1-8.4.5-.2.9-.4%201.4-.6.5-.2.9-.4%201.4-.6%204.8-2.1%209.7-4.2%2014.5-6.3.7-.2.8-.9.7-1.6zm-1.3.5l-39.9%2017.4c3.3-1.6%2038.6-18.6%2038.6-18.7.3-.1.7%200%20.9.2.1.1.2.3.3.4%200%20.1.1.3.1.4v.3zm-25.4.5c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm0%200c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm.1-2.5c-4.6%200-8.4%202-8.4%204.4%200%202.5%203.8%204.4%208.4%204.4%204.6%200%208.4-2%208.4-4.4%200-2.4-3.8-4.4-8.4-4.4zm0%207.8c-3.9%200-7-1.5-7-3.3%200-1.8%203.1-3.3%207-3.3s7%201.5%207%203.3c0%201.8-3.1%203.3-7%203.3zm-.1-5.3c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm0%200c-2.5%200-4.5.9-4.5%201.9%200%201.1%202%201.9%204.5%201.9%202.5.1%204.5-.8%204.5-1.9%200-1-2-1.9-4.5-1.9zm20.1%2067.8H13.5c-.4%200-.8.4-.9.9v18.6c0%20.5.4.9.9.9h31.2c.5%200%20.9-.4.9-.9v-18.6c0-.5-.4-.9-.9-.9zM14.4%20153h10.8v16.9H14.4V153zM27%20169.9V153h4.4v16.9H27zm16.9%200H33.1V153h10.8v16.9zM25.2%20153v16.9H27V153h-1.8zm6.2%200v16.9h1.7V153h-1.7zm.8-1.8h-6.1c-.5%200-.9.4-.9.9v18.6c0%20.5.4.9.9.9h6.1c.5%200%20.9-.4.9-.9v-18.6c0-.5-.4-.9-.9-.9zm-.8%2018.7H27V153h4.4v16.9zm18.1-26.5l-9.9-2.9-3.8-1.1-.2-.1-2.4-.7-.6-.2-2.8-.8-3.3-1-10.6-3.1c-.4-.1-.9.1-1.1.6l-1.9%206.6c-.1.5.1%201%20.6%201.1l13.7%204%20.2.1%205.8%201.7%2013.9%204.1c.5.1%201-.1%201.1-.6l1.9-6.6c.1-.5-.1-1-.6-1.1zm-33.2-8l12.2%203.6-1.4%204.9-12.3-3.6%201.5-4.9zm16%2010.1l-3.7-1.1%201.5-4.9%203.8%201.1.5.1-1.5%204.9-.6-.1zm14.4%204.2l-12.2-3.6%201.4-4.9%2012.2%203.6-1.4%204.9zM28.5%20139l-1.4%204.9%201.5.5%201.5-4.9%203.8%201.1-5.4-1.6zm5.8%201.7l-1.5%204.9%201.8.5%201.4-4.9-1.7-.5zm1.5-1.3l-.2-.1-2.4-.7-.6-.2-2.8-.8c-.3-.1-.6%200-.8.2-.1.1-.2.3-.3.4l-.2.8-1.4%204.9-.3.9c-.1.4%200%20.9.4%201l.2.1%205.8%201.7c.5.1%201-.1%201.1-.6l.3-.9%201.4-4.9.2-.8v-.4c0-.3-.2-.5-.4-.6zm-3%206.2l-.5-.1-3.7-1.1%201.5-4.9%203.8%201.1.5.1-1.6%204.9zm-4.2-1.2l3.7%201.1-3.7-1.1zm17.4-6.5c-.1-.8-.4-1.5-1-1.9-3.2-2.1-6.3-1-11%20.8l-.6.2c-.3.1-.5.3-.5.6l-.3.8v.2c0%20.2%200%20.4.1.6.1.2.3.3.6.4l2.9.4%203.4.5%203.7.5h.1c.8.1%201.4-.1%201.8-.5.3-.3.6-.7.7-1.2.1-.5.2-1%20.1-1.4zm-1.9.8c0%20.1-.1.3-.2.4%200%20.1-.2.1-.4.1l-8.2-1.1c3.8-1.4%206.4-2.2%208.7-.7.2.1.2.3.2.6%200%20.2%200%20.5-.1.7zM33.4%20137l-.4-.5c-2.9-4-4.9-6.7-8.8-6.6-.7%200-1.4.4-1.9%201-.2.3-.5.8-.6%201.2-.2.4-.2.9-.1%201.4.1.6.5%201.1%201.2%201.4l3.7%201.7%202.5%201.2%203%201.4c.2.1.5.1.7%200%20.2-.1.3-.2.4-.4.1%200%20.1-.1.1-.1v-.1l.3-.8c.1-.3.1-.6-.1-.8zm-9.7-3.7c-.2-.1-.3-.2-.3-.3-.1-.1-.1-.3%200-.5%200-.2.2-.4.3-.6.2-.2.4-.4.6-.4%202.7%200%204.5%202.1%206.9%205.4l-7.5-3.6zM12.9%20143c-.7-.7-1.6-1-2.5-1-.9%200-1.5.2-2.1.6-.2.1-.4.3-.6.5l-.5-.5c-.6-.4-1.2-.6-2.1-.6-.9%200-1.8.4-2.5%201-.6.6-1%201.5-1%202.4%200%201.5.8%202.9%201.9%204.3%201%201.3%202.3%202.6%203.7%203.9.3.3.9.3%201.2%200%201.3-1.3%202.7-2.6%203.7-3.9%201.2-1.4%201.9-2.8%201.9-4.3%200-.9-.4-1.8-1.1-2.4zm-2.2%205.6c-.8%201-1.9%202-3%203.1-1.1-1-2.2-2.1-3-3.1-.9-1.2-1.5-2.3-1.5-3.3%200-.5.2-.9.5-1.2.4-.3.8-.5%201.3-.5s.8.1%201.1.3c.3.2.5.6.8%201.1.3.5.8.6%201.2.4.2-.1.3-.2.4-.4.2-.5.5-.9.8-1.1.2-.2.6-.3%201.1-.3s.9.2%201.3.5c.3.3.5.7.5%201.2%200%201.1-.6%202.2-1.5%203.3zm2.2-19.1c-.7-.6-1.5-1-2.5-1-.9%200-1.5.2-2.1.6-.2.1-.4.3-.6.5-.2-.2-.4-.4-.4-.5-.6-.4-1.2-.6-2.1-.6-1%200-1.8.4-2.5%201s-1.1%201.5-1.1%202.4c0%201.4.8%202.8%201.9%204.2%201%201.3%202.3%202.5%203.7%203.8.4.3.9.3%201.2%200%201.3-1.3%202.7-2.5%203.7-3.8%201.2-1.3%201.9-2.7%201.9-4.2%200-1-.4-1.8-1.1-2.4zm-2.2%205.4c-.8%201.1-1.9%202.1-3%203.1-1.1-1.1-2.2-2.1-3-3.1-.9-1.1-1.5-2.2-1.5-3.2%200-.4.2-.8.5-1.1.3-.3.8-.5%201.3-.5s.8.1%201.1.3c.3.2.5.6.8%201.1.3.5.8.6%201.2.4.2-.1.3-.3.4-.4.2-.5.5-.9.8-1.1.2-.2.6-.3%201.1-.3s.9.2%201.3.5c.3.3.5.7.5%201.1%200%201.1-.6%202.1-1.5%203.2zm22.4%2059.3c-.4-.9-1-1.8-1.7-2.5s-1.5-1.3-2.5-1.7-1.9-.6-3-.6c-1%200-2%20.2-2.8.7-.9.4-1.8%201-2.5%201.7s-1.3%201.6-1.7%202.5c-.4.9-.6%201.9-.6%202.9s.2%202%20.6%203c.3%201%20.9%201.8%201.6%202.6s1.6%201.4%202.5%201.8c.9.4%201.9.6%202.9.6s2-.2%203-.6c1-.4%201.8-1%202.5-1.7.7-.8%201.3-1.6%201.7-2.6.4-1%20.6-2%20.6-3.1s-.2-2.1-.6-3zm-1.7%205.3c-.3.7-.7%201.4-1.3%202-.5.6-1.2%201-1.9%201.3s-1.5.5-2.3.5c-.7%200-1.5-.2-2.2-.5-.8-.4-1.4-.8-2-1.4-.5-.5-1-1.2-1.3-2-.3-.7-.5-1.5-.5-2.3%200-.7.2-1.5.5-2.2.3-.7.7-1.4%201.3-1.9.6-.6%201.2-1.1%202-1.4.7-.2%201.4-.4%202.2-.4.8%200%201.6.1%202.3.4.7.3%201.4.8%201.9%201.2.5.6%201%201.3%201.3%202%20.2.7.4%201.5.4%202.3%200%20.8-.1%201.6-.4%202.4zm1.7-5.3c-.4-.9-1-1.8-1.7-2.5s-1.5-1.3-2.5-1.7-1.9-.6-3-.6c-1%200-2%20.2-2.8.7-.9.4-1.8%201-2.5%201.7s-1.3%201.6-1.7%202.5c-.4.9-.6%201.9-.6%202.9s.2%202%20.6%203c.3%201%20.9%201.8%201.6%202.6s1.6%201.4%202.5%201.8c.9.4%201.9.6%202.9.6s2-.2%203-.6c1-.4%201.8-1%202.5-1.7.7-.8%201.3-1.6%201.7-2.6.4-1%20.6-2%20.6-3.1s-.2-2.1-.6-3zm-1.7%205.3c-.3.7-.7%201.4-1.3%202-.5.6-1.2%201-1.9%201.3s-1.5.5-2.3.5c-.7%200-1.5-.2-2.2-.5-.8-.4-1.4-.8-2-1.4-.5-.5-1-1.2-1.3-2-.3-.7-.5-1.5-.5-2.3%200-.7.2-1.5.5-2.2.3-.7.7-1.4%201.3-1.9.6-.6%201.2-1.1%202-1.4.7-.2%201.4-.4%202.2-.4.8%200%201.6.1%202.3.4.7.3%201.4.8%201.9%201.2.5.6%201%201.3%201.3%202%20.2.7.4%201.5.4%202.3%200%20.8-.1%201.6-.4%202.4zm1.7-5.3c-.4-.9-1-1.8-1.7-2.5s-1.5-1.3-2.5-1.7-1.9-.6-3-.6c-1%200-2%20.2-2.8.7-.9.4-1.8%201-2.5%201.7s-1.3%201.6-1.7%202.5c-.4.9-.6%201.9-.6%202.9s.2%202%20.6%203c.3%201%20.9%201.8%201.6%202.6s1.6%201.4%202.5%201.8c.9.4%201.9.6%202.9.6s2-.2%203-.6c1-.4%201.8-1%202.5-1.7.7-.8%201.3-1.6%201.7-2.6.4-1%20.6-2%20.6-3.1s-.2-2.1-.6-3zm-1.7%205.3c-.3.7-.7%201.4-1.3%202-.5.6-1.2%201-1.9%201.3s-1.5.5-2.3.5c-.7%200-1.5-.2-2.2-.5-.8-.4-1.4-.8-2-1.4-.5-.5-1-1.2-1.3-2-.3-.7-.5-1.5-.5-2.3%200-.7.2-1.5.5-2.2.3-.7.7-1.4%201.3-1.9.6-.6%201.2-1.1%202-1.4.7-.2%201.4-.4%202.2-.4.8%200%201.6.1%202.3.4.7.3%201.4.8%201.9%201.2.5.6%201%201.3%201.3%202%20.2.7.4%201.5.4%202.3%200%20.8-.1%201.6-.4%202.4zm5.4-7c-.5-1.5-1.4-2.8-2.5-3.9s-2.4-2-3.8-2.6-2.9-.9-4.5-.9-3.1.3-4.6.9-2.8%201.5-3.9%202.6c-1.1%201.2-2%202.5-2.6%203.9-.6%201.4-.9%203-.9%204.6%200%20.5%200%20.9.1%201.4.1.5.1%201%20.3%201.5.1.5.3%201%20.5%201.5s.4.9.7%201.4l9.3%2016.3.9%201.2L36.1%20203c.2-.4.5-.9.7-1.4s.3-1%20.5-1.5c.1-.5.3-1%20.3-1.5.1-.5.1-1%20.1-1.5%200-1.7-.3-3.2-.9-4.6zm-1%205.9c-.1.5-.2.9-.3%201.3-.1.4-.2.9-.4%201.3l-.6%201.2-8.8%2014.8-8.6-15-.6-1.2c-.2-.4-.4-.9-.5-1.3l-.3-1.2c-.1-.3-.1-.7-.1-1.1%200-1.3.3-2.6.8-3.9s1.2-2.4%202.2-3.3%202.1-1.7%203.3-2.2c1.2-.5%202.5-.8%203.9-.8s2.7.3%203.9.8%202.3%201.3%203.2%202.2c1%20.9%201.7%202.1%202.2%203.3s.8%202.5.8%203.9c0%20.4-.1.8-.1%201.2zm-4.4-6.7c-.7-.7-1.5-1.3-2.5-1.7s-1.9-.6-3-.6c-1%200-2%20.2-2.8.7-.9.4-1.8%201-2.5%201.7s-1.3%201.6-1.7%202.5c-.4.9-.6%201.9-.6%202.9s.2%202%20.6%203c.3%201%20.9%201.8%201.6%202.6s1.6%201.4%202.5%201.8c.9.4%201.9.6%202.9.6s2-.2%203-.6c1-.4%201.8-1%202.5-1.7.7-.8%201.3-1.6%201.7-2.6.4-1%20.6-2%20.6-3.1s-.2-2.1-.6-3c-.4-.9-1-1.8-1.7-2.5zm0%207.8c-.3.7-.7%201.4-1.3%202-.5.6-1.2%201-1.9%201.3s-1.5.5-2.3.5c-.7%200-1.5-.2-2.2-.5-.8-.4-1.4-.8-2-1.4-.5-.5-1-1.2-1.3-2-.3-.7-.5-1.5-.5-2.3%200-.7.2-1.5.5-2.2.3-.7.7-1.4%201.3-1.9.6-.6%201.2-1.1%202-1.4.7-.2%201.4-.4%202.2-.4.8%200%201.6.1%202.3.4.7.3%201.4.8%201.9%201.2.5.6%201%201.3%201.3%202%20.2.7.4%201.5.4%202.3%200%20.8-.1%201.6-.4%202.4zm1.7-5.3c-.4-.9-1-1.8-1.7-2.5s-1.5-1.3-2.5-1.7-1.9-.6-3-.6c-1%200-2%20.2-2.8.7-.9.4-1.8%201-2.5%201.7s-1.3%201.6-1.7%202.5c-.4.9-.6%201.9-.6%202.9s.2%202%20.6%203c.3%201%20.9%201.8%201.6%202.6s1.6%201.4%202.5%201.8c.9.4%201.9.6%202.9.6s2-.2%203-.6c1-.4%201.8-1%202.5-1.7.7-.8%201.3-1.6%201.7-2.6.4-1%20.6-2%20.6-3.1s-.2-2.1-.6-3zm-1.7%205.3c-.3.7-.7%201.4-1.3%202-.5.6-1.2%201-1.9%201.3s-1.5.5-2.3.5c-.7%200-1.5-.2-2.2-.5-.8-.4-1.4-.8-2-1.4-.5-.5-1-1.2-1.3-2-.3-.7-.5-1.5-.5-2.3%200-.7.2-1.5.5-2.2.3-.7.7-1.4%201.3-1.9.6-.6%201.2-1.1%202-1.4.7-.2%201.4-.4%202.2-.4.8%200%201.6.1%202.3.4.7.3%201.4.8%201.9%201.2.5.6%201%201.3%201.3%202%20.2.7.4%201.5.4%202.3%200%20.8-.1%201.6-.4%202.4zm19.9%2027.9l-6.6-20.7c-.1-.4-.4-.6-.8-.6h-7.6c-.5%200-.9.3-.9.8s.4.9.9.9h6.9l6.1%2019H2.4l6.1-19h7c.5%200%20.9-.4.9-.9%200-.4-.4-.8-.9-.8H7.8c-.4%200-.7.2-.8.6L.3%20227.5c-.1.5.2.9.6%201.1h49.6c.5%200%20.9-.4.9-.9%200-.1-.1-.2-.1-.3zM27.9%20269c0%201.1-.9%202-2%202s-2-.9-1.9-2c0-1.1.8-2%201.9-2%201.1%200%202%20.9%202%202zm21.7-11.6v29.3c0%202-1.2%203.2-3.2%203.2H5.2c-2%200-3.2-1.2-3.2-3.2v-29.4c0-1.9%201.2-3.1%203.2-3.1H18v-1.8c0-2%201.2-3.2%203.2-3.2h9.4c1.9%200%203.2%201.3%203.2%203.2v1.8h12.6c2%200%203.2%201.2%203.2%203.2zm-29.7-3.2c4-.1%207.9-.1%2011.9-.1v-2c0-.6-.4-.9-1-.9h-9.9c-.5%200-.9.3-1%20.9-.1.7%200%201.4%200%202.1zM4.1%20271.5c0%201.2.2%201.4%201.4%201.4h40.8c1.2%200%201.4-.2%201.4-1.4v-14c0-1.1-.2-1.4-1.3-1.4h-41c-1%200-1.3.3-1.3%201.3v14.1zm43.7%203.4H4.1v11.7c0%20.9.3%201.2%201.2%201.2h41.3c.9%200%201.2-.3%201.2-1.2v-11.7z%22%20fill%3D%22%23ff8400%22%2F%3E%3C%2Fsvg%3E");
}
.icon-menu {
  background-position: 0 -60px;
}
.icon-actions {
  background-position: 0 -120px;
}
.icon-delivery {
  background-position: 0 0;
}
.icon-contacts {
  background-position: 0 -180px;
}
.icon-vacancy {
  background-position: 0 -240px;
}
.center_slider {
  display: none;
}
.tns-outer .center_slider {
  display: block;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-outer [data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] {
  color: #999999;
  background: #B3B3B3;
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  padding: 10px 0;
  background: #fff;
}
.premium .tns-nav {
  background-color: #222;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > [aria-controls]:hover {
  background: #97f44c;
}
.premium .tns-nav > [aria-controls]:hover {
  background-color: #ca7211;
}
.tns-nav > .tns-nav-active {
  background: #97f44c;
}
.premium .tns-nav > .tns-nav-active {
  background-color: #ca7211;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
}
.tns-inner {
  overflow: hidden;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.33333333%;
  width: -webkit-calc(2333.33333333%);
  width: -moz-calc(2333.33333333%);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.42857143%;
  width: -webkit-calc(1.42857143%);
  width: -moz-calc(1.42857143%);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.center_slider {
  line-height: 0;
  background: #fff;
}
.center_slider_item picture,
.center_slider_item img {
  width: 100%;
}
header .icon-phones,
footer .icon-phones {
  position: absolute;
  top: 0;
  left: 0;
}
header .icon-city,
footer .icon-city {
  margin-left: -4px;
}
header .icon-clock,
footer .icon-clock {
  position: absolute;
  right: 20px;
  left: auto;
}
header .phones,
footer .phones {
  position: relative;
  display: flex;
  width: 230px;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  header .phones > a,
  footer .phones > a {
    margin: auto;
  }
}
header .phones .phone_column,
footer .phones .phone_column {
  text-align: right;
  position: relative;
  margin: 8px 0;
}
header .phones .phone_column_phone,
footer .phones .phone_column_phone {
  font-size: 24px;
  line-height: 28px;
  display: block;
}
header .phones .phone_column_phone > span,
footer .phones .phone_column_phone > span {
  font-size: 16px;
  color: #aaa;
}
@media (max-width: 767px) {
  header .phones .phone_column_phone,
  footer .phones .phone_column_phone {
    font-size: 16px;
  }
}
header .phones .phone_column_phone .phone_code,
footer .phones .phone_column_phone .phone_code {
  font-size: 24px;
}
@media (max-width: 767px) {
  header .phones .phone_column_phone .phone_code,
  footer .phones .phone_column_phone .phone_code {
    font-size: 18px;
  }
}
header {
  position: relative;
  z-index: 16;
}
header .search-form {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}
header .search-form .global-search {
  width: 150px;
  padding: 4px 25px 4px 17px;
  border: 0;
  border-radius: 20px;
  opacity: 0.8;
}
header .search-form .search-button {
  position: absolute;
  right: 3px;
  top: 9px;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0;
  height: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .search-form .global-search {
    display: none;
  }
  header .search-form .search-button {
    right: -5px;
  }
}
header .top_bar {
  background: #000;
  height: 40px;
  line-height: 40px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: 0.3s background-color;
}
html.off_canvas header .top_bar {
  background: rgba(0, 0, 0, 0.8);
}
header .top_bar .city_picker {
  display: flex;
  align-items: center;
  position: relative;
}
header .top_bar .city_picker .btn_link {
  font-size: 18px;
  padding-left: 0;
}
@media (max-width: 500px) {
  header .top_bar .city_picker .btn_link {
    font-size: 12px;
  }
}
header .top_bar .city_picker > span {
  display: block;
  padding: 0 7px 0 3px;
}
@media (max-width: 1023px) {
  header .top_bar .btn_hamburger {
    display: block;
  }
}
header .top_bar .btn_open_phone {
  display: none;
}
@media (max-width: 1023px), (min-width: 1024px) and (max-width: 1399px) {
  header .top_bar .btn_link.btn_icon {
    padding: 0 17px 0 26px;
  }
  header .top_bar .btn_link.btn_icon > span {
    display: none;
  }
}
@media (max-width: 767px) {
  header .top_bar .right_plate .btn_open_phone {
    display: initial;
    padding: 0;
    margin-right: 23px;
  }
  header .top_bar .right_plate .btn_link {
    line-height: 14px !important;
  }
  header .top_bar .right_plate .icon {
    transform: scale(1.3);
  }
  header .top_bar .right_plate .icon-phones {
    transform: scale(0.8);
    position: initial;
    margin-top: 2px;
  }
}
header .header {
  padding-top: 40px;
  height: 180px;
  background: #292929;
  color: #fff;
  z-index: 15;
  position: relative;
}
@media (max-width: 767px) {
  header .header {
    height: 180px;
  }
  header .header .left_plate {
    height: 135px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  header .header .left_plate .logo {
    width: 100%;
    height: 100%;
    max-width: 275px;
    max-height: 248px;
  }
}
header .header .right_plate {
  padding: 10px 0;
}
header .header .right_plate > * {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  header .header .right_plate.phones_plate {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 10px 0;
  }
  header .header .right_plate.phones_plate.opened {
    display: flex;
  }
  header .header .right_plate.work_plate {
    display: none;
  }
}
header .header .right_plate .btn_green {
  width: 180px;
}
header .header .right_plate .phones {
  position: relative;
}
header .header .right_plate .phone_column {
  text-align: right;
  padding: 0;
}
header .header .right_plate .phone_column_phone {
  font-size: 26px;
  line-height: 22px;
}
header .header .work_times {
  position: relative;
  width: 200px;
  align-items: flex-start;
}
header .header .work_times_header {
  font-size: 20px;
  padding-bottom: 13px;
}
header .header .work_times .work_time_name {
  width: 150px;
  font-size: 14px;
  line-height: 16px;
  color: #aaa;
}
header .header .work_times .work_time_time {
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  header .header .work_times {
    flex-direction: row;
    width: 100%;
    padding: 50px 0 25px;
    background: #fff;
    color: #2c2c2c;
    justify-content: space-evenly;
    height: 125px;
    position: relative;
  }
  header .header .work_times_header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
  }
  header .header .work_times .work_time {
    flex-direction: column;
    padding: 0 10px;
  }
  header .header .work_times .work_time_name {
    order: 2;
    width: 100%;
    justify-content: center;
  }
}
header .header .left_plate {
  padding: 5px 20px;
}
@media (max-width: 767px) {
  header .header .phones {
    position: relative;
    background: #666;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding: 23px 0;
  }
  header .header .phones .icon-phones {
    display: none;
  }
  header .header .phones .phone_column {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-right: 36px;
  }
  header .header .phones .phone_column_phone {
    display: flex;
    flex-direction: column;
  }
  header .header .phones .phone_column_phone + .phone_column_phone {
    padding-left: 10px;
  }
  header .header .phones .btn {
    margin: 0 35px 11px auto;
  }
}
header .top-menu ul {
  display: flex;
}
header .top-menu ul li a {
  padding: 2px 20px;
  text-transform: uppercase;
}
header .top-menu ul li a:hover span {
  border-bottom: 1px solid #fff;
}
header .top-menu ul li a span {
  border-bottom: 1px solid transparent;
  padding: 2px;
}
@media (max-width: 1023px) {
  header .top-menu {
    display: none;
  }
}
header .mobile_menu {
  display: none;
}
@media (max-width: 1023px) {
  header .mobile_menu {
    display: block;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateX(-100%);
    z-index: 500;
  }
  header .mobile_menu > ul {
    max-width: 250px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  header .mobile_menu ul > li > a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
  }
  header .mobile_menu ul > li > a.caret {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.15);
    display: none;
  }
  header .mobile_menu ul > li > a.caret:after {
    content: '';
    display: block;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -7px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    width: 0;
  }
  header .mobile_menu ul > li.drop_down {
    position: relative;
  }
  header .mobile_menu ul > li.drop_down > ul {
    padding-left: 30px;
    display: block;
  }
  header .mobile_menu ul > li.drop_down.dropped > ul {
    display: block;
  }
  header .mobile_menu ul > li.drop_down.dropped > .caret:after {
    bottom: -7px;
    top: 0;
    border-bottom-color: transparent;
    border-top-color: #fff;
  }
  html.off_canvas header .mobile_menu {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.01);
  }
}
@media (max-width: 767px) {
  header {
    height: 180px;
    /*    #app[data-is-app="true"].page_index & {
      height: 280px;

      .top_slider {
        height: 40px;
      }

      .header .right_plate {
        top: 40px;
      }
    }*/
  }
  header .city-span {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  header .btn_fvi {
    margin-left: -20px;
  }
}
header .city_picker_view {
  position: absolute;
  top: 150%;
  background: white;
  padding: 15px;
  left: 10px;
  width: 230px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  color: #000;
  line-height: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
header .city_picker_view:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  padding: 4px;
  left: 75px;
  background: #fff;
  transform: rotate(-45deg);
}
header .city_picker_view_opened {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
header .city_picker_view_header {
  padding: 0;
  font-size: 15px;
}
header .city_picker_view_header > span {
  font-weight: 400;
}
header .city_picker_view_subhead {
  padding: 0;
}
header .city_picker_view_body a {
  display: inline-block;
  padding: 0;
  text-decoration: underline;
  margin-left: 2px;
  line-height: 24px;
}
header .city_picker_view_body a:hover {
  text-decoration: none;
}
header .city_picker_view_body a .icon {
  margin-bottom: -5px;
}
[href="tel:+73833990101"],
[href="tel:+73854555105"] {
  font-size: 14px !important;
}
[href="tel:+73833990101"] br,
[href="tel:+73854555105"] br {
  display: none;
}
[href="tel:+73833990101"] span,
[href="tel:+73854555105"] span {
  font-size: 14px !important;
}
.main_menu {
  position: sticky;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 15;
  border-bottom: 1px solid #ddd;
}
@supports (backdrop-filter: blur(15px)) or (-webkit-backdrop-filter: blur(15px)) {
  .main_menu {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
}
@media (max-width: 1023px) {
  .main_menu {
    display: none;
  }
}
.main_menu.fixed {
  position: fixed;
  top: 40px;
  width: 100%;
}
.main_menu > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.main_menu > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
.main_menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  padding: 10px 5px;
  box-shadow: 0 2px 2px #000;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.85);
}
@supports (backdrop-filter: blur(15px)) or (-webkit-backdrop-filter: blur(15px)) {
  .main_menu > ul > li > ul {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
}
.main_menu > ul > li > ul a {
  font-size: 14px;
  padding: 5px 20px;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .main_menu > ul > li > ul a {
    font-size: 13px;
    padding: 5px 15px;
  }
}
.main_menu > ul > li:hover > ul {
  display: block;
}
.main_menu > ul > li a {
  display: flex;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #292929;
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .main_menu > ul > li a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.main_menu > ul > li a:hover span {
  border-bottom: 1px solid #fe9522;
}
.main_menu > ul > li a span {
  border-bottom: 1px solid transparent;
  padding: 2px;
}
#app.theme-new-year .main_menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -17px;
  background: url(../images/design/new_year/lamp.gif);
  width: 100%;
  height: 30px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .main_menu {
    display: none;
  }
}
#app.theme-new-year header .header {
  position: relative;
}
#app.theme-new-year header .header:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/design/new_year/snow_level_1.png), url(../images/design/new_year/snow_level_2.png), url(../images/design/new_year/snow_level_3.png);
  -webkit-animation: snow 20s linear infinite;
  -moz-animation: snow 20s linear infinite;
  -ms-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;
}
#app.theme-new-year header .header .left_plate {
  position: relative;
  z-index: 20;
}
@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
#app.theme-bubble ~ .ball_container {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 500;
}
body {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 767px) {
  body {
    background-size: 400%;
    background-attachment: initial;
  }
}
h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.wrapper-height {
  min-height: 100vh;
  padding-bottom: 300px;
  margin-bottom: -300px;
}
.wrapper-height.premium {
  background-color: #222;
}
@media (max-width: 1023px) {
  .wrapper-height {
    padding-bottom: 260px;
    margin-bottom: -260px;
  }
}
@media (max-width: 767px) {
  .wrapper-height {
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: auto;
  }
}
.wrapper-width {
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .wrapper-width {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .wrapper-width {
    width: 1490px;
  }
}
@media (max-width: 1023px) {
  .wrapper-width {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper-width {
    padding: 0 10px;
  }
}
.main_block {
  background: #ffffff;
  padding: 40px 30px 80px;
}
@media (max-width: 500px) {
  .main_block {
    padding: 10px 10px 30px;
  }
}
.premium .main_block {
  background-color: #222;
  color: #ddd;
}
.premium .btn_ingredients {
  background-color: #ddd !important;
}
a {
  text-decoration: none;
  color: inherit;
}
.logo {
  display: block;
  color: transparent;
  background: no-repeat center / cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20275%20250%22%3E%3Cpath%20d%3D%22M249.1%20124.7c0%2061.6-50%20111.6-111.6%20111.6s-111.6-50-111.6-111.6c0-6.8.6-13.4%201.8-19.9%202.6-14.1%207.8-27.4%2015.1-39.1%203.7-5.9%207.9-11.4%2012.5-16.5.1-.1.2-.2.2-.3.3-.4.6-.7%201-1%20.3-.3.5-.6.8-.8l2.3-2.3c20.1-19.6%2047.6-31.6%2077.8-31.6%2023.3%200%2045%207.2%2062.9%2019.4%2017.1%2011.7%2030.8%2028%2039.2%2047.2.9%202%201.7%204%202.4%206%20.1.3.2.5.3.8.2.4.4.9.5%201.4.1.2.2.4.2.6%202.7%207.7%204.5%2015.8%205.4%2024.2.6%203.9.8%207.9.8%2011.9z%22%20fill%3D%22%23ec6c83%22%2F%3E%3Cpath%20d%3D%22M200.4%2032.6l-7.1%202.6h-.9c-.8-.1-1.2-.5-1.9-.6h-.3c-.1-.1-.1-.2-.2-.2-.2%200-.5-.1-.9-.1.2-.2.2-.5-.1-.6-.2-.1-.3-.2-.5-.3-.1-.3-.4-.4-.6-.6v-.1c0-.3-.1-.4-.2-.5h.2c.3-.1.4-.5.2-.7-.3-.3-.7-.6-1-.3.1-.1.2-.2.2-.3%200-.2-.2-.4-.2-.4v-.1h.1c.5.1.7-.6.2-.8-.1%200-.2-.1-.3-.1%200-.2-.1-.3-.1-.4.1-.2%200-.6-.3-.6h-.2c0-.1%200-.1-.1-.2.3-.3-.1-.7-.4-.6v-.1c0-.5-.8-.5-.8%200v.2c-.2.1-.3.3-.3.6v.1c-.1.2-.2.2-.4.3-.5.1-.3.9.2.8-.1.1-.1.2-.2.4-.2.2-.1.6.2.6-.1.2-.2.3-.3.5-.1.2%200%20.5.2.6-.1.3-.4.5-.6.6-.5.2-.1.9.4.7.1-.1.3-.1.4-.2-.3.4-.6.7-1.1.8-.4.1-.3.7%200%20.8-.1.1-.1.2-.2.2-.1-.2-.2-.4-.5-.3-.4.1-.7%200-1%200%20.1-.1.2-.2.2-.4.3-.1.5-.5.2-.7-.2-.1-.3-.1-.5-.2.2-.2.3-.6-.1-.7-.2-.1-.4-.2-.6-.2V32c.4%200%20.5-.6.1-.8-.1-.1-.2-.1-.4-.2v-.2h.2c.5%200%20.5-.8%200-.8-.2%200-.3%200-.5.1V30c.5%200%20.5-.8%200-.8h-.6c.4-.1.4-.8-.1-.8h-.1c-.1-.4-.1-.7-.1-1.1%200-.4-.7-.6-.8-.1-.1.6-.2%201.1-.3%201.6-.1%200-.2.1-.3.1-.3.2-.2.6.1.7v.1s-.1%200-.1.1c-.2.2-.4.4-.6.5-.4.2-.2.6.1.7-.1%200-.1.1-.2.1-.5%200-.5.8%200%20.8h.2v.1c-.1%200-.1%200-.1.1-.3%200-.4.3-.4.6-.1.3-.3.5-.4.7-.2.2-.1.4.1.6-.2.1-.4.3-.7.4-.4.3%200%201%20.4.7l.1-.1c0%20.1-.1.1-.1.2-.3.1-.6%200-.9%200-.5%200-.5.8%200%20.8h.6v.1c-.1%200-.3%200-.4.1-.1%200-.1%200-.2.1-.4.1-.5.6-.2.8-.4-.1-.9-.2-1.3-.2-.6%200-1.2.2-1.8.6-.4.3-.7.7-.8%201.3%200%20.1-.1.2-.1.4-.4.1-.8.2-.9.3-.5.2-.9.4-1.3.8-.7.6-1.1%201.3-1.5%202l-1.2.9-4.5%203.3-1%20.3v-.2c.4.1.6-.5.3-.7-.1-.1-.2-.2-.3-.2.4.3.8-.4.4-.7-.3-.1-.5-.3-.7-.4v-.2c.3.1.7-.2.5-.6-.1-.2-.2-.3-.3-.4-.1-.2-.2-.2-.3-.2%200-.2-.1-.4-.1-.6.3-.2.2-.6-.1-.7v-.8c0-.5-.8-.5-.8%200%200%20.3%200%20.6-.1.9-.1.1-.3.2-.3.3-.1.2%200%20.5.2.6v.2c-.1.1-.3.1-.4.2-.4.2-.2.7.2.7v.1h-.1c-.5%200-.5.7-.1.8%200%20.1-.1.3-.1.4h-.1c-.4%200-.5.6-.1.8l-.6.3c-.4.3-.1.9.4.7h.1c-.1.1-.2.1-.3.1-.5.1-.3.8.1.8l-1.5.5c-.1-.2-.1-.4-.2-.6.1-.2.1-.6%200-.8-.1-.1-.1-.2-.2-.3.1-.1.1-.3.1-.5-.1-.3-.1-.5-.1-.7%200%200%20.1%200%20.1-.1.1-.2.1-.8%200-.9-.1%200-.1-.1-.2-.1V44c-.1-.4-.1-.8-.2-1.1v-.1c0-.3%200-.5-.1-.8-.1-.6-.3-.4-.3.1s0%20.9-.1%201.4c-.1.1-.1.5-.1.7-.1%200-.1.2-.2.3-.1.2-.1.5%200%20.7-.1.1-.1.2-.2.3-.2.2-.1.9.1.9-.2.5-.3.9-.5%201.3-.1-.3-.1-.6-.2-.8v-.1c0-.3%200-.5-.1-.8-.1-.5-.3-.4-.3.1s-.1.9-.1%201.4c-.1.1-.1.5-.1.7-.1%200-.1.2-.2.3-.1.2-.1.5%200%20.7-.1.1-.1.2-.2.3-.1.1-.1.1-.1.2l.3-.7v-.2l.1-.1c.1-.2.1-.8%200-.9%200%200-.1%200-.2-.1%200-.2.1-.3%200-.5-.1-.4-.1-.8-.2-1.1V46c0-.3-.1-.5-.1-.8-.1-.5-.3-.4-.3.1s0%20.9-.1%201.4c-.1.1-.1.5-.1.7-.1%200-.1.2-.2.3-.1.2-.1.5-.1.7-.1.1-.1.2-.2.3-.1.1-.1.3-.1.5-.1-.1-.1-.2-.2-.3%200-.1.1-.3%200-.4%200-.3-.1-.5-.1-.7%200%200%20.1%200%20.1-.1.1-.2.1-.8-.1-.9l-.1-.1v-.5c-.1-.4-.1-.8-.2-1.1V45c0-.3%200-.5-.1-.8-.1-.6-.3-.4-.3.1s0%20.9-.1%201.3c-.1.1-.1.5-.1.7-.1%200-.1.2-.2.3-.1.2-.1.5%200%20.7-.1.1-.1.2-.2.3-.2.2-.1.9.1.9-.1.5-.3%201-.6%201.3%200%20.1-.1.1-.1.2l-2.7.9c-.2-.5-.7-.8-1.3-.8-.9%200-1.4.6-1.5%201.3-.4-1-1.3-1.7-2.7-1.7-1.4%200-2.3.8-2.7%201.8-.4-.1-.9-.2-1.5-.1-1.9.4-3.7%201-5.4%201.5-.5-.4-1.1-.6-1.8-.6-1.3%200-2.2.7-2.7%201.7-.1%200-.3%200-.4.1%200-.2%200-.3-.1-.4-.1-.1-.1-.2-.2-.3%200-.1.1-.3%200-.5%200-.3-.1-.5-.1-.7%200%200%20.1%200%20.1-.1V52h.3c.2%200%20.2-.3.1-.5l-.1-.1c.1-.1.2-.3.1-.4l-.1-.2c.1-.1.1-.4%200-.5l-.1-.1s.1%200%20.1-.1c.2-.1.2-.4%200-.5-.2-.1-.5-.2-.6-.6.1-.2.1-.4-.1-.5h-.1c-.1-.2-.1-.3-.2-.2v-.1c.1-.1.1-.3%200-.4-.1-.1-.1-.2-.2-.3h.1c.1-.1.2-.4.1-.5-.2-.1-.3-.2-.4-.5.1-.1.1-.3%200-.4l-.1-.2h.1c.2%200%20.2-.6%200-.5-.1%200-.2-.1-.3-.2.1-.1.2-.3.1-.4-.1-.1-.1-.2-.2-.3.1-.1.1-.3%200-.4l-.2-.2c.1-.1.1-.2.1-.2-.1-.2-.1-.3-.1-.4%200%200%20.1%200%20.1-.1.1-.1.1-.5%200-.5s-.1%200-.2-.1v-.3c-.1-.2-.1-.4-.2-.6%200-.2%200-.3-.1-.5-.1-.3-.3-.2-.3.1%200%20.3-.1.5-.1.7-.1.1-.1.3-.1.4-.1%200-.1.1-.2.2s-.1.3%200%20.4l-.2.2c-.2.1-.1.5.1.5-.2.3-.3.6-.6.7-.2.1-.1.5.1.5h.3c-.1.1-.2.2-.3.2-.1.1-.1.4-.1.5-.1.2-.3.3-.4.4-.1.1-.1.4%200%20.5.6.5-.5.9-.7%201-.1.1-.2.4%200%20.5.3.1.4.3.1.6-.1.1-.1.3%200%20.4-.2.3-.4.4-.7.5-.1.1-.1.4%200%20.5.3.3%200%20.5-.2.7%200-.1-.1-.1-.1-.1-.3%200-.4-.1-.2-.3.1-.1.1-.3%200-.4-.1-.1-.1-.2-.2-.3h.1c.1-.1.2-.4%200-.5-.2-.1-.3-.2-.4-.5.1-.1.1-.3.1-.4l-.1-.2h.1c.2-.1.2-.6%200-.5-.1%200-.2-.1-.3-.2.1-.1.2-.3.1-.4-.1-.1-.1-.2-.2-.3.1-.1.1-.4%200-.5l-.2-.2c.1-.1.1-.2.1-.3%200-.2-.1-.3-.1-.4%200%200%20.1%200%20.1-.1.1-.1.1-.4%200-.5-.1%200-.1%200-.2-.1%200-.1.1-.2%200-.3-.1-.2-.1-.4-.2-.6v-.1c0-.2-.1-.3-.1-.5-.1-.3-.3-.2-.3.1%200%20.3-.1.5-.1.8-.1.1-.1.3-.1.4-.1%200-.1.1-.2.2s-.1.3-.1.4l-.2.2c-.2.1-.1.5.1.5-.2.3-.3.6-.6.7-.2.1-.1.5.1.5h.3c-.1.1-.2.2-.3.2-.1.1-.1.4-.1.5-.1.2-.2.3-.4.4-.1.1-.1.4%200%20.5.6.5-.4.9-.7%201-.2.1-.2.5%200%20.5.3.1.4.4.1.6-.1.1-.1.3-.1.4-.2.3-.4.4-.7.5-.2.1-.2.4-.1.5.3.4-.1.6-.3.8-.1.1-.1.4.1.5.1%200%20.2.1.3.1.1.1.1.1.2%200l.1.1c.1%200%20.2.1.3.1%200%20.2%200%20.3.1.3h.4v.1c-1.5-.1-3.1-.1-4.6-.2-.4-1.1-1.3-2-2.8-2-1.2%200-2%20.6-2.5%201.4-.4-.2-.8-.3-1.4-.3-.6%200-1%20.1-1.4.3-.3%200-.4-.2-.2-.5.1-.2.1-.5%200-.8-.1-.2-.1-.4-.2-.5l.1-.1c.1-.1.2-.7.1-.9-.2-.1-.3-.4-.4-.9.1-.1.1-.5%200-.7l-.1-.4h.1c.2-.1.2-1%200-1-.1%200-.2-.1-.3-.3.1-.1.2-.5.1-.8-.1-.2-.1-.4-.2-.6.1-.2.1-.6%200-.8%200-.1-.1-.2-.1-.3%200-.1.1-.3%200-.4%200-.3-.1-.5-.1-.7l.1-.1c.1-.2.1-.8-.1-.9%200%200-.1%200-.1-.1v-.5c-.1-.4-.1-.8-.2-1.1v-.1c0-.3-.1-.5-.1-.8-.1-.6-.3-.4-.3.1%200%20.4%200%20.9-.1%201.3-.1.1-.1.5-.1.7-.1%200-.1.2-.2.3-.1.2-.1.5-.1.7-.1.1-.1.2-.2.3-.2.2-.1.9.1.9-.1.5-.3%201-.6%201.3-.2.2-.1.9.1.9l.2.1c-.1.2-.2.3-.3.4-.1.2-.1.7-.1.9-.1.3-.3.6-.4.8-.1.2-.1.7%200%20.8.6.8-.5%201.6-.7%201.8l-.1.1c-.1-.1-.2-.2-.2-.3.1-.1.2-.2.1-.3l-.1-.2h.2c.3%200%20.3-.4%200-.4-.1%200-.3-.1-.4-.1.2-.1.3-.2.1-.4l-.2-.2c.1-.1.1-.3-.1-.4-.1%200-.1-.1-.2-.1.1-.1.1-.1.1-.2-.1-.1-.1-.2-.2-.3h.1c.2-.1.1-.4-.1-.4-.1%200-.1%200-.2-.1.1-.1.1-.1%200-.2-.1-.2-.2-.3-.3-.5V47c-.1-.1-.1-.2-.1-.3-.1-.3-.4-.2-.4.1%200%20.2%200%20.4-.1.6-.1.1-.2.2-.1.3-.1%200-.1.1-.2.1-.1.1-.1.3-.1.3-.1.1-.2.1-.3.1-.2.1-.1.4.2.4-.2.2-.4.4-.6.5-.1-.1-.2-.1-.2-.2.2-.1.1-.3-.1-.4-.5%200-.5-.1-.3-.2.1-.1.2-.2.1-.3-.1-.1-.2-.2-.3-.2h.1c.2%200%20.2-.3.1-.4-.3%200-.4-.2-.5-.4.1-.1.1-.2%200-.3l1.3.3h.2c.3%200%20.3-.5%200-.4-.1%200-.3%200-.4-.1.2-.1.3-.2.1-.4l-.3-.3c.1-.1.1-.3%200-.3-.1-.1-.1-.1-.2-.1.1-.1.1-.1.1-.2-.1-.1-.1-.2-.2-.3%200%200%20.1%200%20.1-.1.2-.1.1-.3-.1-.4-.1%200-.1%200-.2-.1.1-.1.1-.2%200-.2-.1-.2-.2-.3-.3-.5%200-.1-.1-.2-.1-.4-.1-.2-.4-.2-.4.1%200%20.2-.1.4-.1.6-.1.1-.2.2-.1.3-.1%200-.1.1-.2.1-.1.1-.1.2-.1.3-.1%200-.2.1-.3.1-.2.1-.1.4.1.4-.2.3-.4.4-.7.6-.2.1-.1.4.1.4h.3c-.1.1-.2.1-.4.2s-.2.3-.1.4c-.2.2-.4.3-.5.4-.2.1-.2.3%200%20.4.8.3-.6.7-.9.7-.2.1-.2.4%200%20.4.4.1.5.3.1.5-.1.1-.2.3%200%20.3-.3.2-.6.3-.9.4-.1-.2-.4-.2-.4.1%200%20.2-.1.4-.1.6-.1.1-.2.2-.1.3-.1%200-.1.1-.2.1-.1.1-.2.2-.1.3-.1%200-.2.1-.3.1-.2.1-.1.4.2.4l-.1.1c-.1-.1-.3-.2-.3-.3.1-.1.2-.2.1-.3l-.1-.2h.2c.3%200%20.3-.4%200-.4-.1%200-.3-.1-.4-.1.2-.1.3-.2.1-.4l-.2-.2c.1-.1.1-.3-.1-.4-.1%200-.1-.1-.2-.1.1-.1.1-.1.1-.2-.1-.1-.1-.2-.2-.3h.1c.2-.1.1-.4-.1-.4-.1%200-.1%200-.2-.1.1-.1.1-.1%200-.2-.1-.2-.2-.3-.3-.5v-.1c-.1-.1-.1-.2-.1-.3-.1-.3-.4-.2-.4.1%200%20.2%200%20.4-.1.6-.1.1-.2.2-.1.3-.1%200-.1.1-.2.1-.1.1-.1.3-.1.3-.1.1-.2.1-.3.1-.2.1-.1.4.1.4-.2.3-.4.4-.7.6-.2.1-.1.4.1.4h.3c-.1.1-.2.1-.4.2s-.2.3-.1.4c-.2.1-.3.2-.5.3-.1.1-.1.3%200%20.4.7.3-.1.5-.6.7%200-.1%200-.1-.1-.1-.1-.1-.1-.1-.2-.1v-.1c.2%200%20.3-.3.1-.4l-.2-.1c.2-.1.2-.3.1-.4l-.1-.2c.2-.1.1-.3%200-.4-.1%200-.1-.1-.1-.1s.1%200%20.1-.1c.2-.1.2-.3%200-.4-.4%200-.6-.2-.9-.4.2-.1.1-.3-.1-.4-.5%200-.6-.1-.3-.2.1-.1.1-.2%200-.3-.1-.1-.2-.2-.3-.2h.1c.2%200%20.2-.3.1-.4-.2%200-.4-.2-.5-.4.1-.1.2-.2.1-.3l.5-.2h.2c.3%200%20.3-.5%200-.4-.1%200-.3%200-.4-.1.2-.1.3-.2.1-.4-.1-.1-.2-.1-.3-.2.1-.1.1-.3%200-.3-.1-.1-.1-.1-.2-.1.1-.1.1-.1.1-.2s-.1-.2-.2-.3c0%200%20.1%200%20.1-.1.2-.1.1-.3-.1-.4-.1%200-.1%200-.2-.1.1-.1.1-.2%200-.2-.1-.2-.2-.3-.3-.5%200-.1-.1-.2-.1-.4-.1-.2-.4-.2-.4.1%200%20.2-.1.4-.1.6-.1.1-.2.2-.1.3-.1%200-.1.1-.2.1-.1.1-.2.2-.1.3-.1%200-.2.1-.3.1-.2.1-.1.4.1.4-.2.3-.4.4-.7.6-.2.1-.1.4.1.4h.4c-.1.1-.2.1-.4.2s-.2.3-.1.4c-.2.2-.3.3-.5.4-.2.1-.2.3%200%20.4.8.3-.6.7-.9.7-.2.1-.2.4%200%20.4.5.1.5.3.1.5-.1.1-.2.3-.1.3-.3.2-.6.3-1%20.4-.2.1-.2.3-.1.4.4.2%200%20.4-.3.6v-.1c-.1-.2-.2-.3-.3-.5-.1-.1-.1-.2-.1-.4-.1-.2-.4-.2-.4.1%200%20.2%200%20.4-.1.6-.1.1-.2.2-.1.3l-.3-.3c.2-.2.2-.4-.1-.5-.5%200-.6-.1-.3-.2.2-.1.2-.3.1-.4l-.3-.3h.1c.2-.1.3-.3.1-.4-.3-.1-.5-.2-.6-.4.1-.1.2-.3.1-.4l-.1-.4h.2c.3%200%20.3-.5%200-.5-.2%200-.3-.1-.5-.1.2-.1.3-.3.1-.4l-.3-.3c.1-.1.1-.3-.1-.4l-.2-.2c.1-.1.1-.2.1-.2-.1-.1-.1-.2-.2-.3%200%200%20.1%200%20.1-.1.2-.1.2-.4-.1-.4h-.2c.1-.1.1-.2%200-.3l-.3-.6h-.1c0-.1-.1-.3-.1-.4-.1-.3-.5-.2-.5.1%200%20.2-.1.4-.1.7-.2.1-.2.2-.1.4-.1%200-.1.1-.2.1-.1.1-.2.3-.1.4-.1.1-.2.1-.3.1-.3.1-.1.5.2.4-.2.3-.5.5-.9.7-.3.1-.1.4.1.4h.4c-.1.1-.3.2-.4.2-.2.1-.2.3-.1.4-.2.2-.4.3-.6.4-.2.1-.2.4%200%20.4.9.4-.7.8-1%20.9-.1%200-.2.1-.2.2l-.1-.1c.1-.1.1-.3%200-.4-.1-.1-.2-.1-.2-.2.1-.1.1-.1.1-.2-.1-.1-.1-.3-.2-.4h.1c.2-.1.2-.4-.1-.4-.1%200-.1%200-.2-.1.1-.1.1-.2%200-.3l-.3-.6c-.1-.2-.1-.3-.1-.4-.1-.3-.5-.2-.5.1%200%20.2-.1.5-.1.7%200%20.1%200%20.3.1.4-.1%200-.2.1-.3.1-.1.1-.2.3-.1.4-.1%200-.2.1-.3.1-.3.1-.1.4.2.4-.2.3-.5.5-.9.6-.3.1-.1.4.1.5h.4c-.1%200-.1.1-.2.1s-.3-.1-.4-.1c-.7%200-1.2.2-1.7.5-.4-1-1.3-1.8-2.7-1.8-1.5%200-2.5.9-2.8%202.1%200-.1%200-.3-.2-.3H61c0-.1.1-.2%200-.3l-.3-.6v-.1c-.1-.1-.1-.3-.1-.4-.1-.3-.5-.2-.5.1%200%20.2-.1.4-.1.7-.2.1-.2.2-.1.4-.1%200-.2.1-.3.2-.1.1-.2.3-.1.4-.1.1-.2.1-.3.1-.3.1-.1.5.2.4-.9%200-1.9.1-2.8.1%200-1%200-2.1-.1-3.1-.3.3-.6.7-1%201%200%20.7-.1%201.5-.1%202.2h-.2c.1-.1.2-.4.1-.5l-.1-.2c.1-.1.1-.5%200-.6%200-.1-.1-.1-.1-.1l.1-.1c.1-.1.2-.3.1-.4-14%2015.2-23.8%2034.4-27.7%2055.6v7.9h220.7c-3.4-33.2-21.6-62.1-47.9-80zm-105%2021.3l-1.3-.2c0-.1%200-.1-.1-.2v-.1h.2c.3%200%20.3-.5%200-.4-.1%200-.3-.1-.4-.1.2-.1.3-.2.1-.4l-.3-.3c.1-.1.1-.3%200-.3-.1-.1-.1-.1-.2-.1l.1-.1h.5v.1c0%20.1.1.2.2.2.2.1.4%200%20.6%200h-.2c-.1.2.2.3.3.2.2-.1.4-.3.5-.4.1.8%200%201.4%200%202.1zm2.3-.9c-.1.1-.2.3-.1.3-.3.2-.6.3-.9.4-.2%200-.2.3-.1.4h-.1c0-.6%200-1.2-.1-1.8.2.1.3%200%20.4-.2h.1c.2.1.3%200%20.3-.2v-.1l.3.3c-.1.1-.1.3.1.3.5.2.5.4.1.6zm27.3%201.3c-.8%200-1.6%200-2.3-.1v-.1c.2.1.5.1.7%200%20.2%200%20.2-.3.1-.5l-.1-.1c.1-.1.2-.3.1-.4v-.2c.1-.1.1-.4%200-.5-.1%200-.1-.1-.1-.1l.1-.1c.1-.1.1-.2.1-.3l.1.1h.4v.1c0%20.1.1.2.1.3.1.1.3%200%20.4%200v.1c-.1.2.1.4.2.3.1-.2.3-.3.4-.5-.1.7-.2%201.4-.2%202zm1.4.1h-.5v-1.5c.1.2.2.1.3-.2l.1.1c.1.1.2%200%20.3-.2v-.1c.1.2.2.3.3.5%200%20.2.1.3.2.3-.4.4-.5.8-.7%201.1zm49.8-17.7h-.1.1c-.1%200-.1%200%200%200zM58%2047.4c.1-.3.1-.5.1-.7.1.1.2.1.4.2.1%200%20.3-.1.3-.3.3.1.5.1.8%200%20.2%200%20.3-.4.1-.6l-.1-.2c.1-.1.2-.4.1-.5V45c.1%200%20.1-.1.1-.3-.8.7-1.6%201.5-2.3%202.3.1.2.2.3.3.4%200%20.2.1.2.2%200z%22%20fill%3D%22%23e6334c%22%2F%3E%3Cpath%20d%3D%22M248.4%20112.7c-.9-8.4-2.7-16.5-5.4-24.2-.3-.3-.4-.5-.2-.6-.1-.5-.3-.9-.5-1.4-.3-.2-.5-.5-.3-.8-.7-2-1.6-4.1-2.4-6%200%20.1-.1.2-.1.2v.4c-.1%200-.2.1-.2.1-.2.1-.2.5-.1.7.1%200%20.1%200%20.1.1-.1.2-.1.3-.2.5%200%20.1%200%20.2.1.3-.1.1-.1.2-.2.2-.1.1-.1.5%200%20.6-.1.2-.2.3-.3.4-.1.2%200%20.5.1.6-.1.1-.3.2-.4.2-.1%200-.1%200-.1.1-.1-.1-.2-.1-.2-.2.1-.1.1-.3-.1-.4-.4-.2-.4-.4.1-.5.2-.1.2-.4%200-.5-.3-.1-1.7-.4-.9-.8.2-.1.2-.3%200-.4-.2-.1-.4-.2-.5-.4.1-.1.1-.3-.1-.4-.2-.1-.3-.1-.4-.2h.4c.2%200%20.3-.3.1-.4-.3-.2-.6-.4-.8-.6.2%200%20.4-.3.2-.4-.1-.1-.2-.1-.3-.1v-.1c0-.1%200-.2-.1-.2-.1-.1-.1-.1-.2-.1.1-.1%200-.3-.1-.3%200-.2-.1-.4-.1-.6%200-.2-.4-.3-.4-.1%200%20.1-.1.3-.1.4-.1.2-.2.4-.3.5-.1.1%200%20.2%200%20.3h-.2c-.2%200-.2.3-.1.4%200%200%20.1%200%20.1.1-.1.1-.1.2-.2.3%200%20.1%200%20.2.1.2-.1.1-.2.1-.2.2-.1.1-.1.3%200%20.4l-.3.3c-.2.2-.1.3.1.4-.1.1-.3.2-.4.1-.3%200-.3.4%200%20.5h.2l-.1.2c-.1.1-.1.3.1.4-.1.2-.3.4-.6.4-.2.1-.1.4.1.4h.1l-.3.3c0%20.1-.1.1-.1.2-.1-.3-.3-.4-.4%200-.1.2-.1.4-.1.6v.1c-.1.2-.1.3-.2.5-.1.1-.3.1-.4.2-.2.1-.2.4%200%20.4%200%200%20.1%200%20.1.1%200%200-.1%200-.1.1-.1.1-.1.3%200%20.4v.2c-.1.1-.1.3.1.4l-.1.1c-.2.2-.1.4.1.4h.1c0%20.1%200%20.2.1.3l-.2.2c-.1.2-.1.5%200%20.6%200%20.1-.1.1-.1.2-.7-.2-1.3-.4-2-.5%200-.1.1-.1.1-.2V87h.5c.2%200%20.2-.3.2-.5.1%200%20.2-.1.3-.1.1%200%20.1%200%20.1-.1.1.1.2%200%20.2%200%20.1-.1.3-.1.4-.2.2-.1.2-.5.1-.7-.3-.4-.9-.7-.5-1.1.2-.2.1-.6-.1-.7-.4-.1-.7-.3-1-.7.1-.1.1-.5-.1-.6-.4-.4-.4-.7.1-.8.2-.1.2-.6%200-.7-.3-.2-1.7-.7-.9-1.4.2-.1.2-.5%200-.6-.2-.2-.4-.4-.5-.6.1-.2.1-.5-.1-.6-.1-.1-.3-.2-.4-.3h.4c.2%200%20.3-.5.1-.7-.3-.3-.6-.6-.8-1%20.2%200%20.4-.5.2-.7-.1-.1-.2-.1-.3-.2%200-.1.1-.2.1-.2%200-.1-.1-.3-.1-.3-.1-.1-.2-.3-.2-.2.1-.2%200-.4-.1-.5%200-.3-.1-.7-.1-1%200-.4-.4-.5-.4-.1l-.1.6v.1l-.3.9c-.1.1%200%20.3%200%20.4-.1%200-.2.1-.2.1-.2.1-.2.5-.1.7l.1.1c-.1.2-.1.3-.2.5%200%20.1%200%20.3.1.4l-.2.2c-.1.2-.1.5%200%20.6-.1.2-.2.3-.3.5-.1.1-.1.2-.1.3-.2-.1-.4-.3-.6-.5.1-.1.1-.5-.1-.6-.4-.4-.4-.7.1-.8.2-.1.2-.6%200-.7-.3-.2-1.7-.7-.9-1.4.1-.1.1-.5%200-.6-.2-.2-.4-.4-.5-.6.1-.2.1-.5-.1-.6-.1-.1-.3-.2-.4-.3l.3-.1c.2%200%20.3-.5.1-.7-.3-.3-.6-.6-.8-1%20.2%200%20.4-.5.1-.7-.1-.1-.2-.1-.3-.2%200-.1.1-.2.1-.2%200-.1-.1-.3-.1-.3-.1-.1-.2-.3-.2-.2.1-.2.1-.4-.1-.5-.1-.3-.1-.7-.1-1%200-.4-.4-.5-.4-.1%200%20.2-.1.4-.1.6v.1l-.3.9v.4c-.1%200-.2.1-.2.1-.2.1-.2.5-.1.7.1%200%20.1.1.1.1-.1.2-.1.3-.2.5%200%20.1%200%20.3.1.4-.1.1-.1.2-.2.2-.1.2-.1.5%200%20.6-.1.2-.2.3-.3.5-.1.2%200%20.5.1.6-.1.2-.3.3-.4.2-.3-.1-.3.7%200%20.7h.2l-.1.3c-.1.2-.1.5%200%20.6-.1.4-.3.6-.5.7-.2.1-.1.6.1.7%200%200%20.1%200%20.1.1-.1.1-.2.2-.3.4-.1.2-.1.4.1.6.3.2.2.4-.3.4-.2.1-.2.5-.1.7-.2.5-.5.7-.9.8-.2.1-.2.6%200%20.7.1%200%20.1.1.1.1-.1%200-.1.1-.1.1-.1.1-.2.5%200%20.6l-.1.3c-.1.2-.1.5.1.6l-.2.2c-.2.2-.1.6.1.7.4.1.7.1%201%200%200%20.2.1.4.3.4.3-.1.4-.1.5-.2%200%20.3%200%20.5.1.8.1.2.2.2.3.1.2-.2.4-.4.5-.7v.1c0%20.3.2.5.3.3%200%200%20.1%200%20.1-.1%200%20.2.1.4.2.4s.1%200%20.2-.1c0%201.4%200%202.7-.1%204-1-.1-2.1-.1-3.2-.1l-.1-.1c.3%200%20.5-.4.2-.5-.1-.1-.2-.1-.3-.2%200%200%20.1-.1.1-.2s-.1-.2-.1-.3c-.1-.1-.2-.2-.3-.2.1-.1%200-.3-.1-.4-.1-.3-.1-.5-.1-.8%200-.3-.5-.4-.6-.1%200%20.2-.1.3-.1.4l-.1.1-.3.6c-.1.1-.1.2%200%20.3-.1%200-.2.1-.3.1-.2%200-.2.2-.2.3-.4-1.3-1.5-2.3-3.2-2.3-1.6%200-2.6.9-3.1%202.1-.5-.4-1.1-.6-1.9-.6-.2%200-.3%200-.5.1-.1%200-.2-.1-.2-.1h.5c.2%200%20.4-.4.1-.5-.4-.2-.7-.4-1-.7.3%200%20.5-.4.2-.5-.1-.1-.2-.1-.3-.2%200%200%20.1-.1.1-.2s-.1-.2-.1-.3c-.1-.1-.2-.2-.3-.2.1-.1%200-.3-.1-.4-.1-.3-.1-.5-.1-.7%200-.3-.5-.4-.6-.1%200%20.2-.1.3-.1.5h-.1l-.3.6v.3c-.1%200-.2.1-.3.1-.2%200-.3.4-.1.5l.1.1c-.1.1-.2.3-.2.4%200%20.1%200%20.2.1.3-.1.1-.2.1-.3.2-.2.1-.2.4-.1.5l-.1.1c0-.1-.1-.2-.2-.3-.4-.1-2.2-.5-1.2-1%20.2-.1.2-.4%200-.5-.3-.1-.5-.3-.7-.4.2-.1.2-.4-.1-.5-.2-.1-.3-.1-.5-.2h.4c.3%200%20.4-.4.2-.5-.4-.2-.7-.4-1-.7.3%200%20.5-.4.2-.5-.1-.1-.2-.1-.3-.2%200%200%20.1-.1.1-.2s-.1-.2-.1-.3c-.1-.1-.2-.2-.3-.2.1-.1%200-.3-.1-.4-.1-.3-.1-.5-.1-.7%200-.3-.5-.4-.6-.1-.1.2-.1.3-.1.4l-.1.1-.3.6c-.1.1%200%20.2%200%20.3-.1%200-.2.1-.3.1-.2%200-.3.4-.1.5l.1.1c-.1.1-.2.3-.2.4%200%20.1%200%20.2.1.3-.1.1-.2.1-.3.2-.1.1-.1.4%200%20.5l-.3.3c-.2.2-.1.4.2.4-.2.1-.4.2-.5.2-.4%200-.4.5%200%20.6h.2l-.1.2c-.1.1-.1.4.1.4-.2.3-.4.4-.7.5-.3.1-.2.4.1.5h.1c-.1.1-.3.2-.4.3-.1.2-.1.3.1.4.4.2.2.3-.4.3-.3.1-.3.3-.1.5-.1.1-.3.2-.4.3.1-.1%200-.2-.1-.3%200-.2-.1-.4-.1-.7%200-.3-.4-.3-.5-.1-.1.2-.1.3-.1.4l-.3.6v.1c-.4-.2-.7-.4-.4-.6.2-.1.2-.4-.1-.4-.4-.1-.8-.2-1.1-.4.1-.1.1-.3%200-.4-.5-.2-.5-.4.1-.5.3-.1.2-.4%200-.5-.3-.1-1.9-.5-1-.9.2-.1.2-.3%200-.4-.2-.1-.4-.2-.6-.4.1-.1.1-.4-.1-.4s-.3-.1-.4-.2h.4c.2%200%20.4-.3.1-.4-.4-.2-.6-.4-.9-.6.3%200%20.4-.3.2-.4-.1-.1-.2-.1-.3-.1.1-.1.1-.1.1-.2s0-.2-.1-.2c-.1-.1-.2-.2-.3-.2.1-.1.1-.3-.1-.3%200-.2-.1-.4-.1-.7%200-.3-.4-.3-.5-.1-.1.1-.1.3-.1.4v.1c-.1.2-.2.4-.3.5v.3h-.2c-.2.1-.3.4-.1.4.1%200%20.1%200%20.1.1-.1.1-.1.2-.2.3%200%20.1%200%20.2.1.2-.1.1-.2.1-.2.2-.1.1-.1.3%200%20.4l-.3.3c-.2.2-.1.4.1.4-.2.1-.3.2-.4.2-.3%200-.3.4%200%20.5h.2l-.1.2c-.1.1-.1.3.1.4-.1.3-.3.4-.6.5-.2.1-.1.4.1.4h.1l-.3.3c-.1.1-.1.3.1.4.3.2.2.2-.3.3-.2.1-.2.3-.1.4-.3.3-.6.5-1%20.5-.2.1-.2.4%200%20.5.1%200%20.1%200%20.1.1l-.1.1c-.2.1-.2.3%200%20.4l-.1.2c-.2.1-.1.4.1.4l-.2.1c-.2.1-.1.4.1.4h.1v.1c-.1.1-.2.1-.2.2-.1%200-.1.1-.1.1-.6-.2-1.4-.4-.7-.8.2-.1.2-.3%200-.4-.2-.1-.4-.2-.6-.4.2-.1.2-.4-.1-.4-.1-.1-.3-.1-.4-.2h.4c.2%200%20.4-.3.1-.4-.4-.2-.6-.4-.8-.6.2%200%20.4-.3.2-.4-.1-.1-.2-.1-.3-.1%200-.1.1-.1.1-.1%200-.1-.1-.2-.1-.2l-.2-.2c.1-.1%200-.3-.1-.3%200-.2-.1-.4-.1-.7%200-.3-.4-.3-.5-.1%200%20.1-.1.3-.1.4l-.3.6c-.1.1%200%20.2%200%20.3h-.2c-.2%200-.2.4-.1.4%200%200%20.1%200%20.1.1-.1.1-.1.2-.2.3%200%20.1%200%20.2.1.2-.1.1-.2.1-.2.2-.1.1-.1.3-.1.4l-.3.3c-.2.2%200%20.3.2.4-.2.1-.3.2-.5.2-.3-.1-.3.4%200%20.5h.2l-.1.2c-.1.1-.1.3.1.4-.1.1-.1.2-.2.2-.1.1-.1.1-.2.1l-.1-.1c.1%200%20.2%200%20.2-.1.1-.1.1-.3-.1-.4-.1%200-.2-.1-.3-.1.1-.1.1-.1.1-.2s-.1-.2-.1-.2c-.1-.1-.2-.2-.3-.1.1-.1%200-.3-.1-.4%200-.2-.1-.4-.1-.7%200-.3-.4-.3-.5-.1-.4-.1-.7-.2-1-.4.1-.1.1-.3-.1-.4-.5-.2-.4-.4.1-.5.3-.1.2-.4%200-.5-.4-.1-1.9-.5-1-.9.2-.1.2-.3%200-.4-.2-.1-.4-.2-.6-.4.1-.1.1-.4-.1-.4s-.3-.1-.4-.2h.4c.2%200%20.4-.3.1-.4-.4-.2-.6-.4-.9-.6.3%200%20.4-.3.2-.4-.1-.1-.2-.1-.3-.1.1-.1.1-.1.1-.2s-.1-.2-.1-.2c-.1-.1-.2-.2-.3-.2.1-.1%200-.3-.1-.3-.1-.2-.1-.4-.1-.7%200-.3-.4-.3-.5-.1-.1.1-.1.3-.1.4l-.1.1c-.1.2-.2.4-.3.5v.3h-.2c-.2.1-.2.4-.1.4s.1%200%20.1.1c-.1.1-.1.2-.2.3%200%20.1%200%20.2.1.2-.1.1-.2.1-.2.2-.1.1-.1.3%200%20.4l-.3.3c-.2.2-.1.4.1.4-.2.1-.3.2-.5.2-.3%200-.3.4%200%20.5h.2l-.1.2c-.1.1-.1.3.1.4-.1.3-.3.4-.6.5-.2.1-.1.4.1.4h.1l-.3.3c-.1.1-.1.3.1.4.3.2.2.2-.3.3-.2.1-.3.3-.1.4-.1.1-.2.1-.3.2-.3-.1-.5-.3-.7-.5.2%200%20.4-.3.2-.4-.1-.1-.2-.1-.3-.1.1-.1.1-.1.1-.2s-.1-.2-.1-.2c-.1-.1-.2-.2-.3-.2.1-.1%200-.3-.1-.3-.1-.2-.1-.4-.1-.7%200-.3-.4-.3-.5-.1l-.1.4h-.1l-.3.6v.3h-.2c-.2%200-.2.4-.1.4%200%200%20.1%200%20.1.1-.1.1-.1.2-.2.3-.1.1%200%20.2.1.2-.1.1-.2.1-.2.2-.1.1-.1.3%200%20.4l-.3.3c-.2.2-.1.3.1.4-.2.1-.3.2-.5.2-.3-.1-.3.4%200%20.5h.2l-.1.2c-.1.1-.1.3.1.4-.1.1-.2.2-.2.3%200-.1-.1-.1-.1-.2-.3-.2-1.4-1.1-.8-2%20.1-.2.1-.8%200-.9-.2-.2-.3-.5-.4-.9.1-.2.1-.8-.1-1-.1-.1-.2-.2-.3-.4l.3-.1c.2%200%20.3-.8.1-1-.3-.4-.5-.9-.6-1.5.2%200%20.3-.8.1-1-.1-.1-.1-.2-.2-.3%200-.1.1-.2.1-.3%200-.2-.1-.4-.1-.5-.1-.2-.1-.4-.2-.3.1-.3%200-.7-.1-.8%200-.5-.1-1-.1-1.5%200-.6-.3-.8-.4-.2l-.1.9v.1c-.1.4-.1.9-.2%201.3v.6c-.1.1-.1.1-.2.1-.2.1-.2.8-.1%201%200%20.1.1.1.1.1-.1.2-.1.5-.1.8v.5c-.1.1-.1.2-.2.3-.1.2-.1.7%200%20.9-.1.2-.1.4-.2.6-.1.4%200%20.8.1.9-.1.2-.2.4-.3.3-.2-.1-.2%201%200%201.1h.1l-.1.5c-.1.2-.1.7%200%20.8-.1.6-.3.9-.5%201-.2.2-.1.9.1%201l.1.1c-.1.2-.2.3-.2.6-.1.3-.1.6.1.8.2.3.1.5-.2.6-.5-.3-1-.4-1.6-.4-.6%200-1.1.1-1.6.4-.5-.9-1.5-1.6-2.8-1.6-1.7%200-2.8%201-3.2%202.3-1.7.1-3.5.1-5.2.2v-.1h.4c.1%200%20.2-.2.2-.4.1%200%20.2-.1.3-.1.1%200%20.1%200%20.1-.1.1.1.1%200%20.2%200%20.1-.1.2-.1.3-.2.2-.1.2-.4.1-.6-.3-.3-.7-.6-.4-.9.1-.1.1-.5-.1-.6-.3%200-.6-.2-.8-.5.1-.1.1-.4%200-.5-.4-.3-.3-.5.1-.7.2-.1.2-.5%200-.6-.3-.1-1.4-.6-.8-1.1.1-.1.1-.4%200-.5-.2-.1-.3-.3-.4-.5.1-.1.1-.4-.1-.5-.1-.1-.2-.1-.3-.3h.3c.2%200%20.3-.4.1-.6-.3-.2-.5-.5-.6-.8.2%200%20.3-.4.1-.6l-.2-.2v-.2c0-.1%200-.2-.1-.3-.1-.1-.1-.2-.2-.2.1-.2%200-.4-.1-.5%200-.3-.1-.6-.1-.8%200-.3-.3-.4-.4-.1%200%20.2-.1.3-.1.5v.1c-.1.2-.2.5-.2.7v.3c-.1%200-.1.1-.2.1-.2.1-.2.5-.1.6%200%200%20.1%200%20.1.1-.1.1-.1.3-.1.4v.3l-.2.2c-.1.1-.1.4%200%20.5-.1.1-.1.3-.2.4-.1.2-.1.4.1.5-.1.1-.2.2-.3.2-.2-.1-.2.6%200%20.6h.1l-.1.3c-.1.1-.1.4.1.5-.1.3-.3.5-.5.6-.2.1-.1.5.1.6h.1c-.1.1-.2.2-.2.3-.1.2-.1.4.1.5.2.2.1.3-.3.3l-.1.1c-.3-.2-.5-.5-.2-.8.1-.2.1-.5%200-.6-.3-.1-.6-.2-.8-.5.1-.1.1-.4-.1-.5-.3-.3-.3-.5.1-.7.2-.1.2-.5%200-.6-.3-.1-1.4-.6-.8-1.1.1-.1.1-.4%200-.5-.2-.1-.3-.3-.4-.5.1-.1.1-.4-.1-.5l-.3-.3h.3c.2%200%20.3-.4.1-.6-.3-.2-.5-.5-.6-.8.2%200%20.3-.4.1-.6-.1-.1-.2-.1-.2-.2s.1-.1.1-.2%200-.2-.1-.3c-.1-.1-.1-.2-.2-.2.1-.2%200-.4-.1-.5%200-.3%200-.6-.1-.8%200-.3-.3-.4-.4-.1%200%20.2-.1.3-.1.5v.1c-.1.2-.1.5-.2.7v.3c-.1%200-.1%200-.2.1-.2%200-.2.4%200%20.6h.1c-.1.2-.1.3-.1.4%200%20.1%200%20.2.1.3l-.2.2c-.1.1-.1.4%200%20.5-.1.1-.1.3-.2.4-.1.2%200%20.4.1.5-.1.1-.2.2-.3.2-.2-.1-.2.6%200%20.6h.2l-.1.3c-.1.1-.1.4%200%20.5-.1.3-.2.5-.4.6-.2.1-.1.5%200%20.6h.1c-.1.1-.2.2-.2.3-.1.2-.1.4%200%20.5l.1.1c-.1-.1-.2%200-.2.2h-.1c-.2.1-.2.4-.1.5-.2.4-.4.6-.7.7-.2.1-.2.5%200%20.6%200%200%20.1%200%20.1.1l-.1.1c-.1.1-.1.4%200%20.5v.2c-.1.1-.1.4.1.5l-.1.2c-.2.2-.1.5.1.6h.3v.1l.1.1c-.1.2-.1.5-.1.8v.5c-.1.1-.1.2-.2.3-.1.1-.1.3-.1.5-.2%200-.3-.1-.5-.1-.5-1.1-1.5-1.9-3-1.9-.8%200-1.5.3-2.1.7-1.9-.6-3.9-1.3-6.1-1.7-.6-.1-1.1-.1-1.6.1-.5-1.2-1.5-2.1-3.1-2.1-1.5%200-2.5.8-3%201.9-.1-.8-.7-1.4-1.6-1.4-.8%200-1.3.4-1.5.9l-3-1.1c0-.1%200-.2-.1-.2-.3-.4-.5-.9-.6-1.5.2%200%20.3-.7.1-1-.1-.1-.2-.2-.2-.3%200-.1.1-.2.1-.4s0-.4-.1-.5c-.1-.2-.1-.3-.2-.3.1-.3%200-.7-.1-.8%200-.5%200-1-.1-1.5%200-.6-.3-.8-.4-.2%200%20.3-.1.6-.1.9v.1c-.1.4-.1.8-.2%201.3v.6c-.1%200-.1.1-.2.1-.2.1-.2.8%200%201l.1.1c-.1.2-.1.5-.1.8%200%20.2%200%20.4.1.5-.1.1-.1.2-.2.3%200-.2%200-.5-.1-.6-.1-.1-.2-.2-.2-.3%200-.1.1-.2.1-.3%200-.2-.1-.4-.1-.5-.1-.2-.1-.4-.2-.3.1-.3%200-.7-.1-.8%200-.5-.1-1-.1-1.5%200-.6-.3-.8-.4-.2%200%20.3-.1.6-.1.9v.1c-.1.4-.1.9-.2%201.3v.6c-.1.1-.1.1-.2.1-.2.1-.2.8%200%201%200%20.1.1.1.1.1v.2l-.2-.1c0-.1%200-.2-.1-.2-.1-.1-.1-.2-.2-.3%200-.1.1-.2.1-.3%200-.2-.1-.4-.1-.5-.1-.2-.1-.4-.2-.3.1-.3%200-.7-.1-.8%200-.5-.1-1-.1-1.5%200-.6-.3-.8-.4-.2%200%20.3-.1.6-.1.9v.1c-.1.3-.1.6-.2.9-.3-.3-.4-.8-.6-1.4.2%200%20.3-.8.1-1-.1-.1-.1-.2-.2-.3v-.3c0-.2%200-.4-.1-.5-.1-.2-.1-.4-.2-.3.1-.3%200-.7-.1-.8%200-.5-.1-1-.1-1.5%200-.6-.3-.8-.3-.2l-.1.9v.1c-.1.4-.2.9-.2%201.3-.1.2%200%20.4%200%20.6-.1.1-.1.1-.2.1-.2.1-.2.8-.1%201%200%20.1.1.1.1.1-.1.2-.1.5-.1.8%200%20.2%200%20.4.1.5-.1.1-.1.2-.2.3-.1.2-.1.7%200%20.9-.1.2-.1.4-.2.6v.1l-1.7-.6c.5%200%20.7-.8.2-.9-.1%200-.1%200-.1-.1.4.2.8-.6.3-.8-.2-.1-.4-.3-.7-.4.4-.1.4-.9-.2-.9h-.1c0-.1-.1-.3-.1-.4.5-.1.4-.9-.1-.9h1.1v-.1c.4%200%20.7-.6.2-.8-.2-.1-.3-.2-.4-.2v-.2c.2-.1.3-.4.2-.6-.1-.2-.2-.3-.4-.4%200-.3-.1-.7-.1-1%200-.6-.9-.6-.9%200v.9c-.3.1-.3.6-.1.8%200%20.2%200%20.5-.1.7-.2%200-.3.1-.4.2-.1.2-.2.3-.3.5-.2.4.2.7.5.6v.2c-.3.2-.6.3-.8.5-.5.3-.1%201%20.4.8-.1.1-.2.2-.3.2-.4.3-.1.9.3.8%200%20.1%200%20.2-.1.3l-1.1-.4c-1.7-1.3-3.4-2.5-5.1-3.7-3.2-2.3-6.5-5.4-10.2-6.8h-.1.2c.6.1.6-.8%200-.9-.1%200-.1-.1-.2-.1-.1-.1-.3-.1-.4-.1v-.1h.7c.6%200%20.6-.9%200-.9h-1.1c0-.1-.1-.2-.1-.2l.1.1c.5.3.9-.5.4-.8-.2-.2-.5-.3-.7-.5.2-.2.2-.4.1-.7-.2-.2-.4-.5-.5-.8.1-.3%200-.6-.4-.6-.1%200-.1%200-.1-.1v-.1c.1%200%20.2.1.2.1.6%200%20.6-.9%200-.9h-.2c.4-.1.6-.6.2-.8-.3-.1-.5-.3-.7-.5%200-.1-.1-.1-.1-.1v-.1c.3-.1.5-.6.1-.8-.1-.1-.2-.1-.4-.2-.1-.6-.3-1.2-.4-1.8-.1-.5-.8-.4-.9.1%200%20.4-.1.9-.1%201.3h-.1c-.5%200-.5.8-.1.9h-.1c-.6%200-.6.9-.1.9v.1c-.2-.1-.3-.1-.5-.1-.6.1-.6.9%200%20.9.1%200%20.2%200%20.3.1h.1c0%20.1%200%20.2-.1.2-.1.1-.3.1-.4.2-.5.2-.3.9.1.9v.1c-.3.1-.5.2-.7.3-.4.1-.4.6-.1.8-.2.1-.4.1-.6.2-.4.2-.2.7.2.8-.1.2%200%20.3.2.4-.4.1-.8.1-1.2%200-.5-.1-.7.6-.4.8-.2.3%200%20.8.4.7l-.3.3c-1.1%200-2.3%200-3.4-.1-2.3-.1-4.7-.1-7-.2l-9.5-3.3c-1.1-.7-2.2-1.3-3.5-1.6-1.9-.4-3.8-.2-5.6.2-2.7.5-5.3%201.2-7.9%201.9-7.4%2011.8-12.6%2025-15.1%2039.1-1.1%206.5-1.8%2013.1-1.8%2019.9%200%2061.6%2050%20111.6%20111.6%20111.6s111.6-50%20111.6-111.6c.2-5.9%200-9.9-.5-13.9zM106.6%2080.8c.1%200%20.1%200%20.2.1-.1%200-.2%200-.2-.1zm4%202s0-.1%200%200c0-.1%200%200%200%200zm33.6%207h-.6c-.2-.3-.4-.8-.5-1.3.1%200%20.1-.1.2-.3.1-.1.2-.3.3-.5v.1c0%20.2.2.4.3.3%200%200%20.1%200%20.1-.1%200%20.2.1.3.2.3%200%200%20.1%200%20.1-.1v1.6zm2.7-2.8c.1%200%20.1-.1.2-.1-.1%200-.1.1-.2.1zm-1.8%202.8c0-.7-.1-1.5-.1-2.2.2.2.3.4.4.5.1.2.3-.1.3-.3v-.2c.2.1.3.1.5%200%20.1-.1.1-.2.1-.3v-.1h.4c.1%200%20.1%200%20.1-.1%200%20.1.1.2.1.3%200%200%200%20.1.1.1l-.1.1c-.1.1-.1.4%200%20.5l-.1.2c-.1.2-.1.4.1.5l-.1.1c-.1.2-.1.5.1.6.3.1.6.1.8%200%200%20.1%200%20.1.1.1-.9.2-1.8.2-2.7.2zm59.7-5c-.4-.2-.4-.4.1-.5-.1.2%200%20.3.2.4-.1%200-.2.1-.3.1zm12.3.8c-.1-.1-.1-.2-.2-.3%200%20.1.1.1.1.1.1%200%20.1.1.1.1v.1zm8.2-4.6c-.1.1-.2.2-.3.4-.1.2-.1.4.1.6.3.2.2.4-.3.4-.2.1-.2.5-.1.7-.2.5-.5.7-.9.8-.2.1-.2.6%200%20.7l.1.1-.1.1c-.2.1-.2.5%200%20.6l-.1.3c-.1.2-.1.5.1.6h-.2c-.1-1.6-.2-3.3-.2-4.9.2.2.3.5.5.7.2.2.4-.1.3-.4v-.2c.2.1.4.2.5.1.1-.1.2-.2.2-.4v-.1l.4-.1zm7.8%202.6v-.3l.1.1c.1.1.1.2-.1.2z%22%20fill%3D%22%23cc0d2b%22%2F%3E%3Cpath%20d%3D%22M67.7%20181.1c.1.1.3.1.4.2.1.1.3.1.4.2.1.1.2.1.3.2.1.1.1.1.1.2s-.1.4-.2.7c-.1.3-.1.7-.1%201v.6c0%20.2%200%20.5-.1.8%200%20.3-.1.5-.2.8-.1.3-.2.6-.4.8l-.6.6c-.2.2-.5.3-.8.4-.3.1-.5.2-.8.3-.3.1-.4.1-.6.1h-.4c-.1%200-.2-.1-.2-.1l-.2-.2-.3-.3-.3-.3c-.1-.1-.2-.2-.2-.3-.1-.1-.1-.2-.2-.2%200%200-.1-.1%200-.1h.2c.1%200%20.2%200%20.3.1.1%200%20.2%200%20.4.1.1%200%20.2%200%20.3.1h1.1c.2%200%20.3-.1.5-.2.4-.3.6-.6.8-1.1.2-.5.3-1%20.3-1.7%200-.2%200-.5-.1-.7%200-.2-.1-.4-.3-.6l-.1-.1s-.1-.1-.2-.1-.2%200-.3-.1h-1.5c-.4.1-.7.1-1.1.1-.3%200-.5.1-.8.1-.3%200-.4.1-.5.1v4c0%20.2%200%20.3-.1.3-.1.3-.2.5-.4.6-.2.2-.3.3-.5.4-.2.1-.3.1-.4.1h-.3l-.3-.3-.5-.5c-.2-.2-.3-.4-.5-.6-.2-.2-.3-.4-.3-.5v-.1h.9c.1%200%20.3%200%20.4-.1.1%200%20.1-.1.2-.1%200-.1.1-.1.1-.3%200-.1.1-.3.1-.5s.1-.5.1-.8v-.8-.5-.3h-.5c-.1%200-.2-.1-.3-.1-.2-.1-.4-.3-.5-.4s0-.2.1-.2h.3c.1%200%20.3%200%20.4-.1.2%200%20.3%200%20.5-.1v-.7-.6-.6-.6-.5-.4c0-.1%200-.2-.1-.2-.2%200-.4.1-.6.1-.2%200-.3.1-.5.1h-.4c-.1%200-.2%200-.4-.1-.1-.1-.2-.1-.3-.2-.1-.1-.1-.2-.2-.2-.1-.1-.1-.1-.1-.2%200%200%20.1-.1.3-.1.2%200%20.5-.1.7-.1H60.4c-.1-.2-.1-.3-.2-.4%200-.1-.1-.2-.1-.3v-.2-.1c0-.1.1%200%20.2%200h.3c.1%200%20.3.1.5.2.5.2.8.3%201%20.4.1.1.2.1.2.2.3-.1.7-.1.9-.2.2%200%20.5-.1.7-.2.2-.1.3-.1.4-.1.1%200%20.2-.1.3-.2.1-.1.3-.1.6%200%20.2.1.5.1.7.2.3.1.5.2.7.4.1.1.1.1.1.2v.2c0%20.1%200%20.1-.1.2%200%20.1%200%20.1-.1.2-.1.5-.2%201-.3%201.4%200%20.2-.1.4-.1.6%200%20.2-.1.4-.1.5%200%20.2-.1.3-.1.5%200%20.1%200%20.2-.1.3h1.1c.2%200%20.6-.1.8%200zm-2.6-1.4c0-.2%200-.3.1-.5v-.4c0-.3%200-.5-.1-.7-.1-.2-.2-.3-.4-.5-.1-.1-.3-.1-.6-.1h-.6c-.2%200-.4.1-.6.1-.2%200-.3.1-.4.1-.1%200-.2.1-.2.1v.1c0%20.1%200%20.1-.1.2%200%20.1%200%20.2-.1.3v3l2.4-.3c0-.1.1-.3.2-.4.1-.1.1-.3.1-.5.2-.1.2-.3.3-.5zm16.9-3.2c.2.1.3.3.5.4s.2.2.2.3c0%20.1.1.2.1.2%200%20.1%200%20.1-.1.2%200%20.1-.1.2-.1.4-.1.2-.1.4-.2.6-.1.2-.1.4-.1.7%200%20.2-.1.5-.1.7v2c0%20.5%200%201%20.1%201.5%200%20.2%200%20.4.1.7v1.6c0%20.3-.1.5-.1.8%200%20.2-.1.5-.2.7-.1.2-.2.4-.3.5-.1.1-.2.1-.4.1s-.3%200-.5-.1-.3-.2-.4-.4c0-.1-.2-.2-.4-.3-.2-.1-.4-.1-.5-.1h-.7c-.1%200-.4.1-.7.1-.3%200-.7.1-1.1.2-.1%200-.2%200-.4.1-.2%200-.3.1-.5.1s-.4.1-.6.1c-.2%200-.4.1-.6.1l-.3.3c-.1%200-.2.1-.3.1h-.3c-.1%200-.1%200-.2-.1-.1%200-.2-.1-.3-.2-.1-.1-.1-.3-.1-.5s0-.4.1-.7c0-.2.1-.5.1-.8%200-.3.1-.7.1-1v-1.2-1.2-.8-.6-1c0-.4%200-.7-.1-1.1%200-.3-.1-.7-.2-.9-.1-.3-.2-.5-.4-.7l-.2-.2v-.2s0-.1.1-.2.2-.1.4%200c.1%200%20.2.1.4.1s.4.1.6.1c.2%200%20.4.1.7.1h1.4c.3%200%20.5%200%20.8-.1.3%200%20.5-.1.7-.1.2%200%20.4-.1.5-.1.1%200%20.3-.1.5-.1s.4-.1.6-.2c.2-.1.4-.1.5-.2.2-.1.3-.1.4-.1.1-.1.3-.1.5-.1s.4%200%20.6.1c0%20.1.2.3.4.4zm-1.3%206.8v-.7-.6-.6-.6-.2-.2-.6-.5-.8c0-.2-.1-.4-.2-.4-.2-.1-.5-.2-.8-.3-.3-.1-.7-.1-1.1-.1-.3%200-.6%200-.9.1-.3%200-.6.1-.9.1-.3.1-.6.1-.8.2l-.6.3c-.2.1-.3.2-.3.3%200%20.1-.1.3-.1.5v1.4c0%201.1%200%202%20.1%202.7V186.6h.5c.2%200%20.4-.1.8-.2s.7-.2%201-.3c.3-.1.5-.2.7-.2.2-.1.4-.1.6-.1.2%200%20.3-.1.4-.1.2%200%20.3%200%20.5.1.1%200%20.2.1.3.1.1%200%20.1.1.2.1l.1.1.1.1h.4c.1%200%20.1-.1.1-.3%200-.2%200-.4.1-.6s0-.6%200-.9c-.2-.4-.2-.8-.2-1.1zm13.7-3.7v-.6-.6c0-.2%200-.4-.1-.5-.1-.2-.2-.3-.5-.5-.2-.1-.4-.2-.6-.2-.2%200-.5-.1-.7-.1-.4%200-.8%200-1.2.1-.4.1-.7.1-.8.2-.2%200-.4.1-.6.2-.2.1-.4.3-.6.5-.2.2-.4.5-.5.8-.1.3-.2.7-.3%201.1v1.2c0%20.5%200%201%20.1%201.5.1.4.1.8.3%201.2.1.5.3%201%20.5%201.3.2.4.5.6.7.8.3.2.6.4.9.5s.7.1%201%20.1c.4%200%20.7%200%201.1-.1s.7-.2%201-.3c.3-.1.6-.2.8-.3.2-.1.4-.2.5-.3h.4c.2%200%20.2.1.3.2%200%20.2-.1.3-.4.5-.1.1-.4.2-.7.4-.3.2-.7.3-1.1.5-.4.1-.9.3-1.3.4-.5.1-.9.2-1.4.2-.3%200-.6%200-.8-.1-.3-.1-.5-.2-.7-.3-.3-.2-.7-.6-1-1-.3-.5-.6-1-.8-1.7-.2-.6-.4-1.4-.6-2.2-.1-.8-.2-1.8-.2-2.9%200-.4.1-.8.2-1.2.1-.4.3-.7.6-1%20.3-.3.6-.6%201-.8.4-.2.8-.3%201.3-.4.6-.1%201.3-.1%202-.1s1.4.1%202.1.2c.6.1%201.2.3%201.6.6.3.2.5.4.5.6%200%20.1%200%20.2-.1.3l-.3.3c-.1.1-.2.2-.4.3-.1.1-.2.2-.3.4%200%20.1-.1.2-.1.4%200%20.1-.1.3-.1.4%200%20.1-.1.2-.1.3%200%20.1-.1.1-.1.1-.5-.1-.5-.2-.5-.4zm12.6-2.1v-.2c0-.1%200-.2-.1-.3v-.3-.2c.1-.1.2-.1.4-.1s.4%200%20.7.1c.3.1.5.2.8.4.2.2.3.3.3.5%200%20.1%200%20.2-.1.3-.1.1-.1.1-.1.2-.1.2-.2.5-.4.8-.1.3-.3.7-.5%201.1-.2.4-.4.8-.7%201.2-.3.4-.5.9-.9%201.3-.4.6-.9%201.1-1.4%201.7.5.6%201.1%201%201.5%201.4.5.3.9.6%201.3.8.6.3%201.2.5%201.7.6.5.1%201%20.3%201.4.3s.7.1.9.2c.2%200%20.3.1.4.2%200%200-.1.1-.2.1-.2%200-.4.1-.6.1-.2%200-.5.1-.9.1-.3%200-.6.1-.9.1-.3%200-.6.1-.8.1h-.6c-.4%200-1-.3-1.8-.8-.7-.5-1.5-1.3-2.3-2.3-.7.7-1.5%201.4-2.3%202-.8.6-1.6%201.1-2.4%201.4-.2.1-.3.1-.4.1s-.2-.1-.2-.2%200-.1.1-.2l.3-.3c.9-.6%201.7-1.2%202.4-1.8.7-.6%201.3-1.2%201.8-1.8-.5-.7-1-1.4-1.4-2.3-.5-.8-.9-1.8-1.4-2.8-.1-.2-.2-.4-.3-.5-.1-.2-.2-.4-.2-.7%200-.2%200-.5.2-.7.2-.3.4-.5.6-.7.2-.1.3-.2.5-.2.1%200%20.2%200%20.3.1.1.1.1.1.1.2%200%20.4.1.9.2%201.5.1.5.3%201.1.5%201.6s.4%201.1.7%201.6c.2.5.5.9.7%201.3.1.2.2.4.4.5.4-.5.7-1.1%201-1.6.3-.5.5-1%20.7-1.5.2-.5.4-.9.5-1.3.3-.4.4-.8.5-1.1zm17.7-1c.2.1.3.3.5.4s.2.2.2.3c0%20.1.1.2.1.2%200%20.1%200%20.1-.1.2%200%20.1-.1.2-.1.4-.1.2-.1.4-.2.6-.1.2-.1.4-.1.7%200%20.2-.1.5-.1.7v2c0%20.5%200%201%20.1%201.5%200%20.2%200%20.4.1.7v1.6c0%20.3-.1.5-.1.8%200%20.2-.1.5-.2.7-.1.2-.2.4-.3.5-.1.1-.2.1-.4.1s-.3%200-.5-.1-.3-.2-.4-.4c0-.1-.2-.2-.4-.3-.2-.1-.4-.1-.5-.1h-.7c-.1%200-.4.1-.7.1-.3%200-.7.1-1.1.2-.1%200-.2%200-.4.1-.2%200-.3.1-.5.1s-.4.1-.6.1c-.2%200-.4.1-.6.1l-.3.3c-.1%200-.2.1-.3.1h-.3c-.1%200-.1%200-.2-.1-.1%200-.2-.1-.3-.2-.1-.1-.1-.3-.1-.5s0-.4.1-.7c0-.2.1-.5.1-.8%200-.3.1-.7.1-1v-1.2-1.2-.8-.6-1c0-.4%200-.7-.1-1.1%200-.3-.1-.7-.2-.9-.1-.3-.2-.5-.4-.7l-.2-.2v-.2s0-.1.1-.2.2-.1.4%200c.1%200%20.2.1.4.1s.4.1.6.1c.2%200%20.4.1.7.1h1.4c.3%200%20.5%200%20.8-.1.3%200%20.5-.1.7-.1.2%200%20.4-.1.5-.1.1%200%20.3-.1.5-.1s.4-.1.6-.2c.2-.1.4-.1.5-.2.2-.1.3-.1.4-.1.1-.1.3-.1.5-.1s.4%200%20.6.1c0%20.1.2.3.4.4zm-1.3%206.8v-.7-.6-.6-.6-.2-.2-.6-.5-.8c0-.2-.1-.4-.2-.4-.2-.1-.5-.2-.8-.3-.3-.1-.7-.1-1.1-.1-.3%200-.6%200-.9.1-.3%200-.6.1-.9.1-.3.1-.6.1-.8.2l-.6.3c-.2.1-.3.2-.3.3%200%20.1-.1.3-.1.5v1.4c0%201.1%200%202%20.1%202.7V186.6h.5c.2%200%20.4-.1.8-.2s.7-.2%201-.3c.3-.1.5-.2.7-.2.2-.1.4-.1.6-.1.2%200%20.3-.1.4-.1.2%200%20.3%200%20.5.1.1%200%20.2.1.3.1.1%200%20.1.1.2.1l.1.1.1.1h.4c.1%200%20.1-.1.1-.3%200-.2%200-.4.1-.6s0-.6%200-.9c-.2-.4-.2-.8-.2-1.1zm18.4%203.4c.2.2.4.3.6.5.2.2.3.3.3.5v.2c0%20.1%200%20.2-.1.3%200%20.1-.1.2-.2.2-.1.1-.2.1-.3.1-.2%200-.4.1-.5.2-.2.1-.3.2-.5.3-.2.1-.3.2-.5.3-.2.1-.4.3-.6.4-.3.2-.5.3-.6.3-.2.1-.3%200-.3-.2%200-.1%200-.3.1-.5l.3-.6.3-.6c.1-.2.1-.3.1-.4-.2%200-.4-.1-.7-.1h-2.8c-.4%200-.8%200-1.2.1-1%20.1-1.8.2-2.5.3-.7.1-1.2.2-1.6.2-.4.1-.7.1-.9.2-.2.1-.4.1-.5.1%200%20.1%200%20.2.1.4v.3c0%20.2%200%20.4-.1.5-.1.1-.1.2-.3.3-.1.1-.2.1-.4.1-.1%200-.3%200-.4-.1s-.2-.2-.3-.4c-.1-.2-.1-.5-.1-.8%200-.4%200-.7.1-1%200-.3.1-.5.2-.7.1-.2.1-.4.2-.5%200-.1.1-.2.1-.2s.1%200%20.1.1c0%200%20.1.1.1.2s.1.2.1.3c0%20.1.1.2.1.3H130.1c.4-.5.9-1%201.3-1.7.5-.7.9-1.4%201.3-2.2.4-.8.8-1.7%201-2.7.3-1%20.5-2.1.6-3.3v-.2c0-.1-.1-.1-.1-.2s-.1-.2-.1-.2v-.2c0-.1.1-.1.3-.2.2-.1.3-.1.6-.1.2%200%20.4%200%20.6.1.2%200%20.4.1.6.2.2.1.3.2.3.3%200%20.1.1.2%200%20.2%200%20.1%200%20.1-.1.2%200%20.1-.1.1-.1.2%200%200%200%20.2-.1.3%200%20.2-.1.3-.1.6-.1.2-.1.4-.2.7-.1.2-.1.5-.2.7.3.8.6%201.6%201%202.4.4.8.7%201.5%201.1%202.1.4.6.8%201.2%201.1%201.6.4.5.7.8%201%201h.4s.1-.1.2-.3c.1-.1.1-.2.2-.2s.2%200%20.3.1c.5-.1.6%200%20.8.2zm-10.3.4c.2%200%20.4-.1.8-.1s.8-.1%201.2-.1c.5%200%20.9-.1%201.4-.1.5%200%201%200%201.4-.1H138c-.2-.3-.3-.6-.5-1.1-.2-.4-.4-.9-.7-1.4-.2-.5-.5-1.1-.7-1.7-.2-.6-.4-1.2-.6-1.9%200%20.1-.1.2-.2.5s-.2.4-.3.7c-.1.2-.2.5-.3.7-.1.2-.2.4-.3.5-.1.2-.3.5-.5.9s-.5.8-.8%201.2l-.9%201.2c-.2.3-.5.6-.7.8zm17.5-4.3c-.5-.1-.8-.3-1.1-.6-.3-.2-.5-.5-.7-.8-.2-.3-.3-.6-.4-1-.1-.4-.2-.7-.2-1-.1-.3-.1-.7-.2-1%200-.3-.1-.6-.2-.8%200-.1-.1-.2-.2-.3l-.2-.2c0-.1-.1-.1-.1-.2v-.2c.1-.1.2-.2.4-.2s.4%200%20.6.1c.2%200%20.5.1.8.1h1.7c.3%200%20.6%200%20.9-.1.2%200%20.5%200%20.8-.1.3%200%20.6-.1.8-.1.3%200%20.5-.1.7-.1.2%200%20.3-.1.4-.1.2-.1.3-.1.6-.1.2%200%20.4%200%20.6.1.2.1.5.2.7.4.4.3.6.5.6.6.1.1.1.3%200%20.4%200%20.1-.1.2-.2.3-.1.1-.1.3-.2.5s-.1.4-.2.6c-.1.2-.1.4-.1.7v2.6c0%20.2%200%20.3.1.6%200%20.2.1.5.1.8%200%20.3.1.6.1.9v.9c0%20.4%200%20.8-.1%201.1-.1.3-.2.6-.3.8-.1.2-.2.3-.3.3-.1.1-.2.1-.3.1-.1%200-.2%200-.3-.1s-.2-.2-.3-.4c-.1-.1-.2-.3-.2-.4%200-.2-.1-.4-.1-.6v-.4-.4-.3-.5l.1-2.8c0-.6.1-1.2%200-1.8v-.7c0-.2%200-.5-.1-.7%200-.2-.1-.4-.1-.5-.1-.2-.1-.3-.2-.4-.2-.2-.4-.3-.7-.4-.3-.1-.6-.1-.9-.1-.4%200-.9%200-1.4.1-.5.1-1%20.2-1.5.4-.2.1-.3.2-.4.3-.1.2-.1.4-.1.6%200%20.3.1.6.1%201%20.1.3.2.7.4.9.2.3.5.5.9.7.4.2.9.3%201.6.3h.6c.2%200%20.4-.1.6-.1.2%200%20.3-.1.5-.1h.2c0%20.1-.1.2-.2.4-.2.2-.4.4-.6.7-.2.2-.6.3-1.2.3-.5.8-.9%201.6-1.4%202.3-.5.7-1%201.3-1.5%202-.2.2-.3.4-.6.7s-.4.5-.7.7l-.7.7c-.2.2-.5.4-.7.5-.3.2-.5.3-.7.4-.2.1-.3%200-.4%200v-.2c0-.1.1-.1.2-.2s.2-.2.4-.3c.2-.1.4-.3.6-.6.5-.5.9-1%201.3-1.6.4-.6.8-1.1%201.2-1.7.3-.5.6-1.1.9-1.5.3-.5.4-.9.5-1.2zm22.6%204.5h-1.4c-.6%200-1.3.1-2%20.1s-1.4.1-2.2.2c-.7.1-1.4.1-2.1.2-.6.1-1.2.1-1.7.2s-.8.2-1%20.2l-.6.3c-.2.1-.3.1-.5.1s-.4-.1-.4-.3c-.1-.3-.2-.5-.2-.7%200-.2%200-.3.2-.4.2-.2.4-.8.4-1.9v-.7-1-1.3-1.4-1.3-1.2c0-.4%200-.6-.1-.9%200-.2-.1-.4-.1-.5-.2-.3-.4-.5-.4-.7%200-.2.1-.3.2-.3h.3c.2%200%20.3.1.6.2.2.1.4.2.6.4.2.2.4.4.6.8%200%20.1.1.2.1.4v1.9c0%20.5%200%20.9-.1%201.4%200%20.5-.1%201-.1%201.5s-.1.9-.1%201.4c0%20.4%200%20.8-.1%201.1v.7c0%20.3.1.4.2.5.1.1.3.1.5.1H164.1c.3%200%20.6%200%20.8-.1.2%200%20.5-.1.7-.1.2%200%20.3-.1.3-.1%200-.1.1-.2.1-.4s0-.5.1-.9v-1-1.8c0-.4%200-.8-.1-1.2%200-.4-.1-.8-.1-1.1%200-.4-.1-.7-.1-.9%200-.3-.1-.5-.1-.6%200-.1-.1-.2-.1-.4-.1-.2-.1-.3-.1-.4%200-.1%200-.1.1-.2%200-.1.1-.1.3-.1.1%200%20.2%200%20.4.1.2%200%20.4.1.6.2.5.2.8.4%201%20.7.2.3.3.5.3.8%200%20.2%200%20.4-.1.5-.1.1-.1.3-.1.6s-.1.6-.1%201-.1.8-.1%201.3%200%20.9-.1%201.3v2.3c0%20.1.1.1.1.2%200%200%20.1%200%20.2.1H172.1s.1-.2.1-.6v-1.4-1.2-1.3-1.3-1.1-.8-.4c0-.2-.1-.3-.2-.5s-.1-.3-.2-.5c-.1-.1-.1-.3-.2-.4%200-.1-.1-.2%200-.3.1-.2.2-.3.4-.3s.4.1.6.2c.3.1.6.3%201%20.5.3.2.5.3.6.5.1.1.2.2.2.4%200%20.1%200%20.3-.1.5s-.2.4-.3.7c-.1.2-.1.5-.1.9V186.4s0%20.1.1.1c.1-.1.1-.1.2-.1%200%200%20.1%200%20.2-.1.2%200%20.5%200%20.7.1.2.1.4.2.6.4.2.2.4.3.6.5.2.2.3.4.4.5v.4c-.1.1-.2.2-.4.3-.1%200-.2%200-.3.1-.1%200-.2.1-.4.1-.1%200-.3.1-.5.2s-.4.1-.6.3c-.1%200-.2.1-.3.2-.1.1-.2.1-.4.2-.1.1-.2.1-.3.2-.1.1-.2.1-.2.2-.1.1-.2.1-.3.1-.1%200-.2-.1-.2-.2s0-.2.1-.4c.2-.3.3-.5.4-.8.1-.3.2-.5.3-.7l.1-.2c-.1%200-.2%200-.3-.1-.1%200-.3-.1-.5-.1h-1.3zm15.9-.9c.1.1.2.1.3.2.1.1.2.2.2.3.1.1.1.2.2.3%200%20.1.1.2.1.3%200%20.2-.1.3-.4.3-.2%200-.3%200-.4-.1-.1%200-.2-.1-.4-.1-.1%200-.3-.1-.6-.1-.2%200-.6-.1-1.1-.1h-.7c-.3%200-.6.1-1%20.1s-.7.1-1.1.1c-.4.1-.7.1-.9.2-.1.1-.2.1-.2.2-.1%200-.2.1-.3.1-.1%200-.3%200-.4-.1-.1-.1-.2-.1-.3-.2-.2-.2-.3-.4-.3-.8%200-.2%200-.5.1-.9%200-.1.1-.3.1-.6s.1-.6.1-.9%200-.7.1-1.1v-1.2-1-1c0-.3%200-.6-.1-.8%200-.3-.1-.5-.1-.6-.1-.3-.1-.6-.2-.8-.1-.3-.2-.5-.4-.7-.2-.2-.2-.3-.2-.4%200-.1%200-.1.1-.1.1-.1.2-.1.4%200%20.2%200%20.4.1.6.1.2.1.5.1.7.2.2.1.5.1.6.1.4%200%20.7%200%201.1-.1.4%200%20.7-.1%201-.1.3%200%20.7-.1%201.1-.2.4-.1.7-.2%201.1-.2%200-.1.1-.1.1-.2s.1-.1.1-.1c.2%200%20.3%200%20.5.1s.4.2.5.3c.2.1.3.2.4.4.1.1.1.2%200%20.3-.1.1-.2.2-.3.2-.1.1-.2.1-.3.2-.1.1-.2.1-.3.2l-.4.4c-.2.3-.4.4-.6.6-.2.1-.3.2-.4.1-.1-.1-.1-.2%200-.4s.2-.5.3-.9c-.1%200-.3-.1-.4-.1h-1.3c-.3%200-.5.1-.8.1-.2.1-.5.1-.7.2-.2.1-.4.1-.5.2-.2.1-.4.2-.4.4-.1.1-.1.3-.1.6v1.2c0%20.3%200%20.5.1.8%200%20.2.1.5.1.7H182.5c.1%200%20.2%200%20.3-.1.3-.1.5-.1.7-.2s.4-.1.5-.2c.2-.1.3-.1.5-.1h.4c.1%200%20.3%200%20.5.1.2%200%20.3.1.5.1.1.1.3.1.3.2.1.1.1.2.1.3%200%20.1-.1.1-.3.2-.2.1-.4.1-.6.2-.2.1-.5.1-.9.2-.3%200-.6.1-.9.1-.4%200-.7%200-1%20.1-.3.1-.6.1-.8.1v2.2c0%20.7-.1%201.2-.1%201.6.1.1.2.1.4.1h.5c.2%200%20.4%200%20.7-.1.3%200%20.7-.1.9-.2.3-.1.5-.1.7-.1.2%200%20.4-.1.6-.1h.5c.2%200%20.4%200%20.6.1.4-.4.7-.3.9-.1zm12-10.1c.2%200%20.3%200%20.6.1l.6.3c.2.1.4.3.5.4.1.1.2.3.1.3%200%20.1-.1.2-.2.2-.1.1-.2.1-.3.1-.2.1-.3.2-.5.3-.2.1-.3.2-.5.4-.3.4-.6.6-.8.7-.2.1-.3.2-.4.1%200-.1%200-.2.1-.5.1-.2.2-.5.3-.8h-2.1c-.2%200-.4%200-.6.1s-.4.1-.7.1v8.8c-.1.3-.2.5-.4.6-.2.2-.3.3-.5.4-.2.1-.3.1-.4.1h-.3l-.3-.3-.5-.5c-.2-.2-.3-.4-.5-.6-.2-.2-.3-.4-.3-.5v-.1h.9c.2%200%20.2%200%20.4-.1.1%200%20.1-.1.2-.1.1-.1.1-.1.2-.3%200-.1.1-.3.1-.5s.1-.5.1-.8v-1-.9-2c0-.5%200-.8-.1-1%200-.2%200-.4-.1-.6%200-.2-.1-.3-.1-.5-.2%200-.5.1-.7.1-.3%200-.6%200-.8-.1-.3-.1-.4-.1-.6-.2-.2-.2-.4-.3-.4-.4v-.2h2.2c-.1-.2-.2-.5-.2-.7-.1-.2-.1-.3%200-.4h.4c.2.1.5.1.7.3.3.1.5.2.7.4.2.1.4.2.4.3.3%200%20.5-.1.8-.1.3%200%20.6-.1.8-.1.3%200%20.5-.1.7-.1.2%200%20.4-.1.5-.1h.3c.1%200%20.2%200%20.4-.1%200-.1.1-.2.1-.3.1-.2.2-.2.2-.2zm14.3.2c.2.1.3.3.5.4s.2.2.2.3c0%20.1.1.2.1.2%200%20.1%200%20.1-.1.2%200%20.1-.1.2-.1.4-.1.2-.1.4-.2.6-.1.2-.1.4-.1.7%200%20.2-.1.5-.1.7v2c0%20.5%200%201%20.1%201.5%200%20.2%200%20.4.1.7v1.6c0%20.3-.1.5-.1.8%200%20.2-.1.5-.2.7s-.2.4-.3.5c-.1.1-.2.1-.4.1s-.3%200-.5-.1-.3-.2-.4-.4c0-.1-.2-.2-.4-.3-.2-.1-.4-.1-.5-.1h-.7c-.1%200-.4.1-.7.1-.3%200-.7.1-1.1.2-.1%200-.2%200-.4.1-.2%200-.3.1-.5.1s-.4.1-.6.1c-.2%200-.4.1-.6.1l-.3.3c-.1%200-.2.1-.3.1h-.3c-.1%200-.1%200-.2-.1-.1%200-.2-.1-.3-.2-.1-.1-.1-.3-.1-.5s0-.4.1-.7c0-.2.1-.5.1-.8%200-.3.1-.7.1-1v-1.2-1.2-.8-.6-1c0-.4%200-.7-.1-1.1%200-.3-.1-.7-.2-.9-.1-.3-.2-.5-.4-.7l-.2-.2v-.2s0-.1.1-.2.2-.1.4%200c.1%200%20.2.1.4.1s.4.1.6.1c.2%200%20.4.1.7.1h1.4c.3%200%20.5%200%20.8-.1.3%200%20.5-.1.7-.1.2%200%20.4-.1.5-.1.1%200%20.3-.1.5-.1s.4-.1.6-.2c.2-.1.4-.1.5-.2.2-.1.3-.1.4-.1.1-.1.3-.1.5-.1s.4%200%20.6.1c-.1.1.1.3.4.4zm-1.4%206.8v-.7-.6-.6-.6-.2-.2-.6-.5-.8c0-.2-.1-.4-.2-.4-.2-.1-.5-.2-.8-.3-.3-.1-.7-.1-1.1-.1-.3%200-.6%200-.9.1-.3%200-.6.1-.9.1-.3.1-.6.1-.8.2l-.6.3c-.2.1-.3.2-.3.3%200%20.1-.1.3-.1.5v1.4c0%201.1%200%202%20.1%202.7V186.6h.5c.2%200%20.4-.1.8-.2s.7-.2%201-.3c.3-.1.5-.2.7-.2.2-.1.4-.1.6-.1.2%200%20.3-.1.4-.1.2%200%20.3%200%20.5.1.1%200%20.2.1.3.1.1%200%20.1.1.2.1l.1.1.1.1h.4c.1%200%20.1-.1.1-.3%200-.2%200-.4.1-.6v-.9c-.2-.4-.2-.8-.2-1.1zm-109.8%2015.5v-.6-.6c0-.2%200-.4-.1-.5-.1-.2-.2-.3-.5-.5-.2-.1-.4-.2-.6-.2-.2%200-.5-.1-.7-.1-.4%200-.8%200-1.2.1-.4.1-.7.1-.8.2-.2%200-.4.1-.6.2-.2.1-.4.3-.6.5-.2.2-.4.5-.5.8-.1.3-.2.7-.3%201.1v1.2c0%20.5%200%201%20.1%201.5.1.4.1.8.3%201.2.1.5.3%201%20.5%201.3.2.4.5.6.7.8.3.2.6.4.9.5.3.1.7.1%201%20.1.4%200%20.7%200%201.1-.1.4-.1.7-.2%201-.3.3-.1.6-.2.8-.3.2-.1.4-.2.5-.3h.4c.2%200%20.2.1.3.2%200%20.2-.1.3-.4.5-.1.1-.4.2-.7.4-.3.2-.7.3-1.1.5-.4.1-.9.3-1.3.4-.5.1-.9.2-1.4.2-.3%200-.6%200-.8-.1-.3-.1-.5-.2-.7-.3-.3-.2-.7-.6-1-1-.3-.5-.6-1-.8-1.7-.2-.6-.4-1.4-.6-2.2-.1-.8-.2-1.8-.2-2.9%200-.4.1-.8.2-1.2.1-.4.3-.7.6-1%20.3-.3.6-.6%201-.8.4-.2.8-.3%201.3-.4.6-.1%201.3-.1%202-.1s1.4.1%202.1.2c.6.1%201.2.3%201.6.6.3.2.5.4.5.6%200%20.1%200%20.2-.1.3l-.3.3c-.1.1-.2.2-.4.3s-.2.2-.3.4c0%20.1-.1.2-.1.4%200%20.1-.1.3-.1.4%200%20.1-.1.2-.1.3%200%20.1-.1.1-.1.1-.5-.1-.5-.2-.5-.4zm14.8-3.1c.2.1.3.3.5.4.1.1.2.2.2.3%200%20.1.1.2.1.2%200%20.1%200%20.1-.1.2%200%20.1-.1.2-.1.4-.1.2-.1.4-.2.6-.1.2-.1.4-.1.7%200%20.2-.1.5-.1.7v2c0%20.5%200%201%20.1%201.5%200%20.2%200%20.4.1.7v1.6c0%20.3-.1.5-.1.8%200%20.2-.1.5-.2.7-.1.2-.2.4-.3.5-.1.1-.2.1-.4.1s-.3%200-.5-.1-.3-.2-.4-.4c0-.1-.2-.2-.4-.3-.2-.1-.4-.1-.5-.1h-.7c-.1%200-.4.1-.7.1-.3%200-.7.1-1.1.2-.1%200-.2%200-.4.1-.2%200-.3.1-.5.1s-.4.1-.6.1c-.2%200-.4.1-.6.1l-.3.3c-.1%200-.2.1-.3.1h-.3c-.1%200-.1%200-.2-.1-.1%200-.2-.1-.3-.2-.1-.1-.1-.3-.1-.5s0-.4.1-.7c0-.2.1-.5.1-.8%200-.3.1-.7.1-1v-1.2-1.2-.8-.6-1c0-.4%200-.7-.1-1.1%200-.3-.1-.7-.2-.9-.1-.3-.2-.5-.4-.7l-.2-.2v-.2s0-.1.1-.2.2-.1.4%200c.1%200%20.2.1.4.1s.4.1.6.1c.2%200%20.4.1.7.1h1.4c.3%200%20.5%200%20.8-.1.3%200%20.5-.1.7-.1.2%200%20.4-.1.5-.1.1%200%20.3-.1.5-.1s.4-.1.6-.2c.2-.1.4-.1.5-.2.2-.1.3-.1.4-.1.1-.1.3-.1.5-.1s.4%200%20.6.1c-.1.1.2.2.4.4zm-1.3%206.7v-.7-.6-.6-.6-.2-.2-.6-.5-.8c0-.2-.1-.4-.2-.4-.2-.1-.5-.2-.8-.3-.3-.1-.7-.1-1.1-.1-.3%200-.6%200-.9.1-.3%200-.6.1-.9.1-.3.1-.6.1-.8.2l-.6.3c-.2.1-.3.2-.3.3%200%20.1-.1.3-.1.5v1.4c0%201.1%200%202%20.1%202.7V205.7h.5c.2%200%20.4-.1.8-.2s.7-.2%201-.3.5-.2.7-.2c.2-.1.4-.1.6-.1.2%200%20.3-.1.4-.1.2%200%20.3%200%20.5.1.1%200%20.2.1.3.1.1%200%20.1.1.2.1l.1.1.1.1h.4c.1%200%20.1-.1.1-.3%200-.2%200-.4.1-.6v-.9c-.2-.3-.2-.7-.2-1.1zm17.3%204.1c.2.1.3.1.4.2.1.1.1.1.1.2v.1h-1.8c-.3%200-.6%200-.8-.1-.3%200-.5-.1-.7-.2-.2-.1-.3-.1-.3-.2-.2-.3-.4-.8-.7-1.7-.3-.8-.7-1.8-1.1-2.9%200-.1-.1-.2-.2-.4s-.1-.3-.2-.5-.1-.4-.2-.6c-.1-.2-.1-.4-.2-.6-.2.6-.6%201.4-1%202.2-.4.8-.9%201.7-1.5%202.6-.6.9-1.2%201.7-1.9%202.5s-1.5%201.5-2.3%202c-.1.1-.2.1-.3.2h-.2c-.1%200-.1-.1-.1-.1%200-.1.1-.1.2-.3.4-.4.8-.8%201.2-1.3.4-.5.8-1%201.3-1.6.4-.6.8-1.2%201.2-1.9.4-.7.7-1.4%201-2.2.2-.7.5-1.3.6-2%20.2-.6.3-1.2.4-1.7.1-.5.2-.9.2-1.2%200-.3.1-.5.1-.6%200-.1%200-.1-.1-.2%200-.1-.1-.1-.1-.2s-.1-.2-.1-.2v-.2c0-.1.1-.1.3-.2.2%200%20.4-.1.6-.1.2%200%20.4%200%20.6.1.2%200%20.4.1.6.2.2.1.3.2.4.3%200%20.1.1.2%200%20.2%200%20.1-.1.1-.1.2-.1%200-.1.1-.1.1s0%20.1-.1.3c0%20.2-.1.3-.2.6-.1.2-.1.4-.2.7-.1.2-.1.5-.2.7.3.8.6%201.6%201%202.5.4.8.8%201.6%201.2%202.3.1.2.3.5.6.8.2.3.5.6.8.9.3.3.6.6.9.8.4.2.7.4%201%20.5zm14-3V204.4c0%20.2%200%20.3.1.4%200%20.1%200%20.3.1.4v.5c0%20.2%200%20.3-.1.5s-.1.3-.2.4c-.1.1-.2.2-.4.3-.1.1-.3.1-.4.1s-.2%200-.4-.1l-.3-.3c-.1-.1-.2-.3-.2-.5v-.6c0-.2.1-.6.1-1.1%200-.5.1-1.1.1-1.7v-.7-.9h-2.6c-.4%200-.8%200-1.2.1-.4.1-.9.1-1.4.2h-.9v4.5s0%20.1-.1.1%200%20.1-.1.1c-.1.2-.3.4-.4.5-.2.1-.3.2-.4.2-.1.1-.2.1-.3%200l-.1-.1-.5-.5c-.2-.2-.4-.5-.6-.7-.1-.1-.2-.3-.3-.4-.1-.1-.1-.2-.1-.2%200-.1.1-.1.3-.1.2%200%20.4%200%20.6.1.1%200%20.3%200%20.4-.1.1%200%20.1-.1.2-.2%200-.1.1-.2.1-.4v-.4-.7-.8-.9-1.2-1.1-.9-.5c0-.4%200-.7-.1-1-.1-.3-.2-.6-.3-.8-.1-.2-.2-.4-.3-.5-.1-.1-.1-.2-.1-.3h.2c.1%200%20.3%200%20.5.1.2%200%20.4.1.6.1.2.1.4.1.6.2.2.1.3.1.4.2.1.1.2.1.2.2v.3c0%20.1-.1.2-.1.3%200%20.1-.1.3-.1.4v3.5h.8c.2%200%20.4%200%20.6-.1.2%200%20.4-.1.7-.1.2%200%20.4-.1.6-.1.2%200%20.3-.1.5-.1l.7-.1c.3%200%20.5-.1.7-.1h1c.1%200%20.3%200%20.5.1v-1-.5-.5.1c0-.4-.1-.7-.2-1-.1-.3-.1-.5-.2-.7-.1-.2-.1-.3-.1-.4v-.3c.1-.2.2-.3.4-.3.1%200%20.3%200%20.4.1s.3.1.4.2c.3.2.6.4.7.6.2.3.3.5.3.8%200%20.2%200%20.3-.1.4v.2c0%20.1-.1.3%200%20.5v5c-.2.2-.2.3-.2.4zm16.9%203.6c.1.1%200%20.2%200%20.4-.1.1-.2.2-.4.3h-.2c-.1%200-.1%200-.2.1-.1%200-.2.1-.3.1-.1%200-.3.1-.6.2-.2.1-.3.1-.4.2-.1%200-.2.1-.3.1-.1%200-.1.1-.2.1s-.1.1-.2.1c-.1.1-.2.2-.3.2-.1.1-.2.1-.3.2-.1.1-.1.1-.2.1h-.2s-.1-.1-.1-.2%200-.2.1-.4l.9-1.8c-.1%200-.3-.1-.5-.1s-.4-.1-.7-.1h-.9c-.4%200-.8.1-1.2.1-.4%200-.9.1-1.3.2-.5.1-.9.1-1.3.2s-.8.2-1.1.2c-.3.1-.5.2-.7.2l-.6.3c-.2%200-.3.1-.4.1-.2%200-.3-.1-.3-.2-.1-.1-.1-.2-.2-.4-.1-.3-.2-.5-.2-.8%200-.2.1-.4.2-.5.1-.1.2-.3.4-.6.1-.3.2-.7.2-1.2V202v-2.2-1.2c0-.4-.1-.7-.1-1%200-.3-.1-.6-.2-.8-.1-.2-.1-.4-.2-.4-.2-.3-.4-.5-.4-.7%200-.2.1-.3.2-.3h.4c.2%200%20.4%200%20.6.1.2.1.4.2.6.4.2.2.4.4.5.8.1.2.1.4.1.7V204.9c0%20.4.1.6.3.7.2.1.5.2.9.2h.7c.2%200%20.5%200%20.8-.1l3-.2c0-.1.1-.2.1-.4s0-.4.1-.7v-.8-.9-1.1-1-.8-.4-1.5-.8c0-.2-.1-.3-.2-.5s-.1-.3-.2-.5c-.1-.1-.1-.3-.2-.4%200-.1-.1-.2%200-.3.1-.2.2-.3.4-.3s.4.1.6.2c.3.1.6.3%201%20.5.3.2.5.3.7.5.1.1.2.2.2.4s0%20.3-.1.5-.2.4-.3.7c-.1.2-.1.4-.1.7%200%20.3-.1.6-.1.9V205.5h.2c.1-.1.2-.1.4-.2.2%200%20.4%200%20.6.1.2.1.4.2.6.4.2.2.4.3.6.5s0%20.7%200%20.8zm14.3-.6c.2.1.3.1.4.2.1.1.1.1.1.2v.1h-2.2c-.3%200-.5%200-.8-.1s-.4-.1-.6-.1c-.2-.1-.3-.1-.4-.2l-.4-.4c-.1-.1-.3-.3-.4-.5-.1-.2-.3-.5-.5-.8-.2-.3-.4-.8-.6-1.3h-1.5c-.3%200-.5%200-.8.1-.2%200-.5.1-.7.1-.4.6-.8%201.1-1.3%201.7-.5.5-1.2%201.1-2.1%201.5-.1.1-.2.1-.3.1h-.2c-.1%200-.1-.1-.1-.1%200-.1.1-.1.2-.2.6-.5%201.1-1%201.5-1.5.4-.5.7-1%20.9-1.4-.2%200-.3%200-.3.1%200%200-.1%200-.2.1-.3.1-.5.1-.6.1h-.4c-.1%200-.2%200-.4-.1-.1%200-.2-.1-.3-.1-.1-.1-.2-.1-.2-.2-.1-.1-.1-.1%200-.2%200-.1.2-.2.4-.3.2-.1.6-.2%201.1-.2h.5c.2%200%20.4%200%20.8-.1.4-.9.7-1.8%201-2.6.2-.8.4-1.4.6-2%20.1-.6.2-1%20.2-1.3v-.6c0-.1%200-.1-.1-.2%200-.1-.1-.1-.1-.2s-.1-.2-.1-.2v-.2c0-.1.1-.1.3-.2.2%200%20.4-.1.6-.1.2%200%20.4%200%20.6.1.2%200%20.4.1.6.2.2.1.3.2.4.3.1.1.1.2%200%20.2%200%20.1-.1.1-.1.2-.1%200-.1.1-.1.1s0%20.1-.1.3c0%20.1-.1.3-.2.5s-.1.4-.2.7c-.1.2-.1.4-.2.6.1.2.2.5.3.9.1.3.3.7.4%201.1.1.4.3.7.5%201.1.2.3.3.6.4.9.2%200%20.3%200%20.5-.1.2%200%20.4-.1.6-.1.2%200%20.4-.1.6-.1.2%200%20.3-.1.4-.1.1-.1.3-.1.4%200%20.1%200%20.3.1.4.1.1.1.2.1.4.2.1.1.2.2.3.2.1.1.1.2.2.2v.3c-.1.1-.2.1-.3.2-.2%200-.4.1-.7.1H174.4c.1.1.1.2.2.3.1.1.1.2.2.2.1.1.1.2.2.2.1.1.1.2.2.2.2.3.5.5.7.8.2.2.5.4.7.5.2.2.5.3.8.4l1.2.4zm-7.7-3.6h.5c.2%200%20.4%200%20.6-.1s.4%200%20.6-.1c.2%200%20.4-.1.6-.1-.1-.1-.1-.3-.2-.6s-.2-.5-.3-.8l-.3-.9c-.1-.3-.1-.5-.2-.6%200%20.1-.1.3-.2.5s-.2.5-.4.8c-.1.3-.3.6-.4.9-.1.4-.2.7-.3%201z%22%20fill%3D%22%231d1d1b%22%2F%3E%3Cpath%20d%3D%22M50.8%20125.5c0%208.9.1%209.9.1%2018.7l-.1%2013.5c0%202-.6%202.6-1.5%202.6-1.2%200-2.2-.2-3.4-.2-2.5%200-5.1.5-5.1-1.2%200-2.9.2-6%20.1-7.3V143c0-2.8.1-4.9.1-12.2-4.5%2010.5-9.1%2021.4-9.5%2022-1%202.1-3%207.5-4.3%207.5h-3.7c-2.5%200-3.1-.2-3.1-.9%200-2.9.1-6.2.1-7.6v-7.9c0-1.5.1-2.9.1-4.4%200-1.9-.1-4.1-.1-6.6V107c0-.7%202.8-.9%204.8-.9%201.3-.1%203.4.1%204.2.5.5.2.7%201%20.7%201.9v4.6l-.1%2012.3c0%202%20.1%203.6.1%209.2%204.1-10%2010.2-25%2011.6-27.2.3-.5.9-1%201.8-1%201.3-.1%205.4-.2%206.1.2.5.3.7%201%20.7%201.9v12.3c.3.4.4%202.9.4%204.7zm43-7.8c0-1.8-.1-4.3-.1-5.3v-3.9c0-.9-.2-1.8-.7-1.9-.7-.2-4.4-.3-5.8-.3-1.4%200-1.9.7-2.8%202.9-3.1%208-10%2024.1-10.7%2024.1-.7%200-7.6-16.7-10.7-24.8-.5-1.5-1.1-2.1-2.5-2.1-6%200-6.5.4-6.5.9V133c0%202.5.1%204.7.1%206.6%200%201.5-.1%202.9-.1%204.4v7.9c0%201.3-.1%204.5-.1%207.3%200%201.6%202.5%201.2%205.1%201.2%201.1%200%202.2.2%203.4.2.9%200%201.2.1%201.4-1.2.1-1.3.1-13%20.1-14.9l-.2-9.5-.1-3.4L66%20137c2.1%204.8%204%208.6%206.1%2013.4.1.3.8.5%201.4.5.5%200%201.3.1%201.6-.5%202.2-4.8%204-7.9%206.2-12.6.9-1.9%201.9-3.9%202.8-5.9l-.1%202.9c0%206.2-.1%207.9-.1%209.1v7.9c0%201.3-.1%204.5-.1%207.3%200%201.6%202.5%201.2%205.1%201.2%201.1%200%202.2.2%203.4.2.9%200%201.2.1%201.4-1.2.1-1.3.1-8.1.1-10%200-1.9-.3-18.6-.3-20.5.1-1.8.3-9.4.3-11.1zm66.8%2031c-.8%200-3.4.2-4.6.2l-6.5.1c-1.3%200-2.5-.1-4-.1v-6.2c1.3-.1%202.7-.2%203.2-.2l6%20.1c2.6%200%204%20.2%204-.9%200-1.2-.1-1.9.1-3.5.1-1.7%200-1.9%200-3.2%200-1.8-.8-1.9-1.6-1.9l-4.2-.1c-.2%200-4.1%200-7.5-.1v-15c3.2-.1%207.1-.1%207.8-.1l3.6.1c2.6%200%204-.2%204-1.3%200-1.2%200-3.4.1-5.1.1-2%20.4-2.2.4-3.5%200-1.8-.8-1.9-1.6-1.9s-3.4.2-4.6.2c-1.4%200-2.7%200-3.7-.1-2.2%200-7.2-.2-11.1-.2-4.1%200-4.8.2-4.8%201.9v11.6l.1%2010.6-.1%2013.7-.1%2015.3c0%201.6%203%201.2%205.5%201.2l13.1-.1c.8%200%203.6.1%205.5.1%201.5%200%202.5-.2%202.5-1.9%200-.7-.4-1.3-.4-3%20.1-2%20.4-3.4.4-4.7.1-1.8-.8-2-1.5-2zm31.9-22.3c0%2011.9-7.1%2019-15.6%2019-.9%200-1.9-.1-2.8-.2%200%203.4%200%2012.8-.1%2014-.2%201.3-.5%201.2-1.4%201.2-1.2%200-2.2-.2-3.4-.2-2.5%200-5.1.5-5.1-1.2%200-2.9.1-6%20.1-7.3v-7.9c0-1.5.1-2.9.1-4.4%200-1.9-.1-4.1-.1-6.6v-25.9c0-.3.5-.5%201.2-.6%201-.2%202.8-.8%208.7-.8%208.9%200%2018.4%205.6%2018.4%2020.9zm-9.8%201.4c0-7.1-2.7-10.6-7.7-10.6-.3%200-.6%200-1%20.1V135c.9.2%201.8.2%202.5.2%203.5%200%206.2-1.6%206.2-7.4zm41.9-7.1v-12.3c0-.9-.2-1.6-.7-1.9-.7-.5-4.8-.3-6.1-.2-.9%200-1.5.5-1.8%201-1.4%202.2-7.5%2017.2-11.6%2027.2-.1-5.6-.1-7.2-.1-9.2l.1-12.3v-4.6c0-.9-.2-1.7-.7-1.9-.7-.4-2.8-.5-4.2-.5-2%200-4.8.2-4.8.9v25.9c0%202.5.1%204.7.1%206.6%200%201.5-.1%202.9-.1%204.4v7.9c0%201.3-.1%204.7-.1%207.6%200%20.7.5.9%203.1.9h3.7c1.3%200%203.3-5.4%204.3-7.5.4-.6%205-11.5%209.5-22-.1%207.3-.1%209.4-.1%2012.2v8.8c.1%201.3-.1%204.5-.1%207.3%200%201.6%202.5%201.2%205.1%201.2%201.1%200%202.2.2%203.4.2.9%200%201.5-.6%201.5-2.6l.1-13.5c0-8.9-.1-9.9-.1-18.7-.3-1.9-.4-4.4-.4-4.9zm30.1%2038.4c0%201.6-2.5%201.2-5.1%201.2-1.1%200-2.2.2-3.4.2-.9%200-1.2.1-1.4-1.2-.1-1.3-.1-12.3-.1-14.7-.1.1-.4.1-.5.1-1.8%203.5-3.1%206.2-3.4%206.8-.4.8-2.7%206.1-3.1%206.9-1.3%202.3-1.9%202.9-3%202.9-1%200-2.7-.8-4.9-1.6-1.7-.6-2.1-.8-3.1-1.5-.8-.5-1.1-1-1.1-1.5%200-.4.1-.7.3-.9.4-.8%204.2-5.4%204.8-6.4.3-.5%202.2-3.4%204.1-6.4-4.8-2.8-8.1-8.5-8.1-16.7%200-12.3%207.7-20.6%2018-20.6%206%200%207.8.6%208.7.8.7.2%201.2.3%201.2.6V133c0%202.5-.1%204.7-.1%206.6%200%201.5.1%202.9.1%204.4v7.9c0%201.2.1%204.3.1%207.2zm-9.9-41.8c-.8-.1-1.6-.2-2.5-.2-3.2%200-5.9%203.2-5.9%2010.3%200%205.8%202.7%208.6%205.9%208.6.8%200%201.6-.1%202.5-.2v-18.5zM132%2098.3c0%20.5.1%2020.2.1%2021.9v17.1l.1%208.1c0%201.8%200%2012.9-.2%2014.1-.2%201.2-.5%201.2-1.4%201.2-1.2%200-2.2-.1-3.4-.1-2.5%200-5.1.4-5.1-1.1%200-2.7.2-5.7.2-7V98.3H107v22l-.1%2039.2c-.2%201.2-.5%201.2-1.4%201.2-1.2%200-2.2-.1-3.4-.1-2.5%200-5.1.4-5.1-1.1%200-2.7.1-5.7.1-7V145c0-1.4.1-2.8.1-4.2%200-1.8-.1-3.9-.1-6.2V98.3h-7.6c-.5%200-.7-2.5-.7-4.4v-4.6h3.6l2.6-.9v-3.2h-1.8v-1.6c-2-.1-4-.3-5.9-.5L87%2080l-3.3-.4-.3-1.7s-1-.1-2.3-.3l-2.3-2.3c-1.1-.2-2-.3-2.7-.4-.1%200-.1-.1-.2-.1l-1.2-1.6c-.1-.2%200-.5.3-.4%205.1.9%2038.4%206.4%2078.8%200%20.2%200%20.4.2.3.4l-1.1%201.6c0%20.1-.1.1-.2.1-2.1.3-4.1.6-6.1.9%202.8-.4%204.5-.6%204.5-.6l-2.6%202.6c-1.8.3-3.6.5-5.3.7h.1l3.3-.4-.3%201.7-3.2.4-.4%203.2s-2.9.2-7.5.4v1.6h-1.8v3.2l2.8.9h3.1c.9.2.9.5.9%201.3%200%201.1-.1%202.1-.1%203.1%200%202.3.3%204.7-.8%204.7-2%200-4.2-.1-5.2-.1H132zm-21.8-9h.9v-5.1c-3.2%200-6.5-.1-9.7-.2v1.3h-1.8v3.2l2.6.9%208-.1zm16.1%200l2.7-.9v-3.2h-1.8v-1.3c-2.8.1-5.9.2-9.2.2v5.2h8.3zm95.5%206h2.6v6.9h2.2v-6.9h2.5v-1.6h-7.3v1.6zm15.5-1.6l-1.9%205.7-1.9-5.6v-.1h-3v8.5h2v-5.7l2%205.7v.1h1.7l1.9-5.7v5.7h2v-8.5h-2.8z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E%0D%0A");
  width: 160px;
  height: 130px;
}
@media (max-width: 767px) {
  .logo {
    background-size: contain;
  }
}
.row_stretch {
  display: flex;
  justify-content: space-between;
}
.row_stretch .left_plate,
.row_stretch .right_plate {
  display: flex;
}
main {
  min-height: calc(100vh - 570px);
}
#app.page_index main {
  min-height: calc(100vh - 720px);
}
@media (max-width: 1023px) {
  main {
    min-height: calc(100vh - 530px);
  }
  #app.page_index main {
    min-height: calc(100vh - 680px);
  }
}
.products_paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.pagination {
  display: flex;
}
.pagination .page-item .page-link {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  background: #97f44c;
  min-width: 32px;
  text-align: center;
  line-height: 22px;
}
.pagination .page-item .page-link:hover {
  background: #64ce0e;
  color: #fff;
}
.pagination .page-item + .page-item {
  margin-left: 5px;
}
.pagination .page-item.dotted {
  display: block;
  background: transparent;
}
.pagination .page-item.active .page-link {
  background: #fe9522;
  color: #fff;
  cursor: default;
}
.hidden {
  display: none;
}
.btn_cart .icon {
  overflow: initial;
}
.btn_cart .icon span {
  position: absolute;
  background: #fff;
  display: block;
  padding: 2px 4px;
  top: 10px;
  left: 15px;
  color: #000;
  line-height: 14px;
  font-size: 12px;
  border-radius: 15px;
  font-weight: 500;
}
.count_block_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.count_block_container span {
  font-size: 16px;
  color: #656565;
  width: 75px;
  text-align: left;
}
.count_block {
  display: flex;
}
.count_block .btn {
  border-radius: 0;
  font-size: 40px;
  line-height: 18px;
  padding: 8px 0;
  width: 36px;
}
.count_block .product_count {
  padding: 0 15px;
  background: #fff;
  line-height: 36px;
  margin: 0 5px;
  min-width: 40px;
  text-align: center;
}
.map_costs_legend span {
  border-radius: 20px;
  color: #fff;
  padding: 7px 12px;
  display: inline-block;
  margin-bottom: 15px;
}
.map_costs_legend span + span {
  margin-left: 5px;
}
.map {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .map {
    height: 50vh;
  }
}
.short_form {
  width: 450px;
  margin: auto;
}
@media (max-width: 767px) {
  .short_form {
    width: 100%;
  }
}
.alert {
  padding: 15px 60px 15px 15px;
  position: relative;
  margin-bottom: 15px;
}
.alert.alert-no-margin {
  margin-bottom: 0;
}
.alert-success {
  background: #6dc724;
  color: #fff;
}
.alert-danger {
  background: #F44336;
  color: #fff;
}
.alert-light {
  background: #d0eeee;
  color: #112830;
}
.alert-warning {
  background: #e79c00;
  color: #fff;
}
.alert a.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 40px;
  line-height: 8px;
  width: 45px;
  height: 45px;
  bottom: 0;
  margin: auto;
}
.row-for-half {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.row-for-half .col-half {
  max-width: 450px;
  width: 100%;
  padding: 0 15px 15px;
}
ul.dotted,
ol.numered {
  padding: 10px 0 10px 20px;
}
ul.dotted > li,
ol.numered > li {
  position: relative;
}
ul.dotted > li:before,
ol.numered > li:before {
  content: '';
  width: 12px;
  height: 12px;
  left: -16px;
  background: #ff8400;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
ol.numered {
  counter-reset: is_counter;
}
ol.numered > li:before {
  content: counter(is_counter);
  counter-increment: is_counter;
}
ul.dotted > li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
.content_table {
  width: 100%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.content_table thead {
  background: #eee;
}
.content_table th,
.content_table td {
  font-size: 16px;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.content_table th span,
.content_table td span {
  display: none;
}
.content_table th {
  background: #eee;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .content_table {
    display: flex;
    flex-direction: column;
  }
  .content_table thead {
    display: none;
  }
  .content_table tbody {
    display: flex;
    flex-direction: column;
  }
  .content_table tr {
    display: flex;
    flex-direction: column;
  }
  .content_table tr td span {
    display: inline-block;
    padding-right: 5px ;
  }
}
.footer_s_description h2 {
  text-align: left;
}
.footer_s_description.orange-border {
  margin: 0 auto 40px;
  background-color: #ff7043;
  border-radius: 50px;
  padding: 30px 50px;
  color: #fff;
}
.footer_s_description.orange-border p {
  color: #fff !important;
}
@media (max-width: 767px) {
  .footer_s_description.orange-border {
    border-radius: 20px;
    padding: 21px 20px;
  }
}
.footer_s_description a {
  text-decoration: underline;
}
.footer_s_description a:hover {
  text-decoration: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
footer {
  /*height: 300px;*/
  height: auto;
  background: #000000;
  color: #fff;
  padding: 30px;
}
footer .wrapper-width {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
footer .logo_container {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .categories_container {
  width: 260px;
  display: flex;
  align-items: center;
  /*flex-direction: column;*/
  height: auto !important;
  flex-wrap: wrap;
  font-size: 16px;
  color: #959595;
}
footer .categories_container a {
  display: inline-block;
  padding: 8px 10px;
  line-height: 32px;
  width: 33%;
  font-weight: 500;
}
footer .categories_container a:hover {
  background: #ff8400;
  color: #ffffff;
}
footer .connect_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .connect_container .icon-phones {
  left: -40px;
}
@media (max-width: 767px) {
  footer .connect_container .icon-phones {
    left: -40px;
  }
}
@media (max-width: 767px) {
  footer .connect_container .phone_column_phone {
    display: flex;
    flex-direction: column;
  }
}
footer .connect_container .s_link {
  display: flex;
  padding-top: 20px;
}
footer .connect_container .s_link .icon + .icon {
  margin-left: 6px;
}
footer .connect_container .s_link .icon:hover {
  background-position-x: -40px;
}
footer .logo_container,
footer .categories_container,
footer .connect_container {
  height: 200px;
}
footer .copyright_container,
footer .developer_container {
  min-width: 35%;
  width: 325px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
}
footer .developer_container img {
  width: 120px;
}
footer .licenses_container {
  width: 260px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .licenses_container a {
  color: #97f44c;
  text-decoration: underline;
}
footer .licenses_container a:hover {
  text-decoration: none;
}
footer .apps_container {
  width: 375px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
footer .apps_container .app_app_store {
  margin-left: 25px;
}
footer .la_container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  footer .copyright_container {
    order: 6;
    width: 100%;
    justify-content: center;
    padding-top: 25px;
  }
  footer .developer_container {
    order: 7;
    width: 100%;
    justify-content: center;
    padding-top: 5px;
  }
  footer .connect_container {
    order: 5;
  }
  footer .la_container {
    order: 4;
    flex-direction: column;
    justify-content: flex-start;
  }
  footer .licenses_container {
    order: 2;
    width: 225px;
    margin-top: 25px;
  }
  footer .apps_container {
    order: 1;
    width: 225px;
    align-items: flex-start;
    flex-direction: column;
  }
  footer .apps_container .app_app_store {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1600px) {
  footer .categories_container {
    margin-left: 50px;
    font-size: 18px;
    padding-left: 50px;
  }
  footer .categories_container a {
    padding: 6px 14px;
  }
  footer .la_container {
    margin-left: 100px;
  }
  footer .categories_container {
    width: 360px;
  }
}
@media (max-width: 1023px) {
  footer {
    height: 260px;
  }
  footer .categories_container {
    display: none;
  }
  footer .logo_container {
    width: 150px;
  }
  footer .la_container {
    order: 4;
    flex-direction: column;
    justify-content: flex-start;
  }
  footer .apps_container,
  footer .licenses_container {
    width: 325px;
    padding-left: 50px;
  }
  footer .apps_container {
    justify-content: flex-start;
    order: 1;
  }
  footer .licenses_container {
    order: 2;
    padding-top: 20px;
  }
  footer .connect_container {
    order: 5;
  }
  footer .copyright_container {
    order: 6;
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }
  footer .developer_container {
    order: 7;
    width: 100%;
    justify-content: center;
    padding-top: 5px;
  }
  footer .logo_container,
  footer .categories_container,
  footer .connect_container {
    height: auto;
  }
}
@media (max-width: 767px) {
  footer {
    height: auto;
  }
  footer .logo_container {
    display: none;
  }
  footer .connect_container {
    order: 1;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }
  footer .la_container {
    width: 100%;
    align-items: center;
  }
  footer .apps_container,
  footer .licenses_container {
    width: 100%;
    padding-left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 372px) {
  footer .apps_container a {
    width: 100%;
    text-align: center;
  }
  footer .apps_container .app_app_store {
    margin-left: 0;
    margin-top: 15px;
  }
}
.simplebar-vertical {
  top: -4px !important;
  right: -15px !important;
  pointer-events: auto !important;
}
.simplebar-vertical .simplebar-scrollbar:before {
  opacity: 1 !important;
  cursor: pointer !important;
  background-color: #C5C5C5 !important;
}
.contact-phone {
  padding: 5px 10px;
  font-size: 17px;
  display: inline-block;
}
.contact-phone[href="tel:+73833990101"],
.contact-phone[href="tel:+73854555105"] {
  font-size: 17px !important;
}
.contact-phone[href="tel:+73833990101"] span,
.contact-phone[href="tel:+73854555105"] span {
  font-size: 17px !important;
}
.type_view_catalog {
  padding-bottom: 25px;
  text-align: right;
}
@media (max-width: 1023px) {
  .type_view_catalog {
    display: none;
  }
}
.type_view_catalog_items {
  display: flex;
  justify-content: flex-end;
}
.type_view_catalog__item {
  display: flex;
  align-items: center;
  margin-left: 15px;
  padding: 7px 10px 10px 10px;
}
.type_view_catalog__item.active {
  background: #97f44c;
}
.premium .type_view_catalog__item.active {
  background-color: #ddd;
  color: #222;
}
.premium .type_view_catalog__item.active .icon-list {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20opacity%3D%22.87%22%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0V0z%22%2F%3E%3Cpath%20d%3D%22M4%2014h2c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm0%205h2c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zM4%209h2c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm5%205h10c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm0%205h10c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zM8%206v2c0%20.55.45%201%201%201h10c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201z%22%2F%3E%3C%2Fsvg%3E");
}
.premium .type_view_catalog__item.active .icon-square {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0V0z%22%2F%3E%3Cpath%20d%3D%22M5%2011h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H5c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm0%207h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1H5c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm6%200h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm6%200h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm-6-7h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm5-5v4c0%20.55.45%201%201%201h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201z%22%2F%3E%3C%2Fsvg%3E");
}
.type_view_catalog__item .icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 7px;
}
.type_view_catalog__item .icon-list {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20opacity%3D%22.87%22%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0V0z%22%2F%3E%3Cpath%20d%3D%22M4%2014h2c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm0%205h2c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zM4%209h2c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm5%205h10c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm0%205h10c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zM8%206v2c0%20.55.45%201%201%201h10c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201z%22%2F%3E%3C%2Fsvg%3E");
}
.premium .type_view_catalog__item .icon-list {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20shape-rendering%3D%22geometricPrecision%22%20text-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3Cpath%20d%3D%22M4%2014h2c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm0%205h2c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zM4%209h2c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H4c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm5%205h10c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zm0%205h10c.55%200%201-.45%201-1v-2c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201zM8%206v2c0%20.55.45%201%201%201h10c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H9c-.55%200-1%20.45-1%201z%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
}
.type_view_catalog__item .icon-square {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0V0z%22%2F%3E%3Cpath%20d%3D%22M5%2011h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H5c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm0%207h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1H5c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm6%200h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm6%200h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm-6-7h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm5-5v4c0%20.55.45%201%201%201h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201z%22%2F%3E%3C%2Fsvg%3E");
}
.premium .type_view_catalog__item .icon-square {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20shape-rendering%3D%22geometricPrecision%22%20text-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3Cpath%20d%3D%22M5%2011h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1H5c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm0%207h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1H5c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm6%200h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm6%200h3c.55%200%201-.45%201-1v-4c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm-6-7h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201v4c0%20.55.45%201%201%201zm5-5v4c0%20.55.45%201%201%201h3c.55%200%201-.45%201-1V6c0-.55-.45-1-1-1h-3c-.55%200-1%20.45-1%201z%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
}
.see_all_wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.custom-h2 a {
  font-size: 24px;
}
.popup_custom {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}
.popup_custom_error {
  color: red;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
}
.popup_custom_succ {
  color: #97f44c;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
}
.popup_custom_body {
  width: 100%;
  max-width: 500px;
  padding: 45px 15px 25px;
  background: #fff;
  position: relative;
}
.popup_custom_body_full {
  max-width: 90%;
}
.popup_custom .close_popup_custom {
  width: 40px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 0;
}
.popup_custom .close_popup_custom.fix {
  top: -40px;
}
@media (max-width: 1023px) {
  .popup_custom .close_popup_custom.fix {
    top: -40px;
  }
}
.popup_custom .a-full {
  /*width: 100%;*/
  text-align: center;
  position: relative;
}
.popup_custom__head_img {
  background-size: cover;
  background-position: center;
}
.popup_custom__head_h {
  padding: 10px 0;
}
.loading {
  position: relative;
}
.loading:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.0%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cg%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%2397f44c%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23baf888%22%20fill-opacity%3D%22.67%22%20transform%3D%22rotate(45%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23d3fab4%22%20fill-opacity%3D%22.42%22%20transform%3D%22rotate(90%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23eafddb%22%20fill-opacity%3D%22.2%22%20transform%3D%22rotate(135%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23f3feea%22%20fill-opacity%3D%22.12%22%20transform%3D%22rotate(180%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23f3feea%22%20fill-opacity%3D%22.12%22%20transform%3D%22rotate(225%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23f3feea%22%20fill-opacity%3D%22.12%22%20transform%3D%22rotate(270%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23f3feea%22%20fill-opacity%3D%22.12%22%20transform%3D%22rotate(315%2064%2064)%22%2F%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20values%3D%220%2064%2064%3B315%2064%2064%3B270%2064%2064%3B225%2064%2064%3B180%2064%2064%3B135%2064%2064%3B90%2064%2064%3B45%2064%2064%22%20calcMode%3D%22discrete%22%20dur%3D%22720ms%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transform: translate(-50%, -50%);
  z-index: 5;
}
.loading:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.61);
  z-index: 4;
}
.add-loading {
  position: relative;
}
.add-loading:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.0%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%20128%20128%22%3E%3Cg%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%2397f44c%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23baf888%22%20fill-opacity%3D%22.67%22%20transform%3D%22rotate(45%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23d3fab4%22%20fill-opacity%3D%22.42%22%20transform%3D%22rotate(90%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23eafddb%22%20fill-opacity%3D%22.2%22%20transform%3D%22rotate(135%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23f3feea%22%20fill-opacity%3D%22.12%22%20transform%3D%22rotate(180%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23f3feea%22%20fill-opacity%3D%22.12%22%20transform%3D%22rotate(225%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23f3feea%22%20fill-opacity%3D%22.12%22%20transform%3D%22rotate(270%2064%2064)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2264%22%20r%3D%2216%22%20fill%3D%22%23f3feea%22%20fill-opacity%3D%22.12%22%20transform%3D%22rotate(315%2064%2064)%22%2F%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20values%3D%220%2064%2064%3B315%2064%2064%3B270%2064%2064%3B225%2064%2064%3B180%2064%2064%3B135%2064%2064%3B90%2064%2064%3B45%2064%2064%22%20calcMode%3D%22discrete%22%20dur%3D%22720ms%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  transform: translate(-50%, -200px);
  z-index: 5;
}
.load-more {
  margin: auto;
  text-align: center;
  background-color: #97f44c;
  width: 150px;
  padding: 10px 0;
  font-size: 16px;
  transition: 0.3s opacity;
}
.load-more:hover {
  opacity: 0.8;
}
.old-costil-cost .red-old {
  text-decoration: line-through;
  color: red;
}
.top-message.panda-active {
  width: calc(100% - 150px);
  margin-left: 150px;
}
@media (min-width: 1600px) {
  .top-message.panda-active {
    width: 1490px;
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .top-message.panda-active {
    width: 100%;
    margin-left: 0;
  }
}
.action-panda-wrap {
  position: fixed;
  height: 75vh;
  left: 3px;
  top: 96px;
  z-index: 8;
  overflow: hidden;
  width: 140px;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .action-panda-wrap {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .action-panda-wrap {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .action-panda-wrap {
    display: none;
  }
}
.action-panda-wrap:hover,
.action-panda-wrap.show {
  width: 300px;
}
.action-panda-wrap .panda {
  background-image: url("../images/design/panda/panda.png");
  position: absolute;
  left: 41px;
  width: 98px;
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 90px;
}
.action-panda-wrap .panda::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 67px;
  left: 10px;
  background-image: url(../images/design/panda/panda1.png);
  width: 70px;
  height: 30px;
  background-size: contain;
  z-index: 5;
  background-repeat: no-repeat;
}
.action-panda-wrap .panda::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 97px;
  left: 27px;
  background-image: url(../images/design/panda/panda2.png);
  width: 92px;
  height: 41px;
  background-size: contain;
  z-index: 5;
  background-repeat: no-repeat;
}
.action-panda-wrap .bambook {
  background-image: url("../images/design/panda/bamboo.png");
  height: 726px;
  width: 89px;
  background-size: cover;
  max-height: 100%;
  position: absolute;
  left: 55px;
  z-index: 5;
  bottom: 90px;
}
.action-panda-wrap .bambook .items {
  position: relative;
  top: -2163px;
}
.action-panda-wrap .bambook .items .item {
  position: relative;
  left: -23px;
  cursor: pointer;
  margin-bottom: 400px;
}
.action-panda-wrap .bambook .items .visible {
  background-image: url("../images/design/panda/present.png");
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  text-align: center;
  position: relative;
  font-weight: bold;
  pointer-events: all;
}
.action-panda-wrap .bambook .items .visible:hover + .toggle-info {
  display: inline-block !important;
}
.action-panda-wrap .bambook .items .toggle-info {
  display: none;
  position: absolute;
  left: calc(100% + 15px);
  top: 18px;
  text-align: center;
  background: #97f44c;
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 9px;
  width: 120px;
}
.action-panda-wrap .bambook .items .toggle-info a {
  font-weight: bold;
}
.action-panda-wrap .bambook .items .toggle-info a > div {
  font-weight: normal;
}
.action-panda-wrap .bambook .items .toggle-info.show,
.action-panda-wrap .bambook .items .toggle-info:hover {
  display: inline-block !important;
}
.action-panda-wrap .current-info {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid;
  padding: 3px 5px;
  width: 135px;
  border-radius: 10px;
  background: #97f44c;
  font-weight: bold;
  font-size: 13px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.action-panda-wrap .current-info > div {
  font-weight: normal;
}
.self_delivery {
  display: flex;
  align-items: self-end;
  flex-direction: column;
  width: 210px;
}
@media (max-width: 1023px) {
  .self_delivery {
    display: none;
  }
}
/*# sourceMappingURL=app.css.map */