

/* Start:/local/templates/teboil/css/changeAndBuy.css?1752059174314741*/
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/style.less ***!
  \*************************************************************************************************************************************/
body {
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #000000B2;
  font-style: normal;
  font-size: 14px;
}
body.overflow {
  overflow: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
span {
  display: inline-block;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.wrapper.this--no_overflow {
  overflow-x: visible;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1392px;
  padding: 0 36px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/css/normalize.less ***!
  \*********************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/pages/change-and-buy/change-and-buy.less ***!
  \*******************************************************************************************************************************************************************/
.change-and-buy {
  padding: 32px 0 112px;
}
@media (max-width: 1024px) {
  .change-and-buy {
    padding: 32px 0 64px;
  }
}
.change-and-buy__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  text-align: center;
}
@media (max-width: 1279px) {
  .change-and-buy__title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .change-and-buy__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.change-and-buy__top_buy_filter {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .change-and-buy__top_buy_filter {
    margin-top: 24px;
  }
}
.top_buy_filter {
  display: flex;
  align-items: center;
  padding: 24px 40px;
  border: 2px solid #F1F1F1;
}
@media (max-width: 1024px) {
  .top_buy_filter {
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
}
.top_buy_filter__select_city {
  width: 180px;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .top_buy_filter__select_city {
    width: 100%;
    padding: 0 16px;
    border: 2px solid #F1F1F1;
  }
}
.top_buy_filter__select_city select {
  width: 100%;
  height: 100%;
}
.top_buy_filter__select_city .SumoSelect {
  width: 100%;
  height: 48px;
  cursor: pointer;
}
.top_buy_filter__select_city .SumoSelect > .CaptionCont {
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  padding: 0 25px 0 0;
}
.top_buy_filter__select_city .SumoSelect > .CaptionCont .search-txt {
  height: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.6);
}
.top_buy_filter__select_city .SumoSelect > .CaptionCont span {
  padding-right: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}
.top_buy_filter__select_city .SumoSelect > .CaptionCont label {
  width: 16px;
}
.top_buy_filter__select_city .SumoSelect > .CaptionCont label i {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.33333 6.33333L11.6667 1' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.top_buy_filter__select_city .SumoSelect:focus > .CaptionCont,
.top_buy_filter__select_city .SumoSelect:hover > .CaptionCont,
.top_buy_filter__select_city .SumoSelect.open > .CaptionCont {
  border: none;
  box-shadow: none;
}
.top_buy_filter__select_city .SumoSelect.open label i {
  transform: rotate(180deg);
}
.top_buy_filter__select_city .SumoSelect > .optWrapper > .options li.opt.disabled {
  display: none;
}
.top_buy_filter__select_city .SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.6);
}
.top_buy_filter__select_city .SumoSelect.open > .optWrapper {
  top: 58px;
  left: -20px;
  width: 220px;
}
@media (max-width: 1024px) {
  .top_buy_filter__select_city .SumoSelect.open > .optWrapper {
    top: 48px;
    width: calc(100% + 36px);
    left: -18px;
  }
}
.top_buy_filter__select_city .SumoSelect > .optWrapper > .options {
  padding: 16px 0 16px;
  max-height: 232px;
}
.top_buy_filter__select_city .SumoSelect > .optWrapper > .options::-webkit-scrollbar {
  width: 6px;
}
.top_buy_filter__select_city .SumoSelect > .optWrapper > .options::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 15px;
}
.top_buy_filter__select_city .SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb {
  background: #004798;
  border-radius: 15px;
}
.top_buy_filter__select_city .SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 20px 6px;
  border-bottom: none;
}
.top_buy_filter__select_city .SumoSelect > .optWrapper > .options li.opt label {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}
.top_buy_filter__select_shops {
  margin: 0 28px;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .top_buy_filter__select_shops {
    width: 100%;
    margin: 8px 0 0;
    border: 2px solid #F1F1F1;
    padding: 0 16px;
  }
}
.top_buy_filter__select_shops select {
  width: 100%;
  height: 100%;
}
.top_buy_filter__select_shops .SumoSelect {
  width: 100%;
  height: 48px;
  cursor: pointer;
}
.top_buy_filter__select_shops .SumoSelect > .CaptionCont {
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 1px solid #C9CAC8;
  padding-left: 36px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9984 20.9999L16.6484 16.6499' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ") left center / 24px 24px no-repeat;
}
@media (max-width: 1024px) {
  .top_buy_filter__select_shops .SumoSelect > .CaptionCont {
    border-bottom: none;
  }
}
.top_buy_filter__select_shops .SumoSelect > .CaptionCont .search-txt {
  height: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.6);
}
.top_buy_filter__select_shops .SumoSelect > .CaptionCont span {
  padding-right: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.6);
}
.top_buy_filter__select_shops .SumoSelect > .CaptionCont label {
  display: none;
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options li.opt.disabled {
  display: none;
}
.top_buy_filter__select_shops .SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.6);
}
.top_buy_filter__select_shops .SumoSelect:focus > .CaptionCont,
.top_buy_filter__select_shops .SumoSelect:hover > .CaptionCont,
.top_buy_filter__select_shops .SumoSelect.open > .CaptionCont {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #C9CAC8;
}
@media (max-width: 1024px) {
  .top_buy_filter__select_shops .SumoSelect:focus > .CaptionCont,
  .top_buy_filter__select_shops .SumoSelect:hover > .CaptionCont,
  .top_buy_filter__select_shops .SumoSelect.open > .CaptionCont {
    border-bottom: none;
  }
}
.top_buy_filter__select_shops .SumoSelect.open > .optWrapper {
  top: 58px;
}
@media (max-width: 1024px) {
  .top_buy_filter__select_shops .SumoSelect.open > .optWrapper {
    top: 49px;
    width: calc(100% + 36px);
    left: -18px;
  }
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options {
  padding: 16px 0 16px;
  max-height: 232px;
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options::-webkit-scrollbar {
  width: 6px;
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 15px;
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb {
  background: #004798;
  border-radius: 15px;
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 10px 6px 14px;
  border-bottom: none;
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options li.opt label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options li.opt label strong {
  font-weight: 700;
  color: #4F4F4F;
}
.top_buy_filter__select_shops .SumoSelect > .optWrapper > .options li.opt label svg {
  flex: 0 0 auto;
  margin-right: 12px;
}
@media (max-width: 500px) {
  .top_buy_filter__select_shops .SumoSelect > .optWrapper > .options li.opt label svg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top_buy_filter__bottom {
    display: flex;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .top_buy_filter__bottom {
    width: 100%;
  }
}
.top_buy_filter__mob_filter_btn {
  display: none;
}
@media (max-width: 1024px) {
  .top_buy_filter__mob_filter_btn {
    display: flex;
    align-items: center;
    background: #004798;
    border: none;
    padding: 12px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 8px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .top_buy_filter__mob_filter_btn svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }
}
.top_buy_filter__tabs {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top_buy_filter__tabs {
    flex: 1 1 auto;
  }
}
.top_buy_filter__line {
  width: 2px;
  height: 24px;
  background: #C9CAC8;
  margin: 0 16px;
}
@media (max-width: 1024px) {
  .top_buy_filter__line {
    display: none;
  }
}
.top_buy_filter__tab {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  transition: color 0.2s;
}
@media (max-width: 1024px) {
  .top_buy_filter__tab {
    padding: 12px;
    line-height: 14px;
    background: #F3F3F3;
  }
}
@media (max-width: 768px) {
  .top_buy_filter__tab {
    flex: 1 1 auto;
    justify-content: center;
  }
}
.top_buy_filter__tab.active {
  color: #E7332B;
}
@media (max-width: 1024px) {
  .top_buy_filter__tab.active {
    display: none;
  }
}
.top_buy_filter__tab.active svg {
  margin-right: 12px;
}
.top_buy_filter__tab.active svg path {
  fill: #E7332B;
}
.top_buy_filter__tab svg {
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .top_buy_filter__tab svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
.top_buy_filter__tab svg path {
  transition: fill 0.2s;
}
@media (max-width: 1024px) {
  .top_buy_filter__tab_name.this--desktop {
    display: none;
  }
}
.top_buy_filter__tab_name.this--mob {
  display: none;
}
@media (max-width: 1024px) {
  .top_buy_filter__tab_name.this--mob {
    display: flex;
  }
}
.change-and-buy__body {
  margin-top: 66px;
  display: flex;
}
@media (max-width: 1024px) {
  .change-and-buy__body {
    display: block;
    margin-top: 48px;
  }
}
.change-and-buy__left_buy_filter {
  margin-right: 42px;
}
.left_buy_filter {
  width: 288px;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .left_buy_filter {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .left_buy_filter.open {
    opacity: 1;
    visibility: visible;
  }
  .left_buy_filter.open .catalog_filter__form {
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .left_buy_filter .catalog_filter__form {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: calc(100% - 16px);
    overflow-y: auto;
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 4px 4px 0 0;
    transform: translateY(110%);
    transition: transform 0.4s;
  }
  .left_buy_filter .catalog_filter__form::before {
    content: '';
    position: absolute;
    top: 4px;
    left: calc(50% - 45px);
    width: 90px;
    height: 4px;
    background: #C9CAC8;
    border-radius: 4px;
  }
}
.left_buy_filter .left_buy_filter__title_mob {
  display: none;
}
@media (max-width: 1024px) {
  .left_buy_filter .left_buy_filter__title_mob {
    display: block;
    color: #000000;
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
  }
  .left_buy_filter .left_buy_filter__title_mob::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -24px;
    width: 170px;
    height: 4px;
    background: #274080;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2px) 100%, 0% 100%);
  }
}
.left_buy_filter .left_buy_filter__close {
  display: none;
}
@media (max-width: 1024px) {
  .left_buy_filter .left_buy_filter__close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Cpath d='M26.2132 26.2132L5 5' stroke='black' stroke-width='2'/%3E%3Cpath d='M4.99993 26.2132L26.2131 5' stroke='black' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center / 100% 100% no-repeat;
  }
}
.left_buy_filter .catalog_filter__groups {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .left_buy_filter .catalog_filter__groups {
    margin-top: 44px;
  }
}
@media (max-width: 1024px) {
  .left_buy_filter .catalog_filter__group:nth-child(3) {
    order: 3;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .left_buy_filter .catalog_filter__group:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .left_buy_filter .catalog_filter__group:first-child {
    order: 1;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .left_buy_filter .catalog_filter__group:first-child {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .left_buy_filter .catalog_filter__group:nth-child(2) {
    order: 2;
    width: 35%;
  }
}
@media (max-width: 768px) {
  .left_buy_filter .catalog_filter__group:nth-child(2) {
    width: 100%;
  }
}
.left_buy_filter .catalog_filter__group_body_wrapper {
  padding-right: 10px;
  max-height: none;
  overflow-y: visible;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item label {
  padding-left: 52px;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item label::before,
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item label::after {
  display: none;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--buyOil label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M14.238 8.05617C14.1781 8.08238 14.092 8.14229 14.0508 8.18723C13.9721 8.27709 13.9684 8.32577 13.9459 9.26564L13.9347 9.80111L14.7023 9.8086L15.4737 9.81983V9.91344V10.0071L14.2567 10.0258C12.89 10.0482 12.9012 10.0445 12.7589 10.3253C12.6878 10.4639 12.684 10.5425 12.684 11.9579V13.4445L12.8076 13.4258C12.8712 13.4146 12.9461 13.4146 12.9723 13.422C13.021 13.4408 13.4666 13.995 13.6201 14.2271C13.6726 14.3057 13.725 14.3694 13.74 14.3694C13.7512 14.3694 13.8561 14.5117 13.9721 14.6877C14.0882 14.8637 14.2155 15.0359 14.2567 15.0734C14.2979 15.1071 14.3316 15.1483 14.3316 15.1632C14.3316 15.1969 14.7398 15.8298 14.8072 15.8972C14.8334 15.9234 14.9457 16.1106 15.0618 16.3165C15.1741 16.5187 15.2827 16.691 15.2977 16.6985C15.3127 16.706 15.4325 16.9269 15.5635 17.1965C15.6946 17.4624 15.8144 17.6908 15.8257 17.702C15.8743 17.7395 16.0503 18.2262 16.1514 18.5857C16.2825 19.065 16.2862 19.5443 16.1664 20.061C16.084 20.4093 15.8893 20.9036 15.8069 20.9784C15.7845 20.9972 15.6871 21.1357 15.5935 21.2818C15.4961 21.4278 15.3613 21.5925 15.2977 21.645C15.2303 21.6974 15.0992 21.8097 15.0094 21.8996C14.8034 22.0981 13.9983 22.5137 13.6576 22.5923C13.5228 22.626 13.2494 22.6597 13.051 22.671L12.684 22.6934V25.1423V27.5875L12.7776 27.7335C12.9611 28.0256 12.2571 27.9994 19.8285 27.9994C27.355 27.9994 26.8045 28.0181 26.9393 27.7597C27.018 27.6175 27.0142 27.4078 26.8907 23.8804C26.842 22.4688 26.7671 20.3044 26.7259 19.0688C26.6885 17.8331 26.636 16.7359 26.6173 16.6311C26.5986 16.5225 26.5462 16.354 26.4975 16.2566C26.4189 16.0769 26.3777 16.032 25.9021 15.6051C24.9061 14.7101 24.3032 14.1672 24.0336 13.9238C23.8576 13.7665 23.5955 13.5344 23.4532 13.4033C23.3072 13.276 23.0788 13.0701 22.944 12.9465C22.8092 12.8267 22.5658 12.6057 22.401 12.4597C22.0677 12.1601 21.7981 11.9167 21.3488 11.5161C20.9332 11.1379 20.4988 10.7485 20.203 10.4864C19.7649 10.0932 19.544 10.0258 18.6565 10.0258C17.9488 10.0258 17.8814 10.0071 17.7616 9.80111C17.6904 9.68503 17.6792 9.58767 17.6642 8.97357C17.6417 8.19846 17.6343 8.16476 17.3759 8.05617C17.2036 7.98128 14.4027 7.98128 14.238 8.05617ZM19.2594 11.6696C19.323 11.7071 19.6338 11.9804 19.9521 12.2762C20.2704 12.572 20.6973 12.9652 20.8995 13.1524C21.1017 13.3359 21.3301 13.5494 21.405 13.6205C21.4799 13.6916 21.727 13.9201 21.9517 14.126C22.1763 14.332 22.6219 14.7439 22.944 15.0397C23.2622 15.3355 23.6442 15.6875 23.7865 15.8185C24.4493 16.4326 24.7039 16.6985 24.7039 16.7809C24.7039 16.8745 24.5129 17.028 24.3893 17.028C24.2321 17.028 22.4572 16.7322 22.3636 16.691C22.3224 16.6723 21.9292 16.5974 21.4911 16.5225C20.7347 16.3952 20.3453 16.2903 20.2367 16.193C20.2142 16.1668 20.1056 16.0844 20.0008 16.0095C19.8959 15.9309 19.7686 15.8073 19.7162 15.7287C19.6675 15.65 19.5814 15.519 19.5252 15.4366C19.4578 15.3317 19.368 15.0434 19.2219 14.463C19.1096 14.0099 18.9336 13.2985 18.8288 12.8791C18.7239 12.4634 18.6378 12.0553 18.6378 11.9692C18.6378 11.6584 18.9748 11.4936 19.2594 11.6696Z' fill='%23004798'/%3E%3Cpath d='M12.699 14.3544C12.6204 14.448 12.5417 14.5491 12.523 14.5791C12.508 14.6053 12.332 14.845 12.1373 15.1071C11.9389 15.3692 11.7629 15.6201 11.7479 15.6613C11.7329 15.7062 11.6917 15.7624 11.658 15.7886C11.6243 15.8185 11.5045 15.987 11.3959 16.163C11.2873 16.339 11.145 16.5599 11.0814 16.6536C11.0177 16.7472 10.8941 16.9606 10.808 17.1216C10.7181 17.2864 10.6358 17.4287 10.617 17.4399C10.5796 17.4699 10.2763 18.1663 10.1939 18.4135C10.1565 18.5258 10.1115 18.6381 10.0928 18.6606C10.0179 18.7617 9.97299 19.3009 10.0179 19.6304C10.0404 19.8064 10.0741 19.9712 10.0891 19.9974C10.1041 20.0236 10.1602 20.1696 10.2164 20.3269C10.4598 21.0196 11.0664 21.6525 11.7292 21.8996C11.8527 21.9483 11.9613 21.997 11.9726 22.0119C12.01 22.0681 12.5792 22.158 12.8862 22.158C13.2045 22.158 13.7063 22.0831 13.8336 22.0119C13.871 21.9932 14.047 21.9071 14.223 21.8247C14.4027 21.7423 14.6237 21.6038 14.7098 21.5214C15.0468 21.2144 15.1292 21.1245 15.2228 20.9785C15.2752 20.8961 15.3389 20.8062 15.3688 20.78C15.5149 20.6302 15.7058 20.0573 15.747 19.6117C15.8144 18.9452 15.6834 18.4434 15.1928 17.5148C15.0243 17.1965 14.8521 16.882 14.8109 16.8221C14.7697 16.7584 14.6499 16.5712 14.545 16.4064C14.193 15.856 13.5378 14.9124 13.3618 14.7102C13.2981 14.6353 13.182 14.4892 13.1071 14.3806C13.0285 14.272 12.9386 14.1822 12.9049 14.1822C12.875 14.1822 12.7814 14.2608 12.699 14.3544Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--buyOil input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23004798'/%3E%3Cpath d='M14.238 8.05617C14.1781 8.08238 14.092 8.14229 14.0508 8.18723C13.9721 8.27709 13.9684 8.32577 13.9459 9.26564L13.9347 9.80111L14.7023 9.8086L15.4737 9.81983V9.91344V10.0071L14.2567 10.0258C12.89 10.0482 12.9012 10.0445 12.7589 10.3253C12.6878 10.4639 12.684 10.5425 12.684 11.9579V13.4445L12.8076 13.4258C12.8712 13.4146 12.9461 13.4146 12.9723 13.422C13.021 13.4408 13.4666 13.995 13.6201 14.2271C13.6726 14.3057 13.725 14.3694 13.74 14.3694C13.7512 14.3694 13.8561 14.5117 13.9721 14.6877C14.0882 14.8637 14.2155 15.0359 14.2567 15.0734C14.2979 15.1071 14.3316 15.1483 14.3316 15.1632C14.3316 15.1969 14.7398 15.8298 14.8072 15.8972C14.8334 15.9234 14.9457 16.1106 15.0618 16.3165C15.1741 16.5187 15.2827 16.691 15.2977 16.6985C15.3127 16.706 15.4325 16.9269 15.5635 17.1965C15.6946 17.4624 15.8144 17.6908 15.8257 17.702C15.8743 17.7395 16.0503 18.2262 16.1514 18.5857C16.2825 19.065 16.2862 19.5443 16.1664 20.061C16.084 20.4093 15.8893 20.9036 15.8069 20.9784C15.7845 20.9972 15.6871 21.1357 15.5935 21.2818C15.4961 21.4278 15.3613 21.5925 15.2977 21.645C15.2303 21.6974 15.0992 21.8097 15.0094 21.8996C14.8034 22.0981 13.9983 22.5137 13.6576 22.5923C13.5228 22.626 13.2494 22.6597 13.051 22.671L12.684 22.6934V25.1423V27.5875L12.7776 27.7335C12.9611 28.0256 12.2571 27.9994 19.8285 27.9994C27.355 27.9994 26.8045 28.0181 26.9393 27.7597C27.018 27.6175 27.0142 27.4078 26.8907 23.8804C26.842 22.4688 26.7671 20.3044 26.7259 19.0688C26.6885 17.8331 26.636 16.7359 26.6173 16.6311C26.5986 16.5225 26.5462 16.354 26.4975 16.2566C26.4189 16.0769 26.3777 16.032 25.9021 15.6051C24.9061 14.7101 24.3032 14.1672 24.0336 13.9238C23.8576 13.7665 23.5955 13.5344 23.4532 13.4033C23.3072 13.276 23.0788 13.0701 22.944 12.9465C22.8092 12.8267 22.5658 12.6057 22.401 12.4597C22.0677 12.1601 21.7981 11.9167 21.3488 11.5161C20.9332 11.1379 20.4988 10.7485 20.203 10.4864C19.7649 10.0932 19.544 10.0258 18.6565 10.0258C17.9488 10.0258 17.8814 10.0071 17.7616 9.80111C17.6904 9.68503 17.6792 9.58767 17.6642 8.97357C17.6417 8.19846 17.6343 8.16476 17.3759 8.05617C17.2036 7.98128 14.4027 7.98128 14.238 8.05617ZM19.2594 11.6696C19.323 11.7071 19.6338 11.9804 19.9521 12.2762C20.2704 12.572 20.6973 12.9652 20.8995 13.1524C21.1017 13.3359 21.3301 13.5494 21.405 13.6205C21.4799 13.6916 21.727 13.9201 21.9517 14.126C22.1763 14.332 22.6219 14.7439 22.944 15.0397C23.2622 15.3355 23.6442 15.6875 23.7865 15.8185C24.4493 16.4326 24.7039 16.6985 24.7039 16.7809C24.7039 16.8745 24.5129 17.028 24.3893 17.028C24.2321 17.028 22.4572 16.7322 22.3636 16.691C22.3224 16.6723 21.9292 16.5974 21.4911 16.5225C20.7347 16.3952 20.3453 16.2903 20.2367 16.193C20.2142 16.1668 20.1056 16.0844 20.0008 16.0095C19.8959 15.9309 19.7686 15.8073 19.7162 15.7287C19.6675 15.65 19.5814 15.519 19.5252 15.4366C19.4578 15.3317 19.368 15.0434 19.2219 14.463C19.1096 14.0099 18.9336 13.2985 18.8288 12.8791C18.7239 12.4634 18.6378 12.0553 18.6378 11.9692C18.6378 11.6584 18.9748 11.4936 19.2594 11.6696Z' fill='white'/%3E%3Cpath d='M12.699 14.3544C12.6204 14.448 12.5417 14.5491 12.523 14.5791C12.508 14.6053 12.332 14.845 12.1373 15.1071C11.9389 15.3692 11.7629 15.6201 11.7479 15.6613C11.7329 15.7062 11.6917 15.7624 11.658 15.7886C11.6243 15.8185 11.5045 15.987 11.3959 16.163C11.2873 16.339 11.145 16.5599 11.0814 16.6536C11.0177 16.7472 10.8941 16.9606 10.808 17.1216C10.7181 17.2864 10.6358 17.4287 10.617 17.4399C10.5796 17.4699 10.2763 18.1663 10.1939 18.4135C10.1565 18.5258 10.1115 18.6381 10.0928 18.6606C10.0179 18.7617 9.97299 19.3009 10.0179 19.6304C10.0404 19.8064 10.0741 19.9712 10.0891 19.9974C10.1041 20.0236 10.1602 20.1696 10.2164 20.3269C10.4598 21.0196 11.0664 21.6525 11.7292 21.8996C11.8527 21.9483 11.9613 21.997 11.9726 22.0119C12.01 22.0681 12.5792 22.158 12.8862 22.158C13.2045 22.158 13.7063 22.0831 13.8336 22.0119C13.871 21.9932 14.047 21.9071 14.223 21.8247C14.4027 21.7423 14.6237 21.6038 14.7098 21.5214C15.0468 21.2144 15.1292 21.1245 15.2228 20.9785C15.2752 20.8961 15.3389 20.8062 15.3688 20.78C15.5149 20.6302 15.7058 20.0573 15.747 19.6117C15.8144 18.9452 15.6834 18.4434 15.1928 17.5148C15.0243 17.1965 14.8521 16.882 14.8109 16.8221C14.7697 16.7584 14.6499 16.5712 14.545 16.4064C14.193 15.856 13.5378 14.9124 13.3618 14.7102C13.2981 14.6353 13.182 14.4892 13.1071 14.3806C13.0285 14.272 12.9386 14.1822 12.9049 14.1822C12.875 14.1822 12.7814 14.2608 12.699 14.3544Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--changeOil label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M16.7616 7.04344C14.1409 7.30409 11.8424 8.38462 10.0083 10.2139C9.48701 10.7305 9.38275 10.849 8.97045 11.3892C8.71927 11.721 8.68136 11.7968 8.73349 11.8489C8.84723 11.9532 9.87089 12.6309 9.91354 12.6309C9.93723 12.6309 10.0036 12.5598 10.0605 12.4745C10.4396 11.939 11.2073 11.1191 11.7665 10.6594C13.5722 9.1808 15.9749 8.40831 18.3066 8.55523C19.9748 8.65949 21.4723 9.13815 22.8277 10.0054C23.368 10.3466 24.1263 10.9485 24.0789 10.9864C24.0694 11.0006 23.9509 11.1002 23.8182 11.2139C23.6903 11.3276 23.4486 11.5362 23.2874 11.6783C23.1263 11.8158 22.9936 11.9485 22.9936 11.9674C22.9936 11.9864 23.2116 12.0148 23.4817 12.029C23.7471 12.048 24.4628 12.0954 25.0646 12.1428C25.6712 12.1854 26.1736 12.2139 26.1878 12.1996C26.1973 12.1902 26.2542 11.593 26.3063 10.8774C26.3584 10.1618 26.42 9.43671 26.439 9.2661L26.4674 8.95806L26.2115 9.17132C26.0693 9.2898 25.9461 9.39406 25.9319 9.40828C25.9177 9.42249 25.7613 9.55993 25.5859 9.71158L25.2637 9.99119L25.0646 9.80163C24.5955 9.35141 23.6334 8.67845 22.9367 8.30405C22.1785 7.90122 21.1122 7.49366 20.3397 7.30409C19.2212 7.03396 17.8374 6.93444 16.7616 7.04344Z' fill='%23004798'/%3E%3Cpath d='M6.85678 12.6404C6.73356 12.9816 6.21225 14.9104 6.10325 15.427C5.9753 16.0194 5.97056 16.2421 6.06534 16.4222C6.24543 16.7492 6.51556 16.8772 8.84723 17.7492C9.97041 18.1662 10.1221 18.2468 10.2927 18.4932C10.487 18.7729 10.5296 19.0714 10.5296 20.0809C10.5296 21.2135 10.5723 21.4552 10.8092 21.6827C11.1457 22.005 10.8614 21.986 16.1787 22.005C20.3539 22.0144 21.0411 22.0097 21.3112 21.9434C21.9605 21.7964 22.3444 21.4979 22.9652 20.6685C23.3633 20.1377 25.1499 17.6402 25.766 16.7587C25.9509 16.4933 26.1357 16.2327 26.1783 16.1711C26.2257 16.1142 26.3395 15.9531 26.439 15.8109C26.6143 15.555 26.6286 15.5502 27.0693 15.4175C27.8133 15.1995 27.7186 15.1901 28.3252 15.5408C28.6237 15.7114 28.8797 15.8535 28.8891 15.8535C28.927 15.8535 29.6758 14.9104 29.6758 14.8631C29.6758 14.8299 29.2777 14.465 28.4768 13.7541C28.3631 13.6546 28.3157 13.6546 28.055 13.7399C27.9413 13.7778 26.9461 14.0858 25.8371 14.4271C24.7281 14.773 23.6334 15.1142 23.3964 15.1853C22.9984 15.3133 22.5197 15.4649 20.9321 15.9531C20.5956 16.0573 20.2212 16.1758 20.1075 16.2137C19.8563 16.2943 19.8705 16.3038 19.2971 15.7635L18.8942 15.3796H17.3919H15.8849V14.7872V14.1948H16.501H17.1171V13.4603V12.7257H15.2451H13.3731V13.4603V14.1948H13.9086H14.4394L14.4252 14.7872L14.411 15.3796H13.1788H11.9514V14.9294C11.9514 14.5503 11.9372 14.4744 11.8708 14.4365C11.8234 14.4128 11.4964 14.2896 11.1457 14.1569C10.795 14.0242 9.70027 13.6167 8.71453 13.2517C7.72878 12.8821 6.91365 12.5835 6.89943 12.5835C6.88995 12.5835 6.86626 12.612 6.85678 12.6404ZM8.24535 14.4792C8.36857 14.5313 8.91831 14.7446 9.46332 14.9484L10.4585 15.3228L10.4728 16.1095C10.4775 16.5455 10.468 16.8962 10.4443 16.8962C10.4206 16.8962 10.2974 16.8535 10.1695 16.8014C10.0415 16.754 9.41592 16.5028 8.77614 16.2516C8.13635 16.0005 7.57713 15.7635 7.53448 15.7208C7.42548 15.6261 7.42548 15.4602 7.5487 14.9484C7.68139 14.3702 7.80461 14.2896 8.24535 14.4792Z' fill='%23004798'/%3E%3Cpath d='M28.3394 17.062C27.5811 18.0193 27.3063 19.0098 27.6238 19.6401C27.8323 20.043 28.2209 20.3083 28.6095 20.3083C29.074 20.3083 29.4294 19.9861 29.5337 19.4695C29.6284 19.0146 29.4815 18.607 29.0076 18.0193C28.7659 17.716 28.6427 17.4175 28.5906 17.0194L28.5621 16.7824L28.3394 17.062Z' fill='%23004798'/%3E%3Cpath d='M26.2589 22.1945C26.221 22.2656 26.0456 22.5784 25.8608 22.8864C24.0599 25.9148 20.6146 27.7109 17.0886 27.4645C15.6669 27.3602 14.2214 26.9242 13.0651 26.2418C12.6954 26.0285 12.1267 25.6446 11.8566 25.4314C11.3258 25.0096 10.3874 24.0523 10.3874 23.9338C10.3922 23.9054 10.6671 23.7253 11.0035 23.531C11.34 23.3367 11.6149 23.1613 11.6196 23.1424C11.6196 23.1234 11.5722 23.095 11.5106 23.0808C11.4538 23.0713 10.7998 22.9101 10.0557 22.7301C8.36857 22.3178 8.48231 22.3367 8.43492 22.5121C8.29274 23.0523 7.73352 25.3887 7.73352 25.4456C7.73352 25.493 7.94678 25.384 8.34487 25.1376C8.68135 24.9338 8.98466 24.7632 9.02257 24.7632C9.05575 24.7632 9.16001 24.8674 9.25005 24.9906C9.7761 25.7062 11.1836 26.91 12.1599 27.4834C13.9181 28.5213 15.7143 29.0047 17.7568 29C19.0743 28.9952 20.0459 28.8436 21.188 28.4597C23.586 27.6588 25.4959 26.1944 26.9366 24.0428C27.2589 23.5641 27.728 22.7016 27.6854 22.6637C27.6332 22.6211 26.529 22.1045 26.4295 22.0808C26.3489 22.0618 26.311 22.0855 26.2589 22.1945Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--changeOil input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23004798'/%3E%3Cpath d='M16.7616 7.04344C14.1409 7.30409 11.8424 8.38462 10.0083 10.2139C9.48701 10.7305 9.38275 10.849 8.97045 11.3892C8.71927 11.721 8.68136 11.7968 8.73349 11.8489C8.84723 11.9532 9.87089 12.6309 9.91354 12.6309C9.93723 12.6309 10.0036 12.5598 10.0605 12.4745C10.4396 11.939 11.2073 11.1191 11.7665 10.6594C13.5722 9.1808 15.9749 8.40831 18.3066 8.55523C19.9748 8.65949 21.4723 9.13815 22.8277 10.0054C23.368 10.3466 24.1263 10.9485 24.0789 10.9864C24.0694 11.0006 23.9509 11.1002 23.8182 11.2139C23.6903 11.3276 23.4486 11.5362 23.2874 11.6783C23.1263 11.8158 22.9936 11.9485 22.9936 11.9674C22.9936 11.9864 23.2116 12.0148 23.4817 12.029C23.7471 12.048 24.4628 12.0954 25.0646 12.1428C25.6712 12.1854 26.1736 12.2139 26.1878 12.1996C26.1973 12.1902 26.2542 11.593 26.3063 10.8774C26.3584 10.1618 26.42 9.43671 26.439 9.2661L26.4674 8.95806L26.2115 9.17132C26.0693 9.2898 25.9461 9.39406 25.9319 9.40828C25.9177 9.42249 25.7613 9.55993 25.5859 9.71158L25.2637 9.99119L25.0646 9.80163C24.5955 9.35141 23.6334 8.67845 22.9367 8.30405C22.1785 7.90122 21.1122 7.49366 20.3397 7.30409C19.2212 7.03396 17.8374 6.93444 16.7616 7.04344Z' fill='white'/%3E%3Cpath d='M6.85678 12.6404C6.73356 12.9816 6.21225 14.9104 6.10325 15.427C5.9753 16.0194 5.97056 16.2421 6.06534 16.4222C6.24543 16.7492 6.51556 16.8772 8.84723 17.7492C9.97041 18.1662 10.1221 18.2468 10.2927 18.4932C10.487 18.7729 10.5296 19.0714 10.5296 20.0809C10.5296 21.2135 10.5723 21.4552 10.8092 21.6827C11.1457 22.005 10.8614 21.986 16.1787 22.005C20.3539 22.0144 21.0411 22.0097 21.3112 21.9434C21.9605 21.7964 22.3444 21.4979 22.9652 20.6685C23.3633 20.1377 25.1499 17.6402 25.766 16.7587C25.9509 16.4933 26.1357 16.2327 26.1783 16.1711C26.2257 16.1142 26.3395 15.9531 26.439 15.8109C26.6143 15.555 26.6286 15.5502 27.0693 15.4175C27.8133 15.1995 27.7186 15.1901 28.3252 15.5408C28.6237 15.7114 28.8797 15.8535 28.8891 15.8535C28.927 15.8535 29.6758 14.9104 29.6758 14.8631C29.6758 14.8299 29.2777 14.465 28.4768 13.7541C28.3631 13.6546 28.3157 13.6546 28.055 13.7399C27.9413 13.7778 26.9461 14.0858 25.8371 14.4271C24.7281 14.773 23.6334 15.1142 23.3964 15.1853C22.9984 15.3133 22.5197 15.4649 20.9321 15.9531C20.5956 16.0573 20.2212 16.1758 20.1075 16.2137C19.8563 16.2943 19.8705 16.3038 19.2971 15.7635L18.8942 15.3796H17.3919H15.8849V14.7872V14.1948H16.501H17.1171V13.4603V12.7257H15.2451H13.3731V13.4603V14.1948H13.9086H14.4394L14.4252 14.7872L14.411 15.3796H13.1788H11.9514V14.9294C11.9514 14.5503 11.9372 14.4744 11.8708 14.4365C11.8234 14.4128 11.4964 14.2896 11.1457 14.1569C10.795 14.0242 9.70027 13.6167 8.71453 13.2517C7.72878 12.8821 6.91365 12.5835 6.89943 12.5835C6.88995 12.5835 6.86626 12.612 6.85678 12.6404ZM8.24535 14.4792C8.36857 14.5313 8.91831 14.7446 9.46332 14.9484L10.4585 15.3228L10.4728 16.1095C10.4775 16.5455 10.468 16.8962 10.4443 16.8962C10.4206 16.8962 10.2974 16.8535 10.1695 16.8014C10.0415 16.754 9.41592 16.5028 8.77614 16.2516C8.13635 16.0005 7.57713 15.7635 7.53448 15.7208C7.42548 15.6261 7.42548 15.4602 7.5487 14.9484C7.68139 14.3702 7.80461 14.2896 8.24535 14.4792Z' fill='white'/%3E%3Cpath d='M28.3394 17.062C27.5811 18.0193 27.3063 19.0098 27.6238 19.6401C27.8323 20.043 28.2209 20.3083 28.6095 20.3083C29.074 20.3083 29.4294 19.9861 29.5337 19.4695C29.6284 19.0146 29.4815 18.607 29.0076 18.0193C28.7659 17.716 28.6427 17.4175 28.5906 17.0194L28.5621 16.7824L28.3394 17.062Z' fill='white'/%3E%3Cpath d='M26.2589 22.1945C26.221 22.2656 26.0456 22.5784 25.8608 22.8864C24.0599 25.9148 20.6146 27.7109 17.0886 27.4645C15.6669 27.3602 14.2214 26.9242 13.0651 26.2418C12.6954 26.0285 12.1267 25.6446 11.8566 25.4314C11.3258 25.0096 10.3874 24.0523 10.3874 23.9338C10.3922 23.9054 10.6671 23.7253 11.0035 23.531C11.34 23.3367 11.6149 23.1613 11.6196 23.1424C11.6196 23.1234 11.5722 23.095 11.5106 23.0808C11.4538 23.0713 10.7998 22.9101 10.0557 22.7301C8.36857 22.3178 8.48231 22.3367 8.43492 22.5121C8.29274 23.0523 7.73352 25.3887 7.73352 25.4456C7.73352 25.493 7.94678 25.384 8.34487 25.1376C8.68135 24.9338 8.98466 24.7632 9.02257 24.7632C9.05575 24.7632 9.16001 24.8674 9.25005 24.9906C9.7761 25.7062 11.1836 26.91 12.1599 27.4834C13.9181 28.5213 15.7143 29.0047 17.7568 29C19.0743 28.9952 20.0459 28.8436 21.188 28.4597C23.586 27.6588 25.4959 26.1944 26.9366 24.0428C27.2589 23.5641 27.728 22.7016 27.6854 22.6637C27.6332 22.6211 26.529 22.1045 26.4295 22.0808C26.3489 22.0618 26.311 22.0855 26.2589 22.1945Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--azs label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.3334 25.9167V16.75H21.9584C22.3042 16.75 22.5833 17.0291 22.5833 17.375V23.2084C22.5833 24.7041 23.7959 25.9167 25.2916 25.9167C26.7874 25.9167 28 24.7041 28 23.2084V11.9917C28 11.4041 27.7583 10.8752 27.3709 10.4959L25.1624 8.30031C24.7626 7.8999 24.1166 7.8999 23.7166 8.30031C23.3167 8.70026 23.3167 9.34607 23.7166 9.74566L25.1501 11.1833L24.0917 12.2876C23.746 12.6415 23.746 13.2124 24.0917 13.5668C24.2622 13.7499 24.4918 13.8375 24.7208 13.8334L25.9167 13.8293V23.2084C25.9167 23.5543 25.6376 23.8335 25.2917 23.8335C24.9458 23.8335 24.6667 23.5543 24.6667 23.2084V17.375C24.6667 15.8792 23.4542 14.6667 21.9585 14.6667H21.3334V9.66664C21.3334 8.74589 20.5874 8.00006 19.6666 8.00006H10.9167C9.99586 8.00006 9.24998 8.74594 9.24998 9.66664V25.9167H9.04163C8.46672 25.9167 8 26.3834 8 26.9585C8 27.5334 8.46672 28 9.04163 28H21.5417C22.1166 28 22.5832 27.5334 22.5832 26.9585C22.5832 26.3834 22.1166 25.9167 21.5417 25.9167H21.3334ZM12.25 10.0833H18.3332C18.8414 10.0833 19.25 10.4919 19.25 11.0001V15.4166C19.25 15.9249 18.8414 16.3333 18.3332 16.3333H12.25C11.7418 16.3333 11.3333 15.9248 11.3333 15.4166V11.0001C11.3333 10.4919 11.7419 10.0833 12.25 10.0833Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--azs input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23003D83'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.3334 25.9167V16.75H21.9584C22.3042 16.75 22.5833 17.0291 22.5833 17.375V23.2084C22.5833 24.7041 23.7959 25.9167 25.2916 25.9167C26.7874 25.9167 28 24.7041 28 23.2084V11.9917C28 11.4041 27.7583 10.8752 27.3709 10.4959L25.1624 8.30031C24.7626 7.8999 24.1166 7.8999 23.7166 8.30031C23.3167 8.70026 23.3167 9.34607 23.7166 9.74566L25.1501 11.1833L24.0917 12.2876C23.746 12.6415 23.746 13.2124 24.0917 13.5668C24.2622 13.7499 24.4918 13.8375 24.7208 13.8334L25.9167 13.8293V23.2084C25.9167 23.5543 25.6376 23.8335 25.2917 23.8335C24.9458 23.8335 24.6667 23.5543 24.6667 23.2084V17.375C24.6667 15.8792 23.4542 14.6667 21.9585 14.6667H21.3334V9.66664C21.3334 8.74589 20.5874 8.00006 19.6666 8.00006H10.9167C9.99586 8.00006 9.24998 8.74594 9.24998 9.66664V25.9167H9.04163C8.46672 25.9167 8 26.3834 8 26.9585C8 27.5334 8.46672 28 9.04163 28H21.5417C22.1166 28 22.5832 27.5334 22.5832 26.9585C22.5832 26.3834 22.1166 25.9167 21.5417 25.9167H21.3334ZM12.25 10.0833H18.3332C18.8414 10.0833 19.25 10.4919 19.25 11.0001V15.4166C19.25 15.9249 18.8414 16.3333 18.3332 16.3333H12.25C11.7418 16.3333 11.3333 15.9248 11.3333 15.4166V11.0001C11.3333 10.4919 11.7419 10.0833 12.25 10.0833Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23003D83'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--shop label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M27.8787 26.5644C27.8787 27.2923 27.288 27.8829 26.5602 27.8829C25.8324 27.8829 25.2417 27.2923 25.2417 26.5644C25.2417 25.8366 25.8324 25.246 26.5602 25.246C27.288 25.246 27.8787 25.8366 27.8787 26.5644Z' fill='%23004798'/%3E%3Cpath d='M12.6896 26.5644C12.6896 27.2923 12.0989 27.8829 11.3711 27.8829C10.6433 27.8829 10.0526 27.2923 10.0526 26.5644C10.0526 25.8366 10.6433 25.246 11.3711 25.246C12.0989 25.246 12.6896 25.8366 12.6896 26.5644Z' fill='%23004798'/%3E%3Cpath d='M11.3679 9.68767L10.7825 8H7.99785V8.89657H10.1971L13.2296 20.1459C11.5209 20.7419 10.0705 22.1447 9.78572 24.0012C9.68551 24.6182 9.68551 24.8767 9.68551 24.8767H28.2498V23.9959H10.7034C10.9513 22.3293 12.7497 20.9317 14.6114 20.6997C16.4731 20.4676 27.4429 18.896 27.4429 18.896L28.2498 9.68767H11.3679Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--shop input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23004798'/%3E%3Cpath d='M27.8787 26.5644C27.8787 27.2923 27.288 27.8829 26.5602 27.8829C25.8324 27.8829 25.2417 27.2923 25.2417 26.5644C25.2417 25.8366 25.8324 25.246 26.5602 25.246C27.288 25.246 27.8787 25.8366 27.8787 26.5644Z' fill='white'/%3E%3Cpath d='M12.6896 26.5644C12.6896 27.2923 12.0989 27.8829 11.3711 27.8829C10.6433 27.8829 10.0526 27.2923 10.0526 26.5644C10.0526 25.8366 10.6433 25.246 11.3711 25.246C12.0989 25.246 12.6896 25.8366 12.6896 26.5644Z' fill='white'/%3E%3Cpath d='M11.3679 9.68767L10.7825 8H7.99785V8.89657H10.1971L13.2296 20.1459C11.5209 20.7419 10.0705 22.1447 9.78572 24.0012C9.68551 24.6182 9.68551 24.8767 9.68551 24.8767H28.2498V23.9959H10.7034C10.9513 22.3293 12.7497 20.9317 14.6114 20.6997C16.4731 20.4676 27.4429 18.896 27.4429 18.896L28.2498 9.68767H11.3679Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--hypershop label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M26.5714 14.25H23.3571V12.6875C23.3571 10.1027 20.9554 8 18 8C15.0446 8 12.6429 10.1027 12.6429 12.6875V14.25H9.42857C8.63973 14.25 8 14.8086 8 15.5V24.875C8 26.6016 9.59911 28 11.5714 28H24.4286C26.4009 28 28 26.6008 28 24.875V15.5C28 14.8086 27.3616 14.25 26.5714 14.25ZM14.7857 12.6875C14.7857 11.1367 16.2277 9.875 18 9.875C19.7723 9.875 21.2143 11.1367 21.2143 12.6875V14.25H14.7857V12.6875ZM13.7143 17.6875C13.125 17.6875 12.6429 17.2695 12.6429 16.75C12.6429 16.2305 13.125 15.8125 13.7143 15.8125C14.3036 15.8125 14.7857 16.2344 14.7857 16.75C14.7857 17.2656 14.308 17.6875 13.7143 17.6875ZM22.2857 17.6875C21.6942 17.6875 21.2143 17.2676 21.2143 16.75C21.2143 16.2324 21.6964 15.8125 22.2857 15.8125C22.875 15.8125 23.3571 16.2344 23.3571 16.75C23.3571 17.2656 22.8795 17.6875 22.2857 17.6875Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--hypershop input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23004798'/%3E%3Cpath d='M26.5714 14.25H23.3571V12.6875C23.3571 10.1027 20.9554 8 18 8C15.0446 8 12.6429 10.1027 12.6429 12.6875V14.25H9.42857C8.63973 14.25 8 14.8086 8 15.5V24.875C8 26.6016 9.59911 28 11.5714 28H24.4286C26.4009 28 28 26.6008 28 24.875V15.5C28 14.8086 27.3616 14.25 26.5714 14.25ZM14.7857 12.6875C14.7857 11.1367 16.2277 9.875 18 9.875C19.7723 9.875 21.2143 11.1367 21.2143 12.6875V14.25H14.7857V12.6875ZM13.7143 17.6875C13.125 17.6875 12.6429 17.2695 12.6429 16.75C12.6429 16.2305 13.125 15.8125 13.7143 15.8125C14.3036 15.8125 14.7857 16.2344 14.7857 16.75C14.7857 17.2656 14.308 17.6875 13.7143 17.6875ZM22.2857 17.6875C21.6942 17.6875 21.2143 17.2676 21.2143 16.75C21.2143 16.2324 21.6964 15.8125 22.2857 15.8125C22.875 15.8125 23.3571 16.2344 23.3571 16.75C23.3571 17.2656 22.8795 17.6875 22.2857 17.6875Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--sto label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M27.2603 22.2554C26.3372 21.3322 25.1371 21.0553 24.0293 21.2399L15.167 12.3777C15.3517 11.2699 15.0747 9.97751 14.1516 9.14667C13.2284 8.13122 11.7514 7.76195 10.3667 8.22352C10.3667 8.22352 10.2744 8.22352 10.2744 8.31584C10.182 8.31584 10.182 8.40816 10.0897 8.40816C9.90511 8.59278 9.90511 8.86973 10.0897 9.05437L11.3821 10.3468C11.4745 10.4391 11.4745 10.6237 11.3821 10.716L10.7359 11.3623C10.5513 11.4546 10.459 11.4546 10.3667 11.3623L9.07425 10.1622C8.88963 9.97753 8.61269 9.97753 8.42804 10.1622C8.42804 10.1622 8.42804 10.2545 8.33572 10.2545C8.33572 10.2545 8.33572 10.3468 8.2434 10.3468C7.78183 11.6392 8.05877 13.1163 9.07423 14.1317C9.81275 14.8702 10.7359 15.1472 11.5667 15.1472C11.8437 15.1472 12.0283 15.1472 12.3053 15.0548L21.1675 23.9171C20.8906 25.0249 21.2598 26.3173 22.183 27.1481C22.8292 27.7943 23.7523 28.1636 24.7678 28.1636C25.2294 28.1636 25.5986 28.0712 25.9679 27.9789C25.9679 27.9789 26.0602 27.9789 26.0602 27.8866C26.1525 27.8866 26.1525 27.7943 26.2448 27.7943C26.4295 27.6097 26.4295 27.3327 26.2448 27.1481L25.0447 26.0403C24.9524 25.948 24.9524 25.948 24.9524 25.8557C24.9524 25.7634 24.9524 25.6711 25.0447 25.6711L25.6909 25.0249C25.7833 24.9325 25.7833 24.9325 25.8756 24.9325C25.9679 24.9325 25.9679 24.9325 26.0602 25.0249L27.2603 26.225C27.4449 26.4096 27.7219 26.4096 27.9065 26.225C27.9065 26.225 27.9065 26.1326 27.9988 26.1326C28.0911 26.0403 28.0911 26.0403 28.0911 25.948C28.645 24.6556 28.2758 23.1786 27.2603 22.2554ZM9.72045 13.4855C9.16656 12.9316 8.88961 12.1007 8.98193 11.3622L9.62814 12.0084C9.90509 12.193 10.182 12.3777 10.5513 12.3777C10.8282 12.3777 11.1975 12.2854 11.3821 12.0084L12.0284 11.3622C12.4899 10.9006 12.4899 10.1621 12.0284 9.70054L11.2898 8.96203C12.1207 8.86971 12.8592 9.14665 13.5054 9.70054C14.5209 10.716 14.5209 12.47 13.5054 13.4855C12.4899 14.5932 10.8283 14.5932 9.72049 13.4855H9.72045ZM13.3207 14.7779C13.5977 14.5933 13.9669 14.4086 14.1516 14.1317C14.4285 13.8547 14.6131 13.5778 14.7978 13.2085L23.1061 21.5169C22.8292 21.7015 22.4599 21.8861 22.183 22.1631C21.906 22.44 21.7214 22.717 21.5368 22.9939L13.3207 14.7779ZM25.8756 24.0094C25.5986 24.0094 25.2294 24.1017 25.0448 24.3786L24.3985 25.0249C24.2139 25.2095 24.0293 25.5787 24.0293 25.8557C24.0293 26.1326 24.1216 26.5019 24.3985 26.6865L25.0448 27.3327C24.2139 27.4251 23.4754 27.1481 22.8292 26.5942C21.8137 25.5788 21.8137 23.8248 22.8292 22.8093C23.8446 21.7939 25.5986 21.7939 26.6141 22.8093C27.168 23.3632 27.4449 24.194 27.3526 25.0249L26.7064 24.3787C26.5218 24.194 26.2448 24.0094 25.8756 24.0094L25.8756 24.0094Z' fill='%23004798'/%3E%3Cpath d='M19.8748 15.5158C19.9671 15.5158 20.1518 15.5158 20.2441 15.4234L24.029 11.6385L24.7675 12.377L20.9826 16.1619C20.798 16.3466 20.798 16.6235 20.9826 16.8082C21.0749 16.9005 21.1672 16.9005 21.3519 16.9005C21.4442 16.9005 21.6288 16.9005 21.7211 16.8082L25.9676 12.654L27.4447 12.1001C27.537 12.0078 27.7216 11.9155 27.7216 11.8231L28.3678 9.97685C28.4602 9.79223 28.3678 9.60758 28.2755 9.51528L26.9831 8.13055C26.8908 8.03823 26.7062 7.94593 26.5215 8.03823L24.6753 8.68444C24.5829 8.77677 24.3983 8.86907 24.3983 8.96139L23.8444 10.5307C23.7521 10.5307 23.7521 10.6231 23.7521 10.6231L19.5979 14.7772C19.4133 14.9619 19.4133 15.2388 19.5979 15.4235C19.6902 15.5158 19.7825 15.5158 19.8749 15.5158L19.8748 15.5158ZM25.1368 9.51528L26.5215 9.05371L27.3523 9.88455L26.8908 11.2693L25.506 11.7308L24.6752 10.9L25.1368 9.51528ZM16.8284 21.6085L11.1972 27.2398C11.0126 27.4244 10.8279 27.4244 10.7356 27.3321L8.98164 25.5781C8.88931 25.4858 8.98164 25.3012 9.07396 25.1165L14.6129 19.5776C14.7975 19.393 14.7975 19.1161 14.6129 18.9314C14.4282 18.7468 14.1513 18.7468 13.9667 18.9314L8.42775 24.4703C7.87386 25.0242 7.87386 25.7627 8.33542 26.2243L10.0894 27.9783C10.274 28.1629 10.551 28.2553 10.8279 28.2553C11.1972 28.2553 11.5664 28.0706 11.8434 27.7937L17.4746 22.1625C17.6592 21.9778 17.6592 21.7009 17.4746 21.5162C17.29 21.3316 17.013 21.4239 16.8284 21.6086L16.8284 21.6085Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--sto input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23004798'/%3E%3Cpath d='M27.2603 22.2554C26.3372 21.3322 25.1371 21.0553 24.0293 21.2399L15.167 12.3777C15.3517 11.2699 15.0747 9.97751 14.1516 9.14667C13.2284 8.13122 11.7514 7.76195 10.3667 8.22352C10.3667 8.22352 10.2744 8.22352 10.2744 8.31584C10.182 8.31584 10.182 8.40816 10.0897 8.40816C9.90511 8.59278 9.90511 8.86973 10.0897 9.05437L11.3821 10.3468C11.4745 10.4391 11.4745 10.6237 11.3821 10.716L10.7359 11.3623C10.5513 11.4546 10.459 11.4546 10.3667 11.3623L9.07425 10.1622C8.88963 9.97753 8.61269 9.97753 8.42804 10.1622C8.42804 10.1622 8.42804 10.2545 8.33572 10.2545C8.33572 10.2545 8.33572 10.3468 8.2434 10.3468C7.78183 11.6392 8.05877 13.1163 9.07423 14.1317C9.81275 14.8702 10.7359 15.1472 11.5667 15.1472C11.8437 15.1472 12.0283 15.1472 12.3053 15.0548L21.1675 23.9171C20.8906 25.0249 21.2598 26.3173 22.183 27.1481C22.8292 27.7943 23.7523 28.1636 24.7678 28.1636C25.2294 28.1636 25.5986 28.0712 25.9679 27.9789C25.9679 27.9789 26.0602 27.9789 26.0602 27.8866C26.1525 27.8866 26.1525 27.7943 26.2448 27.7943C26.4295 27.6097 26.4295 27.3327 26.2448 27.1481L25.0447 26.0403C24.9524 25.948 24.9524 25.948 24.9524 25.8557C24.9524 25.7634 24.9524 25.6711 25.0447 25.6711L25.6909 25.0249C25.7833 24.9325 25.7833 24.9325 25.8756 24.9325C25.9679 24.9325 25.9679 24.9325 26.0602 25.0249L27.2603 26.225C27.4449 26.4096 27.7219 26.4096 27.9065 26.225C27.9065 26.225 27.9065 26.1326 27.9988 26.1326C28.0911 26.0403 28.0911 26.0403 28.0911 25.948C28.645 24.6556 28.2758 23.1786 27.2603 22.2554ZM9.72045 13.4855C9.16656 12.9316 8.88961 12.1007 8.98193 11.3622L9.62814 12.0084C9.90509 12.193 10.182 12.3777 10.5513 12.3777C10.8282 12.3777 11.1975 12.2854 11.3821 12.0084L12.0284 11.3622C12.4899 10.9006 12.4899 10.1621 12.0284 9.70054L11.2898 8.96203C12.1207 8.86971 12.8592 9.14665 13.5054 9.70054C14.5209 10.716 14.5209 12.47 13.5054 13.4855C12.4899 14.5932 10.8283 14.5932 9.72049 13.4855H9.72045ZM13.3207 14.7779C13.5977 14.5933 13.9669 14.4086 14.1516 14.1317C14.4285 13.8547 14.6131 13.5778 14.7978 13.2085L23.1061 21.5169C22.8292 21.7015 22.4599 21.8861 22.183 22.1631C21.906 22.44 21.7214 22.717 21.5368 22.9939L13.3207 14.7779ZM25.8756 24.0094C25.5986 24.0094 25.2294 24.1017 25.0448 24.3786L24.3985 25.0249C24.2139 25.2095 24.0293 25.5787 24.0293 25.8557C24.0293 26.1326 24.1216 26.5019 24.3985 26.6865L25.0448 27.3327C24.2139 27.4251 23.4754 27.1481 22.8292 26.5942C21.8137 25.5788 21.8137 23.8248 22.8292 22.8093C23.8446 21.7939 25.5986 21.7939 26.6141 22.8093C27.168 23.3632 27.4449 24.194 27.3526 25.0249L26.7064 24.3787C26.5218 24.194 26.2448 24.0094 25.8756 24.0094L25.8756 24.0094Z' fill='white'/%3E%3Cpath d='M19.8748 15.5158C19.9671 15.5158 20.1518 15.5158 20.2441 15.4234L24.029 11.6385L24.7675 12.377L20.9826 16.1619C20.798 16.3466 20.798 16.6235 20.9826 16.8082C21.0749 16.9005 21.1672 16.9005 21.3519 16.9005C21.4442 16.9005 21.6288 16.9005 21.7211 16.8082L25.9676 12.654L27.4447 12.1001C27.537 12.0078 27.7216 11.9155 27.7216 11.8231L28.3678 9.97685C28.4602 9.79223 28.3678 9.60758 28.2755 9.51528L26.9831 8.13055C26.8908 8.03823 26.7062 7.94593 26.5215 8.03823L24.6753 8.68444C24.5829 8.77677 24.3983 8.86907 24.3983 8.96139L23.8444 10.5307C23.7521 10.5307 23.7521 10.6231 23.7521 10.6231L19.5979 14.7772C19.4133 14.9619 19.4133 15.2388 19.5979 15.4235C19.6902 15.5158 19.7825 15.5158 19.8749 15.5158L19.8748 15.5158ZM25.1368 9.51528L26.5215 9.05371L27.3523 9.88455L26.8908 11.2693L25.506 11.7308L24.6752 10.9L25.1368 9.51528ZM16.8284 21.6085L11.1972 27.2398C11.0126 27.4244 10.8279 27.4244 10.7356 27.3321L8.98164 25.5781C8.88931 25.4858 8.98164 25.3012 9.07396 25.1165L14.6129 19.5776C14.7975 19.393 14.7975 19.1161 14.6129 18.9314C14.4282 18.7468 14.1513 18.7468 13.9667 18.9314L8.42775 24.4703C7.87386 25.0242 7.87386 25.7627 8.33542 26.2243L10.0894 27.9783C10.274 28.1629 10.551 28.2553 10.8279 28.2553C11.1972 28.2553 11.5664 28.0706 11.8434 27.7937L17.4746 22.1625C17.6592 21.9778 17.6592 21.7009 17.4746 21.5162C17.29 21.3316 17.013 21.4239 16.8284 21.6086L16.8284 21.6085Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--change-oil label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 22.3901C10 26.5948 13.3581 30 17.5001 30C21.6424 30 25 26.5948 25 22.3901C25 17 19.1794 13.5 18.7098 7.49998V7.24997C18.7098 6.56007 18.1677 6 17.5001 6C16.8324 6 16.2904 6.56007 16.2904 7.24997V7.49998C15.8064 13.5 10 17.0001 10 22.3901ZM18.5405 25.5002C19.5858 25.2501 20.4175 24.3302 20.6594 23.3253C20.7421 22.8551 21.1384 22.5001 21.613 22.5001C22.1449 22.5001 22.5806 22.9504 22.5806 23.4999C22.5806 24.2197 21.9952 25.3151 21.1971 26.1347C20.4128 26.935 19.4789 27.5001 18.7098 27.5001C18.1777 27.5001 17.742 27.0352 17.742 26.4855C17.742 25.9951 18.0855 25.5851 18.5405 25.5002Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23003D83'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--change-oil input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23004798'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 22.3901C10 26.5948 13.3581 30 17.5001 30C21.6424 30 25 26.5948 25 22.3901C25 17 19.1794 13.5 18.7098 7.49998V7.24997C18.7098 6.56007 18.1677 6 17.5001 6C16.8324 6 16.2904 6.56007 16.2904 7.24997V7.49998C15.8064 13.5 10 17.0001 10 22.3901ZM18.5405 25.5002C19.5858 25.2501 20.4175 24.3302 20.6594 23.3253C20.7421 22.8551 21.1384 22.5001 21.613 22.5001C22.1449 22.5001 22.5806 22.9504 22.5806 23.4999C22.5806 24.2197 21.9952 25.3151 21.1971 26.1347C20.4128 26.935 19.4789 27.5001 18.7098 27.5001C18.1777 27.5001 17.742 27.0352 17.742 26.4855C17.742 25.9951 18.0855 25.5851 18.5405 25.5002Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--oilAuto label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M12.0006 12.3492C11.166 12.3858 10.341 12.495 9.52572 12.6769C8.53151 12.8987 7.80961 13.04 7.36004 13.1008C6.82174 13.1734 6.30916 13.2061 5.82231 13.1986C5.706 13.1967 5.60442 13.1992 5.51756 13.2059C5.44487 13.2115 5.38485 13.2318 5.33751 13.2668C5.21262 13.3589 5.24841 13.4387 5.44487 13.5062C5.61896 13.5658 5.86946 13.5906 6.1964 13.5805C6.21503 13.5798 6.21876 13.5872 6.20758 13.6029C5.95707 13.9526 5.69295 14.2916 5.41523 14.62C5.14198 14.9429 4.96006 15.1542 4.86948 15.2541C4.66482 15.4804 4.46165 15.6724 4.25998 15.8301C4.1351 15.9281 4.04134 16.0379 3.97871 16.1594C3.93137 16.2519 3.90658 16.3887 3.90434 16.5699C3.89689 17.1689 3.89856 17.8012 3.90937 18.4666C3.91011 18.5186 3.89046 18.5689 3.85458 18.6069C3.66334 18.8079 3.55467 19.0601 3.52858 19.3635C3.46632 20.0815 3.65309 20.7059 4.08887 21.2367C4.46128 21.6904 4.95428 21.9402 5.56788 21.986C5.57113 21.9863 5.5744 21.9859 5.57746 21.9847C5.58051 21.9835 5.58326 21.9816 5.58551 21.9792C5.58777 21.9768 5.58946 21.9739 5.59048 21.9707C5.59149 21.9676 5.59179 21.9642 5.59137 21.9609C5.49966 21.2787 5.60367 20.6505 5.90339 20.0764C6.07785 19.7424 6.30711 19.4511 6.59117 19.2025C7.08623 18.7689 7.67336 18.529 8.35257 18.4828C8.82861 18.4504 9.28415 18.5298 9.71919 18.721C10.0528 18.8683 10.3574 19.0789 10.6329 19.3529C11.3743 20.0906 11.6422 21.025 11.4364 22.156C11.4358 22.1594 11.4359 22.1629 11.4367 22.1662C11.4376 22.1696 11.4392 22.1727 11.4415 22.1753C11.4437 22.178 11.4465 22.1802 11.4497 22.1817C11.4529 22.1832 11.4564 22.1839 11.4599 22.184L24.3964 22.2818C24.3988 22.2818 24.4012 22.2813 24.4034 22.2802C24.4056 22.2791 24.4075 22.2775 24.409 22.2756C24.4105 22.2736 24.4115 22.2713 24.4119 22.2689C24.4123 22.2665 24.4122 22.264 24.4115 22.2617C24.2586 21.7118 24.265 21.1646 24.4305 20.62C24.7026 19.7219 25.2577 19.0899 26.0957 18.7238C26.6225 18.4938 27.1639 18.4232 27.7201 18.5119C28.0914 18.5708 28.4409 18.6947 28.7686 18.8837C29.2062 19.1365 29.5548 19.4796 29.8142 19.9132C30.0084 20.2382 30.1378 20.5857 30.2023 20.9555C30.2832 21.4177 30.2571 21.8831 30.124 22.3517C30.1233 22.3542 30.1232 22.3569 30.1237 22.3595C30.1242 22.362 30.1253 22.3644 30.127 22.3665C30.1286 22.3685 30.1307 22.3701 30.1331 22.3711C30.1355 22.3722 30.1382 22.3726 30.1408 22.3724C30.6481 22.3251 31.1299 22.2168 31.5862 22.0475C31.9202 21.9238 32.1846 21.7398 32.3791 21.4956C32.4395 21.42 32.4733 21.3508 32.4804 21.2882C32.4897 21.205 32.4675 21.1258 32.4138 21.0505C32.3713 20.9909 32.3456 20.9247 32.3366 20.852C32.3176 20.6966 32.3245 20.538 32.3573 20.3762C32.4021 20.1544 32.4259 20.0175 32.4289 19.9657C32.4401 19.7473 32.4341 19.486 32.411 19.1818C32.37 18.6461 32.2244 18.1859 31.9743 17.8012C31.8065 17.544 31.5814 17.3525 31.2988 17.2269C31.2548 17.2075 30.9803 17.1227 30.4752 16.9725C29.3046 16.6247 28.1151 16.3585 26.9065 16.174C26.4905 16.1102 26.0765 16.0368 25.6646 15.9537C24.9843 15.8165 24.3593 15.5503 23.7897 15.1552C22.0208 13.9283 20.0796 13.1021 17.9659 12.6763C16.934 12.4687 15.8917 12.3513 14.839 12.3241C13.8925 12.2995 12.9464 12.3078 12.0006 12.3492ZM11.1305 15.1619C11.1175 14.9363 11.1141 14.7106 11.1205 14.4847C11.1089 14.3073 11.1322 14.1349 11.1904 13.9675C11.2493 13.7818 11.3115 13.5973 11.3771 13.4139C11.3775 13.4128 11.3993 13.3429 11.4426 13.2042C11.4743 13.1043 11.5169 13.0091 11.5706 12.9185C11.5752 12.9109 11.5813 12.9045 11.5887 12.8995C11.596 12.8946 11.6043 12.8913 11.6131 12.8899C11.7551 12.8661 11.8985 12.8512 12.0431 12.8452C13.2211 12.7956 14.3993 12.7981 15.5777 12.8525C15.585 12.8529 15.5919 12.8562 15.5969 12.8616C15.6019 12.867 15.6047 12.8742 15.6045 12.8816L15.5268 15.6741C15.5267 15.6778 15.5259 15.6815 15.5243 15.6849C15.5228 15.6883 15.5205 15.6914 15.5178 15.6939C15.515 15.6964 15.5117 15.6983 15.5082 15.6996C15.5046 15.7008 15.5009 15.7012 15.4971 15.7009C14.0895 15.6044 12.683 15.4981 11.2776 15.3822C11.2754 15.3818 11.2547 15.3811 11.2155 15.3799C11.1432 15.3785 11.1106 15.3475 11.1177 15.2871C11.1266 15.2111 11.1309 15.1693 11.1305 15.1619ZM7.74027 14.0055C7.64149 13.8892 7.54326 13.7608 7.44559 13.6202C7.44359 13.6174 7.44236 13.6141 7.44201 13.6106C7.44166 13.6072 7.44221 13.6037 7.4436 13.6004C7.445 13.5972 7.44719 13.5943 7.44998 13.5921C7.45277 13.5899 7.45607 13.5884 7.45957 13.5878C7.97364 13.5002 8.47205 13.4085 8.9548 13.3127C8.95592 13.3123 9.20382 13.259 9.6985 13.1528C10.1529 13.0551 10.6148 12.9764 11.0841 12.9168C11.1087 12.9134 11.116 12.9231 11.1059 12.9459L10.0832 15.2463C10.0786 15.2566 10.0712 15.2654 10.0618 15.2716C10.0525 15.2777 10.0417 15.281 10.0306 15.281C9.73242 15.284 9.45377 15.2394 9.19468 15.1473C8.97474 15.0687 8.73672 14.9276 8.48062 14.724C8.2111 14.5101 7.96432 14.2705 7.74027 14.0055ZM23.188 15.4476C23.0247 15.4566 22.8771 15.5011 22.7451 15.5813C22.646 15.6416 22.5843 15.7237 22.5601 15.8273C22.5302 15.9555 22.5425 16.0853 22.597 16.2165C22.5981 16.2192 22.5986 16.2223 22.5983 16.2252C22.598 16.2282 22.5969 16.2311 22.5952 16.2335C22.5936 16.2359 22.5913 16.2378 22.5886 16.2391C22.586 16.2403 22.5831 16.2408 22.5802 16.2405L17.0472 15.8267C17.0271 15.8253 17.0081 15.8171 16.9931 15.8036C16.9782 15.79 16.9681 15.7718 16.9644 15.7518L16.4556 12.9643C16.4549 12.9611 16.455 12.9579 16.4559 12.9547C16.4567 12.9516 16.4583 12.9487 16.4604 12.9463C16.4625 12.9439 16.4652 12.9421 16.4681 12.9409C16.4711 12.9398 16.4742 12.9394 16.4774 12.9397C18.9646 13.2238 21.2503 14.0525 23.3345 15.4258C23.3707 15.4497 23.372 15.4621 23.3384 15.4633C23.2888 15.4498 23.2387 15.4446 23.188 15.4476ZM4.04414 17.0396C4.04749 16.8893 4.04414 16.7322 4.03407 16.5682C4.01953 16.3378 4.09912 16.1514 4.27284 16.009C4.43351 15.8774 4.60387 15.7307 4.78392 15.5689C4.83462 15.5231 4.89334 15.508 4.96006 15.5237C5.37721 15.621 5.78019 15.8122 6.169 16.0974C6.17764 16.1035 6.18361 16.1128 6.18568 16.1233C6.18776 16.1337 6.18579 16.1447 6.18018 16.1538C6.01205 16.4267 5.84859 16.6892 5.68979 16.9412C5.64654 17.0105 5.59957 17.0537 5.54887 17.0709C5.4937 17.0895 5.42641 17.0988 5.34701 17.0988C4.94627 17.0988 4.53136 17.0988 4.10229 17.0988C4.09451 17.0988 4.08681 17.0973 4.07964 17.0943C4.07247 17.0913 4.06599 17.0869 4.06056 17.0814C4.05514 17.0759 4.05089 17.0693 4.04807 17.0621C4.04525 17.0549 4.04391 17.0473 4.04414 17.0396ZM10.6429 16.9551C10.6429 16.9191 10.6573 16.8845 10.6827 16.8591C10.7082 16.8336 10.7428 16.8193 10.7788 16.8193H11.9598C11.9958 16.8193 12.0304 16.8336 12.0559 16.8591C12.0814 16.8845 12.0957 16.9191 12.0957 16.9551V16.963C12.0957 16.999 12.0814 17.0336 12.0559 17.0591C12.0304 17.0845 11.9958 17.0988 11.9598 17.0988H10.7788C10.7428 17.0988 10.7082 17.0845 10.6827 17.0591C10.6573 17.0336 10.6429 16.999 10.6429 16.963V16.9551ZM17.088 17.241C17.0879 17.223 17.0915 17.2052 17.0983 17.1886C17.1052 17.1719 17.1152 17.1568 17.1279 17.1441C17.1406 17.1313 17.1557 17.1212 17.1723 17.1143C17.1889 17.1074 17.2067 17.1038 17.2247 17.1038L18.3912 17.1017C18.4275 17.1017 18.4624 17.1161 18.4881 17.1417C18.5138 17.1673 18.5283 17.2022 18.5284 17.2385L18.5284 17.2542C18.5285 17.2721 18.5249 17.29 18.5181 17.3066C18.5112 17.3232 18.5012 17.3384 18.4885 17.3511C18.4758 17.3638 18.4607 17.374 18.4441 17.3809C18.4275 17.3878 18.4097 17.3914 18.3917 17.3914L17.2252 17.3934C17.1889 17.3935 17.154 17.3791 17.1283 17.3535C17.1026 17.3278 17.0881 17.293 17.088 17.2567L17.088 17.241ZM28.7563 17.2856C28.9154 17.2092 29.0826 17.1581 29.2578 17.1324C29.4036 17.1111 29.5756 17.1177 29.774 17.152C30.0312 17.1963 30.3324 17.2625 30.6776 17.3505C31.2185 17.4884 31.6159 17.8043 31.8697 18.2983C31.901 18.359 31.8949 18.4161 31.8513 18.4694C31.8002 18.5316 31.7393 18.5779 31.6684 18.6081C31.617 18.6301 31.5454 18.6507 31.4537 18.6701C31.2543 18.7119 31.0526 18.6809 30.8487 18.5773C30.1445 18.2191 29.4453 17.8508 28.7512 17.4724C28.6312 17.4071 28.6329 17.3449 28.7563 17.2856Z' fill='%23004798'/%3E%3Cpath d='M24.7877 21.4548C24.7877 22.114 25.0496 22.7462 25.5157 23.2123C25.9819 23.6784 26.6141 23.9403 27.2733 23.9403C27.9325 23.9403 28.5647 23.6784 29.0308 23.2123C29.4969 22.7462 29.7588 22.114 29.7588 21.4548C29.7588 20.7956 29.4969 20.1634 29.0308 19.6972C28.5647 19.2311 27.9325 18.9692 27.2733 18.9692C26.9469 18.9692 26.6237 19.0335 26.3221 19.1584C26.0205 19.2833 25.7465 19.4664 25.5157 19.6972C25.2849 19.928 25.1018 20.202 24.9769 20.5036C24.852 20.8052 24.7877 21.1284 24.7877 21.4548ZM26.3652 19.676C26.9788 19.3871 27.5832 19.386 28.1786 19.6727C28.1816 19.6742 28.1844 19.6764 28.1865 19.6791C28.1887 19.6818 28.1902 19.6849 28.1911 19.6882C28.1919 19.6916 28.1921 19.6951 28.1914 19.6985C28.1908 19.7019 28.1895 19.7051 28.1875 19.7079C28.0063 19.9689 27.852 20.1418 27.7245 20.2268C27.3603 20.4695 27.0255 20.4386 26.7202 20.134C26.586 20.0002 26.4654 19.8553 26.3585 19.6995C26.3571 19.6976 26.3562 19.6954 26.3558 19.6931C26.3554 19.6908 26.3555 19.6884 26.3562 19.6862C26.3568 19.6839 26.358 19.6818 26.3595 19.6801C26.3611 19.6783 26.363 19.6769 26.3652 19.676ZM28.3442 19.7836C28.3453 19.782 28.3467 19.7807 28.3483 19.7797C28.35 19.7787 28.3518 19.778 28.3536 19.7777C28.3555 19.7774 28.3575 19.7775 28.3593 19.7779C28.3612 19.7784 28.3629 19.7792 28.3645 19.7803L28.5132 19.8876C28.5148 19.8887 28.5161 19.8901 28.5171 19.8917C28.5181 19.8933 28.5188 19.8951 28.5191 19.897C28.5194 19.8989 28.5193 19.9008 28.5189 19.9027C28.5184 19.9046 28.5176 19.9063 28.5165 19.9079L27.8329 20.8557C27.8306 20.8588 27.8272 20.861 27.8234 20.8616C27.8196 20.8622 27.8157 20.8613 27.8126 20.859L27.6638 20.7517C27.6623 20.7506 27.661 20.7492 27.66 20.7476C27.659 20.746 27.6583 20.7441 27.658 20.7423C27.6577 20.7404 27.6578 20.7384 27.6582 20.7366C27.6586 20.7347 27.6594 20.733 27.6606 20.7314L28.3442 19.7836ZM26.0322 19.919C26.028 19.9133 26.0262 19.9061 26.0273 19.8991C26.0284 19.892 26.0322 19.8857 26.0379 19.8815L26.1659 19.7875C26.1716 19.7833 26.1788 19.7815 26.1859 19.7826C26.1929 19.7837 26.1992 19.7875 26.2034 19.7932L26.886 20.7225C26.8902 20.7282 26.892 20.7354 26.8909 20.7424C26.8899 20.7495 26.886 20.7558 26.8803 20.76L26.7523 20.854C26.7466 20.8582 26.7394 20.86 26.7324 20.8589C26.7253 20.8578 26.719 20.854 26.7148 20.8483L26.0322 19.919ZM26.0084 21.4592C25.8224 21.5972 25.6017 21.6995 25.3463 21.7662C25.3392 21.768 25.3317 21.7683 25.3244 21.7669C25.3171 21.7655 25.3103 21.7626 25.3042 21.7582C25.2982 21.7539 25.2932 21.7484 25.2896 21.7419C25.2859 21.7355 25.2838 21.7283 25.2832 21.7209C25.2336 21.063 25.4263 20.5008 25.8613 20.0345C25.8644 20.0312 25.8682 20.0287 25.8723 20.027C25.8764 20.0254 25.8809 20.0246 25.8853 20.0248C25.8897 20.0251 25.894 20.0262 25.8979 20.0283C25.9018 20.0303 25.9051 20.0332 25.9078 20.0367C26.0438 20.2171 26.1525 20.4091 26.2338 20.6126C26.3736 20.9616 26.2984 21.2438 26.0084 21.4592ZM28.7198 20.0831C29.1407 20.5797 29.3165 21.131 29.2471 21.7371C29.2465 21.7433 29.2445 21.7492 29.2413 21.7544C29.2381 21.7597 29.2338 21.7642 29.2287 21.7676C29.2236 21.7711 29.2178 21.7733 29.2117 21.7742C29.2056 21.7751 29.1994 21.7747 29.1935 21.7729C28.997 21.7166 28.8028 21.6298 28.6108 21.5124C28.2578 21.2961 28.1605 20.9897 28.3189 20.5931C28.4006 20.3895 28.4975 20.2199 28.6097 20.0842C28.6163 20.0761 28.6247 20.0695 28.6341 20.0649C28.6436 20.0603 28.654 20.0579 28.6645 20.0578C28.675 20.0577 28.6854 20.0599 28.695 20.0643C28.7046 20.0687 28.713 20.0751 28.7198 20.0831ZM27.1849 20.8894C27.1849 20.8638 27.1951 20.8392 27.2132 20.821C27.2314 20.8029 27.256 20.7927 27.2816 20.7927C27.3073 20.7927 27.3319 20.8029 27.3501 20.821C27.3682 20.8392 27.3784 20.8638 27.3784 20.8894C27.3784 20.9151 27.3682 20.9397 27.3501 20.9578C27.3319 20.976 27.3073 20.9862 27.2816 20.9862C27.256 20.9862 27.2314 20.976 27.2132 20.9578C27.1951 20.9397 27.1849 20.9151 27.1849 20.8894ZM27.6166 21.3245C27.6166 21.2991 27.6267 21.2748 27.6446 21.2569C27.6625 21.2389 27.6869 21.2289 27.7122 21.2289C27.7376 21.2289 27.7619 21.2389 27.7798 21.2569C27.7978 21.2748 27.8078 21.2991 27.8078 21.3245C27.8078 21.3498 27.7978 21.3742 27.7798 21.3921C27.7619 21.41 27.7376 21.4201 27.7122 21.4201C27.6869 21.4201 27.6625 21.41 27.6446 21.3921C27.6267 21.3742 27.6166 21.3498 27.6166 21.3245ZM26.7482 21.3239C26.7482 21.3111 26.7507 21.2985 26.7556 21.2867C26.7605 21.2749 26.7677 21.2642 26.7767 21.2551C26.7857 21.2461 26.7965 21.2389 26.8083 21.234C26.8201 21.2291 26.8327 21.2266 26.8455 21.2266C26.8713 21.2266 26.896 21.2369 26.9143 21.2551C26.9325 21.2734 26.9428 21.2981 26.9428 21.3239C26.9428 21.3497 26.9325 21.3745 26.9143 21.3927C26.896 21.411 26.8713 21.4212 26.8455 21.4212C26.8327 21.4212 26.8201 21.4187 26.8083 21.4138C26.7965 21.4089 26.7857 21.4018 26.7767 21.3927C26.7677 21.3837 26.7605 21.373 26.7556 21.3612C26.7507 21.3493 26.7482 21.3367 26.7482 21.3239ZM28.0261 21.5904C28.0274 21.5866 28.0301 21.5834 28.0336 21.5816C28.0372 21.5798 28.0413 21.5795 28.0452 21.5807L29.1985 21.9577C29.2023 21.959 29.2055 21.9617 29.2073 21.9652C29.2091 21.9688 29.2094 21.9729 29.2082 21.9767L29.1519 22.149C29.1506 22.1528 29.1479 22.1559 29.1444 22.1577C29.1408 22.1595 29.1366 22.1599 29.1328 22.1586L27.9795 21.7816C27.9757 21.7804 27.9725 21.7777 27.9707 21.7741C27.9689 21.7705 27.9686 21.7664 27.9698 21.7626L28.0261 21.5904ZM25.3479 21.9969C25.3449 21.9876 25.3457 21.9774 25.3501 21.9687C25.3545 21.96 25.3622 21.9534 25.3716 21.9503L26.476 21.5893C26.4806 21.5878 26.4855 21.5872 26.4903 21.5876C26.4951 21.588 26.4999 21.5893 26.5042 21.5915C26.5085 21.5937 26.5124 21.5967 26.5155 21.6004C26.5187 21.6041 26.5211 21.6083 26.5226 21.6129L26.566 21.7458C26.569 21.7551 26.5683 21.7653 26.5638 21.774C26.5594 21.7827 26.5517 21.7893 26.5424 21.7924L25.4379 22.1534C25.4333 22.1549 25.4284 22.1555 25.4236 22.1551C25.4188 22.1547 25.4141 22.1534 25.4098 22.1512C25.4054 22.149 25.4016 22.146 25.3984 22.1423C25.3953 22.1386 25.3929 22.1344 25.3914 22.1297L25.3479 21.9969ZM27.1844 21.7578C27.1844 21.7454 27.1868 21.733 27.1916 21.7215C27.1964 21.7099 27.2034 21.6994 27.2122 21.6906C27.221 21.6818 27.2315 21.6748 27.243 21.67C27.2546 21.6652 27.2669 21.6628 27.2794 21.6628C27.3046 21.6628 27.3288 21.6728 27.3466 21.6906C27.3645 21.7084 27.3745 21.7326 27.3745 21.7578C27.3745 21.783 27.3645 21.8072 27.3466 21.8251C27.3288 21.8429 27.3046 21.8529 27.2794 21.8529C27.2669 21.8529 27.2546 21.8504 27.243 21.8457C27.2315 21.8409 27.221 21.8339 27.2122 21.8251C27.2034 21.8162 27.1964 21.8057 27.1916 21.7942C27.1868 21.7827 27.1844 21.7703 27.1844 21.7578ZM27.8928 22.2969C28.0069 22.2175 28.1103 22.1763 28.2032 22.1733C28.4839 22.1647 28.7636 22.2134 29.0425 22.3192C29.0458 22.3205 29.0489 22.3224 29.0514 22.3249C29.054 22.3275 29.056 22.3305 29.0572 22.3339C29.0585 22.3373 29.059 22.3409 29.0588 22.3446C29.0586 22.3482 29.0576 22.3518 29.0559 22.355C28.7383 22.953 28.2554 23.3097 27.6071 23.4253C27.5998 23.4267 27.5922 23.4264 27.585 23.4245C27.5778 23.4227 27.571 23.4192 27.5653 23.4144C27.5595 23.4096 27.5549 23.4036 27.5516 23.3968C27.5484 23.3899 27.5467 23.3825 27.5467 23.375C27.5448 23.0693 27.5888 22.8009 27.6787 22.5698C27.723 22.4568 27.7944 22.3658 27.8928 22.2969ZM25.5057 22.3187C25.7928 22.2095 26.0815 22.161 26.3719 22.1733C26.4681 22.1774 26.5648 22.218 26.6621 22.2952C26.7381 22.356 26.7998 22.4361 26.8472 22.5356C26.9698 22.7917 27.0146 23.0797 26.9814 23.3996C26.9809 23.4044 26.9795 23.4091 26.9771 23.4133C26.9747 23.4176 26.9714 23.4213 26.9675 23.4242C26.9636 23.4271 26.9592 23.4291 26.9544 23.4302C26.9497 23.4312 26.9448 23.4313 26.94 23.4303C26.2996 23.3028 25.8168 22.9455 25.4917 22.3584C25.4898 22.3548 25.4887 22.3509 25.4883 22.3468C25.488 22.3428 25.4885 22.3388 25.4898 22.335C25.4912 22.3312 25.4933 22.3278 25.496 22.325C25.4987 22.3222 25.5021 22.3201 25.5057 22.3187ZM27.1748 22.2633C27.1748 22.2583 27.1769 22.2535 27.1804 22.2499C27.184 22.2463 27.1888 22.2443 27.1939 22.2443H27.3638C27.3689 22.2443 27.3737 22.2463 27.3773 22.2499C27.3809 22.2535 27.3829 22.2583 27.3829 22.2633V23.4398C27.3829 23.4449 27.3809 23.4497 27.3773 23.4533C27.3737 23.4568 27.3689 23.4588 27.3638 23.4588H27.1939C27.1888 23.4588 27.184 23.4568 27.1804 23.4533C27.1769 23.4497 27.1748 23.4449 27.1748 23.4398V22.2633Z' fill='%23004798'/%3E%3Cpath d='M6.05057 21.4554C6.05057 22.1145 6.31238 22.7465 6.7784 23.2126C7.24442 23.6786 7.87649 23.9404 8.53554 23.9404C9.19459 23.9404 9.82666 23.6786 10.2927 23.2126C10.7587 22.7465 11.0205 22.1145 11.0205 21.4554C11.0205 20.7964 10.7587 20.1643 10.2927 19.6983C9.82666 19.2323 9.19459 18.9705 8.53554 18.9705C7.87649 18.9705 7.24442 19.2323 6.7784 19.6983C6.31238 20.1643 6.05057 20.7964 6.05057 21.4554ZM7.81868 19.954C7.73294 19.8523 7.67311 19.7708 7.63918 19.7097C7.63748 19.7065 7.63644 19.7029 7.63613 19.6993C7.63583 19.6957 7.63627 19.692 7.63742 19.6886C7.63857 19.6851 7.64041 19.682 7.64283 19.6792C7.64525 19.6765 7.64819 19.6743 7.65149 19.6728C8.21849 19.3958 8.80898 19.3913 9.42295 19.6594C9.42752 19.6614 9.4316 19.6644 9.43489 19.6681C9.43818 19.6719 9.44061 19.6763 9.44199 19.6811C9.44338 19.6859 9.4437 19.691 9.44292 19.6959C9.44214 19.7008 9.44029 19.7055 9.43749 19.7097C9.30142 19.9147 9.15361 20.083 8.99406 20.2146C8.83265 20.3481 8.65651 20.4046 8.46564 20.3841C8.34188 20.3706 8.22203 20.3199 8.10609 20.232C8.00842 20.1585 7.91262 20.0659 7.81868 19.954ZM7.28939 19.9078C7.28712 19.9047 7.28618 19.9008 7.28678 19.897C7.28737 19.8932 7.28946 19.8898 7.29257 19.8875L7.43987 19.7801C7.44298 19.7778 7.44687 19.7769 7.45068 19.7775C7.45449 19.7781 7.4579 19.7802 7.46017 19.7833L8.15337 20.7339C8.15564 20.737 8.15658 20.7409 8.15598 20.7447C8.15539 20.7485 8.1533 20.7519 8.15019 20.7542L8.0029 20.8616C8.00136 20.8627 7.99961 20.8635 7.99775 20.864C7.99589 20.8644 7.99397 20.8645 7.99208 20.8642C7.9902 20.8639 7.98839 20.8633 7.98676 20.8623C7.98513 20.8613 7.98371 20.86 7.98258 20.8584L7.28939 19.9078ZM9.59962 19.7952C9.60186 19.7921 9.60468 19.7895 9.60794 19.7875C9.61119 19.7855 9.6148 19.7841 9.61858 19.7835C9.62235 19.7829 9.6262 19.7831 9.62991 19.784C9.63363 19.7848 9.63713 19.7865 9.64023 19.7887L9.76524 19.8792C9.77149 19.8837 9.77568 19.8905 9.7769 19.8981C9.77812 19.9058 9.77627 19.9135 9.77174 19.9198L9.10089 20.8465C9.09865 20.8496 9.09583 20.8522 9.09257 20.8542C9.08932 20.8562 9.08571 20.8576 9.08194 20.8582C9.07816 20.8588 9.07431 20.8587 9.0706 20.8578C9.06688 20.8569 9.06338 20.8553 9.06028 20.853L8.93527 20.7625C8.93218 20.7603 8.92955 20.7575 8.92755 20.7542C8.92555 20.751 8.92421 20.7474 8.92361 20.7436C8.923 20.7398 8.92315 20.736 8.92403 20.7322C8.92492 20.7285 8.92653 20.725 8.92877 20.7219L9.59962 19.7952ZM10.0721 20.1878C10.4416 20.6392 10.5864 21.16 10.5066 21.7501C10.5062 21.7537 10.5049 21.7572 10.5031 21.7604C10.5012 21.7635 10.4987 21.7662 10.4958 21.7683C10.4928 21.7704 10.4895 21.7719 10.486 21.7726C10.4824 21.7733 10.4788 21.7733 10.4753 21.7725C10.23 21.7132 10.0108 21.615 9.81772 21.4778C9.49788 21.2508 9.41885 20.9505 9.58064 20.577C9.64774 20.4226 9.73143 20.278 9.8317 20.143C9.88837 20.0249 9.94596 20.0079 10.0045 20.0922C10.0466 20.1526 10.0692 20.1844 10.0721 20.1878ZM7.17507 20.0502C7.3294 20.2348 7.44235 20.4366 7.51393 20.6558C7.56873 20.8232 7.57861 20.9699 7.54356 21.0959C7.50107 21.2498 7.40769 21.3762 7.26342 21.475C7.07554 21.604 6.85746 21.702 6.60919 21.7691C6.60346 21.7706 6.59748 21.7709 6.59165 21.7699C6.58582 21.7689 6.58028 21.7667 6.5754 21.7634C6.57053 21.7601 6.56643 21.7558 6.56338 21.7508C6.56033 21.7458 6.55841 21.7403 6.55774 21.7345C6.4802 21.0936 6.66603 20.5317 7.11524 20.0485C7.11905 20.0444 7.1237 20.0412 7.12889 20.039C7.13408 20.0368 7.13969 20.0358 7.14534 20.0359C7.151 20.0361 7.15657 20.0374 7.1617 20.0399C7.16682 20.0424 7.17138 20.0459 7.17507 20.0502ZM8.44551 20.8912C8.44551 20.8648 8.456 20.8395 8.47467 20.8208C8.49333 20.8022 8.51865 20.7917 8.54504 20.7917C8.57144 20.7917 8.59676 20.8022 8.61543 20.8208C8.63409 20.8395 8.64458 20.8648 8.64458 20.8912C8.64458 20.9176 8.63409 20.9429 8.61543 20.9616C8.59676 20.9803 8.57144 20.9908 8.54504 20.9908C8.51865 20.9908 8.49333 20.9803 8.47467 20.9616C8.456 20.9429 8.44551 20.9176 8.44551 20.8912ZM8.88111 21.3251C8.88111 21.3001 8.89107 21.276 8.90879 21.2583C8.92651 21.2406 8.95055 21.2306 8.97561 21.2306C8.98802 21.2306 9.00031 21.2331 9.01177 21.2378C9.02324 21.2426 9.03366 21.2495 9.04243 21.2583C9.05121 21.2671 9.05817 21.2775 9.06292 21.289C9.06766 21.3004 9.07011 21.3127 9.07011 21.3251C9.07011 21.3502 9.06015 21.3742 9.04243 21.392C9.02471 21.4097 9.00067 21.4196 8.97561 21.4196C8.95055 21.4196 8.92651 21.4097 8.90879 21.392C8.89107 21.3742 8.88111 21.3502 8.88111 21.3251ZM8.0088 21.3246C8.0088 21.2988 8.01905 21.274 8.0373 21.2558C8.05554 21.2375 8.08029 21.2273 8.10609 21.2273C8.1319 21.2273 8.15665 21.2375 8.17489 21.2558C8.19314 21.274 8.20339 21.2988 8.20339 21.3246C8.20339 21.3504 8.19314 21.3751 8.17489 21.3934C8.15665 21.4116 8.1319 21.4219 8.10609 21.4219C8.08029 21.4219 8.05554 21.4116 8.0373 21.3934C8.01905 21.3751 8.0088 21.3504 8.0088 21.3246ZM9.28478 21.5983C9.28672 21.5924 9.29093 21.5874 9.29648 21.5846C9.30204 21.5818 9.30848 21.5813 9.3144 21.5833L10.4497 21.9543C10.4556 21.9563 10.4605 21.9605 10.4633 21.966C10.4662 21.9716 10.4667 21.978 10.4647 21.9839L10.4133 22.1413C10.4114 22.1472 10.4072 22.1521 10.4016 22.1549C10.396 22.1577 10.3896 22.1582 10.3837 22.1563L9.24839 21.7852C9.24247 21.7833 9.23756 21.7791 9.23474 21.7735C9.23192 21.768 9.23143 21.7615 9.23336 21.7556L9.28478 21.5983ZM6.61002 21.9875C6.60884 21.9839 6.60839 21.98 6.60868 21.9762C6.60898 21.9724 6.61003 21.9687 6.61176 21.9653C6.6135 21.9619 6.61588 21.9589 6.61879 21.9564C6.62169 21.9539 6.62505 21.952 6.62868 21.9509L7.74973 21.5866C7.75707 21.5842 7.76505 21.5849 7.77192 21.5884C7.77879 21.5919 7.78399 21.5979 7.78637 21.6053L7.83406 21.7521C7.83524 21.7557 7.8357 21.7595 7.8354 21.7633C7.8351 21.7671 7.83405 21.7708 7.83232 21.7742C7.83059 21.7776 7.8282 21.7807 7.82529 21.7831C7.82239 21.7856 7.81903 21.7875 7.8154 21.7887L6.69435 22.1529C6.68702 22.1553 6.67904 22.1547 6.67216 22.1512C6.66529 22.1477 6.66009 22.1416 6.65771 22.1343L6.61002 21.9875ZM8.44719 21.7568C8.44719 21.7313 8.45732 21.7068 8.47536 21.6888C8.4934 21.6708 8.51786 21.6606 8.54337 21.6606C8.56888 21.6606 8.59334 21.6708 8.61138 21.6888C8.62941 21.7068 8.63955 21.7313 8.63955 21.7568C8.63955 21.7823 8.62941 21.8068 8.61138 21.8248C8.59334 21.8429 8.56888 21.853 8.54337 21.853C8.51786 21.853 8.4934 21.8429 8.47536 21.8248C8.45732 21.8068 8.44719 21.7823 8.44719 21.7568ZM9.10534 22.3384C9.19928 22.2478 9.29341 22.1975 9.38772 22.1874C9.68147 22.1557 9.97989 22.1967 10.283 22.3104C10.2892 22.3128 10.2949 22.3164 10.2996 22.3211C10.3043 22.3258 10.308 22.3314 10.3104 22.3376C10.3128 22.3438 10.3138 22.3504 10.3134 22.357C10.313 22.3636 10.3112 22.37 10.3081 22.3758C10.0144 22.9331 9.53143 23.2841 8.8593 23.4288C8.85409 23.4299 8.84868 23.4299 8.84347 23.4287C8.83826 23.4275 8.83339 23.4252 8.8292 23.4218C8.82502 23.4185 8.82163 23.4143 8.8193 23.4095C8.81696 23.4047 8.81572 23.3994 8.81568 23.3941C8.81308 23.1891 8.82239 23.0099 8.84364 22.8567C8.87197 22.6524 8.95921 22.4796 9.10534 22.3384ZM8.06304 22.4496C8.23154 22.7281 8.2923 23.0461 8.24533 23.4036C8.24479 23.4072 8.24353 23.4107 8.24162 23.4138C8.23971 23.4169 8.2372 23.4196 8.23423 23.4218C8.23126 23.4239 8.22789 23.4254 8.22432 23.4262C8.22075 23.4271 8.21706 23.4272 8.21346 23.4265C7.55102 23.3061 7.06715 22.9492 6.76184 22.3557C6.76018 22.3525 6.75921 22.349 6.75899 22.3454C6.75878 22.3418 6.75932 22.3382 6.76059 22.3348C6.76185 22.3314 6.76381 22.3284 6.76634 22.3258C6.76887 22.3232 6.77191 22.3212 6.77526 22.3199C6.98849 22.2331 7.20881 22.1844 7.4362 22.174C7.57712 22.1676 7.69268 22.1818 7.78289 22.2165C7.90405 22.2634 7.99743 22.3412 8.06304 22.4496ZM8.43321 22.2601C8.43321 22.2561 8.4348 22.2522 8.43763 22.2494C8.44046 22.2466 8.4443 22.245 8.44831 22.245H8.62948C8.63348 22.245 8.63732 22.2466 8.64016 22.2494C8.64299 22.2522 8.64458 22.2561 8.64458 22.2601V23.4433C8.64458 23.4473 8.64299 23.4511 8.64016 23.454C8.63732 23.4568 8.63348 23.4584 8.62948 23.4584H8.44831C8.4443 23.4584 8.44046 23.4568 8.43763 23.454C8.4348 23.4511 8.43321 23.4473 8.43321 23.4433V22.2601Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--oilAuto input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23004798'/%3E%3Cpath d='M12.0006 12.3492C11.166 12.3858 10.341 12.495 9.52572 12.6769C8.53151 12.8987 7.80961 13.04 7.36004 13.1008C6.82174 13.1734 6.30916 13.2061 5.82231 13.1986C5.706 13.1967 5.60442 13.1992 5.51756 13.2059C5.44487 13.2115 5.38485 13.2318 5.33751 13.2668C5.21262 13.3589 5.24841 13.4387 5.44487 13.5062C5.61896 13.5658 5.86946 13.5906 6.1964 13.5805C6.21503 13.5798 6.21876 13.5872 6.20758 13.6029C5.95707 13.9526 5.69295 14.2916 5.41523 14.62C5.14198 14.9429 4.96006 15.1542 4.86948 15.2541C4.66482 15.4804 4.46165 15.6724 4.25998 15.8301C4.1351 15.9281 4.04134 16.0379 3.97871 16.1594C3.93137 16.2519 3.90658 16.3887 3.90434 16.5699C3.89689 17.1689 3.89856 17.8012 3.90937 18.4666C3.91011 18.5186 3.89046 18.5689 3.85458 18.6069C3.66334 18.8079 3.55467 19.0601 3.52858 19.3635C3.46632 20.0815 3.65309 20.7059 4.08887 21.2367C4.46128 21.6904 4.95428 21.9402 5.56788 21.986C5.57113 21.9863 5.5744 21.9859 5.57746 21.9847C5.58051 21.9835 5.58326 21.9816 5.58551 21.9792C5.58777 21.9768 5.58946 21.9739 5.59048 21.9707C5.59149 21.9676 5.59179 21.9642 5.59137 21.9609C5.49966 21.2787 5.60367 20.6505 5.90339 20.0764C6.07785 19.7424 6.30711 19.4511 6.59117 19.2025C7.08623 18.7689 7.67336 18.529 8.35257 18.4828C8.82861 18.4504 9.28415 18.5298 9.71919 18.721C10.0528 18.8683 10.3574 19.0789 10.6329 19.3529C11.3743 20.0906 11.6422 21.025 11.4364 22.156C11.4358 22.1594 11.4359 22.1629 11.4367 22.1662C11.4376 22.1696 11.4392 22.1727 11.4415 22.1753C11.4437 22.178 11.4465 22.1802 11.4497 22.1817C11.4529 22.1832 11.4564 22.1839 11.4599 22.184L24.3964 22.2818C24.3988 22.2818 24.4012 22.2813 24.4034 22.2802C24.4056 22.2791 24.4075 22.2775 24.409 22.2756C24.4105 22.2736 24.4115 22.2713 24.4119 22.2689C24.4123 22.2665 24.4122 22.264 24.4115 22.2617C24.2586 21.7118 24.265 21.1646 24.4305 20.62C24.7026 19.7219 25.2577 19.0899 26.0957 18.7238C26.6225 18.4938 27.1639 18.4232 27.7201 18.5119C28.0914 18.5708 28.4409 18.6947 28.7686 18.8837C29.2062 19.1365 29.5548 19.4796 29.8142 19.9132C30.0084 20.2382 30.1378 20.5857 30.2023 20.9555C30.2832 21.4177 30.2571 21.8831 30.124 22.3517C30.1233 22.3542 30.1232 22.3569 30.1237 22.3595C30.1242 22.362 30.1253 22.3644 30.127 22.3665C30.1286 22.3685 30.1307 22.3701 30.1331 22.3711C30.1355 22.3722 30.1382 22.3726 30.1408 22.3724C30.6481 22.3251 31.1299 22.2168 31.5862 22.0475C31.9202 21.9238 32.1846 21.7398 32.3791 21.4956C32.4395 21.42 32.4733 21.3508 32.4804 21.2882C32.4897 21.205 32.4675 21.1258 32.4138 21.0505C32.3713 20.9909 32.3456 20.9247 32.3366 20.852C32.3176 20.6966 32.3245 20.538 32.3573 20.3762C32.4021 20.1544 32.4259 20.0175 32.4289 19.9657C32.4401 19.7473 32.4341 19.486 32.411 19.1818C32.37 18.6461 32.2244 18.1859 31.9743 17.8012C31.8065 17.544 31.5814 17.3525 31.2988 17.2269C31.2548 17.2075 30.9803 17.1227 30.4752 16.9725C29.3046 16.6247 28.1151 16.3585 26.9065 16.174C26.4905 16.1102 26.0765 16.0368 25.6646 15.9537C24.9843 15.8165 24.3593 15.5503 23.7897 15.1552C22.0208 13.9283 20.0796 13.1021 17.9659 12.6763C16.934 12.4687 15.8917 12.3513 14.839 12.3241C13.8925 12.2995 12.9464 12.3078 12.0006 12.3492ZM11.1305 15.1619C11.1175 14.9363 11.1141 14.7106 11.1205 14.4847C11.1089 14.3073 11.1322 14.1349 11.1904 13.9675C11.2493 13.7818 11.3115 13.5973 11.3771 13.4139C11.3775 13.4128 11.3993 13.3429 11.4426 13.2042C11.4743 13.1043 11.5169 13.0091 11.5706 12.9185C11.5752 12.9109 11.5813 12.9045 11.5887 12.8995C11.596 12.8946 11.6043 12.8913 11.6131 12.8899C11.7551 12.8661 11.8985 12.8512 12.0431 12.8452C13.2211 12.7956 14.3993 12.7981 15.5777 12.8525C15.585 12.8529 15.5919 12.8562 15.5969 12.8616C15.6019 12.867 15.6047 12.8742 15.6045 12.8816L15.5268 15.6741C15.5267 15.6778 15.5259 15.6815 15.5243 15.6849C15.5228 15.6883 15.5205 15.6914 15.5178 15.6939C15.515 15.6964 15.5117 15.6983 15.5082 15.6996C15.5046 15.7008 15.5009 15.7012 15.4971 15.7009C14.0895 15.6044 12.683 15.4981 11.2776 15.3822C11.2754 15.3818 11.2547 15.3811 11.2155 15.3799C11.1432 15.3785 11.1106 15.3475 11.1177 15.2871C11.1266 15.2111 11.1309 15.1693 11.1305 15.1619ZM7.74027 14.0055C7.64149 13.8892 7.54326 13.7608 7.44559 13.6202C7.44359 13.6174 7.44236 13.6141 7.44201 13.6106C7.44166 13.6072 7.44221 13.6037 7.4436 13.6004C7.445 13.5972 7.44719 13.5943 7.44998 13.5921C7.45277 13.5899 7.45607 13.5884 7.45957 13.5878C7.97364 13.5002 8.47205 13.4085 8.9548 13.3127C8.95592 13.3123 9.20382 13.259 9.6985 13.1528C10.1529 13.0551 10.6148 12.9764 11.0841 12.9168C11.1087 12.9134 11.116 12.9231 11.1059 12.9459L10.0832 15.2463C10.0786 15.2566 10.0712 15.2654 10.0618 15.2716C10.0525 15.2777 10.0417 15.281 10.0306 15.281C9.73242 15.284 9.45377 15.2394 9.19468 15.1473C8.97474 15.0687 8.73672 14.9276 8.48062 14.724C8.2111 14.5101 7.96432 14.2705 7.74027 14.0055ZM23.188 15.4476C23.0247 15.4566 22.8771 15.5011 22.7451 15.5813C22.646 15.6416 22.5843 15.7237 22.5601 15.8273C22.5302 15.9555 22.5425 16.0853 22.597 16.2165C22.5981 16.2192 22.5986 16.2223 22.5983 16.2252C22.598 16.2282 22.5969 16.2311 22.5952 16.2335C22.5936 16.2359 22.5913 16.2378 22.5886 16.2391C22.586 16.2403 22.5831 16.2408 22.5802 16.2405L17.0472 15.8267C17.0271 15.8253 17.0081 15.8171 16.9931 15.8036C16.9782 15.79 16.9681 15.7718 16.9644 15.7518L16.4556 12.9643C16.4549 12.9611 16.455 12.9579 16.4559 12.9547C16.4567 12.9516 16.4583 12.9487 16.4604 12.9463C16.4625 12.9439 16.4652 12.9421 16.4681 12.9409C16.4711 12.9398 16.4742 12.9394 16.4774 12.9397C18.9646 13.2238 21.2503 14.0525 23.3345 15.4258C23.3707 15.4497 23.372 15.4621 23.3384 15.4633C23.2888 15.4498 23.2387 15.4446 23.188 15.4476ZM4.04414 17.0396C4.04749 16.8893 4.04414 16.7322 4.03407 16.5682C4.01953 16.3378 4.09912 16.1514 4.27284 16.009C4.43351 15.8774 4.60387 15.7307 4.78392 15.5689C4.83462 15.5231 4.89334 15.508 4.96006 15.5237C5.37721 15.621 5.78019 15.8122 6.169 16.0974C6.17764 16.1035 6.18361 16.1128 6.18568 16.1233C6.18776 16.1337 6.18579 16.1447 6.18018 16.1538C6.01205 16.4267 5.84859 16.6892 5.68979 16.9412C5.64654 17.0105 5.59957 17.0537 5.54887 17.0709C5.4937 17.0895 5.42641 17.0988 5.34701 17.0988C4.94627 17.0988 4.53136 17.0988 4.10229 17.0988C4.09451 17.0988 4.08681 17.0973 4.07964 17.0943C4.07247 17.0913 4.06599 17.0869 4.06056 17.0814C4.05514 17.0759 4.05089 17.0693 4.04807 17.0621C4.04525 17.0549 4.04391 17.0473 4.04414 17.0396ZM10.6429 16.9551C10.6429 16.9191 10.6573 16.8845 10.6827 16.8591C10.7082 16.8336 10.7428 16.8193 10.7788 16.8193H11.9598C11.9958 16.8193 12.0304 16.8336 12.0559 16.8591C12.0814 16.8845 12.0957 16.9191 12.0957 16.9551V16.963C12.0957 16.999 12.0814 17.0336 12.0559 17.0591C12.0304 17.0845 11.9958 17.0988 11.9598 17.0988H10.7788C10.7428 17.0988 10.7082 17.0845 10.6827 17.0591C10.6573 17.0336 10.6429 16.999 10.6429 16.963V16.9551ZM17.088 17.241C17.0879 17.223 17.0915 17.2052 17.0983 17.1886C17.1052 17.1719 17.1152 17.1568 17.1279 17.1441C17.1406 17.1313 17.1557 17.1212 17.1723 17.1143C17.1889 17.1074 17.2067 17.1038 17.2247 17.1038L18.3912 17.1017C18.4275 17.1017 18.4624 17.1161 18.4881 17.1417C18.5138 17.1673 18.5283 17.2022 18.5284 17.2385L18.5284 17.2542C18.5285 17.2721 18.5249 17.29 18.5181 17.3066C18.5112 17.3232 18.5012 17.3384 18.4885 17.3511C18.4758 17.3638 18.4607 17.374 18.4441 17.3809C18.4275 17.3878 18.4097 17.3914 18.3917 17.3914L17.2252 17.3934C17.1889 17.3935 17.154 17.3791 17.1283 17.3535C17.1026 17.3278 17.0881 17.293 17.088 17.2567L17.088 17.241ZM28.7563 17.2856C28.9154 17.2092 29.0826 17.1581 29.2578 17.1324C29.4036 17.1111 29.5756 17.1177 29.774 17.152C30.0312 17.1963 30.3324 17.2625 30.6776 17.3505C31.2185 17.4884 31.6159 17.8043 31.8697 18.2983C31.901 18.359 31.8949 18.4161 31.8513 18.4694C31.8002 18.5316 31.7393 18.5779 31.6684 18.6081C31.617 18.6301 31.5454 18.6507 31.4537 18.6701C31.2543 18.7119 31.0526 18.6809 30.8487 18.5773C30.1445 18.2191 29.4453 17.8508 28.7512 17.4724C28.6312 17.4071 28.6329 17.3449 28.7563 17.2856Z' fill='white'/%3E%3Cpath d='M24.7877 21.4548C24.7877 22.114 25.0496 22.7462 25.5157 23.2123C25.9819 23.6784 26.6141 23.9403 27.2733 23.9403C27.9325 23.9403 28.5647 23.6784 29.0308 23.2123C29.4969 22.7462 29.7588 22.114 29.7588 21.4548C29.7588 20.7956 29.4969 20.1634 29.0308 19.6972C28.5647 19.2311 27.9325 18.9692 27.2733 18.9692C26.9469 18.9692 26.6237 19.0335 26.3221 19.1584C26.0205 19.2833 25.7465 19.4664 25.5157 19.6972C25.2849 19.928 25.1018 20.202 24.9769 20.5036C24.852 20.8052 24.7877 21.1284 24.7877 21.4548ZM26.3652 19.676C26.9788 19.3871 27.5832 19.386 28.1786 19.6727C28.1816 19.6742 28.1844 19.6764 28.1865 19.6791C28.1887 19.6818 28.1902 19.6849 28.1911 19.6882C28.1919 19.6916 28.1921 19.6951 28.1914 19.6985C28.1908 19.7019 28.1895 19.7051 28.1875 19.7079C28.0063 19.9689 27.852 20.1418 27.7245 20.2268C27.3603 20.4695 27.0255 20.4386 26.7202 20.134C26.586 20.0002 26.4654 19.8553 26.3585 19.6995C26.3571 19.6976 26.3562 19.6954 26.3558 19.6931C26.3554 19.6908 26.3555 19.6884 26.3562 19.6862C26.3568 19.6839 26.358 19.6818 26.3595 19.6801C26.3611 19.6783 26.363 19.6769 26.3652 19.676ZM28.3442 19.7836C28.3453 19.782 28.3467 19.7807 28.3483 19.7797C28.35 19.7787 28.3518 19.778 28.3536 19.7777C28.3555 19.7774 28.3575 19.7775 28.3593 19.7779C28.3612 19.7784 28.3629 19.7792 28.3645 19.7803L28.5132 19.8876C28.5148 19.8887 28.5161 19.8901 28.5171 19.8917C28.5181 19.8933 28.5188 19.8951 28.5191 19.897C28.5194 19.8989 28.5193 19.9008 28.5189 19.9027C28.5184 19.9046 28.5176 19.9063 28.5165 19.9079L27.8329 20.8557C27.8306 20.8588 27.8272 20.861 27.8234 20.8616C27.8196 20.8622 27.8157 20.8613 27.8126 20.859L27.6638 20.7517C27.6623 20.7506 27.661 20.7492 27.66 20.7476C27.659 20.746 27.6583 20.7441 27.658 20.7423C27.6577 20.7404 27.6578 20.7384 27.6582 20.7366C27.6586 20.7347 27.6594 20.733 27.6606 20.7314L28.3442 19.7836ZM26.0322 19.919C26.028 19.9133 26.0262 19.9061 26.0273 19.8991C26.0284 19.892 26.0322 19.8857 26.0379 19.8815L26.1659 19.7875C26.1716 19.7833 26.1788 19.7815 26.1859 19.7826C26.1929 19.7837 26.1992 19.7875 26.2034 19.7932L26.886 20.7225C26.8902 20.7282 26.892 20.7354 26.8909 20.7424C26.8899 20.7495 26.886 20.7558 26.8803 20.76L26.7523 20.854C26.7466 20.8582 26.7394 20.86 26.7324 20.8589C26.7253 20.8578 26.719 20.854 26.7148 20.8483L26.0322 19.919ZM26.0084 21.4592C25.8224 21.5972 25.6017 21.6995 25.3463 21.7662C25.3392 21.768 25.3317 21.7683 25.3244 21.7669C25.3171 21.7655 25.3103 21.7626 25.3042 21.7582C25.2982 21.7539 25.2932 21.7484 25.2896 21.7419C25.2859 21.7355 25.2838 21.7283 25.2832 21.7209C25.2336 21.063 25.4263 20.5008 25.8613 20.0345C25.8644 20.0312 25.8682 20.0287 25.8723 20.027C25.8764 20.0254 25.8809 20.0246 25.8853 20.0248C25.8897 20.0251 25.894 20.0262 25.8979 20.0283C25.9018 20.0303 25.9051 20.0332 25.9078 20.0367C26.0438 20.2171 26.1525 20.4091 26.2338 20.6126C26.3736 20.9616 26.2984 21.2438 26.0084 21.4592ZM28.7198 20.0831C29.1407 20.5797 29.3165 21.131 29.2471 21.7371C29.2465 21.7433 29.2445 21.7492 29.2413 21.7544C29.2381 21.7597 29.2338 21.7642 29.2287 21.7676C29.2236 21.7711 29.2178 21.7733 29.2117 21.7742C29.2056 21.7751 29.1994 21.7747 29.1935 21.7729C28.997 21.7166 28.8028 21.6298 28.6108 21.5124C28.2578 21.2961 28.1605 20.9897 28.3189 20.5931C28.4006 20.3895 28.4975 20.2199 28.6097 20.0842C28.6163 20.0761 28.6247 20.0695 28.6341 20.0649C28.6436 20.0603 28.654 20.0579 28.6645 20.0578C28.675 20.0577 28.6854 20.0599 28.695 20.0643C28.7046 20.0687 28.713 20.0751 28.7198 20.0831ZM27.1849 20.8894C27.1849 20.8638 27.1951 20.8392 27.2132 20.821C27.2314 20.8029 27.256 20.7927 27.2816 20.7927C27.3073 20.7927 27.3319 20.8029 27.3501 20.821C27.3682 20.8392 27.3784 20.8638 27.3784 20.8894C27.3784 20.9151 27.3682 20.9397 27.3501 20.9578C27.3319 20.976 27.3073 20.9862 27.2816 20.9862C27.256 20.9862 27.2314 20.976 27.2132 20.9578C27.1951 20.9397 27.1849 20.9151 27.1849 20.8894ZM27.6166 21.3245C27.6166 21.2991 27.6267 21.2748 27.6446 21.2569C27.6625 21.2389 27.6869 21.2289 27.7122 21.2289C27.7376 21.2289 27.7619 21.2389 27.7798 21.2569C27.7978 21.2748 27.8078 21.2991 27.8078 21.3245C27.8078 21.3498 27.7978 21.3742 27.7798 21.3921C27.7619 21.41 27.7376 21.4201 27.7122 21.4201C27.6869 21.4201 27.6625 21.41 27.6446 21.3921C27.6267 21.3742 27.6166 21.3498 27.6166 21.3245ZM26.7482 21.3239C26.7482 21.3111 26.7507 21.2985 26.7556 21.2867C26.7605 21.2749 26.7677 21.2642 26.7767 21.2551C26.7857 21.2461 26.7965 21.2389 26.8083 21.234C26.8201 21.2291 26.8327 21.2266 26.8455 21.2266C26.8713 21.2266 26.896 21.2369 26.9143 21.2551C26.9325 21.2734 26.9428 21.2981 26.9428 21.3239C26.9428 21.3497 26.9325 21.3745 26.9143 21.3927C26.896 21.411 26.8713 21.4212 26.8455 21.4212C26.8327 21.4212 26.8201 21.4187 26.8083 21.4138C26.7965 21.4089 26.7857 21.4018 26.7767 21.3927C26.7677 21.3837 26.7605 21.373 26.7556 21.3612C26.7507 21.3493 26.7482 21.3367 26.7482 21.3239ZM28.0261 21.5904C28.0274 21.5866 28.0301 21.5834 28.0336 21.5816C28.0372 21.5798 28.0413 21.5795 28.0452 21.5807L29.1985 21.9577C29.2023 21.959 29.2055 21.9617 29.2073 21.9652C29.2091 21.9688 29.2094 21.9729 29.2082 21.9767L29.1519 22.149C29.1506 22.1528 29.1479 22.1559 29.1444 22.1577C29.1408 22.1595 29.1366 22.1599 29.1328 22.1586L27.9795 21.7816C27.9757 21.7804 27.9725 21.7777 27.9707 21.7741C27.9689 21.7705 27.9686 21.7664 27.9698 21.7626L28.0261 21.5904ZM25.3479 21.9969C25.3449 21.9876 25.3457 21.9774 25.3501 21.9687C25.3545 21.96 25.3622 21.9534 25.3716 21.9503L26.476 21.5893C26.4806 21.5878 26.4855 21.5872 26.4903 21.5876C26.4951 21.588 26.4999 21.5893 26.5042 21.5915C26.5085 21.5937 26.5124 21.5967 26.5155 21.6004C26.5187 21.6041 26.5211 21.6083 26.5226 21.6129L26.566 21.7458C26.569 21.7551 26.5683 21.7653 26.5638 21.774C26.5594 21.7827 26.5517 21.7893 26.5424 21.7924L25.4379 22.1534C25.4333 22.1549 25.4284 22.1555 25.4236 22.1551C25.4188 22.1547 25.4141 22.1534 25.4098 22.1512C25.4054 22.149 25.4016 22.146 25.3984 22.1423C25.3953 22.1386 25.3929 22.1344 25.3914 22.1297L25.3479 21.9969ZM27.1844 21.7578C27.1844 21.7454 27.1868 21.733 27.1916 21.7215C27.1964 21.7099 27.2034 21.6994 27.2122 21.6906C27.221 21.6818 27.2315 21.6748 27.243 21.67C27.2546 21.6652 27.2669 21.6628 27.2794 21.6628C27.3046 21.6628 27.3288 21.6728 27.3466 21.6906C27.3645 21.7084 27.3745 21.7326 27.3745 21.7578C27.3745 21.783 27.3645 21.8072 27.3466 21.8251C27.3288 21.8429 27.3046 21.8529 27.2794 21.8529C27.2669 21.8529 27.2546 21.8504 27.243 21.8457C27.2315 21.8409 27.221 21.8339 27.2122 21.8251C27.2034 21.8162 27.1964 21.8057 27.1916 21.7942C27.1868 21.7827 27.1844 21.7703 27.1844 21.7578ZM27.8928 22.2969C28.0069 22.2175 28.1103 22.1763 28.2032 22.1733C28.4839 22.1647 28.7636 22.2134 29.0425 22.3192C29.0458 22.3205 29.0489 22.3224 29.0514 22.3249C29.054 22.3275 29.056 22.3305 29.0572 22.3339C29.0585 22.3373 29.059 22.3409 29.0588 22.3446C29.0586 22.3482 29.0576 22.3518 29.0559 22.355C28.7383 22.953 28.2554 23.3097 27.6071 23.4253C27.5998 23.4267 27.5922 23.4264 27.585 23.4245C27.5778 23.4227 27.571 23.4192 27.5653 23.4144C27.5595 23.4096 27.5549 23.4036 27.5516 23.3968C27.5484 23.3899 27.5467 23.3825 27.5467 23.375C27.5448 23.0693 27.5888 22.8009 27.6787 22.5698C27.723 22.4568 27.7944 22.3658 27.8928 22.2969ZM25.5057 22.3187C25.7928 22.2095 26.0815 22.161 26.3719 22.1733C26.4681 22.1774 26.5648 22.218 26.6621 22.2952C26.7381 22.356 26.7998 22.4361 26.8472 22.5356C26.9698 22.7917 27.0146 23.0797 26.9814 23.3996C26.9809 23.4044 26.9795 23.4091 26.9771 23.4133C26.9747 23.4176 26.9714 23.4213 26.9675 23.4242C26.9636 23.4271 26.9592 23.4291 26.9544 23.4302C26.9497 23.4312 26.9448 23.4313 26.94 23.4303C26.2996 23.3028 25.8168 22.9455 25.4917 22.3584C25.4898 22.3548 25.4887 22.3509 25.4883 22.3468C25.488 22.3428 25.4885 22.3388 25.4898 22.335C25.4912 22.3312 25.4933 22.3278 25.496 22.325C25.4987 22.3222 25.5021 22.3201 25.5057 22.3187ZM27.1748 22.2633C27.1748 22.2583 27.1769 22.2535 27.1804 22.2499C27.184 22.2463 27.1888 22.2443 27.1939 22.2443H27.3638C27.3689 22.2443 27.3737 22.2463 27.3773 22.2499C27.3809 22.2535 27.3829 22.2583 27.3829 22.2633V23.4398C27.3829 23.4449 27.3809 23.4497 27.3773 23.4533C27.3737 23.4568 27.3689 23.4588 27.3638 23.4588H27.1939C27.1888 23.4588 27.184 23.4568 27.1804 23.4533C27.1769 23.4497 27.1748 23.4449 27.1748 23.4398V22.2633Z' fill='white'/%3E%3Cpath d='M6.05057 21.4554C6.05057 22.1145 6.31238 22.7465 6.7784 23.2126C7.24442 23.6786 7.87649 23.9404 8.53554 23.9404C9.19459 23.9404 9.82666 23.6786 10.2927 23.2126C10.7587 22.7465 11.0205 22.1145 11.0205 21.4554C11.0205 20.7964 10.7587 20.1643 10.2927 19.6983C9.82666 19.2323 9.19459 18.9705 8.53554 18.9705C7.87649 18.9705 7.24442 19.2323 6.7784 19.6983C6.31238 20.1643 6.05057 20.7964 6.05057 21.4554ZM7.81868 19.954C7.73294 19.8523 7.67311 19.7708 7.63918 19.7097C7.63748 19.7065 7.63644 19.7029 7.63613 19.6993C7.63583 19.6957 7.63627 19.692 7.63742 19.6886C7.63857 19.6851 7.64041 19.682 7.64283 19.6792C7.64525 19.6765 7.64819 19.6743 7.65149 19.6728C8.21849 19.3958 8.80898 19.3913 9.42295 19.6594C9.42752 19.6614 9.4316 19.6644 9.43489 19.6681C9.43818 19.6719 9.44061 19.6763 9.44199 19.6811C9.44338 19.6859 9.4437 19.691 9.44292 19.6959C9.44214 19.7008 9.44029 19.7055 9.43749 19.7097C9.30142 19.9147 9.15361 20.083 8.99406 20.2146C8.83265 20.3481 8.65651 20.4046 8.46564 20.3841C8.34188 20.3706 8.22203 20.3199 8.10609 20.232C8.00842 20.1585 7.91262 20.0659 7.81868 19.954ZM7.28939 19.9078C7.28712 19.9047 7.28618 19.9008 7.28678 19.897C7.28737 19.8932 7.28946 19.8898 7.29257 19.8875L7.43987 19.7801C7.44298 19.7778 7.44687 19.7769 7.45068 19.7775C7.45449 19.7781 7.4579 19.7802 7.46017 19.7833L8.15337 20.7339C8.15564 20.737 8.15658 20.7409 8.15598 20.7447C8.15539 20.7485 8.1533 20.7519 8.15019 20.7542L8.0029 20.8616C8.00136 20.8627 7.99961 20.8635 7.99775 20.864C7.99589 20.8644 7.99397 20.8645 7.99208 20.8642C7.9902 20.8639 7.98839 20.8633 7.98676 20.8623C7.98513 20.8613 7.98371 20.86 7.98258 20.8584L7.28939 19.9078ZM9.59962 19.7952C9.60186 19.7921 9.60468 19.7895 9.60794 19.7875C9.61119 19.7855 9.6148 19.7841 9.61858 19.7835C9.62235 19.7829 9.6262 19.7831 9.62991 19.784C9.63363 19.7848 9.63713 19.7865 9.64023 19.7887L9.76524 19.8792C9.77149 19.8837 9.77568 19.8905 9.7769 19.8981C9.77812 19.9058 9.77627 19.9135 9.77174 19.9198L9.10089 20.8465C9.09865 20.8496 9.09583 20.8522 9.09257 20.8542C9.08932 20.8562 9.08571 20.8576 9.08194 20.8582C9.07816 20.8588 9.07431 20.8587 9.0706 20.8578C9.06688 20.8569 9.06338 20.8553 9.06028 20.853L8.93527 20.7625C8.93218 20.7603 8.92955 20.7575 8.92755 20.7542C8.92555 20.751 8.92421 20.7474 8.92361 20.7436C8.923 20.7398 8.92315 20.736 8.92403 20.7322C8.92492 20.7285 8.92653 20.725 8.92877 20.7219L9.59962 19.7952ZM10.0721 20.1878C10.4416 20.6392 10.5864 21.16 10.5066 21.7501C10.5062 21.7537 10.5049 21.7572 10.5031 21.7604C10.5012 21.7635 10.4987 21.7662 10.4958 21.7683C10.4928 21.7704 10.4895 21.7719 10.486 21.7726C10.4824 21.7733 10.4788 21.7733 10.4753 21.7725C10.23 21.7132 10.0108 21.615 9.81772 21.4778C9.49788 21.2508 9.41885 20.9505 9.58064 20.577C9.64774 20.4226 9.73143 20.278 9.8317 20.143C9.88837 20.0249 9.94596 20.0079 10.0045 20.0922C10.0466 20.1526 10.0692 20.1844 10.0721 20.1878ZM7.17507 20.0502C7.3294 20.2348 7.44235 20.4366 7.51393 20.6558C7.56873 20.8232 7.57861 20.9699 7.54356 21.0959C7.50107 21.2498 7.40769 21.3762 7.26342 21.475C7.07554 21.604 6.85746 21.702 6.60919 21.7691C6.60346 21.7706 6.59748 21.7709 6.59165 21.7699C6.58582 21.7689 6.58028 21.7667 6.5754 21.7634C6.57053 21.7601 6.56643 21.7558 6.56338 21.7508C6.56033 21.7458 6.55841 21.7403 6.55774 21.7345C6.4802 21.0936 6.66603 20.5317 7.11524 20.0485C7.11905 20.0444 7.1237 20.0412 7.12889 20.039C7.13408 20.0368 7.13969 20.0358 7.14534 20.0359C7.151 20.0361 7.15657 20.0374 7.1617 20.0399C7.16682 20.0424 7.17138 20.0459 7.17507 20.0502ZM8.44551 20.8912C8.44551 20.8648 8.456 20.8395 8.47467 20.8208C8.49333 20.8022 8.51865 20.7917 8.54504 20.7917C8.57144 20.7917 8.59676 20.8022 8.61543 20.8208C8.63409 20.8395 8.64458 20.8648 8.64458 20.8912C8.64458 20.9176 8.63409 20.9429 8.61543 20.9616C8.59676 20.9803 8.57144 20.9908 8.54504 20.9908C8.51865 20.9908 8.49333 20.9803 8.47467 20.9616C8.456 20.9429 8.44551 20.9176 8.44551 20.8912ZM8.88111 21.3251C8.88111 21.3001 8.89107 21.276 8.90879 21.2583C8.92651 21.2406 8.95055 21.2306 8.97561 21.2306C8.98802 21.2306 9.00031 21.2331 9.01177 21.2378C9.02324 21.2426 9.03366 21.2495 9.04243 21.2583C9.05121 21.2671 9.05817 21.2775 9.06292 21.289C9.06766 21.3004 9.07011 21.3127 9.07011 21.3251C9.07011 21.3502 9.06015 21.3742 9.04243 21.392C9.02471 21.4097 9.00067 21.4196 8.97561 21.4196C8.95055 21.4196 8.92651 21.4097 8.90879 21.392C8.89107 21.3742 8.88111 21.3502 8.88111 21.3251ZM8.0088 21.3246C8.0088 21.2988 8.01905 21.274 8.0373 21.2558C8.05554 21.2375 8.08029 21.2273 8.10609 21.2273C8.1319 21.2273 8.15665 21.2375 8.17489 21.2558C8.19314 21.274 8.20339 21.2988 8.20339 21.3246C8.20339 21.3504 8.19314 21.3751 8.17489 21.3934C8.15665 21.4116 8.1319 21.4219 8.10609 21.4219C8.08029 21.4219 8.05554 21.4116 8.0373 21.3934C8.01905 21.3751 8.0088 21.3504 8.0088 21.3246ZM9.28478 21.5983C9.28672 21.5924 9.29093 21.5874 9.29648 21.5846C9.30204 21.5818 9.30848 21.5813 9.3144 21.5833L10.4497 21.9543C10.4556 21.9563 10.4605 21.9605 10.4633 21.966C10.4662 21.9716 10.4667 21.978 10.4647 21.9839L10.4133 22.1413C10.4114 22.1472 10.4072 22.1521 10.4016 22.1549C10.396 22.1577 10.3896 22.1582 10.3837 22.1563L9.24839 21.7852C9.24247 21.7833 9.23756 21.7791 9.23474 21.7735C9.23192 21.768 9.23143 21.7615 9.23336 21.7556L9.28478 21.5983ZM6.61002 21.9875C6.60884 21.9839 6.60839 21.98 6.60868 21.9762C6.60898 21.9724 6.61003 21.9687 6.61176 21.9653C6.6135 21.9619 6.61588 21.9589 6.61879 21.9564C6.62169 21.9539 6.62505 21.952 6.62868 21.9509L7.74973 21.5866C7.75707 21.5842 7.76505 21.5849 7.77192 21.5884C7.77879 21.5919 7.78399 21.5979 7.78637 21.6053L7.83406 21.7521C7.83524 21.7557 7.8357 21.7595 7.8354 21.7633C7.8351 21.7671 7.83405 21.7708 7.83232 21.7742C7.83059 21.7776 7.8282 21.7807 7.82529 21.7831C7.82239 21.7856 7.81903 21.7875 7.8154 21.7887L6.69435 22.1529C6.68702 22.1553 6.67904 22.1547 6.67216 22.1512C6.66529 22.1477 6.66009 22.1416 6.65771 22.1343L6.61002 21.9875ZM8.44719 21.7568C8.44719 21.7313 8.45732 21.7068 8.47536 21.6888C8.4934 21.6708 8.51786 21.6606 8.54337 21.6606C8.56888 21.6606 8.59334 21.6708 8.61138 21.6888C8.62941 21.7068 8.63955 21.7313 8.63955 21.7568C8.63955 21.7823 8.62941 21.8068 8.61138 21.8248C8.59334 21.8429 8.56888 21.853 8.54337 21.853C8.51786 21.853 8.4934 21.8429 8.47536 21.8248C8.45732 21.8068 8.44719 21.7823 8.44719 21.7568ZM9.10534 22.3384C9.19928 22.2478 9.29341 22.1975 9.38772 22.1874C9.68147 22.1557 9.97989 22.1967 10.283 22.3104C10.2892 22.3128 10.2949 22.3164 10.2996 22.3211C10.3043 22.3258 10.308 22.3314 10.3104 22.3376C10.3128 22.3438 10.3138 22.3504 10.3134 22.357C10.313 22.3636 10.3112 22.37 10.3081 22.3758C10.0144 22.9331 9.53143 23.2841 8.8593 23.4288C8.85409 23.4299 8.84868 23.4299 8.84347 23.4287C8.83826 23.4275 8.83339 23.4252 8.8292 23.4218C8.82502 23.4185 8.82163 23.4143 8.8193 23.4095C8.81696 23.4047 8.81572 23.3994 8.81568 23.3941C8.81308 23.1891 8.82239 23.0099 8.84364 22.8567C8.87197 22.6524 8.95921 22.4796 9.10534 22.3384ZM8.06304 22.4496C8.23154 22.7281 8.2923 23.0461 8.24533 23.4036C8.24479 23.4072 8.24353 23.4107 8.24162 23.4138C8.23971 23.4169 8.2372 23.4196 8.23423 23.4218C8.23126 23.4239 8.22789 23.4254 8.22432 23.4262C8.22075 23.4271 8.21706 23.4272 8.21346 23.4265C7.55102 23.3061 7.06715 22.9492 6.76184 22.3557C6.76018 22.3525 6.75921 22.349 6.75899 22.3454C6.75878 22.3418 6.75932 22.3382 6.76059 22.3348C6.76185 22.3314 6.76381 22.3284 6.76634 22.3258C6.76887 22.3232 6.77191 22.3212 6.77526 22.3199C6.98849 22.2331 7.20881 22.1844 7.4362 22.174C7.57712 22.1676 7.69268 22.1818 7.78289 22.2165C7.90405 22.2634 7.99743 22.3412 8.06304 22.4496ZM8.43321 22.2601C8.43321 22.2561 8.4348 22.2522 8.43763 22.2494C8.44046 22.2466 8.4443 22.245 8.44831 22.245H8.62948C8.63348 22.245 8.63732 22.2466 8.64016 22.2494C8.64299 22.2522 8.64458 22.2561 8.64458 22.2601V23.4433C8.64458 23.4473 8.64299 23.4511 8.64016 23.454C8.63732 23.4568 8.63348 23.4584 8.62948 23.4584H8.44831C8.4443 23.4584 8.44046 23.4568 8.43763 23.454C8.4348 23.4511 8.43321 23.4473 8.43321 23.4433V22.2601Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--oilBusiness label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M19.3295 22.9551H20.2579L20.2441 22.8379C20.2363 22.7747 20.2322 22.7112 20.232 22.6476C20.2315 22.3245 20.3282 22.0088 20.5095 21.7414L20.5349 21.7063H19.3291L19.3295 22.9551Z' fill='%23004798'/%3E%3Cpath d='M26.6987 12.7169L26.3799 12.5554V15.1786H29.2706C28.676 14.1215 27.7808 13.2647 26.6987 12.7169Z' fill='%23004798'/%3E%3Cpath d='M12.1422 21.7268C12.3231 21.9941 12.4197 22.3095 12.4193 22.6322C12.4184 22.7356 12.4072 22.8386 12.3859 22.9397H16.0289L18.5766 21.6909H12.1172L12.1422 21.7268Z' fill='%23004798'/%3E%3Cpath d='M8.41078 21.7268C8.59182 21.994 8.68848 22.3094 8.68825 22.6322C8.68722 22.7356 8.6759 22.8386 8.65445 22.9397H9.20438L9.19019 22.8225C9.18258 22.7593 9.17854 22.6958 9.17809 22.6322C9.17781 22.309 9.27462 21.9931 9.45598 21.7256L9.48101 21.6909H8.38574L8.41078 21.7268Z' fill='%23004798'/%3E%3Cpath d='M31.5879 16.6848C31.4735 16.3189 31.1352 16.0698 30.7534 15.4748H26.4674V20.4634H25.9375V12.1377H25.562V21.1177L26.4662 21.6096V21.7064H23.1699L23.195 21.7423C23.3762 22.0094 23.4729 22.3249 23.4724 22.6477C23.4718 22.7742 23.4564 22.9003 23.4265 23.0232H27.3044C27.2464 22.7848 27.2433 22.5363 27.2954 22.2965C27.3475 22.0567 27.4533 21.8318 27.605 21.6389C27.7566 21.4459 27.9501 21.2899 28.1708 21.1827C28.3915 21.0754 28.6337 21.0197 28.8791 21.0197C29.1245 21.0197 29.3667 21.0754 29.5874 21.1827C29.8081 21.2899 30.0016 21.4459 30.1532 21.6389C30.3049 21.8318 30.4107 22.0567 30.4628 22.2965C30.5149 22.5363 30.5118 22.7848 30.4538 23.0232H31.2966L31.6271 22.999C31.8517 22.9826 32.0617 22.8818 32.2151 22.7168C32.3684 22.5519 32.4536 22.3351 32.4536 22.1099V19.4616L31.5879 16.6848ZM28.867 18.2662H28.2132C28.134 18.2662 28.0555 18.2506 27.9824 18.2203C27.9092 18.1899 27.8427 18.1455 27.7867 18.0895C27.7307 18.0334 27.6863 17.9669 27.656 17.8937C27.6258 17.8205 27.6102 17.7421 27.6103 17.6629V16.5501H28.867V18.2662ZM30.0557 19.0214L29.4203 18.406L29.4107 16.5501H30.6766C30.8 16.55 30.9202 16.5896 31.0194 16.663C31.1186 16.7364 31.1917 16.8397 31.2278 16.9577L31.8582 19.0214H30.0557Z' fill='%23004798'/%3E%3Cpath d='M7.06968 22.3335C7.01109 22.3335 6.95382 22.3509 6.9051 22.3834C6.85638 22.416 6.81841 22.4622 6.79599 22.5164C6.77357 22.5705 6.7677 22.6301 6.77913 22.6875C6.79056 22.745 6.81877 22.7978 6.86021 22.8392C6.90164 22.8806 6.95442 22.9089 7.01188 22.9203C7.06935 22.9317 7.12892 22.9259 7.18305 22.9034C7.23718 22.881 7.28345 22.843 7.316 22.7943C7.34855 22.7456 7.36593 22.6883 7.36593 22.6297C7.36593 22.5512 7.33471 22.4758 7.27916 22.4203C7.2236 22.3647 7.14825 22.3335 7.06968 22.3335Z' fill='%23004798'/%3E%3Cpath d='M7.06976 21.3596C6.81844 21.3595 6.57274 21.434 6.36375 21.5736C6.15475 21.7131 5.99184 21.9116 5.89562 22.1437C5.79941 22.3759 5.77421 22.6314 5.82322 22.8779C5.87223 23.1244 5.99324 23.3508 6.17095 23.5285C6.34866 23.7062 6.57509 23.8272 6.82158 23.8763C7.06808 23.9253 7.32357 23.9001 7.55574 23.8039C7.78791 23.7076 7.98634 23.5447 8.12591 23.3357C8.26549 23.1267 8.33994 22.881 8.33986 22.6297C8.33986 22.4629 8.30701 22.2978 8.24318 22.1437C8.17935 21.9896 8.0858 21.8496 7.96786 21.7316C7.84992 21.6137 7.7099 21.5201 7.55581 21.4563C7.40171 21.3925 7.23656 21.3596 7.06976 21.3596ZM7.06976 23.3169C6.93383 23.317 6.80092 23.2768 6.68786 23.2013C6.57479 23.1258 6.48665 23.0186 6.43457 22.893C6.38249 22.7674 6.36883 22.6292 6.39529 22.4959C6.42176 22.3626 6.48718 22.2401 6.58327 22.1439C6.67936 22.0478 6.80181 21.9823 6.93512 21.9557C7.06844 21.9292 7.20663 21.9428 7.33223 21.9948C7.45782 22.0468 7.56518 22.1349 7.64071 22.2479C7.71624 22.3609 7.75655 22.4938 7.75655 22.6297C7.75644 22.8119 7.68406 22.9865 7.5553 23.1154C7.42653 23.2442 7.25192 23.3167 7.06976 23.3169Z' fill='%23004798'/%3E%3Cpath d='M10.806 22.3335C10.7474 22.3335 10.6901 22.3509 10.6414 22.3834C10.5927 22.416 10.5547 22.4622 10.5323 22.5164C10.5099 22.5705 10.504 22.6301 10.5155 22.6875C10.5269 22.745 10.5551 22.7978 10.5965 22.8392C10.638 22.8806 10.6907 22.9089 10.7482 22.9203C10.8057 22.9317 10.8652 22.9259 10.9194 22.9034C10.9735 22.881 11.0198 22.843 11.0523 22.7943C11.0849 22.7456 11.1023 22.6883 11.1023 22.6297C11.1023 22.5512 11.071 22.4758 11.0155 22.4203C10.9599 22.3647 10.8846 22.3335 10.806 22.3335Z' fill='%23004798'/%3E%3Cpath d='M10.8066 21.3596C10.5553 21.3596 10.3097 21.4341 10.1007 21.5738C9.8918 21.7134 9.72896 21.9118 9.63281 22.144C9.53666 22.3762 9.51152 22.6317 9.56058 22.8782C9.60963 23.1246 9.73068 23.351 9.90841 23.5287C10.0861 23.7063 10.3126 23.8273 10.559 23.8763C10.8055 23.9253 11.061 23.9 11.2931 23.8038C11.5253 23.7076 11.7237 23.5447 11.8632 23.3357C12.0028 23.1267 12.0772 22.881 12.0772 22.6297C12.0772 22.4629 12.0443 22.2977 11.9804 22.1436C11.9166 21.9895 11.823 21.8494 11.705 21.7315C11.587 21.6135 11.447 21.52 11.2928 21.4562C11.1387 21.3924 10.9735 21.3596 10.8066 21.3596ZM10.8066 23.3169C10.6707 23.3169 10.5379 23.2766 10.4249 23.2011C10.3118 23.1256 10.2238 23.0183 10.1718 22.8927C10.1197 22.7671 10.1061 22.629 10.1326 22.4956C10.1592 22.3623 10.2246 22.2399 10.3207 22.1438C10.4168 22.0477 10.5393 21.9822 10.6726 21.9557C10.8059 21.9292 10.9441 21.9428 11.0696 21.9948C11.1952 22.0468 11.3025 22.1349 11.378 22.2479C11.4535 22.3609 11.4938 22.4938 11.4938 22.6297C11.4938 22.812 11.4215 22.9868 11.2926 23.1156C11.1637 23.2445 10.9889 23.3169 10.8066 23.3169Z' fill='%23004798'/%3E%3Cpath d='M21.8529 22.3335C21.7943 22.3335 21.737 22.3509 21.6883 22.3834C21.6396 22.416 21.6016 22.4622 21.5792 22.5164C21.5568 22.5705 21.5509 22.6301 21.5623 22.6875C21.5738 22.745 21.602 22.7978 21.6434 22.8392C21.6848 22.8806 21.7376 22.9089 21.7951 22.9203C21.8526 22.9317 21.9121 22.9259 21.9663 22.9034C22.0204 22.881 22.0667 22.843 22.0992 22.7943C22.1318 22.7456 22.1491 22.6883 22.1491 22.6297C22.1491 22.5512 22.1179 22.4758 22.0624 22.4203C22.0068 22.3647 21.9315 22.3335 21.8529 22.3335Z' fill='%23004798'/%3E%3Cpath d='M21.853 21.3596C21.6016 21.3595 21.3559 21.434 21.1469 21.5736C20.9379 21.7131 20.775 21.9116 20.6788 22.1437C20.5826 22.3759 20.5574 22.6314 20.6064 22.8779C20.6554 23.1244 20.7764 23.3508 20.9542 23.5285C21.1319 23.7062 21.3583 23.8272 21.6048 23.8763C21.8513 23.9253 22.1068 23.9001 22.3389 23.8039C22.5711 23.7076 22.7695 23.5447 22.9091 23.3357C23.0487 23.1267 23.1231 22.881 23.1231 22.6297C23.1231 22.4629 23.0902 22.2978 23.0264 22.1437C22.9626 21.9896 22.869 21.8496 22.7511 21.7316C22.6331 21.6137 22.4931 21.5201 22.339 21.4563C22.1849 21.3925 22.0198 21.3596 21.853 21.3596ZM21.853 23.3169C21.717 23.317 21.5841 23.2768 21.4711 23.2013C21.358 23.1258 21.2698 23.0186 21.2178 22.893C21.1657 22.7674 21.152 22.6292 21.1785 22.4959C21.205 22.3626 21.2704 22.2401 21.3665 22.1439C21.4626 22.0478 21.585 21.9823 21.7183 21.9557C21.8516 21.9292 21.9898 21.9428 22.1154 21.9948C22.241 22.0468 22.3484 22.1349 22.4239 22.2479C22.4994 22.3609 22.5397 22.4938 22.5397 22.6297C22.5397 22.8119 22.4674 22.9866 22.3386 23.1155C22.2098 23.2444 22.0351 23.3168 21.853 23.3169Z' fill='%23004798'/%3E%3Cpath d='M28.8812 22.3335C28.8226 22.3335 28.7653 22.3509 28.7166 22.3834C28.6679 22.416 28.6299 22.4622 28.6075 22.5164C28.5851 22.5705 28.5792 22.6301 28.5907 22.6875C28.6021 22.745 28.6303 22.7978 28.6717 22.8392C28.7132 22.8806 28.7659 22.9089 28.8234 22.9203C28.8809 22.9317 28.9404 22.9259 28.9946 22.9034C29.0487 22.881 29.095 22.843 29.1275 22.7943C29.1601 22.7456 29.1775 22.6883 29.1775 22.6297C29.1775 22.5512 29.1462 22.4758 29.0907 22.4203C29.0351 22.3647 28.9598 22.3335 28.8812 22.3335Z' fill='%23004798'/%3E%3Cpath d='M28.8809 21.3596C28.6296 21.3596 28.3839 21.4341 28.175 21.5738C27.966 21.7134 27.8032 21.9118 27.707 22.144C27.6109 22.3762 27.5857 22.6317 27.6348 22.8782C27.6839 23.1246 27.8049 23.351 27.9826 23.5287C28.1604 23.7063 28.3868 23.8273 28.6333 23.8763C28.8797 23.9253 29.1352 23.9 29.3674 23.8038C29.5995 23.7076 29.7979 23.5447 29.9375 23.3357C30.077 23.1267 30.1515 22.881 30.1514 22.6297C30.1514 22.4629 30.1185 22.2977 30.0547 22.1436C29.9908 21.9895 29.8972 21.8494 29.7792 21.7315C29.6612 21.6135 29.5212 21.52 29.367 21.4562C29.2129 21.3924 29.0477 21.3596 28.8809 21.3596ZM28.8809 23.3169C28.745 23.3169 28.6121 23.2766 28.4991 23.2011C28.3861 23.1256 28.298 23.0183 28.246 22.8927C28.194 22.7671 28.1804 22.629 28.2069 22.4956C28.2334 22.3623 28.2988 22.2399 28.3949 22.1438C28.491 22.0477 28.6135 21.9822 28.7468 21.9557C28.8801 21.9292 29.0183 21.9428 29.1439 21.9948C29.2694 22.0468 29.3767 22.1349 29.4523 22.2479C29.5278 22.3609 29.5681 22.4938 29.5681 22.6297C29.5681 22.812 29.4957 22.9868 29.3668 23.1156C29.2379 23.2445 29.0631 23.3169 28.8809 23.3169Z' fill='%23004798'/%3E%3Cpath d='M25.6143 12.1377H3.54199V21.1502H25.6143V12.1377Z' fill='%23004798'/%3E%3Cpath d='M3.54325 22.9314H5.49304L5.47926 22.815C5.47144 22.7525 5.4674 22.6895 5.46716 22.6264C5.46682 22.3059 5.56277 21.9926 5.74255 21.7273L5.76759 21.6926H3.54199L3.54325 22.9314Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E") left top / 36px 36px no-repeat;
}
.left_buy_filter .catalog_filter__group_body_wrapper.this--icons_checkboxes .catalog_filter__item.this--oilBusiness input:checked + label {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='%23004798'/%3E%3Cpath d='M19.3295 22.9551H20.2579L20.2441 22.8379C20.2363 22.7747 20.2322 22.7112 20.232 22.6476C20.2315 22.3245 20.3282 22.0088 20.5095 21.7414L20.5349 21.7063H19.3291L19.3295 22.9551Z' fill='white'/%3E%3Cpath d='M26.6987 12.7169L26.3799 12.5554V15.1786H29.2706C28.676 14.1215 27.7808 13.2647 26.6987 12.7169Z' fill='white'/%3E%3Cpath d='M12.1422 21.7268C12.3231 21.9941 12.4197 22.3095 12.4193 22.6322C12.4184 22.7356 12.4072 22.8386 12.3859 22.9397H16.0289L18.5766 21.6909H12.1172L12.1422 21.7268Z' fill='white'/%3E%3Cpath d='M8.41078 21.7268C8.59182 21.994 8.68848 22.3094 8.68825 22.6322C8.68722 22.7356 8.6759 22.8386 8.65445 22.9397H9.20438L9.19019 22.8225C9.18258 22.7593 9.17854 22.6958 9.17809 22.6322C9.17781 22.309 9.27462 21.9931 9.45598 21.7256L9.48101 21.6909H8.38574L8.41078 21.7268Z' fill='white'/%3E%3Cpath d='M31.5879 16.6848C31.4735 16.3189 31.1352 16.0698 30.7534 15.4748H26.4674V20.4634H25.9375V12.1377H25.562V21.1177L26.4662 21.6096V21.7064H23.1699L23.195 21.7423C23.3762 22.0094 23.4729 22.3249 23.4724 22.6477C23.4718 22.7742 23.4564 22.9003 23.4265 23.0232H27.3044C27.2464 22.7848 27.2433 22.5363 27.2954 22.2965C27.3475 22.0567 27.4533 21.8318 27.605 21.6389C27.7566 21.4459 27.9501 21.2899 28.1708 21.1827C28.3915 21.0754 28.6337 21.0197 28.8791 21.0197C29.1245 21.0197 29.3667 21.0754 29.5874 21.1827C29.8081 21.2899 30.0016 21.4459 30.1532 21.6389C30.3049 21.8318 30.4107 22.0567 30.4628 22.2965C30.5149 22.5363 30.5118 22.7848 30.4538 23.0232H31.2966L31.6271 22.999C31.8517 22.9826 32.0617 22.8818 32.2151 22.7168C32.3684 22.5519 32.4536 22.3351 32.4536 22.1099V19.4616L31.5879 16.6848ZM28.867 18.2662H28.2132C28.134 18.2662 28.0555 18.2506 27.9824 18.2203C27.9092 18.1899 27.8427 18.1455 27.7867 18.0895C27.7307 18.0334 27.6863 17.9669 27.656 17.8937C27.6258 17.8205 27.6102 17.7421 27.6103 17.6629V16.5501H28.867V18.2662ZM30.0557 19.0214L29.4203 18.406L29.4107 16.5501H30.6766C30.8 16.55 30.9202 16.5896 31.0194 16.663C31.1186 16.7364 31.1917 16.8397 31.2278 16.9577L31.8582 19.0214H30.0557Z' fill='white'/%3E%3Cpath d='M7.06968 22.3335C7.01109 22.3335 6.95382 22.3509 6.9051 22.3834C6.85638 22.416 6.81841 22.4622 6.79599 22.5164C6.77357 22.5705 6.7677 22.6301 6.77913 22.6875C6.79056 22.745 6.81877 22.7978 6.86021 22.8392C6.90164 22.8806 6.95442 22.9089 7.01188 22.9203C7.06935 22.9317 7.12892 22.9259 7.18305 22.9034C7.23718 22.881 7.28345 22.843 7.316 22.7943C7.34855 22.7456 7.36593 22.6883 7.36593 22.6297C7.36593 22.5512 7.33471 22.4758 7.27916 22.4203C7.2236 22.3647 7.14825 22.3335 7.06968 22.3335Z' fill='white'/%3E%3Cpath d='M7.06976 21.3596C6.81844 21.3595 6.57274 21.434 6.36375 21.5736C6.15475 21.7131 5.99184 21.9116 5.89562 22.1437C5.79941 22.3759 5.77421 22.6314 5.82322 22.8779C5.87223 23.1244 5.99324 23.3508 6.17095 23.5285C6.34866 23.7062 6.57509 23.8272 6.82158 23.8763C7.06808 23.9253 7.32357 23.9001 7.55574 23.8039C7.78791 23.7076 7.98634 23.5447 8.12591 23.3357C8.26549 23.1267 8.33994 22.881 8.33986 22.6297C8.33986 22.4629 8.30701 22.2978 8.24318 22.1437C8.17935 21.9896 8.0858 21.8496 7.96786 21.7316C7.84992 21.6137 7.7099 21.5201 7.55581 21.4563C7.40171 21.3925 7.23656 21.3596 7.06976 21.3596ZM7.06976 23.3169C6.93383 23.317 6.80092 23.2768 6.68786 23.2013C6.57479 23.1258 6.48665 23.0186 6.43457 22.893C6.38249 22.7674 6.36883 22.6292 6.39529 22.4959C6.42176 22.3626 6.48718 22.2401 6.58327 22.1439C6.67936 22.0478 6.80181 21.9823 6.93512 21.9557C7.06844 21.9292 7.20663 21.9428 7.33223 21.9948C7.45782 22.0468 7.56518 22.1349 7.64071 22.2479C7.71624 22.3609 7.75655 22.4938 7.75655 22.6297C7.75644 22.8119 7.68406 22.9865 7.5553 23.1154C7.42653 23.2442 7.25192 23.3167 7.06976 23.3169Z' fill='white'/%3E%3Cpath d='M10.806 22.3335C10.7474 22.3335 10.6901 22.3509 10.6414 22.3834C10.5927 22.416 10.5547 22.4622 10.5323 22.5164C10.5099 22.5705 10.504 22.6301 10.5155 22.6875C10.5269 22.745 10.5551 22.7978 10.5965 22.8392C10.638 22.8806 10.6907 22.9089 10.7482 22.9203C10.8057 22.9317 10.8652 22.9259 10.9194 22.9034C10.9735 22.881 11.0198 22.843 11.0523 22.7943C11.0849 22.7456 11.1023 22.6883 11.1023 22.6297C11.1023 22.5512 11.071 22.4758 11.0155 22.4203C10.9599 22.3647 10.8846 22.3335 10.806 22.3335Z' fill='white'/%3E%3Cpath d='M10.8066 21.3596C10.5553 21.3596 10.3097 21.4341 10.1007 21.5738C9.8918 21.7134 9.72896 21.9118 9.63281 22.144C9.53666 22.3762 9.51152 22.6317 9.56058 22.8782C9.60963 23.1246 9.73068 23.351 9.90841 23.5287C10.0861 23.7063 10.3126 23.8273 10.559 23.8763C10.8055 23.9253 11.061 23.9 11.2931 23.8038C11.5253 23.7076 11.7237 23.5447 11.8632 23.3357C12.0028 23.1267 12.0772 22.881 12.0772 22.6297C12.0772 22.4629 12.0443 22.2977 11.9804 22.1436C11.9166 21.9895 11.823 21.8494 11.705 21.7315C11.587 21.6135 11.447 21.52 11.2928 21.4562C11.1387 21.3924 10.9735 21.3596 10.8066 21.3596ZM10.8066 23.3169C10.6707 23.3169 10.5379 23.2766 10.4249 23.2011C10.3118 23.1256 10.2238 23.0183 10.1718 22.8927C10.1197 22.7671 10.1061 22.629 10.1326 22.4956C10.1592 22.3623 10.2246 22.2399 10.3207 22.1438C10.4168 22.0477 10.5393 21.9822 10.6726 21.9557C10.8059 21.9292 10.9441 21.9428 11.0696 21.9948C11.1952 22.0468 11.3025 22.1349 11.378 22.2479C11.4535 22.3609 11.4938 22.4938 11.4938 22.6297C11.4938 22.812 11.4215 22.9868 11.2926 23.1156C11.1637 23.2445 10.9889 23.3169 10.8066 23.3169Z' fill='white'/%3E%3Cpath d='M21.8529 22.3335C21.7943 22.3335 21.737 22.3509 21.6883 22.3834C21.6396 22.416 21.6016 22.4622 21.5792 22.5164C21.5568 22.5705 21.5509 22.6301 21.5623 22.6875C21.5738 22.745 21.602 22.7978 21.6434 22.8392C21.6848 22.8806 21.7376 22.9089 21.7951 22.9203C21.8526 22.9317 21.9121 22.9259 21.9663 22.9034C22.0204 22.881 22.0667 22.843 22.0992 22.7943C22.1318 22.7456 22.1491 22.6883 22.1491 22.6297C22.1491 22.5512 22.1179 22.4758 22.0624 22.4203C22.0068 22.3647 21.9315 22.3335 21.8529 22.3335Z' fill='white'/%3E%3Cpath d='M21.853 21.3596C21.6016 21.3595 21.3559 21.434 21.1469 21.5736C20.9379 21.7131 20.775 21.9116 20.6788 22.1437C20.5826 22.3759 20.5574 22.6314 20.6064 22.8779C20.6554 23.1244 20.7764 23.3508 20.9542 23.5285C21.1319 23.7062 21.3583 23.8272 21.6048 23.8763C21.8513 23.9253 22.1068 23.9001 22.3389 23.8039C22.5711 23.7076 22.7695 23.5447 22.9091 23.3357C23.0487 23.1267 23.1231 22.881 23.1231 22.6297C23.1231 22.4629 23.0902 22.2978 23.0264 22.1437C22.9626 21.9896 22.869 21.8496 22.7511 21.7316C22.6331 21.6137 22.4931 21.5201 22.339 21.4563C22.1849 21.3925 22.0198 21.3596 21.853 21.3596ZM21.853 23.3169C21.717 23.317 21.5841 23.2768 21.4711 23.2013C21.358 23.1258 21.2698 23.0186 21.2178 22.893C21.1657 22.7674 21.152 22.6292 21.1785 22.4959C21.205 22.3626 21.2704 22.2401 21.3665 22.1439C21.4626 22.0478 21.585 21.9823 21.7183 21.9557C21.8516 21.9292 21.9898 21.9428 22.1154 21.9948C22.241 22.0468 22.3484 22.1349 22.4239 22.2479C22.4994 22.3609 22.5397 22.4938 22.5397 22.6297C22.5397 22.8119 22.4674 22.9866 22.3386 23.1155C22.2098 23.2444 22.0351 23.3168 21.853 23.3169Z' fill='white'/%3E%3Cpath d='M28.8812 22.3335C28.8226 22.3335 28.7653 22.3509 28.7166 22.3834C28.6679 22.416 28.6299 22.4622 28.6075 22.5164C28.5851 22.5705 28.5792 22.6301 28.5907 22.6875C28.6021 22.745 28.6303 22.7978 28.6717 22.8392C28.7132 22.8806 28.7659 22.9089 28.8234 22.9203C28.8809 22.9317 28.9404 22.9259 28.9946 22.9034C29.0487 22.881 29.095 22.843 29.1275 22.7943C29.1601 22.7456 29.1775 22.6883 29.1775 22.6297C29.1775 22.5512 29.1462 22.4758 29.0907 22.4203C29.0351 22.3647 28.9598 22.3335 28.8812 22.3335Z' fill='white'/%3E%3Cpath d='M28.8809 21.3596C28.6296 21.3596 28.3839 21.4341 28.175 21.5738C27.966 21.7134 27.8032 21.9118 27.707 22.144C27.6109 22.3762 27.5857 22.6317 27.6348 22.8782C27.6839 23.1246 27.8049 23.351 27.9826 23.5287C28.1604 23.7063 28.3868 23.8273 28.6333 23.8763C28.8797 23.9253 29.1352 23.9 29.3674 23.8038C29.5995 23.7076 29.7979 23.5447 29.9375 23.3357C30.077 23.1267 30.1515 22.881 30.1514 22.6297C30.1514 22.4629 30.1185 22.2977 30.0547 22.1436C29.9908 21.9895 29.8972 21.8494 29.7792 21.7315C29.6612 21.6135 29.5212 21.52 29.367 21.4562C29.2129 21.3924 29.0477 21.3596 28.8809 21.3596ZM28.8809 23.3169C28.745 23.3169 28.6121 23.2766 28.4991 23.2011C28.3861 23.1256 28.298 23.0183 28.246 22.8927C28.194 22.7671 28.1804 22.629 28.2069 22.4956C28.2334 22.3623 28.2988 22.2399 28.3949 22.1438C28.491 22.0477 28.6135 21.9822 28.7468 21.9557C28.8801 21.9292 29.0183 21.9428 29.1439 21.9948C29.2694 22.0468 29.3767 22.1349 29.4523 22.2479C29.5278 22.3609 29.5681 22.4938 29.5681 22.6297C29.5681 22.812 29.4957 22.9868 29.3668 23.1156C29.2379 23.2445 29.0631 23.3169 28.8809 23.3169Z' fill='white'/%3E%3Cpath d='M25.6143 12.1377H3.54199V21.1502H25.6143V12.1377Z' fill='white'/%3E%3Cpath d='M3.54325 22.9314H5.49304L5.47926 22.815C5.47144 22.7525 5.4674 22.6895 5.46716 22.6264C5.46682 22.3059 5.56277 21.9926 5.74255 21.7273L5.76759 21.6926H3.54199L3.54325 22.9314Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E") left top / 36px 36px no-repeat;
}
.change-and-buy__tab_container {
  flex: 1 1 auto;
  position: relative;
  height: 600px;
}
@media (max-width: 1024px) {
  .change-and-buy__tab_container {
    height: auto;
  }
}
.change-and-buy__tab_container::after {
  position: absolute;
  content: '';
  top: -34px;
  left: 297px;
  height: 34px;
  background: #E7332B;
  width: calc(100% - 297px + (100vw - 1130px) / 2);
  -webkit-clip-path: polygon(8px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(8px 0%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1206px) {
  .change-and-buy__tab_container::after {
    width: calc(100% - 297px + 40px);
  }
}
@media (max-width: 1024px) {
  .change-and-buy__tab_container::after {
    left: 200px;
    height: 24px;
    top: -24px;
    width: calc(100% - 200px + 64px);
  }
}
.change-and-buy__tab_container.this--widget::after {
  display: none;
}
.change-and-buy__tab {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.change-and-buy__tab.open {
  visibility: visible;
  opacity: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .change-and-buy__tab[data-tab="map"] {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .change-and-buy__tab[data-tab="map"] {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .change-and-buy__tab[data-tab="list"] {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .change-and-buy__tab[data-tab="list"] {
    height: 500px;
  }
}
.change-and-buy__map_wrapper {
  width: calc(990px + (100vw - 1320px) / 2);
}
@media (max-width: 1024px) {
  .change-and-buy__map_wrapper {
    width: calc(100% + 128px);
    margin: 0 -64px;
  }
}
@media (max-width: 768px) {
  .change-and-buy__map_wrapper {
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
}
.change-and-buy__map {
  height: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .change-and-buy__map {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .change-and-buy__map {
    height: 350px;
  }
}
.change-and-buy__map ymaps[class*=balloon__tail]::after,
.change-and-buy__map ymaps[class*=balloon__tail] {
  display: none;
}
.change-and-buy__map ymaps[class*=balloon__content] ymaps::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.change-and-buy__map ymaps[class*=balloon__content] ymaps::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 15px;
}
.change-and-buy__map ymaps[class*=balloon__content] ymaps::-webkit-scrollbar-thumb {
  background: #004798;
  border-radius: 15px;
}
.change-and-buy__map .ball_body {
  padding: 14px 2px 14px 20px;
  max-width: 330px;
}
@media (max-width: 767px) {
  .change-and-buy__map .ball_body {
    padding: 0 0 5px 10px;
    max-width: 372px;
  }
}
.change-and-buy__map .ball_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
}
@media (max-width: 767px) {
  .change-and-buy__map .ball_title {
    margin-top: 8px;
  }
}
.change-and-buy__map .ball_title:first-child {
  margin-top: 0;
}
.change-and-buy__map .ball_name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.change-and-buy__map .ball_category {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.change-and-buy__map .ball_category.this--77986467f35b397db06c5327f0b96918 {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M12.0006 12.3492C11.166 12.3858 10.341 12.495 9.52572 12.6769C8.53151 12.8987 7.80961 13.04 7.36004 13.1008C6.82174 13.1734 6.30916 13.2061 5.82231 13.1986C5.706 13.1967 5.60442 13.1992 5.51756 13.2059C5.44487 13.2115 5.38485 13.2318 5.33751 13.2668C5.21262 13.3589 5.24841 13.4387 5.44487 13.5062C5.61896 13.5658 5.86946 13.5906 6.1964 13.5805C6.21503 13.5798 6.21876 13.5872 6.20758 13.6029C5.95707 13.9526 5.69295 14.2916 5.41523 14.62C5.14198 14.9429 4.96006 15.1542 4.86948 15.2541C4.66482 15.4804 4.46165 15.6724 4.25998 15.8301C4.1351 15.9281 4.04134 16.0379 3.97871 16.1594C3.93137 16.2519 3.90658 16.3887 3.90434 16.5699C3.89689 17.1689 3.89856 17.8012 3.90937 18.4666C3.91011 18.5186 3.89046 18.5689 3.85458 18.6069C3.66334 18.8079 3.55467 19.0601 3.52858 19.3635C3.46632 20.0815 3.65309 20.7059 4.08887 21.2367C4.46128 21.6904 4.95428 21.9402 5.56788 21.986C5.57113 21.9863 5.5744 21.9859 5.57746 21.9847C5.58051 21.9835 5.58326 21.9816 5.58551 21.9792C5.58777 21.9768 5.58946 21.9739 5.59048 21.9707C5.59149 21.9676 5.59179 21.9642 5.59137 21.9609C5.49966 21.2787 5.60367 20.6505 5.90339 20.0764C6.07785 19.7424 6.30711 19.4511 6.59117 19.2025C7.08623 18.7689 7.67336 18.529 8.35257 18.4828C8.82861 18.4504 9.28415 18.5298 9.71919 18.721C10.0528 18.8683 10.3574 19.0789 10.6329 19.3529C11.3743 20.0906 11.6422 21.025 11.4364 22.156C11.4358 22.1594 11.4359 22.1629 11.4367 22.1662C11.4376 22.1696 11.4392 22.1727 11.4415 22.1753C11.4437 22.178 11.4465 22.1802 11.4497 22.1817C11.4529 22.1832 11.4564 22.1839 11.4599 22.184L24.3964 22.2818C24.3988 22.2818 24.4012 22.2813 24.4034 22.2802C24.4056 22.2791 24.4075 22.2775 24.409 22.2756C24.4105 22.2736 24.4115 22.2713 24.4119 22.2689C24.4123 22.2665 24.4122 22.264 24.4115 22.2617C24.2586 21.7118 24.265 21.1646 24.4305 20.62C24.7026 19.7219 25.2577 19.0899 26.0957 18.7238C26.6225 18.4938 27.1639 18.4232 27.7201 18.5119C28.0914 18.5708 28.4409 18.6947 28.7686 18.8837C29.2062 19.1365 29.5548 19.4796 29.8142 19.9132C30.0084 20.2382 30.1378 20.5857 30.2023 20.9555C30.2832 21.4177 30.2571 21.8831 30.124 22.3517C30.1233 22.3542 30.1232 22.3569 30.1237 22.3595C30.1242 22.362 30.1253 22.3644 30.127 22.3665C30.1286 22.3685 30.1307 22.3701 30.1331 22.3711C30.1355 22.3722 30.1382 22.3726 30.1408 22.3724C30.6481 22.3251 31.1299 22.2168 31.5862 22.0475C31.9202 21.9238 32.1846 21.7398 32.3791 21.4956C32.4395 21.42 32.4733 21.3508 32.4804 21.2882C32.4897 21.205 32.4675 21.1258 32.4138 21.0505C32.3713 20.9909 32.3456 20.9247 32.3366 20.852C32.3176 20.6966 32.3245 20.538 32.3573 20.3762C32.4021 20.1544 32.4259 20.0175 32.4289 19.9657C32.4401 19.7473 32.4341 19.486 32.411 19.1818C32.37 18.6461 32.2244 18.1859 31.9743 17.8012C31.8065 17.544 31.5814 17.3525 31.2988 17.2269C31.2548 17.2075 30.9803 17.1227 30.4752 16.9725C29.3046 16.6247 28.1151 16.3585 26.9065 16.174C26.4905 16.1102 26.0765 16.0368 25.6646 15.9537C24.9843 15.8165 24.3593 15.5503 23.7897 15.1552C22.0208 13.9283 20.0796 13.1021 17.9659 12.6763C16.934 12.4687 15.8917 12.3513 14.839 12.3241C13.8925 12.2995 12.9464 12.3078 12.0006 12.3492ZM11.1305 15.1619C11.1175 14.9363 11.1141 14.7106 11.1205 14.4847C11.1089 14.3073 11.1322 14.1349 11.1904 13.9675C11.2493 13.7818 11.3115 13.5973 11.3771 13.4139C11.3775 13.4128 11.3993 13.3429 11.4426 13.2042C11.4743 13.1043 11.5169 13.0091 11.5706 12.9185C11.5752 12.9109 11.5813 12.9045 11.5887 12.8995C11.596 12.8946 11.6043 12.8913 11.6131 12.8899C11.7551 12.8661 11.8985 12.8512 12.0431 12.8452C13.2211 12.7956 14.3993 12.7981 15.5777 12.8525C15.585 12.8529 15.5919 12.8562 15.5969 12.8616C15.6019 12.867 15.6047 12.8742 15.6045 12.8816L15.5268 15.6741C15.5267 15.6778 15.5259 15.6815 15.5243 15.6849C15.5228 15.6883 15.5205 15.6914 15.5178 15.6939C15.515 15.6964 15.5117 15.6983 15.5082 15.6996C15.5046 15.7008 15.5009 15.7012 15.4971 15.7009C14.0895 15.6044 12.683 15.4981 11.2776 15.3822C11.2754 15.3818 11.2547 15.3811 11.2155 15.3799C11.1432 15.3785 11.1106 15.3475 11.1177 15.2871C11.1266 15.2111 11.1309 15.1693 11.1305 15.1619ZM7.74027 14.0055C7.64149 13.8892 7.54326 13.7608 7.44559 13.6202C7.44359 13.6174 7.44236 13.6141 7.44201 13.6106C7.44166 13.6072 7.44221 13.6037 7.4436 13.6004C7.445 13.5972 7.44719 13.5943 7.44998 13.5921C7.45277 13.5899 7.45607 13.5884 7.45957 13.5878C7.97364 13.5002 8.47205 13.4085 8.9548 13.3127C8.95592 13.3123 9.20382 13.259 9.6985 13.1528C10.1529 13.0551 10.6148 12.9764 11.0841 12.9168C11.1087 12.9134 11.116 12.9231 11.1059 12.9459L10.0832 15.2463C10.0786 15.2566 10.0712 15.2654 10.0618 15.2716C10.0525 15.2777 10.0417 15.281 10.0306 15.281C9.73242 15.284 9.45377 15.2394 9.19468 15.1473C8.97474 15.0687 8.73672 14.9276 8.48062 14.724C8.2111 14.5101 7.96432 14.2705 7.74027 14.0055ZM23.188 15.4476C23.0247 15.4566 22.8771 15.5011 22.7451 15.5813C22.646 15.6416 22.5843 15.7237 22.5601 15.8273C22.5302 15.9555 22.5425 16.0853 22.597 16.2165C22.5981 16.2192 22.5986 16.2223 22.5983 16.2252C22.598 16.2282 22.5969 16.2311 22.5952 16.2335C22.5936 16.2359 22.5913 16.2378 22.5886 16.2391C22.586 16.2403 22.5831 16.2408 22.5802 16.2405L17.0472 15.8267C17.0271 15.8253 17.0081 15.8171 16.9931 15.8036C16.9782 15.79 16.9681 15.7718 16.9644 15.7518L16.4556 12.9643C16.4549 12.9611 16.455 12.9579 16.4559 12.9547C16.4567 12.9516 16.4583 12.9487 16.4604 12.9463C16.4625 12.9439 16.4652 12.9421 16.4681 12.9409C16.4711 12.9398 16.4742 12.9394 16.4774 12.9397C18.9646 13.2238 21.2503 14.0525 23.3345 15.4258C23.3707 15.4497 23.372 15.4621 23.3384 15.4633C23.2888 15.4498 23.2387 15.4446 23.188 15.4476ZM4.04414 17.0396C4.04749 16.8893 4.04414 16.7322 4.03407 16.5682C4.01953 16.3378 4.09912 16.1514 4.27284 16.009C4.43351 15.8774 4.60387 15.7307 4.78392 15.5689C4.83462 15.5231 4.89334 15.508 4.96006 15.5237C5.37721 15.621 5.78019 15.8122 6.169 16.0974C6.17764 16.1035 6.18361 16.1128 6.18568 16.1233C6.18776 16.1337 6.18579 16.1447 6.18018 16.1538C6.01205 16.4267 5.84859 16.6892 5.68979 16.9412C5.64654 17.0105 5.59957 17.0537 5.54887 17.0709C5.4937 17.0895 5.42641 17.0988 5.34701 17.0988C4.94627 17.0988 4.53136 17.0988 4.10229 17.0988C4.09451 17.0988 4.08681 17.0973 4.07964 17.0943C4.07247 17.0913 4.06599 17.0869 4.06056 17.0814C4.05514 17.0759 4.05089 17.0693 4.04807 17.0621C4.04525 17.0549 4.04391 17.0473 4.04414 17.0396ZM10.6429 16.9551C10.6429 16.9191 10.6573 16.8845 10.6827 16.8591C10.7082 16.8336 10.7428 16.8193 10.7788 16.8193H11.9598C11.9958 16.8193 12.0304 16.8336 12.0559 16.8591C12.0814 16.8845 12.0957 16.9191 12.0957 16.9551V16.963C12.0957 16.999 12.0814 17.0336 12.0559 17.0591C12.0304 17.0845 11.9958 17.0988 11.9598 17.0988H10.7788C10.7428 17.0988 10.7082 17.0845 10.6827 17.0591C10.6573 17.0336 10.6429 16.999 10.6429 16.963V16.9551ZM17.088 17.241C17.0879 17.223 17.0915 17.2052 17.0983 17.1886C17.1052 17.1719 17.1152 17.1568 17.1279 17.1441C17.1406 17.1313 17.1557 17.1212 17.1723 17.1143C17.1889 17.1074 17.2067 17.1038 17.2247 17.1038L18.3912 17.1017C18.4275 17.1017 18.4624 17.1161 18.4881 17.1417C18.5138 17.1673 18.5283 17.2022 18.5284 17.2385L18.5284 17.2542C18.5285 17.2721 18.5249 17.29 18.5181 17.3066C18.5112 17.3232 18.5012 17.3384 18.4885 17.3511C18.4758 17.3638 18.4607 17.374 18.4441 17.3809C18.4275 17.3878 18.4097 17.3914 18.3917 17.3914L17.2252 17.3934C17.1889 17.3935 17.154 17.3791 17.1283 17.3535C17.1026 17.3278 17.0881 17.293 17.088 17.2567L17.088 17.241ZM28.7563 17.2856C28.9154 17.2092 29.0826 17.1581 29.2578 17.1324C29.4036 17.1111 29.5756 17.1177 29.774 17.152C30.0312 17.1963 30.3324 17.2625 30.6776 17.3505C31.2185 17.4884 31.6159 17.8043 31.8697 18.2983C31.901 18.359 31.8949 18.4161 31.8513 18.4694C31.8002 18.5316 31.7393 18.5779 31.6684 18.6081C31.617 18.6301 31.5454 18.6507 31.4537 18.6701C31.2543 18.7119 31.0526 18.6809 30.8487 18.5773C30.1445 18.2191 29.4453 17.8508 28.7512 17.4724C28.6312 17.4071 28.6329 17.3449 28.7563 17.2856Z' fill='%23004798'/%3E%3Cpath d='M24.7877 21.4548C24.7877 22.114 25.0496 22.7462 25.5157 23.2123C25.9819 23.6784 26.6141 23.9403 27.2733 23.9403C27.9325 23.9403 28.5647 23.6784 29.0308 23.2123C29.4969 22.7462 29.7588 22.114 29.7588 21.4548C29.7588 20.7956 29.4969 20.1634 29.0308 19.6972C28.5647 19.2311 27.9325 18.9692 27.2733 18.9692C26.9469 18.9692 26.6237 19.0335 26.3221 19.1584C26.0205 19.2833 25.7465 19.4664 25.5157 19.6972C25.2849 19.928 25.1018 20.202 24.9769 20.5036C24.852 20.8052 24.7877 21.1284 24.7877 21.4548ZM26.3652 19.676C26.9788 19.3871 27.5832 19.386 28.1786 19.6727C28.1816 19.6742 28.1844 19.6764 28.1865 19.6791C28.1887 19.6818 28.1902 19.6849 28.1911 19.6882C28.1919 19.6916 28.1921 19.6951 28.1914 19.6985C28.1908 19.7019 28.1895 19.7051 28.1875 19.7079C28.0063 19.9689 27.852 20.1418 27.7245 20.2268C27.3603 20.4695 27.0255 20.4386 26.7202 20.134C26.586 20.0002 26.4654 19.8553 26.3585 19.6995C26.3571 19.6976 26.3562 19.6954 26.3558 19.6931C26.3554 19.6908 26.3555 19.6884 26.3562 19.6862C26.3568 19.6839 26.358 19.6818 26.3595 19.6801C26.3611 19.6783 26.363 19.6769 26.3652 19.676ZM28.3442 19.7836C28.3453 19.782 28.3467 19.7807 28.3483 19.7797C28.35 19.7787 28.3518 19.778 28.3536 19.7777C28.3555 19.7774 28.3575 19.7775 28.3593 19.7779C28.3612 19.7784 28.3629 19.7792 28.3645 19.7803L28.5132 19.8876C28.5148 19.8887 28.5161 19.8901 28.5171 19.8917C28.5181 19.8933 28.5188 19.8951 28.5191 19.897C28.5194 19.8989 28.5193 19.9008 28.5189 19.9027C28.5184 19.9046 28.5176 19.9063 28.5165 19.9079L27.8329 20.8557C27.8306 20.8588 27.8272 20.861 27.8234 20.8616C27.8196 20.8622 27.8157 20.8613 27.8126 20.859L27.6638 20.7517C27.6623 20.7506 27.661 20.7492 27.66 20.7476C27.659 20.746 27.6583 20.7441 27.658 20.7423C27.6577 20.7404 27.6578 20.7384 27.6582 20.7366C27.6586 20.7347 27.6594 20.733 27.6606 20.7314L28.3442 19.7836ZM26.0322 19.919C26.028 19.9133 26.0262 19.9061 26.0273 19.8991C26.0284 19.892 26.0322 19.8857 26.0379 19.8815L26.1659 19.7875C26.1716 19.7833 26.1788 19.7815 26.1859 19.7826C26.1929 19.7837 26.1992 19.7875 26.2034 19.7932L26.886 20.7225C26.8902 20.7282 26.892 20.7354 26.8909 20.7424C26.8899 20.7495 26.886 20.7558 26.8803 20.76L26.7523 20.854C26.7466 20.8582 26.7394 20.86 26.7324 20.8589C26.7253 20.8578 26.719 20.854 26.7148 20.8483L26.0322 19.919ZM26.0084 21.4592C25.8224 21.5972 25.6017 21.6995 25.3463 21.7662C25.3392 21.768 25.3317 21.7683 25.3244 21.7669C25.3171 21.7655 25.3103 21.7626 25.3042 21.7582C25.2982 21.7539 25.2932 21.7484 25.2896 21.7419C25.2859 21.7355 25.2838 21.7283 25.2832 21.7209C25.2336 21.063 25.4263 20.5008 25.8613 20.0345C25.8644 20.0312 25.8682 20.0287 25.8723 20.027C25.8764 20.0254 25.8809 20.0246 25.8853 20.0248C25.8897 20.0251 25.894 20.0262 25.8979 20.0283C25.9018 20.0303 25.9051 20.0332 25.9078 20.0367C26.0438 20.2171 26.1525 20.4091 26.2338 20.6126C26.3736 20.9616 26.2984 21.2438 26.0084 21.4592ZM28.7198 20.0831C29.1407 20.5797 29.3165 21.131 29.2471 21.7371C29.2465 21.7433 29.2445 21.7492 29.2413 21.7544C29.2381 21.7597 29.2338 21.7642 29.2287 21.7676C29.2236 21.7711 29.2178 21.7733 29.2117 21.7742C29.2056 21.7751 29.1994 21.7747 29.1935 21.7729C28.997 21.7166 28.8028 21.6298 28.6108 21.5124C28.2578 21.2961 28.1605 20.9897 28.3189 20.5931C28.4006 20.3895 28.4975 20.2199 28.6097 20.0842C28.6163 20.0761 28.6247 20.0695 28.6341 20.0649C28.6436 20.0603 28.654 20.0579 28.6645 20.0578C28.675 20.0577 28.6854 20.0599 28.695 20.0643C28.7046 20.0687 28.713 20.0751 28.7198 20.0831ZM27.1849 20.8894C27.1849 20.8638 27.1951 20.8392 27.2132 20.821C27.2314 20.8029 27.256 20.7927 27.2816 20.7927C27.3073 20.7927 27.3319 20.8029 27.3501 20.821C27.3682 20.8392 27.3784 20.8638 27.3784 20.8894C27.3784 20.9151 27.3682 20.9397 27.3501 20.9578C27.3319 20.976 27.3073 20.9862 27.2816 20.9862C27.256 20.9862 27.2314 20.976 27.2132 20.9578C27.1951 20.9397 27.1849 20.9151 27.1849 20.8894ZM27.6166 21.3245C27.6166 21.2991 27.6267 21.2748 27.6446 21.2569C27.6625 21.2389 27.6869 21.2289 27.7122 21.2289C27.7376 21.2289 27.7619 21.2389 27.7798 21.2569C27.7978 21.2748 27.8078 21.2991 27.8078 21.3245C27.8078 21.3498 27.7978 21.3742 27.7798 21.3921C27.7619 21.41 27.7376 21.4201 27.7122 21.4201C27.6869 21.4201 27.6625 21.41 27.6446 21.3921C27.6267 21.3742 27.6166 21.3498 27.6166 21.3245ZM26.7482 21.3239C26.7482 21.3111 26.7507 21.2985 26.7556 21.2867C26.7605 21.2749 26.7677 21.2642 26.7767 21.2551C26.7857 21.2461 26.7965 21.2389 26.8083 21.234C26.8201 21.2291 26.8327 21.2266 26.8455 21.2266C26.8713 21.2266 26.896 21.2369 26.9143 21.2551C26.9325 21.2734 26.9428 21.2981 26.9428 21.3239C26.9428 21.3497 26.9325 21.3745 26.9143 21.3927C26.896 21.411 26.8713 21.4212 26.8455 21.4212C26.8327 21.4212 26.8201 21.4187 26.8083 21.4138C26.7965 21.4089 26.7857 21.4018 26.7767 21.3927C26.7677 21.3837 26.7605 21.373 26.7556 21.3612C26.7507 21.3493 26.7482 21.3367 26.7482 21.3239ZM28.0261 21.5904C28.0274 21.5866 28.0301 21.5834 28.0336 21.5816C28.0372 21.5798 28.0413 21.5795 28.0452 21.5807L29.1985 21.9577C29.2023 21.959 29.2055 21.9617 29.2073 21.9652C29.2091 21.9688 29.2094 21.9729 29.2082 21.9767L29.1519 22.149C29.1506 22.1528 29.1479 22.1559 29.1444 22.1577C29.1408 22.1595 29.1366 22.1599 29.1328 22.1586L27.9795 21.7816C27.9757 21.7804 27.9725 21.7777 27.9707 21.7741C27.9689 21.7705 27.9686 21.7664 27.9698 21.7626L28.0261 21.5904ZM25.3479 21.9969C25.3449 21.9876 25.3457 21.9774 25.3501 21.9687C25.3545 21.96 25.3622 21.9534 25.3716 21.9503L26.476 21.5893C26.4806 21.5878 26.4855 21.5872 26.4903 21.5876C26.4951 21.588 26.4999 21.5893 26.5042 21.5915C26.5085 21.5937 26.5124 21.5967 26.5155 21.6004C26.5187 21.6041 26.5211 21.6083 26.5226 21.6129L26.566 21.7458C26.569 21.7551 26.5683 21.7653 26.5638 21.774C26.5594 21.7827 26.5517 21.7893 26.5424 21.7924L25.4379 22.1534C25.4333 22.1549 25.4284 22.1555 25.4236 22.1551C25.4188 22.1547 25.4141 22.1534 25.4098 22.1512C25.4054 22.149 25.4016 22.146 25.3984 22.1423C25.3953 22.1386 25.3929 22.1344 25.3914 22.1297L25.3479 21.9969ZM27.1844 21.7578C27.1844 21.7454 27.1868 21.733 27.1916 21.7215C27.1964 21.7099 27.2034 21.6994 27.2122 21.6906C27.221 21.6818 27.2315 21.6748 27.243 21.67C27.2546 21.6652 27.2669 21.6628 27.2794 21.6628C27.3046 21.6628 27.3288 21.6728 27.3466 21.6906C27.3645 21.7084 27.3745 21.7326 27.3745 21.7578C27.3745 21.783 27.3645 21.8072 27.3466 21.8251C27.3288 21.8429 27.3046 21.8529 27.2794 21.8529C27.2669 21.8529 27.2546 21.8504 27.243 21.8457C27.2315 21.8409 27.221 21.8339 27.2122 21.8251C27.2034 21.8162 27.1964 21.8057 27.1916 21.7942C27.1868 21.7827 27.1844 21.7703 27.1844 21.7578ZM27.8928 22.2969C28.0069 22.2175 28.1103 22.1763 28.2032 22.1733C28.4839 22.1647 28.7636 22.2134 29.0425 22.3192C29.0458 22.3205 29.0489 22.3224 29.0514 22.3249C29.054 22.3275 29.056 22.3305 29.0572 22.3339C29.0585 22.3373 29.059 22.3409 29.0588 22.3446C29.0586 22.3482 29.0576 22.3518 29.0559 22.355C28.7383 22.953 28.2554 23.3097 27.6071 23.4253C27.5998 23.4267 27.5922 23.4264 27.585 23.4245C27.5778 23.4227 27.571 23.4192 27.5653 23.4144C27.5595 23.4096 27.5549 23.4036 27.5516 23.3968C27.5484 23.3899 27.5467 23.3825 27.5467 23.375C27.5448 23.0693 27.5888 22.8009 27.6787 22.5698C27.723 22.4568 27.7944 22.3658 27.8928 22.2969ZM25.5057 22.3187C25.7928 22.2095 26.0815 22.161 26.3719 22.1733C26.4681 22.1774 26.5648 22.218 26.6621 22.2952C26.7381 22.356 26.7998 22.4361 26.8472 22.5356C26.9698 22.7917 27.0146 23.0797 26.9814 23.3996C26.9809 23.4044 26.9795 23.4091 26.9771 23.4133C26.9747 23.4176 26.9714 23.4213 26.9675 23.4242C26.9636 23.4271 26.9592 23.4291 26.9544 23.4302C26.9497 23.4312 26.9448 23.4313 26.94 23.4303C26.2996 23.3028 25.8168 22.9455 25.4917 22.3584C25.4898 22.3548 25.4887 22.3509 25.4883 22.3468C25.488 22.3428 25.4885 22.3388 25.4898 22.335C25.4912 22.3312 25.4933 22.3278 25.496 22.325C25.4987 22.3222 25.5021 22.3201 25.5057 22.3187ZM27.1748 22.2633C27.1748 22.2583 27.1769 22.2535 27.1804 22.2499C27.184 22.2463 27.1888 22.2443 27.1939 22.2443H27.3638C27.3689 22.2443 27.3737 22.2463 27.3773 22.2499C27.3809 22.2535 27.3829 22.2583 27.3829 22.2633V23.4398C27.3829 23.4449 27.3809 23.4497 27.3773 23.4533C27.3737 23.4568 27.3689 23.4588 27.3638 23.4588H27.1939C27.1888 23.4588 27.184 23.4568 27.1804 23.4533C27.1769 23.4497 27.1748 23.4449 27.1748 23.4398V22.2633Z' fill='%23004798'/%3E%3Cpath d='M6.05057 21.4554C6.05057 22.1145 6.31238 22.7465 6.7784 23.2126C7.24442 23.6786 7.87649 23.9404 8.53554 23.9404C9.19459 23.9404 9.82666 23.6786 10.2927 23.2126C10.7587 22.7465 11.0205 22.1145 11.0205 21.4554C11.0205 20.7964 10.7587 20.1643 10.2927 19.6983C9.82666 19.2323 9.19459 18.9705 8.53554 18.9705C7.87649 18.9705 7.24442 19.2323 6.7784 19.6983C6.31238 20.1643 6.05057 20.7964 6.05057 21.4554ZM7.81868 19.954C7.73294 19.8523 7.67311 19.7708 7.63918 19.7097C7.63748 19.7065 7.63644 19.7029 7.63613 19.6993C7.63583 19.6957 7.63627 19.692 7.63742 19.6886C7.63857 19.6851 7.64041 19.682 7.64283 19.6792C7.64525 19.6765 7.64819 19.6743 7.65149 19.6728C8.21849 19.3958 8.80898 19.3913 9.42295 19.6594C9.42752 19.6614 9.4316 19.6644 9.43489 19.6681C9.43818 19.6719 9.44061 19.6763 9.44199 19.6811C9.44338 19.6859 9.4437 19.691 9.44292 19.6959C9.44214 19.7008 9.44029 19.7055 9.43749 19.7097C9.30142 19.9147 9.15361 20.083 8.99406 20.2146C8.83265 20.3481 8.65651 20.4046 8.46564 20.3841C8.34188 20.3706 8.22203 20.3199 8.10609 20.232C8.00842 20.1585 7.91262 20.0659 7.81868 19.954ZM7.28939 19.9078C7.28712 19.9047 7.28618 19.9008 7.28678 19.897C7.28737 19.8932 7.28946 19.8898 7.29257 19.8875L7.43987 19.7801C7.44298 19.7778 7.44687 19.7769 7.45068 19.7775C7.45449 19.7781 7.4579 19.7802 7.46017 19.7833L8.15337 20.7339C8.15564 20.737 8.15658 20.7409 8.15598 20.7447C8.15539 20.7485 8.1533 20.7519 8.15019 20.7542L8.0029 20.8616C8.00136 20.8627 7.99961 20.8635 7.99775 20.864C7.99589 20.8644 7.99397 20.8645 7.99208 20.8642C7.9902 20.8639 7.98839 20.8633 7.98676 20.8623C7.98513 20.8613 7.98371 20.86 7.98258 20.8584L7.28939 19.9078ZM9.59962 19.7952C9.60186 19.7921 9.60468 19.7895 9.60794 19.7875C9.61119 19.7855 9.6148 19.7841 9.61858 19.7835C9.62235 19.7829 9.6262 19.7831 9.62991 19.784C9.63363 19.7848 9.63713 19.7865 9.64023 19.7887L9.76524 19.8792C9.77149 19.8837 9.77568 19.8905 9.7769 19.8981C9.77812 19.9058 9.77627 19.9135 9.77174 19.9198L9.10089 20.8465C9.09865 20.8496 9.09583 20.8522 9.09257 20.8542C9.08932 20.8562 9.08571 20.8576 9.08194 20.8582C9.07816 20.8588 9.07431 20.8587 9.0706 20.8578C9.06688 20.8569 9.06338 20.8553 9.06028 20.853L8.93527 20.7625C8.93218 20.7603 8.92955 20.7575 8.92755 20.7542C8.92555 20.751 8.92421 20.7474 8.92361 20.7436C8.923 20.7398 8.92315 20.736 8.92403 20.7322C8.92492 20.7285 8.92653 20.725 8.92877 20.7219L9.59962 19.7952ZM10.0721 20.1878C10.4416 20.6392 10.5864 21.16 10.5066 21.7501C10.5062 21.7537 10.5049 21.7572 10.5031 21.7604C10.5012 21.7635 10.4987 21.7662 10.4958 21.7683C10.4928 21.7704 10.4895 21.7719 10.486 21.7726C10.4824 21.7733 10.4788 21.7733 10.4753 21.7725C10.23 21.7132 10.0108 21.615 9.81772 21.4778C9.49788 21.2508 9.41885 20.9505 9.58064 20.577C9.64774 20.4226 9.73143 20.278 9.8317 20.143C9.88837 20.0249 9.94596 20.0079 10.0045 20.0922C10.0466 20.1526 10.0692 20.1844 10.0721 20.1878ZM7.17507 20.0502C7.3294 20.2348 7.44235 20.4366 7.51393 20.6558C7.56873 20.8232 7.57861 20.9699 7.54356 21.0959C7.50107 21.2498 7.40769 21.3762 7.26342 21.475C7.07554 21.604 6.85746 21.702 6.60919 21.7691C6.60346 21.7706 6.59748 21.7709 6.59165 21.7699C6.58582 21.7689 6.58028 21.7667 6.5754 21.7634C6.57053 21.7601 6.56643 21.7558 6.56338 21.7508C6.56033 21.7458 6.55841 21.7403 6.55774 21.7345C6.4802 21.0936 6.66603 20.5317 7.11524 20.0485C7.11905 20.0444 7.1237 20.0412 7.12889 20.039C7.13408 20.0368 7.13969 20.0358 7.14534 20.0359C7.151 20.0361 7.15657 20.0374 7.1617 20.0399C7.16682 20.0424 7.17138 20.0459 7.17507 20.0502ZM8.44551 20.8912C8.44551 20.8648 8.456 20.8395 8.47467 20.8208C8.49333 20.8022 8.51865 20.7917 8.54504 20.7917C8.57144 20.7917 8.59676 20.8022 8.61543 20.8208C8.63409 20.8395 8.64458 20.8648 8.64458 20.8912C8.64458 20.9176 8.63409 20.9429 8.61543 20.9616C8.59676 20.9803 8.57144 20.9908 8.54504 20.9908C8.51865 20.9908 8.49333 20.9803 8.47467 20.9616C8.456 20.9429 8.44551 20.9176 8.44551 20.8912ZM8.88111 21.3251C8.88111 21.3001 8.89107 21.276 8.90879 21.2583C8.92651 21.2406 8.95055 21.2306 8.97561 21.2306C8.98802 21.2306 9.00031 21.2331 9.01177 21.2378C9.02324 21.2426 9.03366 21.2495 9.04243 21.2583C9.05121 21.2671 9.05817 21.2775 9.06292 21.289C9.06766 21.3004 9.07011 21.3127 9.07011 21.3251C9.07011 21.3502 9.06015 21.3742 9.04243 21.392C9.02471 21.4097 9.00067 21.4196 8.97561 21.4196C8.95055 21.4196 8.92651 21.4097 8.90879 21.392C8.89107 21.3742 8.88111 21.3502 8.88111 21.3251ZM8.0088 21.3246C8.0088 21.2988 8.01905 21.274 8.0373 21.2558C8.05554 21.2375 8.08029 21.2273 8.10609 21.2273C8.1319 21.2273 8.15665 21.2375 8.17489 21.2558C8.19314 21.274 8.20339 21.2988 8.20339 21.3246C8.20339 21.3504 8.19314 21.3751 8.17489 21.3934C8.15665 21.4116 8.1319 21.4219 8.10609 21.4219C8.08029 21.4219 8.05554 21.4116 8.0373 21.3934C8.01905 21.3751 8.0088 21.3504 8.0088 21.3246ZM9.28478 21.5983C9.28672 21.5924 9.29093 21.5874 9.29648 21.5846C9.30204 21.5818 9.30848 21.5813 9.3144 21.5833L10.4497 21.9543C10.4556 21.9563 10.4605 21.9605 10.4633 21.966C10.4662 21.9716 10.4667 21.978 10.4647 21.9839L10.4133 22.1413C10.4114 22.1472 10.4072 22.1521 10.4016 22.1549C10.396 22.1577 10.3896 22.1582 10.3837 22.1563L9.24839 21.7852C9.24247 21.7833 9.23756 21.7791 9.23474 21.7735C9.23192 21.768 9.23143 21.7615 9.23336 21.7556L9.28478 21.5983ZM6.61002 21.9875C6.60884 21.9839 6.60839 21.98 6.60868 21.9762C6.60898 21.9724 6.61003 21.9687 6.61176 21.9653C6.6135 21.9619 6.61588 21.9589 6.61879 21.9564C6.62169 21.9539 6.62505 21.952 6.62868 21.9509L7.74973 21.5866C7.75707 21.5842 7.76505 21.5849 7.77192 21.5884C7.77879 21.5919 7.78399 21.5979 7.78637 21.6053L7.83406 21.7521C7.83524 21.7557 7.8357 21.7595 7.8354 21.7633C7.8351 21.7671 7.83405 21.7708 7.83232 21.7742C7.83059 21.7776 7.8282 21.7807 7.82529 21.7831C7.82239 21.7856 7.81903 21.7875 7.8154 21.7887L6.69435 22.1529C6.68702 22.1553 6.67904 22.1547 6.67216 22.1512C6.66529 22.1477 6.66009 22.1416 6.65771 22.1343L6.61002 21.9875ZM8.44719 21.7568C8.44719 21.7313 8.45732 21.7068 8.47536 21.6888C8.4934 21.6708 8.51786 21.6606 8.54337 21.6606C8.56888 21.6606 8.59334 21.6708 8.61138 21.6888C8.62941 21.7068 8.63955 21.7313 8.63955 21.7568C8.63955 21.7823 8.62941 21.8068 8.61138 21.8248C8.59334 21.8429 8.56888 21.853 8.54337 21.853C8.51786 21.853 8.4934 21.8429 8.47536 21.8248C8.45732 21.8068 8.44719 21.7823 8.44719 21.7568ZM9.10534 22.3384C9.19928 22.2478 9.29341 22.1975 9.38772 22.1874C9.68147 22.1557 9.97989 22.1967 10.283 22.3104C10.2892 22.3128 10.2949 22.3164 10.2996 22.3211C10.3043 22.3258 10.308 22.3314 10.3104 22.3376C10.3128 22.3438 10.3138 22.3504 10.3134 22.357C10.313 22.3636 10.3112 22.37 10.3081 22.3758C10.0144 22.9331 9.53143 23.2841 8.8593 23.4288C8.85409 23.4299 8.84868 23.4299 8.84347 23.4287C8.83826 23.4275 8.83339 23.4252 8.8292 23.4218C8.82502 23.4185 8.82163 23.4143 8.8193 23.4095C8.81696 23.4047 8.81572 23.3994 8.81568 23.3941C8.81308 23.1891 8.82239 23.0099 8.84364 22.8567C8.87197 22.6524 8.95921 22.4796 9.10534 22.3384ZM8.06304 22.4496C8.23154 22.7281 8.2923 23.0461 8.24533 23.4036C8.24479 23.4072 8.24353 23.4107 8.24162 23.4138C8.23971 23.4169 8.2372 23.4196 8.23423 23.4218C8.23126 23.4239 8.22789 23.4254 8.22432 23.4262C8.22075 23.4271 8.21706 23.4272 8.21346 23.4265C7.55102 23.3061 7.06715 22.9492 6.76184 22.3557C6.76018 22.3525 6.75921 22.349 6.75899 22.3454C6.75878 22.3418 6.75932 22.3382 6.76059 22.3348C6.76185 22.3314 6.76381 22.3284 6.76634 22.3258C6.76887 22.3232 6.77191 22.3212 6.77526 22.3199C6.98849 22.2331 7.20881 22.1844 7.4362 22.174C7.57712 22.1676 7.69268 22.1818 7.78289 22.2165C7.90405 22.2634 7.99743 22.3412 8.06304 22.4496ZM8.43321 22.2601C8.43321 22.2561 8.4348 22.2522 8.43763 22.2494C8.44046 22.2466 8.4443 22.245 8.44831 22.245H8.62948C8.63348 22.245 8.63732 22.2466 8.64016 22.2494C8.64299 22.2522 8.64458 22.2561 8.64458 22.2601V23.4433C8.64458 23.4473 8.64299 23.4511 8.64016 23.454C8.63732 23.4568 8.63348 23.4584 8.62948 23.4584H8.44831C8.4443 23.4584 8.44046 23.4568 8.43763 23.454C8.4348 23.4511 8.43321 23.4473 8.43321 23.4433V22.2601Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E") left top / 100% 100% no-repeat;
}
.change-and-buy__map .ball_category.this--701582514e312c80e9b51ce525873f4d {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M19.3295 22.9551H20.2579L20.2441 22.8379C20.2363 22.7747 20.2322 22.7112 20.232 22.6476C20.2315 22.3245 20.3282 22.0088 20.5095 21.7414L20.5349 21.7063H19.3291L19.3295 22.9551Z' fill='%23004798'/%3E%3Cpath d='M26.6987 12.7169L26.3799 12.5554V15.1786H29.2706C28.676 14.1215 27.7808 13.2647 26.6987 12.7169Z' fill='%23004798'/%3E%3Cpath d='M12.1422 21.7268C12.3231 21.9941 12.4197 22.3095 12.4193 22.6322C12.4184 22.7356 12.4072 22.8386 12.3859 22.9397H16.0289L18.5766 21.6909H12.1172L12.1422 21.7268Z' fill='%23004798'/%3E%3Cpath d='M8.41078 21.7268C8.59182 21.994 8.68848 22.3094 8.68825 22.6322C8.68722 22.7356 8.6759 22.8386 8.65445 22.9397H9.20438L9.19019 22.8225C9.18258 22.7593 9.17854 22.6958 9.17809 22.6322C9.17781 22.309 9.27462 21.9931 9.45598 21.7256L9.48101 21.6909H8.38574L8.41078 21.7268Z' fill='%23004798'/%3E%3Cpath d='M31.5879 16.6848C31.4735 16.3189 31.1352 16.0698 30.7534 15.4748H26.4674V20.4634H25.9375V12.1377H25.562V21.1177L26.4662 21.6096V21.7064H23.1699L23.195 21.7423C23.3762 22.0094 23.4729 22.3249 23.4724 22.6477C23.4718 22.7742 23.4564 22.9003 23.4265 23.0232H27.3044C27.2464 22.7848 27.2433 22.5363 27.2954 22.2965C27.3475 22.0567 27.4533 21.8318 27.605 21.6389C27.7566 21.4459 27.9501 21.2899 28.1708 21.1827C28.3915 21.0754 28.6337 21.0197 28.8791 21.0197C29.1245 21.0197 29.3667 21.0754 29.5874 21.1827C29.8081 21.2899 30.0016 21.4459 30.1532 21.6389C30.3049 21.8318 30.4107 22.0567 30.4628 22.2965C30.5149 22.5363 30.5118 22.7848 30.4538 23.0232H31.2966L31.6271 22.999C31.8517 22.9826 32.0617 22.8818 32.2151 22.7168C32.3684 22.5519 32.4536 22.3351 32.4536 22.1099V19.4616L31.5879 16.6848ZM28.867 18.2662H28.2132C28.134 18.2662 28.0555 18.2506 27.9824 18.2203C27.9092 18.1899 27.8427 18.1455 27.7867 18.0895C27.7307 18.0334 27.6863 17.9669 27.656 17.8937C27.6258 17.8205 27.6102 17.7421 27.6103 17.6629V16.5501H28.867V18.2662ZM30.0557 19.0214L29.4203 18.406L29.4107 16.5501H30.6766C30.8 16.55 30.9202 16.5896 31.0194 16.663C31.1186 16.7364 31.1917 16.8397 31.2278 16.9577L31.8582 19.0214H30.0557Z' fill='%23004798'/%3E%3Cpath d='M7.06968 22.3335C7.01109 22.3335 6.95382 22.3509 6.9051 22.3834C6.85638 22.416 6.81841 22.4622 6.79599 22.5164C6.77357 22.5705 6.7677 22.6301 6.77913 22.6875C6.79056 22.745 6.81877 22.7978 6.86021 22.8392C6.90164 22.8806 6.95442 22.9089 7.01188 22.9203C7.06935 22.9317 7.12892 22.9259 7.18305 22.9034C7.23718 22.881 7.28345 22.843 7.316 22.7943C7.34855 22.7456 7.36593 22.6883 7.36593 22.6297C7.36593 22.5512 7.33471 22.4758 7.27916 22.4203C7.2236 22.3647 7.14825 22.3335 7.06968 22.3335Z' fill='%23004798'/%3E%3Cpath d='M7.06976 21.3596C6.81844 21.3595 6.57274 21.434 6.36375 21.5736C6.15475 21.7131 5.99184 21.9116 5.89562 22.1437C5.79941 22.3759 5.77421 22.6314 5.82322 22.8779C5.87223 23.1244 5.99324 23.3508 6.17095 23.5285C6.34866 23.7062 6.57509 23.8272 6.82158 23.8763C7.06808 23.9253 7.32357 23.9001 7.55574 23.8039C7.78791 23.7076 7.98634 23.5447 8.12591 23.3357C8.26549 23.1267 8.33994 22.881 8.33986 22.6297C8.33986 22.4629 8.30701 22.2978 8.24318 22.1437C8.17935 21.9896 8.0858 21.8496 7.96786 21.7316C7.84992 21.6137 7.7099 21.5201 7.55581 21.4563C7.40171 21.3925 7.23656 21.3596 7.06976 21.3596ZM7.06976 23.3169C6.93383 23.317 6.80092 23.2768 6.68786 23.2013C6.57479 23.1258 6.48665 23.0186 6.43457 22.893C6.38249 22.7674 6.36883 22.6292 6.39529 22.4959C6.42176 22.3626 6.48718 22.2401 6.58327 22.1439C6.67936 22.0478 6.80181 21.9823 6.93512 21.9557C7.06844 21.9292 7.20663 21.9428 7.33223 21.9948C7.45782 22.0468 7.56518 22.1349 7.64071 22.2479C7.71624 22.3609 7.75655 22.4938 7.75655 22.6297C7.75644 22.8119 7.68406 22.9865 7.5553 23.1154C7.42653 23.2442 7.25192 23.3167 7.06976 23.3169Z' fill='%23004798'/%3E%3Cpath d='M10.806 22.3335C10.7474 22.3335 10.6901 22.3509 10.6414 22.3834C10.5927 22.416 10.5547 22.4622 10.5323 22.5164C10.5099 22.5705 10.504 22.6301 10.5155 22.6875C10.5269 22.745 10.5551 22.7978 10.5965 22.8392C10.638 22.8806 10.6907 22.9089 10.7482 22.9203C10.8057 22.9317 10.8652 22.9259 10.9194 22.9034C10.9735 22.881 11.0198 22.843 11.0523 22.7943C11.0849 22.7456 11.1023 22.6883 11.1023 22.6297C11.1023 22.5512 11.071 22.4758 11.0155 22.4203C10.9599 22.3647 10.8846 22.3335 10.806 22.3335Z' fill='%23004798'/%3E%3Cpath d='M10.8066 21.3596C10.5553 21.3596 10.3097 21.4341 10.1007 21.5738C9.8918 21.7134 9.72896 21.9118 9.63281 22.144C9.53666 22.3762 9.51152 22.6317 9.56058 22.8782C9.60963 23.1246 9.73068 23.351 9.90841 23.5287C10.0861 23.7063 10.3126 23.8273 10.559 23.8763C10.8055 23.9253 11.061 23.9 11.2931 23.8038C11.5253 23.7076 11.7237 23.5447 11.8632 23.3357C12.0028 23.1267 12.0772 22.881 12.0772 22.6297C12.0772 22.4629 12.0443 22.2977 11.9804 22.1436C11.9166 21.9895 11.823 21.8494 11.705 21.7315C11.587 21.6135 11.447 21.52 11.2928 21.4562C11.1387 21.3924 10.9735 21.3596 10.8066 21.3596ZM10.8066 23.3169C10.6707 23.3169 10.5379 23.2766 10.4249 23.2011C10.3118 23.1256 10.2238 23.0183 10.1718 22.8927C10.1197 22.7671 10.1061 22.629 10.1326 22.4956C10.1592 22.3623 10.2246 22.2399 10.3207 22.1438C10.4168 22.0477 10.5393 21.9822 10.6726 21.9557C10.8059 21.9292 10.9441 21.9428 11.0696 21.9948C11.1952 22.0468 11.3025 22.1349 11.378 22.2479C11.4535 22.3609 11.4938 22.4938 11.4938 22.6297C11.4938 22.812 11.4215 22.9868 11.2926 23.1156C11.1637 23.2445 10.9889 23.3169 10.8066 23.3169Z' fill='%23004798'/%3E%3Cpath d='M21.8529 22.3335C21.7943 22.3335 21.737 22.3509 21.6883 22.3834C21.6396 22.416 21.6016 22.4622 21.5792 22.5164C21.5568 22.5705 21.5509 22.6301 21.5623 22.6875C21.5738 22.745 21.602 22.7978 21.6434 22.8392C21.6848 22.8806 21.7376 22.9089 21.7951 22.9203C21.8526 22.9317 21.9121 22.9259 21.9663 22.9034C22.0204 22.881 22.0667 22.843 22.0992 22.7943C22.1318 22.7456 22.1491 22.6883 22.1491 22.6297C22.1491 22.5512 22.1179 22.4758 22.0624 22.4203C22.0068 22.3647 21.9315 22.3335 21.8529 22.3335Z' fill='%23004798'/%3E%3Cpath d='M21.853 21.3596C21.6016 21.3595 21.3559 21.434 21.1469 21.5736C20.9379 21.7131 20.775 21.9116 20.6788 22.1437C20.5826 22.3759 20.5574 22.6314 20.6064 22.8779C20.6554 23.1244 20.7764 23.3508 20.9542 23.5285C21.1319 23.7062 21.3583 23.8272 21.6048 23.8763C21.8513 23.9253 22.1068 23.9001 22.3389 23.8039C22.5711 23.7076 22.7695 23.5447 22.9091 23.3357C23.0487 23.1267 23.1231 22.881 23.1231 22.6297C23.1231 22.4629 23.0902 22.2978 23.0264 22.1437C22.9626 21.9896 22.869 21.8496 22.7511 21.7316C22.6331 21.6137 22.4931 21.5201 22.339 21.4563C22.1849 21.3925 22.0198 21.3596 21.853 21.3596ZM21.853 23.3169C21.717 23.317 21.5841 23.2768 21.4711 23.2013C21.358 23.1258 21.2698 23.0186 21.2178 22.893C21.1657 22.7674 21.152 22.6292 21.1785 22.4959C21.205 22.3626 21.2704 22.2401 21.3665 22.1439C21.4626 22.0478 21.585 21.9823 21.7183 21.9557C21.8516 21.9292 21.9898 21.9428 22.1154 21.9948C22.241 22.0468 22.3484 22.1349 22.4239 22.2479C22.4994 22.3609 22.5397 22.4938 22.5397 22.6297C22.5397 22.8119 22.4674 22.9866 22.3386 23.1155C22.2098 23.2444 22.0351 23.3168 21.853 23.3169Z' fill='%23004798'/%3E%3Cpath d='M28.8812 22.3335C28.8226 22.3335 28.7653 22.3509 28.7166 22.3834C28.6679 22.416 28.6299 22.4622 28.6075 22.5164C28.5851 22.5705 28.5792 22.6301 28.5907 22.6875C28.6021 22.745 28.6303 22.7978 28.6717 22.8392C28.7132 22.8806 28.7659 22.9089 28.8234 22.9203C28.8809 22.9317 28.9404 22.9259 28.9946 22.9034C29.0487 22.881 29.095 22.843 29.1275 22.7943C29.1601 22.7456 29.1775 22.6883 29.1775 22.6297C29.1775 22.5512 29.1462 22.4758 29.0907 22.4203C29.0351 22.3647 28.9598 22.3335 28.8812 22.3335Z' fill='%23004798'/%3E%3Cpath d='M28.8809 21.3596C28.6296 21.3596 28.3839 21.4341 28.175 21.5738C27.966 21.7134 27.8032 21.9118 27.707 22.144C27.6109 22.3762 27.5857 22.6317 27.6348 22.8782C27.6839 23.1246 27.8049 23.351 27.9826 23.5287C28.1604 23.7063 28.3868 23.8273 28.6333 23.8763C28.8797 23.9253 29.1352 23.9 29.3674 23.8038C29.5995 23.7076 29.7979 23.5447 29.9375 23.3357C30.077 23.1267 30.1515 22.881 30.1514 22.6297C30.1514 22.4629 30.1185 22.2977 30.0547 22.1436C29.9908 21.9895 29.8972 21.8494 29.7792 21.7315C29.6612 21.6135 29.5212 21.52 29.367 21.4562C29.2129 21.3924 29.0477 21.3596 28.8809 21.3596ZM28.8809 23.3169C28.745 23.3169 28.6121 23.2766 28.4991 23.2011C28.3861 23.1256 28.298 23.0183 28.246 22.8927C28.194 22.7671 28.1804 22.629 28.2069 22.4956C28.2334 22.3623 28.2988 22.2399 28.3949 22.1438C28.491 22.0477 28.6135 21.9822 28.7468 21.9557C28.8801 21.9292 29.0183 21.9428 29.1439 21.9948C29.2694 22.0468 29.3767 22.1349 29.4523 22.2479C29.5278 22.3609 29.5681 22.4938 29.5681 22.6297C29.5681 22.812 29.4957 22.9868 29.3668 23.1156C29.2379 23.2445 29.0631 23.3169 28.8809 23.3169Z' fill='%23004798'/%3E%3Cpath d='M25.6143 12.1377H3.54199V21.1502H25.6143V12.1377Z' fill='%23004798'/%3E%3Cpath d='M3.54325 22.9314H5.49304L5.47926 22.815C5.47144 22.7525 5.4674 22.6895 5.46716 22.6264C5.46682 22.3059 5.56277 21.9926 5.74255 21.7273L5.76759 21.6926H3.54199L3.54325 22.9314Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E") left top / 100% 100% no-repeat;
}
.change-and-buy__map .ball_adr {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99935 1.66675C6.57435 1.66675 3.79102 4.45008 3.79102 7.87508C3.79102 11.9501 8.94102 17.7168 9.15768 17.9584C9.37435 18.2001 9.68268 18.3334 9.99935 18.3334C10.316 18.3334 10.6243 18.2001 10.841 17.9584C11.391 17.3501 16.2077 11.8584 16.2077 7.87508C16.2077 4.45008 13.4243 1.66675 9.99935 1.66675ZM9.99935 17.0251C9.32435 16.2417 5.04102 11.2084 5.04102 7.87508C5.04102 5.14175 7.26601 2.91675 9.99935 2.91675C12.7327 2.91675 14.9577 5.14175 14.9577 7.87508C14.9577 10.6917 11.766 15.0251 9.99935 17.0251Z' fill='%23004798'/%3E%3Cpath d='M9.99935 1.66675C6.57435 1.66675 3.79102 4.45008 3.79102 7.87508C3.79102 11.9501 8.94102 17.7168 9.15768 17.9584C9.37435 18.2001 9.68268 18.3334 9.99935 18.3334C10.316 18.3334 10.6243 18.2001 10.841 17.9584C11.391 17.3501 16.2077 11.8584 16.2077 7.87508C16.2077 4.45008 13.4243 1.66675 9.99935 1.66675ZM7.39935 7.87508C7.39935 6.44175 8.56601 5.27508 9.99935 5.27508C11.4327 5.27508 12.5993 6.44175 12.5993 7.87508C12.5993 9.30841 11.4327 10.4751 9.99935 10.4751C8.56601 10.4751 7.39935 9.30841 7.39935 7.87508Z' fill='%23004798'/%3E%3C/svg%3E%0A") left top / 20px 20px no-repeat;
}
@media (max-width: 767px) {
  .change-and-buy__map .ball_adr {
    margin-top: 0;
  }
}
.change-and-buy__map .ball_telephones {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.59172 10.4167C13.0917 13.9167 13.8834 9.86668 16.1084 12.0833C18.3334 14.3 19.4917 14.6583 16.7751 17.3833C16.4334 17.6583 14.2751 20.95 6.65006 13.3417C-0.974942 5.73335 2.33339 3.57501 2.60839 3.23335C5.33339 0.500014 5.75839 1.74168 7.90839 3.89168C10.0584 6.04168 6.09172 6.91668 9.59172 10.4167Z' fill='%23004798'/%3E%3C/svg%3E%0A") left top / 20px 20px no-repeat;
}
@media (max-width: 767px) {
  .change-and-buy__map .ball_telephones {
    margin-top: 0;
  }
}
.change-and-buy__map .ball_website {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.20044 4.21885C7.90092 4.97376 7.65714 5.89075 7.49242 6.92021C8.28941 6.8472 9.13147 6.80834 10.0003 6.80834C10.8692 6.80834 11.7113 6.8472 12.5083 6.92021C12.3435 5.89075 12.0998 4.97376 11.8003 4.21885C11.5124 3.49327 11.1854 2.94892 10.8547 2.59641C10.5253 2.24525 10.2364 2.1273 10.0003 2.1273C9.76429 2.1273 9.47536 2.24525 9.14595 2.59641C8.81528 2.94892 8.48832 3.49327 8.20044 4.21885ZM7.0247 3.74472C6.65097 4.68666 6.36421 5.82133 6.18845 7.07572C5.32329 7.20436 4.53375 7.376 3.84897 7.58311C3.05219 7.82409 2.36126 8.12372 1.8554 8.48545C1.79149 8.53115 1.72841 8.57945 1.66703 8.63037C2.2254 5.1508 4.87628 2.37808 8.27608 1.66675C8.25921 1.68405 8.24249 1.70154 8.22591 1.71921C7.74859 2.22806 7.3479 2.93012 7.0247 3.74472ZM11.7246 1.66675C11.7415 1.68405 11.7582 1.70154 11.7748 1.71921C12.2521 2.22806 12.6528 2.93012 12.976 3.74472C13.3497 4.68666 13.6365 5.82133 13.8122 7.07572C14.6774 7.20436 15.4669 7.376 16.1517 7.58311C16.9485 7.82409 17.6394 8.12372 18.1453 8.48545C18.2092 8.53115 18.2723 8.57946 18.3337 8.63038C17.7753 5.1508 15.1244 2.37808 11.7246 1.66675ZM18.3337 11.3695C18.2723 11.4205 18.2092 11.4688 18.1453 11.5145C17.6394 11.8762 16.9485 12.1758 16.1517 12.4168C15.4669 12.6239 14.6774 12.7956 13.8122 12.9242C13.6365 14.1786 13.3497 15.3133 12.976 16.2552C12.6528 17.0698 12.2521 17.7719 11.7748 18.2807C11.7581 18.2985 11.7413 18.3161 11.7244 18.3334C15.1244 17.6222 17.7754 14.8493 18.3337 11.3695ZM8.27633 18.3334C8.25938 18.3161 8.24257 18.2985 8.22591 18.2807C7.74859 17.7719 7.3479 17.0698 7.0247 16.2552C6.65097 15.3133 6.36421 14.1786 6.18845 12.9242C5.32329 12.7956 4.53375 12.6239 3.84897 12.4168C3.05219 12.1758 2.36126 11.8762 1.8554 11.5145C1.79148 11.4688 1.72838 11.4205 1.66699 11.3695C2.2253 14.8493 4.87633 17.6222 8.27633 18.3334ZM4.21284 11.194C4.74991 11.3565 5.36785 11.4973 6.04893 11.6103C6.01038 11.0868 5.99036 10.5485 5.99036 9.99997C5.99036 9.45142 6.01038 8.91316 6.04893 8.38968C5.36785 8.50267 4.74991 8.64348 4.21284 8.80592C3.48191 9.02699 2.93652 9.27755 2.588 9.52676C2.22303 9.78774 2.19144 9.9569 2.19144 9.99997C2.19144 10.043 2.22303 10.2122 2.588 10.4732C2.93652 10.7224 3.48191 10.9729 4.21284 11.194ZM7.25667 9.99997C7.25667 10.6138 7.28322 11.2099 7.33314 11.7816C8.16557 11.8677 9.06271 11.9149 10.0003 11.9149C10.938 11.9149 11.8351 11.8677 12.6675 11.7816C12.7175 11.2099 12.744 10.6138 12.744 9.99997C12.744 9.38614 12.7175 8.79001 12.6675 8.21831C11.8351 8.13225 10.938 8.08499 10.0003 8.08499C9.06271 8.08499 8.16557 8.13225 7.33314 8.21831C7.28322 8.79001 7.25667 9.38614 7.25667 9.99997ZM8.20044 15.7811C7.90092 15.0262 7.65714 14.1092 7.49242 13.0797C8.28941 13.1527 9.13147 13.1916 10.0003 13.1916C10.8692 13.1916 11.7113 13.1527 12.5083 13.0797C12.3435 14.1092 12.0998 15.0262 11.8003 15.7811C11.5124 16.5067 11.1854 17.051 10.8547 17.4035C10.5253 17.7547 10.2364 17.8726 10.0003 17.8726C9.76429 17.8726 9.47536 17.7547 9.14595 17.4035C8.81528 17.051 8.48832 16.5067 8.20044 15.7811ZM15.7878 11.194C15.2508 11.3565 14.6328 11.4973 13.9518 11.6103C13.9903 11.0868 14.0103 10.5485 14.0103 9.99997C14.0103 9.45142 13.9903 8.91316 13.9518 8.38968C14.6328 8.50267 15.2508 8.64348 15.7878 8.80592C16.5188 9.02699 17.0642 9.27755 17.4127 9.52676C17.7777 9.78774 17.8092 9.9569 17.8092 9.99997C17.8092 10.043 17.7777 10.2122 17.4127 10.4732C17.0642 10.7224 16.5188 10.9729 15.7878 11.194Z' fill='%23004798'/%3E%3C/svg%3E%0A") left top / 20px 20px no-repeat;
}
@media (max-width: 767px) {
  .change-and-buy__map .ball_website {
    margin-top: 0;
  }
}
.change-and-buy__map .ball_worktime {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0003 1.66675C5.40866 1.66675 1.66699 5.40841 1.66699 10.0001C1.66699 14.5917 5.40866 18.3334 10.0003 18.3334C14.592 18.3334 18.3337 14.5917 18.3337 10.0001C18.3337 5.40841 14.592 1.66675 10.0003 1.66675ZM13.8003 8.60842L10.3753 11.1834C10.3587 11.1917 10.3337 11.2001 10.317 11.2168C10.292 11.2251 10.2753 11.2334 10.2503 11.2418C10.1753 11.2834 10.0837 11.3084 10.0003 11.3084C9.91699 11.3084 9.83365 11.2834 9.75865 11.2501C9.74199 11.2417 9.72534 11.2334 9.70034 11.2251C9.68367 11.2167 9.66698 11.2084 9.65031 11.2001L7.15031 9.48342C6.86698 9.29175 6.792 8.90008 6.992 8.61674C7.18367 8.33341 7.57532 8.25841 7.85865 8.45008L9.98367 9.90841L13.0503 7.60842C13.3253 7.40009 13.717 7.45841 13.9253 7.73341C14.1337 8.00841 14.0753 8.40008 13.8003 8.60842Z' fill='%23004798'/%3E%3C/svg%3E%0A") left top / 20px 20px no-repeat;
}
@media (max-width: 767px) {
  .change-and-buy__map .ball_worktime {
    margin-top: 0;
  }
}
.change-and-buy__map .ball_service {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
@media (max-width: 767px) {
  .change-and-buy__map .ball_service {
    margin-top: 0;
  }
}
.change-and-buy__map .ball_items_row {
  display: flex;
  margin-left: -30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .change-and-buy__map .ball_items_row {
    margin-top: 8px;
  }
}
.change-and-buy__map .ball_item {
  margin-left: 30px;
}
.change-and-buy__map .ball_categories {
  margin-top: 4px;
}
.change-and-buy__map .ball_type_shop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
  margin-bottom: -16px;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item.this--azs {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.3334 25.9167V16.75H21.9584C22.3042 16.75 22.5833 17.0291 22.5833 17.375V23.2084C22.5833 24.7041 23.7959 25.9167 25.2916 25.9167C26.7874 25.9167 28 24.7041 28 23.2084V11.9917C28 11.4041 27.7583 10.8752 27.3709 10.4959L25.1624 8.30031C24.7626 7.8999 24.1166 7.8999 23.7166 8.30031C23.3167 8.70026 23.3167 9.34607 23.7166 9.74566L25.1501 11.1833L24.0917 12.2876C23.746 12.6415 23.746 13.2124 24.0917 13.5668C24.2622 13.7499 24.4918 13.8375 24.7208 13.8334L25.9167 13.8293V23.2084C25.9167 23.5543 25.6376 23.8335 25.2917 23.8335C24.9458 23.8335 24.6667 23.5543 24.6667 23.2084V17.375C24.6667 15.8792 23.4542 14.6667 21.9585 14.6667H21.3334V9.66664C21.3334 8.74589 20.5874 8.00006 19.6666 8.00006H10.9167C9.99586 8.00006 9.24998 8.74594 9.24998 9.66664V25.9167H9.04163C8.46672 25.9167 8 26.3834 8 26.9585C8 27.5334 8.46672 28 9.04163 28H21.5417C22.1166 28 22.5832 27.5334 22.5832 26.9585C22.5832 26.3834 22.1166 25.9167 21.5417 25.9167H21.3334ZM12.25 10.0833H18.3332C18.8414 10.0833 19.25 10.4919 19.25 11.0001V15.4166C19.25 15.9249 18.8414 16.3333 18.3332 16.3333H12.25C11.7418 16.3333 11.3333 15.9248 11.3333 15.4166V11.0001C11.3333 10.4919 11.7419 10.0833 12.25 10.0833Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item.this--shop {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M27.8787 26.5644C27.8787 27.2923 27.288 27.8829 26.5602 27.8829C25.8324 27.8829 25.2417 27.2923 25.2417 26.5644C25.2417 25.8366 25.8324 25.246 26.5602 25.246C27.288 25.246 27.8787 25.8366 27.8787 26.5644Z' fill='%23004798'/%3E%3Cpath d='M12.6896 26.5644C12.6896 27.2923 12.0989 27.8829 11.3711 27.8829C10.6433 27.8829 10.0526 27.2923 10.0526 26.5644C10.0526 25.8366 10.6433 25.246 11.3711 25.246C12.0989 25.246 12.6896 25.8366 12.6896 26.5644Z' fill='%23004798'/%3E%3Cpath d='M11.3679 9.68767L10.7825 8H7.99785V8.89657H10.1971L13.2296 20.1459C11.5209 20.7419 10.0705 22.1447 9.78572 24.0012C9.68551 24.6182 9.68551 24.8767 9.68551 24.8767H28.2498V23.9959H10.7034C10.9513 22.3293 12.7497 20.9317 14.6114 20.6997C16.4731 20.4676 27.4429 18.896 27.4429 18.896L28.2498 9.68767H11.3679Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item.this--hypershop {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M26.5714 14.25H23.3571V12.6875C23.3571 10.1027 20.9554 8 18 8C15.0446 8 12.6429 10.1027 12.6429 12.6875V14.25H9.42857C8.63973 14.25 8 14.8086 8 15.5V24.875C8 26.6016 9.59911 28 11.5714 28H24.4286C26.4009 28 28 26.6008 28 24.875V15.5C28 14.8086 27.3616 14.25 26.5714 14.25ZM14.7857 12.6875C14.7857 11.1367 16.2277 9.875 18 9.875C19.7723 9.875 21.2143 11.1367 21.2143 12.6875V14.25H14.7857V12.6875ZM13.7143 17.6875C13.125 17.6875 12.6429 17.2695 12.6429 16.75C12.6429 16.2305 13.125 15.8125 13.7143 15.8125C14.3036 15.8125 14.7857 16.2344 14.7857 16.75C14.7857 17.2656 14.308 17.6875 13.7143 17.6875ZM22.2857 17.6875C21.6942 17.6875 21.2143 17.2676 21.2143 16.75C21.2143 16.2324 21.6964 15.8125 22.2857 15.8125C22.875 15.8125 23.3571 16.2344 23.3571 16.75C23.3571 17.2656 22.8795 17.6875 22.2857 17.6875Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item.this--sto {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M27.2603 22.2554C26.3372 21.3322 25.1371 21.0553 24.0293 21.2399L15.167 12.3777C15.3517 11.2699 15.0747 9.97751 14.1516 9.14667C13.2284 8.13122 11.7514 7.76195 10.3667 8.22352C10.3667 8.22352 10.2744 8.22352 10.2744 8.31584C10.182 8.31584 10.182 8.40816 10.0897 8.40816C9.90511 8.59278 9.90511 8.86973 10.0897 9.05437L11.3821 10.3468C11.4745 10.4391 11.4745 10.6237 11.3821 10.716L10.7359 11.3623C10.5513 11.4546 10.459 11.4546 10.3667 11.3623L9.07425 10.1622C8.88963 9.97753 8.61269 9.97753 8.42804 10.1622C8.42804 10.1622 8.42804 10.2545 8.33572 10.2545C8.33572 10.2545 8.33572 10.3468 8.2434 10.3468C7.78183 11.6392 8.05877 13.1163 9.07423 14.1317C9.81275 14.8702 10.7359 15.1472 11.5667 15.1472C11.8437 15.1472 12.0283 15.1472 12.3053 15.0548L21.1675 23.9171C20.8906 25.0249 21.2598 26.3173 22.183 27.1481C22.8292 27.7943 23.7523 28.1636 24.7678 28.1636C25.2294 28.1636 25.5986 28.0712 25.9679 27.9789C25.9679 27.9789 26.0602 27.9789 26.0602 27.8866C26.1525 27.8866 26.1525 27.7943 26.2448 27.7943C26.4295 27.6097 26.4295 27.3327 26.2448 27.1481L25.0447 26.0403C24.9524 25.948 24.9524 25.948 24.9524 25.8557C24.9524 25.7634 24.9524 25.6711 25.0447 25.6711L25.6909 25.0249C25.7833 24.9325 25.7833 24.9325 25.8756 24.9325C25.9679 24.9325 25.9679 24.9325 26.0602 25.0249L27.2603 26.225C27.4449 26.4096 27.7219 26.4096 27.9065 26.225C27.9065 26.225 27.9065 26.1326 27.9988 26.1326C28.0911 26.0403 28.0911 26.0403 28.0911 25.948C28.645 24.6556 28.2758 23.1786 27.2603 22.2554ZM9.72045 13.4855C9.16656 12.9316 8.88961 12.1007 8.98193 11.3622L9.62814 12.0084C9.90509 12.193 10.182 12.3777 10.5513 12.3777C10.8282 12.3777 11.1975 12.2854 11.3821 12.0084L12.0284 11.3622C12.4899 10.9006 12.4899 10.1621 12.0284 9.70054L11.2898 8.96203C12.1207 8.86971 12.8592 9.14665 13.5054 9.70054C14.5209 10.716 14.5209 12.47 13.5054 13.4855C12.4899 14.5932 10.8283 14.5932 9.72049 13.4855H9.72045ZM13.3207 14.7779C13.5977 14.5933 13.9669 14.4086 14.1516 14.1317C14.4285 13.8547 14.6131 13.5778 14.7978 13.2085L23.1061 21.5169C22.8292 21.7015 22.4599 21.8861 22.183 22.1631C21.906 22.44 21.7214 22.717 21.5368 22.9939L13.3207 14.7779ZM25.8756 24.0094C25.5986 24.0094 25.2294 24.1017 25.0448 24.3786L24.3985 25.0249C24.2139 25.2095 24.0293 25.5787 24.0293 25.8557C24.0293 26.1326 24.1216 26.5019 24.3985 26.6865L25.0448 27.3327C24.2139 27.4251 23.4754 27.1481 22.8292 26.5942C21.8137 25.5788 21.8137 23.8248 22.8292 22.8093C23.8446 21.7939 25.5986 21.7939 26.6141 22.8093C27.168 23.3632 27.4449 24.194 27.3526 25.0249L26.7064 24.3787C26.5218 24.194 26.2448 24.0094 25.8756 24.0094L25.8756 24.0094Z' fill='%23004798'/%3E%3Cpath d='M19.8748 15.5158C19.9671 15.5158 20.1518 15.5158 20.2441 15.4234L24.029 11.6385L24.7675 12.377L20.9826 16.1619C20.798 16.3466 20.798 16.6235 20.9826 16.8082C21.0749 16.9005 21.1672 16.9005 21.3519 16.9005C21.4442 16.9005 21.6288 16.9005 21.7211 16.8082L25.9676 12.654L27.4447 12.1001C27.537 12.0078 27.7216 11.9155 27.7216 11.8231L28.3678 9.97685C28.4602 9.79223 28.3678 9.60758 28.2755 9.51528L26.9831 8.13055C26.8908 8.03823 26.7062 7.94593 26.5215 8.03823L24.6753 8.68444C24.5829 8.77677 24.3983 8.86907 24.3983 8.96139L23.8444 10.5307C23.7521 10.5307 23.7521 10.6231 23.7521 10.6231L19.5979 14.7772C19.4133 14.9619 19.4133 15.2388 19.5979 15.4235C19.6902 15.5158 19.7825 15.5158 19.8749 15.5158L19.8748 15.5158ZM25.1368 9.51528L26.5215 9.05371L27.3523 9.88455L26.8908 11.2693L25.506 11.7308L24.6752 10.9L25.1368 9.51528ZM16.8284 21.6085L11.1972 27.2398C11.0126 27.4244 10.8279 27.4244 10.7356 27.3321L8.98164 25.5781C8.88931 25.4858 8.98164 25.3012 9.07396 25.1165L14.6129 19.5776C14.7975 19.393 14.7975 19.1161 14.6129 18.9314C14.4282 18.7468 14.1513 18.7468 13.9667 18.9314L8.42775 24.4703C7.87386 25.0242 7.87386 25.7627 8.33542 26.2243L10.0894 27.9783C10.274 28.1629 10.551 28.2553 10.8279 28.2553C11.1972 28.2553 11.5664 28.0706 11.8434 27.7937L17.4746 22.1625C17.6592 21.9778 17.6592 21.7009 17.4746 21.5162C17.29 21.3316 17.013 21.4239 16.8284 21.6086L16.8284 21.6085Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item.this--autoshop {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M28.4306 24.7273L24.201 20.4977C25.3534 19.1317 25.9835 17.4212 25.9835 15.6083C25.9835 15.4105 25.9759 15.2044 25.9606 15.0142C25.9302 14.6331 25.5864 14.3398 25.2164 14.3799C24.8353 14.4104 24.5517 14.7438 24.5821 15.1242C24.5939 15.2791 24.6001 15.4472 24.6001 15.6083C24.6001 17.2829 23.9458 18.8523 22.7589 20.0267C21.8535 20.919 20.7206 21.5096 19.4749 21.7351C18.815 21.8631 18.0072 21.8714 17.2332 21.7268C15.9999 21.502 14.8725 20.9079 13.9741 20.0094C12.7982 18.8329 12.1501 17.2697 12.1501 15.6083C12.1501 12.1763 14.9431 9.38333 18.3751 9.38333C20.0497 9.38333 21.6218 10.0397 22.8011 11.2322C23.0695 11.5033 23.508 11.5061 23.7791 11.2377C24.0509 10.9693 24.053 10.5315 23.7847 10.2597C22.3432 8.80233 20.4218 8 18.3751 8C14.1802 8 10.7668 11.4134 10.7668 15.6083C10.7668 17.4074 11.39 19.1102 12.5305 20.4749L8.20279 24.8027C8.00497 25.0005 7.94549 25.2979 8.0527 25.5566C8.15991 25.8146 8.41236 25.9833 8.6918 25.9833H10.7668V28.0583C10.7668 28.3378 10.9356 28.5902 11.1936 28.6974C11.2793 28.7327 11.3692 28.75 11.4585 28.75C11.6383 28.75 11.8154 28.6795 11.9475 28.5473L17.3556 23.1392C17.6952 23.1855 18.0355 23.2167 18.3751 23.2167C18.7203 23.2167 19.0467 23.1876 19.3601 23.1461L24.7613 28.5473C24.8934 28.6795 25.0705 28.75 25.2503 28.75C25.3395 28.75 25.4294 28.7327 25.5152 28.6974C25.7739 28.5902 25.942 28.3378 25.942 28.0583V25.9833H28.017C28.019 25.9833 28.0218 25.9833 28.0239 25.9833C28.4354 25.964 28.7225 25.6762 28.7225 25.2917C28.7225 25.0586 28.607 24.8525 28.4306 24.7273ZM12.1501 26.3887V25.2917C12.1501 24.9099 11.8403 24.6 11.4585 24.6H10.3615L13.5065 21.455C13.5494 21.4903 13.595 21.5214 13.6379 21.556C13.7444 21.6417 13.8523 21.7254 13.963 21.8043C14.0266 21.8499 14.0916 21.8928 14.1567 21.9364C14.2652 22.009 14.3745 22.0796 14.4866 22.146C14.5544 22.1868 14.6228 22.2262 14.692 22.2642C14.8068 22.3279 14.923 22.3881 15.0406 22.4455C15.1091 22.4787 15.1769 22.5126 15.246 22.5437C15.3747 22.6018 15.5054 22.6543 15.6368 22.7048C15.6839 22.7228 15.7288 22.745 15.7765 22.7622L12.1501 26.3887ZM25.2503 24.6C24.8685 24.6 24.5586 24.9099 24.5586 25.2917V26.3887L20.9412 22.7705C20.9938 22.7519 21.0443 22.727 21.0968 22.7069C21.2206 22.6592 21.3438 22.6108 21.4655 22.5568C21.5409 22.5229 21.6149 22.4863 21.6896 22.451C21.8016 22.3963 21.9123 22.3403 22.0209 22.2801C22.0949 22.2393 22.1682 22.1978 22.2409 22.155C22.3488 22.0913 22.4539 22.0249 22.5583 21.9558C22.6275 21.9101 22.696 21.8651 22.7631 21.8174C22.8723 21.74 22.9789 21.6583 23.084 21.5746C23.1283 21.5394 23.1753 21.5083 23.2189 21.4723L26.3473 24.6H25.2503Z' fill='%23004798'/%3E%3Cpath d='M15.1726 14.4317C14.8946 14.171 14.4561 14.1855 14.1953 14.4643C13.9345 14.743 13.9491 15.1808 14.2278 15.4416L17.9026 18.8799C18.0347 19.0044 18.2049 19.0666 18.3743 19.0666C18.5438 19.0666 18.714 19.0044 18.8468 18.8799L26.2393 11.9632C26.518 11.7024 26.5326 11.2646 26.2718 10.9859C26.0103 10.7064 25.5725 10.6926 25.2945 10.9534L18.375 17.4274L15.1726 14.4317Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item.this--change-oil {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 22.3901C10 26.5948 13.3581 30 17.5001 30C21.6424 30 25 26.5948 25 22.3901C25 17 19.1794 13.5 18.7098 7.49998V7.24997C18.7098 6.56007 18.1677 6 17.5001 6C16.8324 6 16.2904 6.56007 16.2904 7.24997V7.49998C15.8064 13.5 10 17.0001 10 22.3901ZM18.5405 25.5002C19.5858 25.2501 20.4175 24.3302 20.6594 23.3253C20.7421 22.8551 21.1384 22.5001 21.613 22.5001C22.1449 22.5001 22.5806 22.9504 22.5806 23.4999C22.5806 24.2197 21.9952 25.3151 21.1971 26.1347C20.4128 26.935 19.4789 27.5001 18.7098 27.5001C18.1777 27.5001 17.742 27.0352 17.742 26.4855C17.742 25.9951 18.0855 25.5851 18.5405 25.5002Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23003D83'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item.this--service {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M25.3636 6.00044H10.6364C9.73262 6.00044 9 6.73307 9 7.63681V9.27317C9 10.1769 9.73262 10.9095 10.6364 10.9095H25.3636C26.2674 10.9095 27 10.1769 27 9.27317V7.63681C27 6.73307 26.2674 6.00044 25.3636 6.00044Z' fill='%23004798'/%3E%3Cpath d='M25.3636 25.6368H10.6364C9.73262 25.6368 9 26.3694 9 27.2732V28.9095C9 29.8133 9.73262 30.5459 10.6364 30.5459H25.3636C26.2674 30.5459 27 29.8133 27 28.9095V27.2732C27 26.3694 26.2674 25.6368 25.3636 25.6368Z' fill='%23004798'/%3E%3Cpath d='M25.3636 12.5459H10.6364V24.0004H25.3636V12.5459ZM18 22.3641C17.132 22.3641 16.2996 22.0193 15.6858 21.4055C15.0721 20.7918 14.7273 19.9593 14.7273 19.0914C14.7273 17.5041 16.9445 14.9514 17.3945 14.4523C17.4712 14.3679 17.5647 14.3005 17.669 14.2544C17.7732 14.2082 17.886 14.1844 18 14.1844C18.114 14.1844 18.2268 14.2082 18.331 14.2544C18.4353 14.3005 18.5288 14.3679 18.6055 14.4523C19.0555 14.9514 21.2727 17.5041 21.2727 19.0914C21.2727 19.9593 20.9279 20.7918 20.3142 21.4055C19.7004 22.0193 18.868 22.3641 18 22.3641Z' fill='%23004798'/%3E%3Cpath d='M16.3636 19.0912C16.3636 19.5252 16.536 19.9414 16.8429 20.2483C17.1498 20.5552 17.566 20.7276 18 20.7276C18.434 20.7276 18.8502 20.5552 19.1571 20.2483C19.464 19.9414 19.6364 19.5252 19.6364 19.0912C19.6364 18.5839 18.8673 17.3566 18 16.2685C17.1327 17.3485 16.3636 18.5676 16.3636 19.0912Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__map .ball_type_shop .ball_type_shop__item.this--web {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M9.44613 8.09748C14.9224 8.09433 20.4691 7.83149 25.9384 8.09291C29.6888 8.27217 28.8641 13.044 28.8809 15.689C28.8894 17.0247 28.8883 18.3604 28.8766 19.6961C28.8693 20.5439 29.0127 21.3317 28.5257 22.0559C27.9494 22.9129 27.4623 22.7097 26.4155 22.7356C21.1873 22.8651 15.6973 23.1629 10.4844 22.7368C9.4374 22.6512 8.55143 22.6483 8.15201 21.7026C7.93338 21.1849 8.10148 20.0032 8.09745 19.4855C8.08721 18.169 8.08221 16.8524 8.08209 15.5358C8.08197 14.2192 8.08663 12.9026 8.09672 11.5861C8.10663 10.2915 7.68291 8.20183 9.53969 8.31298C10.1938 8.35214 10.1915 7.33441 9.53969 7.29539C6.35407 7.10469 7.0871 10.1035 7.07321 12.4638C7.06115 14.5118 7.06134 16.5598 7.07378 18.6078C7.08113 19.8187 6.76157 21.7913 7.39815 22.922C7.78703 23.6128 8.04786 23.5531 8.71431 23.7361C10.4698 24.2179 13.0609 23.7765 14.9097 23.7841C19.086 23.8012 23.398 24.0656 27.5602 23.7327C30.4083 23.5049 29.8885 21.1165 29.9005 18.8056C29.9113 16.7279 29.8984 14.65 29.8608 12.5725C29.8401 11.4269 30.0167 9.87642 29.4947 8.79152C28.3749 6.46419 25.0389 7.07092 22.9501 7.07212C18.4488 7.07471 13.9474 7.0773 9.44613 7.07989C8.79137 7.08026 8.79025 8.09786 9.44613 8.09748Z' fill='%23004798'/%3E%3Cpath d='M16.0466 12.3175C16.9283 12.3162 17.8101 12.3149 18.6919 12.3136C19.0895 12.313 19.4973 12.2841 19.8943 12.3118C20.6023 12.3612 20.4449 12.2424 20.5498 12.959C20.8058 14.7067 20.9487 16.4502 21.2841 18.1902C21.4476 17.9756 21.6112 17.7609 21.7747 17.5462C20.7868 17.548 19.7989 17.5499 18.811 17.5517C18.1932 17.5529 16.1647 17.861 15.7193 17.4993C15.2197 17.0937 15.7655 15.2075 15.8782 14.6165C16.0473 13.7291 16.1939 12.8615 16.2217 11.9576C16.2419 11.3026 15.2242 11.3033 15.2041 11.9576C15.1618 13.3349 14.769 14.6466 14.6183 16.0097C14.5514 16.6143 14.3244 17.8933 14.8379 18.3888C15.3428 18.876 16.708 18.5733 17.3292 18.5721C18.811 18.5693 20.2929 18.5665 21.7747 18.5638C22.1258 18.5631 22.3272 18.2406 22.2654 17.9197C22.0139 16.6152 21.8051 15.3056 21.6645 13.9841C21.6019 13.3954 21.7982 11.9653 21.3445 11.5127C20.9351 11.1043 20.1748 11.2938 19.6538 11.2946C18.4514 11.2963 17.249 11.2981 16.0466 11.2999C15.3918 11.3008 15.3907 12.3184 16.0466 12.3175Z' fill='%23004798'/%3E%3Cpath d='M15.4808 17.2143C17.4029 17.2143 19.325 17.2143 21.2472 17.2143C21.9019 17.2143 21.903 16.1967 21.2472 16.1967C19.325 16.1967 17.4029 16.1967 15.4808 16.1967C14.826 16.1967 14.8249 17.2143 15.4808 17.2143Z' fill='%23004798'/%3E%3Cpath d='M17.8408 11.7315C17.8385 11.3284 17.8362 10.9253 17.8339 10.5221C17.8335 10.4581 17.7921 10.1035 17.8336 10.0447C17.8875 9.96846 18.041 9.99773 18.1333 9.99897C18.9732 10.0103 18.9033 10.8607 18.8556 11.4954C18.8065 12.1486 19.8243 12.1454 19.8732 11.4954C19.9195 10.8796 19.9279 10.2193 19.5702 9.68418C19.2327 9.17937 18.7254 8.98732 18.1333 8.98138C17.6168 8.97619 17.065 9.10636 16.881 9.6544C16.7883 9.9306 16.8146 10.2359 16.8163 10.5221C16.8186 10.9253 16.8209 11.3284 16.8232 11.7315C16.8269 12.3861 17.8445 12.3875 17.8408 11.7315Z' fill='%23004798'/%3E%3Cpath d='M7.74895 20.8779C14.8465 20.7738 21.9446 20.724 29.0429 20.7286C29.6977 20.729 29.6987 19.7114 29.0429 19.711C21.9446 19.7064 14.8465 19.7562 7.74895 19.8603C7.09473 19.8699 7.09282 20.8875 7.74895 20.8779Z' fill='%23004798'/%3E%3Cpath d='M14.9311 28.37C16.9011 27.2748 20.3182 27.4045 22.3414 28.231C22.9473 28.4785 23.2111 27.4945 22.6119 27.2498C20.3261 26.3159 16.6266 26.2632 14.4175 27.4914C13.8451 27.8096 14.3577 28.6888 14.9311 28.37Z' fill='%23004798'/%3E%3Cpath d='M20.5415 23.4893C20.5415 24.62 20.5415 25.7506 20.5415 26.8813C20.5415 27.5361 21.5591 27.5372 21.5591 26.8813C21.5591 25.7506 21.5591 24.62 21.5591 23.4893C21.5591 22.8345 20.5415 22.8335 20.5415 23.4893Z' fill='%23004798'/%3E%3Cpath d='M15.804 23.5277C15.804 24.7087 15.804 25.8896 15.804 27.0705C15.804 27.7252 16.8216 27.7263 16.8216 27.0705C16.8216 25.8896 16.8216 24.7087 16.8216 23.5277C16.8216 22.873 15.804 22.8719 15.804 23.5277Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__list_wrapper {
  position: relative;
}
.change-and-buy__list_wrapper::before,
.change-and-buy__list_wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  width: calc(100% - 6px);
  height: 10px;
  z-index: 2;
}
.change-and-buy__list_wrapper::before {
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.change-and-buy__list_wrapper::after {
  bottom: 0;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.change-and-buy__list_city {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-top: 20px;
  text-align: center;
}
.change-and-buy__list {
  height: 600px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .change-and-buy__list {
    height: 500px;
  }
}
.change-and-buy__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.change-and-buy__list::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 15px;
}
.change-and-buy__list::-webkit-scrollbar-thumb {
  background: #004798;
  border-radius: 15px;
}
.change-and-buy__list_item {
  padding: 20px 15px 20px 0;
}
.change-and-buy__list_item .ball_body {
  width: auto;
}
.change-and-buy__list_item .ball_name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.change-and-buy__list_item .ball_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 16px;
}
@media (max-width: 767px) {
  .change-and-buy__list_item .ball_title {
    margin-top: 8px;
  }
}
.change-and-buy__list_item .ball_adr {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99935 1.66675C6.57435 1.66675 3.79102 4.45008 3.79102 7.87508C3.79102 11.9501 8.94102 17.7168 9.15768 17.9584C9.37435 18.2001 9.68268 18.3334 9.99935 18.3334C10.316 18.3334 10.6243 18.2001 10.841 17.9584C11.391 17.3501 16.2077 11.8584 16.2077 7.87508C16.2077 4.45008 13.4243 1.66675 9.99935 1.66675ZM9.99935 17.0251C9.32435 16.2417 5.04102 11.2084 5.04102 7.87508C5.04102 5.14175 7.26601 2.91675 9.99935 2.91675C12.7327 2.91675 14.9577 5.14175 14.9577 7.87508C14.9577 10.6917 11.766 15.0251 9.99935 17.0251Z' fill='%23004798'/%3E%3Cpath d='M9.99935 1.66675C6.57435 1.66675 3.79102 4.45008 3.79102 7.87508C3.79102 11.9501 8.94102 17.7168 9.15768 17.9584C9.37435 18.2001 9.68268 18.3334 9.99935 18.3334C10.316 18.3334 10.6243 18.2001 10.841 17.9584C11.391 17.3501 16.2077 11.8584 16.2077 7.87508C16.2077 4.45008 13.4243 1.66675 9.99935 1.66675ZM7.39935 7.87508C7.39935 6.44175 8.56601 5.27508 9.99935 5.27508C11.4327 5.27508 12.5993 6.44175 12.5993 7.87508C12.5993 9.30841 11.4327 10.4751 9.99935 10.4751C8.56601 10.4751 7.39935 9.30841 7.39935 7.87508Z' fill='%23004798'/%3E%3C/svg%3E%0A") left top / 20px 20px no-repeat;
}
.change-and-buy__list_item .ball_telephones {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.59172 10.4167C13.0917 13.9167 13.8834 9.86668 16.1084 12.0833C18.3334 14.3 19.4917 14.6583 16.7751 17.3833C16.4334 17.6583 14.2751 20.95 6.65006 13.3417C-0.974942 5.73335 2.33339 3.57501 2.60839 3.23335C5.33339 0.500014 5.75839 1.74168 7.90839 3.89168C10.0584 6.04168 6.09172 6.91668 9.59172 10.4167Z' fill='%23004798'/%3E%3C/svg%3E%0A") left top / 20px 20px no-repeat;
}
.change-and-buy__list_item .ball_website {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.20044 4.21885C7.90092 4.97376 7.65714 5.89075 7.49242 6.92021C8.28941 6.8472 9.13147 6.80834 10.0003 6.80834C10.8692 6.80834 11.7113 6.8472 12.5083 6.92021C12.3435 5.89075 12.0998 4.97376 11.8003 4.21885C11.5124 3.49327 11.1854 2.94892 10.8547 2.59641C10.5253 2.24525 10.2364 2.1273 10.0003 2.1273C9.76429 2.1273 9.47536 2.24525 9.14595 2.59641C8.81528 2.94892 8.48832 3.49327 8.20044 4.21885ZM7.0247 3.74472C6.65097 4.68666 6.36421 5.82133 6.18845 7.07572C5.32329 7.20436 4.53375 7.376 3.84897 7.58311C3.05219 7.82409 2.36126 8.12372 1.8554 8.48545C1.79149 8.53115 1.72841 8.57945 1.66703 8.63037C2.2254 5.1508 4.87628 2.37808 8.27608 1.66675C8.25921 1.68405 8.24249 1.70154 8.22591 1.71921C7.74859 2.22806 7.3479 2.93012 7.0247 3.74472ZM11.7246 1.66675C11.7415 1.68405 11.7582 1.70154 11.7748 1.71921C12.2521 2.22806 12.6528 2.93012 12.976 3.74472C13.3497 4.68666 13.6365 5.82133 13.8122 7.07572C14.6774 7.20436 15.4669 7.376 16.1517 7.58311C16.9485 7.82409 17.6394 8.12372 18.1453 8.48545C18.2092 8.53115 18.2723 8.57946 18.3337 8.63038C17.7753 5.1508 15.1244 2.37808 11.7246 1.66675ZM18.3337 11.3695C18.2723 11.4205 18.2092 11.4688 18.1453 11.5145C17.6394 11.8762 16.9485 12.1758 16.1517 12.4168C15.4669 12.6239 14.6774 12.7956 13.8122 12.9242C13.6365 14.1786 13.3497 15.3133 12.976 16.2552C12.6528 17.0698 12.2521 17.7719 11.7748 18.2807C11.7581 18.2985 11.7413 18.3161 11.7244 18.3334C15.1244 17.6222 17.7754 14.8493 18.3337 11.3695ZM8.27633 18.3334C8.25938 18.3161 8.24257 18.2985 8.22591 18.2807C7.74859 17.7719 7.3479 17.0698 7.0247 16.2552C6.65097 15.3133 6.36421 14.1786 6.18845 12.9242C5.32329 12.7956 4.53375 12.6239 3.84897 12.4168C3.05219 12.1758 2.36126 11.8762 1.8554 11.5145C1.79148 11.4688 1.72838 11.4205 1.66699 11.3695C2.2253 14.8493 4.87633 17.6222 8.27633 18.3334ZM4.21284 11.194C4.74991 11.3565 5.36785 11.4973 6.04893 11.6103C6.01038 11.0868 5.99036 10.5485 5.99036 9.99997C5.99036 9.45142 6.01038 8.91316 6.04893 8.38968C5.36785 8.50267 4.74991 8.64348 4.21284 8.80592C3.48191 9.02699 2.93652 9.27755 2.588 9.52676C2.22303 9.78774 2.19144 9.9569 2.19144 9.99997C2.19144 10.043 2.22303 10.2122 2.588 10.4732C2.93652 10.7224 3.48191 10.9729 4.21284 11.194ZM7.25667 9.99997C7.25667 10.6138 7.28322 11.2099 7.33314 11.7816C8.16557 11.8677 9.06271 11.9149 10.0003 11.9149C10.938 11.9149 11.8351 11.8677 12.6675 11.7816C12.7175 11.2099 12.744 10.6138 12.744 9.99997C12.744 9.38614 12.7175 8.79001 12.6675 8.21831C11.8351 8.13225 10.938 8.08499 10.0003 8.08499C9.06271 8.08499 8.16557 8.13225 7.33314 8.21831C7.28322 8.79001 7.25667 9.38614 7.25667 9.99997ZM8.20044 15.7811C7.90092 15.0262 7.65714 14.1092 7.49242 13.0797C8.28941 13.1527 9.13147 13.1916 10.0003 13.1916C10.8692 13.1916 11.7113 13.1527 12.5083 13.0797C12.3435 14.1092 12.0998 15.0262 11.8003 15.7811C11.5124 16.5067 11.1854 17.051 10.8547 17.4035C10.5253 17.7547 10.2364 17.8726 10.0003 17.8726C9.76429 17.8726 9.47536 17.7547 9.14595 17.4035C8.81528 17.051 8.48832 16.5067 8.20044 15.7811ZM15.7878 11.194C15.2508 11.3565 14.6328 11.4973 13.9518 11.6103C13.9903 11.0868 14.0103 10.5485 14.0103 9.99997C14.0103 9.45142 13.9903 8.91316 13.9518 8.38968C14.6328 8.50267 15.2508 8.64348 15.7878 8.80592C16.5188 9.02699 17.0642 9.27755 17.4127 9.52676C17.7777 9.78774 17.8092 9.9569 17.8092 9.99997C17.8092 10.043 17.7777 10.2122 17.4127 10.4732C17.0642 10.7224 16.5188 10.9729 15.7878 11.194Z' fill='%23004798'/%3E%3C/svg%3E%0A") left top / 20px 20px no-repeat;
}
.change-and-buy__list_item .ball_worktime {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0003 1.66675C5.40866 1.66675 1.66699 5.40841 1.66699 10.0001C1.66699 14.5917 5.40866 18.3334 10.0003 18.3334C14.592 18.3334 18.3337 14.5917 18.3337 10.0001C18.3337 5.40841 14.592 1.66675 10.0003 1.66675ZM13.8003 8.60842L10.3753 11.1834C10.3587 11.1917 10.3337 11.2001 10.317 11.2168C10.292 11.2251 10.2753 11.2334 10.2503 11.2418C10.1753 11.2834 10.0837 11.3084 10.0003 11.3084C9.91699 11.3084 9.83365 11.2834 9.75865 11.2501C9.74199 11.2417 9.72534 11.2334 9.70034 11.2251C9.68367 11.2167 9.66698 11.2084 9.65031 11.2001L7.15031 9.48342C6.86698 9.29175 6.792 8.90008 6.992 8.61674C7.18367 8.33341 7.57532 8.25841 7.85865 8.45008L9.98367 9.90841L13.0503 7.60842C13.3253 7.40009 13.717 7.45841 13.9253 7.73341C14.1337 8.00841 14.0753 8.40008 13.8003 8.60842Z' fill='%23004798'/%3E%3C/svg%3E%0A") left top / 20px 20px no-repeat;
}
.change-and-buy__list_item .ball_category {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.change-and-buy__list_item .ball_category.this--77986467f35b397db06c5327f0b96918 {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M12.0006 12.3492C11.166 12.3858 10.341 12.495 9.52572 12.6769C8.53151 12.8987 7.80961 13.04 7.36004 13.1008C6.82174 13.1734 6.30916 13.2061 5.82231 13.1986C5.706 13.1967 5.60442 13.1992 5.51756 13.2059C5.44487 13.2115 5.38485 13.2318 5.33751 13.2668C5.21262 13.3589 5.24841 13.4387 5.44487 13.5062C5.61896 13.5658 5.86946 13.5906 6.1964 13.5805C6.21503 13.5798 6.21876 13.5872 6.20758 13.6029C5.95707 13.9526 5.69295 14.2916 5.41523 14.62C5.14198 14.9429 4.96006 15.1542 4.86948 15.2541C4.66482 15.4804 4.46165 15.6724 4.25998 15.8301C4.1351 15.9281 4.04134 16.0379 3.97871 16.1594C3.93137 16.2519 3.90658 16.3887 3.90434 16.5699C3.89689 17.1689 3.89856 17.8012 3.90937 18.4666C3.91011 18.5186 3.89046 18.5689 3.85458 18.6069C3.66334 18.8079 3.55467 19.0601 3.52858 19.3635C3.46632 20.0815 3.65309 20.7059 4.08887 21.2367C4.46128 21.6904 4.95428 21.9402 5.56788 21.986C5.57113 21.9863 5.5744 21.9859 5.57746 21.9847C5.58051 21.9835 5.58326 21.9816 5.58551 21.9792C5.58777 21.9768 5.58946 21.9739 5.59048 21.9707C5.59149 21.9676 5.59179 21.9642 5.59137 21.9609C5.49966 21.2787 5.60367 20.6505 5.90339 20.0764C6.07785 19.7424 6.30711 19.4511 6.59117 19.2025C7.08623 18.7689 7.67336 18.529 8.35257 18.4828C8.82861 18.4504 9.28415 18.5298 9.71919 18.721C10.0528 18.8683 10.3574 19.0789 10.6329 19.3529C11.3743 20.0906 11.6422 21.025 11.4364 22.156C11.4358 22.1594 11.4359 22.1629 11.4367 22.1662C11.4376 22.1696 11.4392 22.1727 11.4415 22.1753C11.4437 22.178 11.4465 22.1802 11.4497 22.1817C11.4529 22.1832 11.4564 22.1839 11.4599 22.184L24.3964 22.2818C24.3988 22.2818 24.4012 22.2813 24.4034 22.2802C24.4056 22.2791 24.4075 22.2775 24.409 22.2756C24.4105 22.2736 24.4115 22.2713 24.4119 22.2689C24.4123 22.2665 24.4122 22.264 24.4115 22.2617C24.2586 21.7118 24.265 21.1646 24.4305 20.62C24.7026 19.7219 25.2577 19.0899 26.0957 18.7238C26.6225 18.4938 27.1639 18.4232 27.7201 18.5119C28.0914 18.5708 28.4409 18.6947 28.7686 18.8837C29.2062 19.1365 29.5548 19.4796 29.8142 19.9132C30.0084 20.2382 30.1378 20.5857 30.2023 20.9555C30.2832 21.4177 30.2571 21.8831 30.124 22.3517C30.1233 22.3542 30.1232 22.3569 30.1237 22.3595C30.1242 22.362 30.1253 22.3644 30.127 22.3665C30.1286 22.3685 30.1307 22.3701 30.1331 22.3711C30.1355 22.3722 30.1382 22.3726 30.1408 22.3724C30.6481 22.3251 31.1299 22.2168 31.5862 22.0475C31.9202 21.9238 32.1846 21.7398 32.3791 21.4956C32.4395 21.42 32.4733 21.3508 32.4804 21.2882C32.4897 21.205 32.4675 21.1258 32.4138 21.0505C32.3713 20.9909 32.3456 20.9247 32.3366 20.852C32.3176 20.6966 32.3245 20.538 32.3573 20.3762C32.4021 20.1544 32.4259 20.0175 32.4289 19.9657C32.4401 19.7473 32.4341 19.486 32.411 19.1818C32.37 18.6461 32.2244 18.1859 31.9743 17.8012C31.8065 17.544 31.5814 17.3525 31.2988 17.2269C31.2548 17.2075 30.9803 17.1227 30.4752 16.9725C29.3046 16.6247 28.1151 16.3585 26.9065 16.174C26.4905 16.1102 26.0765 16.0368 25.6646 15.9537C24.9843 15.8165 24.3593 15.5503 23.7897 15.1552C22.0208 13.9283 20.0796 13.1021 17.9659 12.6763C16.934 12.4687 15.8917 12.3513 14.839 12.3241C13.8925 12.2995 12.9464 12.3078 12.0006 12.3492ZM11.1305 15.1619C11.1175 14.9363 11.1141 14.7106 11.1205 14.4847C11.1089 14.3073 11.1322 14.1349 11.1904 13.9675C11.2493 13.7818 11.3115 13.5973 11.3771 13.4139C11.3775 13.4128 11.3993 13.3429 11.4426 13.2042C11.4743 13.1043 11.5169 13.0091 11.5706 12.9185C11.5752 12.9109 11.5813 12.9045 11.5887 12.8995C11.596 12.8946 11.6043 12.8913 11.6131 12.8899C11.7551 12.8661 11.8985 12.8512 12.0431 12.8452C13.2211 12.7956 14.3993 12.7981 15.5777 12.8525C15.585 12.8529 15.5919 12.8562 15.5969 12.8616C15.6019 12.867 15.6047 12.8742 15.6045 12.8816L15.5268 15.6741C15.5267 15.6778 15.5259 15.6815 15.5243 15.6849C15.5228 15.6883 15.5205 15.6914 15.5178 15.6939C15.515 15.6964 15.5117 15.6983 15.5082 15.6996C15.5046 15.7008 15.5009 15.7012 15.4971 15.7009C14.0895 15.6044 12.683 15.4981 11.2776 15.3822C11.2754 15.3818 11.2547 15.3811 11.2155 15.3799C11.1432 15.3785 11.1106 15.3475 11.1177 15.2871C11.1266 15.2111 11.1309 15.1693 11.1305 15.1619ZM7.74027 14.0055C7.64149 13.8892 7.54326 13.7608 7.44559 13.6202C7.44359 13.6174 7.44236 13.6141 7.44201 13.6106C7.44166 13.6072 7.44221 13.6037 7.4436 13.6004C7.445 13.5972 7.44719 13.5943 7.44998 13.5921C7.45277 13.5899 7.45607 13.5884 7.45957 13.5878C7.97364 13.5002 8.47205 13.4085 8.9548 13.3127C8.95592 13.3123 9.20382 13.259 9.6985 13.1528C10.1529 13.0551 10.6148 12.9764 11.0841 12.9168C11.1087 12.9134 11.116 12.9231 11.1059 12.9459L10.0832 15.2463C10.0786 15.2566 10.0712 15.2654 10.0618 15.2716C10.0525 15.2777 10.0417 15.281 10.0306 15.281C9.73242 15.284 9.45377 15.2394 9.19468 15.1473C8.97474 15.0687 8.73672 14.9276 8.48062 14.724C8.2111 14.5101 7.96432 14.2705 7.74027 14.0055ZM23.188 15.4476C23.0247 15.4566 22.8771 15.5011 22.7451 15.5813C22.646 15.6416 22.5843 15.7237 22.5601 15.8273C22.5302 15.9555 22.5425 16.0853 22.597 16.2165C22.5981 16.2192 22.5986 16.2223 22.5983 16.2252C22.598 16.2282 22.5969 16.2311 22.5952 16.2335C22.5936 16.2359 22.5913 16.2378 22.5886 16.2391C22.586 16.2403 22.5831 16.2408 22.5802 16.2405L17.0472 15.8267C17.0271 15.8253 17.0081 15.8171 16.9931 15.8036C16.9782 15.79 16.9681 15.7718 16.9644 15.7518L16.4556 12.9643C16.4549 12.9611 16.455 12.9579 16.4559 12.9547C16.4567 12.9516 16.4583 12.9487 16.4604 12.9463C16.4625 12.9439 16.4652 12.9421 16.4681 12.9409C16.4711 12.9398 16.4742 12.9394 16.4774 12.9397C18.9646 13.2238 21.2503 14.0525 23.3345 15.4258C23.3707 15.4497 23.372 15.4621 23.3384 15.4633C23.2888 15.4498 23.2387 15.4446 23.188 15.4476ZM4.04414 17.0396C4.04749 16.8893 4.04414 16.7322 4.03407 16.5682C4.01953 16.3378 4.09912 16.1514 4.27284 16.009C4.43351 15.8774 4.60387 15.7307 4.78392 15.5689C4.83462 15.5231 4.89334 15.508 4.96006 15.5237C5.37721 15.621 5.78019 15.8122 6.169 16.0974C6.17764 16.1035 6.18361 16.1128 6.18568 16.1233C6.18776 16.1337 6.18579 16.1447 6.18018 16.1538C6.01205 16.4267 5.84859 16.6892 5.68979 16.9412C5.64654 17.0105 5.59957 17.0537 5.54887 17.0709C5.4937 17.0895 5.42641 17.0988 5.34701 17.0988C4.94627 17.0988 4.53136 17.0988 4.10229 17.0988C4.09451 17.0988 4.08681 17.0973 4.07964 17.0943C4.07247 17.0913 4.06599 17.0869 4.06056 17.0814C4.05514 17.0759 4.05089 17.0693 4.04807 17.0621C4.04525 17.0549 4.04391 17.0473 4.04414 17.0396ZM10.6429 16.9551C10.6429 16.9191 10.6573 16.8845 10.6827 16.8591C10.7082 16.8336 10.7428 16.8193 10.7788 16.8193H11.9598C11.9958 16.8193 12.0304 16.8336 12.0559 16.8591C12.0814 16.8845 12.0957 16.9191 12.0957 16.9551V16.963C12.0957 16.999 12.0814 17.0336 12.0559 17.0591C12.0304 17.0845 11.9958 17.0988 11.9598 17.0988H10.7788C10.7428 17.0988 10.7082 17.0845 10.6827 17.0591C10.6573 17.0336 10.6429 16.999 10.6429 16.963V16.9551ZM17.088 17.241C17.0879 17.223 17.0915 17.2052 17.0983 17.1886C17.1052 17.1719 17.1152 17.1568 17.1279 17.1441C17.1406 17.1313 17.1557 17.1212 17.1723 17.1143C17.1889 17.1074 17.2067 17.1038 17.2247 17.1038L18.3912 17.1017C18.4275 17.1017 18.4624 17.1161 18.4881 17.1417C18.5138 17.1673 18.5283 17.2022 18.5284 17.2385L18.5284 17.2542C18.5285 17.2721 18.5249 17.29 18.5181 17.3066C18.5112 17.3232 18.5012 17.3384 18.4885 17.3511C18.4758 17.3638 18.4607 17.374 18.4441 17.3809C18.4275 17.3878 18.4097 17.3914 18.3917 17.3914L17.2252 17.3934C17.1889 17.3935 17.154 17.3791 17.1283 17.3535C17.1026 17.3278 17.0881 17.293 17.088 17.2567L17.088 17.241ZM28.7563 17.2856C28.9154 17.2092 29.0826 17.1581 29.2578 17.1324C29.4036 17.1111 29.5756 17.1177 29.774 17.152C30.0312 17.1963 30.3324 17.2625 30.6776 17.3505C31.2185 17.4884 31.6159 17.8043 31.8697 18.2983C31.901 18.359 31.8949 18.4161 31.8513 18.4694C31.8002 18.5316 31.7393 18.5779 31.6684 18.6081C31.617 18.6301 31.5454 18.6507 31.4537 18.6701C31.2543 18.7119 31.0526 18.6809 30.8487 18.5773C30.1445 18.2191 29.4453 17.8508 28.7512 17.4724C28.6312 17.4071 28.6329 17.3449 28.7563 17.2856Z' fill='%23004798'/%3E%3Cpath d='M24.7877 21.4548C24.7877 22.114 25.0496 22.7462 25.5157 23.2123C25.9819 23.6784 26.6141 23.9403 27.2733 23.9403C27.9325 23.9403 28.5647 23.6784 29.0308 23.2123C29.4969 22.7462 29.7588 22.114 29.7588 21.4548C29.7588 20.7956 29.4969 20.1634 29.0308 19.6972C28.5647 19.2311 27.9325 18.9692 27.2733 18.9692C26.9469 18.9692 26.6237 19.0335 26.3221 19.1584C26.0205 19.2833 25.7465 19.4664 25.5157 19.6972C25.2849 19.928 25.1018 20.202 24.9769 20.5036C24.852 20.8052 24.7877 21.1284 24.7877 21.4548ZM26.3652 19.676C26.9788 19.3871 27.5832 19.386 28.1786 19.6727C28.1816 19.6742 28.1844 19.6764 28.1865 19.6791C28.1887 19.6818 28.1902 19.6849 28.1911 19.6882C28.1919 19.6916 28.1921 19.6951 28.1914 19.6985C28.1908 19.7019 28.1895 19.7051 28.1875 19.7079C28.0063 19.9689 27.852 20.1418 27.7245 20.2268C27.3603 20.4695 27.0255 20.4386 26.7202 20.134C26.586 20.0002 26.4654 19.8553 26.3585 19.6995C26.3571 19.6976 26.3562 19.6954 26.3558 19.6931C26.3554 19.6908 26.3555 19.6884 26.3562 19.6862C26.3568 19.6839 26.358 19.6818 26.3595 19.6801C26.3611 19.6783 26.363 19.6769 26.3652 19.676ZM28.3442 19.7836C28.3453 19.782 28.3467 19.7807 28.3483 19.7797C28.35 19.7787 28.3518 19.778 28.3536 19.7777C28.3555 19.7774 28.3575 19.7775 28.3593 19.7779C28.3612 19.7784 28.3629 19.7792 28.3645 19.7803L28.5132 19.8876C28.5148 19.8887 28.5161 19.8901 28.5171 19.8917C28.5181 19.8933 28.5188 19.8951 28.5191 19.897C28.5194 19.8989 28.5193 19.9008 28.5189 19.9027C28.5184 19.9046 28.5176 19.9063 28.5165 19.9079L27.8329 20.8557C27.8306 20.8588 27.8272 20.861 27.8234 20.8616C27.8196 20.8622 27.8157 20.8613 27.8126 20.859L27.6638 20.7517C27.6623 20.7506 27.661 20.7492 27.66 20.7476C27.659 20.746 27.6583 20.7441 27.658 20.7423C27.6577 20.7404 27.6578 20.7384 27.6582 20.7366C27.6586 20.7347 27.6594 20.733 27.6606 20.7314L28.3442 19.7836ZM26.0322 19.919C26.028 19.9133 26.0262 19.9061 26.0273 19.8991C26.0284 19.892 26.0322 19.8857 26.0379 19.8815L26.1659 19.7875C26.1716 19.7833 26.1788 19.7815 26.1859 19.7826C26.1929 19.7837 26.1992 19.7875 26.2034 19.7932L26.886 20.7225C26.8902 20.7282 26.892 20.7354 26.8909 20.7424C26.8899 20.7495 26.886 20.7558 26.8803 20.76L26.7523 20.854C26.7466 20.8582 26.7394 20.86 26.7324 20.8589C26.7253 20.8578 26.719 20.854 26.7148 20.8483L26.0322 19.919ZM26.0084 21.4592C25.8224 21.5972 25.6017 21.6995 25.3463 21.7662C25.3392 21.768 25.3317 21.7683 25.3244 21.7669C25.3171 21.7655 25.3103 21.7626 25.3042 21.7582C25.2982 21.7539 25.2932 21.7484 25.2896 21.7419C25.2859 21.7355 25.2838 21.7283 25.2832 21.7209C25.2336 21.063 25.4263 20.5008 25.8613 20.0345C25.8644 20.0312 25.8682 20.0287 25.8723 20.027C25.8764 20.0254 25.8809 20.0246 25.8853 20.0248C25.8897 20.0251 25.894 20.0262 25.8979 20.0283C25.9018 20.0303 25.9051 20.0332 25.9078 20.0367C26.0438 20.2171 26.1525 20.4091 26.2338 20.6126C26.3736 20.9616 26.2984 21.2438 26.0084 21.4592ZM28.7198 20.0831C29.1407 20.5797 29.3165 21.131 29.2471 21.7371C29.2465 21.7433 29.2445 21.7492 29.2413 21.7544C29.2381 21.7597 29.2338 21.7642 29.2287 21.7676C29.2236 21.7711 29.2178 21.7733 29.2117 21.7742C29.2056 21.7751 29.1994 21.7747 29.1935 21.7729C28.997 21.7166 28.8028 21.6298 28.6108 21.5124C28.2578 21.2961 28.1605 20.9897 28.3189 20.5931C28.4006 20.3895 28.4975 20.2199 28.6097 20.0842C28.6163 20.0761 28.6247 20.0695 28.6341 20.0649C28.6436 20.0603 28.654 20.0579 28.6645 20.0578C28.675 20.0577 28.6854 20.0599 28.695 20.0643C28.7046 20.0687 28.713 20.0751 28.7198 20.0831ZM27.1849 20.8894C27.1849 20.8638 27.1951 20.8392 27.2132 20.821C27.2314 20.8029 27.256 20.7927 27.2816 20.7927C27.3073 20.7927 27.3319 20.8029 27.3501 20.821C27.3682 20.8392 27.3784 20.8638 27.3784 20.8894C27.3784 20.9151 27.3682 20.9397 27.3501 20.9578C27.3319 20.976 27.3073 20.9862 27.2816 20.9862C27.256 20.9862 27.2314 20.976 27.2132 20.9578C27.1951 20.9397 27.1849 20.9151 27.1849 20.8894ZM27.6166 21.3245C27.6166 21.2991 27.6267 21.2748 27.6446 21.2569C27.6625 21.2389 27.6869 21.2289 27.7122 21.2289C27.7376 21.2289 27.7619 21.2389 27.7798 21.2569C27.7978 21.2748 27.8078 21.2991 27.8078 21.3245C27.8078 21.3498 27.7978 21.3742 27.7798 21.3921C27.7619 21.41 27.7376 21.4201 27.7122 21.4201C27.6869 21.4201 27.6625 21.41 27.6446 21.3921C27.6267 21.3742 27.6166 21.3498 27.6166 21.3245ZM26.7482 21.3239C26.7482 21.3111 26.7507 21.2985 26.7556 21.2867C26.7605 21.2749 26.7677 21.2642 26.7767 21.2551C26.7857 21.2461 26.7965 21.2389 26.8083 21.234C26.8201 21.2291 26.8327 21.2266 26.8455 21.2266C26.8713 21.2266 26.896 21.2369 26.9143 21.2551C26.9325 21.2734 26.9428 21.2981 26.9428 21.3239C26.9428 21.3497 26.9325 21.3745 26.9143 21.3927C26.896 21.411 26.8713 21.4212 26.8455 21.4212C26.8327 21.4212 26.8201 21.4187 26.8083 21.4138C26.7965 21.4089 26.7857 21.4018 26.7767 21.3927C26.7677 21.3837 26.7605 21.373 26.7556 21.3612C26.7507 21.3493 26.7482 21.3367 26.7482 21.3239ZM28.0261 21.5904C28.0274 21.5866 28.0301 21.5834 28.0336 21.5816C28.0372 21.5798 28.0413 21.5795 28.0452 21.5807L29.1985 21.9577C29.2023 21.959 29.2055 21.9617 29.2073 21.9652C29.2091 21.9688 29.2094 21.9729 29.2082 21.9767L29.1519 22.149C29.1506 22.1528 29.1479 22.1559 29.1444 22.1577C29.1408 22.1595 29.1366 22.1599 29.1328 22.1586L27.9795 21.7816C27.9757 21.7804 27.9725 21.7777 27.9707 21.7741C27.9689 21.7705 27.9686 21.7664 27.9698 21.7626L28.0261 21.5904ZM25.3479 21.9969C25.3449 21.9876 25.3457 21.9774 25.3501 21.9687C25.3545 21.96 25.3622 21.9534 25.3716 21.9503L26.476 21.5893C26.4806 21.5878 26.4855 21.5872 26.4903 21.5876C26.4951 21.588 26.4999 21.5893 26.5042 21.5915C26.5085 21.5937 26.5124 21.5967 26.5155 21.6004C26.5187 21.6041 26.5211 21.6083 26.5226 21.6129L26.566 21.7458C26.569 21.7551 26.5683 21.7653 26.5638 21.774C26.5594 21.7827 26.5517 21.7893 26.5424 21.7924L25.4379 22.1534C25.4333 22.1549 25.4284 22.1555 25.4236 22.1551C25.4188 22.1547 25.4141 22.1534 25.4098 22.1512C25.4054 22.149 25.4016 22.146 25.3984 22.1423C25.3953 22.1386 25.3929 22.1344 25.3914 22.1297L25.3479 21.9969ZM27.1844 21.7578C27.1844 21.7454 27.1868 21.733 27.1916 21.7215C27.1964 21.7099 27.2034 21.6994 27.2122 21.6906C27.221 21.6818 27.2315 21.6748 27.243 21.67C27.2546 21.6652 27.2669 21.6628 27.2794 21.6628C27.3046 21.6628 27.3288 21.6728 27.3466 21.6906C27.3645 21.7084 27.3745 21.7326 27.3745 21.7578C27.3745 21.783 27.3645 21.8072 27.3466 21.8251C27.3288 21.8429 27.3046 21.8529 27.2794 21.8529C27.2669 21.8529 27.2546 21.8504 27.243 21.8457C27.2315 21.8409 27.221 21.8339 27.2122 21.8251C27.2034 21.8162 27.1964 21.8057 27.1916 21.7942C27.1868 21.7827 27.1844 21.7703 27.1844 21.7578ZM27.8928 22.2969C28.0069 22.2175 28.1103 22.1763 28.2032 22.1733C28.4839 22.1647 28.7636 22.2134 29.0425 22.3192C29.0458 22.3205 29.0489 22.3224 29.0514 22.3249C29.054 22.3275 29.056 22.3305 29.0572 22.3339C29.0585 22.3373 29.059 22.3409 29.0588 22.3446C29.0586 22.3482 29.0576 22.3518 29.0559 22.355C28.7383 22.953 28.2554 23.3097 27.6071 23.4253C27.5998 23.4267 27.5922 23.4264 27.585 23.4245C27.5778 23.4227 27.571 23.4192 27.5653 23.4144C27.5595 23.4096 27.5549 23.4036 27.5516 23.3968C27.5484 23.3899 27.5467 23.3825 27.5467 23.375C27.5448 23.0693 27.5888 22.8009 27.6787 22.5698C27.723 22.4568 27.7944 22.3658 27.8928 22.2969ZM25.5057 22.3187C25.7928 22.2095 26.0815 22.161 26.3719 22.1733C26.4681 22.1774 26.5648 22.218 26.6621 22.2952C26.7381 22.356 26.7998 22.4361 26.8472 22.5356C26.9698 22.7917 27.0146 23.0797 26.9814 23.3996C26.9809 23.4044 26.9795 23.4091 26.9771 23.4133C26.9747 23.4176 26.9714 23.4213 26.9675 23.4242C26.9636 23.4271 26.9592 23.4291 26.9544 23.4302C26.9497 23.4312 26.9448 23.4313 26.94 23.4303C26.2996 23.3028 25.8168 22.9455 25.4917 22.3584C25.4898 22.3548 25.4887 22.3509 25.4883 22.3468C25.488 22.3428 25.4885 22.3388 25.4898 22.335C25.4912 22.3312 25.4933 22.3278 25.496 22.325C25.4987 22.3222 25.5021 22.3201 25.5057 22.3187ZM27.1748 22.2633C27.1748 22.2583 27.1769 22.2535 27.1804 22.2499C27.184 22.2463 27.1888 22.2443 27.1939 22.2443H27.3638C27.3689 22.2443 27.3737 22.2463 27.3773 22.2499C27.3809 22.2535 27.3829 22.2583 27.3829 22.2633V23.4398C27.3829 23.4449 27.3809 23.4497 27.3773 23.4533C27.3737 23.4568 27.3689 23.4588 27.3638 23.4588H27.1939C27.1888 23.4588 27.184 23.4568 27.1804 23.4533C27.1769 23.4497 27.1748 23.4449 27.1748 23.4398V22.2633Z' fill='%23004798'/%3E%3Cpath d='M6.05057 21.4554C6.05057 22.1145 6.31238 22.7465 6.7784 23.2126C7.24442 23.6786 7.87649 23.9404 8.53554 23.9404C9.19459 23.9404 9.82666 23.6786 10.2927 23.2126C10.7587 22.7465 11.0205 22.1145 11.0205 21.4554C11.0205 20.7964 10.7587 20.1643 10.2927 19.6983C9.82666 19.2323 9.19459 18.9705 8.53554 18.9705C7.87649 18.9705 7.24442 19.2323 6.7784 19.6983C6.31238 20.1643 6.05057 20.7964 6.05057 21.4554ZM7.81868 19.954C7.73294 19.8523 7.67311 19.7708 7.63918 19.7097C7.63748 19.7065 7.63644 19.7029 7.63613 19.6993C7.63583 19.6957 7.63627 19.692 7.63742 19.6886C7.63857 19.6851 7.64041 19.682 7.64283 19.6792C7.64525 19.6765 7.64819 19.6743 7.65149 19.6728C8.21849 19.3958 8.80898 19.3913 9.42295 19.6594C9.42752 19.6614 9.4316 19.6644 9.43489 19.6681C9.43818 19.6719 9.44061 19.6763 9.44199 19.6811C9.44338 19.6859 9.4437 19.691 9.44292 19.6959C9.44214 19.7008 9.44029 19.7055 9.43749 19.7097C9.30142 19.9147 9.15361 20.083 8.99406 20.2146C8.83265 20.3481 8.65651 20.4046 8.46564 20.3841C8.34188 20.3706 8.22203 20.3199 8.10609 20.232C8.00842 20.1585 7.91262 20.0659 7.81868 19.954ZM7.28939 19.9078C7.28712 19.9047 7.28618 19.9008 7.28678 19.897C7.28737 19.8932 7.28946 19.8898 7.29257 19.8875L7.43987 19.7801C7.44298 19.7778 7.44687 19.7769 7.45068 19.7775C7.45449 19.7781 7.4579 19.7802 7.46017 19.7833L8.15337 20.7339C8.15564 20.737 8.15658 20.7409 8.15598 20.7447C8.15539 20.7485 8.1533 20.7519 8.15019 20.7542L8.0029 20.8616C8.00136 20.8627 7.99961 20.8635 7.99775 20.864C7.99589 20.8644 7.99397 20.8645 7.99208 20.8642C7.9902 20.8639 7.98839 20.8633 7.98676 20.8623C7.98513 20.8613 7.98371 20.86 7.98258 20.8584L7.28939 19.9078ZM9.59962 19.7952C9.60186 19.7921 9.60468 19.7895 9.60794 19.7875C9.61119 19.7855 9.6148 19.7841 9.61858 19.7835C9.62235 19.7829 9.6262 19.7831 9.62991 19.784C9.63363 19.7848 9.63713 19.7865 9.64023 19.7887L9.76524 19.8792C9.77149 19.8837 9.77568 19.8905 9.7769 19.8981C9.77812 19.9058 9.77627 19.9135 9.77174 19.9198L9.10089 20.8465C9.09865 20.8496 9.09583 20.8522 9.09257 20.8542C9.08932 20.8562 9.08571 20.8576 9.08194 20.8582C9.07816 20.8588 9.07431 20.8587 9.0706 20.8578C9.06688 20.8569 9.06338 20.8553 9.06028 20.853L8.93527 20.7625C8.93218 20.7603 8.92955 20.7575 8.92755 20.7542C8.92555 20.751 8.92421 20.7474 8.92361 20.7436C8.923 20.7398 8.92315 20.736 8.92403 20.7322C8.92492 20.7285 8.92653 20.725 8.92877 20.7219L9.59962 19.7952ZM10.0721 20.1878C10.4416 20.6392 10.5864 21.16 10.5066 21.7501C10.5062 21.7537 10.5049 21.7572 10.5031 21.7604C10.5012 21.7635 10.4987 21.7662 10.4958 21.7683C10.4928 21.7704 10.4895 21.7719 10.486 21.7726C10.4824 21.7733 10.4788 21.7733 10.4753 21.7725C10.23 21.7132 10.0108 21.615 9.81772 21.4778C9.49788 21.2508 9.41885 20.9505 9.58064 20.577C9.64774 20.4226 9.73143 20.278 9.8317 20.143C9.88837 20.0249 9.94596 20.0079 10.0045 20.0922C10.0466 20.1526 10.0692 20.1844 10.0721 20.1878ZM7.17507 20.0502C7.3294 20.2348 7.44235 20.4366 7.51393 20.6558C7.56873 20.8232 7.57861 20.9699 7.54356 21.0959C7.50107 21.2498 7.40769 21.3762 7.26342 21.475C7.07554 21.604 6.85746 21.702 6.60919 21.7691C6.60346 21.7706 6.59748 21.7709 6.59165 21.7699C6.58582 21.7689 6.58028 21.7667 6.5754 21.7634C6.57053 21.7601 6.56643 21.7558 6.56338 21.7508C6.56033 21.7458 6.55841 21.7403 6.55774 21.7345C6.4802 21.0936 6.66603 20.5317 7.11524 20.0485C7.11905 20.0444 7.1237 20.0412 7.12889 20.039C7.13408 20.0368 7.13969 20.0358 7.14534 20.0359C7.151 20.0361 7.15657 20.0374 7.1617 20.0399C7.16682 20.0424 7.17138 20.0459 7.17507 20.0502ZM8.44551 20.8912C8.44551 20.8648 8.456 20.8395 8.47467 20.8208C8.49333 20.8022 8.51865 20.7917 8.54504 20.7917C8.57144 20.7917 8.59676 20.8022 8.61543 20.8208C8.63409 20.8395 8.64458 20.8648 8.64458 20.8912C8.64458 20.9176 8.63409 20.9429 8.61543 20.9616C8.59676 20.9803 8.57144 20.9908 8.54504 20.9908C8.51865 20.9908 8.49333 20.9803 8.47467 20.9616C8.456 20.9429 8.44551 20.9176 8.44551 20.8912ZM8.88111 21.3251C8.88111 21.3001 8.89107 21.276 8.90879 21.2583C8.92651 21.2406 8.95055 21.2306 8.97561 21.2306C8.98802 21.2306 9.00031 21.2331 9.01177 21.2378C9.02324 21.2426 9.03366 21.2495 9.04243 21.2583C9.05121 21.2671 9.05817 21.2775 9.06292 21.289C9.06766 21.3004 9.07011 21.3127 9.07011 21.3251C9.07011 21.3502 9.06015 21.3742 9.04243 21.392C9.02471 21.4097 9.00067 21.4196 8.97561 21.4196C8.95055 21.4196 8.92651 21.4097 8.90879 21.392C8.89107 21.3742 8.88111 21.3502 8.88111 21.3251ZM8.0088 21.3246C8.0088 21.2988 8.01905 21.274 8.0373 21.2558C8.05554 21.2375 8.08029 21.2273 8.10609 21.2273C8.1319 21.2273 8.15665 21.2375 8.17489 21.2558C8.19314 21.274 8.20339 21.2988 8.20339 21.3246C8.20339 21.3504 8.19314 21.3751 8.17489 21.3934C8.15665 21.4116 8.1319 21.4219 8.10609 21.4219C8.08029 21.4219 8.05554 21.4116 8.0373 21.3934C8.01905 21.3751 8.0088 21.3504 8.0088 21.3246ZM9.28478 21.5983C9.28672 21.5924 9.29093 21.5874 9.29648 21.5846C9.30204 21.5818 9.30848 21.5813 9.3144 21.5833L10.4497 21.9543C10.4556 21.9563 10.4605 21.9605 10.4633 21.966C10.4662 21.9716 10.4667 21.978 10.4647 21.9839L10.4133 22.1413C10.4114 22.1472 10.4072 22.1521 10.4016 22.1549C10.396 22.1577 10.3896 22.1582 10.3837 22.1563L9.24839 21.7852C9.24247 21.7833 9.23756 21.7791 9.23474 21.7735C9.23192 21.768 9.23143 21.7615 9.23336 21.7556L9.28478 21.5983ZM6.61002 21.9875C6.60884 21.9839 6.60839 21.98 6.60868 21.9762C6.60898 21.9724 6.61003 21.9687 6.61176 21.9653C6.6135 21.9619 6.61588 21.9589 6.61879 21.9564C6.62169 21.9539 6.62505 21.952 6.62868 21.9509L7.74973 21.5866C7.75707 21.5842 7.76505 21.5849 7.77192 21.5884C7.77879 21.5919 7.78399 21.5979 7.78637 21.6053L7.83406 21.7521C7.83524 21.7557 7.8357 21.7595 7.8354 21.7633C7.8351 21.7671 7.83405 21.7708 7.83232 21.7742C7.83059 21.7776 7.8282 21.7807 7.82529 21.7831C7.82239 21.7856 7.81903 21.7875 7.8154 21.7887L6.69435 22.1529C6.68702 22.1553 6.67904 22.1547 6.67216 22.1512C6.66529 22.1477 6.66009 22.1416 6.65771 22.1343L6.61002 21.9875ZM8.44719 21.7568C8.44719 21.7313 8.45732 21.7068 8.47536 21.6888C8.4934 21.6708 8.51786 21.6606 8.54337 21.6606C8.56888 21.6606 8.59334 21.6708 8.61138 21.6888C8.62941 21.7068 8.63955 21.7313 8.63955 21.7568C8.63955 21.7823 8.62941 21.8068 8.61138 21.8248C8.59334 21.8429 8.56888 21.853 8.54337 21.853C8.51786 21.853 8.4934 21.8429 8.47536 21.8248C8.45732 21.8068 8.44719 21.7823 8.44719 21.7568ZM9.10534 22.3384C9.19928 22.2478 9.29341 22.1975 9.38772 22.1874C9.68147 22.1557 9.97989 22.1967 10.283 22.3104C10.2892 22.3128 10.2949 22.3164 10.2996 22.3211C10.3043 22.3258 10.308 22.3314 10.3104 22.3376C10.3128 22.3438 10.3138 22.3504 10.3134 22.357C10.313 22.3636 10.3112 22.37 10.3081 22.3758C10.0144 22.9331 9.53143 23.2841 8.8593 23.4288C8.85409 23.4299 8.84868 23.4299 8.84347 23.4287C8.83826 23.4275 8.83339 23.4252 8.8292 23.4218C8.82502 23.4185 8.82163 23.4143 8.8193 23.4095C8.81696 23.4047 8.81572 23.3994 8.81568 23.3941C8.81308 23.1891 8.82239 23.0099 8.84364 22.8567C8.87197 22.6524 8.95921 22.4796 9.10534 22.3384ZM8.06304 22.4496C8.23154 22.7281 8.2923 23.0461 8.24533 23.4036C8.24479 23.4072 8.24353 23.4107 8.24162 23.4138C8.23971 23.4169 8.2372 23.4196 8.23423 23.4218C8.23126 23.4239 8.22789 23.4254 8.22432 23.4262C8.22075 23.4271 8.21706 23.4272 8.21346 23.4265C7.55102 23.3061 7.06715 22.9492 6.76184 22.3557C6.76018 22.3525 6.75921 22.349 6.75899 22.3454C6.75878 22.3418 6.75932 22.3382 6.76059 22.3348C6.76185 22.3314 6.76381 22.3284 6.76634 22.3258C6.76887 22.3232 6.77191 22.3212 6.77526 22.3199C6.98849 22.2331 7.20881 22.1844 7.4362 22.174C7.57712 22.1676 7.69268 22.1818 7.78289 22.2165C7.90405 22.2634 7.99743 22.3412 8.06304 22.4496ZM8.43321 22.2601C8.43321 22.2561 8.4348 22.2522 8.43763 22.2494C8.44046 22.2466 8.4443 22.245 8.44831 22.245H8.62948C8.63348 22.245 8.63732 22.2466 8.64016 22.2494C8.64299 22.2522 8.64458 22.2561 8.64458 22.2601V23.4433C8.64458 23.4473 8.64299 23.4511 8.64016 23.454C8.63732 23.4568 8.63348 23.4584 8.62948 23.4584H8.44831C8.4443 23.4584 8.44046 23.4568 8.43763 23.454C8.4348 23.4511 8.43321 23.4473 8.43321 23.4433V22.2601Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E") left top / 100% 100% no-repeat;
}
.change-and-buy__list_item .ball_category.this--701582514e312c80e9b51ce525873f4d {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M19.3295 22.9551H20.2579L20.2441 22.8379C20.2363 22.7747 20.2322 22.7112 20.232 22.6476C20.2315 22.3245 20.3282 22.0088 20.5095 21.7414L20.5349 21.7063H19.3291L19.3295 22.9551Z' fill='%23004798'/%3E%3Cpath d='M26.6987 12.7169L26.3799 12.5554V15.1786H29.2706C28.676 14.1215 27.7808 13.2647 26.6987 12.7169Z' fill='%23004798'/%3E%3Cpath d='M12.1422 21.7268C12.3231 21.9941 12.4197 22.3095 12.4193 22.6322C12.4184 22.7356 12.4072 22.8386 12.3859 22.9397H16.0289L18.5766 21.6909H12.1172L12.1422 21.7268Z' fill='%23004798'/%3E%3Cpath d='M8.41078 21.7268C8.59182 21.994 8.68848 22.3094 8.68825 22.6322C8.68722 22.7356 8.6759 22.8386 8.65445 22.9397H9.20438L9.19019 22.8225C9.18258 22.7593 9.17854 22.6958 9.17809 22.6322C9.17781 22.309 9.27462 21.9931 9.45598 21.7256L9.48101 21.6909H8.38574L8.41078 21.7268Z' fill='%23004798'/%3E%3Cpath d='M31.5879 16.6848C31.4735 16.3189 31.1352 16.0698 30.7534 15.4748H26.4674V20.4634H25.9375V12.1377H25.562V21.1177L26.4662 21.6096V21.7064H23.1699L23.195 21.7423C23.3762 22.0094 23.4729 22.3249 23.4724 22.6477C23.4718 22.7742 23.4564 22.9003 23.4265 23.0232H27.3044C27.2464 22.7848 27.2433 22.5363 27.2954 22.2965C27.3475 22.0567 27.4533 21.8318 27.605 21.6389C27.7566 21.4459 27.9501 21.2899 28.1708 21.1827C28.3915 21.0754 28.6337 21.0197 28.8791 21.0197C29.1245 21.0197 29.3667 21.0754 29.5874 21.1827C29.8081 21.2899 30.0016 21.4459 30.1532 21.6389C30.3049 21.8318 30.4107 22.0567 30.4628 22.2965C30.5149 22.5363 30.5118 22.7848 30.4538 23.0232H31.2966L31.6271 22.999C31.8517 22.9826 32.0617 22.8818 32.2151 22.7168C32.3684 22.5519 32.4536 22.3351 32.4536 22.1099V19.4616L31.5879 16.6848ZM28.867 18.2662H28.2132C28.134 18.2662 28.0555 18.2506 27.9824 18.2203C27.9092 18.1899 27.8427 18.1455 27.7867 18.0895C27.7307 18.0334 27.6863 17.9669 27.656 17.8937C27.6258 17.8205 27.6102 17.7421 27.6103 17.6629V16.5501H28.867V18.2662ZM30.0557 19.0214L29.4203 18.406L29.4107 16.5501H30.6766C30.8 16.55 30.9202 16.5896 31.0194 16.663C31.1186 16.7364 31.1917 16.8397 31.2278 16.9577L31.8582 19.0214H30.0557Z' fill='%23004798'/%3E%3Cpath d='M7.06968 22.3335C7.01109 22.3335 6.95382 22.3509 6.9051 22.3834C6.85638 22.416 6.81841 22.4622 6.79599 22.5164C6.77357 22.5705 6.7677 22.6301 6.77913 22.6875C6.79056 22.745 6.81877 22.7978 6.86021 22.8392C6.90164 22.8806 6.95442 22.9089 7.01188 22.9203C7.06935 22.9317 7.12892 22.9259 7.18305 22.9034C7.23718 22.881 7.28345 22.843 7.316 22.7943C7.34855 22.7456 7.36593 22.6883 7.36593 22.6297C7.36593 22.5512 7.33471 22.4758 7.27916 22.4203C7.2236 22.3647 7.14825 22.3335 7.06968 22.3335Z' fill='%23004798'/%3E%3Cpath d='M7.06976 21.3596C6.81844 21.3595 6.57274 21.434 6.36375 21.5736C6.15475 21.7131 5.99184 21.9116 5.89562 22.1437C5.79941 22.3759 5.77421 22.6314 5.82322 22.8779C5.87223 23.1244 5.99324 23.3508 6.17095 23.5285C6.34866 23.7062 6.57509 23.8272 6.82158 23.8763C7.06808 23.9253 7.32357 23.9001 7.55574 23.8039C7.78791 23.7076 7.98634 23.5447 8.12591 23.3357C8.26549 23.1267 8.33994 22.881 8.33986 22.6297C8.33986 22.4629 8.30701 22.2978 8.24318 22.1437C8.17935 21.9896 8.0858 21.8496 7.96786 21.7316C7.84992 21.6137 7.7099 21.5201 7.55581 21.4563C7.40171 21.3925 7.23656 21.3596 7.06976 21.3596ZM7.06976 23.3169C6.93383 23.317 6.80092 23.2768 6.68786 23.2013C6.57479 23.1258 6.48665 23.0186 6.43457 22.893C6.38249 22.7674 6.36883 22.6292 6.39529 22.4959C6.42176 22.3626 6.48718 22.2401 6.58327 22.1439C6.67936 22.0478 6.80181 21.9823 6.93512 21.9557C7.06844 21.9292 7.20663 21.9428 7.33223 21.9948C7.45782 22.0468 7.56518 22.1349 7.64071 22.2479C7.71624 22.3609 7.75655 22.4938 7.75655 22.6297C7.75644 22.8119 7.68406 22.9865 7.5553 23.1154C7.42653 23.2442 7.25192 23.3167 7.06976 23.3169Z' fill='%23004798'/%3E%3Cpath d='M10.806 22.3335C10.7474 22.3335 10.6901 22.3509 10.6414 22.3834C10.5927 22.416 10.5547 22.4622 10.5323 22.5164C10.5099 22.5705 10.504 22.6301 10.5155 22.6875C10.5269 22.745 10.5551 22.7978 10.5965 22.8392C10.638 22.8806 10.6907 22.9089 10.7482 22.9203C10.8057 22.9317 10.8652 22.9259 10.9194 22.9034C10.9735 22.881 11.0198 22.843 11.0523 22.7943C11.0849 22.7456 11.1023 22.6883 11.1023 22.6297C11.1023 22.5512 11.071 22.4758 11.0155 22.4203C10.9599 22.3647 10.8846 22.3335 10.806 22.3335Z' fill='%23004798'/%3E%3Cpath d='M10.8066 21.3596C10.5553 21.3596 10.3097 21.4341 10.1007 21.5738C9.8918 21.7134 9.72896 21.9118 9.63281 22.144C9.53666 22.3762 9.51152 22.6317 9.56058 22.8782C9.60963 23.1246 9.73068 23.351 9.90841 23.5287C10.0861 23.7063 10.3126 23.8273 10.559 23.8763C10.8055 23.9253 11.061 23.9 11.2931 23.8038C11.5253 23.7076 11.7237 23.5447 11.8632 23.3357C12.0028 23.1267 12.0772 22.881 12.0772 22.6297C12.0772 22.4629 12.0443 22.2977 11.9804 22.1436C11.9166 21.9895 11.823 21.8494 11.705 21.7315C11.587 21.6135 11.447 21.52 11.2928 21.4562C11.1387 21.3924 10.9735 21.3596 10.8066 21.3596ZM10.8066 23.3169C10.6707 23.3169 10.5379 23.2766 10.4249 23.2011C10.3118 23.1256 10.2238 23.0183 10.1718 22.8927C10.1197 22.7671 10.1061 22.629 10.1326 22.4956C10.1592 22.3623 10.2246 22.2399 10.3207 22.1438C10.4168 22.0477 10.5393 21.9822 10.6726 21.9557C10.8059 21.9292 10.9441 21.9428 11.0696 21.9948C11.1952 22.0468 11.3025 22.1349 11.378 22.2479C11.4535 22.3609 11.4938 22.4938 11.4938 22.6297C11.4938 22.812 11.4215 22.9868 11.2926 23.1156C11.1637 23.2445 10.9889 23.3169 10.8066 23.3169Z' fill='%23004798'/%3E%3Cpath d='M21.8529 22.3335C21.7943 22.3335 21.737 22.3509 21.6883 22.3834C21.6396 22.416 21.6016 22.4622 21.5792 22.5164C21.5568 22.5705 21.5509 22.6301 21.5623 22.6875C21.5738 22.745 21.602 22.7978 21.6434 22.8392C21.6848 22.8806 21.7376 22.9089 21.7951 22.9203C21.8526 22.9317 21.9121 22.9259 21.9663 22.9034C22.0204 22.881 22.0667 22.843 22.0992 22.7943C22.1318 22.7456 22.1491 22.6883 22.1491 22.6297C22.1491 22.5512 22.1179 22.4758 22.0624 22.4203C22.0068 22.3647 21.9315 22.3335 21.8529 22.3335Z' fill='%23004798'/%3E%3Cpath d='M21.853 21.3596C21.6016 21.3595 21.3559 21.434 21.1469 21.5736C20.9379 21.7131 20.775 21.9116 20.6788 22.1437C20.5826 22.3759 20.5574 22.6314 20.6064 22.8779C20.6554 23.1244 20.7764 23.3508 20.9542 23.5285C21.1319 23.7062 21.3583 23.8272 21.6048 23.8763C21.8513 23.9253 22.1068 23.9001 22.3389 23.8039C22.5711 23.7076 22.7695 23.5447 22.9091 23.3357C23.0487 23.1267 23.1231 22.881 23.1231 22.6297C23.1231 22.4629 23.0902 22.2978 23.0264 22.1437C22.9626 21.9896 22.869 21.8496 22.7511 21.7316C22.6331 21.6137 22.4931 21.5201 22.339 21.4563C22.1849 21.3925 22.0198 21.3596 21.853 21.3596ZM21.853 23.3169C21.717 23.317 21.5841 23.2768 21.4711 23.2013C21.358 23.1258 21.2698 23.0186 21.2178 22.893C21.1657 22.7674 21.152 22.6292 21.1785 22.4959C21.205 22.3626 21.2704 22.2401 21.3665 22.1439C21.4626 22.0478 21.585 21.9823 21.7183 21.9557C21.8516 21.9292 21.9898 21.9428 22.1154 21.9948C22.241 22.0468 22.3484 22.1349 22.4239 22.2479C22.4994 22.3609 22.5397 22.4938 22.5397 22.6297C22.5397 22.8119 22.4674 22.9866 22.3386 23.1155C22.2098 23.2444 22.0351 23.3168 21.853 23.3169Z' fill='%23004798'/%3E%3Cpath d='M28.8812 22.3335C28.8226 22.3335 28.7653 22.3509 28.7166 22.3834C28.6679 22.416 28.6299 22.4622 28.6075 22.5164C28.5851 22.5705 28.5792 22.6301 28.5907 22.6875C28.6021 22.745 28.6303 22.7978 28.6717 22.8392C28.7132 22.8806 28.7659 22.9089 28.8234 22.9203C28.8809 22.9317 28.9404 22.9259 28.9946 22.9034C29.0487 22.881 29.095 22.843 29.1275 22.7943C29.1601 22.7456 29.1775 22.6883 29.1775 22.6297C29.1775 22.5512 29.1462 22.4758 29.0907 22.4203C29.0351 22.3647 28.9598 22.3335 28.8812 22.3335Z' fill='%23004798'/%3E%3Cpath d='M28.8809 21.3596C28.6296 21.3596 28.3839 21.4341 28.175 21.5738C27.966 21.7134 27.8032 21.9118 27.707 22.144C27.6109 22.3762 27.5857 22.6317 27.6348 22.8782C27.6839 23.1246 27.8049 23.351 27.9826 23.5287C28.1604 23.7063 28.3868 23.8273 28.6333 23.8763C28.8797 23.9253 29.1352 23.9 29.3674 23.8038C29.5995 23.7076 29.7979 23.5447 29.9375 23.3357C30.077 23.1267 30.1515 22.881 30.1514 22.6297C30.1514 22.4629 30.1185 22.2977 30.0547 22.1436C29.9908 21.9895 29.8972 21.8494 29.7792 21.7315C29.6612 21.6135 29.5212 21.52 29.367 21.4562C29.2129 21.3924 29.0477 21.3596 28.8809 21.3596ZM28.8809 23.3169C28.745 23.3169 28.6121 23.2766 28.4991 23.2011C28.3861 23.1256 28.298 23.0183 28.246 22.8927C28.194 22.7671 28.1804 22.629 28.2069 22.4956C28.2334 22.3623 28.2988 22.2399 28.3949 22.1438C28.491 22.0477 28.6135 21.9822 28.7468 21.9557C28.8801 21.9292 29.0183 21.9428 29.1439 21.9948C29.2694 22.0468 29.3767 22.1349 29.4523 22.2479C29.5278 22.3609 29.5681 22.4938 29.5681 22.6297C29.5681 22.812 29.4957 22.9868 29.3668 23.1156C29.2379 23.2445 29.0631 23.3169 28.8809 23.3169Z' fill='%23004798'/%3E%3Cpath d='M25.6143 12.1377H3.54199V21.1502H25.6143V12.1377Z' fill='%23004798'/%3E%3Cpath d='M3.54325 22.9314H5.49304L5.47926 22.815C5.47144 22.7525 5.4674 22.6895 5.46716 22.6264C5.46682 22.3059 5.56277 21.9926 5.74255 21.7273L5.76759 21.6926H3.54199L3.54325 22.9314Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E") left top / 100% 100% no-repeat;
}
.change-and-buy__list_item .ball_service {
  font-family: 'Montserrat', sans-serif;
  margin-top: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.change-and-buy__list_item .ball_items_row {
  display: flex;
  margin-left: -30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .change-and-buy__list_item .ball_items_row {
    margin-top: 8px;
  }
}
.change-and-buy__list_item .ball_item {
  margin-left: 30px;
}
.change-and-buy__list_item .ball_categories {
  margin-top: 4px;
}
.change-and-buy__list_item .ball_type_shop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
  margin-bottom: -16px;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item.this--azs {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.3334 25.9167V16.75H21.9584C22.3042 16.75 22.5833 17.0291 22.5833 17.375V23.2084C22.5833 24.7041 23.7959 25.9167 25.2916 25.9167C26.7874 25.9167 28 24.7041 28 23.2084V11.9917C28 11.4041 27.7583 10.8752 27.3709 10.4959L25.1624 8.30031C24.7626 7.8999 24.1166 7.8999 23.7166 8.30031C23.3167 8.70026 23.3167 9.34607 23.7166 9.74566L25.1501 11.1833L24.0917 12.2876C23.746 12.6415 23.746 13.2124 24.0917 13.5668C24.2622 13.7499 24.4918 13.8375 24.7208 13.8334L25.9167 13.8293V23.2084C25.9167 23.5543 25.6376 23.8335 25.2917 23.8335C24.9458 23.8335 24.6667 23.5543 24.6667 23.2084V17.375C24.6667 15.8792 23.4542 14.6667 21.9585 14.6667H21.3334V9.66664C21.3334 8.74589 20.5874 8.00006 19.6666 8.00006H10.9167C9.99586 8.00006 9.24998 8.74594 9.24998 9.66664V25.9167H9.04163C8.46672 25.9167 8 26.3834 8 26.9585C8 27.5334 8.46672 28 9.04163 28H21.5417C22.1166 28 22.5832 27.5334 22.5832 26.9585C22.5832 26.3834 22.1166 25.9167 21.5417 25.9167H21.3334ZM12.25 10.0833H18.3332C18.8414 10.0833 19.25 10.4919 19.25 11.0001V15.4166C19.25 15.9249 18.8414 16.3333 18.3332 16.3333H12.25C11.7418 16.3333 11.3333 15.9248 11.3333 15.4166V11.0001C11.3333 10.4919 11.7419 10.0833 12.25 10.0833Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item.this--shop {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M27.8787 26.5644C27.8787 27.2923 27.288 27.8829 26.5602 27.8829C25.8324 27.8829 25.2417 27.2923 25.2417 26.5644C25.2417 25.8366 25.8324 25.246 26.5602 25.246C27.288 25.246 27.8787 25.8366 27.8787 26.5644Z' fill='%23004798'/%3E%3Cpath d='M12.6896 26.5644C12.6896 27.2923 12.0989 27.8829 11.3711 27.8829C10.6433 27.8829 10.0526 27.2923 10.0526 26.5644C10.0526 25.8366 10.6433 25.246 11.3711 25.246C12.0989 25.246 12.6896 25.8366 12.6896 26.5644Z' fill='%23004798'/%3E%3Cpath d='M11.3679 9.68767L10.7825 8H7.99785V8.89657H10.1971L13.2296 20.1459C11.5209 20.7419 10.0705 22.1447 9.78572 24.0012C9.68551 24.6182 9.68551 24.8767 9.68551 24.8767H28.2498V23.9959H10.7034C10.9513 22.3293 12.7497 20.9317 14.6114 20.6997C16.4731 20.4676 27.4429 18.896 27.4429 18.896L28.2498 9.68767H11.3679Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E%0A") left top / 36px 36px no-repeat;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item.this--hypershop {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M26.5714 14.25H23.3571V12.6875C23.3571 10.1027 20.9554 8 18 8C15.0446 8 12.6429 10.1027 12.6429 12.6875V14.25H9.42857C8.63973 14.25 8 14.8086 8 15.5V24.875C8 26.6016 9.59911 28 11.5714 28H24.4286C26.4009 28 28 26.6008 28 24.875V15.5C28 14.8086 27.3616 14.25 26.5714 14.25ZM14.7857 12.6875C14.7857 11.1367 16.2277 9.875 18 9.875C19.7723 9.875 21.2143 11.1367 21.2143 12.6875V14.25H14.7857V12.6875ZM13.7143 17.6875C13.125 17.6875 12.6429 17.2695 12.6429 16.75C12.6429 16.2305 13.125 15.8125 13.7143 15.8125C14.3036 15.8125 14.7857 16.2344 14.7857 16.75C14.7857 17.2656 14.308 17.6875 13.7143 17.6875ZM22.2857 17.6875C21.6942 17.6875 21.2143 17.2676 21.2143 16.75C21.2143 16.2324 21.6964 15.8125 22.2857 15.8125C22.875 15.8125 23.3571 16.2344 23.3571 16.75C23.3571 17.2656 22.8795 17.6875 22.2857 17.6875Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item.this--sto {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M27.2603 22.2554C26.3372 21.3322 25.1371 21.0553 24.0293 21.2399L15.167 12.3777C15.3517 11.2699 15.0747 9.97751 14.1516 9.14667C13.2284 8.13122 11.7514 7.76195 10.3667 8.22352C10.3667 8.22352 10.2744 8.22352 10.2744 8.31584C10.182 8.31584 10.182 8.40816 10.0897 8.40816C9.90511 8.59278 9.90511 8.86973 10.0897 9.05437L11.3821 10.3468C11.4745 10.4391 11.4745 10.6237 11.3821 10.716L10.7359 11.3623C10.5513 11.4546 10.459 11.4546 10.3667 11.3623L9.07425 10.1622C8.88963 9.97753 8.61269 9.97753 8.42804 10.1622C8.42804 10.1622 8.42804 10.2545 8.33572 10.2545C8.33572 10.2545 8.33572 10.3468 8.2434 10.3468C7.78183 11.6392 8.05877 13.1163 9.07423 14.1317C9.81275 14.8702 10.7359 15.1472 11.5667 15.1472C11.8437 15.1472 12.0283 15.1472 12.3053 15.0548L21.1675 23.9171C20.8906 25.0249 21.2598 26.3173 22.183 27.1481C22.8292 27.7943 23.7523 28.1636 24.7678 28.1636C25.2294 28.1636 25.5986 28.0712 25.9679 27.9789C25.9679 27.9789 26.0602 27.9789 26.0602 27.8866C26.1525 27.8866 26.1525 27.7943 26.2448 27.7943C26.4295 27.6097 26.4295 27.3327 26.2448 27.1481L25.0447 26.0403C24.9524 25.948 24.9524 25.948 24.9524 25.8557C24.9524 25.7634 24.9524 25.6711 25.0447 25.6711L25.6909 25.0249C25.7833 24.9325 25.7833 24.9325 25.8756 24.9325C25.9679 24.9325 25.9679 24.9325 26.0602 25.0249L27.2603 26.225C27.4449 26.4096 27.7219 26.4096 27.9065 26.225C27.9065 26.225 27.9065 26.1326 27.9988 26.1326C28.0911 26.0403 28.0911 26.0403 28.0911 25.948C28.645 24.6556 28.2758 23.1786 27.2603 22.2554ZM9.72045 13.4855C9.16656 12.9316 8.88961 12.1007 8.98193 11.3622L9.62814 12.0084C9.90509 12.193 10.182 12.3777 10.5513 12.3777C10.8282 12.3777 11.1975 12.2854 11.3821 12.0084L12.0284 11.3622C12.4899 10.9006 12.4899 10.1621 12.0284 9.70054L11.2898 8.96203C12.1207 8.86971 12.8592 9.14665 13.5054 9.70054C14.5209 10.716 14.5209 12.47 13.5054 13.4855C12.4899 14.5932 10.8283 14.5932 9.72049 13.4855H9.72045ZM13.3207 14.7779C13.5977 14.5933 13.9669 14.4086 14.1516 14.1317C14.4285 13.8547 14.6131 13.5778 14.7978 13.2085L23.1061 21.5169C22.8292 21.7015 22.4599 21.8861 22.183 22.1631C21.906 22.44 21.7214 22.717 21.5368 22.9939L13.3207 14.7779ZM25.8756 24.0094C25.5986 24.0094 25.2294 24.1017 25.0448 24.3786L24.3985 25.0249C24.2139 25.2095 24.0293 25.5787 24.0293 25.8557C24.0293 26.1326 24.1216 26.5019 24.3985 26.6865L25.0448 27.3327C24.2139 27.4251 23.4754 27.1481 22.8292 26.5942C21.8137 25.5788 21.8137 23.8248 22.8292 22.8093C23.8446 21.7939 25.5986 21.7939 26.6141 22.8093C27.168 23.3632 27.4449 24.194 27.3526 25.0249L26.7064 24.3787C26.5218 24.194 26.2448 24.0094 25.8756 24.0094L25.8756 24.0094Z' fill='%23004798'/%3E%3Cpath d='M19.8748 15.5158C19.9671 15.5158 20.1518 15.5158 20.2441 15.4234L24.029 11.6385L24.7675 12.377L20.9826 16.1619C20.798 16.3466 20.798 16.6235 20.9826 16.8082C21.0749 16.9005 21.1672 16.9005 21.3519 16.9005C21.4442 16.9005 21.6288 16.9005 21.7211 16.8082L25.9676 12.654L27.4447 12.1001C27.537 12.0078 27.7216 11.9155 27.7216 11.8231L28.3678 9.97685C28.4602 9.79223 28.3678 9.60758 28.2755 9.51528L26.9831 8.13055C26.8908 8.03823 26.7062 7.94593 26.5215 8.03823L24.6753 8.68444C24.5829 8.77677 24.3983 8.86907 24.3983 8.96139L23.8444 10.5307C23.7521 10.5307 23.7521 10.6231 23.7521 10.6231L19.5979 14.7772C19.4133 14.9619 19.4133 15.2388 19.5979 15.4235C19.6902 15.5158 19.7825 15.5158 19.8749 15.5158L19.8748 15.5158ZM25.1368 9.51528L26.5215 9.05371L27.3523 9.88455L26.8908 11.2693L25.506 11.7308L24.6752 10.9L25.1368 9.51528ZM16.8284 21.6085L11.1972 27.2398C11.0126 27.4244 10.8279 27.4244 10.7356 27.3321L8.98164 25.5781C8.88931 25.4858 8.98164 25.3012 9.07396 25.1165L14.6129 19.5776C14.7975 19.393 14.7975 19.1161 14.6129 18.9314C14.4282 18.7468 14.1513 18.7468 13.9667 18.9314L8.42775 24.4703C7.87386 25.0242 7.87386 25.7627 8.33542 26.2243L10.0894 27.9783C10.274 28.1629 10.551 28.2553 10.8279 28.2553C11.1972 28.2553 11.5664 28.0706 11.8434 27.7937L17.4746 22.1625C17.6592 21.9778 17.6592 21.7009 17.4746 21.5162C17.29 21.3316 17.013 21.4239 16.8284 21.6086L16.8284 21.6085Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item.this--autoshop {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M28.4306 24.7273L24.201 20.4977C25.3534 19.1317 25.9835 17.4212 25.9835 15.6083C25.9835 15.4105 25.9759 15.2044 25.9606 15.0142C25.9302 14.6331 25.5864 14.3398 25.2164 14.3799C24.8353 14.4104 24.5517 14.7438 24.5821 15.1242C24.5939 15.2791 24.6001 15.4472 24.6001 15.6083C24.6001 17.2829 23.9458 18.8523 22.7589 20.0267C21.8535 20.919 20.7206 21.5096 19.4749 21.7351C18.815 21.8631 18.0072 21.8714 17.2332 21.7268C15.9999 21.502 14.8725 20.9079 13.9741 20.0094C12.7982 18.8329 12.1501 17.2697 12.1501 15.6083C12.1501 12.1763 14.9431 9.38333 18.3751 9.38333C20.0497 9.38333 21.6218 10.0397 22.8011 11.2322C23.0695 11.5033 23.508 11.5061 23.7791 11.2377C24.0509 10.9693 24.053 10.5315 23.7847 10.2597C22.3432 8.80233 20.4218 8 18.3751 8C14.1802 8 10.7668 11.4134 10.7668 15.6083C10.7668 17.4074 11.39 19.1102 12.5305 20.4749L8.20279 24.8027C8.00497 25.0005 7.94549 25.2979 8.0527 25.5566C8.15991 25.8146 8.41236 25.9833 8.6918 25.9833H10.7668V28.0583C10.7668 28.3378 10.9356 28.5902 11.1936 28.6974C11.2793 28.7327 11.3692 28.75 11.4585 28.75C11.6383 28.75 11.8154 28.6795 11.9475 28.5473L17.3556 23.1392C17.6952 23.1855 18.0355 23.2167 18.3751 23.2167C18.7203 23.2167 19.0467 23.1876 19.3601 23.1461L24.7613 28.5473C24.8934 28.6795 25.0705 28.75 25.2503 28.75C25.3395 28.75 25.4294 28.7327 25.5152 28.6974C25.7739 28.5902 25.942 28.3378 25.942 28.0583V25.9833H28.017C28.019 25.9833 28.0218 25.9833 28.0239 25.9833C28.4354 25.964 28.7225 25.6762 28.7225 25.2917C28.7225 25.0586 28.607 24.8525 28.4306 24.7273ZM12.1501 26.3887V25.2917C12.1501 24.9099 11.8403 24.6 11.4585 24.6H10.3615L13.5065 21.455C13.5494 21.4903 13.595 21.5214 13.6379 21.556C13.7444 21.6417 13.8523 21.7254 13.963 21.8043C14.0266 21.8499 14.0916 21.8928 14.1567 21.9364C14.2652 22.009 14.3745 22.0796 14.4866 22.146C14.5544 22.1868 14.6228 22.2262 14.692 22.2642C14.8068 22.3279 14.923 22.3881 15.0406 22.4455C15.1091 22.4787 15.1769 22.5126 15.246 22.5437C15.3747 22.6018 15.5054 22.6543 15.6368 22.7048C15.6839 22.7228 15.7288 22.745 15.7765 22.7622L12.1501 26.3887ZM25.2503 24.6C24.8685 24.6 24.5586 24.9099 24.5586 25.2917V26.3887L20.9412 22.7705C20.9938 22.7519 21.0443 22.727 21.0968 22.7069C21.2206 22.6592 21.3438 22.6108 21.4655 22.5568C21.5409 22.5229 21.6149 22.4863 21.6896 22.451C21.8016 22.3963 21.9123 22.3403 22.0209 22.2801C22.0949 22.2393 22.1682 22.1978 22.2409 22.155C22.3488 22.0913 22.4539 22.0249 22.5583 21.9558C22.6275 21.9101 22.696 21.8651 22.7631 21.8174C22.8723 21.74 22.9789 21.6583 23.084 21.5746C23.1283 21.5394 23.1753 21.5083 23.2189 21.4723L26.3473 24.6H25.2503Z' fill='%23004798'/%3E%3Cpath d='M15.1726 14.4317C14.8946 14.171 14.4561 14.1855 14.1953 14.4643C13.9345 14.743 13.9491 15.1808 14.2278 15.4416L17.9026 18.8799C18.0347 19.0044 18.2049 19.0666 18.3743 19.0666C18.5438 19.0666 18.714 19.0044 18.8468 18.8799L26.2393 11.9632C26.518 11.7024 26.5326 11.2646 26.2718 10.9859C26.0103 10.7064 25.5725 10.6926 25.2945 10.9534L18.375 17.4274L15.1726 14.4317Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item.this--change-oil {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 22.3901C10 26.5948 13.3581 30 17.5001 30C21.6424 30 25 26.5948 25 22.3901C25 17 19.1794 13.5 18.7098 7.49998V7.24997C18.7098 6.56007 18.1677 6 17.5001 6C16.8324 6 16.2904 6.56007 16.2904 7.24997V7.49998C15.8064 13.5 10 17.0001 10 22.3901ZM18.5405 25.5002C19.5858 25.2501 20.4175 24.3302 20.6594 23.3253C20.7421 22.8551 21.1384 22.5001 21.613 22.5001C22.1449 22.5001 22.5806 22.9504 22.5806 23.4999C22.5806 24.2197 21.9952 25.3151 21.1971 26.1347C20.4128 26.935 19.4789 27.5001 18.7098 27.5001C18.1777 27.5001 17.742 27.0352 17.742 26.4855C17.742 25.9951 18.0855 25.5851 18.5405 25.5002Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23003D83'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item.this--service {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M25.3636 6.00044H10.6364C9.73262 6.00044 9 6.73307 9 7.63681V9.27317C9 10.1769 9.73262 10.9095 10.6364 10.9095H25.3636C26.2674 10.9095 27 10.1769 27 9.27317V7.63681C27 6.73307 26.2674 6.00044 25.3636 6.00044Z' fill='%23004798'/%3E%3Cpath d='M25.3636 25.6368H10.6364C9.73262 25.6368 9 26.3694 9 27.2732V28.9095C9 29.8133 9.73262 30.5459 10.6364 30.5459H25.3636C26.2674 30.5459 27 29.8133 27 28.9095V27.2732C27 26.3694 26.2674 25.6368 25.3636 25.6368Z' fill='%23004798'/%3E%3Cpath d='M25.3636 12.5459H10.6364V24.0004H25.3636V12.5459ZM18 22.3641C17.132 22.3641 16.2996 22.0193 15.6858 21.4055C15.0721 20.7918 14.7273 19.9593 14.7273 19.0914C14.7273 17.5041 16.9445 14.9514 17.3945 14.4523C17.4712 14.3679 17.5647 14.3005 17.669 14.2544C17.7732 14.2082 17.886 14.1844 18 14.1844C18.114 14.1844 18.2268 14.2082 18.331 14.2544C18.4353 14.3005 18.5288 14.3679 18.6055 14.4523C19.0555 14.9514 21.2727 17.5041 21.2727 19.0914C21.2727 19.9593 20.9279 20.7918 20.3142 21.4055C19.7004 22.0193 18.868 22.3641 18 22.3641Z' fill='%23004798'/%3E%3Cpath d='M16.3636 19.0912C16.3636 19.5252 16.536 19.9414 16.8429 20.2483C17.1498 20.5552 17.566 20.7276 18 20.7276C18.434 20.7276 18.8502 20.5552 19.1571 20.2483C19.464 19.9414 19.6364 19.5252 19.6364 19.0912C19.6364 18.5839 18.8673 17.3566 18 16.2685C17.1327 17.3485 16.3636 18.5676 16.3636 19.0912Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.change-and-buy__list_item .ball_type_shop .ball_type_shop__item.this--web {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='35' height='35' fill='white'/%3E%3Cpath d='M9.44613 8.09748C14.9224 8.09433 20.4691 7.83149 25.9384 8.09291C29.6888 8.27217 28.8641 13.044 28.8809 15.689C28.8894 17.0247 28.8883 18.3604 28.8766 19.6961C28.8693 20.5439 29.0127 21.3317 28.5257 22.0559C27.9494 22.9129 27.4623 22.7097 26.4155 22.7356C21.1873 22.8651 15.6973 23.1629 10.4844 22.7368C9.4374 22.6512 8.55143 22.6483 8.15201 21.7026C7.93338 21.1849 8.10148 20.0032 8.09745 19.4855C8.08721 18.169 8.08221 16.8524 8.08209 15.5358C8.08197 14.2192 8.08663 12.9026 8.09672 11.5861C8.10663 10.2915 7.68291 8.20183 9.53969 8.31298C10.1938 8.35214 10.1915 7.33441 9.53969 7.29539C6.35407 7.10469 7.0871 10.1035 7.07321 12.4638C7.06115 14.5118 7.06134 16.5598 7.07378 18.6078C7.08113 19.8187 6.76157 21.7913 7.39815 22.922C7.78703 23.6128 8.04786 23.5531 8.71431 23.7361C10.4698 24.2179 13.0609 23.7765 14.9097 23.7841C19.086 23.8012 23.398 24.0656 27.5602 23.7327C30.4083 23.5049 29.8885 21.1165 29.9005 18.8056C29.9113 16.7279 29.8984 14.65 29.8608 12.5725C29.8401 11.4269 30.0167 9.87642 29.4947 8.79152C28.3749 6.46419 25.0389 7.07092 22.9501 7.07212C18.4488 7.07471 13.9474 7.0773 9.44613 7.07989C8.79137 7.08026 8.79025 8.09786 9.44613 8.09748Z' fill='%23004798'/%3E%3Cpath d='M16.0466 12.3175C16.9283 12.3162 17.8101 12.3149 18.6919 12.3136C19.0895 12.313 19.4973 12.2841 19.8943 12.3118C20.6023 12.3612 20.4449 12.2424 20.5498 12.959C20.8058 14.7067 20.9487 16.4502 21.2841 18.1902C21.4476 17.9756 21.6112 17.7609 21.7747 17.5462C20.7868 17.548 19.7989 17.5499 18.811 17.5517C18.1932 17.5529 16.1647 17.861 15.7193 17.4993C15.2197 17.0937 15.7655 15.2075 15.8782 14.6165C16.0473 13.7291 16.1939 12.8615 16.2217 11.9576C16.2419 11.3026 15.2242 11.3033 15.2041 11.9576C15.1618 13.3349 14.769 14.6466 14.6183 16.0097C14.5514 16.6143 14.3244 17.8933 14.8379 18.3888C15.3428 18.876 16.708 18.5733 17.3292 18.5721C18.811 18.5693 20.2929 18.5665 21.7747 18.5638C22.1258 18.5631 22.3272 18.2406 22.2654 17.9197C22.0139 16.6152 21.8051 15.3056 21.6645 13.9841C21.6019 13.3954 21.7982 11.9653 21.3445 11.5127C20.9351 11.1043 20.1748 11.2938 19.6538 11.2946C18.4514 11.2963 17.249 11.2981 16.0466 11.2999C15.3918 11.3008 15.3907 12.3184 16.0466 12.3175Z' fill='%23004798'/%3E%3Cpath d='M15.4808 17.2143C17.4029 17.2143 19.325 17.2143 21.2472 17.2143C21.9019 17.2143 21.903 16.1967 21.2472 16.1967C19.325 16.1967 17.4029 16.1967 15.4808 16.1967C14.826 16.1967 14.8249 17.2143 15.4808 17.2143Z' fill='%23004798'/%3E%3Cpath d='M17.8408 11.7315C17.8385 11.3284 17.8362 10.9253 17.8339 10.5221C17.8335 10.4581 17.7921 10.1035 17.8336 10.0447C17.8875 9.96846 18.041 9.99773 18.1333 9.99897C18.9732 10.0103 18.9033 10.8607 18.8556 11.4954C18.8065 12.1486 19.8243 12.1454 19.8732 11.4954C19.9195 10.8796 19.9279 10.2193 19.5702 9.68418C19.2327 9.17937 18.7254 8.98732 18.1333 8.98138C17.6168 8.97619 17.065 9.10636 16.881 9.6544C16.7883 9.9306 16.8146 10.2359 16.8163 10.5221C16.8186 10.9253 16.8209 11.3284 16.8232 11.7315C16.8269 12.3861 17.8445 12.3875 17.8408 11.7315Z' fill='%23004798'/%3E%3Cpath d='M7.74895 20.8779C14.8465 20.7738 21.9446 20.724 29.0429 20.7286C29.6977 20.729 29.6987 19.7114 29.0429 19.711C21.9446 19.7064 14.8465 19.7562 7.74895 19.8603C7.09473 19.8699 7.09282 20.8875 7.74895 20.8779Z' fill='%23004798'/%3E%3Cpath d='M14.9311 28.37C16.9011 27.2748 20.3182 27.4045 22.3414 28.231C22.9473 28.4785 23.2111 27.4945 22.6119 27.2498C20.3261 26.3159 16.6266 26.2632 14.4175 27.4914C13.8451 27.8096 14.3577 28.6888 14.9311 28.37Z' fill='%23004798'/%3E%3Cpath d='M20.5415 23.4893C20.5415 24.62 20.5415 25.7506 20.5415 26.8813C20.5415 27.5361 21.5591 27.5372 21.5591 26.8813C21.5591 25.7506 21.5591 24.62 21.5591 23.4893C21.5591 22.8345 20.5415 22.8335 20.5415 23.4893Z' fill='%23004798'/%3E%3Cpath d='M15.804 23.5277C15.804 24.7087 15.804 25.8896 15.804 27.0705C15.804 27.7252 16.8216 27.7263 16.8216 27.0705C16.8216 25.8896 16.8216 24.7087 16.8216 23.5277C16.8216 22.873 15.804 22.8719 15.804 23.5277Z' fill='%23004798'/%3E%3Crect x='0.5' y='0.5' width='35' height='35' stroke='%23004798'/%3E%3C/svg%3E ") left top / 36px 36px no-repeat;
}
.preloader {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 105;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  top: 0;
  left: 0;
}
.preloader.active {
  display: flex;
}
.preloader__img {
  height: 100px;
  position: relative;
  width: 80px;
}
.preloader__img > div {
  background-color: #FFFFFF;
  height: 30px;
  position: absolute;
  width: 12px;
  /* css3 radius */
  border-radius: 5px;
  /* css3 transform - scale */
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  /* css3 animation */
  -webkit-animation-name: loading1;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-name: loading1;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -o-animation-name: loading1;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
}
.preloader__img > div:nth-child(1) {
  left: 0;
  top: 36px;
  /* css3 transform - rotate */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /* css3 animation */
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
}
.preloader__img > div:nth-child(2) {
  left: 10px;
  top: 13px;
  /* css3 transform - rotate */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  /* css3 animation */
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
}
.preloader__img > div:nth-child(3) {
  left: 34px;
  top: 4px;
  /* css3 transform - rotate */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  /* css3 animation */
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}
.preloader__img > div:nth-child(4) {
  right: 10px;
  top: 13px;
  /* css3 transform - rotate */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  /* css3 animation */
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
}
.preloader__img > div:nth-child(5) {
  right: 0;
  top: 36px;
  /* css3 transform - rotate */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  /* css3 animation */
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
}
.preloader__img > div:nth-child(6) {
  right: 10px;
  bottom: 9px;
  /* css3 transform - rotate */
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  /* css3 animation */
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
}
.preloader__img > div:nth-child(7) {
  bottom: 0;
  left: 34px;
  /* css3 transform - rotate */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  /* css3 animation */
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
}
.preloader__img > div:nth-child(8) {
  left: 10px;
  bottom: 9px;
  /* css3 transform - rotate */
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  /* css3 animation */
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
}
/* css3 keyframes - loading1 */
@-webkit-keyframes loading1 {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.pvl_buy {
  margin: 0 0 112px;
}
@media (max-width: 767px) {
  .pvl_buy {
    margin: 0 0 64px;
    overflow: hidden;
  }
}
.pvl_buy .pvl_buy__title {
  position: relative;
  margin-bottom: 62px;
  padding-left: 310px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #080E1F;
}
.pvl_buy .pvl_buy__title::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  height: 32px;
  background: #004798;
  width: 288px;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
@media (max-width: 1279px) {
  .pvl_buy .pvl_buy__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .pvl_buy .pvl_buy__title {
    padding-left: 0;
    text-align: center;
  }
  .pvl_buy .pvl_buy__title::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .pvl_buy .pvl_buy__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.pvl_buy .pvl_buy__slider {
  position: relative;
}
.pvl_buy .pvl_buy__slider .pvl_buy__next,
.pvl_buy .pvl_buy__slider .pvl_buy__prev {
  top: calc(50% - 24px);
}
.pvl_buy .pvl_buy__slider .pvl_buy__next {
  right: -24px;
}
@media (max-width: 767px) {
  .pvl_buy .pvl_buy__slider .pvl_buy__next {
    right: -12px;
  }
}
.pvl_buy .pvl_buy__slider .pvl_buy__prev {
  left: -24px;
}
@media (max-width: 767px) {
  .pvl_buy .pvl_buy__slider .pvl_buy__prev {
    left: -12px;
  }
}
@media (max-width: 767px) {
  .pvl_buy .pvl_buy__slider .swiper-buy {
    overflow: visible;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .swiper-slide {
  height: auto;
}
@media (max-width: 1279px) {
  .pvl_buy .pvl_buy__slider .swiper-buy .swiper-slide {
    width: 244px;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb {
  position: relative;
  padding-top: 139.344%;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy-title {
  position: absolute;
  top: 24px;
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: flex;
  padding: 6px 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #fff;
  transform: translateX(-50%);
  transition: background 0.4s, color 0.4s;
  z-index: 2;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link svg {
  position: relative;
  top: 3px;
  stroke: #ffffff;
  transition: stroke 0.4s;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link:hover {
  color: #000;
  background-color: #fff;
}
.pvl_buy .pvl_buy__slider .swiper-buy .thumb .buy_link:hover svg {
  stroke: #000;
}
.pvl_buy .pvl_buy__slider .swiper-buy .first-buy .buy-title {
  max-width: 199px;
  left: 50%;
  transform: translateX(-50%);
}
.pvl_buy .pvl_buy__slider .swiper-buy .first-buy .buy-title .logo {
  width: 96px;
  height: 24px;
  position: relative;
  margin: 0 auto 6px;
}
@media (max-width: 1023px) {
  .pvl_buy .pvl_buy__slider .swiper-buy .first-buy .buy-title .logo {
    width: 80px;
    height: 20px;
  }
}
.pvl_buy .pvl_buy__slider .swiper-buy .first-buy .buy-title p {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
  text-align: center;
}
.pvl_buy__next,
.pvl_buy__prev {
  position: absolute;
  top: 66px;
  z-index: 10;
}
.pvl_buy__next:after,
.pvl_buy__prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.pvl_buy__next {
  width: 48px;
  height: 48px;
  background: #E7332B;
  transition: background-color 0.3s;
}
@media (max-width: 1023px) {
  .pvl_buy__next {
    right: -42px;
  }
}
@media (max-width: 767px) {
  .pvl_buy__next {
    right: -24px;
  }
}
.pvl_buy__next::after {
  content: 'next';
  font-size: 18px;
  color: white;
}
.pvl_buy__prev {
  width: 48px;
  height: 48px;
  background: #E7332B;
  transition: background-color 0.3s;
}
@media (max-width: 1023px) {
  .pvl_buy__prev {
    left: -42px;
  }
}
@media (max-width: 767px) {
  .pvl_buy__prev {
    left: -24px;
  }
}
.pvl_buy__prev::after {
  content: 'prev';
  font-size: 18px;
  color: white;
}
@media (min-width: 1024px) {
  .pvl_buy__next:hover,
  .pvl_buy__prev:hover {
    background-color: #004798;
  }
}
.pvl_buy__next:active,
.pvl_buy__prev:active {
  background-color: #003D83 !important;
}
.pvl_buy__next.swiper-button-disabled,
.pvl_buy__prev.swiper-button-disabled {
  background-color: #C9CAC8;
  opacity: 1;
}

/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/catalogFilter/catalogFilter.less ***!
  \**********************************************************************************************************************************************************************/
.catalog_filter__title {
  padding: 12px 76px 12px 0;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  align-items: center;
}
.catalog_filter__title span {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.59883 5.6C4.04066 5.6 4.39883 5.24183 4.39883 4.8C4.39883 4.35817 4.04066 4 3.59883 4C3.157 4 2.79883 4.35817 2.79883 4.8C2.79883 5.24183 3.157 5.6 3.59883 5.6Z' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M4.40039 4.7998L14.4004 4.7998' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M3.59883 12.0004C4.04066 12.0004 4.39883 11.6422 4.39883 11.2004C4.39883 10.7586 4.04066 10.4004 3.59883 10.4004C3.157 10.4004 2.79883 10.7586 2.79883 11.2004C2.79883 11.6422 3.157 12.0004 3.59883 12.0004Z' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M4.40039 11.2002L14.4004 11.2002' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M12.3996 8.80019C12.8414 8.80019 13.1996 8.44202 13.1996 8.00019C13.1996 7.55837 12.8414 7.2002 12.3996 7.2002C11.9578 7.2002 11.5996 7.55837 11.5996 8.00019C11.5996 8.44202 11.9578 8.80019 12.3996 8.80019Z' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M11.5996 8L1.59961 8' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M2.79961 4.7998H1.59961' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M13.1992 8H14.3992' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M2.79961 11.2002H1.59961' stroke='black' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center / 100% 100% no-repeat;
}
.catalog_filter__tab_links {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  margin-top: 4px;
  margin-left: -8px;
}
@media (max-width: 1200px) {
  .catalog_filter__tab_links {
    margin-left: -4px;
  }
}
@media (max-width: 1024px) {
  .catalog_filter__tab_links {
    margin-left: -8px;
  }
}
.catalog_filter__tab_link {
  padding: 13px 11px;
  margin-left: 8px;
  border: 2px solid #F1F1F1;
  color: rgba(0, 0, 0, 0.6);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}
@media (max-width: 1200px) {
  .catalog_filter__tab_link {
    padding: 10px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-left: 4px;
  }
}
@media (max-width: 1024px) {
  .catalog_filter__tab_link {
    font-size: 12px;
    line-height: 18px;
    padding: 13px 12px;
    margin-left: 8px;
    flex: 0 1 auto;
  }
}
@media (max-width: 500px) {
  .catalog_filter__tab_link {
    flex: 1 1 auto;
  }
}
.catalog_filter__tab_link.active {
  color: #FFF;
  background: #004798;
  border: 2px solid #004798;
  pointer-events: none;
}
.catalog_filter__tab {
  display: none;
}
.catalog_filter__tab.active {
  display: block;
}
.catalog_filter__groups {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .catalog_filter__groups {
    display: flex;
    margin-left: -18px;
  }
}
@media (max-width: 768px) {
  .catalog_filter__groups {
    flex-direction: column;
    margin-left: 0;
  }
}
.catalog_filter__group {
  position: relative;
}
.catalog_filter__group_submit-button {
  display: none;
  position: absolute;
  top: 0;
  right: -140px;
  padding: 10px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  z-index: 40;
}
.catalog_filter__group_submit-button.shown {
  display: block;
}
.catalog_filter__group_submit-button.hidden {
  display: none !important;
}
.catalog_filter__group_submit-button::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -10px;
  background-color: #fff;
  transform: rotate(45deg) translate(0, -50%);
}
@media (max-width: 1024px) {
  .catalog_filter__group {
    width: calc(33.333% - 18px);
    margin-left: 18px;
  }
  .catalog_filter__group:first-child {
    order: 2;
  }
  .catalog_filter__group:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 768px) {
  .catalog_filter__group {
    margin-left: 0;
    width: 100%;
  }
}
.catalog_filter__group_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.catalog_filter__group_body {
  position: relative;
  margin-bottom: 14px;
}
.catalog_filter__group_body::before,
.catalog_filter__group_body::after {
  content: '';
  position: absolute;
  left: 0;
  width: calc(100% - 6px);
  height: 10px;
  z-index: 2;
}
.catalog_filter__group_body::before {
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.catalog_filter__group_body::after {
  bottom: 0;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.catalog_filter__group_body_wrapper {
  max-height: 185px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.catalog_filter__group_body_wrapper::-webkit-scrollbar {
  width: 5px;
}
.catalog_filter__group_body_wrapper::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 15px;
}
.catalog_filter__group_body_wrapper::-webkit-scrollbar-thumb {
  background: #004798;
  border-radius: 15px;
}
.catalog_filter__item {
  margin-bottom: 16px;
}
.catalog_filter__item:last-child {
  margin-bottom: 0;
}
.catalog_filter__item input[type='checkbox'] {
  display: none;
}
.catalog_filter__item label {
  padding-left: 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4F4F4F;
  display: block;
  cursor: pointer;
  position: relative;
}
.catalog_filter__item label::before,
.catalog_filter__item label::after {
  position: absolute;
  content: '';
}
.catalog_filter__item label::before {
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: #F1F1F1;
  transition: background-color 0.2s;
}
.catalog_filter__item label::after {
  width: 11px;
  height: 8px;
  left: 5px;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  background: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1L3.8125 7L1 4.27273' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center / 100% 100% no-repeat;
}
.catalog_filter__item input[type='checkbox']:checked + label::before {
  background-color: #004798;
}
.catalog_filter__item input[type='checkbox']:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.catalog_filter__submit {
  margin-top: 32px;
}
.catalog_filter__submit input {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #E7332B;
  width: 126px;
  height: 38px;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .catalog_filter__submit input:hover {
    background: rgba(231, 51, 43, 0.8);
  }
}
.catalog_filter__submit input:active {
  background: #E4180F !important;
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/header/header.less ***!
  \********************************************************************************************************************************************************/
.header {
  position: relative;
  z-index: 100;
}
.header .container {
  position: static;
}
.header__content {
  display: flex;
  align-items: center;
  height: 119px;
}
@media (max-width: 1390px) {
  .header__content {
    justify-content: space-between;
    height: 92px;
  }
}
@media (max-width: 768px) {
  .header__content {
    height: 78px;
  }
}
.header-logo {
  width: 100px;
  flex: 0 0 auto;
  font-size: 0;
}
.header-logo img {
  width: 100%;
}
@media (max-width: 1390px) {
  .header__nav_wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }
  .header__nav_wrapper.show-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav {
  flex: 1;
  margin-left: 55px;
}
.header__nav .header-logo {
  display: none;
}
@media (max-width: 1390px) {
  .header__nav {
    margin-left: 0;
    z-index: 3;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 520px;
    height: 100vh;
    background: #ffffff;
    transform: translateX(110%);
    transition: transform 0.4s;
  }
  .header__nav.show-menu {
    transform: translateX(0);
  }
  .header__nav .header-logo {
    display: block;
    margin-left: 16px;
  }
}
@media (max-width: 639px) {
  .header__nav {
    border-radius: 4px 4px 0 0;
    height: calc(100vh - 16px);
    top: 16px;
    width: 100%;
    transform: translateY(110%);
  }
  .header__nav.show-menu {
    transform: translateY(0);
  }
  .header__nav .header-logo {
    margin-top: 12px;
  }
}
@media (max-width: 1390px) {
  .header__nav_top {
    padding-top: 40px;
  }
}
@media (max-width: 639px) {
  .header__nav_top {
    padding-top: 4px;
  }
}
.header__nav_content {
  width: 100%;
}
@media (max-width: 1390px) {
  .header__nav_content {
    overflow-y: auto;
    margin-top: 1px;
    height: calc(100% - 85px);
    padding: 0 40px 20px 16px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 639px) {
  .header__nav_content {
    padding: 0 16px 20px;
    height: calc(100% - 65px);
  }
}
.header__mob_line {
  display: none;
}
@media (max-width: 639px) {
  .header__mob_line {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 4px;
    background: #C9CAC8;
    border-radius: 4px;
  }
}
.header__mob_blue_line {
  display: none;
}
@media (max-width: 1390px) {
  .header__mob_blue_line {
    display: block;
    margin-top: 16px;
    width: 170px;
    height: 4px;
    background: #004798;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 2px) 100%, 0% 100%);
  }
}
.header__search {
  display: none;
}
@media (max-width: 1390px) {
  .header__search {
    display: flex;
    margin-top: 19px;
    padding: 12px 0 14px;
    border-bottom: 1px solid #C9CAC8;
  }
}
@media (max-width: 1390px) {
  .header__search_input {
    flex: 1 1 auto;
    margin-right: 10px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input::-moz-placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input:-ms-input-placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input::-ms-input-placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
  .header__search_input::placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1390px) {
  .header__search_submit {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0004 21.0004L16.6504 16.6504' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center / contain no-repeat;
    border: none;
  }
}
.menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-right: -12px;
  list-style-type: none;
}
.menu li.this--mobile {
  display: none;
}
@media (max-width: 1390px) {
  .menu li.this--mobile {
    display: block;
  }
}
.menu li.this--desktop {
  display: block;
}
@media (max-width: 1390px) {
  .menu li.this--desktop {
    display: none;
  }
}
.menu > li {
  position: relative;
  padding: 15px 6px;
}
.menu > li.this--submenu.this--hover {
  position: static;
}
@media (min-width: 1390px) {
  .menu > li.this--submenu:hover .menu__link .menu__link_arrow,
  .menu > li.this--submenu.this--hover .menu__link .menu__link_arrow {
    transform: rotate(180deg);
    transition: transform 0.2s;
  }
  .menu > li.this--submenu:hover .menu__link::after,
  .menu > li.this--submenu.this--hover .menu__link::after {
    width: 100%;
    transition: width 0.3s;
  }
  .menu > li.this--submenu:hover .menu__submenu,
  .menu > li.this--submenu.this--hover .menu__submenu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0.2s;
  }
}
.menu > li.this--submenu .menu__link .menu__link_arrow {
  flex: 0 0 auto;
  margin-left: 4px;
  width: 20px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23E7332B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center / 7px 4px no-repeat;
}
@media (max-width: 1390px) {
  .menu > li.this--submenu .menu__link .menu__link_arrow {
    display: none;
  }
}
.menu > li.this--no--menuitem {
  padding: 0;
}
@media (max-width: 1390px) {
  .menu {
    flex-wrap: wrap;
    margin: 29px 0 20px -16px;
  }
  .menu > li {
    position: static;
    margin-left: 16px;
    width: calc(50% - 16px);
    padding: 0;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 6px;
  }
  .menu > li.full {
    width: 100%;
  }
  .menu > li .menu__link .menu__link_content {
    max-width: 115px;
    display: inline-block;
    z-index: 10;
  }
  .menu > li.this--1 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_1.png);
  }
  .menu > li.this--2 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_2.png);
  }
  .menu > li.this--3 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_3.png);
  }
  .menu > li.this--4 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_4.png);
  }
  .menu > li.this--5 .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_5.png);
  }
  .menu > li.this--5-full .menu__link::after {
    background-image: url(/local/templates/teboil/css/img/nav/nav_link_5_full.png);
  }
  .menu > li.this--6 .menu__link::after {
    background-image: url('/local/templates/teboil/css/img/nav/nav_link_6.png');
  }
  .menu > li.this--7 .menu__link::after {
    background-image: url('/local/templates/teboil/css/img/nav/nav_link_7.png');
  }
  .menu > li.this--8 .menu__link::after {
    background-image: url('/local/templates/teboil/css/img/nav/nav_link_8.png');
  }
  .menu > li.this--9 .menu__link::after {
    background-image: url('/local/templates/teboil/css/img/nav/nav_link_9.png');
  }
}
@media (max-width: 1390px) and (max-width: 639px) {
  .menu {
    margin: 29px 0 20px -8px;
  }
  .menu > li {
    margin-left: 8px;
    width: calc(50% - 8px);
  }
}
.menu__link {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  position: relative;
}
.menu__link::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: -9px;
  height: 2px;
  background: #E7332B;
  z-index: 10;
}
@media (min-width: 1390px) {
  .menu__link:hover::after {
    width: 100%;
    transition: width 0.3s;
  }
}
@media (max-width: 1390px) {
  .menu__link {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    display: flex;
    background: #EFF0F1;
    height: 140px;
    padding: 16px;
    width: 100%;
  }
  .menu__link::after {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-color: #EFF0F1;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .menu__link {
    height: 106px;
  }
}
.menu__submenu {
  position: absolute;
  top: 44px;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
@media (min-width: 1390px) {
  .menu__submenu {
    left: -16px;
  }
  .menu__submenu.this--right {
    left: auto;
    right: 0;
  }
  .menu__submenu .container {
    padding: 0;
  }
}
@media (max-width: 1390px) {
  .menu__submenu {
    top: 0;
    width: 100%;
    height: calc(100vh - 120px);
    z-index: 12;
    pointer-events: none;
    box-shadow: none;
  }
  .menu__submenu.active-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .menu__submenu .container {
    padding: 0 40px 16px 16px;
    overflow-y: auto;
    max-height: calc(100% - 66px);
    margin-top: 24px;
  }
}
@media (max-width: 639px) {
  .menu__submenu .container {
    padding: 0 16px 16px;
  }
}
.menu__submenu_link_back {
  display: none;
}
@media (max-width: 1390px) {
  .menu__submenu_link_back {
    display: flex;
    align-items: center;
    margin: 20px 40px 0 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
  }
  .menu__submenu_link_back span {
    width: 18px;
    height: 18px;
    margin-right: 20px;
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2732_21285)'%3E%3Cpath d='M13.0908 1.63672L4.909 9.00036L13.0908 16.364' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2732_21285'%3E%3Crect width='18' height='18' fill='white' transform='translate(18) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center / contain no-repeat;
  }
}
@media (max-width: 639px) {
  .menu__submenu_link_back {
    margin: 20px 16px 0;
  }
}
.menu__duo_line {
  position: absolute;
  width: 100%;
  display: flex;
  height: 4px;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 1390px) {
  .menu__duo_line {
    display: none;
  }
}
.menu__duo_line_left {
  height: 100%;
  background: #004798;
  margin-right: 3px;
  width: 200px;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 3px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 3px) 100%, 0% 100%);
}
.menu__duo_line_right {
  height: 100%;
  background: #E7332B;
  flex: 1 1 auto;
  -webkit-clip-path: polygon(3px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(3px 0%, 100% 0, 100% 100%, 0% 100%);
}
.menu__submenu_list {
  position: relative;
  display: block;
  min-width: 340px;
  min-height: 240px;
  margin: 12px 0;
  list-style-type: none;
}
@media (max-width: 1390px) {
  .menu__submenu_list {
    width: auto;
    min-width: auto;
    min-height: 0;
    margin: 0;
    overflow-y: auto;
    max-height: calc(100% - 40px);
  }
}
.menu__submenu_list li.this--submenu_2 {
  padding: 0 24px;
}
@media (max-width: 1390px) {
  .menu__submenu_list li.this--submenu_2 {
    padding: 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 1390px) {
  .menu__submenu_list li.this--submenu_2:hover .menu__submenu_link {
    color: #FFFFFF;
    background: #004798;
    border-bottom-color: #004798;
  }
  .menu__submenu_list li.this--submenu_2:hover .menu__submenu_link .arrow path {
    stroke: #ffffff;
  }
  .menu__submenu_list li.this--submenu_2:hover .menu__submenu_2 {
    opacity: 1;
    visibility: visible;
  }
}
.menu__submenu_list li.this--submenu_2 .menu__submenu_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__submenu_list li.this--submenu_2 .menu__submenu_link .arrow {
  flex: 0 0 auto;
}
@media (max-width: 1390px) {
  .menu__submenu_list li.this--submenu_2 .menu__submenu_link .arrow {
    display: none;
  }
}
.menu__submenu_list li.this--submenu_2 .menu__submenu_link .arrow path {
  transition: stroke 0.2s;
}
@media (min-width: 1390px) {
  .this--submenu-revert .menu__submenu_list li.this--submenu_2 .menu__submenu_link {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .this--submenu-revert .menu__submenu_list li.this--submenu_2 .menu__submenu_link .arrow {
    margin-right: 16px;
    transform: rotate(180deg);
  }
}
.menu__submenu_link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  display: block;
  padding: 12px;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.2s;
}
.menu__submenu_link.this--last {
  border: none;
}
.menu__submenu_link .mob_arrow {
  display: none;
}
@media (max-width: 1390px) {
  .menu__submenu_link {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    border-bottom: none;
  }
  .menu__submenu_link .mob_arrow {
    flex: 0 0 auto;
    display: block;
    width: 12px;
    height: 12px;
    transition: transform 0.2s;
  }
  .menu__submenu_link .mob_arrow path {
    transition: stroke 0.2s;
  }
  .menu__submenu_link.active {
    background: #004798;
    color: #FFFFFF;
  }
  .menu__submenu_link.active .mob_arrow {
    transform: rotate(180deg);
  }
  .menu__submenu_link.active .mob_arrow path {
    stroke: #FFFFFF;
  }
}
.menu__submenu_2 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: calc(100% + 24px);
  background-color: #fff;
}
@media (min-width: 1390px) {
  .menu__submenu_2 {
    left: 100%;
    right: auto;
    top: -12px;
    box-shadow: -15px 0 0 0 white, 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
  }
  .menu__submenu_2::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E7332B;
    z-index: 10;
  }
  .menu__submenu_2::before {
    content: '';
    width: 1px;
    height: 200px;
    position: absolute;
    top: 24px;
    left: 0;
    background-color: #003D83;
    z-index: 10;
  }
  .this--submenu-revert .menu__submenu_2 {
    left: auto;
    right: 100%;
    top: -12px;
    box-shadow: 15px 0 0 0 white, 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
  }
  .this--submenu-revert .menu__submenu_2::after {
    background-color: #003D83;
  }
  .this--submenu-revert .menu__submenu_2::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1390px) {
  .menu__submenu_2 {
    padding-right: 0;
    height: auto;
    width: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease 0s;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    max-height: 0;
  }
  .menu__submenu_2::after {
    display: none;
  }
}
.menu__submenu_2_list {
  display: block;
  list-style-type: none;
  padding: 12px 24px;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 1390px) {
  .menu__submenu_2_list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .menu__submenu_2_list::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 15px;
  }
  .menu__submenu_2_list::-webkit-scrollbar-thumb {
    background: #004798;
    border-radius: 15px;
  }
}
@media (max-width: 1390px) {
  .menu__submenu_2_list {
    padding: 0 16px 0 28px;
    border-left: 1px solid #004798;
    margin-top: 12px;
  }
}
.menu__submenu_2_list li {
  width: 320px;
  padding: 12px 12px 0;
}
@media (max-width: 1390px) {
  .menu__submenu_2_list li {
    padding: 8px 0;
    border-bottom: 1px solid #E4E4E2;
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
  }
  .menu__submenu_2_list li:last-child {
    border-bottom: none;
  }
}
.menu__submenu_2_link {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  padding: 0 0 12px;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  transition: color 0.2s;
}
.menu__submenu_2_link.this--last {
  border: none;
}
@media (max-width: 1390px) {
  .menu__submenu_2_link {
    font-size: 13px;
    border: none;
  }
}
@media (min-width: 1390px) {
  .menu__submenu_2_link:hover {
    color: #E7332B;
  }
}
@media (min-width: 1390px) {
  .this--menuline .menu__submenu {
    width: 100%;
    top: 45px;
    left: 0;
    box-shadow: none;
    z-index: 1;
  }
  .this--menuline .menu__submenu_list {
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    min-height: auto;
  }
  .this--menuline .menu__submenu_list li:not(.this--mobile) {
    display: block;
    padding: 0;
  }
  .this--menuline .menu__submenu_list li:not(.this--mobile):nth-child(2) a {
    padding-left: 12px;
  }
  .this--menuline .menu__submenu_list li:not(.this--mobile).this--submenu_2_space {
    width: 2px;
    margin: 0 0 0 auto;
  }
  .this--menuline .menu__submenu_list li:not(.this--mobile).this--submenu_2_add {
    align-self: center;
  }
  .this--menuline .menu__submenu_list a {
    padding: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    border: none;
    white-space: nowrap;
  }
  .this--menuline .menu__submenu_list a.this--phone {
    font-weight: 800;
    color: #000000;
  }
  .this--menuline .menu__submenu_list a.this--button {
    display: block;
    padding: 4px 16px;
    color: #fff;
    background: #E7332B;
    border: 1px solid #E7332B;
    transition: all 0.2s;
  }
  .this--menuline .menu__submenu_list a.this--button:hover {
    color: #E7332B;
    background: #fff;
  }
}
@media (min-width: 1390px) and (min-width: 1390px) {
  .this--menuline .menu__submenu_list li:not(.this--mobile):nth-child(2) a {
    padding-left: 6px;
  }
}
.header__mob_contacts {
  display: none;
}
@media (max-width: 1390px) {
  .header__mob_contacts {
    display: flex;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #C9CAC8;
    margin-left: -16px;
  }
}
@media (max-width: 639px) {
  .header__mob_contacts {
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 1390px) {
  .header__mob_contacts_item {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    width: calc(50% - 16px);
  }
  .header__mob_contacts_item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
  }
  .header__mob_contacts_item a {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
  }
  .header__mob_contacts_item.this--mail a {
    color: #E7332B;
  }
}
@media (max-width: 1390px) and (max-width: 639px) {
  .header__mob_contacts_item {
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 1390px) and (max-width: 639px) {
  .header__mob_contacts_item.this--mail {
    margin-top: 16px;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1390px) {
  .header__burger {
    display: block;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    position: relative;
    flex: 0 0 auto;
  }
  .header__burger span {
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .header__burger span:first-child {
    background: #E7332B;
    width: 30px;
    top: 7px;
  }
  .header__burger span:nth-child(2) {
    background: #004798;
    width: 20px;
    top: 15px;
  }
  .header__burger span:last-child {
    background: #E7332B;
    width: 26px;
    bottom: 7px;
  }
}
.header__cross {
  display: none;
}
@media (max-width: 1390px) {
  .header__cross {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 40px;
    right: 40px;
    z-index: 3;
  }
  .header__cross::before,
  .header__cross::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background: #E7332B;
    top: calc(50% - 2px);
    left: 0;
  }
  .header__cross::before {
    transform: rotate(45deg);
  }
  .header__cross::after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 639px) {
  .header__cross {
    top: 20px;
    right: 16px;
  }
}

/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/duo_line/duo_line.less ***!
  \************************************************************************************************************************************************************/
.duo_line {
  display: flex;
  height: 42px;
}
@media (max-width: 1360px) {
  .duo_line {
    height: 36px;
  }
}
.duo_line__left {
  height: 100%;
  background: #004798;
  margin-right: 5px;
  width: calc((100vw - 1170px)/2 + 338px);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 9px) 100%, 0% 100%);
}
@media (max-width: 1700px) {
  .duo_line__left {
    clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  }
}
@media (max-width: 1500px) {
  .duo_line__left {
    width: calc((100vw - 1170px)/2 + 333px);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
  }
}
@media (max-width: 1360px) {
  .duo_line__left {
    width: calc((100vw - 1072px)/2 + 358px);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  }
}
@media (max-width: 1250px) {
  .duo_line__left {
    width: 411px;
  }
}
@media (max-width: 1024px) {
  .duo_line__left {
    width: 375px;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  }
}
@media (max-width: 768px) {
  .duo_line__left {
    width: 45%;
  }
}
.duo_line__right {
  height: 100%;
  background: #E7332B;
  flex: 1 1 auto;
  clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1700px) {
  .duo_line__right {
    clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1500px) {
  .duo_line__right {
    clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1360px) {
  .duo_line__right {
    clip-path: polygon(8px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1024px) {
  .duo_line__right {
    clip-path: polygon(8px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/footer/footer.less ***!
  \********************************************************************************************************************************************************/
.footer__top {
  position: relative;
  height: 68px;
}
.footer__top .duo_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__top .duo_line__left {
  clip-path: polygon(0 0, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
}
.footer__top .duo_line__right {
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
}
.footer__top .container {
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
}
.footer__bottom {
  padding: 20px 0;
}
.footer__bottom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__links {
  display: flex;
}
.footer__link.this--contacts {
  padding-left: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5021_25630)'%3E%3Cpath d='M6.25791 0.843762C6.3376 0.970325 13.9173 7.86095 14.0626 7.93126C14.2642 8.03439 14.5548 8.03439 14.7517 7.93126C14.8313 7.88907 16.5517 6.3422 18.5673 4.50001C20.5829 2.65782 22.322 1.06876 22.4251 0.975013L22.6173 0.801575L14.4235 0.796888C8.8876 0.796888 6.23916 0.81095 6.25791 0.843762Z' fill='%23004798'/%3E%3Cpath d='M5.60625 1.38282C5.59219 1.42501 5.57812 2.58282 5.57812 3.95157V6.44063L6.48281 7.35469C7.29375 8.17501 7.40156 8.30157 7.49531 8.55001C7.59844 8.83126 7.63125 9.19688 7.57031 9.47344C7.50469 9.77813 7.34063 10.0125 6.82031 10.5516C6.16875 11.2219 6.13125 11.3156 6.29063 11.9672C6.34688 12.1922 6.40781 12.3703 6.42656 12.3656C6.44531 12.3563 7.72969 11.1938 9.27656 9.77813C11.9625 7.32657 12.0938 7.20001 12.0141 7.12501C11.925 7.03594 5.90156 1.5422 5.7375 1.39688C5.64844 1.31719 5.63438 1.31719 5.60625 1.38282Z' fill='%23004798'/%3E%3Cpath d='M19.9453 4.2375C18.1922 5.84062 16.7578 7.17656 16.7578 7.20469C16.7578 7.25625 23.1094 13.0781 23.1703 13.0781C23.1891 13.0781 23.2031 10.4297 23.2031 7.19531C23.2031 3.96094 23.1891 1.3125 23.1703 1.3125C23.1469 1.31719 21.6984 2.62969 19.9453 4.2375Z' fill='%23004798'/%3E%3Cpath d='M2.97697 5.65312C2.78009 5.75624 1.52853 7.0078 1.35509 7.2703C1.18634 7.53749 0.956654 8.14687 0.862904 8.59687C0.295716 11.2828 1.98322 14.9062 5.42853 18.3891C8.59728 21.5906 12.0192 23.3953 14.6207 23.2359C15.3567 23.1891 16.1395 22.9828 16.641 22.7016C16.9129 22.5469 18.216 21.2672 18.3332 21.0375C18.441 20.8266 18.4457 20.5875 18.352 20.3531C18.2629 20.1469 15.6567 17.5031 15.3332 17.2922C15.0895 17.1328 14.7613 17.1094 14.5176 17.2312C14.4332 17.2734 14.1426 17.5266 13.8707 17.7937C13.3457 18.3094 13.1395 18.4359 12.6895 18.5203C12.0379 18.6375 10.716 18.1312 9.59103 17.325C7.85197 16.0781 6.34728 14.2781 5.74728 12.7266C5.5129 12.1172 5.42384 11.6344 5.48009 11.3109C5.56447 10.8609 5.69103 10.6594 6.23478 10.1016C6.51603 9.81562 6.76915 9.5203 6.79728 9.44999C6.85822 9.28593 6.85822 8.94843 6.79259 8.77968C6.72228 8.58749 3.90978 5.78436 3.6754 5.67187C3.4504 5.55937 3.16915 5.55468 2.97697 5.65312Z' fill='%23004798'/%3E%3Cpath d='M9.78789 10.3031C8.2457 11.7141 6.9332 12.9234 6.86289 12.9937L6.73633 13.1156L6.88633 13.3781L7.03633 13.6406H14.7566C19.0035 13.6406 22.5004 13.6219 22.5285 13.6031C22.566 13.5844 21.3707 12.4641 19.402 10.6641C17.6488 9.06562 16.1957 7.75312 16.1723 7.74375C16.1441 7.73438 15.9426 7.89844 15.7176 8.10469C15.1551 8.625 14.9066 8.74219 14.391 8.74219C13.8848 8.74219 13.6691 8.63437 13.0926 8.10938C12.8629 7.90312 12.6613 7.73906 12.6332 7.73906C12.6098 7.73906 11.3254 8.89687 9.78789 10.3031Z' fill='%23004798'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5021_25630'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") top left / 24px 24px no-repeat;
}
@media (max-width: 500px) {
  .footer__link.this--contacts {
    padding-right: 8px;
  }
}
.footer__link.this--vk {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.54648 2.54648C1 4.09295 1 6.58195 1 11.56V12.44C1 17.4181 1 19.907 2.54648 21.4535C4.09295 23 6.58195 23 11.56 23H12.44C17.4181 23 19.907 23 21.4535 21.4535C23 19.907 23 17.4181 23 12.44V11.56C23 6.58195 23 4.09295 21.4535 2.54648C19.907 1 17.4181 1 12.44 1H11.56C6.58195 1 4.09295 1 2.54648 2.54648ZM4.71277 7.69166C4.83194 13.4117 7.69189 16.8492 12.7061 16.8492H12.9903V13.5767C14.8328 13.76 16.226 15.1075 16.7852 16.8492H19.3886C18.6736 14.2458 16.7943 12.8067 15.621 12.2567C16.7943 11.5783 18.4443 9.92832 18.8385 7.69166H16.4735C15.9601 9.50665 14.4386 11.1567 12.9903 11.3125V7.69166H10.6252V14.035C9.15856 13.6683 7.30694 11.89 7.22444 7.69166H4.71277Z' fill='%23004798'/%3E%3C/svg%3E%0A") top left / 24px 24px no-repeat;
}
@media (max-width: 500px) {
  .footer__link.this--vk {
    margin-left: 8px;
  }
}
.footer__copyright {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #000000;
}
@media (max-width: 500px) {
  .footer__copyright span {
    display: none;
  }
}
.vk_body {
  position: absolute;
  bottom: 30px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.vk_body.show {
  opacity: 1;
  visibility: visible;
}

/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/breadcrumbs/breadcrumbs.less ***!
  \******************************************************************************************************************************************************************/
.breadcrumbs {
  background: #004798;
  overflow: hidden;
}
.breadcrumbs__body {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 28px;
  height: 42px;
  width: max-content;
}
@media (max-width: 1024px) {
  .breadcrumbs__body.this--desktop {
    display: none;
  }
}
.breadcrumbs__body.this--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .breadcrumbs__body.this--mobile {
    display: flex;
  }
  .breadcrumbs__body.this--mobile .breadcrumbs__arrow {
    transform: rotate(180deg);
    margin-left: 0;
  }
}
.breadcrumbs__body::after {
  position: absolute;
  content: '';
  width: 100vw;
  left: 100%;
  background: #ffffff;
  top: -1px;
  height: calc(100% + 2px);
}
.breadcrumbs__body::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 44px 11px;
  border-color: transparent transparent #ffffff transparent;
}
.breadcrumbs__link {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
}
.breadcrumbs__link--disabled {
  pointer-events: none;
}
.breadcrumbs__arrow {
  margin: 0 16px;
  width: 5px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4 4L1 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center / 100% 100% no-repeat;
}

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/shopWidget/shopWidget.less ***!
  \****************************************************************************************************************************************************************/
.shop_widget {
  position: fixed;
  right: 50px;
  bottom: 132px;
  z-index: 9999;
}
.shop_widget__link {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50px;
  background: rgba(0, 71, 152, 0.6);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.shop_widget__link::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  width: 56px;
  height: 56px;
  background: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2_27' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='56' height='56'%3E%3Crect width='56' height='56' rx='28' fill='%23004798'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2_27)'%3E%3Crect width='56' height='56' rx='28' fill='%23004798'/%3E%3Crect opacity='0.15' x='8' y='8' width='40' height='40' rx='20' fill='url(%23paint0_radial_2_27)'/%3E%3C/g%3E%3Cg opacity='0.9' clip-path='url(%23clip0_2_27)'%3E%3Cpath d='M14.2857 17.466V18.3292L16.3779 18.3394L18.4701 18.3546L20.542 26.632C21.6795 31.182 22.6138 34.9398 22.6138 34.9703C22.6138 35.0058 22.5732 35.0363 22.5275 35.0363C22.4818 35.0363 22.2685 35.1226 22.0603 35.2242C21.3545 35.5746 20.7603 36.316 20.5877 37.0675C20.5115 37.4078 20.5217 38.1238 20.608 38.4589C20.933 39.698 22.0806 40.5714 23.3756 40.5714C23.7666 40.5714 24.3912 40.4039 24.7416 40.2058C25.1072 39.9976 25.5947 39.5101 25.8029 39.1445C26.006 38.7839 26.1685 38.1644 26.1685 37.7581C26.1685 37.4636 26.0771 36.9456 25.9908 36.7476C25.9552 36.6664 26.1177 36.6613 29.0275 36.6613H32.0998L32.0185 36.8796C31.917 37.164 31.8814 37.9917 31.9576 38.3574C32.0592 38.8601 32.3689 39.3984 32.7701 39.7742C33.867 40.8101 35.5072 40.8355 36.6193 39.8351C37.7771 38.7941 37.8482 36.905 36.7716 35.8031C36.4111 35.4324 36.1115 35.2445 35.6443 35.0769L35.233 34.9347H29.8248H24.4166L24.1424 33.8277C23.99 33.2234 23.858 32.6851 23.8427 32.6394C23.8224 32.5531 24.1779 32.548 30.5916 32.5378L37.3607 32.5226L38.8232 26.6828C39.6256 23.4683 40.2857 20.8124 40.2857 20.7769C40.2857 20.7312 38.3103 20.716 30.5713 20.716H20.8619L20.349 18.6695L19.8412 16.6281L17.0634 16.6128L14.2857 16.6027V17.466ZM24.2134 22.605C24.249 22.8132 24.5943 25.6113 24.5943 25.6874C24.5943 25.7281 24.2338 25.7433 23.3552 25.7433H22.1162L21.7302 24.1792C21.517 23.321 21.3291 22.5796 21.3138 22.5289C21.2884 22.4476 21.3799 22.4425 22.7357 22.4425H24.183L24.2134 22.605ZM28.8599 24.0929V25.7433H27.6158H26.3767L26.3463 25.5757C26.3107 25.3726 25.9654 22.5746 25.9654 22.4984C25.9654 22.4578 26.3818 22.4425 27.4127 22.4425H28.8599V24.0929ZM33.2576 24.0929L33.0545 25.7433H31.8205H30.5865V24.0929V22.4425H32.0236H33.4607L33.2576 24.0929ZM38.0513 22.5035C38.0513 22.539 37.8685 23.2753 37.6552 24.1437L37.2591 25.7179L36.0252 25.7331C34.8674 25.7433 34.7963 25.7382 34.8166 25.657C34.8318 25.6062 34.9283 24.8648 35.0349 24.0015L35.2228 22.4425H36.6396C37.7365 22.4425 38.0513 22.4578 38.0513 22.5035ZM25.0209 29.0796C25.1275 29.9429 25.224 30.6843 25.2392 30.73C25.2595 30.8164 25.1935 30.8214 24.3252 30.8214H23.3857L22.9998 29.2574C22.7865 28.3992 22.5986 27.6578 22.5834 27.607C22.558 27.5257 22.6342 27.5206 23.6955 27.5206H24.833L25.0209 29.0796ZM28.8599 29.171V30.8214H27.9306H26.9963L26.8084 29.2574C26.7017 28.3992 26.6052 27.6578 26.59 27.607C26.5697 27.5257 26.6459 27.5206 27.7123 27.5206H28.8599V29.171ZM32.8209 27.5511C32.8209 27.6019 32.4654 30.4253 32.4349 30.6285L32.4045 30.8214H31.4955H30.5865V29.171V27.5206H31.7037C32.3181 27.5206 32.8209 27.5359 32.8209 27.5511ZM36.7818 27.5816C36.7818 27.6171 36.599 28.3535 36.3857 29.2218L35.9896 30.796L35.0908 30.8113C34.4408 30.8214 34.192 30.8062 34.192 30.7656C34.192 30.6894 34.5373 27.8964 34.5728 27.6831L34.6033 27.5206H35.69C36.533 27.5206 36.7818 27.5359 36.7818 27.5816ZM23.7209 36.7374C24.1627 36.9253 24.4877 37.4535 24.4115 37.88C24.2541 38.7433 23.3095 39.1089 22.6595 38.5503C22.2634 38.2101 22.1619 37.7581 22.3802 37.291C22.6189 36.773 23.2131 36.5292 23.7209 36.7374ZM35.0959 36.7374C35.3955 36.8644 35.6595 37.1539 35.7459 37.4636C35.9744 38.2406 35.2482 38.982 34.456 38.7839C34.1412 38.7027 33.7654 38.3421 33.6841 38.0324C33.4607 37.1996 34.3138 36.4175 35.0959 36.7374Z' fill='white'/%3E%3Cpath d='M18.9344 29.8387L19.5825 33.0055L16.4156 33.6536' stroke='white' stroke-width='1.6' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M15.6769 24.4013L13.9138 27.0717C13.6466 27.4765 13.5511 27.9707 13.6483 28.4459C13.7456 28.921 14.0276 29.338 14.4323 29.6052L19.0102 32.6277' stroke='white' stroke-width='1.6' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_2_27' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(28 28) rotate(90) scale(20)'%3E%3Cstop offset='0.364583' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_2_27'%3E%3Crect width='32' height='32' fill='white' transform='translate(12 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center / 100% 100% no-repeat;
}
@media (min-width: 1024px) {
  .shop_widget__link:hover + .shop_widget__tooltip {
    opacity: 1;
    visibility: visible;
  }
}
.shop_widget__tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 26px);
  color: #FFF;
  padding: 5px 8px;
  white-space: nowrap;
  border-radius: 4px;
  background: #004798;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.shop_widget__tooltip::after {
  top: 50%;
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-left-color: #004798;
  margin-top: -5px;
  right: -10px;
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/less-loader/dist/cjs.js!./src/components/cookie/cookie.less ***!
  \********************************************************************************************************************************************************/
.cookie {
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: 10px;
  transform: translateY(10000px);
  transition: transform 3s;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  .cookie {
    bottom: 10px;
  }
}
.cookie.visible {
  z-index: 101;
  transform: translateY(0);
}
.cookie__wrap {
  margin: 0 auto;
  max-width: 856px;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e5e5e9;
  background: #fbfbfb;
}
@media (max-width: 767px) {
  .cookie__wrap {
    padding: 8px;
  }
}
.cookie__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -20px;
}
@media (max-width: 1023px) {
  .cookie__box {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .cookie__box {
    flex-flow: column;
    align-items: start;
  }
}
.cookie__text {
  padding: 0 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #1f1919;
}
@media (max-width: 1023px) {
  .cookie__text {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cookie__text {
    font-size: 12px;
    line-height: 130%;
  }
}
.cookie__text a {
  color: #ee1732;
  transition: color 0.3s;
}
.cookie__text a:hover {
  color: #d6152d;
}
.cookie__btn_wrap {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .cookie__btn_wrap {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .cookie__btn_wrap {
    margin-top: 12px;
  }
}
.cookie__btn {
  cursor: pointer;
  padding: 11px 20px;
  border-radius: 2px;
  background: #ee1732;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s ease, color 0.3s ease, background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .cookie__btn {
    font-size: 14px;
    line-height: 130%;
    padding: 6px;
    width: 93px;
    min-height: 34px;
  }
}


/*# sourceMappingURL=changeAndBuy.css.map*/
/* End */
/* /local/templates/teboil/css/changeAndBuy.css?1752059174314741 */
