@font-face {
  font-family: 'Ubuntu';
  font-display: swap;
  src: url("../fonts/Ubuntu/Ubuntu-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  font-display: swap;
  src: url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  font-display: swap;
  src: url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  font-display: swap;
  src: url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
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 {
  box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}
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'] {
  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;
  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 {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
          user-select: text;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --color-primary: #2e4c71;
  --color-primary-light: #ebedf1;
  --color-black: #000;
  --color-black-10: rgba(0,0,0,0.1);
  --color-dark: #383838;
  --color-grey: #adadad;
  --color-milk: #fafafa;
  --color-white: #fff;
  --color-error: #f00;
  --shadow-dark: rgba(56,56,56,0.2);
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: var(--color-white);
  border: 2px solid transparent;
  border-radius: 0;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 20px;
}
body {
  color: var(--color-dark);
  font-family: Ubuntu, Arial, sans-serif;
  font-variant: no-common-ligatures;
  font-optical-sizing: auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.538;
}
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;
  text-transform: uppercase;
}
h1:not([class]):first-child,
h2:not([class]):first-child,
h3:not([class]):first-child,
h4:not([class]):first-child,
h5:not([class]):first-child,
h6:not([class]):first-child {
  margin-top: 0;
}
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;
}
h1:not([class]) {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 1025px) {
  h1:not([class]) {
    font-size: 30px;
    line-height: 1.225;
  }
}
h2:not([class]) {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.428;
}
@media only screen and (min-width: 768px) {
  h2:not([class]) {
    margin: 31px 0;
    font-size: 20px;
    line-height: 1;
  }
}
h3:not([class]) {
  margin: 28px 0;
  font-size: 32px;
}
h4:not([class]) {
  margin: 20px 0;
  font-size: 24px;
}
h5:not([class]) {
  margin: 15px 0;
  font-size: 20px;
}
h6:not([class]) {
  margin: 10px 0;
  font-size: 18px;
}
p:not([class]),
ul:not([class]),
ol:not([class]),
table:not([class]),
img:not([class]),
hr:not([class]),
fieldset:not([class]) {
  margin: 0 0 1.5em;
}
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,
hr:not([class]):last-child,
fieldset:not([class]):last-child {
  margin-bottom: 0;
}
img:not([class]) {
  max-width: 100%;
}
ul:not([class]) {
  margin: 0 0 1.5em;
  list-style: none;
}
ul:not([class]) > li:not([class]):before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 8px;
  width: 5px;
  height: 5px;
  background: var(--color-dark);
  border-radius: 50%;
}
ol:not([class]) {
  counter-reset: ol;
}
ol:not([class]) > li:not([class]) {
  position: relative;
  padding: 0 0 0 20px;
}
ol:not([class]) > li:not([class]):before {
  content: counter(ol) '.';
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 20px;
  padding: 0 5px;
  color: inherit;
  font: inherit;
  text-align: left;
}
ol:not([class]) > li:not([class]):nth-child(n+10) {
  padding: 0 0 0 28px;
}
ol:not([class]) > li:not([class]):nth-child(n+10):before {
  min-width: 28px;
}
ol:not([class]) > li:not([class]):nth-child(n+100) {
  padding: 0 0 0 36px;
}
ol:not([class]) > li:not([class]):nth-child(n+100):before {
  min-width: 36px;
}
ol:not([class]) > li:not([class]):nth-child(n+1000) {
  padding: 0 0 0 44px;
}
ol:not([class]) > li:not([class]):nth-child(n+1000):before {
  min-width: 44px;
}
li:not([class]) {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
li:not([class]):last-child {
  margin-bottom: 0;
}
table:not([class]) {
  display: table;
  width: 100%;
  margin: 0 0 1.5em;
  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]) {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s ease;
}
a:not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([class]):focus-visible {
  color: inherit;
  text-decoration: underline;
}
sub:not([class]) {
  bottom: -0.25em;
  vertical-align: bottom;
  font-size: 0.5em;
}
sup:not([class]) {
  top: -0.5em;
  vertical-align: top;
  font-size: 0.5em;
}
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 1.5em;
  padding: 20px;
  background: #f1f1f1;
  border: 1px solid #b1b1b1;
}
dl:not([class]) {
  margin: 0 0 1.5em;
}
dd:not([class]) {
  padding: 0 0 0 50px;
}
hr:not([class]) {
  width: 100%;
  height: 0;
  background: none;
  border: none;
  border-bottom: 2px groove #dedede;
}
fieldset:not([class]) {
  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 var(--color-dark);
}
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]) {
  box-sizing: border-box;
  width: 200px;
  margin: 0 0 5px;
  padding: 10px;
  color: var(--color-dark);
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  background: #fff;
  border: 1px solid var(--color-dark);
  outline: none;
}
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: #ddd;
  font-size: 16px;
  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;
}
[class|="bx"] a:not([class]) {
  -webkit-text-fill-color: currentColor;
  background-color: transparent;
  background-image: none;
}
.advantage-carousel {
  display: block;
}
.advantage-carousel__panel {
  height: 100%;
}
.advantage-carousel .advantage-carousel__container {
  overflow: visible;
  padding: 0 16px;
}
@media only screen and (min-width: 1025px) {
  .advantage-carousel .advantage-carousel__container {
    padding: 0;
  }
}
.advantage-carousel .advantage-carousel__slide {
  height: auto;
}
.advantage {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 16px;
  color: var(--color-white);
  font-size: 13px;
  line-height: 1.2;
  background: var(--color-primary);
  border-radius: 2px;
}
@media only screen and (min-width: 1025px) {
  .advantage {
    padding: 20px;
    font-size: 14px;
    line-height: 1.429;
  }
}
.advantage__illustration {
  display: block;
  flex: 0 1 auto;
  width: auto;
  margin: 0 12px 0 0;
}
@media only screen and (min-width: 1025px) {
  .advantage__illustration {
    margin: 0 16px 0 0;
  }
}
.advantage__illustration:last-child {
  margin-right: 0;
}
.advantage__image {
  display: block;
  width: 50px;
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .advantage__image {
    width: 60px;
  }
}
.advantage__title {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .advantage__title {
    margin: 0 0 4px;
    font-size: 14px;
  }
}
.advantage__title:last-child {
  margin-bottom: 0;
}
.advantage__text {
  margin: 0 0 4px;
}
.advantage__text:last-child {
  margin-bottom: 0;
}
.alert {
  display: block;
  padding: 12px 20px;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background: var(--color-primary);
  border-radius: 0;
}
.arrow-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 68px;
  padding: 20px 24px;
  color: var(--color-dark);
  font-size: 16px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  background: var(--color-milk);
  border: none;
  outline: none;
}
.arrow-trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(0, -50%) rotate(-45deg);
}
.arrow-trigger__text {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 20px 0 0;
}
.arrow-trigger_weight_regular {
  font-weight: 400;
}
.arrow-trigger_weight_medium {
  font-weight: 500;
}
.arrow-trigger_weight_bold {
  font-weight: 700;
}
.arrow-trigger_type_simple {
  min-height: auto;
  padding: 0;
  color: inherit;
  font-size: 19px;
  background: transparent;
}
.arrow-trigger_type_simple:after {
  right: 0;
  width: 12px;
  height: 12px;
  transform: translate(0, -50%) rotate(-45deg);
}
.arrow-trigger_direction_back:after {
  right: auto;
  left: 0;
  transform: translate(0, -50%) rotate(-225deg);
}
.arrow-trigger_direction_back .arrow-trigger__text {
  padding: 0 0 0 20px;
}
.breadcrumbs {
  display: block;
}
.breadcrumbs__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 20px;
}
.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 21px 0 0;
  color: var(--color-grey);
  font-size: 12px;
  line-height: 20px;
}
.breadcrumbs__item:nth-last-of-type(1) {
  padding-right: 0;
}
.breadcrumbs__item:nth-last-of-type(1):before {
  display: none;
}
.breadcrumbs__item:before {
  content: '/';
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: auto;
  height: auto;
  transform: translate(50%, -50%);
}
.breadcrumbs__link {
  color: var(--color-grey);
  font-weight: 400;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  transition-property: color, opacity;
}
.breadcrumbs__link:hover {
  color: var(--color-grey);
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
.breadcrumbs__link:focus {
  color: var(--color-primary);
  text-decoration: none;
  outline: none;
}
.breadcrumbs__label {
  color: var(--color-grey);
}
.burger {
  position: relative;
  z-index: 10;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 0;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transition: color 0.3s ease;
}
.burger:hover {
  text-decoration: none;
}
.burger:focus {
  outline: none;
}
.burger__bars {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 24px;
  height: 18px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(0, -50%);
  transition: border-color 0.3s ease;
}
.burger__bars:before,
.burger__bars:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: inherit;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.burger_state_closed .burger__bars {
  border-color: transparent;
}
.burger_state_closed .burger__bars:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.burger_state_closed .burger__bars:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  padding: 0 7px;
  color: var(--color-white);
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
  transition-property: color, background-color, border-color, opacity;
}
.button:not(:disabled):not(.button_state_disabled):hover {
  color: var(--color-white);
  text-decoration: none;
  opacity: 0.7;
}
.button:disabled {
  color: var(--color-white);
  cursor: not-allowed;
  background-color: var(--color-grey);
  border-color: var(--color-grey);
}
.button__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.button__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.25em;
  fill: currentColor;
}
.button__icon:first-child {
  margin-left: 0;
}
.button__icon:last-child {
  margin-right: 0;
}
.button_width_full {
  display: block;
  width: 100%;
}
.button_text-size_s {
  font-size: 16px;
}
.button_text-size_xs {
  font-size: 10px;
}
.button_style_light {
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-white);
}
.button_style_light:not(:disabled):not(.button_state_disabled):hover {
  color: var(--color-primary);
}
.button_style_light:not(:disabled):not(.button_state_disabled):focus-visible {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.button_style_outline {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}
.button_style_outline:not(:disabled):not(.button_state_disabled):hover {
  color: var(--color-primary);
}
.button_style_outline:not(:disabled):not(.button_state_disabled):focus-visible {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.button_style_outline-dark {
  color: var(--color-dark);
  background-color: transparent;
  border-color: var(--color-dark);
}
.button_style_outline-dark:not(:disabled):not(.button_state_disabled):hover {
  color: var(--color-dark);
}
.button_style_outline-dark:not(:disabled):not(.button_state_disabled):focus-visible {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.button_state_disabled {
  color: var(--color-white);
  cursor: not-allowed;
  pointer-events: none;
  background-color: var(--color-grey);
  border-color: var(--color-grey);
}
.button_state_loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation-name: button-loader;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.button_state_loading .button__holder {
  visibility: hidden;
  opacity: 0;
}
.button_state_loading.button_style_outline:disabled {
  color: var(--color-primary);
}
@keyframes button-loader {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.carousel-nav {
  display: block;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  pointer-events: auto;
}
.carousel-nav__control {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}
@media only screen and (min-width: 768px) {
  .carousel-nav__control {
    padding: 0 10px;
  }
}
.carousel-nav__control:first-child {
  padding-left: 0;
}
.carousel-nav__control:last-child {
  padding-right: 0;
}
.carousel-nav__arrow {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  background: rgba(0,0,0,0.4);
  border: none;
  border-radius: 50%;
  outline: none;
  transition: all 0.3s ease;
  transition-property: color, background-color, border-color, opacity;
}
@media only screen and (min-width: 768px) {
  .carousel-nav__arrow {
    width: 52px;
    height: 52px;
  }
}
.carousel-nav__arrow:hover {
  color: var(--color-black);
  background-color: transparent;
  opacity: 0.7;
}
.carousel-nav__arrow:focus-visible {
  color: var(--color-black);
  background-color: transparent;
  opacity: 1;
}
.carousel-nav__arrow:disabled {
  color: var(--color-grey);
  pointer-events: none;
  opacity: 0.5;
}
.carousel-nav__arrow_type_prev .carousel-nav__arrow-label:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.carousel-nav__arrow_type_prev .carousel-nav__icon {
  transform: rotate(180deg);
}
.carousel-nav__arrow_type_next .carousel-nav__arrow-label:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.carousel-nav__arrow-label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.carousel-nav__arrow-label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}
.carousel-nav__icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.carousel-nav__pagination {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
.carousel-nav__pagination:first-child {
  padding-left: 0;
}
.carousel-nav__pagination:last-child {
  padding-right: 0;
}
.carousel-nav__pagination-element {
  display: inline-block;
  vertical-align: middle;
  color: var(--color-grey);
  font-size: 20px;
  line-height: 24px;
}
.carousel-nav__current {
  color: var(--color-primary);
}
.carousel-nav_position_sides {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, -50%);
}
.carousel-nav_position_sides .carousel-nav__control {
  padding: 0;
}
.carousel-nav_position_sides .carousel-nav__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
}
.carousel-nav_position_sides .carousel-nav__arrow_type_prev {
  left: 0;
}
.carousel-nav_position_sides .carousel-nav__arrow_type_next {
  right: 0;
}
.carousel-nav_position_top-40 {
  top: 40%;
}
.carousel-nav_size_l .carousel-nav__control,
.carousel-nav_size_l .carousel-nav__pagination {
  padding: 0 8px;
}
.carousel-nav_size_l .carousel-nav__control:first-child,
.carousel-nav_size_l .carousel-nav__pagination:first-child {
  padding-left: 0;
}
.carousel-nav_size_l .carousel-nav__control:last-child,
.carousel-nav_size_l .carousel-nav__pagination:last-child {
  padding-right: 0;
}
.carousel-nav_size_l .carousel-nav__arrow {
  width: 30px;
  height: 30px;
}
.catalog-slide {
  display: block;
  padding: 75px 0;
  color: var(--color-white);
  background: var(--color-primary);
}
.catalog-slide__link-groups {
  -moz-columns: 3;
       columns: 3;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
}
.catalog-slide__link-group {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin: 0 0 50px;
}
.catalog-slide__link-group:last-child {
  margin-bottom: 0;
}
.catalog-slide__hr {
  display: block;
  width: 100%;
  max-width: 1262px;
  height: 1px;
  margin: 50px auto;
  background: #b2b2b2;
  border: none;
}
.catalog-slide__sections {
  -moz-columns: 2;
       columns: 2;
  gap: 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.catalog-slide__section {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin: 0 0 40px;
}
.catalog-slide__section:last-child {
  margin-bottom: 0;
}
.catalog-slide__heading {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.catalog-slide__heading:last-child {
  margin-bottom: 0;
}
.catalog-trigger {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.143;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  transition: opacity 0.3s ease;
}
.catalog-trigger:hover {
  opacity: 0.7;
}
.catalog-trigger__icon-wrapper {
  display: block;
  flex: 0 0 auto;
}
.catalog-trigger__icon {
  display: block;
  width: 20px;
  height: 13px;
  fill: currentColor;
}
.catalog-trigger__text {
  display: block;
  flex: 0 1 auto;
}
.check-elem {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.143;
  cursor: pointer;
}
.check-elem__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: none;
  opacity: 0.01;
  transform: scale(0.001);
}
.check-elem__input[type='radio'] + .check-elem__label {
  padding: 1px 0 1px 35px;
}
.check-elem__input[type='radio'] + .check-elem__label:before {
  width: 25px;
  height: 25px;
  border: 2px solid var(--color-gray);
  border-radius: 10px;
}
.check-elem__input[type='radio'] + .check-elem__label:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 3px;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 7px;
  color: var(--color-black);
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transform: translate(10%, -75%) rotate(-45deg);
  transition: all 0.3s ease;
  transition-property: color, opacity;
}
.check-elem__input[type='radio']:checked + .check-elem__label:before {
  background-color: transparent;
  border-color: var(--color-black);
}
.check-elem__input[type='radio']:checked + .check-elem__label:after {
  opacity: 1;
}
.check-elem__input[type='radio']:hover:not(:disabled) + .check-elem__label:before,
.check-elem__input[type='radio']:focus:not(:disabled) + .check-elem__label:before,
.check-elem__input[type='radio']:active:not(:disabled) + .check-elem__label:before {
  border-color: var(--color-black);
}
.check-elem__input:hover:not(:disabled) + .check-elem__label:before,
.check-elem__input:focus:not(:disabled) + .check-elem__label:before,
.check-elem__input:active:not(:disabled) + .check-elem__label:before {
  border-color: var(--color-black);
}
.check-elem__input:checked + .check-elem__label:before {
  background-color: transparent;
  border-color: var(--color-black);
}
.check-elem__input:checked + .check-elem__label:after {
  opacity: 1;
}
.check-elem__input:disabled {
  pointer-events: none;
}
.check-elem__input:disabled + .check-elem__label {
  pointer-events: none;
  opacity: 0.5;
}
.check-elem__input_state_error + .check-elem__label:before {
  border-color: var(--color-red);
}
.check-elem__count {
  min-width: 20px;
  height: 20px;
  padding: 2px;
  color: #9c9c9c;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  background: rgba(255,255,255,0.2);
  border-radius: 5px;
}
.check-elem__label {
  position: relative;
  display: inline-block;
  padding: 3px 0 3px 30px;
  font: inherit;
  line-height: inherit;
  transition: color 0.3s ease;
}
.check-elem__label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid var(--color-black);
  border-radius: 5px;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
  transition-property: background-color, border-color;
}
.check-elem__label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 7px;
  color: var(--color-black);
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transform: translate(10%, -75%) rotate(-45deg);
  transition: all 0.3s ease;
  transition-property: color, opacity;
}
.check-elem__city {
  display: block;
  margin-bottom: 10px;
  color: var(--color-gray);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .check-elem__city {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.check-elem__address {
  color: var(--color-gray);
  line-height: 21px;
}
.check-elem_style-rounded_l .check-elem__label:before {
  width: 25px;
  height: 25px;
  border-radius: 10px;
}
.check-elem_style_light .check-elem__input:hover:not(:disabled) + .check-elem__label:before,
.check-elem_style_light .check-elem__input:focus:not(:disabled) + .check-elem__label:before,
.check-elem_style_light .check-elem__input:active:not(:disabled) + .check-elem__label:before {
  border-color: var(--color-white);
}
.check-elem_style_light .check-elem__input:checked + .check-elem__label:before {
  background-color: transparent;
  border-color: var(--color-white);
}
.check-elem_style_light .check-elem__label:before {
  border-color: var(--color-white);
}
.check-elem_style_light .check-elem__label:after {
  border-color: var(--color-white);
}
.check-elem_style_muted .check-elem__input:hover:not(:disabled) + .check-elem__label:before,
.check-elem_style_muted .check-elem__input:focus:not(:disabled) + .check-elem__label:before,
.check-elem_style_muted .check-elem__input:active:not(:disabled) + .check-elem__label:before {
  border-color: var(--color-muted);
}
.check-elem_style_muted .check-elem__input:checked + .check-elem__label:before {
  background-color: transparent;
  border-color: var(--color-muted);
}
.check-elem_style_muted .check-elem__label:before {
  border-color: var(--color-muted);
}
.check-elem_style_muted .check-elem__label:after {
  border-color: var(--color-muted);
}
.check-elem_style_primary .check-elem__input:hover:not(:disabled) + .check-elem__label:before,
.check-elem_style_primary .check-elem__input:focus:not(:disabled) + .check-elem__label:before,
.check-elem_style_primary .check-elem__input:active:not(:disabled) + .check-elem__label:before {
  border-color: var(--color-yellow);
}
.check-elem_style_primary .check-elem__input:hover:not(:disabled) + .check-elem__label:after,
.check-elem_style_primary .check-elem__input:focus:not(:disabled) + .check-elem__label:after,
.check-elem_style_primary .check-elem__input:active:not(:disabled) + .check-elem__label:after {
  border-color: var(--color-yellow);
}
.check-elem_style_primary .check-elem__input:checked + .check-elem__label:before {
  background-color: transparent;
  border-color: var(--color-yellow);
}
.check-elem_style_primary .check-elem__input:checked + .check-elem__label:after {
  border-color: var(--color-yellow);
}
.check-elem_style_primary .check-elem__label {
  padding: 3px 0 3px 35px;
  font-weight: 600;
}
.check-elem_style_primary .check-elem__label:before {
  left: 0;
  width: 25px;
  height: 25px;
  border-color: var(--color-muted);
  border-radius: 10px;
}
.check-elem_style_primary .check-elem__label:after {
  left: 6px;
  width: 12px;
  height: 8px;
  border-color: var(--color-muted);
}
.check-elem_style_secondary {
  color: var(--color-black);
}
.check-elem_style_secondary .check-elem__label {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3px 0 3px 35px;
  font-weight: 600;
}
.check-elem_style_secondary .check-elem__label:before {
  left: 0;
  width: 25px;
  height: 25px;
  border-color: var(--color-black);
  border-radius: 10px;
}
.check-elem_style_secondary .check-elem__label:after {
  left: 2px;
  border-color: var(--color-black);
}
.check-elem_style_gold .check-elem__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: none;
  opacity: 0.01;
  transform: scale(0.001);
}
.check-elem_style_gold .check-elem__input[type='radio'] + .check-elem__label {
  padding: 1px 0 1px 35px;
}
.check-elem_style_gold .check-elem__input[type='radio'] + .check-elem__label:before {
  border: 2px solid var(--color-white);
}
.check-elem_style_gold .check-elem__input:checked + .check-elem__label:before {
  border: 2px solid var(--color-yellow);
}
.check-elem_style_gold .check-elem__input:checked + .check-elem__label .check-elem__city {
  color: var(--color-yellow);
}
.check-elem_style_gold .check-elem__input:checked + .check-elem__label .check-elem__address {
  color: var(--color-yellow);
}
.check-elem_style_gold .check-elem__city {
  margin: 0 0 5px;
  color: var(--color-white);
  font-size: 16px;
}
.check-elem_style_gold .check-elem__address {
  color: var(--color-white);
}
.check-elem_type_filter {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 25px;
}
.check-elem_type_filter .check-elem__label {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}
.check-elem_color_gray .check-elem__input:checked + .check-elem__label:before {
  background-color: transparent;
  border-color: var(--color-gray);
}
.check-elem_color_gray .check-elem__input:after {
  opacity: 1;
}
.check-elem_color_gray .check-elem__label {
  color: var(--color-gray);
}
.check-elem_color_gray .check-elem__label:before {
  border: 2px solid var(--color-gray);
}
.check-elem_color_gray .check-elem__label:after {
  color: var(--color-gray);
}
.check-elem_align_top .check-elem__label {
  padding: 0 0 3px 32px;
}
.check-elem_align_top .check-elem__label:before {
  top: 0;
  transform: none;
}
.check-elem_align_top .check-elem__label:after {
  top: 13px;
  left: 2px;
}
.check-elem_size_full {
  width: 100%;
}
.check-elem_size-s_s {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .check-elem_size-s_s {
    font-size: 15px;
  }
}
.check-elem_size-s_s .check-elem__label {
  padding: 5px 0 3px 20px;
}
@media only screen and (min-width: 768px) {
  .check-elem_size-s_s .check-elem__label {
    padding: 3px 0 3px 30px;
  }
}
.check-elem_size-s_s .check-elem__label:before {
  width: 16px;
  height: 16px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .check-elem_size-s_s .check-elem__label:before {
    width: 20px;
    height: 20px;
  }
}
.check-elem_size-s_s .check-elem__label:after {
  left: 1px;
  width: 11px;
  height: 5px;
}
@media only screen and (min-width: 768px) {
  .check-elem_size-s_s .check-elem__label:after {
    left: 0;
    width: 16px;
    height: 7px;
  }
}
.check-elem_size-m_s {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (min-width: 1440px) {
  .check-elem_size-m_s {
    font-size: 15px;
  }
}
.check-elem_size-m_s .check-elem__label {
  padding: 5px 0 3px 20px;
}
.check-elem_size-m_s .check-elem__label:before {
  width: 16px;
  height: 16px;
}
.check-elem_size-m_s .check-elem__label:after {
  left: 1px;
  width: 11px;
  height: 5px;
}
@media only screen and (min-width: 1440px) {
  .check-elem_size-m_s .check-elem__label {
    padding: 3px 0 3px 30px;
  }
  .check-elem_size-m_s .check-elem__label:before {
    width: 20px;
    height: 20px;
  }
  .check-elem_size-m_s .check-elem__label:after {
    left: 0;
    width: 16px;
    height: 7px;
  }
}
.check-elem_size_s .check-elem__label {
  font-size: 12px;
}
.check-elem_size_s .check-elem__label:before {
  width: 14px;
  height: 14px;
}
.check-elem_size_s .check-elem__label:after {
  top: 50%;
  left: 1px;
  width: 10px;
  height: 5px;
  color: currentColor;
}
.check-elem_text-size_s {
  font-size: 12px;
}
.check-elem_text-size_m {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .check-elem_text-size_m {
    font-size: 16px;
  }
}
.check-panel {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  line-height: 1.166;
  text-align: left;
  background: var(--color-milk);
  border-radius: 2px;
}
.check-panel__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: none;
  opacity: 0.01;
  transform: scale(0.001);
}
.check-panel__input[type='radio'] ~ .check-panel__visual {
  border-radius: 50%;
}
.check-panel__input[type='radio'] ~ .check-panel__visual:before {
  width: 0.5em;
  height: 0.5em;
  background: currentColor;
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.check-panel__input:checked ~ .check-panel__visual:before {
  opacity: 1;
}
.check-panel__input:disabled {
  pointer-events: none;
}
.check-panel__input:disabled ~ .check-panel__visual,
.check-panel__input:disabled ~ .check-panel__content {
  color: var(--color-grey);
  pointer-events: none;
}
.check-panel__input + .check-panel__visual {
  margin-left: 0;
}
.check-panel__input_state_error ~ .check-panel__visual,
.check-panel__input_state_error ~ .check-panel__content {
  color: var(--color-error);
}
.check-panel__visual {
  position: relative;
  display: block;
  overflow: hidden;
  flex: 0 0 1em;
  width: 1em;
  max-width: 1em;
  height: 1em;
  margin: 0 0.5em;
  color: var(--color-dark);
  font-size: 28px;
  line-height: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: transparent;
  border: 0.05em solid currentColor;
  border-radius: 2px;
  transition: all 0.3s ease;
  transition-property: color, background-color;
}
.check-panel__visual:last-child {
  margin-right: 0;
}
.check-panel__visual:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 0.25em;
  height: 0.55em;
  color: var(--color-dark);
  border-right: 0.075em solid currentColor;
  border-bottom: 0.075em solid currentColor;
  opacity: 0;
  transform: translate(-50%, -60%) rotate(45deg) skew(5deg);
  transition: opacity 0.3s ease;
}
.check-panel__content {
  position: relative;
  display: block;
  align-self: center;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.check-panel__title {
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.143;
}
.check-panel__title:last-child {
  margin-bottom: 0;
}
.check-panel__text {
  display: block;
}
.check-panel__tooltip {
  display: block;
}
.check-panel_state_checked .check-panel__visual:before {
  opacity: 1;
}
.check-panel_color_neutral {
  color: var(--color-black);
}
.check-panel_layout_tooltip-transformative .check-panel__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .check-panel_layout_tooltip-transformative .check-panel__content {
    display: block;
  }
}
.check-panel_layout_tooltip-transformative .check-panel__title {
  margin: 0;
}
.check-panel_layout_tooltip-transformative .check-panel__text {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .check-panel_layout_tooltip-transformative .check-panel__text {
    display: block;
  }
}
.check-panel_layout_tooltip-transformative .check-panel__tooltip {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 1025px) {
  .check-panel_layout_tooltip-transformative .check-panel__tooltip {
    display: none;
  }
}
.collapsed-text {
  position: relative;
  display: block;
  height: 100%;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .collapsed-text {
    line-height: 1.25;
  }
}
.collapsed-text p:not([class]) {
  margin: 0 0 21px;
}
.collapsed-text p:not([class]):last-child {
  margin-bottom: 0;
}
.collapsed-text__trigger {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 0 0 23px;
  color: var(--color-grey);
  font-size: 14px;
  line-height: 1.1666;
  text-align: left;
  background: transparent;
  border: none;
}
.collapsed-text__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translate(-50%, -25%) rotate(-135deg);
  transition: transform 0.3s ease;
}
.collapsed-text__controls {
  padding: 12px 0 0;
}
.collapsed-text__trigger-text {
  display: none;
}
.collapsed-text__trigger-text_role_alt {
  display: block;
}
.collapsed-text_state_closed {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: 100%;
}
.collapsed-text_state_closed .collapsed-text__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 32px);
}
.collapsed-text_state_closed .collapsed-text__content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(0deg, var(--color-white), rgba(255,255,255,0));
}
.collapsed-text_state_closed .collapsed-text__trigger:after {
  transform: translate(-50%, -75%) rotate(45deg);
}
.collapsed-text_state_closed .collapsed-text__trigger-text {
  display: block;
}
.collapsed-text_state_closed .collapsed-text__trigger-text_role_alt {
  display: none;
}
.collapsed-text_state_closed .collapsed-text__controls {
  padding: 0;
}
.collapsed-text_height_static {
  height: auto;
}
.collapsed-text_height_static .collapsed-text__controls {
  padding: 16px 0 0;
}
.collapsed-text_height_static.collapsed-text_state_closed .collapsed-text__content {
  position: static;
  height: 352px;
}
.collapsible-block {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .collapsible-block {
    font-size: 16px;
  }
}
.collapsible-block__header {
  position: relative;
}
.collapsible-block__trigger {
  position: relative;
  padding: 0 0 0 18px;
  color: inherit;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .collapsible-block__trigger {
    font-size: 18px;
  }
}
.collapsible-block__trigger:focus {
  outline: none;
}
.collapsible-block__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.collapsible-block__body {
  display: none;
  padding: 12px 0 0 18px;
}
.collapsible-block_state_open .collapsible-block__trigger:after {
  transform: translate(0, -75%) rotate(45deg);
}
.collapsible-block_state_open .collapsible-block__body {
  display: block;
}
.collapsible-group {
  display: block;
}
.collapsible-group__title {
  display: block;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .collapsible-group__title {
    font-size: 18px;
  }
}
.collapsible-group__title:last-child {
  margin-bottom: 0;
}
.collapsible-group__list {
  display: block;
}
.collapsible-group__item {
  display: block;
  margin: 0 0 12px;
}
.collapsible-group__item:last-child {
  margin-bottom: 0;
}
.contacts-dropdown {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.538;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .contacts-dropdown {
    font-size: 14px;
    line-height: 1.429;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts-dropdown:hover .contacts-dropdown__body {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
.contacts-dropdown__body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  visibility: hidden;
  width: 100%;
  padding: 15px 16px;
  color: var(--color-white);
  pointer-events: none;
  background: var(--color-primary);
  opacity: 0;
  transition: all 0.3s ease;
  transition-property: opacity, visiblity;
}
@media only screen and (min-width: 1025px) {
  .contacts-dropdown__body {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts-dropdown__body ~ .contacts-dropdown__trigger .contacts-dropdown__trigger-text {
    padding: 0 18px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts-dropdown__body ~ .contacts-dropdown__trigger .contacts-dropdown__trigger-text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 1;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(50%, -75%) rotate(45deg);
  }
}
.contacts-dropdown__trigger {
  position: relative;
  z-index: 1;
  display: block;
  padding: 11px 0 9px;
  color: var(--color-white);
  font-weight: 400;
  text-decoration: none;
  background: var(--color-primary);
  border: none;
  border-radius: 0 0 2px 2px;
  outline: none;
  transition: opacity 0.3s ease;
}
.contacts-dropdown__trigger:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
  .contacts-dropdown__trigger {
    padding: 15px 16px;
    font-weight: 700;
  }
}
.contacts-dropdown__trigger-text {
  position: relative;
  display: block;
}
.contacts-dropdown__list {
  display: block;
  margin: 0;
  padding: 0;
}
.contacts-dropdown__item {
  display: block;
  margin: 0 0 15px;
}
.contacts-dropdown__item:last-child {
  margin-bottom: 0;
}
.contacts-dropdown__contact {
  display: block;
  margin: 0 0 4px;
  font-weight: 700;
}
.contacts-dropdown__contact:last-child {
  margin-bottom: 0;
}
.contacts-dropdown__caption {
  display: block;
  margin: 0 0 4px;
}
.contacts-dropdown__caption:last-child {
  margin-bottom: 0;
}
.contacts-dropdown__link {
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: none;
  transition: opacity 0.3s ease;
}
.contacts-dropdown__link:hover {
  opacity: 0.7;
}
.data-table {
  display: block;
}
.data-table__heading {
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.data-table__heading:last-child {
  margin-bottom: 0;
}
.data-table__content {
  position: relative;
  display: block;
  overflow: auto;
  max-width: 100%;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  background: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .data-table__content {
    font-size: 14px;
  }
}
.data-table__header {
  display: block;
}
.data-table__header .data-table__row {
  min-height: 66px;
}
@media only screen and (min-width: 1025px) {
  .data-table__header .data-table__cell {
    width: min-content;
  }
}
@media only screen and (min-width: 1025px) {
  .data-table__header + .data-table__body > .data-table__row:first-child .data-table__cell {
    background: var(--color-primary-light);
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
}
.data-table__row {
  display: flex;
  flex-wrap: nowrap;
  min-height: 48px;
}
.data-table__cell {
  display: flex;
  flex: 1 0 95px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media only screen and (min-width: 1025px) {
  .data-table__cell {
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .data-table__cell_mobile-only {
    display: none;
  }
}
.data-table__text {
  text-wrap: balance;
  word-break: break-word;
}
@media only screen and (max-width: 1024px) {
  .data-table_layout_transforming .data-table__content {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .data-table_layout_transforming .data-table__header {
    flex: 0 0 131px;
    padding: 12px 0;
    background: var(--color-primary-light);
  }
}
@media only screen and (max-width: 1024px) {
  .data-table_layout_transforming .data-table__header .data-table__cell {
    padding: 8px 10px 8px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .data-table_layout_transforming .data-table__body {
    display: flex;
    overflow: auto;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 12px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .data-table_layout_transforming .data-table__body .data-table__cell {
    border-bottom: 1px solid var(--color-primary-light);
  }
}
@media only screen and (max-width: 1024px) {
  .data-table_layout_transforming .data-table__body .data-table__cell:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1024px) {
  .data-table_layout_transforming .data-table__row {
    flex: 1 0 114px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .data-table_layout_transforming .data-table__cell {
    flex: 0 1 auto;
    padding: 8px 20px;
  }
}
.delivery-panel {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}
.delivery-panel__title {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .delivery-panel__title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1;
  }
}
.delivery-panel__title:last-child {
  margin-bottom: 0;
}
.delivery-panel__links {
  margin: 0 0 20px;
}
.delivery-panel__links:last-child {
  margin-bottom: 0;
}
.delivery-panel__link {
  margin: 0 0 12px;
}
.delivery-panel__link:last-child {
  margin-bottom: 0;
}
.delivery-panel__quantity {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .delivery-panel__quantity {
    margin: 0 0 20px;
  }
}
.delivery-panel__quantity:last-child {
  margin-bottom: 0;
}
.delivery-panel__caption {
  display: block;
  flex: 0 1 auto;
  margin: 0 12px 0 0;
}
.delivery-panel__value {
  flex: 0 0 auto;
  max-width: 100px;
  margin: 0 0 0 auto;
  padding: 0 11px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 2px;
}
@media only screen and (min-width: 1025px) {
  .delivery-panel__value {
    margin: 0;
  }
}
.delivery-panel__panel {
  display: block;
  margin: 0 0 16px;
  padding: 20px 16px;
  color: var(--color-primary);
  background: var(--color-white);
}
@media only screen and (min-width: 1025px) {
  .delivery-panel__panel {
    margin: 0 0 20px;
  }
}
.delivery-panel__panel:last-child {
  margin-bottom: 0;
}
.delivery-panel__text {
  display: block;
  margin: 0 0 20px;
}
.delivery-panel__text:last-child {
  margin-bottom: 0;
}
.delivery-panel__text p:not([class]) {
  margin: 0;
}
.delivery-panel__text ul:not([class]) {
  margin: 0;
}
.delivery-panel__text ul:not([class]) li:not([class]) {
  padding: 0 0 0 24px;
}
.delivery-panel__text ul:not([class]) li:not([class]):before {
  top: 0.375em;
  left: 10px;
  width: 4px;
  height: 4px;
}
.delivery-panel__text li:not([class]) {
  margin: 0;
}
.detail {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .detail {
    display: flex;
    flex-wrap: nowrap;
  }
}
.detail__column {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-wrap: nowrap;
}
.detail__column_role_main {
  margin: 0 0 17px;
}
@media only screen and (min-width: 1025px) {
  .detail__column_role_main {
    flex-basis: 59%;
    width: 59%;
    max-width: 59%;
    margin: 0;
    padding: 0 16px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .detail__column_role_details {
    flex-basis: 41%;
    width: 41%;
    max-width: 41%;
  }
}
.detail__gallery {
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .detail__gallery {
    margin: 0 0 60px;
  }
}
.detail__gallery:last-child {
  margin-bottom: 0;
}
.detail__section {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 44px 0 0;
}
@media only screen and (min-width: 1025px) {
  .detail__section {
    display: flex;
  }
}
.detail__section:last-child {
  margin-bottom: 0;
}
.detail__info {
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .detail__info {
    margin: 0 0 60px;
  }
}
.detail__info:last-child {
  margin-bottom: 0;
}
.detail__tabs {
  display: none;
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 60px;
}
@media only screen and (min-width: 1025px) {
  .detail__tabs {
    display: block;
  }
}
.detail__tabs:last-child {
  margin-bottom: 0;
}
.detail__header {
  display: block;
  margin: 0 0 24px;
}
.detail__header:last-child {
  margin-bottom: 0;
}
.detail__title {
  display: block;
  margin: 0 0 12px;
}
.detail__title:last-child {
  margin-bottom: 0;
}
.detail__subtitle {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 24px;
}
.detail__subtitle:last-child {
  margin-bottom: 0;
}
.detail__caption {
  display: block;
  margin: 0 0 12px;
  color: var(--color-grey);
  font-size: 16px;
  line-height: 1.25;
}
.detail__caption:last-child {
  margin-bottom: 0;
}
.detail__radio-group {
  display: block;
  margin: 0 0 13px;
}
@media only screen and (min-width: 1025px) {
  .detail__radio-group {
    margin: 0 0 38px;
  }
}
.detail__radio-group:last-child {
  margin-bottom: 0;
}
.detail__tooltip-control {
  display: block;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .detail__tooltip-control {
    margin: 0 0 40px;
  }
}
.detail__tooltip-control:last-child {
  margin-bottom: 0;
}
.detail__info-panel {
  display: block;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .detail__info-panel {
    margin: 0 0 60px;
  }
}
.detail__info-panel:last-child {
  margin-bottom: 0;
}
.detail__product-table {
  display: none;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .detail__product-table {
    display: block;
  }
}
.detail__product-table:last-child {
  margin-bottom: 0;
}
.detail__purchase-panel {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  width: 100%;
  background: var(--color-milk);
}
@media only screen and (min-width: 1025px) {
  .detail__purchase-panel {
    position: static;
    display: block;
    margin: 0 0 40px;
    background: transparent;
  }
}
.detail__purchase-panel:last-child {
  margin-bottom: 0;
}
.detail__purchase-panel_state_visible {
  display: block;
}
.detail__check-panel {
  display: block;
  margin: 0 0 32px;
  border-top: 1px solid #b2b2b2;
}
@media only screen and (min-width: 1025px) {
  .detail__check-panel {
    margin: 0;
    border: none;
  }
}
.detail__check-panel:last-child {
  margin-bottom: 0;
}
.detail__description {
  flex: 1 1 auto;
  width: 100%;
  min-height: 80px;
}
.detail__tab-panels {
  padding: 24px 0 0;
}
.detail__mobile-sizes {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .detail__mobile-sizes {
    display: none;
  }
}
.detail__mobile-info {
  display: block;
  margin: 0 0 32px;
}
@media only screen and (min-width: 1025px) {
  .detail__mobile-info {
    display: none;
  }
}
.detail__mobile-info:last-child {
  margin-bottom: 0;
}
.detail__link {
  padding: 0 0 8px;
}
.detail__icon-link {
  border-bottom: 1px solid #b2b2b2;
}
.dev-credit {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  justify-content: flex-end;
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  outline: none;
  transition: rupture-hover 0.3s ease;
}
.dev-credit:hover {
  opacity: 0.7;
}
.dev-credit__logo {
  display: block;
  flex: 0 0 auto;
  width: auto;
}
.dev-credit__image {
  display: block;
  width: auto;
  max-width: 100%;
}
.dev-credit__text {
  display: block;
  flex: 0 1 auto;
  text-align: right;
}
.entries {
  display: block;
}
.entries__list {
  display: block;
}
.entries__item {
  display: block;
  margin: 0 0 20px;
}
.entries__item:last-child {
  margin-bottom: 0;
}
.entries_columns_2 .entries__list {
  -moz-columns: 2;
       columns: 2;
  gap: 60px;
}
.entries_columns_2 .entries__item {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.entry {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
}
.entry__title {
  font-weight: 400;
}
.fancybox__container:focus {
  outline: none;
}
.fancybox__container .fancybox__slide {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .fancybox__container .fancybox__slide {
    padding: 24px;
  }
}
.fancybox__container .fancybox__slide:before,
.fancybox__container .fancybox__slide:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .fancybox__container .fancybox__slide:before,
  .fancybox__container .fancybox__slide:after {
    display: block;
  }
}
.fancybox__container .fancybox__slide.has-image .fancybox__content {
  background: var(--color-white);
  outline: 15px solid var(--color-white);
}
.fancybox__container .fancybox__backdrop {
  background-color: rgba(56,56,56,0.7);
}
.fancybox__container .fancybox__content > .carousel__button.is-close {
  top: 28px;
  right: 12px;
  color: currentColor;
}
@media only screen and (min-width: 1025px) {
  .fancybox__container .fancybox__content > .carousel__button.is-close {
    top: 12px;
    right: 10px;
  }
}
.fancybox__container .fancybox__content .carousel__button {
  width: 24px;
  height: 24px;
}
.fancybox__container .fancybox__content .carousel__button svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  filter: none;
}
.fancybox__container .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: default;
}
.with-fancybox .page__body {
  overflow: hidden;
}
.file-list {
  display: block;
}
.file-list__list {
  display: block;
  margin: 0;
  padding: 0;
}
.file-list__item {
  display: block;
  margin: 0 0 12px;
  padding: 0;
}
.file-list__item:last-child {
  margin-bottom: 0;
}
.file {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.143;
  text-decoration: underline;
  background: transparent;
  border: none;
  outline: none;
  transition: opacity 0.3s ease;
}
.file:hover {
  opacity: 0.7;
}
.file__icon-wrapper {
  display: block;
  flex: 0 0 auto;
}
.file__icon {
  display: block;
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.file__text {
  display: block;
  flex: 0 1 auto;
}
.footer {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 32px 0 20px;
  color: var(--color-white);
  background: var(--color-primary);
}
@media only screen and (min-width: 1025px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__container {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .footer__container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__top {
  display: none;
  margin: 0 0 53px;
}
@media only screen and (min-width: 768px) {
  .footer__top {
    display: block;
  }
}
.footer__top:last-child {
  margin-bottom: 0;
}
.footer__main {
  display: block;
}
.footer__main .footer__container {
  align-items: flex-start;
}
.footer__bottom {
  display: block;
  padding: 36px 0 0;
}
@media only screen and (min-width: 1025px) {
  .footer__bottom {
    padding: 0;
  }
}
.footer__controls {
  display: block;
}
.footer__control {
  display: block;
  min-width: 223px;
  max-width: 100%;
  margin: 0 0 20px;
}
.footer__control:last-child {
  margin-bottom: 0;
}
.footer__section {
  display: block;
  flex: 0 1 auto;
}
@media only screen and (min-width: 1025px) {
  .footer__section {
    padding: 0 100px 0 0;
  }
}
.footer__section:last-child {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .footer__section_state_closed .footer__heading {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__section_state_closed .footer__content {
    display: none;
  }
}
.footer__section_state_closed .footer__trigger:before {
  transform: translate(50%, -50%);
}
.footer__section_state_closed .footer__trigger:after {
  transform: translate(50%, -50%) rotate(-90deg);
}
.footer__mobile-section {
  display: block;
  margin: 0 0 24px;
  padding: 0 0 23px;
  border-bottom: 1px solid currentColor;
}
@media only screen and (min-width: 1025px) {
  .footer__mobile-section {
    display: none;
  }
}
.footer__nav-section {
  flex-basis: 100%;
}
@media only screen and (min-width: 1025px) {
  .footer__nav-section {
    flex-basis: 42.5%;
  }
}
.footer__addresses-section {
  display: none;
  flex-basis: 42.5%;
}
@media only screen and (min-width: 1025px) {
  .footer__addresses-section {
    display: block;
  }
}
.footer__contacts-section {
  display: none;
  flex-basis: 15%;
}
@media only screen and (min-width: 1025px) {
  .footer__contacts-section {
    display: block;
  }
}
.footer__heading {
  display: block;
  margin: 0 0 27px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .footer__heading {
    font-size: 20px;
    line-height: 1.375;
    text-transform: none;
  }
}
.footer__heading:last-child {
  margin-bottom: 0;
}
.footer__trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 40px 0 0;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  text-transform: inherit;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .footer__trigger {
    padding: 0;
  }
}
.footer__trigger:before,
.footer__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transform: translate(50%, -50%) rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .footer__trigger:before,
  .footer__trigger:after {
    display: none;
  }
}
.footer__trigger:after {
  transform: translate(50%, -50%) rotate(-45deg);
}
.footer__dev-credit {
  margin: 0 0 0 auto;
}
.footer__icon-links {
  display: block;
  margin: 0 0 24px;
}
.footer__icon-links:last-child {
  margin-bottom: 0;
}
.footer__icon-link {
  display: block;
  margin: 0 0 24px;
}
.footer__icon-link:last-child {
  margin-bottom: 0;
}
.footer_accounted_purchase-panel {
  padding-bottom: 110px;
}
@media only screen and (min-width: 1025px) {
  .footer_accounted_purchase-panel {
    padding-bottom: 40px;
  }
}
.form-control {
  display: block;
  line-height: 1.255;
}
.form-control__holder {
  position: relative;
  display: block;
}
.form-control__label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.429;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .form-control__label:last-child {
    margin-bottom: 0;
  }
}
.form-control__field,
.form-control__check-group {
  position: relative;
  display: block;
}
.form-control__input,
.form-control__textarea,
.form-control__select,
.form-control .choices__inner {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 25px;
  color: var(--color-primary);
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 34px;
  background: transparent;
  border: 1px solid var(--color-grey);
  border-radius: 0;
  outline: none;
  transition: border-color 0.3s ease;
}
.form-control__input::placeholder,
.form-control__textarea::placeholder,
.form-control__select::placeholder {
  color: var(--color-grey);
  font-size: 14px;
  opacity: 1;
}
.form-control__input:focus,
.form-control__textarea:focus,
.form-control__select:focus {
  border-color: var(--color-primary);
}
.form-control__input:disabled,
.form-control__textarea:disabled,
.form-control__select:disabled {
  pointer-events: none;
  background-color: #ededed;
}
.form-control__input_state_invalid,
.form-control__textarea_state_invalid,
.form-control__select_state_invalid {
  border-color: var(--color-error);
}
.form-control__input_state_invalid:focus,
.form-control__textarea_state_invalid:focus,
.form-control__select_state_invalid:focus {
  border-color: var(--color-error);
}
.form-control__input[type='number'] {
  -webkit-appearance: textfield;
          appearance: textfield;
}
.form-control__input[type='number']::-webkit-outer-spin-button,
.form-control__input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.form-control__textarea {
  resize: none;
  height: 164px;
  min-height: 46px;
  max-height: 180px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.429;
}
.form-control__textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.form-control__textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 4px;
}
.form-control__textarea::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 4px;
}
.form-control__check-group {
  display: block;
  padding: 7px 0 0;
}
@media only screen and (min-width: 1025px) {
  .form-control__check-group {
    padding: 3px 0 0;
  }
}
.form-control__check-item {
  display: block;
  margin: 0 0 10px;
}
.form-control__check-item:last-child {
  margin-bottom: 0;
}
.form-control__switch-group {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0;
}
.form-control__switch-item {
  display: block;
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  margin: 0 33px 0 0;
  padding: 10px 0 0;
}
@media only screen and (min-width: 1025px) {
  .form-control__switch-item {
    margin: 0 53px 0 0;
  }
}
.form-control__switch-item:last-child {
  margin-right: 0;
}
.form-control__links {
  display: block;
  padding: 16px 0 0;
  font-size: 14px;
  line-height: 1.286;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .form-control__links {
    text-align: right;
  }
}
.form-control__message {
  overflow: hidden;
  width: 100%;
  padding: 4px 0 0;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-control__message_style_error {
  color: var(--color-error);
}
.form-control__decoration {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  transform: translate(0, -50%);
}
.form-control__icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: var(--color-primary);
}
.form-control__trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  background-image: url("IMG_DIR + 'hidden.svg'");
  background-position: 50% 50%;
  background-size: contain;
  border: none;
  outline: none;
  transform: translate(0, -50%);
}
.form-control__trigger_state_active.form-control__trigger_type_password {
  background-image: url("IMG_DIR + 'visible.svg'");
}
.form-control .form-control__field .choices[data-type*='select-one']:after {
  top: 50%;
  right: 29px;
  width: 10px;
  height: 10px;
  margin: 0;
  border: none;
  border-right: 1px solid var(--color-dark);
  border-bottom: 1px solid var(--color-dark);
  transform: translate(50%, -75%) rotate(45deg);
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__inner {
  min-height: auto;
  padding: 7px 11px;
  line-height: 22px;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__list {
  padding: 0;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__list--dropdown {
  overflow: hidden;
  margin: 2px 0 0;
  border: none;
  border-radius: 8px;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__item--choice {
  padding: 12px;
  color: var(--color-dark);
  font-size: 16px;
  line-height: 1.375;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__item--choice.is-selected {
  background: var(--color-milk);
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__item--choice.is-highlighted {
  color: #fff;
  background: var(--color-primary);
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__item--choice.choices__placeholder {
  display: none;
}
.form-control .form-control__field .choices[data-type*='select-one'] .choices__placeholder {
  color: var(--color-grey);
  opacity: 1;
}
.form-control .form-control__field .choices[data-type*='select-one'].is-focused .choices__inner {
  border-color: var(--color-primary);
}
.form-control .form-control__field .choices[data-type*='select-one'].is-open:after {
  transform: translate(50%, -25%) rotate(-135deg);
}
.form-control .form-control__field .choices[data-type*='select-one'].is-open .choices__list--dropdown {
  border: 1px solid rgba(50,43,41,0.16);
}
.form-control__highlight {
  color: var(--color-dark);
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .form-control__highlight {
    font-size: inherit;
  }
}
.form-control__result {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
}
.form-control__result_state_shown {
  display: block;
}
.form-control__result_state_hidden {
  display: none;
}
.form-control_align_center {
  text-align: center;
}
.form-control_align_center .form-control__label,
.form-control_align_center .form-control__input,
.form-control_align_center .form-control__textarea {
  text-align: center;
}
.form-control_state_invalid .form-control__input,
.form-control_state_invalid .form-control__textarea {
  border-color: var(--color-error);
}
.form-control_state_invalid .choices__inner {
  border-color: var(--color-error);
}
.form-control_type_captcha .form-control__holder {
  display: flex;
  flex-wrap: wrap;
}
.form-control_type_captcha .form-control__label {
  display: block;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.form-control_type_captcha .form-control__captcha {
  flex: 0 0 auto;
  margin: 0 4px 4px 0;
}
.form-control_type_captcha .form-control__captcha-image {
  width: auto;
  height: 48px;
}
.form-control_type_captcha .form-control__field {
  flex: 1 1 auto;
}
.form {
  display: block;
}
.form__main {
  display: block;
}
.form__inputs {
  margin: 0 0 25px;
}
.form__inputs:last-child {
  margin-bottom: 0;
}
.form__line {
  position: relative;
  display: block;
  margin: 0 0 25px;
}
.form__line:last-child {
  margin-bottom: 0;
}
.form__message-wrapper {
  display: block;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.form__confirmation-check {
  margin: 0 0 52px;
}
.form__confirmation-check:last-child {
  margin-bottom: 0;
}
.form__captcha {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .form__captcha {
    margin: 0 0 24px;
  }
}
.form__captcha:last-child {
  margin-bottom: 0;
}
.form__controls {
  display: block;
}
.form__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 151px;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .form__control {
    margin: 0 24px 0 0;
  }
}
.form__control:last-child {
  margin: 0;
}
.form__messages {
  display: none;
  padding: 24px 0;
}
.form__messages:first-child {
  padding-top: 0;
}
.form__messages:last-child {
  padding-bottom: 0;
}
.form__message {
  margin: 0 0 12px;
}
.form__message:last-child {
  margin-bottom: 0;
}
.form__message_style_error {
  color: var(--color-error);
}
.form__final {
  display: none;
}
.form_messages_shown .form__messages {
  display: block;
}
.form_state_sent .form__main {
  display: none;
}
.form_state_sent .form__final {
  display: block;
}
.gallery {
  position: relative;
  display: block;
}
.gallery__main {
  margin: 0 0 2px;
}
@media only screen and (min-width: 1025px) {
  .gallery__main {
    margin: 0;
  }
}
.gallery__main:last-child {
  margin-bottom: 0;
}
.gallery__container,
.gallery__nav-container {
  overflow: hidden;
}
.gallery__wrapper,
.gallery__nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.gallery__slide {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .gallery__slide {
    padding: 80px 0;
  }
}
.gallery__slide .gallery__illustration {
  max-width: 432px;
  height: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .gallery__slide .gallery__illustration {
    height: auto;
  }
}
.gallery__illustration {
  position: relative;
  display: block;
}
.gallery__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 150.76% 0 0;
}
.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: 50% 50%;
}
.gallery__nav-slide {
  position: relative;
  flex: 0 0 auto;
  width: 20%;
}
@media only screen and (min-width: 1025px) {
  .gallery__nav-slide {
    width: 16.666%;
  }
}
.gallery__nav-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-grey);
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .gallery__nav-slide:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
  }
}
.gallery__nav-slide.swiper-slide-active:after {
  background-color: currentColor;
}
.gallery__nav-slide .gallery__illustration {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .gallery__nav-slide .gallery__illustration {
    display: block;
  }
}
.gallery__link {
  display: block;
}
.geo-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  color: inherit;
  font-size: 13px;
  line-height: 1.538;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .geo-trigger {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
}
.geo-trigger:hover {
  opacity: 0.7;
}
.geo-trigger__text {
  position: relative;
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0 18px 0 0;
}
.geo-trigger__text:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(50%, -75%) rotate(45deg);
}
.header {
  position: relative;
  display: block;
  color: var(--color-dark);
  background: var(--color-milk);
}
@media only screen and (min-width: 1025px) {
  .header {
    background: var(--color-white);
  }
}
.header__container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.header__top {
  display: block;
  color: var(--color-white);
  background: var(--color-primary);
}
@media only screen and (min-width: 1025px) {
  .header__top {
    color: inherit;
    background: inherit;
  }
}
.header__main {
  display: block;
  padding: 12px 0;
}
@media only screen and (min-width: 1025px) {
  .header__main {
    padding: 8px 0;
  }
}
.header__bottom {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header__bottom {
    display: block;
  }
}
.header__burger {
  display: block;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}
.header__geo-trigger {
  flex: 0 1 auto;
}
.header__links {
  display: none;
  flex: 0 1 auto;
  margin: 0 20px 0 55px;
}
@media only screen and (min-width: 1025px) {
  .header__links {
    display: block;
  }
}
.header__contacts-dropdown {
  flex: 0 1 auto;
}
.header__search {
  flex: 0 0 auto;
}
@media only screen and (min-width: 1025px) {
  .header__search {
    flex: 0 1 35%;
  }
}
.header__search-trigger {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .header__search-trigger {
    display: none;
  }
}
.header__search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .header__search-panel {
    position: static;
    display: block;
    max-width: 233px;
  }
}
.header__logo {
  display: block;
  flex: 0 1 115px;
  margin: 0 20px;
}
@media only screen and (min-width: 480px) {
  .header__logo {
    flex: 0 1 151px;
  }
}
.header__icon-links {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .header__icon-links {
    flex: 0 1 35%;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.header__cart-trigger {
  position: relative;
}
.header__cart-trigger:hover .header__mini-cart {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.header__mini-cart {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 15;
  display: none;
  visibility: hidden;
  width: max-content;
  max-width: 400px;
  padding: 10px 0 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  transition-property: opacity, visibility;
}
@media only screen and (min-width: 1025px) {
  .header__mini-cart {
    display: block;
  }
}
.header__catalog-slide {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  visibility: hidden;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  transition-property: opacity, visibility;
}
.header_catalog_open .header__catalog-slide {
  display: block;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.header_search_open .header__search-panel {
  display: block;
}
.icon-link {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.143;
  text-decoration: underline;
  background: transparent;
  border: none;
  outline: none;
  transition: opacity 0.3s ease;
}
.icon-link:hover {
  opacity: 0.7;
}
.icon-link__icon-wrapper {
  position: relative;
  display: block;
  flex: 0 0 auto;
}
.icon-link__icon {
  display: block;
  width: 27px;
  height: 24px;
  fill: currentColor;
}
.icon-link__text {
  display: block;
  flex: 0 1 auto;
}
.icon-link__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  min-width: 18px;
  height: 18px;
  padding: 0 2px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background: var(--color-primary);
  border-radius: 50%;
  transform: translate(25%, -25%);
}
.icon-link_type_standard {
  -moz-column-gap: 6px;
       column-gap: 6px;
  text-decoration: none;
}
.icon-link_type_standard .icon-link__icon {
  width: 24px;
  height: 24px;
}
.icon-link_type_panel {
  align-items: center;
  min-height: 68px;
  padding: 20px 24px;
  background: var(--color-milk);
}
.icon-link_mobile-text_hidden .icon-link__text {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .icon-link_mobile-text_hidden .icon-link__text {
    display: block;
  }
}
.icon-link_style_dependent {
  color: inherit;
}
.info-panel {
  display: block;
  padding: 13px 20px 16px;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 2px;
}
@media only screen and (min-width: 1025px) {
  .info-panel {
    padding: 20px;
  }
}
.info-panel__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .info-panel__list {
    row-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: flex-start;
  }
}
.info-panel__item {
  display: block;
  flex: 0 1 155px;
  width: auto;
}
.info-panel__caption {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  .info-panel__caption {
    font-size: 16px;
  }
}
.info-panel__caption:last-child {
  margin-bottom: 0;
}
.info-panel__value {
  display: block;
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.166;
}
.info-panel__value:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .info-panel_decoration_logo {
    background-image: url('../blocks/info-panel/images/logo.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto;
  }
}
.link-group {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-size: 16px;
  line-height: 1.143;
  text-transform: none;
}
.link-group__illustration {
  display: block;
  flex: 0 0 auto;
  width: 80px;
  padding: 5px 0;
}
.link-group__image {
  display: block;
  width: auto;
  max-width: 100%;
}
.link-group__content {
  display: block;
  flex: 0 1 auto;
}
.link-group__caption {
  display: block;
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 1.375;
  text-transform: uppercase;
}
.link-group__caption:last-child {
  margin-bottom: 0;
}
.link-group__list {
  display: block;
  margin: 0 0 13px;
}
.link-group__list:last-child {
  margin-bottom: 0;
}
.link-group__holder {
  display: inline-block;
  padding: 0 0 0 5px;
}
.link-group__icon {
  stroke: #383838;
  transition: all 0.3s ease;
  transition-property: transform, color;
}
.link-group__sub-items {
  display: none;
}
.link-group__sub-items .link-group__item {
  margin: 0 0 16px;
}
.link-group__sub-items .link-group__item:last-child {
  margin-bottom: 0;
}
.link-group__item {
  display: block;
  margin: 0 0 13px;
  font-weight: 300;
}
.link-group__item:last-child {
  margin-bottom: 0;
}
.link-group__item_type_parent .link-group__link {
  display: flex;
  gap: 8px;
  font-weight: 400;
}
.link-group__item_type_active > .link-group__link {
  color: var(--color-primary);
  font-weight: 500;
}
.link-group__item_type_active .link-group__icon {
  stroke: var(--color-primary);
  transform: rotate(180deg);
}
.link-group__item_type_active .link-group__sub-items {
  display: block;
  padding: 16px 0 0 12px;
}
.link-group__link {
  display: block;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-decoration: none;
  background: transparent;
  border: none;
  transition: opacity 0.3s ease;
}
.link-group__link:hover {
  opacity: 0.7;
}
.rd-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--color-primary);
  font: inherit;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid currentColor;
  outline: none;
  transition: all 0.3s ease;
  transition-property: color, opacity;
}
.rd-link:hover {
  color: var(--color-primary);
  opacity: 0.7;
}
.rd-link_color_dependent {
  color: inherit;
}
.rd-link_color_dependent:hover {
  color: inherit;
}
.rd-link_weight_bold {
  font-weight: 700;
  border-bottom-width: 1.5px;
}
.logo {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.logo:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}
.logo__image {
  display: block;
  width: 100%;
}
.logo__figure {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}
.mini-cart-product {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  font-size: 14px;
  line-height: 1.429;
}
.mini-cart-product__illustration {
  display: block;
  flex: 0 0 66px;
  height: 100px;
}
.mini-cart-product__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.mini-cart-product__title {
  display: block;
  margin: 0 0 12px;
}
.mini-cart-product__title:last-child {
  margin-bottom: 0;
}
.mini-cart-product__link {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: opacity 0.3s ease;
}
.mini-cart-product__link:hover {
  opacity: 0.7;
}
.mini-cart-product__labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mini-cart-product__label {
  display: block;
  flex: 0 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.105;
}
.mini-cart {
  display: block;
  padding: 20px;
  background: var(--color-milk);
  border-radius: 2px;
}
.mini-cart__list {
  display: block;
  overflow: auto;
  max-height: 300px;
  margin: 0;
}
.mini-cart__list::-webkit-scrollbar {
  background-color: var(--color-milk);
}
.mini-cart__list::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}
.mini-cart__item {
  position: relative;
  display: block;
  margin: 0 0 9px;
  padding: 0 20px 8px 0;
  border-bottom: 1px solid #b2b2b2;
}
.mini-cart__item:last-child {
  margin-bottom: 0;
}
.mini-cart__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 10px;
  height: 10px;
  color: var(--color-dark);
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  transition: color 0.3s ease;
}
.mini-cart__remove:hover {
  color: var(--color-error);
}
.mini-cart__remove:before,
.mini-cart__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 10px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mini-cart__remove:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mini-cart__result {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 17px 20px 15px;
  font-size: 14px;
  line-height: 1.429;
}
.mini-cart__price {
  display: block;
  flex: 0 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.105;
}
.mini-cart__controls {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.mini-cart__control {
  display: block;
  flex: 1 1 25%;
}
.mobile-product-table {
  position: relative;
  display: block;
  padding: 24px 16px;
  color: var(--color-dark);
  font-size: 16px;
  line-height: 1.25;
  background: var(--color-white);
}
.mobile-product-table__content {
  position: relative;
}
.mobile-product-table__header {
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
}
.mobile-product-table__header:last-child {
  border-bottom: none;
}
.mobile-product-table__header .mobile-product-table__cell {
  align-items: center;
  min-height: 42px;
  padding: 12px 4px;
}
.mobile-product-table__row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #b2b2b2;
}
.mobile-product-table__row:last-child {
  border-bottom: none;
}
.mobile-product-table__cell {
  display: flex;
  flex: 0 0 25%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  min-height: 58px;
  padding: 8px;
  border-right: 1px solid #b2b2b2;
}
.mobile-product-table__cell:nth-child(1) {
  flex-basis: 21.3415%;
}
.mobile-product-table__cell:nth-child(2) {
  flex-basis: 28.3537%;
}
.mobile-product-table__cell:nth-child(3) {
  flex-basis: 27.439%;
}
.mobile-product-table__cell:nth-child(4) {
  flex-basis: 22.8658%;
}
.mobile-product-table__cell:last-child {
  border-right: none;
}
.mobile-product-table__label {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin: 0 auto;
}
.mobile-product-table__hidden-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: none;
  opacity: 0.01;
  transform: scale(0.001);
}
.mobile-product-table__hidden-input:in-range ~ .mobile-product-table__input-visual {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.mobile-product-table__input-visual {
  display: block;
  width: 40px;
  height: 28px;
  padding: 0 3px;
  color: var(--color-dark);
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background: transparent;
  border: 1px solid var(--color-dark);
  border-radius: 2px;
  -webkit-appearance: textfield;
          appearance: textfield;
  transition: all 0.3s ease;
  transition-property: color, background-color, border-color;
}
.mobile-product-table__input-visual::-webkit-outer-spin-button,
.mobile-product-table__input-visual::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.mobile-product-table__text {
  text-wrap: balance;
  word-break: break-word;
}
.mobile-product-table__icon {
  display: block;
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.mobile-product-table_style_highlight-first .mobile-product-table__cell:first-child {
  background: var(--color-primary-light);
}
.modal {
  position: relative;
  display: none;
  overflow: auto;
  width: 100%;
  padding: 28px 16px;
  color: var(--color-white);
  background: var(--color-primary);
}
@media only screen and (min-width: 1025px) {
  .modal {
    max-width: 500px;
    min-height: auto;
    padding: 57px 60px 60px;
  }
}
.modal::-webkit-scrollbar {
  background-color: var(--color-primary);
}
.modal::-webkit-scrollbar-thumb {
  background-color: var(--color-white);
}
.modal__header {
  display: block;
  margin: 0 0 32px;
  padding: 0 40px 0 0;
}
@media only screen and (min-width: 1025px) {
  .modal__header {
    margin: 0 0 25px;
    padding: 0;
  }
}
.modal__header:last-child {
  margin-bottom: 0;
}
.modal__content {
  max-width: 100%;
}
.modal__title {
  display: block;
  margin: 0 0 20px;
}
.modal__title:last-child {
  margin-bottom: 0;
}
.modal__text {
  display: block;
  margin: 0 0 20px;
}
.modal__text:last-child {
  margin-bottom: 0;
}
.modal__table-set {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .modal__table-set {
    margin: 0 0 40px;
  }
}
.modal__table-set:last-child {
  margin-bottom: 0;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
  display: block;
  color: inherit;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .modal__close {
    display: none;
  }
}
.modal__arrow-trigger {
  display: block;
  margin: 0 0 32px;
}
.modal__arrow-trigger:last-child {
  margin-bottom: 0;
}
.modal__section {
  display: block;
  margin: 0 0 32px;
}
.modal__section:last-child {
  margin-bottom: 0;
}
.modal__heading {
  display: block;
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.158;
}
.modal__heading:last-child {
  margin-bottom: 0;
}
.modal__mobile-product-table {
  margin: 0 -16px 30px;
}
@media only screen and (min-width: 1025px) {
  .modal__mobile-product-table {
    margin: 0 0 40px;
  }
}
.modal__mobile-product-table:last-child {
  margin-bottom: 0;
}
.modal__message {
  display: block;
  max-width: 286px;
  margin: 0 auto 30px;
  padding: 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
  text-align: center;
}
.modal__message:last-child {
  margin-bottom: 0;
}
.modal_style_light {
  color: var(--color-dark);
  background-color: var(--color-white);
}
.modal_style_light::-webkit-scrollbar {
  background-color: var(--color-white);
}
.modal_style_light::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}
.modal_form-state_sent .modal__header {
  display: none;
}
.modal_width_m {
  padding: 52px 12px 32px;
}
@media only screen and (min-width: 1025px) {
  .modal_width_m {
    max-width: 560px;
    padding: 32px 16px;
  }
}
.modal_width_wide {
  padding: 29px 16px 32px;
}
@media only screen and (min-width: 1025px) {
  .modal_width_wide {
    max-width: 830px;
    padding: 60px;
  }
}
.modal_width_wide .modal__header {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .modal_width_wide .modal__header {
    margin: 0 0 32px;
  }
}
.modal_width_wide .modal__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1281px) {
  .modal_width_wide:has(.modal__content > .table-set_width_m),
  .modal_width_wide:has(.tabs__panel_state_active > .tabs__sub-table-set > .table-set_width_m) {
    max-width: 930px;
  }
}
@media only screen and (min-width: 1281px) {
  .modal_width_wide:has(.modal__content > .table-set_width_l),
  .modal_width_wide:has(.tabs__panel_state_active > .tabs__sub-table-set > .table-set_width_l) {
    max-width: 860px;
  }
}
@media only screen and (min-width: 1281px) {
  .modal_width_wide:has(.modal__content > .table-set_width_xl),
  .modal_width_wide:has(.tabs__panel_state_active > .tabs__sub-table-set > .table-set_width_xl) {
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1281px) {
  .modal_width_wide:has(.modal__content > .table-set_width_xxl),
  .modal_width_wide:has(.tabs__panel_state_active > .tabs__sub-table-set > .table-set_width_xxl) {
    max-width: 1140px;
  }
}
.modal_mobile_full-height {
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .modal_mobile_full-height {
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .modal_mobile_hide-close .carousel__button {
    display: none;
  }
}
.modal_type_puller:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 32px;
  height: 3px;
  background: var(--color-white);
  border-radius: 3px;
  opacity: 0.5;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 1025px) {
  .modal_type_puller:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .modal_animated_right {
    transform: translate(100%, 0);
  }
}
@media only screen and (max-width: 1024px) {
  .modal_animated_bottom {
    margin: auto 0 0;
    transform: translate(0, 100%);
  }
}
.modal_spacing_m {
  padding: 19px 12px;
}
.modal_spacing_m .modal__close {
  top: 23px;
  right: 12px;
}
@media only screen and (max-width: 1024px) {
  .fancybox__container:not(.is-closing) .modal_animated_right {
    animation-name: modal-slide-out-right;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
}
@media only screen and (max-width: 1024px) {
  .fancybox__container:not(.is-closing) .modal_animated_bottom {
    animation-name: modal-slide-out-bottom;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
}
@keyframes modal-slide-out-right {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes modal-slide-out-bottom {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}
.nav {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}
.nav__list {
  display: block;
  margin: 0;
  padding: 0;
}
.nav__item {
  position: relative;
  display: block;
  margin: 0 0 12px;
  padding: 0;
}
.nav__item:last-child {
  margin-bottom: 0;
}
.nav__item:hover > .nav__sub {
  display: block;
}
.nav__link {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  transition-property: color, background-color, opacity;
}
.nav__link:hover {
  text-decoration: none;
  outline: none;
  opacity: 0.5;
}
.nav__sub {
  display: block;
  padding: 12px 0 0 24px;
}
.nav__link-groups {
  -moz-columns: 3;
       columns: 3;
  gap: 80px;
}
.nav__link-groups_type_row {
  -moz-columns: auto;
  columns: auto;
}
.nav__link-groups_type_row .nav__link-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.nav__link-column {
  margin: 0 0 50px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.nav__link-group {
  margin: 0 0 50px;
}
.nav__link-group:last-child {
  margin-bottom: 0;
}
.nav_type_simple-horizontal {
  font-size: 14px;
  line-height: 1.429;
}
.nav_type_simple-horizontal .nav__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
.nav_type_simple-horizontal .nav__item {
  display: block;
  flex: 0 1 auto;
  margin: 0;
}
.nav_type_primary {
  text-transform: uppercase;
}
.nav_type_primary .nav__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 1281px) {
  .nav_type_primary .nav__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .nav_type_primary .nav__list {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.nav_type_primary .nav__item {
  position: static;
  margin: 0;
  padding: 11px 0 13px;
}
.nav_type_primary .nav__item:hover > .nav__sub {
  visibility: visible;
  height: auto;
  pointer-events: auto;
  opacity: 1;
}
.nav_type_primary .nav__link {
  font-size: 13px;
}
@media only screen and (min-width: 1281px) {
  .nav_type_primary .nav__link {
    font-size: 16px;
  }
}
.nav_type_primary .nav__sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  visibility: hidden;
  width: 100%;
  height: 0;
  padding: 53px 0;
  color: var(--color-dark);
  pointer-events: none;
  background: var(--color-milk);
  border-top: 2px solid var(--color-primary);
  opacity: 0;
  transition: all 0.3s ease;
  transition-property: opacity, visibility;
}
@media only screen and (min-width: 768px) {
  .nav_columns_2 .nav__list {
    -moz-columns: 2;
         columns: 2;
    gap: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .nav_columns_2 .nav__item {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}
.nav_size_m {
  font-size: 18px;
  line-height: 1.555;
}
@media only screen and (min-width: 1025px) {
  .nav_size_m {
    font-size: 16px;
    line-height: 1.25;
  }
}
.nav_size_m .nav__item {
  margin: 0 0 24px;
}
@media only screen and (min-width: 1025px) {
  .nav_size_m .nav__item {
    margin: 0 0 12px;
  }
}
.nav_size_m .nav__item:last-child {
  margin-bottom: 0;
}
.page {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: var(--color-white);
}
.page__body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100vh;
}
.page__body_menu_open {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .page__body_menu_open {
    overflow: visible;
  }
}
.page__body_menu_open .page__slide-menu {
  transform: translate(0, 0);
}
.page__body_search_open {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .page__body_search_open {
    overflow: visible;
  }
}
.page__body_search_open .page__content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-dark);
  opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
  .page__body_search_open .page__content:after {
    display: none;
  }
}
.page__header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
.page__header_position_absolute {
  position: absolute;
  pointer-events: none;
}
.page__header-wrapper {
  position: relative;
  top: 0;
  left: 0;
  z-index: inherit;
  display: block;
  width: 100%;
}
.page__alert {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .page__alert {
    display: block;
  }
}
.page__content {
  position: relative;
  display: block;
  flex: 1 1 100%;
  width: 100%;
  padding: 20px 0 10px;
}
@media only screen and (min-width: 1025px) {
  .page__content {
    padding: 10px 0 50px;
  }
}
.page__breadcrumbs {
  display: none;
  margin: 0 0 32px;
}
@media only screen and (min-width: 1025px) {
  .page__breadcrumbs {
    display: block;
  }
}
.page__breadcrumbs:last-child {
  margin-bottom: 0;
}
.page__container {
  width: 100%;
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 16px;
}
.page__container_width_full {
  max-width: 100%;
}
.page__container_gutter_none {
  max-width: 1416px;
  padding: 0 0;
}
.page__footer {
  display: block;
  flex: 0 0 auto;
  width: 100%;
}
.page__slide-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 700;
  width: 100%;
  height: auto;
  transform: translate(-110%, 0);
  transition: transform 0.3s ease;
}
.page__detail {
  padding: 0 0 30px;
}
.product-carousel {
  display: block;
}
.product-carousel__wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.product-carousel__panel {
  height: 100%;
}
.product-carousel .product-carousel__container {
  overflow: visible;
}
@media only screen and (min-width: 1025px) {
  .product-carousel .product-carousel__container {
    overflow: hidden;
  }
}
.product-carousel .product-carousel__slide {
  flex: 0 0 192px;
  width: 192px;
  max-width: 192px;
  height: auto;
  margin: 0 16px 0 0;
}
@media only screen and (min-width: 1025px) {
  .product-carousel .product-carousel__slide {
    flex-basis: auto;
    width: auto;
    max-width: 100%;
    margin: 0;
  }
}
.product-snippet {
  display: block;
}
.product-snippet__stickers {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 2;
}
.product-snippet__sticker {
  display: block;
  margin: 0 0 8px;
}
.product-snippet__sticker:last-child {
  margin-bottom: 0;
}
.product-snippet__illustration {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 14px;
}
.product-snippet__illustration:last-child {
  margin-bottom: 0;
}
.product-snippet__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 130.21% 0 0;
}
@media only screen and (min-width: 1025px) {
  .product-snippet__illustration:before {
    padding: 112.11% 0 0;
  }
}
.product-snippet__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.product-snippet__main {
  display: block;
  margin: 0 0 10px;
}
.product-snippet__main:last-child {
  margin-bottom: 0;
}
.product-snippet__price-group {
  display: block;
  margin: 0 0 8px;
}
.product-snippet__price-group:last-child {
  margin-bottom: 0;
}
.product-snippet__price {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.product-snippet__title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .product-snippet__title {
    line-height: 1.143;
  }
}
.product-snippet__link {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: color 0.3s ease;
}
.product-snippet__link:hover {
  color: var(--color-primary);
}
.product-table {
  display: block;
  font-size: 14px;
  line-height: 1.143;
}
.product-table__header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 12px;
  padding: 0 24px 12px;
  background: var(--color-milk);
}
.product-table__header:last-child {
  margin-bottom: 0;
}
.product-table__controls {
  z-index: 1;
  display: block;
  flex: 0 1 auto;
  margin: 0 20px 0 0;
}
.product-table__controls:last-child {
  margin-right: 0;
}
.product-table__links {
  z-index: 1;
  display: block;
  flex: 0 1 auto;
  margin: 0 20px 0 auto;
}
.product-table__links:last-child {
  margin-right: 0;
}
.product-table__link {
  display: block;
}
.product-table__trigger {
  position: relative;
  display: block;
  padding: 0 23px 0 0;
  color: var(--color-dark);
  text-align: left;
  background: transparent;
  border: none;
}
.product-table__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translate(50%, -25%) rotate(-135deg);
  transition: transform 0.3s ease;
}
.product-table__trigger-text {
  display: none;
}
.product-table__trigger-text_role_alt {
  display: block;
}
.product-table__table {
  position: relative;
  padding: 12px;
  background: var(--color-milk);
}
.product-table__row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--color-grey);
}
.product-table__row:last-child {
  border-bottom: none;
}
.product-table__cell {
  display: flex;
  flex: 1 1 20%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 4px 12px;
  border-right: 1px solid var(--color-grey);
}
.product-table__cell:last-child {
  border-right: none;
}
.product-table__cell_type_heading {
  font-weight: 500;
  text-align: center;
}
.product-table__text {
  display: block;
  flex: 0 1 auto;
}
.product-table__text:only-child {
  flex-grow: 1;
}
.product-table__extra {
  flex: 0 1 auto;
  margin: 0 auto 0 0.2em;
  color: var(--color-grey);
}
.product-table__tooltip {
  flex: 0 0 auto;
  color: var(--color-grey);
}
.product-table__quantity-input {
  justify-self: center;
  align-self: center;
}
.product-table__check-elem {
  justify-self: center;
  align-self: center;
}
.product-table_state_closed {
  position: relative;
}
.product-table_state_closed:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.9) 44.23%);
}
.product-table_state_closed .product-table__trigger:after {
  transform: translate(50%, -75%) rotate(45deg);
}
.product-table_state_closed .product-table__trigger-text {
  display: block;
}
.product-table_state_closed .product-table__trigger-text_role_alt {
  display: none;
}
.product-table_state_closed .product-table__row:nth-child(4) {
  border-bottom: none;
}
.product-table_state_closed .product-table__row:nth-child(n + 5) {
  display: none;
}
.product-table_layout_default .product-table__cell:nth-child(1) {
  flex: 0 0 26%;
  width: 26%;
  max-width: 26%;
}
.product-table_layout_default .product-table__cell:nth-child(2) {
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
.product-table_layout_default .product-table__cell:nth-child(3) {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
.product-table_layout_default .product-table__cell:nth-child(4) {
  flex: 0 0 19%;
  width: 19%;
  max-width: 19%;
}
.product-table_layout_default .product-table__cell:nth-child(5) {
  flex: 0 0 8%;
  width: 8%;
  max-width: 8%;
}
.props {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}
.props__title {
  display: block;
  margin: 0 0 10px;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
}
.props__title:last-child {
  margin-bottom: 0;
}
.props__list {
  display: block;
  margin: 0;
  padding: 0;
}
.props__item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 6px;
}
.props__item:last-child {
  margin-bottom: 0;
}
.props__item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-grey);
}
.props__caption {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 1 auto;
  padding: 0 20px 0 0;
  background: var(--color-white);
}
.props__value {
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 1 auto;
  max-width: 200px;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
  text-align: right;
  background: var(--color-white);
}
.props_spacing_s .props__item {
  margin: 0;
}
.props_spacing_m .props__title {
  margin: 0 0 4px;
}
.props_spacing_m .props__title:last-child {
  margin-bottom: 0;
}
.props_spacing_m .props__item {
  margin: 0 0 2px;
}
.props_spacing_m .props__item:last-child {
  margin-bottom: 0;
}
.props_layout_standard {
  font-size: 13px;
  line-height: 1.23;
}
.props_layout_standard .props__item:after {
  position: static;
  width: 1em;
}
.props_layout_standard .props__caption {
  padding: 0 3px 0 0;
}
.props_layout_standard .props__value {
  order: 1;
  margin: 0;
  padding: 0 0 0 3px;
  font-weight: 500;
}
.purchase-panel {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.166;
}
@media only screen and (min-width: 1025px) {
  .purchase-panel {
    display: flex;
    flex-wrap: nowrap;
  }
}
.purchase-panel__content {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  padding: 9px 23px;
  border-top: 2px solid var(--color-primary);
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
@media only screen and (min-width: 1025px) {
  .purchase-panel__content {
    border: 2px solid var(--color-primary);
  }
}
.purchase-panel__price-group {
  display: block;
  flex: 0 1 auto;
  margin: 0 20px 0 0;
}
.purchase-panel__price-group:last-child {
  margin-right: 0;
}
.purchase-panel__price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.purchase-panel__quantity {
  display: block;
  margin: 0 20px 0 auto;
}
.purchase-panel__quantity:last-child {
  margin-right: 0;
}
.purchase-panel__controls {
  display: block;
  flex: 0 1 auto;
  min-width: 182px;
  background: var(--color-primary);
  border-radius: 0 2px 2px 0;
}
.purchase-panel__control {
  display: block;
}
.quantity-input {
  display: block;
}
.quantity-input__wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 3px 2px;
  border: 1px solid var(--color-dark);
  border-radius: 2px;
}
@media only screen and (min-width: 1281px) {
  .quantity-input__wrapper {
    padding: 3px 12px;
  }
}
.quantity-input__control {
  display: block;
  flex: 0 0 auto;
  width: auto;
}
.quantity-input__button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  color: var(--color-dark);
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  transition: color 0.3s ease;
}
.quantity-input__button:hover,
.quantity-input__button:focus {
  z-index: 5;
  color: var(--color-primary);
  text-decoration: none;
}
.quantity-input__button:disabled {
  color: var(--color-grey);
  pointer-events: none;
}
.quantity-input__button:before,
.quantity-input__button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 10px;
  height: 2px;
  color: inherit;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.quantity-input__button:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.quantity-input__button_type_decrease:after {
  display: none;
}
.quantity-input__field {
  display: block;
  flex: 1 1 auto;
  width: auto;
}
.quantity-input__input {
  position: relative;
  width: 100%;
  min-width: 20px;
  height: 20px;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: textfield;
          appearance: textfield;
  font-variant-numeric: lining-nums;
  transition: border-color 0.3s ease;
}
.quantity-input__input::-webkit-outer-spin-button,
.quantity-input__input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.radio-group {
  display: block;
}
.radio-group__caption {
  display: block;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.radio-group__caption:last-child {
  margin-bottom: 0;
}
.radio-group__list {
  display: flex;
  flex-wrap: wrap;
}
.radio-group__item {
  display: block;
  flex: 0 0 82px;
  width: 82px;
  margin: 0;
}
.radio-group__label {
  position: relative;
  overflow: hidden;
}
.radio-group__input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: none;
  opacity: 0.01;
  transform: scale(0.001);
}
.radio-group__input:checked ~ .radio-group__panel .radio-group__illustration {
  border-color: currentColor;
}
.radio-group__illustration {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.radio-group__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 146.34% 0 0;
}
.radio-group__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rd-tooltip {
  position: relative;
  display: block;
  color: #b2b2b2;
}
@media only screen and (min-width: 1025px) {
  .rd-tooltip {
    color: inherit;
  }
}
.rd-tooltip:hover .rd-tooltip__bubble {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.rd-tooltip__icon-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: inherit;
  font-size: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
}
@media only screen and (min-width: 1025px) {
  .rd-tooltip__icon-wrapper {
    width: 15px;
    height: 15px;
  }
}
.rd-tooltip__icon {
  display: block;
  width: 7px;
  height: 12px;
  fill: currentColor;
}
@media only screen and (min-width: 1025px) {
  .rd-tooltip__icon {
    width: 5px;
    height: 9px;
  }
}
.rd-tooltip__bubble {
  position: absolute;
  right: -20px;
  bottom: 100%;
  z-index: 10;
  display: block;
  visibility: hidden;
  padding: 0 0 10px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  transition-property: visibility, opacity;
}
@media only screen and (min-width: 1025px) {
  .rd-tooltip__bubble {
    right: auto;
    left: -39px;
  }
}
.rd-tooltip__content {
  position: relative;
  display: block;
  width: max-content;
  max-width: 242px;
  padding: 12px 16px;
  color: var(--color-dark);
  font-size: 14px;
  line-height: 1.429;
  text-align: left;
  background: var(--color-white);
  border-radius: 2px;
}
.rd-tooltip__content:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 47px;
  width: 0;
  height: 0;
  padding: 0 !important;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: var(--color-white) transparent transparent transparent;
  transform: translate(-50%, 0);
}
.roll-input {
  position: relative;
  transition: opacity 0.3s ease;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  height: 92px;
}
.roll-input__container {
  overflow: visible;
  flex: 0 0 auto;
  width: auto;
  width: 100%;
  height: 152px;
  margin: -60px 0 0;
  -webkit-user-select: none;
          user-select: none;
}
.roll-input__container:before {
  transform: translate(0, -42px);
}
.roll-input__container:after {
  transform: translate(0, 39px);
}
.roll-input__wrapper {
  height: 100%;
}
.roll-input__slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: 32px;
  padding: 6px 18px;
}
.roll-input__slide.swiper-slide-realtime-prev-prev .roll-input__caption {
  opacity: 0.227;
  transform: scale(0.5862);
}
.roll-input__slide.swiper-slide-realtime-prev .roll-input__caption {
  opacity: 1;
  transform: scale(0.7414);
}
.roll-input__slide.swiper-slide-realtime-active .roll-input__caption {
  opacity: 1;
  transform: scale(1);
}
.roll-input__slide.swiper-slide-realtime-next .roll-input__caption {
  opacity: 1;
  transform: scale(0.7414);
}
.roll-input__slide.swiper-slide-realtime-next-next .roll-input__caption {
  opacity: 0.227;
  transform: scale(0.5862);
}
.roll-input__caption {
  position: relative;
  display: block;
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.125;
  transform: scale(0.4655);
  transition: all 0.3s ease;
  transition-property: margin, opacity, transform;
}
.roll-input__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 32px;
  color: transparent;
  font-size: 19px;
  text-align: center;
  background: rgba(255,255,255,0.3);
  border: none;
  outline: none;
  -webkit-appearance: textfield;
          appearance: textfield;
  transition: all 0.3s ease;
  transition-property: color, background-color;
}
.roll-input__input::-webkit-outer-spin-button,
.roll-input__input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.roll-input__input:focus {
  color: var(--color-white);
  background: #6d829c;
}
.roll-input_state_uninitialized {
  opacity: 0;
}
.search-panel {
  position: relative;
  display: block;
}
.search-panel__main {
  display: none;
}
.search-panel__wrapper {
  position: relative;
  display: block;
}
.search-panel__field {
  position: relative;
  display: block;
}
.search-panel__label {
  position: relative;
  display: block;
}
.search-panel__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  color: var(--color-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  background: var(--color-milk);
  border: none;
  outline: none;
}
.search-panel__input::placeholder {
  color: var(--color-dark);
  font-size: 16px;
  opacity: 1;
}
.search-panel__control {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  display: block;
  height: 100%;
  transform: translate(50%, -50%);
}
.search-panel__submit {
  position: relative;
  display: block;
  width: 24px;
  height: 100%;
  color: var(--color-dark);
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
.search-panel__icon {
  display: block;
  width: 18px;
  max-width: 100%;
  height: 18px;
  max-height: 100%;
  fill: currentColor;
}
.search-panel__results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  transition-property: opacity, visibility, transform;
}
.search-panel__clear {
  display: block;
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  transition: opacity 0.3s ease;
}
.search-panel__clear:hover {
  opacity: 0.7;
}
.search-panel__suggestions {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 20px 0 0;
}
@media only screen and (min-width: 1025px) {
  .search-panel__suggestions {
    padding: 28px 0 0;
  }
}
.search-panel__suggestion {
  flex: 0 1 auto;
}
.search-panel__link {
  display: block;
  padding: 12px 16px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  background: var(--color-white);
  border-radius: 2px;
}
@media only screen and (min-width: 1025px) {
  .search-panel__link {
    padding: 12px;
  }
}
.search-panel_results_shown.search-panel_state_filled .search-panel__results {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.search-panel_results_shown.search-panel_state_filled .search-panel__clear {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .search-panel_type_panel-transformative {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 12px;
         column-gap: 12px;
    align-items: center;
    padding: 16px;
    color: var(--color-white);
    background: var(--color-primary);
  }
}
.search-panel_type_panel-transformative .search-panel__wrapper {
  position: static;
}
@media only screen and (max-width: 1024px) {
  .search-panel_type_panel-transformative .search-panel__control {
    right: auto;
    left: 27px;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1024px) {
  .search-panel_type_panel-transformative .search-panel__input {
    padding: 0 20px 0 48px;
  }
}
.search-panel_type_panel-transformative .search-panel__clear {
  display: block;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1025px) {
  .search-panel_type_panel-transformative .search-panel__clear {
    display: none;
  }
}
.search-results {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 16px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1.125;
  background: var(--color-white);
  border-top: 1px solid currentColor;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}
.search-results__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-results__item {
  display: block;
  margin: 0 0 16px;
  padding: 0 4px 15px;
  border-bottom: 1px solid currentColor;
}
.search-results__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.search-results__link {
  display: block;
  overflow: hidden;
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  background: transparent;
  border: none;
  outline: none;
  transition: opacity 0.3s ease;
}
.search-results__link:hover {
  opacity: 0.7;
}
.search-results_state_no-results .search-results__message {
  display: block;
}
.search-results_state_no-results .search-results__matches {
  display: none;
}
.search-results_state_no-results .search-results__control {
  display: none;
}
.search-results_style_primary {
  color: var(--color-white);
  background: var(--color-primary);
}
@media only screen and (max-width: 1024px) {
  .search-results_style_mobile-primary {
    color: var(--color-white);
    background: var(--color-primary);
  }
}
@media only screen and (min-width: 1025px) {
  .search-results_style_desktop-primary {
    color: var(--color-white);
    background: var(--color-primary);
  }
}
.search-results_type_controls .search-results__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.search-results_type_controls .search-results__item {
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  border: none;
}
.search-results_type_controls .search-results__link {
  display: block;
  padding: 12px 16px;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  background: var(--color-primary);
  border-radius: 2px;
}
@media only screen and (min-width: 1025px) {
  .search-results_type_controls .search-results__link {
    padding: 12px;
  }
}
.section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 22px 0;
}
@media only screen and (min-width: 1025px) {
  .section {
    padding: 30px 0;
  }
}
.section__header {
  display: block;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .section__header {
    margin: 0 0 24px;
  }
}
.section__header:last-child {
  margin-bottom: 0;
}
.section__content display block {
  padding: 0;
}
.section_spacing_none {
  padding: 0;
}
.section_spacing_top-none {
  padding-top: 0;
}
.section_spacing_bottom-none {
  padding-bottom: 0;
}
.slide-menu {
  display: block;
  overflow: hidden auto;
  height: 100%;
  color: var(--color-white);
  text-align: left;
  background: var(--color-primary);
}
.slide-menu__wrapper {
  position: relative;
  display: block;
  padding: 16px;
  color: var(--color-white);
  background: var(--color-primary);
}
.slide-menu__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden auto;
  width: 100%;
  height: 100%;
  transform: translate(100%, 0);
  transition: transform 0.3s ease;
}
.slide-menu__slide .slide-menu__wrapper {
  height: 100%;
}
.slide-menu__section {
  padding: 36px 24px;
  color: var(--color-primary);
  background: var(--color-white);
}
.slide-menu__section_style_primary {
  color: var(--color-white);
  background: var(--color-primary);
}
.slide-menu__extra {
  display: block;
}
.slide-menu__extra_state_closed .slide-menu__heading {
  margin: 0;
}
.slide-menu__extra_state_closed .slide-menu__content {
  display: none;
}
.slide-menu__extra_state_closed .slide-menu__toggle:before {
  transform: translate(50%, -50%);
}
.slide-menu__extra_state_closed .slide-menu__toggle:after {
  transform: translate(50%, -50%) rotate(-90deg);
}
.slide-menu__heading {
  display: block;
  margin: 0 0 36px;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.slide-menu__heading:last-child {
  margin-bottom: 0;
}
.slide-menu__toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 40px 0 0;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  text-transform: inherit;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1025px) {
  .slide-menu__toggle {
    padding: 0;
  }
}
.slide-menu__toggle:before,
.slide-menu__toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transform: translate(50%, -50%) rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .slide-menu__toggle:before,
  .slide-menu__toggle:after {
    display: none;
  }
}
.slide-menu__toggle:after {
  transform: translate(50%, -50%) rotate(-45deg);
}
.slide-menu__back {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 20px;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  text-transform: inherit;
  background: transparent;
  border: none;
  outline: none;
}
.slide-menu__back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translate(25%, -50%) rotate(-45deg);
}
.slide-menu__nav {
  display: block;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 360px) {
  .slide-menu__nav {
    font-size: 18px;
  }
}
.slide-menu__nav:last-child {
  margin-bottom: 0;
}
.slide-menu__list {
  display: block;
  margin: 0 0 28px;
}
.slide-menu__list:last-child {
  margin-bottom: 0;
}
.slide-menu__item {
  display: block;
  margin: 0 0 28px;
}
.slide-menu__item:last-child {
  margin-bottom: 0;
}
.slide-menu__item_state_open > .slide-menu__slide {
  transform: translate(0, 0);
}
.slide-menu__item_state_open > .slide-menu__sub {
  display: block;
}
.slide-menu__item_state_open > .slide-menu__link:after {
  transform: translate(50%, -75%) rotate(45deg);
}
.slide-menu__link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
.slide-menu__link_type_parent {
  padding: 0 15px 0 0;
}
.slide-menu__link_type_parent:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(25%, -50%) rotate(-45deg);
}
.slide-menu__sub {
  display: none;
  padding: 18px 0 0 16px;
}
.slide-menu__sub .slide-menu__item {
  margin: 0 0 16px;
}
.slide-menu__sub .slide-menu__item:last-child {
  margin-bottom: 0;
}
.slide-menu__hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 24px auto;
  background: currentColor;
  border: none;
}
.sticker {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: var(--color-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1666;
  text-align: center;
  transition: color 0.3s ease;
}
.sticker[href]:hover,
.sticker[type]:hover,
.sticker[href]:focus-visible,
.sticker[type]:focus-visible {
  color: var(--color-primary);
}
.sticker__icon {
  display: block;
  flex: 0 0 auto;
  width: 23px;
  height: 20px;
  fill: currentColor;
}
.sticker__text {
  display: block;
  flex: 0 0 auto;
}
.table-set {
  display: block;
}
.table-set__main {
  margin: 0 0 24px;
}
@media only screen and (min-width: 1025px) {
  .table-set__main {
    margin: 0 0 40px;
  }
}
.table-set__main:last-child {
  margin: 0;
}
.table-set__table {
  display: block;
  margin: 0 0 24px;
}
.table-set__table:last-child {
  margin-bottom: 0;
}
.table-set__table_type_greedy {
  margin-right: -16px;
  margin-left: -16px;
}
@media only screen and (min-width: 1025px) {
  .table-set__table_type_greedy {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .table-set__table_desktop-only {
    display: none;
  }
}
.table-set__showcase {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .table-set__showcase {
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.table-set__illustration {
  display: block;
  flex: 0 1 auto;
  max-width: 50%;
}
.table-set__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 300px;
  object-fit: scale-down;
}
.table-set__text {
  display: block;
  flex: 0 1 auto;
  max-width: 50%;
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .table-set__text {
    font-size: 14px;
    line-height: 1.428;
  }
}
.table-set__text p:not([class]),
.table-set__text ul:not([class]),
.table-set__text ol:not([class]),
.table-set__text li:not([class]) {
  margin: 0 0 4px;
}
.table-set__text p:not([class]):last-child,
.table-set__text ul:not([class]):last-child,
.table-set__text ol:not([class]):last-child,
.table-set__text li:not([class]):last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .table-set_layout_horizontal {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  .table-set_layout_horizontal .table-set__main {
    flex: 1 1 auto;
    margin: 0 40px 0 0;
  }
}
.table-set_layout_horizontal .table-set__main:last-child {
  margin: 0;
}
.table-set_layout_horizontal .table-set__showcase {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  .table-set_layout_horizontal .table-set__showcase {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .table-set_layout_horizontal .table-set__text {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .table-set_layout_horizontal .table-set__illustration {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.table-set_layout_horizontal .table-set__image {
  max-height: 354px;
}
@media only screen and (min-width: 1025px) {
  .table-set_layout_horizontal .table-set__image {
    max-height: 500px;
  }
}
@media only screen and (min-width: 1281px) {
  .table-set_width_standard .table-set__main {
    min-width: 500px;
  }
}
@media only screen and (min-width: 1281px) {
  .table-set_width_m .table-set__main {
    min-width: 600px;
  }
}
@media only screen and (min-width: 1281px) {
  .table-set_width_l .table-set__main {
    min-width: 700px;
  }
}
@media only screen and (min-width: 1281px) {
  .table-set_width_xl .table-set__main {
    min-width: 770px;
  }
}
@media only screen and (min-width: 1281px) {
  .table-set_width_xxl .table-set__main {
    min-width: 1000px;
  }
}
.tabs {
  position: relative;
  display: block;
}
.tabs__nav {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  margin: 0 -16px 20px;
  padding: 0 16px;
  list-style: none;
  scrollbar-width: none;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .tabs__nav {
    margin: 0 auto 38px;
    padding: 0;
  }
}
.tabs__nav:last-child {
  margin-bottom: 0;
}
.tabs__item {
  display: block;
  flex: 1 1 20%;
  width: auto;
  max-width: 100%;
  margin: 0 16px 0 0;
  padding: 0;
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  padding: 7px 13px;
  color: var(--color-dark);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-user-select: none;
          user-select: none;
  background: var(--color-milk);
  border: 1px solid var(--color-milk);
  border-radius: 0;
  outline: none;
  transition: all 0.3s ease;
  transition-property: color, background-color, border-color;
}
@media only screen and (min-width: 1025px) {
  .tabs__label {
    min-height: 44px;
    padding: 7px 23px;
    font-size: 16px;
    white-space: normal;
  }
}
.tabs__label:disabled {
  color: var(--color-dark);
  background-color: var(--color-grey);
  border-color: var(--color-grey);
}
.tabs__label:hover {
  color: var(--color-dark);
  background-color: var(--color-grey);
  border-color: var(--color-grey);
}
.tabs__label:focus-visible {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.tabs__label_state_active {
  color: var(--color-white);
  font-weight: 700;
  pointer-events: none;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.tabs__label_state_active:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.tabs__content {
  display: block;
}
.tabs__panel_state_hidden {
  display: none;
}
.tabs__panel_state_active {
  display: block;
}
.tabs__sub-tabs .tabs__nav {
  max-width: 700px;
}
.tabs_style_light-transparent > .tabs__nav .tabs__label {
  color: var(--color-white);
  background: transparent;
  border-color: var(--color-white);
}
.tabs_style_light-transparent > .tabs__nav .tabs__label_state_active {
  color: var(--color-primary);
  background: var(--color-white);
  border-color: var(--color-white);
}
.tabs_style_light-transparent.tabs_type_filling > .tabs__nav .tabs__label_state_active {
  color: var(--color-white);
  background: var(--color-transparent);
}
.tabs_type_simple > .tabs__nav .tabs__item {
  flex: 0 1 auto;
  margin: 0 40px 0 0;
}
.tabs_type_simple > .tabs__nav .tabs__item:last-child {
  margin-right: 0;
}
.tabs_type_simple > .tabs__nav .tabs__label {
  min-height: auto;
  padding: 0;
  color: var(--color-dark);
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
}
.tabs_type_simple > .tabs__nav .tabs__label:hover,
.tabs_type_simple > .tabs__nav .tabs__label:focus-visible {
  color: var(--color-primary);
}
.tabs_type_simple > .tabs__nav .tabs__label_state_active {
  color: var(--color-primary);
}
.tabs_type_filling > .tabs__nav {
  margin: 0 auto 21px;
  padding: 0 0 3px;
}
.tabs_type_filling > .tabs__nav:last-child {
  margin-bottom: 0;
}
.tabs_type_filling > .tabs__nav .tabs__item {
  margin: 0;
}
.tabs_type_filling > .tabs__nav .tabs__label {
  min-height: auto;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  border-width: 0;
  border-bottom-width: 1px;
}
@media only screen and (min-width: 1025px) {
  .tabs_type_filling > .tabs__nav .tabs__label {
    font-size: 20px;
  }
}
.tabs_type_filling > .tabs__nav .tabs__label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 3px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tabs_type_filling > .tabs__nav .tabs__label_state_active:after {
  opacity: 1;
}
.tabs_size_s > .tabs__nav {
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 0;
}
.tabs_size_s > .tabs__nav:last-child {
  margin-bottom: 0;
}
.tabs_size_s > .tabs__nav .tabs__item {
  flex: 0 1 auto;
  margin: 0;
}
.tabs_size_s > .tabs__nav .tabs__label {
  min-height: 32px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  border-radius: 2px;
}
.tabs_size_s > .tabs__nav .tabs__label_state_active {
  font-weight: 500;
}
.rd-title {
  display: block;
  margin: 20px 0;
  padding: 0;
  color: inherit;
  font-weight: 700;
  line-height: 1.1666;
}
.rd-title:first-child {
  margin-top: 0;
}
.rd-title:last-child {
  margin-bottom: 0;
}
.rd-title_size_h1 {
  font-size: 32px;
}
.rd-title_size_h2 {
  font-size: 23px;
}
@media only screen and (min-width: 1025px) {
  .rd-title_size_h2 {
    font-size: 24px;
  }
}
.rd-title_size_h3 {
  font-size: 19px;
}
@media only screen and (min-width: 1025px) {
  .rd-title_size_h3 {
    font-size: 20px;
  }
}
.rd-title_align_left {
  text-align: left;
}
.rd-title_align_center {
  text-align: center;
}
.rd-title_align_right {
  text-align: right;
}
.rd-title_case_normal {
  text-transform: none;
}
.rd-title_case_upper {
  text-transform: uppercase;
}
.rd-title_weight_regular {
  font-weight: 400;
}
.rd-title_weight_medium {
  font-weight: 500;
}
.rd-title_weight_bold {
  font-weight: 700;
}
.tooltip-control {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: var(--color-milk);
  border-radius: 2px;
}
@media only screen and (min-width: 1025px) {
  .tooltip-control {
    min-height: 60px;
    padding: 0 18px;
    font-size: 16px;
    border: 2px solid var(--color-dark);
  }
}
.tooltip-control__icon-wrapper {
  display: block;
  flex: 0 0 auto;
}
.tooltip-control__icon {
  display: block;
  width: 17px;
  height: 15px;
  fill: currentColor;
}
@media only screen and (min-width: 1025px) {
  .tooltip-control__icon {
    width: 23px;
    height: 20px;
  }
}
.tooltip-control__text {
  display: block;
  flex: 0 1 auto;
}
.tooltip-control__tooltip {
  display: block;
  flex: 0 0 auto;
}
.tooltip-control_width_full {
  display: flex;
  width: 100%;
}
