:root {
  --trn-speed: 0.3s;
  --trn-ease: ease;
  --font-family-default: 'Mulish', sans-serif;
  --font-family-header: 'Mulish', sans-serif;
  --color-font-def: #292928;
  --color-white: #fff;
  --color-odd: #bee8e0;
  --color-even: #d9f4ef;
  --color-main: #006a53;
  --color-button: #29b298;
  --color-button-hover: #35bfa5;
  --color-button-border: var(--color-button);
  --color-button-border-hover: #35bfa5;
  --color-placeholder: var(--color-font-def, #1d1d1b);
  --color-bg: var(--color-even, #fff);
  --color-link: var(--color-font-def);
  --color-link-hover: var(--color-main);
  --color-grey: #e3e3e3;
  --color-border: #e3e3e3;
  --tc-default-dark: #004085;
  --tc-default-light: #b8daff;
  --tc-default-lighter: #cce5ff;
  --tc-success-dark: #155724;
  --tc-success-light: #c3e6cb;
  --tc-success-lighter: #d4edda;
  --tc-danger-dark: #721c24;
  --tc-danger-light: #f5c6cb;
  --tc-danger-lighter: #f8d7da;
  --tc-warning-dark: #856404;
  --tc-warning-light: #ffeeba;
  --tc-warning-lighter: #fff3cd;
  --tc-info-dark: #0c5460;
  --tc-info-light: #bee5eb;
  --tc-info-lighter: #d1ecf1;
  --tc-light-dark: #818182;
  --tc-light-light: #fdfdfe;
  --tc-light-lighter: #fefefe;
  --tc-gray-dark: #383d41;
  --tc-gray-light: #d6d8db;
  --tc-gray-lighter: #e2e3e5;
  --tc-dark-dark: #1b1e21;
  --tc-dark-light: #c6c8ca;
  --tc-dark-lighter: #d6d8d9;
}



* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  white-space: pre-wrap;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: none;
}
textarea {
  vertical-align: top;
  overflow: auto;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

::-moz-selection {
  background-color: var(--color-button-hover);
}
::selection {
  background-color: var(--color-button-hover);
}
body {
  color: #343434;
  font-family: var(--font-family-default, 'Arial, sans-serif');
  font-variant: no-common-ligatures;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
h1:not([class]) {
  margin: 0 0 40px;
  font-size: 42px;
}
h2:not([class]) {
  margin: 0 0 30px;
  font-size: 36px;
}
h3:not([class]) {
  margin: 0 0 25px;
  font-size: 28px;
}
h4:not([class]) {
  margin: 0 0 20px;
  font-size: 24px;
}
h5:not([class]) {
  margin: 0 0 15px;
  font-size: 20px;
}
h6:not([class]) {
  margin: 0 0 10px;
  font-size: 18px;
}
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  font-weight: 700;
  line-height: 1.4;
}
h1:not([class]):last-child,
h2:not([class]):last-child,
h3:not([class]):last-child,
h4:not([class]):last-child,
h5:not([class]):last-child,
h6:not([class]):last-child {
  margin-bottom: 0;
}
p:not([class]),
ul:not([class]),
ol:not([class]),
table:not([class]),
img:not([class]) {
  margin: 0 0 1em;
}
p:not([class]):last-child,
ul:not([class]):last-child,
ol:not([class]):last-child,
table:not([class]):last-child,
img:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) {
  padding: 0 0 0 2em;
  list-style: none;
}
ul:not([class]) > li:not([class]) {
  position: relative;
  margin: 0 0 0.75em;
  padding: 0;
  list-style: none;
}
ul:not([class]) > li:not([class]):before {
  content: '•';
  position: absolute;
  right: 100%;
  margin: 0 1em 0 0;
  color: inherit;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
ul:not([class]) > li:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) > li:not([class]) > * {
  margin-bottom: 0.5em;
}
ul:not([class]) > li:not([class]) > *:last-child {
  margin-bottom: 0;
}
ul:not([class]) > li:not([class]) > * > * {
  margin-bottom: 0.25em;
}
ul:not([class]) > li:not([class]) > * > *:last-child {
  margin-bottom: 0;
}
ol:not([class]) {
  counter-reset: ol;
  padding: 0 0 0 2em;
  list-style: none;
}
ol:not([class]) > li:not([class]) {
  position: relative;
  margin: 0 0 0.75em;
  padding: 0;
  list-style: none;
}
ol:not([class]) > li:not([class]):before {
  content: counter(ol) '.';
  counter-increment: ol;
  position: absolute;
  right: 100%;
  display: block;
  padding: 0 0.25em 0 0;
  color: inherit;
}
ol:not([class]) > li:not([class]):last-child {
  margin-bottom: 0;
}
ol:not([class]) > li:not([class]) > * {
  margin-bottom: 0.5em;
}
ol:not([class]) > li:not([class]) > *:last-child {
  margin-bottom: 0;
}
ol:not([class]) > li:not([class]) > ol:not([class]) > li:not([class]):before {
  content: counter(ol) ')';
}
ol:not([class]) > li:not([class]) > ol:not([class]) > li:not([class]) > * {
  margin-bottom: 0.25em;
}
ol:not([class]) > li:not([class]) > ol:not([class]) > li:not([class]) > *:last-child {
  margin-bottom: 0;
}
table:not([class]) {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 1px;
  border-collapse: collapse;
  border: 1px solid #dedede;
}
caption:not([class]) {
  display: table-caption;
  padding: 0 0 10px;
  font-size: 1.1em;
  text-align: center;
}
th:not([class]) {
  vertical-align: middle;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #dedede;
}
tbody:not([class]) th:not([class]) {
  text-align: left;
}
td:not([class]) {
  padding: 10px;
  border: 1px solid #dedede;
}
tr:not([class]):nth-child(even) th:not([class]),
tr:not([class]):nth-child(even) td:not([class]) {
  background: #e6e6e6;
}
thead:not([class]) {
  color: #888;
}
tfoot:not([class]) {
  color: #888;
}
tfoot:not([class]) th:not([class]),
tfoot:not([class]) td:not([class]) {
  background: #e6e6e6;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):link {
  color: #2b2bd6;
}
a:not([class]):visited {
  color: #d6224c;
}
a:not([class]):hover {
  color: #0b89f5;
}
a:not([class]):active {
  color: #71afe4;
}
sub:not([class]) {
  bottom: -0.25em;
  vertical-align: bottom;
  font-size: 0.75em;
}
sup:not([class]) {
  top: -0.5em;
  vertical-align: top;
  font-size: 0.75em;
}
i:not([class]),
em:not([class]),
dfn:not([class]) {
  font-style: italic;
}
b:not([class]),
strong:not([class]) {
  font-weight: 700;
}
s:not([class]),
strike:not([class]),
del:not([class]) {
  text-decoration: line-through;
}
ins:not([class]) {
  text-decoration: underline;
}
q:not([class]) {
  display: inline;
}
q:not([class]):before {
  content: open-quote;
}
q:not([class]):after {
  content: close-quote;
}
kbd:not([class]) {
  font-family: monospace, monospace;
}
mark:not([class]) {
  background: #f1f1f1;
}
abbr:not([class]) {
  position: relative;
  text-decoration: none;
}
abbr:not([class])[title]:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
}
blockquote:not([class]) {
  margin: 0 0 20px;
  padding: 20px;
  background: #f1f1f1;
  border: 1px solid #b1b1b1;
}
dl:not([class]) {
  margin: 0 0 20px;
}
dd:not([class]) {
  padding: 0 0 0 50px;
}
hr:not([class]) {
  width: 100%;
  height: 0;
  margin: 0 0 25px;
  background: none;
  border: none;
  border-bottom: 2px groove #dedede;
}
fieldset:not([class]) {
  margin: 0 0 25px;
  padding: 20px;
  border: 1px solid #dedede;
}
legend:not([class]) {
  margin: 0 0 0 2em;
  padding: 0 0.5em;
}
select:not([class]) {
  width: 200px;
  padding: 10px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #343434;
}
input[type='text']:not([class]),
input[type='password']:not([class]),
input[type='email']:not([class]),
input[type='url']:not([class]),
input[type='number']:not([class]),
input[type='datetime']:not([class]),
input[type='datetime-local']:not([class]),
input[type='search']:not([class]),
input[type='tel']:not([class]),
input[type='month']:not([class]),
input[type='week']:not([class]),
input[type='date']:not([class]),
input[type='time']:not([class]),
textarea:not([class]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  margin: 0 0 5px;
  padding: 10px;
  color: #343434;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  background: #fff;
  border: 1px solid #343434;
  outline: none;
}
input[type='text']:not([class])::-webkit-input-placeholder,
input[type='password']:not([class])::-webkit-input-placeholder,
input[type='email']:not([class])::-webkit-input-placeholder,
input[type='url']:not([class])::-webkit-input-placeholder,
input[type='number']:not([class])::-webkit-input-placeholder,
input[type='datetime']:not([class])::-webkit-input-placeholder,
input[type='datetime-local']:not([class])::-webkit-input-placeholder,
input[type='search']:not([class])::-webkit-input-placeholder,
input[type='tel']:not([class])::-webkit-input-placeholder,
input[type='month']:not([class])::-webkit-input-placeholder,
input[type='week']:not([class])::-webkit-input-placeholder,
input[type='date']:not([class])::-webkit-input-placeholder,
input[type='time']:not([class])::-webkit-input-placeholder,
textarea:not([class])::-webkit-input-placeholder {
  color: 16px;
  font-family: inherit;
  font-size: #ddd;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
input[type='text']:not([class])::-moz-placeholder,
input[type='password']:not([class])::-moz-placeholder,
input[type='email']:not([class])::-moz-placeholder,
input[type='url']:not([class])::-moz-placeholder,
input[type='number']:not([class])::-moz-placeholder,
input[type='datetime']:not([class])::-moz-placeholder,
input[type='datetime-local']:not([class])::-moz-placeholder,
input[type='search']:not([class])::-moz-placeholder,
input[type='tel']:not([class])::-moz-placeholder,
input[type='month']:not([class])::-moz-placeholder,
input[type='week']:not([class])::-moz-placeholder,
input[type='date']:not([class])::-moz-placeholder,
input[type='time']:not([class])::-moz-placeholder,
textarea:not([class])::-moz-placeholder {
  color: 16px;
  font-family: inherit;
  font-size: #ddd;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
input[type='text']:not([class]):-ms-input-placeholder,
input[type='password']:not([class]):-ms-input-placeholder,
input[type='email']:not([class]):-ms-input-placeholder,
input[type='url']:not([class]):-ms-input-placeholder,
input[type='number']:not([class]):-ms-input-placeholder,
input[type='datetime']:not([class]):-ms-input-placeholder,
input[type='datetime-local']:not([class]):-ms-input-placeholder,
input[type='search']:not([class]):-ms-input-placeholder,
input[type='tel']:not([class]):-ms-input-placeholder,
input[type='month']:not([class]):-ms-input-placeholder,
input[type='week']:not([class]):-ms-input-placeholder,
input[type='date']:not([class]):-ms-input-placeholder,
input[type='time']:not([class]):-ms-input-placeholder,
textarea:not([class]):-ms-input-placeholder {
  color: 16px;
  font-family: inherit;
  font-size: #ddd;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
input[type='text']:not([class])::-ms-input-placeholder,
input[type='password']:not([class])::-ms-input-placeholder,
input[type='email']:not([class])::-ms-input-placeholder,
input[type='url']:not([class])::-ms-input-placeholder,
input[type='number']:not([class])::-ms-input-placeholder,
input[type='datetime']:not([class])::-ms-input-placeholder,
input[type='datetime-local']:not([class])::-ms-input-placeholder,
input[type='search']:not([class])::-ms-input-placeholder,
input[type='tel']:not([class])::-ms-input-placeholder,
input[type='month']:not([class])::-ms-input-placeholder,
input[type='week']:not([class])::-ms-input-placeholder,
input[type='date']:not([class])::-ms-input-placeholder,
input[type='time']:not([class])::-ms-input-placeholder,
textarea:not([class])::-ms-input-placeholder {
  color: 16px;
  font-family: inherit;
  font-size: #ddd;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
input[type='text']:not([class])::placeholder,
input[type='password']:not([class])::placeholder,
input[type='email']:not([class])::placeholder,
input[type='url']:not([class])::placeholder,
input[type='number']:not([class])::placeholder,
input[type='datetime']:not([class])::placeholder,
input[type='datetime-local']:not([class])::placeholder,
input[type='search']:not([class])::placeholder,
input[type='tel']:not([class])::placeholder,
input[type='month']:not([class])::placeholder,
input[type='week']:not([class])::placeholder,
input[type='date']:not([class])::placeholder,
input[type='time']:not([class])::placeholder,
textarea:not([class])::placeholder {
  color: 16px;
  font-family: inherit;
  font-size: #ddd;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
textarea:not([class]) {
  resize: none;
}
input[type='radio']:not([class]),
input[type='checkbox']:not([class]) {
  margin: 0 2px;
}
button:not([class]),
input[type='button']:not([class]),
input[type='reset']:not([class]),
input[type='submit']:not([class]) {
  padding: 10px;
  font-size: 1em;
  line-height: 1.6;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  outline: none;
}
button:not([class]):hover,
input[type='button']:not([class]):hover,
input[type='reset']:not([class]):hover,
input[type='submit']:not([class]):hover {
  background: #bbb;
}
label:not([class]) {
  font-weight: 700;
}
.bs-group {
  margin: 0 0 40px;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.bs-group__title {
  margin: 0 0 20px;
  color: #909090;
  text-transform: uppercase;
}
.bs-tags-style li {
  margin: 0 0 8px;
}
.bs-tags-style li:last-child {
  margin-bottom: 0;
}



.about-snippet {
  --margin-bottom: 65px;
  display: block;
  margin: 0 0 var(--margin-bottom);
}
.about-snippet:last-child {
  --margin-bottom: 0;
}
.about-snippet__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .about-snippet__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 45px 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .about-snippet__row {
    gap: 45px 50px;
  }
}
.about-snippet__image {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  min-width: 290px;
  max-width: 290px;
  aspect-ratio: 1/1;
  font-size: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .about-snippet__image {
    -ms-flex-preferred-size: 37.71186440677966%;
        flex-basis: 37.71186440677966%;
    max-width: 445px;
  }
}
.about-snippet__article {
  display: block;
  width: 100%;
  min-width: 290px;
  max-width: 635px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-snippet__article {
    -ms-flex-preferred-size: 635px;
        flex-basis: 635px;
    font-size: 16px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .about-snippet__article {
    font-size: 20px;
  }
}

.advantage-snippet {
  display: block;
}
.advantage-snippet__holder {
  position: relative;
  z-index: 1;
  display: block;
}
.advantage-snippet__illustration {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  max-width: 233px;
  margin: 0;
  aspect-ratio: 233/119;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.advantage-snippet__icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.advantage-snippet__title {
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}
@media only screen and (min-width: 768px) {
  .advantage-snippet__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .advantage-snippet__title {
    font-size: 20px;
  }
}
.advantage-snippet__text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
@media only screen and (min-width: 768px) {
  .advantage-snippet__text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .advantage-snippet__text {
    font-size: 20px;
  }
}

.advantages {
  display: block;
}
.advantages__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantages__list-item {
  --margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
  margin: 0 0 var(--margin-bottom);
  padding: 0;
  list-style: none;
}
.advantages__list-item:last-child {
  --margin-bottom: 0;
}
.advantages__list-item:nth-child(odd) .advantage-snippet__holder {
  padding-left: 85px;
  text-align: left;
}
@media only screen and (min-width: 480px) {
  .advantages__list-item:nth-child(odd) .advantage-snippet__holder {
    padding-left: 155px;
  }
}
.advantages__list-item:nth-child(odd) .advantage-snippet__illustration {
  max-width: 120px;
}
@media only screen and (min-width: 480px) {
  .advantages__list-item:nth-child(odd) .advantage-snippet__illustration {
    max-width: 233px;
  }
}
.advantages__list-item:nth-child(even) .advantage-snippet__holder {
  padding-right: 85px;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  .advantages__list-item:nth-child(even) .advantage-snippet__holder {
    padding-right: 155px;
  }
}
.advantages__list-item:nth-child(even) .advantage-snippet__illustration {
  right: 0;
  left: auto;
  max-width: 120px;
}
@media only screen and (min-width: 480px) {
  .advantages__list-item:nth-child(even) .advantage-snippet__illustration {
    max-width: 233px;
  }
}

.alert {
  display: block;
  margin: 0 0 15px;
  padding: 10px 15px;
  color: #004085;
  background: #cce5ff;
  border: 1px solid transparent;
  border-color: #b8daff;
  border-radius: 5px;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert__title {
  margin: 0 0 25px;
  font-size: 1.5em;
  font-weight: 700;
}
.alert__title:last-child {
  margin-bottom: 0;
}
.alert__fields {
  margin: 0 0 25px;
}
.alert__fields:last-child {
  margin-bottom: 0;
}
.alert__field {
  margin: 0 0 15px;
}
.alert__field:last-child {
  margin-bottom: 0;
}
.alert__link {
  display: inline;
  vertical-align: baseline;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.alert__link:hover,
.alert__link:active,
.alert__link:focus {
  color: inherit;
  text-decoration: none;
}
.alert_style_default {
  color: #004085;
  background: #cce5ff;
  border-color: #b8daff;
}
.alert_style_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert_style_danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert_style_warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert_style_info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert_style_light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert_style_grayscale {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert_style_dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.amount-input {
  display: block;
}
.amount-input__holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  max-width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
}
.amount-input__input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  min-width: 20px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.amount-input__unit {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.amount-input__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  color: #c9c9c9;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.amount-input__controller_is_minus {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.amount-input__controller_is_plus {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.article-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
}
.article-snippet__holder {
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: 290px;
  max-width: 575px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 27.3px 2.7px rgba(201,201,201,0.2);
          box-shadow: 0 0 27.3px 2.7px rgba(201,201,201,0.2);
}
.article-snippet__holder[href] {
  color: inherit;
  text-decoration: none;
}
.article-snippet__holder[href]:hover .article-snippet__title,
.article-snippet__holder[href]:focus .article-snippet__title,
.article-snippet__holder[href]:hover .article-snippet__text,
.article-snippet__holder[href]:focus .article-snippet__text {
  color: var(--color-main);
}
.article-snippet__head {
  display: block;
}
.article-snippet__body {
  --padding-top: 25px;
  --padding-bottom: 30px;
  display: block;
  padding: var(--padding-top) 7.826086956521739% var(--padding-bottom);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media only screen and (min-width: 768px) {
  .article-snippet__body {
    --padding-top: 45px;
    --padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .article-snippet__body {
    --padding-top: 55px;
    --padding-bottom: 60px;
  }
}
.article-snippet__image {
  --margin-bottom: 20px;
  display: block;
  width: 100%;
  aspect-ratio: 574/337;
  margin: 0 0 var(--margin-bottom);
  -o-object-fit: cover;
     object-fit: cover;
}
.article-snippet__image:last-child {
  --margin-bottom: 0;
}
.article-snippet__title {
  --margin-bottom: 20px;
  display: block;
  margin: 0 0 var(--margin-bottom);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.article-snippet__title:last-child {
  --margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .article-snippet__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .article-snippet__title {
    font-size: 24px;
  }
}
.article-snippet__text {
  --margin-bottom: 20px;
  display: block;
  margin: 0 0 var(--margin-bottom);
  font-size: 16px;
  line-height: 1.6;
}
.article-snippet__text:last-child {
  --margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .article-snippet__text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .article-snippet__text {
    font-size: 20px;
  }
}

.articles {
  display: block;
}
.articles__holder {
  display: block;
}
.articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .articles__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.articles__list-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #676767;
  font-family: 'Open Sans', sans-serif;
  font-size: 0;
  line-height: 1.5;
}
.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
.breadcrumbs__item:before {
  content: '/';
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin: 0 0.3em;
  color: inherit;
}
.breadcrumbs__link {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.breadcrumbs__link:hover {
  color: #1eca9a;
  text-decoration: none;
}
.breadcrumbs__link:active {
  color: #1eca9a;
  text-decoration: none;
}
.breadcrumbs__link:focus {
  color: #1eca9a;
  text-decoration: none;
}

.burger {
  position: relative;
  z-index: 10;
  display: block;
  width: 20px;
  height: 16px;
  margin: 0;
  color: inherit;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 2px solid currentColor;
  border-left: none;
  border-right: none;
  outline: none;
  -webkit-transition: border-color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: border-color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.burger:before,
.burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: background var(--trn-speed, .3s) var(--trn-ease, ease);
}
.burger:hover {
  border-color: var(--color-main);
}
.burger:hover:before,
.burger:hover:after {
  background-color: var(--color-main);
}

.button {
  --font-size: 14px;
  --border-radius: 10px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 285px;
  height: 72px;
  margin: 0 auto;
  padding: 10px var(--border-radius);
  color: #fff;
  font-size: var(--font-size);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--color-button);
  border: 1px solid var(--color-button-border);
  border-radius: var(--border-radius);
  outline: none;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease), background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), -webkit-box-shadow var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease), background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), -webkit-box-shadow var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease), background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), box-shadow var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease), background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), box-shadow var(--trn-speed, .3s) var(--trn-ease, ease), -webkit-box-shadow var(--trn-speed, .3s) var(--trn-ease, ease);
}
.button[href] {
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  .button {
    --font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .button {
    --font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .button {
    --font-size: 17px;
  }
}
@media only screen and (min-width: 1210px) {
  .button {
    --font-size: 18px;
  }
}
.button:hover,
.button:focus {
  background-color: var(--color-button-hover);
  border-color: var(--color-button-border-hover);
}
.button__icon {
  position: absolute;
  top: 50%;
  right: calc(var(--border-radius) * 0.75);
  display: block;
  fill: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button_state_loading {
  pointer-events: none;
  opacity: 0.75;
}
.button_width_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.button_size_small {
  --padding: 10px var(--border-radius);
  --font-size: 16px;
  --border-radius: 25px;
  min-width: 205px;
  height: 50px;
}
@media only screen and (min-width: 1px) {
  .button_size_xs-small {
    --padding: 10px var(--border-radius);
    --font-size: 16px;
    --border-radius: 25px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-small {
    --padding: 10px var(--border-radius);
    --font-size: 16px;
    --border-radius: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-small {
    --padding: 10px var(--border-radius);
    --font-size: 16px;
    --border-radius: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .button_size_l-small {
    --padding: 10px var(--border-radius);
    --font-size: 16px;
    --border-radius: 25px;
  }
}
@media only screen and (min-width: 1210px) {
  .button_size_xl-small {
    --padding: 10px var(--border-radius);
    --font-size: 16px;
    --border-radius: 25px;
  }
}
.button_has_shadow {
  -webkit-box-shadow: 0 5px 11.83px 1.17px rgba(41,178,152,0.25);
          box-shadow: 0 5px 11.83px 1.17px rgba(41,178,152,0.25);
}
.button_style_cart {
  padding-right: calc(var(--border-radius) * 0.75 + var(--font-size) * 1.5);
  padding-left: calc(var(--border-radius) * 0.75 + var(--font-size) * 1.5);
}
.button_style_cart .button__icon {
  width: var(--font-size);
  aspect-ratio: 1/1;
}
.button_style_insta-link {
  height: auto;
  padding: 0;
  padding-right: 46px;
  color: #f5585b;
  font-size: 18px;
  background: transparent;
  border: none;
  border-radius: 0;
}
@media only screen and (min-width: 480px) {
  .button_style_insta-link {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .button_style_insta-link {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .button_style_insta-link {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1210px) {
  .button_style_insta-link {
    font-size: 30px;
  }
}
.button_style_insta-link:hover,
.button_style_insta-link:focus {
  color: #f5585b;
  background: transparent;
  border-color: transparent;
}
.button_style_insta-link:hover .button__inner,
.button_style_insta-link:focus .button__inner {
  border-bottom-color: transparent;
}
.button_style_insta-link .button__inner {
  padding: 5px 0;
  border: none;
  border-bottom: 1px dashed #f5585b;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.button_style_insta-link .button__icon {
  right: 0;
  width: 34px;
  height: 34px;
}

.carousel {
  --color-nav-arrow: var(--color-grey);
  --color-nav-arrow-hover: var(--color-gold);
  --color-pagintation-bullet-background: transiparent;
  --color-pagintation-bullet-border: var(--color-grey);
  --color-pagintation-bullet-background-hover: transiparent;
  --color-pagintation-bullet-border-hover: var(--color-gold);
  --color-pagintation-bullet-background-active: var(--color-gold);
  --color-pagintation-bullet-border-active: var(--color-gold);
  display: block;
}
.carousel__pagination-holder {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 46px;
}
.carousel__navigation-holder {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.carousel__container {
  display: block;
}
.carousel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel__slide {
  display: block;
  height: auto;
}
.carousel__slide .partner-snippet {
  height: 100%;
}
.carousel__navigation {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  margin: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 480px) {
  .carousel__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.carousel__navigation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  aspect-ratio: 1/1;
  font-size: 0;
  cursor: pointer;
  pointer-events: auto;
  background: var(--color-white);
  border: none;
  border-radius: 50%;
  outline: 23px solid rgba(250,235,238,0.5);
  -webkit-box-shadow: 0 0 27px 3px rgba(0,0,0,0.05);
          box-shadow: 0 0 27px 3px rgba(0,0,0,0.05);
  -webkit-transition: fill var(--trn-speed, .3s) var(--trn-ease, ease), opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: fill var(--trn-speed, .3s) var(--trn-ease, ease), opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.carousel__navigation-button:hover,
.carousel__navigation-button:focus {
  fill: var(--color-gold);
}
.carousel__navigation-button_state_disabled {
  opacity: 0.75;
}
.carousel__navigation-button_rotate_180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carousel__navigation-button-image {
  display: block;
  width: 12px;
  fill: var(--color-second);
}
.carousel__pagination {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 35px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: auto;
  max-width: 100%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.carousel__pagination-bullet {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  outline: none;
  -webkit-transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.carousel__pagination-bullet:hover,
.carousel__pagination-bullet:focus {
  background: var(--color-second);
  border-color: var(--color-second);
}
.carousel__pagination-bullet_state_active {
  background: var(--color-white);
}
.carousel__pagination-bullet_state_active:hover,
.carousel__pagination-bullet_state_active:focus {
  background: var(--color-white);
  border-color: var(--color-white);
}
.carousel__pagination-bullet_type_round {
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .carousel_type_photos .carousel__navigation {
    padding-right: 5.5%;
    padding-left: 5.5%;
  }
}
.carousel_type_reviews .carousel__pagination-holder {
  padding-bottom: 0;
}
.carousel_type_reviews .carousel__navigation {
  margin: 0 0;
}
@media only screen and (min-width: 1164px) {
  .carousel_type_reviews .carousel__navigation {
    margin: 0 -27px;
  }
}
.carousel_type_reviews .carousel__navigation-button {
  outline-color: var(--color-odd);
}

.cart-mini {
  display: block;
}
.cart-mini__holder {
  display: block;
  max-width: 60px;
  margin: 0 auto;
  fill: var(--color-font-def);
  color: var(--color-font-def);
  text-decoration: none;
  -webkit-transition: fill var(--trn-speed, .3s) var(--trn-ease, ease), color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: fill var(--trn-speed, .3s) var(--trn-ease, ease), color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.cart-mini__holder:hover,
.cart-mini__holder:focus {
  fill: var(--color-link-hover);
  color: var(--color-link-hover);
}
.cart-mini__illustration {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 8px;
}
.cart-mini__icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-mini__animated-icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  fill: #1d1d1b;
  opacity: 1;
}
.cart-mini__counter {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  color: var(--color-white);
  font-size: 10px;
  font-weight: 600;
  background: #f5899b;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.cart-mini__title {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.categories {
  display: block;
}
.categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories__list-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 270px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .categories__list-item {
    min-width: 270px;
  }
}
@media only screen and (min-width: 1024px) {
  .categories__list-item {
    min-width: 290px;
  }
}
@media only screen and (min-width: 1210px) {
  .categories__list-item {
    min-width: 370px;
  }
}

.category-snippet {
  display: block;
}
.category-snippet__holder {
  display: block;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
.category-snippet__holder[href] {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.category-snippet__holder[href]:hover,
.category-snippet__holder[href]:focus {
  color: var(--color-main);
}
.category-snippet__illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
  margin: 0 auto 45px;
  aspect-ratio: 250/180;
}
.category-snippet__illustration:last-child {
  margin-bottom: 0;
}
.category-snippet__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-snippet__title {
  display: block;
  margin: 0 auto 35px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .category-snippet__title {
    font-size: 24px;
  }
}
.category-snippet__title:last-child {
  margin-bottom: 0;
}

.collapsible-block {
  display: block;
}
.collapsible-block__header {
  position: relative;
}
.collapsible-block__title {
  display: block;
  padding: 15px 60px 15px 20px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .collapsible-block__title {
    font-size: 22px;
  }
}
.collapsible-block__title:hover,
.collapsible-block__title:active {
  color: #333;
  text-decoration: none;
  background: #f2f2f2;
}
.collapsible-block__close {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 5;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: #bfbfbf;
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.collapsible-block__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #676767;
  border-bottom: 2px solid #676767;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
          transform: translate(-50%, -75%) rotate(45deg);
}
.collapsible-block__main {
  display: none;
  padding: 20px 0;
}
.collapsible-block__fields {
  margin: 0 0 20px;
}
.collapsible-block__fields:last-child {
  margin-bottom: 0;
}
.collapsible-block__field {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.collapsible-block__field:last-child {
  margin-bottom: 0;
}
.collapsible-block_state_open .collapsible-block__close:before {
  border: none;
  border-top: 2px solid #676767;
  border-left: 2px solid #676767;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
}
.collapsible-block_state_open .collapsible-block__main {
  display: block;
}

.collapsible-group {
  display: block;
}
.collapsible-group__item {
  margin: 0 0 15px;
}
.collapsible-group__item:last-child {
  margin-bottom: 0;
}

.contact-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-snippet__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-snippet__row[href] {
  fill: currentColor;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.contact-snippet__row[href]:hover,
.contact-snippet__row[href]:focus {
  color: var(--color-link-hover);
}
.contact-snippet__illustration {
  --size: 1em;
  --placeholder-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--size);
          flex: 0 0 var(--size);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--size);
  height: var(--size);
}
.contact-snippet__illustration_type_placeholder {
  -ms-flex-preferred-size: var(--placeholder-size);
      flex-basis: var(--placeholder-size);
  width: var(--placeholder-size);
}
.contact-snippet__icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.contact-snippet__icon[src] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-snippet__placeholder {
  display: block;
  font-size: 0;
}
.contact-snippet__title {
  display: block;
  font-size: inherit;
  line-height: inherit;
}
.contact-snippet__text {
  display: block;
  font-size: inherit;
  line-height: inherit;
}
.contact-snippet_weight_thin,
.contact-snippet_weight_hairline {
  font-weight: 100;
}
.contact-snippet_weight_extra-light,
.contact-snippet_weight_ultra-light {
  font-weight: 200;
}
.contact-snippet_weight_light {
  font-weight: 300;
}
.contact-snippet_weight_regular,
.contact-snippet_weight_normal {
  font-weight: 400;
}
.contact-snippet_weight_medium {
  font-weight: 500;
}
.contact-snippet_weight_semi-bold,
.contact-snippet_weight_demi-bold {
  font-weight: 600;
}
.contact-snippet_weight_bold {
  font-weight: 700;
}
.contact-snippet_weight_extra-bold,
.contact-snippet_weight_ultra-bold {
  font-weight: 800;
}
.contact-snippet_weight_black,
.contact-snippet_weight_heavy {
  font-weight: 900;
}
.contact-snippet_weight_extra-black,
.contact-snippet_weight_ultra-black {
  font-weight: 900;
}
.contact-snippet_align_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.contact-snippet_align_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.contact-snippet_align_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .contact-snippet_align_xs-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .contact-snippet_align_xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .contact-snippet_align_xs-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  .contact-snippet_align_s-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .contact-snippet_align_s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .contact-snippet_align_s-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .contact-snippet_align_m-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .contact-snippet_align_m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .contact-snippet_align_m-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-snippet_align_l-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .contact-snippet_align_l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .contact-snippet_align_l-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}
@media only screen and (min-width: 1210px) {
  .contact-snippet_align_xl-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .contact-snippet_align_xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .contact-snippet_align_xl-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}

.contacts-snippet {
  display: block;
}
.contacts-snippet__icon {
  display: block;
  width: 100%;
  max-width: 65px;
  aspect-ratio: 1/1;
  margin: 0 auto 25px;
  padding: 0;
}
.contacts-snippet__icon:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contacts-snippet__icon {
    max-width: 95px;
  }
}
.contacts-snippet__list {
  display: block;
  margin: 0 auto 25px;
  padding: 0;
  list-style: none;
}
.contacts-snippet__list:last-child {
  margin-bottom: 0;
}
.contacts-snippet__list-item {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}
.contacts-snippet__list-item:last-child {
  margin-bottom: 0;
}

.contacts {
  display: block;
}
.contacts__item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  margin: 0 auto;
}
.contacts__icon {
  display: block;
  width: 100%;
  max-width: 95px;
  aspect-ratio: 1/1;
  margin: 0 auto 35px;
}
.contacts__icon:last-child {
  margin-bottom: 0;
}
.contacts__title {
  display: block;
  margin: 0 auto 15px;
  font-size: 20px;
  font-weight: 700;
}
.contacts__title:last-child {
  margin-bottom: 0;
}
.contacts__body {
  display: block;
  margin: 0 auto 15px;
  font-size: 18px;
  line-height: 1.444444444444444;
}
.contacts__body:last-child {
  margin-bottom: 0;
}

.controls {
  display: block;
}
.controls__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.controls__list_gap_small {
  gap: 10px 20px;
}
.controls__list_gap_normal {
  gap: 20px;
}
.controls__list_gap_huge {
  gap: 40px 20px;
}
@media only screen and (min-width: 1px) {
  .controls__list_gap_xs-small {
    gap: 10px 20px;
  }
  .controls__list_gap_xs-normal {
    gap: 20px;
  }
  .controls__list_gap_xs-huge {
    gap: 40px 20px;
  }
}
@media only screen and (min-width: 480px) {
  .controls__list_gap_s-small {
    gap: 10px 20px;
  }
  .controls__list_gap_s-normal {
    gap: 20px;
  }
  .controls__list_gap_s-huge {
    gap: 40px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .controls__list_gap_m-small {
    gap: 10px 20px;
  }
  .controls__list_gap_m-normal {
    gap: 20px;
  }
  .controls__list_gap_m-huge {
    gap: 40px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .controls__list_gap_l-small {
    gap: 10px 20px;
  }
  .controls__list_gap_l-normal {
    gap: 20px;
  }
  .controls__list_gap_l-huge {
    gap: 40px 20px;
  }
}
@media only screen and (min-width: 1210px) {
  .controls__list_gap_xl-small {
    gap: 10px 20px;
  }
  .controls__list_gap_xl-normal {
    gap: 20px;
  }
  .controls__list_gap_xl-huge {
    gap: 40px 20px;
  }
}
.controls__list_justify-content_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.controls__list_justify-content_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.controls__list_justify-content_rigth {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 1px) {
  .controls__list_justify-content_xs-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .controls__list_justify-content_xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .controls__list_justify-content_xs-rigth {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 480px) {
  .controls__list_justify-content_s-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .controls__list_justify-content_s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .controls__list_justify-content_s-rigth {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .controls__list_justify-content_m-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .controls__list_justify-content_m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .controls__list_justify-content_m-rigth {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .controls__list_justify-content_l-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .controls__list_justify-content_l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .controls__list_justify-content_l-rigth {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1210px) {
  .controls__list_justify-content_xl-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .controls__list_justify-content_xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .controls__list_justify-content_xl-rigth {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.controls__list-item {
  display: block;
}
.controls__list-item_see_no {
  display: none;
}
.controls__list-item_see_yes {
  display: block;
}
@media only screen and (min-width: 1px) {
  .controls__list-item_see_xs-no {
    display: none;
  }
}
@media only screen and (min-width: 1px) {
  .controls__list-item_see_xs-yes {
    display: block;
  }
}
@media only screen and (min-width: 480px) {
  .controls__list-item_see_s-no {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .controls__list-item_see_s-yes {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .controls__list-item_see_m-no {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .controls__list-item_see_m-yes {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .controls__list-item_see_l-no {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .controls__list-item_see_l-yes {
    display: block;
  }
}
@media only screen and (min-width: 1210px) {
  .controls__list-item_see_xl-no {
    display: none;
  }
}
@media only screen and (min-width: 1210px) {
  .controls__list-item_see_xl-yes {
    display: block;
  }
}

.count-snippet {
  display: block;
  text-align: center;
}
.count-snippet__holder {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.count-snippet__head {
  display: block;
  margin: 0 auto 25px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .count-snippet__head {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .count-snippet__head {
    font-size: 72px;
  }
}
.count-snippet__head:last-child {
  margin-bottom: 0;
}
.count-snippet__body {
  display: block;
  margin: 0 auto 25px;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .count-snippet__body {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .count-snippet__body {
    font-size: 24px;
  }
}
.count-snippet__body:last-child {
  margin-bottom: 0;
}

.counts {
  display: block;
}
.counts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.counts__list-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-select {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.custom-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 290px;
  height: 70px;
  margin: 0;
  padding: 5px 35px;
  color: var(--color-font);
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  background: var(--color-background);
  border: 2px solid var(--color-border);
  border-radius: 35px;
  outline: none;
  -webkit-transition: border-color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: border-color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.custom-select__item::-webkit-input-placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.custom-select__item::-moz-placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.custom-select__item:-ms-input-placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.custom-select__item::-ms-input-placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.custom-select__item::placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.custom-select__item:hover,
.custom-select__item:active {
  border-color: var(--color-border);
}
.custom-select__item:focus {
  border-color: var(--color-border);
}
.custom-select__item_state_opened {
  border-bottom-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-select__item_state_opened + .custom-select__list {
  pointer-events: auto;
  opacity: 1;
}
.custom-select__item .modifier-option__main {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-select__list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 5px 0;
  pointer-events: none;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-top: none;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  opacity: 0;
  -webkit-transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.custom-select__option {
  display: block;
  padding: 5px 20px;
  color: var(--color-font-def);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.285714285714286;
  cursor: pointer;
  -webkit-transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.custom-select__option:hover {
  color: var(--color-second);
  background: #fff;
}
.custom-select__option_state_selected {
  color: #fff;
  background: var(--color-second);
}

.custom-text {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .custom-text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-text {
    font-size: 20px;
  }
}
.custom-text__medium {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .custom-text__medium {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-text__medium {
    font-size: 24px;
  }
}

.documentation {
  display: block;
}
.documentation__showcase {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 50px;
  background: #eef;
  border: 1px solid #88f;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 10px #bbf;
          box-shadow: inset 0 0 10px #bbf;
}
.documentation__showcase:last-child {
  margin-bottom: 0;
}
.documentation__code {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px;
  color: #fff;
  font-family: monospace, monospace;
  font-size: 16px;
  line-height: 1.2;
  background: #222;
  border: 4px solid #545454;
  border-radius: 4px;
}
.documentation__code:last-child {
  margin-bottom: 0;
}
.documentation__code-row {
  display: block;
}
.documentation__code-level {
  display: block;
  padding: 0 0 0 1em;
}
.documentation__punctuation {
  color: #fff;
}
.documentation__string {
  color: #e6db74;
}
.documentation__element {
  color: #a6e22d;
}
.documentation__number {
  color: #ae81ff;
}
.documentation__operator {
  color: #f92672;
}
.documentation__keyword {
  color: #66d9ef;
}
.documentation__code-snippet {
  padding: 1px;
  font-family: monospace, monospace;
  background: #c6c6c6;
  border-radius: 2px;
}
.documentation__code-snippet[href] {
  color: inherit;
  font-style: italic;
  text-decoration: none;
  outline: none;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.documentation__code-snippet[href]:hover,
.documentation__code-snippet[href]:active,
.documentation__code-snippet[href]:focus {
  color: inherit;
  text-decoration: none;
  background: #d6d6d6;
}
.documentation__asterisk {
  vertical-align: top;
  color: #ef5350;
}

.entry-list {
  display: block;
  overflow: hidden;
}
.entry-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 480px) {
  .entry-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-list__items {
    margin: 0 -15px;
  }
}
.entry-list__item {
  display: block;
  margin: 0 0 20px;
}
.entry-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .entry-list__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-list__item {
    -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
    width: 33.3333333%;
    max-width: 33.3333333%;
    padding: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .entry-list__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.entry-list__item-wrapper {
  height: 100%;
}

.entry-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.entry-snippet__illustration {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 15px;
}
.entry-snippet__illustration:last-child {
  margin-bottom: 0;
}
.entry-snippet__illustration[href] {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.entry-snippet__illustration[href]:hover,
.entry-snippet__illustration[href]:active,
.entry-snippet__illustration[href]:focus {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.entry-snippet__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-snippet__content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 0 10px;
}
.entry-snippet__content:last-child {
  margin-bottom: 0;
}
.entry-snippet__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.entry-snippet__title:last-child {
  margin-bottom: 0;
}
.entry-snippet__description {
  margin: 0 0 10px;
}
.entry-snippet__description:last-child {
  margin-bottom: 0;
}
.entry-snippet__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.entry-snippet__footer:last-child {
  margin-bottom: 0;
}
.entry-snippet__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.entry-snippet__controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
}
.entry-snippet__link {
  display: inline;
  color: #1eca9a;
  text-decoration: none;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.entry-snippet__link:hover,
.entry-snippet__link:active,
.entry-snippet__link:focus {
  color: #f5a617;
  text-decoration: none;
}

.example {
  display: block;
}
.example__title {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 700;
}
.example__title:last-child {
  margin-bottom: 0;
}
.example__group {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dashed #e8e8e8;
}
.example__group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.example__description {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
.example__description:last-child {
  margin-bottom: 0;
}
.example__source {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}
.example__source:last-child {
  margin-bottom: 0;
}
.example__source .hljs {
  padding: 5px 10px;
  background: transparent;
}
.example__source .hljs-ln-numbers {
  padding: 0 5px 0 0;
  color: #e8e8e8;
}
.example__source_border_none {
  border: none;
}
.example__source_border_top {
  border: none;
  border-top: 1px solid #e8e8e8;
}
.example__source_border_right {
  border: none;
  border-right: 1px solid #e8e8e8;
}
.example__source_border_bottom {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.example__source_border_left {
  border: none;
  border-left: 1px solid #e8e8e8;
}
.example__result {
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}
.example__result_border_none {
  border: none;
}
.example__result_border_top {
  border: none;
  border-top: 1px solid #e8e8e8;
}
.example__result_border_right {
  border: none;
  border-right: 1px solid #e8e8e8;
}
.example__result_border_bottom {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.example__result_border_left {
  border: none;
  border-left: 1px solid #e8e8e8;
}
.example__tabs {
  margin: 0 0 20px;
}
.example__tabs:last-child {
  margin-bottom: 0;
}

.fixed-block {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  opacity: 1;
  -webkit-transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.fixed-block .header {
  -webkit-box-shadow: 0 5px 11.83px 1.17px rgba(41,178,152,0.25);
          box-shadow: 0 5px 11.83px 1.17px rgba(41,178,152,0.25);
}
.fixed-block_is_hidden {
  pointer-events: none;
  opacity: 0;
}

.footer {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: var(--color-bg, #fff);
}
.footer__block {
  display: block;
  margin: 0;
  padding: 45px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__block {
    text-align: left;
  }
}
.footer__block_type_main {
  display: block;
  border-bottom: 1px solid #b8e1d9;
}
.footer__block_type_bottom {
  padding: 30px 0;
}
.footer__logo {
  display: block;
  max-width: 120px;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    max-width: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    max-width: 202px;
  }
}
.footer__secondary-menu {
  display: block;
  padding-top: 41.8px;
}
.footer__contacts {
  display: block;
}
.footer__contacts .contact-snippet__row {
  font-size: 14px;
}
.footer__contacts .contact-snippet__row[href] {
  color: #006a53;
}
.footer__contacts .contact-snippet__illustration {
  --size: 13px;
  --placeholder-size: 13px;
  fill: #29b298;
}
.footer__copyright {
  font-size: 14px;
  text-align: center;
}

.form {
  display: block;
}
.form__holder {
  display: block;
  margin: 0 auto;
}
.form__group {
  --margin-bottom: 15px;
  display: block;
  margin: 0 0 var(--margin-bottom);
}
.form__group:last-child {
  --margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .form__group {
    --margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .form__group {
    --margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1210px) {
  .form__group {
    --margin-bottom: 30px;
  }
}
.form__group-title {
  display: block;
}
.form__group-title_display_no {
  display: none;
}
.form__group-body {
  display: block;
}
.form__item {
  --margin-bottom: 18px;
  display: block;
  max-width: 365px;
  margin: 0 auto var(--margin-bottom);
}
.form__item:last-child {
  --margin-bottom: 0;
}
.form__text {
  display: block;
  font-size: 16px;
}
.form__pre-text {
  --margin-bottom: 80px;
  display: block;
  margin: 0 auto var(--margin-bottom);
  font-size: 18px;
  text-align: center;
}
.form__post-text {
  --margin-bottom: 50px;
  display: block;
  margin: 0 auto var(--margin-bottom);
  font-size: 14px;
  text-align: center;
}
.form__post-text:last-child {
  --margin-bottom: 0;
}
.form__link {
  display: inline;
  color: inherit;
  -webkit-text-decoration: underline solid inherit;
          text-decoration: underline solid inherit;
  -webkit-transition: -webkit-text-decoration-color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: -webkit-text-decoration-color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: text-decoration-color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: text-decoration-color var(--trn-speed, .3s) var(--trn-ease, ease), -webkit-text-decoration-color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.form__link:hover,
.form__link:active {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.gallery-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-snippet__holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 275px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.gallery-snippet__holder[href] {
  font-size: 0;
  text-decoration: none;
}
.gallery-snippet__image {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery {
  display: block;
}
.gallery__carousel {
  display: block;
}
.gallery__carousel .carousel__pagination-holder {
  padding: 0;
}
.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header {
  display: block;
  margin: 0;
  padding: 15px 0;
  background: var(--color-bg, #fff);
}
.header__block {
  display: block;
  margin: 0;
  padding: 5px 0;
}
.header__block_type_main {
  display: block;
}
.header__block_type_bottom {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__block_type_bottom {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .header__block {
    display: block;
    padding: 15px 0;
  }
}
.header__logo {
  display: block;
  max-width: 120px;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    max-width: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    max-width: 202px;
  }
}
.header__slogan {
  display: block;
}
.header__phone {
  display: block;
  max-width: 230px;
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 800;
}
@media only screen and (min-width: 1024px) {
  .header__phone {
    max-width: 230px;
    font-size: 18px;
  }
}
.header__phone:last-child {
  margin-bottom: 0;
}
.header__phone .contact-snippet__illustration {
  --size: 13px;
  --placeholder-size: 13px;
  fill: #29b298;
}
.header__email {
  display: block;
  max-width: 175px;
  margin: 0 0 2px;
  color: #006a53;
  font-size: 14px;
  font-weight: 700;
}
.header__email:last-child {
  margin-bottom: 0;
}
.header__email .contact-snippet__illustration {
  --size: 13px;
  --placeholder-size: 13px;
  fill: #29b298;
}
@media only screen and (min-width: 1024px) {
  .header__email {
    max-width: 225px;
  }
}
.header__lang-switcher {
  display: block;
  font-size: 14px;
}
.header__menu {
  display: block;
}
.header__menu .menu__link {
  --font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .header__menu .menu__link {
    --font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu .menu__link {
    --font-size: 14px;
  }
}
@media only screen and (min-width: 1210px) {
  .header__menu .menu__link {
    --font-size: 14px;
  }
}
.header__burger {
  display: block;
  padding-top: 10px;
}
.header_bg_custom {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.header_bg_cover {
  background-size: cover;
}
.header_bg_contain {
  background-size: contain;
}
.header_bg_odd {
  position: relative;
  overflow: hidden;
  background-color: var(--color-odd);
}
.header_bg_even {
  position: relative;
  background-color: var(--color-even);
}
.header_text_white {
  color: var(--color-white);
}

.icon-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon-list__item {
  --margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 var(--margin-bottom);
  padding: 0;
  list-style: none;
}
.icon-list__item:last-child {
  --margin-bottom: 0;
}
.icon-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .icon-list__icon {
    -ms-flex-preferred-size: 28px;
        flex-basis: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .icon-list__icon {
    -ms-flex-preferred-size: 32px;
        flex-basis: 32px;
  }
}
.icon-list__icon_type_time,
.icon-list__icon_type_calc {
  aspect-ratio: 1/1;
}
.icon-list__icon_type_medal {
  aspect-ratio: 32/42;
}
.icon-list__number {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 900;
}
.icon-list__text {
  display: block;
  font-size: inherit;
  text-align: left;
}

.input {
  --color-label: var(--color-font-def);
  --color-font: var(--color-font-def);
  --color-background: var(--color-white);
  --color-border: #dedde3;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-default);
}
.input__title {
  position: relative;
  display: block;
  margin: 0 0 6px;
  color: var(--color-label);
  font-size: 18px;
  font-weight: 700;
}
.input__title_display_no {
  display: none;
}
.input__holder {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.input__holder_is_hidden {
  display: none;
}
.input__item {
  display: block;
  width: 100%;
  min-width: 290px;
  height: 56px;
  margin: 0;
  padding: 5px 20px;
  color: var(--color-font);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  background: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  outline: none;
  -webkit-transition: border-color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: border-color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.input__item::-webkit-input-placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item::-moz-placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item:-ms-input-placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item::-ms-input-placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item::placeholder {
  color: var(--font-color-placeholder, var(--color-font));
  font-family: inherit;
  font-size: 16px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item:hover,
.input__item:active {
  border-color: var(--color-border);
}
.input__item:focus {
  border-color: var(--color-border);
}
.input__item_state_error {
  border-color: #d00101;
  -webkit-box-shadow: 0 0 10px #d00101;
          box-shadow: 0 0 10px #d00101;
}
.input__item_state_error::-webkit-input-placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item_state_error::-moz-placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item_state_error:-ms-input-placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item_state_error::-ms-input-placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item_state_error::placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.input__item_state_valid {
  border-color: #3cd9ff;
}
.input__item_state_disabled {
  pointer-events: none;
  opacity: 0.75;
}
.input__item.rsform-error {
  border-color: #d00101;
  -webkit-box-shadow: 0 0 10px #d00101;
          box-shadow: 0 0 10px #d00101;
}
.input__item-option {
  display: block;
  padding: 5px 20px;
  color: var(--color-font-def);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.285714285714286;
  cursor: pointer;
  -webkit-transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.input__item-option:hover {
  color: var(--color-second);
  background: #fff;
}
.input__sel-button {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 13px;
  height: 9px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.input_state_error .input__item {
  border-color: #d00101;
  -webkit-box-shadow: 0 0 10px #d00101;
          box-shadow: 0 0 10px #d00101;
}
.input_state_error .input__item::-webkit-input-placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.input_state_error .input__item::-moz-placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.input_state_error .input__item:-ms-input-placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.input_state_error .input__item::-ms-input-placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.input_state_error .input__item::placeholder {
  color: #d00101;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.75;
}
.input_state_disabled .input__item {
  pointer-events: none;
  opacity: 0.75;
}
.input_type_radio .input__holder,
.input_type_checkbox .input__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}
.input_type_radio .input__title,
.input_type_checkbox .input__title {
  position: relative;
  display: block;
  margin: 0;
  font-family: var(--font-family-default);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.input_type_radio .input__item,
.input_type_checkbox .input__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 6px;
  cursor: pointer;
  background: transparent;
  background-clip: content-box;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.input_type_radio .input__item:checked,
.input_type_checkbox .input__item:checked {
  background-color: var(--color-font);
  opacity: 1;
}
.input_type_radio .input__item:checked + .input__title,
.input_type_checkbox .input__item:checked + .input__title {
  opacity: 1;
}
.input_type_radio .input__item_state_error,
.input_type_checkbox .input__item_state_error {
  border-color: #d00101;
  -webkit-box-shadow: 0 0 10px #d00101;
          box-shadow: 0 0 10px #d00101;
}
.input_type_checkbox {
  border-radius: 5px;
}
.input_type_select .input__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: border-color var(--trn-speed, .3s) var(--trn-ease, ease), border-radius var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: border-color var(--trn-speed, .3s) var(--trn-ease, ease), border-radius var(--trn-speed, .3s) var(--trn-ease, ease);
}
.input_type_select .input__item:focus-within:hover {
  border-bottom-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.input_type_textarea .input__item {
  height: auto;
  min-height: 114px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.input_style_light {
  --color-label: #fff;
  --color-font: #292928;
  --color-background: rgba(255,255,255,0.85);
  --color-border: rgba(255,255,255,0.85);
  --font-color-placeholder: #292928;
}
.input_size_small .input__title {
  margin-bottom: 1em;
  font-size: 16px;
}
.input_size_small .input__item {
  height: 44px;
  padding: 5px 20px;
  font-size: 16px;
  border-width: 1px;
  border-radius: 22px;
}
.input_size_small .input__item_state_opened {
  border-bottom-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.input_size_small .custom-select__item {
  height: 44px;
  padding: 5px 20px;
  font-size: 16px;
  border-width: 1px;
  border-radius: 22px;
}
.input_size_small .custom-select__item_state_opened {
  border-bottom-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.input_size_small.input_type_select .input__item,
.input_size_small.input_type_select .custom-select__item {
  padding-right: 35px;
}

.lang-switcher {
  display: block;
}
.lang-switcher__holder {
  position: relative;
  display: block;
  margin: 0 auto;
}
.lang-switcher__dropdown-toggler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 5px;
  color: var(--color-font-def, #000);
  font-size: 1em;
  background: transparent;
  border: none;
}
.lang-switcher__dropdown-arrow {
  display: block;
  width: 1em;
  height: 1em;
  fill: var(--color-font-def, #000);
  font-size: 13px;
}
.lang-switcher__dropdown-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0 8px;
  list-style: none;
  color: var(--color-font-def, #000);
  pointer-events: none;
  background: var(--color-white);
  border: 1px solid var(--color-font-def, #000);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.lang-switcher__dropdown-list_state_opened {
  pointer-events: auto;
  opacity: 1;
}
.lang-switcher__dropdown-list-item {
  display: block;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border: none;
  border-bottom: 1px solid var(--color-font-def, #000);
}
.lang-switcher__dropdown-list-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.lang-switcher__dropdown-link {
  display: block;
  color: inherit;
  font-size: 0.8em;
  text-decoration: none;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.lang-switcher__dropdown-link:hover,
.lang-switcher__dropdown-link:focus {
  color: var(--color-link-hover);
}
.lang-switcher__dropdown-link_not_active {
  opacity: 0.5;
}
.lang-switcher__dropdown-link_not_active:hover,
.lang-switcher__dropdown-link_not_active:focus {
  color: inherit;
}
.lang-switcher__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang-switcher__list-item {
  display: block;
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
}
.lang-switcher__link {
  display: block;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.lang-switcher__link:hover,
.lang-switcher__link:focus {
  color: var(--color-link-hover);
}
.lang-switcher__link_is_active,
.lang-switcher__link_is_current {
  color: var(--color-link-hover);
}

.language-snippet {
  display: block;
}
.language-snippet__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.language-snippet__illustration {
  position: relative;
  display: block;
  overflow: hidden;
  width: 24px;
  border-radius: 50%;
}
.language-snippet__illustration:before {
  content: '';
  display: block;
  padding: 100% 0 0;
}
.language-snippet__title {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.logo {
  display: block;
}
.logo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo__row[href] {
  color: inherit;
  text-decoration: none;
}
.logo__illustration {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 202/45;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo__title {
  display: block;
  padding: 0 0 0 14px;
  color: c-font-d;
  font-size: 13px;
  white-space: nowrap;
}
@media only screen and (min-width: 480px) {
  .logo__title {
    padding-left: 18px;
    font-size: 16px;
  }
}
.logo__title_d_no {
  display: none;
}

.map {
  display: block;
}
.map__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 320px;
  max-height: 512px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .map__holder {
    aspect-ratio: 665/512;
  }
}
@media only screen and (min-width: 1024px) {
  .map__holder {
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1210px) {
  .map__holder {
    aspect-ratio: auto;
    min-height: 512px;
  }
}
.map__holder iframe {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
}

.menu {
  --font-size: 14px;
  --color-menu-link: currentColor;
  --color-menu-link-hover: currentColor;
  --color-menu-link-current: currentColor;
  display: block;
  margin-bottom: 5px;
  font-size: var(--font-size);
  line-height: 1.357142857142857;
}
.menu:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .menu {
    --font-size: 14px;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__list-item {
  --margin-bottom: 5px;
  display: block;
  margin: 0 0 var(--margin-bottom);
  padding: 0;
  list-style: none;
}
.menu__list-item:last-child {
  --margin-bottom: 0;
}
.menu__list-item_state_active .menu__link {
  color: var(--color-main, var(--color-link));
}
.menu__list-item_state_disable .menu__link {
  pointer-events: none;
  opacity: 0.75;
}
.menu__list-item_state_hide {
  display: none;
}
.menu__link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--color-menu-link, #000);
  font-size: var(--font-size, 14px);
  font-weight: 400;
  text-decoration: none;
  border: none;
  -webkit-transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.menu__link:hover,
.menu__link:focus {
  color: var(--color-main);
}
.menu_size_small {
  --font-size: 12px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .menu_size_small {
    --font-size: 14px;
  }
}
.menu_size_small .menu__list-item {
  --margin-bottom: 5px;
}
.menu_type_inline .menu__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 25px;
}
.menu_type_inline .menu__list-item {
  margin: 0;
}
@media only screen and (min-width: 1px) {
  .menu_type_xs-inline .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 25px;
  }
  .menu_type_xs-inline .menu__list-item {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 480px) {
  .menu_type_s-inline .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 25px;
  }
  .menu_type_s-inline .menu__list-item {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .menu_type_m-inline .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 25px;
  }
  .menu_type_m-inline .menu__list-item {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .menu_type_l-inline .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 25px;
  }
  .menu_type_l-inline .menu__list-item {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1210px) {
  .menu_type_xl-inline .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 25px;
  }
  .menu_type_xl-inline .menu__list-item {
    display: block;
    margin: 0;
  }
}
.menu_do_up .menu__link {
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) {
  .menu_do_xs-up .menu__link {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 480px) {
  .menu_do_s-up .menu__link {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 768px) {
  .menu_do_m-up .menu__link {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1024px) {
  .menu_do_l-up .menu__link {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1210px) {
  .menu_do_xl-up .menu__link {
    text-transform: uppercase;
  }
}
.menu_weight_normal .menu__link {
  font-weight: 400;
}
.menu_weight_medium .menu__link {
  font-weight: 500;
}
.menu_weight_semi-bold .menu__link {
  font-weight: 600;
}
.menu_weight_bold .menu__link {
  font-weight: 700;
}
@media only screen and (min-width: 1px) {
  .menu_weight_xs-normal .menu__link {
    font-weight: 400;
  }
  .menu_weight_xs-bold .menu__link {
    font-weight: 700;
  }
}
@media only screen and (min-width: 480px) {
  .menu_weight_s-normal .menu__link {
    font-weight: 400;
  }
  .menu_weight_s-bold .menu__link {
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .menu_weight_m-normal .menu__link {
    font-weight: 400;
  }
  .menu_weight_m-bold .menu__link {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1024px) {
  .menu_weight_l-normal .menu__link {
    font-weight: 400;
  }
  .menu_weight_l-bold .menu__link {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1210px) {
  .menu_weight_xl-normal .menu__link {
    font-weight: 400;
  }
  .menu_weight_xl-bold .menu__link {
    font-weight: 700;
  }
}
.menu_align_center .menu__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.menu_align_space-between .menu__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media only screen and (min-width: 1px) {
  .menu_align_xs-center .menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .menu_align_xs-left .menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .menu_align_xs-right .menu__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .menu_align_xs-space-between .menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .menu_align_s-center .menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .menu_align_s-left .menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .menu_align_s-right .menu__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .menu_align_s-space-between .menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .menu_align_m-center .menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .menu_align_m-left .menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .menu_align_m-right .menu__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .menu_align_m-space-between .menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .menu_align_l-center .menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .menu_align_l-left .menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .menu_align_l-right .menu__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .menu_align_l-space-between .menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}
@media only screen and (min-width: 1210px) {
  .menu_align_xl-center .menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .menu_align_xl-left .menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .menu_align_xl-right .menu__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .menu_align_xl-space-between .menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}

.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-nav__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
.mobile-nav__inner {
  display: block;
}
.mobile-nav__lang-switcher {
  display: block;
  margin: 0 auto 30px;
}
.mobile-nav__lang-switcher:last-child {
  margin-bottom: 0;
}
.mobile-nav__lang-switcher .lang-switcher__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-nav__lang-switcher .lang-switcher__list-item {
  margin-bottom: 0;
}
.mobile-nav__logo {
  display: block;
  max-width: 140px;
  margin: 0 auto 30px;
}
.mobile-nav__logo:last-child {
  margin-bottom: 0;
}
.mobile-nav__slogan {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}
.mobile-nav__slogan:last-child {
  margin-bottom: 0;
}
.mobile-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 30px;
}
.mobile-nav__menu:last-child {
  margin-bottom: 0;
}
.mobile-nav__secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 30px;
}
.mobile-nav__secondary-menu:last-child {
  margin-bottom: 0;
}
.mobile-nav__contacts {
  display: block;
  max-width: 220px;
  margin: 0 auto 30px;
}
.mobile-nav__contacts:last-child {
  margin-bottom: 0;
}
.mobile-nav__contacts .contact-snippet__row {
  font-size: 14px;
}
.mobile-nav__contacts .contact-snippet__row[href] {
  color: #006a53;
}
.mobile-nav__contacts .contact-snippet__illustration {
  --size: 13px;
  --placeholder-size: 13px;
  fill: #29b298;
}
.mobile-nav__phone {
  display: block;
  max-width: 230px;
  margin: 0 0 2px;
  font-size: 14px;
}
.mobile-nav__phone:last-child {
  margin-bottom: 0;
}
.mobile-nav__phone .contact-snippet__illustration {
  --size: 13px;
  --placeholder-size: 13px;
  fill: #29b298;
}
.mobile-nav__email {
  display: block;
  max-width: 175px;
  margin: 0 0 2px;
  color: #006a53;
  font-size: 14px;
}
.mobile-nav__email:last-child {
  margin-bottom: 0;
}
.mobile-nav__email .contact-snippet__illustration {
  --size: 13px;
  --placeholder-size: 13px;
  fill: #29b298;
}
@media only screen and (min-width: 1024px) {
  .mobile-nav__email {
    max-width: 225px;
  }
}
.mobile-nav__address {
  display: block;
  max-width: 370px;
  margin: 0 0 2px;
  color: #006a53;
  font-size: 14px;
}
.mobile-nav__address:last-child {
  margin-bottom: 0;
}
.mobile-nav__address .contact-snippet__illustration {
  --size: 13px;
  --placeholder-size: 13px;
  fill: #29b298;
}
.mobile-nav__socials {
  display: block;
  margin: 0 auto 5px;
}
.mobile-nav__socials:last-child {
  margin-bottom: 0;
}
.mobile-nav__socials .contact-snippet {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-nav__socials .contact-snippet__illustration_type_placeholder {
  --placeholder-size: 0;
}
.mobile-nav__controller {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 24px;
  height: 24px;
  color: transparent;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
.mobile-nav__controller:before,
.mobile-nav__controller:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: var(--color-font-def);
  border-radius: 1px;
  -webkit-transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease);
}
.mobile-nav__controller:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-nav__controller:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-nav__controller:hover:before,
.mobile-nav__controller:focus:before,
.mobile-nav__controller:hover:after,
.mobile-nav__controller:focus:after {
  background-color: var(--color-main);
}

.modal {
  display: none;
  width: 100%;
  padding: 26px 15px 30px;
  background: #fff;
}
@media only screen and (min-width: 480px) {
  .modal {
    max-width: 495px;
    padding: 26px 30px 30px;
  }
}
.modal__title {
  margin: 0 0 30px;
}
.modal__title:last-child {
  margin-bottom: 0;
}

.modifier-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  pointer-events: none;
}
.modifier-option__main {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  pointer-events: none;
}
.modifier-option__price {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  pointer-events: none;
}

.nav {
  background: #f5f5f5;
}
.nav__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__item {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #b8b8b8;
}
.nav__link {
  display: block;
  height: 100%;
  padding: 10px 20px;
  color: inherit;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: all var(--trn-speed, .3s) var(--trn-ease, ease);
}
.nav__link:hover,
.nav__link:active,
.nav__link:focus {
  color: inherit;
  text-decoration: none;
  background: #e6e6e6;
}
.nav__link_state_active {
  background: #e6e6e6;
}
.nav_type_xs-horizontal {
  background: transparent;
}
@media only screen and (min-width: 1px) {
  .nav_type_xs-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (min-width: 1px) {
  .nav_type_xs-horizontal .nav__item {
    border-bottom: none;
  }
}
.nav_type_xs-horizontal .nav__link {
  background: transparent;
}
.nav_type_xs-horizontal .nav__link:hover,
.nav_type_xs-horizontal .nav__link:active,
.nav_type_xs-horizontal .nav__link:focus {
  color: #1eca9a;
  background: transparent;
}
.nav_type_xs-horizontal .nav__link.nav__link_state_active {
  color: #1eca9a;
  background: transparent;
}
.nav_type_s-horizontal {
  background: transparent;
}
@media only screen and (min-width: 480px) {
  .nav_type_s-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (min-width: 480px) {
  .nav_type_s-horizontal .nav__item {
    border-bottom: none;
  }
}
.nav_type_s-horizontal .nav__link {
  background: transparent;
}
.nav_type_s-horizontal .nav__link:hover,
.nav_type_s-horizontal .nav__link:active,
.nav_type_s-horizontal .nav__link:focus {
  color: #1eca9a;
  background: transparent;
}
.nav_type_s-horizontal .nav__link.nav__link_state_active {
  color: #1eca9a;
  background: transparent;
}
.nav_type_m-horizontal {
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .nav_type_m-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (min-width: 768px) {
  .nav_type_m-horizontal .nav__item {
    border-bottom: none;
  }
}
.nav_type_m-horizontal .nav__link {
  background: transparent;
}
.nav_type_m-horizontal .nav__link:hover,
.nav_type_m-horizontal .nav__link:active,
.nav_type_m-horizontal .nav__link:focus {
  color: #1eca9a;
  background: transparent;
}
.nav_type_m-horizontal .nav__link.nav__link_state_active {
  color: #1eca9a;
  background: transparent;
}
.nav_type_l-horizontal {
  background: transparent;
}
@media only screen and (min-width: 1024px) {
  .nav_type_l-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (min-width: 1024px) {
  .nav_type_l-horizontal .nav__item {
    border-bottom: none;
  }
}
.nav_type_l-horizontal .nav__link {
  background: transparent;
}
.nav_type_l-horizontal .nav__link:hover,
.nav_type_l-horizontal .nav__link:active,
.nav_type_l-horizontal .nav__link:focus {
  color: #1eca9a;
  background: transparent;
}
.nav_type_l-horizontal .nav__link.nav__link_state_active {
  color: #1eca9a;
  background: transparent;
}
.nav_type_xl-horizontal {
  background: transparent;
}
@media only screen and (min-width: 1210px) {
  .nav_type_xl-horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (min-width: 1210px) {
  .nav_type_xl-horizontal .nav__item {
    border-bottom: none;
  }
}
.nav_type_xl-horizontal .nav__link {
  background: transparent;
}
.nav_type_xl-horizontal .nav__link:hover,
.nav_type_xl-horizontal .nav__link:active,
.nav_type_xl-horizontal .nav__link:focus {
  color: #1eca9a;
  background: transparent;
}
.nav_type_xl-horizontal .nav__link.nav__link_state_active {
  color: #1eca9a;
  background: transparent;
}

.news {
  display: block;
}
.news__holder {
  display: block;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1210px) {
  .news__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news__list-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-form {
  display: block;
}
.order-form__pre-text {
  --margin-bottom: 80px;
  display: block;
  margin: 0 auto var(--margin-bottom);
  font-size: 18px;
  text-align: center;
}
.order-form__decoration {
  position: relative;
  display: block;
}
.order-form__image {
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto -55px;
}
@media only screen and (min-width: 768px) {
  .order-form__image {
    position: absolute;
    z-index: 1;
    width: 410px;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .order-form__image {
    width: 450px;
  }
}
@media only screen and (min-width: 1210px) {
  .order-form__image {
    width: 510px;
  }
}

.page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  color: var(--color-font-def, #000);
  background: var(--color-bg, #fff);
}
.page__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page__header {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 0;
}
.page__body {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page__section {
  display: block;
}
.page__section_hidden {
  display: none;
}
.page__footer {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
  background: rgba(0,0,0,0.62);
}
.page__mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 375px;
  height: 100vh;
  background: #fff;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: -webkit-transform var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: transform var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: transform var(--trn-speed, .3s) var(--trn-ease, ease), -webkit-transform var(--trn-speed, .3s) var(--trn-ease, ease);
}
.page_state_modal-opened {
  position: relative;
  overflow: hidden;
}
.page_state_nav-opened {
  position: relative;
  overflow: hidden;
}
.page_state_nav-opened .page__overlay {
  display: block;
}
.page_state_nav-opened .page__mobile-nav {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pagination {
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 0;
  line-height: 1.2;
  text-align: left;
}
.pagination__wrapper {
  margin: 0 -5px;
}
.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
.pagination__control {
  display: block;
  min-width: 32px;
  height: 32px;
  padding: 0 5px;
  color: #077de2;
  line-height: 28px;
  text-decoration: none;
  background: #eee;
  border: 1px solid #bbb;
  -webkit-transition: all var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: all var(--trn-speed, .3s) var(--trn-ease, ease);
}
.pagination__control:hover,
.pagination__control:active,
.pagination__control:focus {
  color: #004085;
  text-decoration: none;
  background: #cce5ff;
  border-color: #b8daff;
}
.pagination__control_state_active {
  color: #004085;
  border-color: #b8daff;
}
.pagination__dots {
  display: block;
  min-width: 25px;
  height: 32px;
  padding: 0 5px;
  color: #000;
  font-weight: 400;
  line-height: 32px;
}
.pagination_align_left {
  text-align: left;
}
.pagination_align_center {
  text-align: center;
}
.pagination_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .pagination_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .pagination_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .pagination_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  .pagination_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) {
  .pagination_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .pagination_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .pagination_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .pagination_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .pagination_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1210px) {
  .pagination_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1210px) {
  .pagination_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1210px) {
  .pagination_align_xl-right {
    text-align: right;
  }
}

.partner-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner-snippet__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  aspect-ratio: 270/140;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 27.3px 2.7px rgba(201,201,201,0.2);
          box-shadow: 0 0 27.3px 2.7px rgba(201,201,201,0.2);
}
.partner-snippet__holder[href] {
  font-size: 0;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .partner-snippet__holder {
    width: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .partner-snippet__holder {
    width: 260px;
  }
}
@media only screen and (min-width: 1210px) {
  .partner-snippet__holder {
    width: 270px;
  }
}
.partner-snippet__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners {
  display: block;
}
.partners__holder {
  display: block;
}
.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .partners__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.partners__list-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partners__post-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .partners__post-text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .partners__post-text {
    font-size: 20px;
  }
}
.partners__icon {
  display: block;
  width: 50px;
  height: 50px;
}

.photo-snippet {
  display: block;
}

.product-snippet {
  display: block;
}
.product-snippet__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 350px;
  min-height: 100%;
  margin: 0 auto;
  padding: 19px;
  padding-bottom: 39px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 30px;
}
.product-snippet__header {
  --margin-bottom: 35px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 var(--margin-bottom);
}
.product-snippet__header:last-child {
  --margin-bottom: 0;
}
.product-snippet__illustration {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 310px;
  aspect-ratio: 1/1;
  border-radius: 20px;
}
.product-snippet__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-snippet__body {
  --margin-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 var(--margin-bottom);
}
.product-snippet__body:last-child {
  --margin-bottom: 0;
}
.product-snippet__main {
  --margin-bottom: 28px;
  display: block;
  margin: 0 0 var(--margin-bottom);
}
.product-snippet__main:last-child {
  --margin-bottom: 0;
}
.product-snippet__title {
  --margin-bottom: 15px;
  display: block;
  margin: 0 0 var(--margin-bottom);
  color: var(--color-font-def);
  font-family: var(--font-family-header);
  font-size: 24px;
  font-weight: 400;
}
.product-snippet__title:last-child {
  --margin-bottom: 0;
}
.product-snippet__info {
  --margin-bottom: 24px;
  display: block;
  margin: 0 0 var(--margin-bottom);
}
.product-snippet__info:last-child {
  --margin-bottom: 0;
}
.product-snippet__description {
  --margin-bottom: 1em;
  display: block;
  margin: 0 0 var(--margin-bottom);
  color: var(--color-font-def);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
}
.product-snippet__description:last-child {
  --margin-bottom: 0;
}
.product-snippet__weight {
  --margin-bottom: 1em;
  display: block;
  margin: 0 0 var(--margin-bottom);
  color: #c9c9c9;
}
.product-snippet__weight:last-child {
  --margin-bottom: 0;
}
.product-snippet__warning {
  --margin-bottom: 1em;
  display: block;
  margin: 0 0 var(--margin-bottom);
  color: #f5585b;
  font-size: 14px;
}
.product-snippet__warning:last-child {
  --margin-bottom: 0;
}
.product-snippet__modifiers {
  --margin-bottom: 28px;
  display: block;
  margin: 0 0 var(--margin-bottom);
}
.product-snippet__modifiers:last-child {
  --margin-bottom: 0;
}
.product-snippet__modifier {
  --margin-bottom: 16px;
  display: block;
  margin: 0 0 var(--margin-bottom);
}
.product-snippet__modifier:last-child {
  --margin-bottom: 0;
}
.product-snippet__price-holder {
  --margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 var(--margin-bottom);
}
.product-snippet__price-holder:last-child {
  --margin-bottom: 0;
}
.product-snippet__price {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  color: var(--color-font-def);
  font-family: var(--font-family-default);
  font-size: 26px;
  font-weight: 500;
}
.product-snippet__amount {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.product-snippet__footer {
  --margin-bottom: 15px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 var(--margin-bottom);
}
.product-snippet__footer:last-child {
  --margin-bottom: 0;
}
.product-snippet__controls {
  display: block;
}

.products {
  display: block;
}
.products__list {
  --margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 var(--margin-bottom);
  padding: 0;
  list-style: none;
}
.products__list:last-child {
  --margin-bottom: 0;
}
.products__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.products__controls {
  --margin-bottom: 45px;
  display: block;
  margin: 0 0 var(--margin-bottom);
}
.products__controls:last-child {
  --margin-bottom: 0;
}

.review-snippet {
  --margin-block: 15px;
  display: block;
  height: 100%;
}
.review-snippet__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 545px;
  min-height: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
}
.review-snippet__holder[href] {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 575px) {
  .review-snippet__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px;
    text-align: left;
  }
}
.review-snippet__illustration {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  width: 165px;
}
.review-snippet__photo {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.review-snippet__body {
  display: block;
}
.review-snippet__name {
  display: block;
  margin: 0 0 var(--margin-block);
  color: var(--color-font-def);
  font-family: var(--font-family-header);
  font-size: 24px;
}
.review-snippet__name:last-child {
  --margin-block: 0;
}
.review-snippet__text {
  display: block;
  margin: 0 0 var(--margin-block);
  color: var(--color-font-def);
  font-size: 16px;
  line-height: 23/16;
}
.review-snippet__text:last-child {
  --margin-block: 0;
}
.review-snippet__date {
  display: block;
  margin: 0 0 var(--margin-block);
  color: var(--color-main);
  font-size: 16px;
}
.review-snippet__date:last-child {
  --margin-block: 0;
}

.search-form {
  position: relative;
  display: block;
}
.search-form__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  outline: none;
}
.search-form__input::-webkit-input-placeholder {
  color: 14px;
  font-family: inherit;
  font-size: #adadad;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.search-form__input::-moz-placeholder {
  color: 14px;
  font-family: inherit;
  font-size: #adadad;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.search-form__input:-ms-input-placeholder {
  color: 14px;
  font-family: inherit;
  font-size: #adadad;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.search-form__input::-ms-input-placeholder {
  color: 14px;
  font-family: inherit;
  font-size: #adadad;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
.search-form__input::placeholder {
  color: 14px;
  font-family: inherit;
  font-size: #adadad;
  font-weight: inherit;
  line-height: inherit;
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .search-form__input {
    height: 50px;
    padding: 0 60px 0 20px;
    font-size: 16px;
    line-height: 50px;
  }
  .search-form__input::-webkit-input-placeholder {
    color: 16px;
    font-family: inherit;
    font-size: #adadad;
    font-weight: inherit;
    line-height: inherit;
    opacity: 1;
  }
  .search-form__input::-moz-placeholder {
    color: 16px;
    font-family: inherit;
    font-size: #adadad;
    font-weight: inherit;
    line-height: inherit;
    opacity: 1;
  }
  .search-form__input:-ms-input-placeholder {
    color: 16px;
    font-family: inherit;
    font-size: #adadad;
    font-weight: inherit;
    line-height: inherit;
    opacity: 1;
  }
  .search-form__input::-ms-input-placeholder {
    color: 16px;
    font-family: inherit;
    font-size: #adadad;
    font-weight: inherit;
    line-height: inherit;
    opacity: 1;
  }
  .search-form__input::placeholder {
    color: 16px;
    font-family: inherit;
    font-size: #adadad;
    font-weight: inherit;
    line-height: inherit;
    opacity: 1;
  }
}
.search-form__input:focus {
  border-color: #0dacef;
}
.search-form__control {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.search-form__button {
  display: block;
  width: 42px;
  height: 42px;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .search-form__button {
    width: 50px;
    height: 50px;
  }
}
.search-form__button:focus .search-form__icon {
  fill: #0dacef;
}
.search-form__icon {
  width: 16px;
  height: 16px;
  fill: #656565;
}
@media only screen and (min-width: 1024px) {
  .search-form__icon {
    width: 20px;
    height: 20px;
  }
}
.search-form__hints {
  position: absolute;
  top: 100%;
  right: 4px;
  left: 4px;
  z-index: 1;
  display: none;
  overflow-y: auto;
  max-height: 400px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.25);
          box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
@media only screen and (min-width: 1024px) {
  .search-form__hints {
    max-height: 450px;
  }
}
.search-form__hints_state_open {
  display: block;
}

.section {
  --gap: 30px;
  --padding: calc(var(--gap) * 1.5);
  display: block;
  padding: var(--padding) 0;
}
@media only screen and (min-width: 768px) {
  .section {
    --gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section {
    --gap: 50px;
  }
}
@media only screen and (min-width: 1210px) {
  .section {
    --gap: 60px;
  }
}
.section__header {
  margin: 0 0 var(--gap);
}
.section__header:last-child {
  margin-bottom: 0;
}
.section__header .title {
  margin-bottom: 0;
}
.section__title {
  display: block;
}
.section__content {
  display: block;
}
.section__group {
  display: block;
  margin: 0 0 var(--gap);
  padding: 0;
}
.section__group:last-child {
  margin-bottom: 0;
}
.section_spacing_close {
  padding: 0;
}
.section_spacing_small {
  padding: calc(var(--padding) * 0.5) 0;
}
.section_spacing_big {
  padding: calc(var(--padding) * 1.5) 0;
}
.section_spacing_top-close {
  padding-top: 0;
}
.section_spacing_top-small {
  padding-top: calc(var(--padding) * 0.5);
}
.section_spacing_top-big {
  padding-top: calc(var(--padding) * 1.5);
}
.section_spacing_bottom-close {
  padding-bottom: 0;
}
.section_spacing_bottom-small {
  padding-bottom: calc(var(--padding) * 0.5);
}
.section_spacing_bottom-big {
  padding-bottom: calc(var(--padding) * 1.5);
}
.section_tspacing_close .section__header {
  margin-bottom: 0;
}
.section_tspacing_small .section__header {
  margin-bottom: 25px;
}
.section_tspacing_big .section__header {
  margin-bottom: calc(var(--padding) * 1.5);
}
.section_tspacing_top-close {
  padding-top: 0;
}
.section_tspacing_top-small {
  padding-top: calc(var(--padding) * 0.5);
}
.section_tspacing_top-big {
  padding-top: calc(var(--padding) * 1.5);
}
.section_tspacing_bottom-close {
  padding-bottom: 0;
}
.section_tspacing_bottom-small {
  padding-bottom: calc(var(--padding) * 0.5);
}
.section_tspacing_bottom-big {
  padding-bottom: calc(var(--padding) * 1.5);
}
.section_bg_custom {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section_bg_cover {
  background-size: cover;
}
.section_bg_contain {
  background-size: contain;
}
.section_bg_odd {
  position: relative;
  overflow: hidden;
  background-color: var(--color-odd);
}
.section_bg_even {
  position: relative;
  background-color: var(--color-even);
}
.section_text_white {
  color: var(--color-white);
}

.service-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
}
.service-snippet__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 27.3px 2.7px rgba(201,201,201,0.2);
          box-shadow: 0 0 27.3px 2.7px rgba(201,201,201,0.2);
}
.service-snippet__holder[href] {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .service-snippet__holder {
    max-width: 370px;
  }
}
.service-snippet__header {
  display: block;
  margin: 0;
}
.service-snippet__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 372/216;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.service-snippet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 10.81081081081081% 8.108108108108109% 12.162162162162161%;
}
.service-snippet__text {
  --margin-bottom: 25px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 var(--margin-bottom);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .service-snippet__text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .service-snippet__text {
    font-size: 20px;
  }
}
.service-snippet__text:last-child {
  --margin-bottom: 0;
}
.service-snippet__price {
  display: block;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .service-snippet__price {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .service-snippet__price {
    font-size: 30px;
  }
}

.services {
  display: block;
}
.services__list {
  --margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 var(--margin-bottom);
  padding: 0;
  list-style: none;
}
.services__list:last-child {
  --margin-bottom: 0;
}
.services__list_content_hide .services__list-item:nth-child(n+7) {
  display: none;
}
.services__list-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 290px;
          flex: 1 0 290px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .services__list-item {
    -ms-flex-preferred-size: 370px;
        flex-basis: 370px;
  }
}
.services__controls {
  --margin-bottom: 80px;
  display: block;
}
.services__controls:last-child {
  --margin-bottom: 0;
}

.slider {
  display: block;
}
.slider__holder {
  display: block;
}
.slider__pagination-holder {
  position: relative;
  display: block;
}
.slider__navigation-holder {
  position: relative;
  display: block;
}
.slider__container {
  display: block;
}
.slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider__slide {
  display: block;
  width: 100%;
  height: auto;
}
.slider__navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1610px;
  margin: 0;
  padding: 0 15px;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1330px) {
  .slider__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider__navigation-button {
  --size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--size);
          flex: 0 0 var(--size);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--size);
  aspect-ratio: 1/1;
  fill: var(--color-white);
  font-size: 0;
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  border: none;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease), fill var(--trn-speed, .3s) var(--trn-ease, ease), color var(--trn-speed, .3s) var(--trn-ease, ease), background var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease), fill var(--trn-speed, .3s) var(--trn-ease, ease), color var(--trn-speed, .3s) var(--trn-ease, ease), background var(--trn-speed, .3s) var(--trn-ease, ease);
}
.slider__navigation-button:hover,
.slider__navigation-button:focus {
  opacity: 0.75;
}
.slider__navigation-button_state_disabled {
  pointer-events: none;
  opacity: 0.5;
}
.slider__navigation-button_state_disabled:hover,
.slider__navigation-button_state_disabled:focus {
  opacity: 0.5;
}
.slider__navigation-button_rotate_180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 480px) {
  .slider__navigation-button {
    --size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .slider__navigation-button {
    --size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__navigation-button {
    --size: 45px;
  }
}
@media only screen and (min-width: 1210px) {
  .slider__navigation-button {
    --size: 55px;
  }
}
.slider__navigation-button-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  fill: inherit;
}
.slider__pagination {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: auto;
  max-width: 100%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 480px) {
  .slider__pagination {
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .slider__pagination {
    bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__pagination {
    bottom: 25px;
  }
}
@media only screen and (min-width: 1210px) {
  .slider__pagination {
    bottom: 35px;
  }
}
.slider__pagination-bullet {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  outline: none;
  -webkit-transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: background-color var(--trn-speed, .3s) var(--trn-ease, ease), border-color var(--trn-speed, .3s) var(--trn-ease, ease), opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.slider__pagination-bullet:hover,
.slider__pagination-bullet:focus {
  opacity: 0.75;
}
.slider__pagination-bullet_state_active {
  background: var(--color-white);
}
.slider__pagination-bullet_state_active:hover,
.slider__pagination-bullet_state_active:focus {
  opacity: 0.75;
}
.slider__pagination-bullet_type_round {
  border-radius: 50%;
}

.slogan {
  --font-size: 14px;
  display: block;
  font-size: var(--font-size, 14px);
  font-weight: 500;
}
.slogan__line {
  display: block;
  margin: 0;
  padding: 0;
}

.social-nav {
  display: block;
}
.social-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.social-nav__list-item {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav__link {
  display: inline-block;
  color: var(--color-font-def);
}
.social-nav__link[href] {
  text-decoration: none;
  outline: none;
}
.social-nav__link[href]:hover,
.social-nav__link[href]:active,
.social-nav__link[href]:focus {
  color: var(--color-link-hover);
  text-decoration: none;
}
.social-nav__icon {
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
}
.social-nav_align_left .social-nav__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.social-nav_align_center .social-nav__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-nav_align_right .social-nav__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 1px) {
  .social-nav_align_xs-left .social-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .social-nav_align_xs-center .social-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social-nav_align_xs-right .social-nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_align_s-left .social-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .social-nav_align_s-center .social-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social-nav_align_s-right .social-nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_align_m-left .social-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .social-nav_align_m-center .social-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social-nav_align_m-right .social-nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .social-nav_align_l-left .social-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .social-nav_align_l-center .social-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social-nav_align_l-right .social-nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1210px) {
  .social-nav_align_xl-left .social-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .social-nav_align_xl-center .social-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social-nav_align_xl-right .social-nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.store-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.store-snippet__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 290px;
  max-width: 350px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 27.3px 2.7px rgba(201,201,201,0.2);
          box-shadow: 0 0 27.3px 2.7px rgba(201,201,201,0.2);
}
.store-snippet__holder[href] {
  font-size: 0;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .store-snippet__holder {
    max-width: 575px;
    text-align: left;
  }
}
@media only screen and (min-width: 1210px) {
  .store-snippet__holder {
    max-width: 575px;
  }
}
.store-snippet__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.store-snippet__title {
  display: block;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 1024px) {
  .store-snippet__title {
    font-size: 24px;
  }
}
.store-snippet__contact {
  display: block;
  margin: 0 0 10px;
}
.store-snippet__contact:last-child {
  margin-bottom: 0;
}
.store-snippet__contact .contact-snippet {
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .store-snippet__contact .contact-snippet {
    font-size: 18px;
  }
}
.store-snippet__contact .contact-snippet__illustration {
  -ms-flex-preferred-size: 12px;
      flex-basis: 12px;
  width: 12px;
  height: 18px;
}
.store-snippet__contact .contact-snippet__icon {
  fill: var(--color-main);
}

.stores {
  display: block;
}
.stores__holder {
  display: block;
}
.stores__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .stores__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stores__list-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stores .store-snippet {
  height: 100%;
}

.tabs {
  display: block;
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
.tabs__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs__label {
  display: block;
  padding: 5px 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
  border-radius: 6px 6px 0 0;
}
.tabs__label_state_active {
  color: #000;
  background: #fbfbfb;
}
.tabs__label_state_disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tabs__content {
  margin: -1px 0 0;
  border: 1px solid #e8e8e8;
}
.tabs__panel_state_hidden {
  display: none;
}
.tabs__panel_state_active {
  display: block;
}
.tabs_nav-align_left .tabs__nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs_nav-align_center .tabs__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs_nav-align_right .tabs__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tabs_nav-align_around .tabs__nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tabs_nav-align_between .tabs__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title {
  --margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 var(--margin-bottom);
  padding: 0;
  font-family: var(--font-family-header);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.title_gap_small {
  --margin-bottom: 0.5em;
}
.title_size_h1 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .title_size_h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .title_size_h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1210px) {
  .title_size_h1 {
    font-size: 48px;
  }
}
.title_size_h2 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .title_size_h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .title_size_h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1210px) {
  .title_size_h2 {
    font-size: 36px;
  }
}
.title_size_h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .title_size_h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .title_size_h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1210px) {
  .title_size_h3 {
    font-size: 30px;
  }
}
.title_size_h4 {
  font-size: 28px;
}
.title_size_h5 {
  font-size: 24px;
}
.title_size_h6 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .title_size_h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1px) {
  .title_size_xs-h1 {
    font-size: 48px;
  }
  .title_size_xs-h2 {
    font-size: 36px;
  }
  .title_size_xs-h3 {
    font-size: 32px;
  }
  .title_size_xs-h4 {
    font-size: 28px;
  }
  .title_size_xs-h5 {
    font-size: 24px;
  }
  .title_size_xs-h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .title_size_s-h1 {
    font-size: 48px;
  }
  .title_size_s-h2 {
    font-size: 36px;
  }
  .title_size_s-h3 {
    font-size: 32px;
  }
  .title_size_s-h4 {
    font-size: 28px;
  }
  .title_size_s-h5 {
    font-size: 24px;
  }
  .title_size_s-h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .title_size_m-h1 {
    font-size: 48px;
  }
  .title_size_m-h2 {
    font-size: 36px;
  }
  .title_size_m-h3 {
    font-size: 32px;
  }
  .title_size_m-h4 {
    font-size: 28px;
  }
  .title_size_m-h5 {
    font-size: 24px;
  }
  .title_size_m-h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .title_size_l-h1 {
    font-size: 48px;
  }
  .title_size_l-h2 {
    font-size: 36px;
  }
  .title_size_l-h3 {
    font-size: 32px;
  }
  .title_size_l-h4 {
    font-size: 28px;
  }
  .title_size_l-h5 {
    font-size: 24px;
  }
  .title_size_l-h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1210px) {
  .title_size_xl-h1 {
    font-size: 48px;
  }
  .title_size_xl-h2 {
    font-size: 36px;
  }
  .title_size_xl-h3 {
    font-size: 32px;
  }
  .title_size_xl-h4 {
    font-size: 28px;
  }
  .title_size_xl-h5 {
    font-size: 24px;
  }
  .title_size_xl-h6 {
    font-size: 20px;
  }
}
.title_align_left {
  text-align: left;
}
.title_align_center {
  text-align: center;
}
.title_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .title_align_xs-left {
    text-align: left;
  }
  .title_align_xs-center {
    text-align: center;
  }
  .title_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  .title_align_s-left {
    text-align: left;
  }
  .title_align_s-center {
    text-align: center;
  }
  .title_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_m-left {
    text-align: left;
  }
  .title_align_m-center {
    text-align: center;
  }
  .title_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .title_align_l-left {
    text-align: left;
  }
  .title_align_l-center {
    text-align: center;
  }
  .title_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1210px) {
  .title_align_xl-left {
    text-align: left;
  }
  .title_align_xl-center {
    text-align: center;
  }
  .title_align_xl-right {
    text-align: right;
  }
}
.title_weight_thin,
.title_weight_hairline {
  font-weight: 100;
}
.title_weight_extra-light,
.title_weight_ultra-light {
  font-weight: 200;
}
.title_weight_light {
  font-weight: 300;
}
.title_weight_regular,
.title_weight_normal {
  font-weight: 400;
}
.title_weight_medium {
  font-weight: 500;
}
.title_weight_semi-bold,
.title_weight_demi-bold {
  font-weight: 600;
}
.title_weight_bold {
  font-weight: 700;
}
.title_weight_extra-bold,
.title_weight_ultra-bold {
  font-weight: 800;
}
.title_weight_black,
.title_weight_heavy {
  font-weight: 900;
}
.title_weight_extra-black,
.title_weight_ultra-black {
  font-weight: 950;
}
@media only screen and (min-width: 1px) {
  .title_weight_xs-thin,
  .title_weight_xs-hairline {
    font-weight: 100;
  }
  .title_weight_xs-extra-light,
  .title_weight_xs-ultra-light {
    font-weight: 200;
  }
  .title_weight_xs-light {
    font-weight: 300;
  }
  .title_weight_xs-regular,
  .title_weight_xs-normal {
    font-weight: 400;
  }
  .title_weight_xs-medium {
    font-weight: 500;
  }
  .title_weight_xs-semi-bold,
  .title_weight_xs-demi-bold {
    font-weight: 600;
  }
  .title_weight_xs-bold {
    font-weight: 700;
  }
  .title_weight_xs-extra-bold,
  .title_weight_xs-ultra-bold {
    font-weight: 800;
  }
  .title_weight_xs-black,
  .title_weight_xs-heavy {
    font-weight: 900;
  }
  .title_weight_xs-extra-black,
  .title_weight_xs-ultra-black {
    font-weight: 950;
  }
}
@media only screen and (min-width: 480px) {
  .title_weight_s-thin,
  .title_weight_s-hairline {
    font-weight: 100;
  }
  .title_weight_s-extra-light,
  .title_weight_s-ultra-light {
    font-weight: 200;
  }
  .title_weight_s-light {
    font-weight: 300;
  }
  .title_weight_s-regular,
  .title_weight_s-normal {
    font-weight: 400;
  }
  .title_weight_s-medium {
    font-weight: 500;
  }
  .title_weight_s-semi-bold,
  .title_weight_s-demi-bold {
    font-weight: 600;
  }
  .title_weight_s-bold {
    font-weight: 700;
  }
  .title_weight_s-extra-bold,
  .title_weight_s-ultra-bold {
    font-weight: 800;
  }
  .title_weight_s-black,
  .title_weight_s-heavy {
    font-weight: 900;
  }
  .title_weight_s-extra-black,
  .title_weight_s-ultra-black {
    font-weight: 950;
  }
}
@media only screen and (min-width: 768px) {
  .title_weight_m-thin,
  .title_weight_m-hairline {
    font-weight: 100;
  }
  .title_weight_m-extra-light,
  .title_weight_m-ultra-light {
    font-weight: 200;
  }
  .title_weight_m-light {
    font-weight: 300;
  }
  .title_weight_m-regular,
  .title_weight_m-normal {
    font-weight: 400;
  }
  .title_weight_m-medium {
    font-weight: 500;
  }
  .title_weight_m-semi-bold,
  .title_weight_m-demi-bold {
    font-weight: 600;
  }
  .title_weight_m-bold {
    font-weight: 700;
  }
  .title_weight_m-extra-bold,
  .title_weight_m-ultra-bold {
    font-weight: 800;
  }
  .title_weight_m-black,
  .title_weight_m-heavy {
    font-weight: 900;
  }
  .title_weight_m-extra-black,
  .title_weight_m-ultra-black {
    font-weight: 950;
  }
}
@media only screen and (min-width: 1024px) {
  .title_weight_l-thin,
  .title_weight_l-hairline {
    font-weight: 100;
  }
  .title_weight_l-extra-light,
  .title_weight_l-ultra-light {
    font-weight: 200;
  }
  .title_weight_l-light {
    font-weight: 300;
  }
  .title_weight_l-regular,
  .title_weight_l-normal {
    font-weight: 400;
  }
  .title_weight_l-medium {
    font-weight: 500;
  }
  .title_weight_l-semi-bold,
  .title_weight_l-demi-bold {
    font-weight: 600;
  }
  .title_weight_l-bold {
    font-weight: 700;
  }
  .title_weight_l-extra-bold,
  .title_weight_l-ultra-bold {
    font-weight: 800;
  }
  .title_weight_l-black,
  .title_weight_l-heavy {
    font-weight: 900;
  }
  .title_weight_l-extra-black,
  .title_weight_l-ultra-black {
    font-weight: 950;
  }
}
@media only screen and (min-width: 1210px) {
  .title_weight_xl-thin,
  .title_weight_xl-hairline {
    font-weight: 100;
  }
  .title_weight_xl-extra-light,
  .title_weight_xl-ultra-light {
    font-weight: 200;
  }
  .title_weight_xl-light {
    font-weight: 300;
  }
  .title_weight_xl-regular,
  .title_weight_xl-normal {
    font-weight: 400;
  }
  .title_weight_xl-medium {
    font-weight: 500;
  }
  .title_weight_xl-semi-bold,
  .title_weight_xl-demi-bold {
    font-weight: 600;
  }
  .title_weight_xl-bold {
    font-weight: 700;
  }
  .title_weight_xl-extra-bold,
  .title_weight_xl-ultra-bold {
    font-weight: 800;
  }
  .title_weight_xl-black,
  .title_weight_xl-heavy {
    font-weight: 900;
  }
  .title_weight_xl-extra-black,
  .title_weight_xl-ultra-black {
    font-weight: 950;
  }
}
.title_case_up {
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) {
  .title_case_xs-up {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 480px) {
  .title_case_s-up {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 768px) {
  .title_case_m-up {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1024px) {
  .title_case_l-up {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1210px) {
  .title_case_xl-up {
    text-transform: uppercase;
  }
}

.to-top {
  position: relative;
  z-index: 9;
  display: block;
  opacity: 1;
  -webkit-transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
  transition: opacity var(--trn-speed, .3s) var(--trn-ease, ease);
}
.to-top__holder {
  position: fixed;
  right: 3%;
  bottom: 5%;
  display: block;
}
.to-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47px;
  height: 47px;
}
.to-top__image {
  position: relative;
  display: block;
  width: 47px;
  margin: 0 auto;
  fill: var(--color-main);
}
.to-top_is_hidden {
  pointer-events: none;
  opacity: 0;
}

.video {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #c4c4c4;
}
.video:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 56.25% 0 0;
}
.video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-left: 62px solid #fff;
  border-bottom: 35px solid transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.well {
  display: block;
  height: 100%;
}
.well__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .well__inner {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .well__inner {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1210px) {
  .well__inner {
    padding: 90px 0;
  }
}
.well__illustration {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.well__illustration-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.well__holder {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.well__title {
  --font-size: 18px;
  --margin-bottom: 1em;
  display: block;
  margin: 0 0 var(--margin-bottom, 10px);
  color: inherit;
  font-family: var(--font-family-header);
  font-size: var(--font-size, 14px);
  font-weight: 900;
  line-height: 1.145833333333333;
}
@media only screen and (min-width: 480px) {
  .well__title {
    --font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .well__title {
    --font-size: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .well__title {
    --font-size: 30px;
  }
}
@media only screen and (min-width: 1210px) {
  .well__title {
    --font-size: 48px;
    --margin-bottom: 1em;
  }
}
.well__title:last-child {
  margin-bottom: 0;
}
.well__sub-title {
  --font-size: 12px;
  --margin-bottom: 1em;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 var(--margin-bottom, 10px);
  color: inherit;
  font-size: var(--font-size, 16px);
  font-weight: 400;
  line-height: 1.15;
}
@media only screen and (min-width: 480px) {
  .well__sub-title {
    --font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .well__sub-title {
    --font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .well__sub-title {
    --font-size: 18px;
  }
}
@media only screen and (min-width: 1210px) {
  .well__sub-title {
    --font-size: 24px;
  }
}
.well__sub-title:last-child {
  margin-bottom: 0;
}
.well__controls {
  --margin-bottom: 10px;
  display: block;
  margin: 0 0 var(--margin-bottom);
  padding: 0;
}
@media only screen and (min-width: 480px) {
  .well__controls {
    --margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .well__controls {
    --margin-bottom: 45px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .well__controls {
    --margin-bottom: 50px;
  }
}
.well__controls:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .well__controls .button {
    min-width: 0;
    height: 55px;
    font-size: 14px;
  }
}
.well__form {
  display: block;
  max-width: 400px;
  margin: 0 -15px;
  padding: 35px 15px;
  color: var(--color-font-def);
  background: #fff;
  border-radius: 15px;
}
@media only screen and (min-width: 480px) {
  .well__form {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .well__form {
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .well__form {
    padding: 35px 30px;
    border-radius: 20px;
  }
}

.work-list {
  display: block;
  color: main-color;
}
.work-list__title {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
.work-list__list {
  counter-reset: workList;
}
.work-list__item:before {
  content: counter(workList) '.';
  counter-increment: workList;
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  padding: 0 5px 0 0;
  font-size: 20px;
  text-align: left;
}
.work-list__link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 20px;
  text-decoration: none;
}
.work-list__link[href='#'] {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
}

