@font-face {
  font-family: 'MontserratCustom';
  font-display: swap;
  src: url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-regular.eot");
  src: url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-regular.woff") format("woff"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-regular.ttf") format("truetype");
}
@font-face {
  font-style: italic;
  font-weight: normal;
  font-family: 'MontserratCustom';
  font-display: swap;
  src: url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-italic.eot");
  src: url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-italic.woff2") format("woff2"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-italic.woff") format("woff"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-italic.ttf") format("truetype");
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-family: 'MontserratCustom';
  font-display: swap;
  src: url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-600.eot");
  src: url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-600.woff") format("woff"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-600.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'MontserratCustom';
  font-display: swap;
  src: url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-700.eot");
  src: url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-700.woff") format("woff"), url("../fonts/Montserrat/montserrat-v15-latin_cyrillic-700.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
    -o-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'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #000;
  font-family: 'MontserratCustom', Arial, sans-serif;
  font-variant: no-common-ligatures;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  body {
    line-height: 26px;
  }
}
h1:not([class]) {
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  h1:not([class]) {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  h1:not([class]) {
    font-size: 62px;
    line-height: 62px;
  }
}
h2:not([class]) {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  h2:not([class]) {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  h2:not([class]) {
    font-size: 52px;
    line-height: 52px;
  }
}
h3:not([class]) {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  h3:not([class]) {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  h3:not([class]) {
    font-size: 40px;
    line-height: 46px;
  }
}
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  h4:not([class]),
  h5:not([class]),
  h6:not([class]) {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  h4:not([class]),
  h5:not([class]),
  h6:not([class]) {
    font-size: 22px;
    line-height: 28px;
  }
}
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  color: #242526;
  font-weight: 600;
}
h1:not([class]):last-child,
h2:not([class]):last-child,
h3:not([class]):last-child,
h4:not([class]):last-child,
h5:not([class]):last-child,
h6:not([class]):last-child {
  margin-bottom: 0;
}
p:not([class]),
ul:not([class]),
ol:not([class]),
table:not([class]),
img:not([class]) {
  margin: 0 0 25px;
}
p:not([class]):last-child,
ul:not([class]):last-child,
ol:not([class]):last-child,
table:not([class]):last-child,
img:not([class]):last-child {
  margin-bottom: 0;
}
img:not([class]) {
  max-width: 100%;
}
ul:not([class]) {
  margin: 0 0 20px;
  list-style: none;
}
ul:not([class]) > li:not([class]):not([data-view]):after {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #242526;
}
ol:not([class]) {
  counter-reset: ol;
}
ol:not([class]) > li:not([class]):not([data-view]) {
  position: relative;
  padding: 0 0 0 20px;
}
ol:not([class]) > li:not([class]):not([data-view]):before {
  content: counter(ol);
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  color: #242526;
}
li:not([class]):not([data-view]) {
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 22px;
  list-style: none;
}
li:not([class]):not([data-view]):last-child {
  margin-bottom: 0;
}
table:not([class]) {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 1px;
  border-collapse: collapse;
  border: 1px solid #242526;
}
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;
  color: #242526;
  font-weight: 700;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
tbody:not([class]) th:not([class]) {
  text-align: left;
}
td:not([class]) {
  padding: 10px;
  border: 1px solid #f6f6f6;
}
tr:not([class]):nth-child(even) th:not([class]),
tr:not([class]):nth-child(even) td:not([class]) {
  background: #edeff1;
}
thead:not([class]) {
  color: #000;
}
tfoot:not([class]) {
  color: #000;
}
tfoot:not([class]) th:not([class]),
tfoot:not([class]) td:not([class]) {
  background: #edeff1;
}
a[class^="js-"],
a:not([class]) {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
a[class^="js-"]:link,
a:not([class]):link {
  color: #f30;
}
a[class^="js-"]:visited,
a:not([class]):visited {
  color: #f30;
  opacity: 0.7;
}
a[class^="js-"]:hover,
a:not([class]):hover {
  color: #242526;
}
a[class^="js-"]:active,
a:not([class]):active {
  color: #e73307;
}
sub:not([class]) {
  bottom: -0.25em;
  vertical-align: bottom;
  font-size: 0.75em;
}
sup:not([class]) {
  top: -0.5em;
  vertical-align: top;
  font-size: 0.75em;
}
i:not([class]),
em:not([class]),
dfn:not([class]) {
  font-style: italic;
}
b:not([class]),
strong:not([class]) {
  font-weight: 700;
}
s:not([class]),
strike:not([class]),
del:not([class]) {
  text-decoration: line-through;
}
ins:not([class]) {
  text-decoration: underline;
}
q:not([class]) {
  display: inline;
}
q:not([class]):before {
  content: open-quote;
}
q:not([class]):after {
  content: close-quote;
}
kbd:not([class]) {
  font-family: monospace, monospace;
}
mark:not([class]) {
  background: #f1f1f1;
}
abbr:not([class]) {
  position: relative;
  text-decoration: none;
}
abbr:not([class])[title]:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
}
blockquote:not([class]) {
  margin: 0 0 20px;
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
dl:not([class]) {
  margin: 0 0 20px;
}
dd:not([class]) {
  padding: 0 0 0 50px;
}
hr:not([class]) {
  width: 100%;
  height: 0;
  margin: 0 0 25px;
  background: none;
  border: none;
  border-bottom: 2px groove #edeff1;
}
fieldset:not([class]) {
  margin: 0 0 25px;
  padding: 20px;
  border: 1px solid #f6f6f6;
}
legend:not([class]) {
  margin: 0 0 0 2em;
  padding: 0 0.5em;
}
select:not([class]) {
  width: 100%;
  max-width: 400px;
  padding: 16px 15px 15px;
  line-height: 1.6;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  outline: none;
}
input[type='text']:not([class]),
input[type='password']:not([class]),
input[type='email']:not([class]),
input[type='url']:not([class]),
input[type='number']:not([class]),
input[type='datetime']:not([class]),
input[type='datetime-local']:not([class]),
input[type='search']:not([class]),
input[type='tel']:not([class]),
input[type='month']:not([class]),
input[type='week']:not([class]),
input[type='date']:not([class]),
input[type='time']:not([class]),
textarea:not([class]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  margin: 0 0 5px;
  padding: 16px 15px 15px;
  color: #242526;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  background: #f6f6f6;
  border-radius: 2px;
  border: 1px solid #f6f6f6;
  outline: none;
}
input[type='text']:not([class])::-webkit-input-placeholder,
input[type='password']:not([class])::-webkit-input-placeholder,
input[type='email']:not([class])::-webkit-input-placeholder,
input[type='url']:not([class])::-webkit-input-placeholder,
input[type='number']:not([class])::-webkit-input-placeholder,
input[type='datetime']:not([class])::-webkit-input-placeholder,
input[type='datetime-local']:not([class])::-webkit-input-placeholder,
input[type='search']:not([class])::-webkit-input-placeholder,
input[type='tel']:not([class])::-webkit-input-placeholder,
input[type='month']:not([class])::-webkit-input-placeholder,
input[type='week']:not([class])::-webkit-input-placeholder,
input[type='date']:not([class])::-webkit-input-placeholder,
input[type='time']:not([class])::-webkit-input-placeholder,
textarea:not([class])::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}
input[type='text']:not([class]):-ms-input-placeholder,
input[type='password']:not([class]):-ms-input-placeholder,
input[type='email']:not([class]):-ms-input-placeholder,
input[type='url']:not([class]):-ms-input-placeholder,
input[type='number']:not([class]):-ms-input-placeholder,
input[type='datetime']:not([class]):-ms-input-placeholder,
input[type='datetime-local']:not([class]):-ms-input-placeholder,
input[type='search']:not([class]):-ms-input-placeholder,
input[type='tel']:not([class]):-ms-input-placeholder,
input[type='month']:not([class]):-ms-input-placeholder,
input[type='week']:not([class]):-ms-input-placeholder,
input[type='date']:not([class]):-ms-input-placeholder,
input[type='time']:not([class]):-ms-input-placeholder,
textarea:not([class]):-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}
input[type='text']:not([class])::-moz-placeholder,
input[type='password']:not([class])::-moz-placeholder,
input[type='email']:not([class])::-moz-placeholder,
input[type='url']:not([class])::-moz-placeholder,
input[type='number']:not([class])::-moz-placeholder,
input[type='datetime']:not([class])::-moz-placeholder,
input[type='datetime-local']:not([class])::-moz-placeholder,
input[type='search']:not([class])::-moz-placeholder,
input[type='tel']:not([class])::-moz-placeholder,
input[type='month']:not([class])::-moz-placeholder,
input[type='week']:not([class])::-moz-placeholder,
input[type='date']:not([class])::-moz-placeholder,
input[type='time']:not([class])::-moz-placeholder,
textarea:not([class])::-moz-placeholder {
  color: #666;
  font-size: 14px;
  opacity: 1;
}
input[type='text']:not([class])::-ms-input-placeholder,
input[type='password']:not([class])::-ms-input-placeholder,
input[type='email']:not([class])::-ms-input-placeholder,
input[type='url']:not([class])::-ms-input-placeholder,
input[type='number']:not([class])::-ms-input-placeholder,
input[type='datetime']:not([class])::-ms-input-placeholder,
input[type='datetime-local']:not([class])::-ms-input-placeholder,
input[type='search']:not([class])::-ms-input-placeholder,
input[type='tel']:not([class])::-ms-input-placeholder,
input[type='month']:not([class])::-ms-input-placeholder,
input[type='week']:not([class])::-ms-input-placeholder,
input[type='date']:not([class])::-ms-input-placeholder,
input[type='time']:not([class])::-ms-input-placeholder,
textarea:not([class])::-ms-input-placeholder {
  color: #666;
  font-size: 14px;
  opacity: 1;
}
input[type='text']:not([class])::placeholder,
input[type='password']:not([class])::placeholder,
input[type='email']:not([class])::placeholder,
input[type='url']:not([class])::placeholder,
input[type='number']:not([class])::placeholder,
input[type='datetime']:not([class])::placeholder,
input[type='datetime-local']:not([class])::placeholder,
input[type='search']:not([class])::placeholder,
input[type='tel']:not([class])::placeholder,
input[type='month']:not([class])::placeholder,
input[type='week']:not([class])::placeholder,
input[type='date']:not([class])::placeholder,
input[type='time']:not([class])::placeholder,
textarea:not([class])::placeholder {
  color: #666;
  font-size: 14px;
  opacity: 1;
}
input[type='text']:not([class]):hover,
input[type='password']:not([class]):hover,
input[type='email']:not([class]):hover,
input[type='url']:not([class]):hover,
input[type='number']:not([class]):hover,
input[type='datetime']:not([class]):hover,
input[type='datetime-local']:not([class]):hover,
input[type='search']:not([class]):hover,
input[type='tel']:not([class]):hover,
input[type='month']:not([class]):hover,
input[type='week']:not([class]):hover,
input[type='date']:not([class]):hover,
input[type='time']:not([class]):hover,
textarea:not([class]):hover,
input[type='text']:not([class]):focus,
input[type='password']:not([class]):focus,
input[type='email']:not([class]):focus,
input[type='url']:not([class]):focus,
input[type='number']:not([class]):focus,
input[type='datetime']:not([class]):focus,
input[type='datetime-local']:not([class]):focus,
input[type='search']:not([class]):focus,
input[type='tel']:not([class]):focus,
input[type='month']:not([class]):focus,
input[type='week']:not([class]):focus,
input[type='date']:not([class]):focus,
input[type='time']:not([class]):focus,
textarea:not([class]):focus,
input[type='text']:not([class]):active,
input[type='password']:not([class]):active,
input[type='email']:not([class]):active,
input[type='url']:not([class]):active,
input[type='number']:not([class]):active,
input[type='datetime']:not([class]):active,
input[type='datetime-local']:not([class]):active,
input[type='search']:not([class]):active,
input[type='tel']:not([class]):active,
input[type='month']:not([class]):active,
input[type='week']:not([class]):active,
input[type='date']:not([class]):active,
input[type='time']:not([class]):active,
textarea:not([class]):active {
  color: #242526;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
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]) {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #f30;
  border: 1px solid #f30;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 8px 22px rgba(0,0,0,0.12);
          box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
button:not([class]):hover,
input[type='button']:not([class]):hover,
input[type='reset']:not([class]):hover,
input[type='submit']:not([class]):hover,
button:not([class]):active,
input[type='button']:not([class]):active,
input[type='reset']:not([class]):active,
input[type='submit']:not([class]):active,
button:not([class]):focus,
input[type='button']:not([class]):focus,
input[type='reset']:not([class]):focus,
input[type='submit']:not([class]):focus {
  background: #e73307;
  border-color: #e73307;
}
label:not([class]) {
  font-weight: 700;
}
.bs-group {
  margin: 0 0 40px;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.bs-group__title {
  margin: 0 0 20px;
  color: #909090;
  text-transform: uppercase;
}
.bs-tags-style li {
  margin: 0 0 8px;
}
.bs-tags-style li:last-child {
  margin-bottom: 0;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.accordeon-block {
  display: block;
}
.accordeon-block__trigger {
  position: relative;
  display: block;
  padding: 22px 20px 16px 40px;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.accordeon-block__trigger:hover {
  color: #242526;
}
@media only screen and (min-width: 768px) {
  .accordeon-block__trigger {
    padding: 42px 57px 38px;
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .accordeon-block__trigger {
    padding: 42px 110px 38px;
    font-size: 26px;
    line-height: 32px;
  }
}
.accordeon-block__trigger:before,
.accordeon-block__trigger:after {
  content: '';
  position: absolute;
  top: 31px;
  left: 12px;
  z-index: 1;
  display: block;
  width: 24px;
  height: 3px;
  background: #f30;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .accordeon-block__trigger:before,
  .accordeon-block__trigger:after {
    top: 58px;
    left: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .accordeon-block__trigger:before,
  .accordeon-block__trigger:after {
    top: 58px;
    left: 67px;
  }
}
.accordeon-block__trigger:after {
  width: 3px;
  height: 24px;
}
.accordeon-block__body {
  display: none;
  margin: -9px 0 0;
  padding: 0 0 21px;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .accordeon-block__body {
    margin: -14px 0 0;
    padding: 0 0 36px 57px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .accordeon-block__body {
    margin: -6px 0 0;
    padding: 0 80px 49px 120px;
  }
}
@media only screen and (min-width: 1281px) {
  .accordeon-block__body {
    margin: -6px 0 0;
    padding: 0 140px 49px 223px;
  }
}
.accordeon-block__field {
  display: block;
  margin: 0 0 2em;
}
.accordeon-block__field:last-child {
  margin-bottom: 0;
}
.accordeon-block_state_open .accordeon-block__trigger {
  color: #242526;
}
.accordeon-block_state_open .accordeon-block__trigger:after {
  opacity: 0;
}
.accordeon-block_state_open .accordeon-block__body {
  display: block;
}
.accordeon-group {
  display: block;
}
.accordeon-group__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordeon-group__item {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .accordeon-group_type_narrow {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .accordeon-group_type_narrow {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1281px) {
  .accordeon-group_type_narrow {
    padding: 0 191px;
  }
}
.account-info {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0;
    cursor: default;
  }
}
.account-info:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 38px;
  height: 1px;
  background: #f30;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .account-info:before {
    display: none;
  }
}
.account-info__main {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .account-info__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.account-info__add {
  display: none;
  padding: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .account-info__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 9px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .account-info__add {
    padding: 0;
  }
}
.account-info__add_state_open {
  display: block;
}
@media only screen and (min-width: 768px) {
  .account-info__add_state_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.account-info__label {
  color: #aeaeae;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.account-info__label_type_primary {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #242526;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1281px) {
  .account-info__label_type_primary {
    font-size: 22px;
    line-height: 28px;
  }
}
.account-info__value {
  padding: 0 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .account-info__value {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .account-info__value {
    width: auto;
  }
}
.account-info__value_type_primary {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 8px 5px 0;
  color: #f30;
  font-size: 24px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .account-info__value_type_primary {
    display: block;
    padding: 0 13px 0 13px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1281px) {
  .account-info__value_type_primary {
    font-size: 40px;
    line-height: 46px;
  }
}
.account-info__value_type_coming {
  color: #f30;
}
.account-info__unit {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .account-info__unit {
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .account-info__unit {
    font-size: 14px;
  }
}
.account-info__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .account-info__group {
    display: block;
    padding: 0 0 0 13%;
  }
}
@media only screen and (min-width: 1281px) {
  .account-info__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 11%;
  }
}
.account-info__group:first-child {
  padding: 0;
}
.action-snippet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
  height: 167px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  background: #ff5024;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .action-snippet {
    display: block;
    height: 380px;
  }
}
@media only screen and (min-width: 1281px) {
  .action-snippet {
    height: 465px;
  }
}
.action-snippet__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
}
@media only screen and (min-width: 768px) {
  .action-snippet__image {
    display: block;
  }
}
.action-snippet__content {
  display: block;
  padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
  .action-snippet__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 35px 28px;
  }
}
@media only screen and (min-width: 1281px) {
  .action-snippet__content {
    padding: 50px 42px;
  }
}
.action-snippet__title {
  display: block;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .action-snippet__title {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .action-snippet__title {
    margin: 0 0 26px;
  }
}
.action-snippet__title:last-child {
  margin-bottom: 0;
}
.action-snippet__description {
  display: block;
  max-width: 300px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .action-snippet__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.additional-panel {
  position: relative;
  display: block;
  color: #242526;
  padding: 8px 19px 0;
}
.additional-panel__close {
  position: absolute;
  top: 10px;
  right: 19px;
}
.additional-panel__logos {
  margin: 0 0 25px;
}
.additional-panel__logos:last-child {
  margin-bottom: 0;
}
.additional-panel__logo {
  width: 100%;
  max-width: 127px;
  margin: 0 0 12px;
}
.additional-panel__logo:last-child {
  margin-bottom: 0;
}
.additional-panel__logo_size_secondary {
  max-width: 208px;
}
.additional-panel__logo-holder {
  display: block;
  width: 100%;
}
.additional-panel__nav {
  margin: 0 0 23px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.additional-panel__nav:last-child {
  margin-bottom: 0;
}
.additional-panel__contacts {
  margin: 0 0 20px;
  line-height: 1.6;
}
.additional-panel__contacts:last-child {
  margin-bottom: 0;
}
.additional-panel__social {
  margin: 0 0 35px;
}
.additional-panel__social:last-child {
  margin-bottom: 0;
}
.additional-panel__panel {
  margin: 0 -19px;
  padding: 42px 19px 52px;
  background: #f6f6f6;
}
.alert {
  display: block;
  margin: 0 0 15px;
  padding: 10px 15px;
  color: #004085;
  background: #cce5ff;
  border: 1px solid transparent;
  border-color: #b8daff;
  border-radius: 5px;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert__title {
  margin: 0 0 25px;
  font-size: 1.5em;
  font-weight: 700;
}
.alert__title:last-child {
  margin-bottom: 0;
}
.alert__fields {
  margin: 0 0 25px;
}
.alert__fields:last-child {
  margin-bottom: 0;
}
.alert__field {
  margin: 0 0 15px;
}
.alert__field:last-child {
  margin-bottom: 0;
}
.alert__link {
  display: inline;
  vertical-align: baseline;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.alert__link:hover,
.alert__link:active,
.alert__link:focus {
  color: inherit;
  text-decoration: none;
}
.alert_style_default {
  color: #004085;
  background: #cce5ff;
  border-color: #b8daff;
}
.alert_style_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert_style_danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert_style_warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert_style_info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert_style_light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert_style_grayscale {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert_style_dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.aside {
  display: block;
}
.aside__panel {
  padding: 33px 16px 33px 26px;
  border-radius: 2px;
  background: #f6f6f6;
}
.aside__group {
  margin: 0 0 30px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #eaeaea;
}
.aside__group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.aside__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 17px;
}
.aside__control {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 5px;
  font-size: 0;
  fill: #666;
  -webkit-transition: fill 0.3s ease-in 0s;
  transition: fill 0.3s ease-in 0s;
}
.aside__control:hover {
  fill: #f30;
}
.aside__icon {
  display: block;
  width: 19px;
  height: 19px;
  fill: inherit;
}
.aside__title {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.aside__field {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 20px;
}
.aside__field:last-child {
  margin-bottom: 0;
}
.aside__field_type_primary {
  margin: 0 0 21px;
  font-weight: 600;
}
.aside__field_type_primary:last-child {
  margin-bottom: 0;
}
.aside__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.aside__link:hover {
  color: #f30;
}
.aside__control-group {
  padding: 16px 0;
}
.aside__info-text {
  margin: 0 0 20px;
}
.aside__info-text:last-child {
  margin-bottom: 0;
}
.aside__controls {
  padding: 35px 0;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.aside__button {
  width: 100%;
  max-width: 218px;
}
.auth-form {
  display: block;
  overflow: hidden;
}
.auth-form__main,
.auth-form__result {
  padding: 50px 0 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 768px) {
  .auth-form__main,
  .auth-form__result {
    padding: 109px 36px 91px 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-form__main,
  .auth-form__result {
    overflow-y: auto;
    max-height: 90vh;
  }
}
@media only screen and (min-width: 1281px) {
  .auth-form__main,
  .auth-form__result {
    padding: 157px 86px 145px 81px;
  }
}
.auth-form__main::-webkit-scrollbar,
.auth-form__result::-webkit-scrollbar {
  display: none;
}
.auth-form__result {
  display: none;
}
.auth-form__title {
  color: #242526;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .auth-form__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-form__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.auth-form__title-wrapper {
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .auth-form__title-wrapper {
    margin: 0 0 31px;
  }
}
.auth-form__title-wrapper:last-child {
  margin-bottom: 0;
}
.auth-form__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.auth-form__title-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 13px 0 0;
}
@media only screen and (min-width: 768px) {
  .auth-form__title-item {
    margin: 0 38px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-form__title-item {
    margin: 0 23px 0 0;
  }
}
.auth-form__title-item:last-child {
  margin-right: 0;
}
.auth-form__title_type_link {
  color: #d1d1d1;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.auth-form__title_type_link:hover,
.auth-form__title_type_link:active,
.auth-form__title_type_link:focus {
  color: #f30;
}
.auth-form__description {
  max-width: 400px;
  padding: 0 0 0 19px;
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 20px;
  border-left: 1px solid #f30;
}
@media only screen and (min-width: 768px) {
  .auth-form__description {
    margin: 0 0 24px;
  }
}
.auth-form__description:last-child {
  margin-bottom: 0;
}
.auth-form__social-nav {
  margin: 0 0 59px;
  padding: 0 24px;
}
@media only screen and (min-width: 1025px) {
  .auth-form__social-nav {
    margin: 0 0 50px;
  }
}
.auth-form__social-nav:last-child {
  margin-bottom: 0;
}
.auth-form__inputs {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .auth-form__inputs {
    max-width: 336px;
  }
}
.auth-form__inputs:last-child {
  margin-bottom: 0;
}
.auth-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .auth-form__submit {
    margin: 0 -16px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-form__submit {
    margin: 0 0 20px;
  }
}
.auth-form__submit:last-child {
  margin-bottom: 0;
}
.auth-form__control {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .auth-form__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-form__control {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: auto;
    margin: 0 30px 0 0;
    padding: 0;
  }
}
.auth-form__control:last-child {
  margin-right: 0;
}
.auth-form__illustration {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.auth-form__image {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.auth-form__link {
  color: #f30;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.auth-form__link:hover,
.auth-form__link:active,
.auth-form__link:focus {
  color: #e73307;
  text-decoration: none;
}
.auth-form__link-wrapper {
  padding: 20px 0 0;
}
.auth-form_image-position_left .auth-form__image {
  right: 0;
  left: auto;
}
.auth-form_image-position_right .auth-form__image {
  right: auto;
  left: 0;
}
.auth-form_state_success .auth-form__main {
  display: none;
}
.auth-form_state_success .auth-form__result {
  display: block;
}
.auth-user-form {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form:before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding: 63% 0 0;
  }
}
.auth-user-form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form:after {
    width: 50%;
  }
}
.auth-user-form__illustration {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 80;
  overflow: hidden;
  display: none;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-transition: background 0.6s ease, -webkit-transform 0.6s ease;
  transition: background 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, background 0.6s ease;
  transition: transform 0.6s ease, background 0.6s ease, -webkit-transform 0.6s ease;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__illustration {
    display: block;
  }
}
.auth-user-form__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  padding: 15px;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__header {
    padding: 30px;
  }
}
.auth-user-form__logo {
  display: block;
  width: 184px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__logo {
    width: 199px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__logo {
    width: 178px;
  }
}
.auth-user-form__form {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 15px 15px;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: opacity 0.3s ease-in, top 0s ease-in 0.2s, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, top 0s ease-in 0.2s, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in, top 0s ease-in 0.2s;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in, top 0s ease-in 0.2s, -webkit-transform 0.3s ease-in;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 50%;
    display: block;
  }
}
.auth-user-form__form_type_secondary {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__form_type_secondary {
    display: block;
    top: -100%;
    left: 0;
    z-index: 10;
    opacity: 0.4;
  }
}
.auth-user-form__main {
  margin: 0 auto;
  padding: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__main {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__main {
    padding: 30px;
  }
}
.auth-user-form__main_align_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.auth-user-form__title {
  margin: 0 0 26px;
  color: #242526;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__title {
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.auth-user-form__title:last-child {
  margin-bottom: 0;
}
.auth-user-form__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__tabs {
    margin: 0 0 31px;
  }
}
.auth-user-form__tabs:last-child {
  margin-bottom: 0;
}
.auth-user-form__tab {
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__tab {
    padding: 0 38px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__tab {
    padding: 0 23px 0 0;
  }
}
.auth-user-form__tab:last-child {
  padding-right: 0;
}
.auth-user-form__toggle {
  opacity: 0.3;
  color: #242526;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__toggle {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__toggle {
    font-size: 22px;
    line-height: 27px;
  }
}
.auth-user-form__toggle_state_active {
  opacity: 1;
}
.auth-user-form__description {
  max-width: 400px;
  padding: 0 0 0 19px;
  margin: 0 0 53px;
  font-size: 16px;
  line-height: 20px;
  border-left: 1px solid #f30;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__description {
    margin: 0 0 24px;
  }
}
.auth-user-form__description:last-child {
  margin-bottom: 0;
}
.auth-user-form__social-nav {
  margin: 0 0 30px;
  padding: 0 24px;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__social-nav {
    margin: 0 0 50px;
  }
}
.auth-user-form__social-nav:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__inputs {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__inputs {
    max-width: 336px;
  }
}
.auth-user-form__inputs:last-child {
  margin-bottom: 0;
}
.auth-user-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__submit {
    margin: 0 -16px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__submit {
    margin: 0 0 20px;
  }
}
.auth-user-form__submit:last-child {
  margin-bottom: 0;
}
.auth-user-form__control {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .auth-user-form__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form__control {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
    margin: 0 30px 0 0;
    padding: 0;
  }
}
.auth-user-form__control:last-child {
  margin: 0;
}
.auth-user-form_type_secondary .auth-user-form__illustration {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background-position: top left;
}
.auth-user-form_type_secondary .auth-user-form__form_type_primary {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form_type_secondary .auth-user-form__form_type_primary {
    display: block;
    opacity: 0.4;
    top: -100%;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
.auth-user-form_type_secondary .auth-user-form__form_type_secondary {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .auth-user-form_type_secondary .auth-user-form__form_type_secondary {
    opacity: 1;
    top: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@media only screen and (min-width: 768px) {
  .auth-user-form_width_medium .auth-user-form__main {
    max-width: 646px;
  }
}
@media only screen and (min-width: 1025px) {
  .auth-user-form_width_medium .auth-user-form__main {
    max-width: 500px;
  }
}
.banner {
  position: relative;
  display: block;
  overflow: hidden;
  color: #242526;
  text-decoration: none;
  background-color: #edeff1;
}
.banner:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 33% 0 0;
}
@media only screen and (min-width: 768px) {
  .banner:before {
    padding: 45% 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .banner:before {
    padding: 32% 0 0;
  }
}
.banner__text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 1281px) {
  .banner__text_align_left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .banner__text_align_center {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .banner__text_align_right {
    text-align: right;
  }
}
.banner__image {
  position: absolute;
  right: 34px;
  bottom: 0;
  z-index: 5;
  display: none;
  width: auto;
  height: 94%;
}
@media only screen and (min-width: 1281px) {
  .banner__image {
    display: block;
  }
}
.banner_style_primary {
  color: #fff;
  background-color: #f30;
}
.banner_type_long {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.banner_type_long:before {
  padding: 63% 0 0;
}
@media only screen and (min-width: 768px) {
  .banner_type_long:before {
    padding: 45% 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .banner_type_long:before {
    padding: 34.306% 0 0;
  }
}
.banner_type_long .banner__holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 40px 6.5%;
}
@media only screen and (min-width: 1281px) {
  .banner_type_long .banner__holder {
    padding: 86px 6.5%;
  }
}
.banner_type_long .banner__group {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .banner_type_long .banner__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.banner_type_long .banner__image {
  top: 50%;
  left: 50%;
  right: auto;
  display: block;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1281px) {
  .banner_type_long .banner__image {
    min-height: 0;
  }
}
.banner_type_long .banner__title {
  display: block;
  margin: 0 0 30px;
  color: #f30;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .banner_type_long .banner__title {
    margin: 0;
    font-size: 34px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1281px) {
  .banner_type_long .banner__title {
    font-size: 68px;
    line-height: 30px;
  }
}
.banner_type_long .banner__description {
  display: none;
  color: #242526;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1025px) {
  .banner_type_long .banner__description {
    display: block;
    max-width: 365px;
    padding: 0 0 0 85px;
  }
}
.banner_style_light .banner__title {
  color: #fff;
}
.banner_style_light .banner__description {
  color: #fff;
}
.basket-card {
  display: block;
}
.basket-card__wrapper {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .basket-card__wrapper {
    padding: 0 6.6% 0 6%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__wrapper {
    padding: 0;
  }
}
.basket-card__header {
  padding: 15px 0 16px;
}
@media only screen and (min-width: 768px) {
  .basket-card__header {
    padding: 14px 0 18px;
    background: #f6f6f6;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__header {
    padding: 47px 0 32px;
  }
}
.basket-card__header_style_light {
  background: transparent;
}
.basket-card__breadcrumbs {
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .basket-card__breadcrumbs {
    margin: 0 0 20px -6%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__breadcrumbs {
    margin: 0 0 14px;
  }
}
.basket-card__breadcrumbs:last-child {
  margin-bottom: 0;
}
.basket-card__title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .basket-card__title {
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__title {
    margin: 0 0 11px;
    font-size: 52px;
    line-height: 52px;
  }
}
.basket-card__title:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .basket-card__main {
    padding: 19px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__main {
    padding: 26px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__products {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    width: 58%;
    max-width: 58%;
    padding: 0 10px 0 0;
  }
}
.basket-card__products_multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .basket-card__products_multiple .basket-card__form {
    padding: 8px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__products_multiple .basket-card__form {
    padding: 7px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__products_multiple .basket-card__product,
  .basket-card__products_multiple .basket-card__banner {
    padding: 0 0 23px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__products_multiple .basket-card__product,
  .basket-card__products_multiple .basket-card__banner {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 30px 50px 0;
  }
}
.basket-card__form {
  padding: 25px 0 0;
}
@media only screen and (min-width: 768px) {
  .basket-card__form {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__form {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    width: 42%;
    max-width: 42%;
    padding: 7px 0 0 24px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__data-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__data-groups {
    display: block;
  }
}
.basket-card__data-group {
  margin: 0 0 23px;
}
@media only screen and (min-width: 768px) {
  .basket-card__data-group {
    width: 100%;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__data-group {
    margin: 0 0 23px;
  }
}
.basket-card__data-group:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .basket-card__data-group_type_reduced {
    width: 50%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__data-group_type_reduced {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__data-group_type_reduced:nth-child(odd) {
    padding: 0 16px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__data-group_type_reduced:nth-child(odd) {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__data-group_type_reduced:nth-child(even) {
    padding: 0 0 0 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__data-group_type_reduced:nth-child(even) {
    padding: 0;
  }
}
.basket-card__banner {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .basket-card__banner {
    display: block;
    padding: 55px 0 0;
  }
}
.basket-card__payment_type_a {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .basket-card__payment_type_a {
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__payment_type_b {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__mb-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__mb-group {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__mb-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__mb-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__mb-item:first-child {
    padding: 0 16px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__mb-item:first-child {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__mb-item:last-child {
    padding: 0 0 0 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__mb-item:last-child {
    padding: 0;
  }
}
.basket-card__bonus-points {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1281px) {
  .basket-card__bonus-points {
    display: none;
  }
}
.basket-card__price-info {
  padding: 24px 0 15px;
}
@media only screen and (min-width: 768px) {
  .basket-card__price-info {
    padding: 13px 0 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__price-info {
    display: none;
  }
}
.basket-card__controls {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .basket-card__controls {
    max-width: 425px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__controls {
    max-width: 100%;
  }
}
.basket-card__control {
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.basket-card__price-panel {
  position: relative;
  padding: 5px 0 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .basket-card__price-panel {
    display: block;
  }
}
.basket-card__price-panel_position_sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 5px 0 10px;
  background: #f6f6f6;
  -webkit-box-shadow: 0 6px 16px rgba(0,0,0,0.06);
          box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}
@media only screen and (min-width: 1281px) {
  .basket-card__price-panel_position_sticky {
    position: static;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.basket-card__price-panel-holder {
  display: none;
}
@media only screen and (min-width: 768px) {
  .basket-card__price-panel-holder {
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-card__price-panel-holder {
    display: none;
  }
}
.basket-card__result-panel {
  padding: 29px 0;
}
.basket-card__footer-controls_position_sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 19px;
  background: #fff;
  -webkit-box-shadow: 0 -6px 16px rgba(0,0,0,0.06);
          box-shadow: 0 -6px 16px rgba(0,0,0,0.06);
}
@media only screen and (min-width: 768px) {
  .basket-card__footer-controls_position_sticky {
    position: static;
    padding: 0 1;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.basket-card__footer-controls_position_sticky .basket-card__control {
  margin: 0 -19px;
}
@media only screen and (min-width: 768px) {
  .basket-card__footer-controls_position_sticky .basket-card__control {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-card__footer-controls-holder {
    display: none;
  }
}
.basket-group {
  display: block;
}
.basket-price-panel {
  display: block;
}
.basket-price-panel__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basket-price-panel__label {
  margin: 0 0 2px;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .basket-price-panel__label {
    margin: 0 0 5px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-price-panel__label {
    margin: 0;
    line-height: 25px;
  }
}
.basket-price-panel__label_type_primary {
  color: #242526;
  font-size: 16px;
  line-height: 25px;
}
.basket-price-panel__main {
  display: block;
}
@media only screen and (min-width: 768px) {
  .basket-price-panel__main {
    width: 56%;
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-price-panel__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
  }
}
.basket-price-panel__value {
  padding: 5px 0 0;
  overflow: hidden;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .basket-price-panel__value {
    padding: 0;
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-price-panel__value {
    padding: 5px 0 0;
    font-size: 52px;
    font-weight: 600;
    line-height: 52px;
  }
}
.basket-price-panel__bonus-points {
  display: none;
  padding: 0 0 0 54px;
}
@media only screen and (min-width: 1281px) {
  .basket-price-panel__bonus-points {
    display: block;
    max-width: 269px;
  }
}
.basket-price-panel__range-widget {
  padding: 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .basket-price-panel__controls {
    width: 44%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-price-panel__controls {
    width: 46%;
    padding: 0 0 0 20px;
  }
}
.basket-price-panel__controls-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basket-price-panel__control {
  width: 100%;
  max-width: 281px;
}
@media only screen and (min-width: 768px) {
  .basket-price-panel__control {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .basket-price-panel__control {
    width: 60%;
    max-width: 304px;
  }
}
.basket-price-panel__info {
  display: none;
  width: 35%;
  padding: 0 0 0 7px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 1281px) {
  .basket-price-panel__info {
    display: block;
  }
}
.basket-price-panel__button {
  width: 100%;
}
.bonus-points {
  display: block;
}
.bonus-points__info-label {
  display: block;
  padding: 0 0 10px;
  color: #242526;
  font-size: 12px;
  line-height: 16px;
}
.bonus-points__info-label_style_primary {
  color: #f30;
}
.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
  font-size: 0;
  line-height: 1;
}
.breadcrumbs__item {
  display: none;
  margin: 0;
  padding: 0;
  color: #242526;
  font-size: 0;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
  }
}
.breadcrumbs__item:first-child {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs__item:first-child {
    white-space: normal;
  }
}
.breadcrumbs__item:first-child:before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .breadcrumbs__item:first-child:before {
    width: 6px;
    height: 6px;
    margin: 0 4px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs__item:first-child:before {
    display: none;
  }
}
.breadcrumbs__item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  color: inherit;
  border-radius: 50%;
  background: #666;
}
.breadcrumbs__link {
  display: inline;
  color: #666;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.breadcrumbs__link:hover {
  color: #e73307;
  text-decoration: none;
}
.breadcrumbs__link:active {
  color: #e73307;
  text-decoration: none;
}
.breadcrumbs__link:focus {
  color: #e73307;
  text-decoration: none;
}
.breadcrumbs__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.breadcrumbs_mobile_1 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_1 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_1 .breadcrumbs__item:nth-child(1) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_1 .breadcrumbs__item:nth-child(1) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_1 .breadcrumbs__item:nth-child(1):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_1 .breadcrumbs__item:nth-child(1):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_2 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_2 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_2 .breadcrumbs__item:nth-child(2) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_2 .breadcrumbs__item:nth-child(2) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_2 .breadcrumbs__item:nth-child(2):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_2 .breadcrumbs__item:nth-child(2):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_3 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_3 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_3 .breadcrumbs__item:nth-child(3) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_3 .breadcrumbs__item:nth-child(3) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_3 .breadcrumbs__item:nth-child(3):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_3 .breadcrumbs__item:nth-child(3):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_4 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_4 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_4 .breadcrumbs__item:nth-child(4) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_4 .breadcrumbs__item:nth-child(4) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_4 .breadcrumbs__item:nth-child(4):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_4 .breadcrumbs__item:nth-child(4):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_5 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_5 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_5 .breadcrumbs__item:nth-child(5) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_5 .breadcrumbs__item:nth-child(5) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_5 .breadcrumbs__item:nth-child(5):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_5 .breadcrumbs__item:nth-child(5):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_6 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_6 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_6 .breadcrumbs__item:nth-child(6) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_6 .breadcrumbs__item:nth-child(6) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_6 .breadcrumbs__item:nth-child(6):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_6 .breadcrumbs__item:nth-child(6):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_7 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_7 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_7 .breadcrumbs__item:nth-child(7) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_7 .breadcrumbs__item:nth-child(7) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_7 .breadcrumbs__item:nth-child(7):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_7 .breadcrumbs__item:nth-child(7):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_8 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_8 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_8 .breadcrumbs__item:nth-child(8) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_8 .breadcrumbs__item:nth-child(8) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_8 .breadcrumbs__item:nth-child(8):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_8 .breadcrumbs__item:nth-child(8):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_9 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_9 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_9 .breadcrumbs__item:nth-child(9) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_9 .breadcrumbs__item:nth-child(9) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_9 .breadcrumbs__item:nth-child(9):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_9 .breadcrumbs__item:nth-child(9):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_10 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_10 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_10 .breadcrumbs__item:nth-child(10) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_10 .breadcrumbs__item:nth-child(10) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_10 .breadcrumbs__item:nth-child(10):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_10 .breadcrumbs__item:nth-child(10):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_11 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_11 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_11 .breadcrumbs__item:nth-child(11) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_11 .breadcrumbs__item:nth-child(11) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_11 .breadcrumbs__item:nth-child(11):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_11 .breadcrumbs__item:nth-child(11):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_12 .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_12 .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_12 .breadcrumbs__item:nth-child(12) {
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_12 .breadcrumbs__item:nth-child(12) {
    white-space: normal;
  }
}
.breadcrumbs_mobile_12 .breadcrumbs__item:nth-child(12):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_12 .breadcrumbs__item:nth-child(12):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.breadcrumbs_mobile_last .breadcrumbs__item:first-child {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_last .breadcrumbs__item:first-child {
    display: inline-block;
  }
}
.breadcrumbs_mobile_last .breadcrumbs__item:nth-last-child(2) {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_last .breadcrumbs__item:nth-last-child(2) {
    max-width: none;
    white-space: normal;
  }
}
.breadcrumbs_mobile_last .breadcrumbs__item:nth-last-child(2):before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-radius: 0;
  border-top: 1px solid #242526;
  border-left: 1px solid #242526;
  background: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .breadcrumbs_mobile_last .breadcrumbs__item:nth-last-child(2):before {
    width: 3px;
    height: 3px;
    margin: 0 5px;
    color: inherit;
    background: #666;
    border: none;
    border-radius: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media only screen and (max-width: 1280px) {
  .breadcrumbs_mobile_last .breadcrumbs__item:nth-last-child(2) .breadcrumbs__link {
    display: inline-block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .breadcrumbs_mobile_last .breadcrumbs__item:nth-last-child(2) .breadcrumbs__text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.burger {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin: 0;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}
.burger__icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  display: block;
  opacity: 1;
  width: 15px;
  height: 12px;
  stroke: #f30;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.burger__icon_type_cross {
  left: 50%;
  right: auto;
  width: 14px;
  height: 17px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.burger_type_close .burger__icon {
  opacity: 0;
}
.burger_type_close .burger__icon_type_cross {
  opacity: 1;
}
.button-group {
  display: block;
}
.button-group__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.button-group__item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.button-group__item > .button {
  padding: 0 9px;
}
@media only screen and (min-width: 768px) {
  .button-group__item > .button {
    padding: 0 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .button-group__item > .button {
    padding: 0 18px;
  }
}
.button-group__item:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group__item:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-group__item_type_primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.button {
  display: inline-block;
  vertical-align: middle;
  height: 57px;
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #f30;
  border: 1px solid #f30;
  outline: none;
  -webkit-box-shadow: 0 8px 22px rgba(0,0,0,0.12);
          box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.button:hover,
.button:active,
.button:focus {
  background: #e73307;
  border-color: #e73307;
}
.button__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__image {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  max-height: 50%;
}
.button__label {
  display: block;
  padding: 5px 0 0;
  font-size: 12px;
  font-weight: 400;
}
.button_width_full {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1px) {
  .button_width_xs-full {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .button_width_s-full {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .button_width_m-full {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .button_width_l-full {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .button_width_xl-full {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .button_width_xxl-full {
    display: block;
    width: 100%;
  }
}
.button_style_disabled {
  opacity: 0.5;
  color: #fff;
  background: #666;
  border-color: #666;
}
.button_style_disabled:hover,
.button_style_disabled:active,
.button_style_disabled:focus {
  color: #fff;
  background: #666;
  border-color: #666;
}
.button_style_link {
  padding: 0;
  color: #f30;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_style_link:hover,
.button_style_link:active,
.button_style_link:focus {
  color: #242526;
  background: transparent;
  border: none;
}
.button_style_gray {
  color: #242526;
  background: #f6f6f6;
  border-color: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_style_gray:hover,
.button_style_gray:active,
.button_style_gray:focus {
  color: #242526;
  background: #edeff1;
  border-color: #edeff1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_style_dark {
  color: #fff;
  background: #000;
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_style_dark:hover,
.button_style_dark:active,
.button_style_dark:focus {
  color: #fff;
  opacity: 0.6;
  background: #000;
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_style_ghost {
  color: #666;
  font-weight: 400;
  background: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 10px 16px rgba(0,0,0,0.1);
          box-shadow: 0 10px 16px rgba(0,0,0,0.1);
}
.button_style_ghost:hover,
.button_style_ghost:active,
.button_style_ghost:focus {
  color: #fff;
  background: #e73307;
  border-color: #e73307;
}
.button_style_success {
  color: #fff;
  background: #66b700;
  border-color: #66b700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button_style_success:hover,
.button_style_success:active,
.button_style_success:focus {
  color: #fff;
  background: #529202;
  border-color: #529202;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 1px) {
  .button_style_xs-default {
    color: #fff;
    background: #f30;
    border: 1px solid #f30;
  }
  .button_style_xs-default:hover,
  .button_style_xs-default:active,
  .button_style_xs-default:focus {
    background: #e73307;
    border-color: #e73307;
  }
}
@media only screen and (min-width: 1px) {
  .button_style_xs-disabled {
    opacity: 0.5;
    color: #fff;
    background: #666;
    border-color: #666;
  }
  .button_style_xs-disabled:hover,
  .button_style_xs-disabled:active,
  .button_style_xs-disabled:focus {
    color: #fff;
    background: #666;
    border-color: #666;
  }
}
@media only screen and (min-width: 1px) {
  .button_style_xs-gray {
    color: #666;
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_xs-gray:hover,
  .button_style_xs-gray:active,
  .button_style_xs-gray:focus {
    color: #242526;
    background: #edeff1;
    border-color: #edeff1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1px) {
  .button_style_xs-dark {
    color: #fff;
    background: #000;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_xs-dark:hover,
  .button_style_xs-dark:active,
  .button_style_xs-dark:focus {
    opacity: 0.5;
    background: #000;
    border-color: #000;
  }
}
@media only screen and (min-width: 480px) {
  .button_style_s-default {
    color: #fff;
    background: #f30;
    border: 1px solid #f30;
  }
  .button_style_s-default:hover,
  .button_style_s-default:active,
  .button_style_s-default:focus {
    background: #e73307;
    border-color: #e73307;
  }
}
@media only screen and (min-width: 480px) {
  .button_style_s-disabled {
    opacity: 0.5;
    color: #fff;
    background: #666;
    border-color: #666;
  }
  .button_style_s-disabled:hover,
  .button_style_s-disabled:active,
  .button_style_s-disabled:focus {
    color: #fff;
    background: #666;
    border-color: #666;
  }
}
@media only screen and (min-width: 480px) {
  .button_style_s-gray {
    color: #666;
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_s-gray:hover,
  .button_style_s-gray:active,
  .button_style_s-gray:focus {
    color: #242526;
    background: #edeff1;
    border-color: #edeff1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 480px) {
  .button_style_s-dark {
    color: #fff;
    background: #000;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_s-dark:hover,
  .button_style_s-dark:active,
  .button_style_s-dark:focus {
    opacity: 0.5;
    background: #000;
    border-color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .button_style_m-default {
    color: #fff;
    background: #f30;
    border: 1px solid #f30;
  }
  .button_style_m-default:hover,
  .button_style_m-default:active,
  .button_style_m-default:focus {
    background: #e73307;
    border-color: #e73307;
  }
}
@media only screen and (min-width: 768px) {
  .button_style_m-disabled {
    opacity: 0.5;
    color: #fff;
    background: #666;
    border-color: #666;
  }
  .button_style_m-disabled:hover,
  .button_style_m-disabled:active,
  .button_style_m-disabled:focus {
    color: #fff;
    background: #666;
    border-color: #666;
  }
}
@media only screen and (min-width: 768px) {
  .button_style_m-gray {
    color: #666;
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_m-gray:hover,
  .button_style_m-gray:active,
  .button_style_m-gray:focus {
    color: #242526;
    background: #edeff1;
    border-color: #edeff1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 768px) {
  .button_style_m-dark {
    color: #fff;
    background: #000;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_m-dark:hover,
  .button_style_m-dark:active,
  .button_style_m-dark:focus {
    opacity: 0.5;
    background: #000;
    border-color: #000;
  }
}
@media only screen and (min-width: 1025px) {
  .button_style_l-default {
    color: #fff;
    background: #f30;
    border: 1px solid #f30;
  }
  .button_style_l-default:hover,
  .button_style_l-default:active,
  .button_style_l-default:focus {
    background: #e73307;
    border-color: #e73307;
  }
}
@media only screen and (min-width: 1025px) {
  .button_style_l-disabled {
    opacity: 0.5;
    color: #fff;
    background: #666;
    border-color: #666;
  }
  .button_style_l-disabled:hover,
  .button_style_l-disabled:active,
  .button_style_l-disabled:focus {
    color: #fff;
    background: #666;
    border-color: #666;
  }
}
@media only screen and (min-width: 1025px) {
  .button_style_l-gray {
    color: #666;
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_l-gray:hover,
  .button_style_l-gray:active,
  .button_style_l-gray:focus {
    color: #242526;
    background: #edeff1;
    border-color: #edeff1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1025px) {
  .button_style_l-dark {
    color: #fff;
    background: #000;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_l-dark:hover,
  .button_style_l-dark:active,
  .button_style_l-dark:focus {
    opacity: 0.5;
    background: #000;
    border-color: #000;
  }
}
@media only screen and (min-width: 1281px) {
  .button_style_xl-default {
    color: #fff;
    background: #f30;
    border: 1px solid #f30;
  }
  .button_style_xl-default:hover,
  .button_style_xl-default:active,
  .button_style_xl-default:focus {
    background: #e73307;
    border-color: #e73307;
  }
}
@media only screen and (min-width: 1281px) {
  .button_style_xl-disabled {
    opacity: 0.5;
    color: #fff;
    background: #666;
    border-color: #666;
  }
  .button_style_xl-disabled:hover,
  .button_style_xl-disabled:active,
  .button_style_xl-disabled:focus {
    color: #fff;
    background: #666;
    border-color: #666;
  }
}
@media only screen and (min-width: 1281px) {
  .button_style_xl-gray {
    color: #666;
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_xl-gray:hover,
  .button_style_xl-gray:active,
  .button_style_xl-gray:focus {
    color: #242526;
    background: #edeff1;
    border-color: #edeff1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1281px) {
  .button_style_xl-dark {
    color: #fff;
    background: #000;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_xl-dark:hover,
  .button_style_xl-dark:active,
  .button_style_xl-dark:focus {
    opacity: 0.5;
    background: #000;
    border-color: #000;
  }
}
@media only screen and (min-width: 1440px) {
  .button_style_xxl-default {
    color: #fff;
    background: #f30;
    border: 1px solid #f30;
  }
  .button_style_xxl-default:hover,
  .button_style_xxl-default:active,
  .button_style_xxl-default:focus {
    background: #e73307;
    border-color: #e73307;
  }
}
@media only screen and (min-width: 1440px) {
  .button_style_xxl-disabled {
    opacity: 0.5;
    color: #fff;
    background: #666;
    border-color: #666;
  }
  .button_style_xxl-disabled:hover,
  .button_style_xxl-disabled:active,
  .button_style_xxl-disabled:focus {
    color: #fff;
    background: #666;
    border-color: #666;
  }
}
@media only screen and (min-width: 1440px) {
  .button_style_xxl-gray {
    color: #666;
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_xxl-gray:hover,
  .button_style_xxl-gray:active,
  .button_style_xxl-gray:focus {
    color: #242526;
    background: #edeff1;
    border-color: #edeff1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1440px) {
  .button_style_xxl-dark {
    color: #fff;
    background: #000;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .button_style_xxl-dark:hover,
  .button_style_xxl-dark:active,
  .button_style_xxl-dark:focus {
    opacity: 0.5;
    background: #000;
    border-color: #000;
  }
}
.button_round_xs {
  border-radius: 2px;
}
.button_round_s {
  border-radius: 4px;
}
@media only screen and (min-width: 1px) {
  .button_round_xs-xs {
    border-radius: 2px;
  }
}
@media only screen and (min-width: 1px) {
  .button_round_xs-s {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 480px) {
  .button_round_s-xs {
    border-radius: 2px;
  }
}
@media only screen and (min-width: 480px) {
  .button_round_s-s {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .button_round_m-xs {
    border-radius: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .button_round_m-s {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_round_l-xs {
    border-radius: 2px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_round_l-s {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_round_xl-xs {
    border-radius: 2px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_round_xl-s {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_round_xxl-xs {
    border-radius: 2px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_round_xxl-s {
    border-radius: 4px;
  }
}
.button_size_xs {
  height: 24px;
}
.button_size_s {
  height: 35px;
}
.button_size_m {
  height: 40px;
}
.button_size_l {
  height: 48px;
}
.button_size_xl {
  height: 58px;
}
.button_size_xxl {
  height: 65px;
}
@media only screen and (min-width: 1px) {
  .button_size_xs-xs {
    height: 24px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-s {
    height: 35px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-m {
    height: 40px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-l {
    height: 48px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-xl {
    height: 58px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-xxl {
    height: 65px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-xs {
    height: 24px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-s {
    height: 35px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-m {
    height: 40px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-l {
    height: 48px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-xl {
    height: 58px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-xxl {
    height: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-xs {
    height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-s {
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-m {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-l {
    height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-xl {
    height: 58px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-xxl {
    height: 65px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-xs {
    height: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-s {
    height: 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-m {
    height: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-l {
    height: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-xl {
    height: 58px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-xxl {
    height: 65px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-xs {
    height: 24px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-s {
    height: 35px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-m {
    height: 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-l {
    height: 48px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-xl {
    height: 58px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-xxl {
    height: 65px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-xs {
    height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-s {
    height: 35px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-m {
    height: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-l {
    height: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-xl {
    height: 58px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-xxl {
    height: 65px;
  }
}
.button_text-size_xs {
  font-size: 12px;
}
.button_text-size_s {
  font-size: 14px;
}
.button_text-size_m {
  font-size: 16px;
}
.button_text-size_l {
  font-size: 20px;
}
.button_text-size_xl {
  font-size: 22px;
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-xs {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-s {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-m {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-xs {
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-s {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-m {
    font-size: 16px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-xs {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-s {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-m {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-xs {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-s {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-m {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-xs {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-s {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-m {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-xs {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-s {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-m {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-xl {
    font-size: 22px;
  }
}
.button_shadow_none {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
.carousel-nav__arrow {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 25px;
  color: #333;
  font-size: 0;
  -webkit-text-decoration: noen;
          text-decoration: noen;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.carousel-nav__arrow:before {
  content: '';
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  color: inherit;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transition: color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: color 0.3s ease-in, transform 0.3s ease-in;
  transition: color 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.carousel-nav__arrow:hover,
.carousel-nav__arrow:active,
.carousel-nav__arrow:focus {
  color: #333;
  text-decoration: none;
}
.carousel-nav__arrow_type_prev:hover:before,
.carousel-nav__arrow_type_prev:active:before,
.carousel-nav__arrow_type_prev:focus:before {
  -webkit-transform: translate(25%, 0) rotate(-135deg);
          transform: translate(25%, 0) rotate(-135deg);
}
.carousel-nav__arrow_type_prev:before {
  -webkit-transform: translate(45%, 0) rotate(-135deg);
          transform: translate(45%, 0) rotate(-135deg);
}
.carousel-nav__arrow_type_next:hover:before,
.carousel-nav__arrow_type_next:active:before,
.carousel-nav__arrow_type_next:focus:before {
  -webkit-transform: translate(5%, 0) rotate(45deg);
          transform: translate(5%, 0) rotate(45deg);
}
.carousel-nav__arrow_type_next:before {
  -webkit-transform: translate(-20%, 0) rotate(45deg);
          transform: translate(-20%, 0) rotate(45deg);
}
.carousel-nav_type_overlapping {
  display: block;
  padding: 0;
}
.carousel-nav_type_overlapping .carousel-nav__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 45px;
  height: 60px;
  color: #fff;
  background: rgba(102,102,102,0.733);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.carousel-nav_type_overlapping .carousel-nav__arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
}
.carousel-nav_type_overlapping .carousel-nav__arrow:hover,
.carousel-nav_type_overlapping .carousel-nav__arrow:active,
.carousel-nav_type_overlapping .carousel-nav__arrow:focus {
  color: #fff;
  background: #666;
}
.carousel-nav_type_overlapping .carousel-nav__arrow_type_prev {
  left: -10px;
}
.carousel-nav_type_overlapping .carousel-nav__arrow_type_prev:before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.carousel-nav_type_overlapping .carousel-nav__arrow_type_next {
  right: -10px;
}
.carousel-nav_type_overlapping .carousel-nav__arrow_type_next:before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.carousel {
  position: relative;
  display: block;
  background: #f6f6f6;
}
.carousel__slides {
  height: 100%;
}
.carousel__slides-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
.carousel__slides-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 300%;
  height: 100%;
}
.carousel__slide {
  position: relative;
  overflow: hidden;
  width: 33.333%;
  color: #242526;
}
.carousel__illustration {
  position: relative;
  height: 137px;
  margin: 0 0 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .carousel__illustration {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 38%;
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__illustration {
    width: 49%;
  }
}
.carousel__image {
  position: absolute;
  top: 62%;
  left: 50%;
  display: block;
  width: 138%;
  min-width: 100%;
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .carousel__image {
    top: 50%;
    left: 0;
    width: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.carousel__image.swiper-lazy:not(.swiper-lazy-loaded) {
  max-width: 1px;
}
.carousel__content {
  position: relative;
  z-index: 10;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .carousel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 345px;
    padding: 15px 11%;
  }
}
@media only screen and (min-width: 1281px) {
  .carousel__content {
    min-height: 512px;
    padding: 50px 10.7% 15px;
  }
}
.carousel__title {
  display: block;
  margin: 0 0 25px;
  padding: 0;
  color: #242526;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .carousel__title {
    margin: 0 0 43px;
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel__title {
    margin: 0 0 50px;
    font-size: 62px;
    line-height: 62px;
  }
}
.carousel__title:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .carousel__description {
    padding: 0 0 0 7%;
  }
}
.carousel__description-panel {
  display: block;
  padding: 0 0 0 10px;
  color: #242526;
  font-size: 16px;
  line-height: 1.2;
  border-left: 2px solid #f30;
}
@media only screen and (min-width: 768px) {
  .carousel__description-panel {
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.45;
  }
}
.carousel__pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  padding: 49px 0 15px;
  font-size: 0;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .carousel__pagination {
    display: none;
  }
}
.carousel__bullet {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  outline: none;
}
.carousel__bullet:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #666;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.carousel__bullet_state_active:before {
  background: #f30;
}
.cart-control {
  display: block;
  padding: 2px;
  background: rgba(255,255,255,0.5);
}
@media only screen and (min-width: 768px) {
  .cart-control {
    padding: 0;
    background: transparent;
  }
}
.cart-control__button {
  display: block;
  color: #666;
  font-size: 0;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.cart-control__button:hover {
  color: #e73307;
}
.cart-control__button:active,
.cart-control__button:focus {
  color: #f30;
}
.cart-control__button_role_go {
  display: none;
}
.cart-control__icon {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 26px;
  margin: 0 4px;
  fill: currentColor;
}
.cart-control__icon:first-child {
  margin-left: 0;
}
.cart-control__icon:last-child {
  margin-right: 0;
}
.cart-control__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  white-space: normal;
}
.cart-control_state_active .cart-control__button {
  color: #f30;
}
.cart-control_state_active .cart-control__button_role_add {
  display: none;
}
.cart-control_state_active .cart-control__button_role_go {
  display: block;
}
.cart-snippet {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.cart-snippet__numbers {
  display: inline-block;
  vertical-align: baseline;
  min-width: 22px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  background: #f30;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .cart-snippet__numbers {
    margin: 0 5px 0 0;
  }
}
.cart-snippet__control {
  color: #666;
  text-decoration: none;
  stroke: #666;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.cart-snippet__text {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .cart-snippet__text {
    display: inline;
  }
}
.cart-snippet:hover .cart-snippet__numbers {
  background: #e73307;
}
.cart-snippet:active .cart-snippet__numbers {
  background: #f30;
}
.cart-snippet:active .cart-snippet__control {
  color: #f30;
}
.catalog-nav-panel {
  display: block;
  overflow: hidden;
  padding: 0 0 30px;
  color: #242526;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel {
    overflow: auto;
    padding: 20px 68px 195px 28px;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel {
    overflow: visible;
    padding: 20px 0 0;
  }
}
.catalog-nav-panel__holder {
  display: block;
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: 600px;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.catalog-nav-panel__item {
  position: relative;
  min-height: 71px;
  margin: 0 0 15px;
  padding: 13px 60px 13px 10px;
  border-radius: 2px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    width: 33.333%;
    max-width: 33.333%;
    margin: 0;
    padding: 10px 10px 40px;
    border-radius: 0;
    background: transparent !important;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    width: 18%;
    max-width: 18%;
    padding: 10px 10px 40px;
  }
}
.catalog-nav-panel__item:last-child {
  margin-bottom: 0;
}
.catalog-nav-panel__item_state_open {
  background: #f6f6f6 !important;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_state_open {
    background: transparent !important;
  }
}
.catalog-nav-panel__item_state_open .catalog-nav-panel__title {
  padding: 0 0 30px 15px;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_state_open .catalog-nav-panel__title {
    margin: 0 0 17px;
    padding: 0;
  }
}
.catalog-nav-panel__item_state_open .catalog-nav-panel__links {
  padding: 0 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_state_open .catalog-nav-panel__links {
    padding: 0;
  }
}
.catalog-nav-panel__item_state_open .catalog-nav-panel__icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.catalog-nav-panel__item_state_open .catalog-nav-panel__links {
  display: block;
}
.catalog-nav-panel__item_order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.catalog-nav-panel__item_order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.catalog-nav-panel__item_order_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.catalog-nav-panel__item_order_4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.catalog-nav-panel__item_order_5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.catalog-nav-panel__item_order_6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.catalog-nav-panel__item_order_7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.catalog-nav-panel__item_order_8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.catalog-nav-panel__item_order_9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.catalog-nav-panel__item_order_10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.catalog-nav-panel__item_order_11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.catalog-nav-panel__item_order_12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.catalog-nav-panel__item_order_13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.catalog-nav-panel__item_order_14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.catalog-nav-panel__item_order_15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.catalog-nav-panel__item_order_16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.catalog-nav-panel__item_order_17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.catalog-nav-panel__item_order_18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.catalog-nav-panel__item_order_19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.catalog-nav-panel__item_order_20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}
@media only screen and (min-width: 1px) {
  .catalog-nav-panel__item_order_xs-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}
@media only screen and (min-width: 480px) {
  .catalog-nav-panel__item_order_s-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-nav-panel__item_order_l-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_xl-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-nav-panel__item_order_xxl-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}
.catalog-nav-panel__item_order_last {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-1 .catalog-nav-panel__links,
  .catalog-nav-panel__item_order_m-3 .catalog-nav-panel__links,
  .catalog-nav-panel__item_order_m-6 .catalog-nav-panel__links {
    min-height: 128px;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_m-1 .catalog-nav-panel__links,
  .catalog-nav-panel__item_order_m-3 .catalog-nav-panel__links,
  .catalog-nav-panel__item_order_m-6 .catalog-nav-panel__links {
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-4 .catalog-nav-panel__links {
    min-height: 151px;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_m-4 .catalog-nav-panel__links {
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_order_m-7 .catalog-nav-panel__links {
    min-height: 132px;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_order_m-7 .catalog-nav-panel__links {
    min-height: 0;
  }
}
.catalog-nav-panel__item_type_panel {
  padding: 0;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__item_type_panel {
    position: absolute;
    left: 25px;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 675px;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__item_type_panel {
    position: static;
    display: block;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    width: 34%;
    max-width: 34%;
  }
}
.catalog-nav-panel__title {
  padding: 0 0 0 106px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__title {
    margin: 0 0 17px;
    padding: 0;
    text-transform: uppercase;
  }
}
.catalog-nav-panel__title:last-child {
  margin-bottom: 0;
}
.catalog-nav-panel__links {
  display: none;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__links {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }
}
.catalog-nav-panel__number {
  position: absolute;
  top: 13px;
  right: 21px;
  min-width: 26px;
  color: #bfbfbf;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__number {
    display: none;
  }
}
.catalog-nav-panel__trigger {
  position: absolute;
  right: 27px;
  bottom: 6px;
  width: 15px;
  height: 15px;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__trigger {
    display: none;
  }
}
.catalog-nav-panel__icon {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 10px;
  fill: transparent;
  stroke: #666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.catalog-nav-panel__banner {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .catalog-nav-panel__banner {
    width: 50%;
    padding: 10px 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-nav-panel__banner {
    width: 100%;
    margin: 0 0 19px;
  }
}
.catalog-nav-panel__banner:last-child {
  margin-bottom: 0;
}
.catalog-nav-panel__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.catalog-nav-panel__link:hover {
  color: #f30;
}
.catalog-panel {
  display: block;
}
.catalog-panel__panel {
  height: 100%;
}
.catalog-panel__filter-panel {
  position: relative;
  z-index: 50;
  padding: 8px 0 0;
  font-size: 16px;
}
@media only screen and (min-width: 1025px) {
  .catalog-panel__filter-panel {
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .catalog-panel__filter-panel {
    padding: 10px 0;
  }
}
.catalog-panel__filter-panel_position_sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 22px rgba(0,0,0,0.12);
          box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}
@media only screen and (min-width: 1281px) {
  .catalog-panel__filter-panel_position_sticky {
    position: fixed;
  }
}
.catalog-panel__items {
  padding: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .catalog-panel__items {
    padding: 30px 0 0;
  }
}
.catalog-panel__item {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .catalog-panel__item {
    margin-bottom: 57px;
  }
}
.catalog-panel__pagination {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .catalog-panel__pagination {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-panel__pagination {
    padding: 0;
  }
}
.catalog-panel__description {
  padding: 30px 0;
  font-size: 18px;
}
@media only screen and (min-width: 1025px) {
  .catalog-panel__description {
    font-size: 25px;
  }
}
.catalog-panel_spacing_m .catalog-panel__items {
  padding: 10px 0 0;
}
@media only screen and (min-width: 1281px) {
  .catalog-panel_spacing_m .catalog-panel__items {
    padding: 20px 0 0;
  }
}
.catalog-panel_spacing_m .catalog-panel__item {
  margin-bottom: 30px;
}
.catalog-panel_spacing_m .catalog-panel__item:last-child {
  margin-bottom: 0;
}
.check-elem {
  position: relative;
  opacity: 1;
  cursor: pointer;
}
.check-elem:hover .check-elem__label {
  color: #f30;
}
.check-elem:hover .check-elem__label:before {
  border-color: #f30;
}
.check-elem__label {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  opacity: 1;
  color: #242526;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.check-elem__label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  display: block;
  opacity: 1;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.check-elem__label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  z-index: 5;
  display: block;
  opacity: 0;
  width: 11px;
  height: 10px;
  background-image: url("../blocks/check-elem/images/tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.check-elem__label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.check-elem__additional-info {
  display: inline-block;
  vertical-align: middle;
  color: #aeaeae;
  padding: 0 0 0 15px;
}
.check-elem__message {
  display: block;
  opacity: 0.5;
  padding: 5px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.check-elem__message_for_checked {
  display: none;
}
.check-elem__message_for_unchecked {
  display: block;
}
.check-elem__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.check-elem__input:checked + .check-elem__label {
  color: #f30;
}
.check-elem__input:checked + .check-elem__label:after {
  opacity: 1;
}
.check-elem__input:checked + .check-elem__label:before {
  background: #f30;
  border-color: #f30;
}
.check-elem__input:checked + .check-elem__label .check-elem__message_for_checked {
  display: block;
}
.check-elem__input:checked + .check-elem__label .check-elem__message_for_unchecked {
  display: none;
}
.check-elem__input:disabled + .check-elem__label {
  color: #242526;
  cursor: not-allowed;
  opacity: 0.4;
}
.check-elem__input[type='radio'] + .check-elem__label:before {
  border-radius: 50%;
  background: #fff;
}
.check-elem__input[type='radio'] + .check-elem__label:after {
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-image: none;
  background-color: #f30;
  border-radius: 50%;
}
.check-elem_style_important .check-elem__label {
  color: #f30;
}
@media only screen and (min-width: 1281px) {
  .check-elem_text-size_middle .check-elem__label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .check-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.check-group__item {
  padding: 0 0 15px;
}
@media only screen and (min-width: 1281px) {
  .check-group__item {
    max-width: 150px;
    padding: 0 15px 0 0;
  }
}
.check-group__item:last-child {
  padding-bottom: 0;
}
.code-404 {
  display: block;
  padding: 28px 0 50px;
}
@media only screen and (min-width: 768px) {
  .code-404 {
    padding: 30px 0 50px;
  }
}
@media only screen and (min-width: 1281px) {
  .code-404 {
    padding: 77px 0;
  }
}
.code-404__illustration {
  position: relative;
  max-width: 210px;
  margin: 0 auto 31px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .code-404__illustration {
    max-width: 420px;
    margin-bottom: 46px;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .code-404__illustration {
    max-width: 600px;
    margin-bottom: 50px;
  }
}
.code-404__illustration:last-child {
  margin-bottom: 0;
}
.code-404__image {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.code-404__number {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  color: #000;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .code-404__number {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1281px) {
  .code-404__number {
    font-size: 106px;
  }
}
.code-404__number:first-child {
  left: -1%;
}
@media only screen and (min-width: 1281px) {
  .code-404__number:first-child {
    left: 2%;
  }
}
@media only screen and (min-width: 1281px) {
  .code-404__number:first-child {
    left: 10%;
  }
}
.code-404__number:last-child {
  left: 97%;
}
@media only screen and (min-width: 1281px) {
  .code-404__number:last-child {
    left: 96%;
  }
}
@media only screen and (min-width: 1281px) {
  .code-404__number:last-child {
    left: 88%;
  }
}
.code-404__title {
  margin: 0 0 19px;
}
@media only screen and (min-width: 768px) {
  .code-404__title {
    margin: 0 0 23px;
  }
}
@media only screen and (min-width: 1281px) {
  .code-404__title {
    margin: 0 0 17px;
  }
}
.code-404__title:last-child {
  margin-bottom: 0;
}
.code-404__fields {
  max-width: 420px;
  margin: 0 auto 36px;
  color: #666;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .code-404__fields {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1281px) {
  .code-404__fields {
    max-width: 300px;
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 1.25;
  }
}
.code-404__fields:last-child {
  margin-bottom: 0;
}
.code-404__controls {
  font-size: 0;
  text-align: center;
}
.code-404__control {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 350px;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .code-404__control {
    width: auto;
    min-width: 308px;
    max-width: none;
    margin: 0 15px 0 0;
  }
}
.code-404__control:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .code-404__control:last-child {
    margin-right: 0;
  }
}
.collapsible-block {
  display: block;
}
.collapsible-block__header {
  position: relative;
}
.collapsible-block__title {
  display: block;
  padding: 15px 60px 15px 20px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .collapsible-block__title {
    font-size: 22px;
  }
}
.collapsible-block__title:hover,
.collapsible-block__title:active {
  color: #333;
  text-decoration: none;
  background: #f2f2f2;
}
.collapsible-block__close {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 5;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: #bfbfbf;
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.collapsible-block__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #676767;
  border-bottom: 2px solid #676767;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
          transform: translate(-50%, -75%) rotate(45deg);
}
.collapsible-block__main {
  display: none;
  padding: 20px 0;
}
.collapsible-block__fields {
  margin: 0 0 20px;
}
.collapsible-block__fields:last-child {
  margin-bottom: 0;
}
.collapsible-block__field {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.collapsible-block__field:last-child {
  margin-bottom: 0;
}
.collapsible-block_state_open .collapsible-block__close:before {
  border: none;
  border-top: 2px solid #676767;
  border-left: 2px solid #676767;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
}
.collapsible-block_state_open .collapsible-block__main {
  display: block;
}
.collapsible-group {
  display: block;
}
.collapsible-group__item {
  margin: 0 0 15px;
}
.collapsible-group__item:last-child {
  margin-bottom: 0;
}
.color-check {
  position: relative;
  display: block;
}
.color-check__label {
  display: block;
}
.color-check__preview-image {
  position: relative;
  z-index: 10;
  display: block;
  width: 38px;
  height: auto;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: #f6f6f6;
}
.color-check__preview {
  position: relative;
  z-index: 10;
  display: block;
  width: 38px;
  height: auto;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: #f6f6f6;
}
.color-check__preview:before {
  content: '';
  display: block;
  padding: 100% 0 0;
}
.color-check__preview:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  display: block;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f30;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.color-check__text {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  opacity: 0;
  border-radius: 2px;
  background: #edeff1;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.color-check__input {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  width: 1px;
  height: 1px;
  opacity: 0.1;
}
.color-check__input:checked + .color-check__label .color-check__preview:after {
  opacity: 1;
}
.color-check__input:checked + .color-check__label .color-check__text {
  opacity: 1;
}
.color-check_hover_show .color-check__label {
  padding-bottom: 5px;
}
.color-check_hover_show .color-check__text {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.color-check_hover_show .color-check__input:checked + .color-check__label .color-check__text {
  opacity: 0;
}
.color-check_hover_show:hover .color-check__text {
  opacity: 1;
}
.color-check_hover_show:hover .color-check__input:checked + .color-check__label .color-check__text {
  opacity: 1;
}
.color-check_size_middle .color-check__preview {
  width: 28px;
}
.color-checker {
  display: block;
  overflow: hidden;
}
.color-checker__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.color-checker__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  padding: 15px;
}
.color-group {
  display: block;
}
.color-group__label {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .color-group__label {
    display: none;
  }
}
.color-group__list {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .color-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.color-group__item {
  padding: 5px 6px;
}
@media only screen and (min-width: 768px) {
  .color-group__item {
    padding: 5px 6px;
  }
}
@media only screen and (min-width: 1281px) {
  .color-group__item {
    padding: 5px 6px;
  }
}
.color-group__item:first-child {
  padding-left: 0;
}
.color-group__item:last-child {
  padding-right: 3px;
}
.color-group__item:nth-child(n+5) {
  display: none;
}
.color-group__preview {
  position: relative;
  display: block;
  width: 24px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  border: none;
}
.color-group__preview:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
.color-group__preview:after {
  content: '';
  position: absolute;
  right: -3px;
  bottom: 0;
  display: block;
  width: 3px;
  height: 3px;
  opacity: 0;
  border-radius: 50%;
  background: #f30;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.color-group__preview_state_active:after {
  opacity: 1;
}
.color-group__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 24px;
  height: auto;
  border-radius: 50%;
}
@media only screen and (min-width: 1281px) {
  .color-group__image {
    width: 24px;
  }
}
.color-preview {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
  padding: 0 0 0 25px;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .color-preview {
    padding: 0 0 0 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .color-preview {
    padding: 0;
    text-align: center;
  }
}
.color-preview__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto 10px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: #f6f6f6;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media only screen and (min-width: 1025px) {
  .color-preview__image {
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1281px) {
  .color-preview__image {
    position: static;
    top: auto;
    left: auto;
    width: 27px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.color-preview__panel {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  margin: 0 auto 10px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: #f6f6f6;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media only screen and (min-width: 1025px) {
  .color-preview__panel {
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1281px) {
  .color-preview__panel {
    position: static;
    top: auto;
    left: auto;
    width: 27px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.color-preview__panel:before {
  content: '';
  display: block;
  width: 100%;
  padding: 100% 0 0;
}
.color-preview__text {
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1281px) {
  .color-preview__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.color-selection-group {
  display: block;
}
.color-selection-group__label {
  margin: 0 0 5px;
  color: #242526;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.color-selection-group__selected {
  color: #f30;
  font-size: 12px;
  line-height: 16px;
}
.color-selection-group__colors {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (min-width: 1025px) {
  .color-selection-group__colors {
    margin: 0 -1px;
  }
}
.color-selection-group__color {
  display: block;
  padding: 2px 5px;
}
@media only screen and (min-width: 1025px) {
  .color-selection-group__color {
    padding: 7px 1px;
  }
}
.color-selection-group__color:hover:not(.color-selection-group__color_type_disabled) .color-selection-group__preview:after {
  opacity: 1;
}
.color-selection-group__color:hover:not(.color-selection-group__color_type_disabled) .color-selection-group__name {
  opacity: 1;
}
.color-selection-group__color_type_disabled {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.color-selection-group__wrapper {
  display: block;
}
.color-selection-group__input {
  position: absolute;
  top: 0;
  right: 1000%;
}
.color-selection-group__input:checked + .color-selection-group__item {
  border-color: #f30;
}
.color-selection-group__input:checked + .color-selection-group__item .color-selection-group__preview:after {
  opacity: 1;
}
.color-selection-group__input:disabled + .color-selection-group__item {
  cursor: not-allowed;
}
.color-selection-group__input:disabled + .color-selection-group__item .color-selection-group__preview:before {
  opacity: 1;
}
.color-selection-group__item {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-in 0s;
  transition: border-color 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .color-selection-group__item {
    width: 36px;
    height: 36px;
  }
}
.color-selection-group__preview-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.color-selection-group__preview {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
}
.color-selection-group__preview:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
  opacity: 0;
  background: url("../blocks/color-selection-group/images/disabled-dark.svg") no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.color-selection-group__preview:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 100%;
  display: block;
  width: 5px;
  height: 5px;
  opacity: 0;
  border-radius: 50%;
  background: #f30;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.color-selection-group__preview_type_dark:before {
  background-image: url("../blocks/color-selection-group/images/disabled-light.svg");
}
.color-selection-group__preview_type_image:before {
  position: relative;
  z-index: 10;
}
.color-selection-group__name {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 1px 0;
  opacity: 0;
  color: #666;
  font-size: 10px;
  line-height: 16px;
  white-space: nowrap;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .color-selection-group__name {
    display: block;
  }
}
.contact-form {
  display: block;
  padding: 45px 0;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .contact-form {
    padding: 65px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form__wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__wrapper {
    padding: 0 110px;
  }
}
.contact-form__content {
  padding: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .contact-form__content {
    padding: 0 0 41px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__content {
    padding: 0;
  }
}
.contact-form__title {
  margin: 0 0 14px;
}
@media only screen and (min-width: 768px) {
  .contact-form__title {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__title {
    margin: 0 0 28px;
  }
}
.contact-form__title:last-child {
  margin-bottom: 0;
}
.contact-form__fields {
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-form__fields {
    max-width: 350px;
  }
}
.contact-form__form {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .contact-form__form {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__line.form__line {
    padding: 0 0 11px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-form__submit {
    display: inline-block;
    vertical-align: middle;
    width: 314px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__submit {
    width: 218px;
  }
}
.contact-form__message {
  display: none;
}
.contact-form_state_sended .contact-form__content {
  display: none;
}
.contact-form_state_sended .contact-form__message {
  display: block;
}
.contact-snippet {
  display: block;
  color: #f6f6f6;
  font-size: 14px;
  line-height: 1.7;
}
.contact-snippet__item {
  margin: 0 0 7px;
}
.contact-snippet__item:last-child {
  margin-bottom: 0;
}
.contact-snippet__fields {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .contact-snippet__fields {
    padding: 5px 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .contact-snippet__fields {
    padding: 0 0 5px;
  }
}
.contact-snippet__line_style_blunt {
  opacity: 0.5;
}
.contact-snippet__link {
  color: #f6f6f6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.contact-snippet__link:hover,
.contact-snippet__link:active,
.contact-snippet__link_state_active {
  color: #e73307;
}
.contact-snippet__entire {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.contact-snippet_type_dependent {
  color: inherit;
  font-size: 1em;
  line-height: inherit;
}
.contact-snippet_type_dependent .contact-snippet__line {
  font-size: 1.13em;
}
@media only screen and (min-width: 768px) {
  .contact-snippet_type_dependent .contact-snippet__line {
    font-size: 1em;
  }
}
.contact-snippet_type_dependent .contact-snippet__link {
  color: inherit;
}
.contact-snippet_type_dependent .contact-snippet__link:hover,
.contact-snippet_type_dependent .contact-snippet__link:active,
.contact-snippet_type_dependent .contact-snippet__link_state_active {
  color: #e73307;
}
.contacts {
  position: relative;
  display: block;
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contacts__map {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 204px;
  margin: 0 -19px;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .contacts__map {
    height: 276px;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__map {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.contacts__main {
  position: relative;
  z-index: 10;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 21px 0 19px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .contacts__main {
    padding: 15px 47px 19px;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__main {
    max-width: 608px;
    margin: 16px 32px 0 32px;
    padding: 31px 78px;
  }
}
.contacts__extra {
  position: relative;
  z-index: 10;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 35px 0 23px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .contacts__extra {
    padding: 35px 47px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__extra {
    max-width: 608px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 32px 32px;
    padding: 14px 78px 46px;
  }
}
.contacts__breadcrumbs {
  margin: 0 0 11px;
}
@media only screen and (min-width: 768px) {
  .contacts__breadcrumbs {
    margin: 0 0 20px -49px;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__breadcrumbs {
    margin: 0 0 14px;
  }
}
.contacts__breadcrumbs:last-child {
  margin-bottom: 0;
}
.contacts__link {
  color: #f30;
  font: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.contacts__link:hover,
.contacts__link:active,
.contacts__link:focus {
  color: #e73307;
  text-decoration: none;
}
.contacts__link_style_ninja {
  color: inherit;
}
.contacts__title {
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .contacts__title {
    margin: 0 0 19px;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__title {
    margin: 0 0 23px;
  }
}
.contacts__title:last-child {
  margin-bottom: 0;
}
.contacts__address {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .contacts__address {
    margin: 0 0 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__address {
    margin: 0 0 11px;
    font-size: 22px;
  }
}
.contacts__address:last-child {
  margin-bottom: 0;
}
.contacts__section {
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .contacts__section {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__section {
    margin: 0 0 25px;
  }
}
.contacts__section:last-child {
  margin-bottom: 0;
}
.contacts__label {
  padding: 0 0 7px;
  color: #242526;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .contacts__label {
    margin: 0 0 22px;
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__label {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .contacts__label:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .contacts__label_size_s {
    font-size: 14px;
  }
}
.contacts__label_style_important {
  color: #f30;
}
.contacts__col {
  margin: 0 0 7px;
}
.contacts__col:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .contacts__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 50%;
    margin: 0;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .contacts__col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 768px) {
  .contacts__col-group_justify_between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contacts__fields {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
}
.contacts__fields:last-child {
  margin-bottom: 0;
}
.contacts__fields_size_s {
  font-size: 14px;
}
.contacts__fields_size_s .contacts__field {
  margin: 0 0 8px;
}
.contacts__field {
  margin: 0 0 10px;
}
.contacts__field:last-child {
  margin-bottom: 0;
}
.contacts__field_style_important {
  color: #f30;
}
.contacts__sub-field {
  color: #666;
  font-size: 14px;
}
.contacts__footer {
  padding: 25px 0 0;
  border-top: 2px solid #eaeaea;
}
@media only screen and (min-width: 1025px) {
  .contacts__footer {
    padding: 28px 0 0;
  }
}
.contacts__tabs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .contacts__tabs {
    display: block;
  }
}
.contacts__tabs-wrapper {
  margin: 0 0 22px;
}
@media only screen and (min-width: 1025px) {
  .contacts__tabs-wrapper {
    margin: 0 0 16px;
  }
}
.contacts__tabs-wrapper:last-child {
  margin-bottom: 0;
}
.contacts__accordeons {
  display: block;
}
@media only screen and (min-width: 768px) {
  .contacts__accordeons {
    display: none;
  }
}
.contacts__accordeon-item {
  border-bottom: 1px solid #eaeaea;
}
.contacts__accordeon-item:last-child {
  border-bottom: none;
}
.contacts__accordeon-trigger {
  display: block;
  width: 100%;
  min-height: 67px;
  padding: 15px 0;
  color: #666;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.contacts__accordeon-body {
  display: none;
  padding: 0 0 25px;
}
.contacts__accordeon_state_open .contacts__accordeon-trigger {
  color: #242526;
}
.contacts__accordeon_state_open .contacts__accordeon-body {
  display: block;
}
.cookie-policy {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #edeff1;
  background: #fff;
}
@media only screen and (min-width: 1281px) {
  .cookie-policy__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.cookie-policy__content {
  padding: 0 30px 15px 0;
}
@media only screen and (min-width: 1281px) {
  .cookie-policy__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    width: 60%;
    max-width: 60%;
    padding: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .cookie-policy__controls {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
    max-width: 40%;
    padding: 0 0 0 15px;
  }
}
.cookie-policy__control {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .cookie-policy__control {
    max-width: 281px;
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .cookie-policy__control {
    max-width: 336px;
  }
}
.cookie-policy__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 17px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (min-width: 1281px) {
  .cookie-policy__close {
    top: 20px;
    right: 50px;
  }
}
.cookie-policy__close:hover:before,
.cookie-policy__close:hover:after {
  background: #242526;
}
.cookie-policy__close:before,
.cookie-policy__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: #f30;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.cookie-policy__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-policy_style_dark {
  color: #fff;
  border-color: #242526;
  background: #242526;
}
.cookie-policy_style_dark .cookie-policy__close:before,
.cookie-policy_style_dark .cookie-policy__close:after {
  background: #fff;
}
.cookie-policy_style_dark .cookie-policy__close:hover:before,
.cookie-policy_style_dark .cookie-policy__close:hover:after {
  background: #f30;
}
.documentation {
  display: block;
}
.documentation__showcase {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 50px;
  background: #eef;
  border: 1px solid #88f;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 10px #bbf;
          box-shadow: inset 0 0 10px #bbf;
}
.documentation__showcase:last-child {
  margin-bottom: 0;
}
.documentation__code {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px;
  color: #fff;
  font-family: monospace, monospace;
  font-size: 16px;
  line-height: 1.2;
  background: #222;
  border: 4px solid #545454;
  border-radius: 4px;
}
.documentation__code:last-child {
  margin-bottom: 0;
}
.documentation__code-row {
  display: block;
}
.documentation__code-level {
  display: block;
  padding: 0 0 0 1em;
}
.documentation__punctuation {
  color: #fff;
}
.documentation__string {
  color: #e6db74;
}
.documentation__element {
  color: #a6e22d;
}
.documentation__number {
  color: #ae81ff;
}
.documentation__operator {
  color: #f92672;
}
.documentation__keyword {
  color: #66d9ef;
}
.documentation__code-snippet {
  padding: 1px;
  font-family: monospace, monospace;
  background: #c6c6c6;
  border-radius: 2px;
}
.documentation__code-snippet[href] {
  color: inherit;
  font-style: italic;
  text-decoration: none;
  outline: none;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.documentation__code-snippet[href]:hover,
.documentation__code-snippet[href]:active,
.documentation__code-snippet[href]:focus {
  color: inherit;
  text-decoration: none;
  background: #d6d6d6;
}
.documentation__asterisk {
  vertical-align: top;
  color: #ef5350;
}
.download-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .download-snippet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.download-snippet__illustration {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 157px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .download-snippet__illustration {
    -ms-flex-preferred-size: 96px;
        flex-basis: 96px;
    width: 96px;
    margin: 0;
  }
}
.download-snippet__illustration:last-child {
  margin-bottom: 0;
}
.download-snippet__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 128% 0 0;
}
.download-snippet__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.download-snippet__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .download-snippet__content {
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .download-snippet__content {
    padding: 0 0 0 20px;
  }
}
.download-snippet__link {
  display: block;
  color: #666;
  font-size: 0;
  text-decoration: none;
}
.download-snippet__link:hover,
.download-snippet__link:active,
.download-snippet__link:focus {
  color: #f30;
}
.download-snippet__link-label {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 14px;
  line-height: 20px;
}
.download-snippet__icon {
  display: block;
  width: 17px;
  height: 28px;
  fill: #f30;
}
.download-snippet__icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 1281px) {
  .download-snippet__icon-wrapper {
    margin: 0 15px 0 0;
  }
}
.download-snippet__icon-wrapper:last-child {
  margin-right: 0;
}
.download-snippet_type_simple {
  position: relative;
  display: block;
}
.download-snippet_type_simple .download-snippet__illustration {
  display: none;
}
.download-snippet_type_simple .download-snippet__content {
  padding: 0 0 0 30px;
}
.download-snippet_type_simple .download-snippet__icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.entry-equal-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .entry-equal-group__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px;
  }
}
.entry-equal-group__item {
  display: block;
  padding: 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .entry-equal-group__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 2px;
  }
}
.entry-gallery-carousel {
  display: block;
}
.entry-gallery-carousel__container {
  overflow: visible;
}
.entry-gallery-carousel__slide {
  width: 170px;
}
@media only screen and (min-width: 768px) {
  .entry-gallery-carousel__slide {
    width: 100%;
  }
}
.entry-gallery-carousel__illustration {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 15px;
  background: #fafafa;
}
@media only screen and (min-width: 768px) {
  .entry-gallery-carousel__illustration {
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-gallery-carousel__illustration {
    margin: 0 0 20px;
  }
}
.entry-gallery-carousel__illustration:before {
  content: '';
  display: block;
  width: 100%;
  padding: 124% 0 0;
}
.entry-gallery-carousel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
}
.entry-gallery-carousel__image.swiper-lazy:not(.swiper-lazy-loaded) {
  max-width: 1px;
}
.entry-gallery-carousel__tooltip {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.entry-gallery-carousel__name {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .entry-gallery-carousel__name {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-gallery-carousel__name {
    line-height: 1.5;
  }
}
.entry-gallery-carousel__link {
  opacity: 0.6;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .entry-gallery-carousel__link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-gallery-carousel__link {
    font-size: 16px;
  }
}
.entry-gallery-carousel__link:hover {
  opacity: 1;
  color: #e73307;
}
.entry-gallery-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .entry-gallery-carousel__arrow {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-gallery-carousel__arrow {
    width: 56px;
    height: 56px;
  }
}
.entry-gallery-carousel__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #f30;
  border-left: 1px solid #f30;
}
@media only screen and (min-width: 768px) {
  .entry-gallery-carousel__arrow:before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-gallery-carousel__arrow:before {
    width: 15px;
    height: 15px;
  }
}
.entry-gallery-carousel__arrow:hover {
  opacity: 0.7;
}
.entry-gallery-carousel__arrow_type_prev {
  left: 10px;
}
.entry-gallery-carousel__arrow_type_prev:before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.entry-gallery-carousel__arrow_type_next {
  right: 10px;
}
.entry-gallery-carousel__arrow_type_next:before {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.entry-gallery-carousel__arrow_state_disabled,
.entry-gallery-carousel__arrow_state_hidden {
  display: none;
}
.entry-group {
  display: block;
}
.entry-list {
  display: block;
  overflow: hidden;
}
.entry-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 480px) {
  .entry-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-list__items {
    margin: 0 -15px;
  }
}
.entry-list__item {
  display: block;
  margin: 0 0 20px;
}
.entry-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .entry-list__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-list__item {
    -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
    width: 33.3333333%;
    max-width: 33.3333333%;
    padding: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .entry-list__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.entry-list__item-wrapper {
  height: 100%;
}
.entry-panel {
  display: block;
}
.entry-panel__item {
  height: 100%;
  margin: 0 -19px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .entry-panel__item {
    margin: 0;
  }
}
.entry-panel__inner {
  height: 100%;
}
.entry-panel__pagination {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .entry-panel__pagination {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .entry-panel__pagination {
    padding: 0;
  }
}
.entry-snippet {
  display: block;
}
.entry-snippet__inner {
  display: block;
  color: inherit;
  text-decoration: none;
  background: transparent;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.entry-snippet__inner:hover {
  background: #f6f6f6;
}
.entry-snippet__inner:hover .entry-snippet__illustration:after {
  opacity: 0;
}
.entry-snippet__inner:hover .entry-snippet__title {
  color: #f30;
}
.entry-snippet__panel {
  position: relative;
  display: block;
  overflow: hidden;
  height: 212px;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .entry-snippet__panel {
    height: 233px;
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-snippet__panel {
    height: 310px;
  }
}
.entry-snippet__illustration {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  text-decoration: none;
}
.entry-snippet__illustration:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28,28,28,0.3)), to(rgba(28,28,28,0.3)));
  background: linear-gradient(0deg, rgba(28,28,28,0.3), rgba(28,28,28,0.3));
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.entry-snippet__image {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  display: block;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.entry-snippet__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .entry-snippet__content {
    width: 100%;
  }
}
.entry-snippet__title {
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
  width: 77%;
  max-width: 77%;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .entry-snippet__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-snippet__title {
    min-height: 56px;
    font-size: 22px;
    line-height: 28px;
  }
}
.entry-snippet__date {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  width: 23%;
  max-width: 23%;
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
.entry-snippet__description {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 15px 0 0;
  font-size: 16px;
  line-height: 20px;
}
.entry-snippet__tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 7px 17px 0;
  font-size: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .entry-snippet__tags {
    padding: 10px 0 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-snippet__tags {
    padding: 10px 10px 0 20px;
  }
}
.entry-snippet__tag {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 5px 4px;
}
@media only screen and (min-width: 768px) {
  .entry-snippet__tag {
    padding: 8px 13px 4px;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-snippet__tag {
    padding: 8px 4px;
  }
}
.entry-snippet__pill {
  display: block;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #bfbfbf;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.entry-snippet__pill:hover,
.entry-snippet__pill:focus,
.entry-snippet__pill:active {
  background: #f30;
  border-color: #f30;
}
.entry-snippet_type_wide .entry-snippet__pill {
  color: #242526;
  background: rgba(255,255,255,0.6);
}
@media only screen and (min-width: 1281px) {
  .entry-snippet_type_wide .entry-snippet__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-snippet_type_wide .entry-snippet__title {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    width: 35%;
    max-width: 35%;
    font-size: 26px;
    line-height: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-snippet_type_wide .entry-snippet__description {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    width: 45%;
    max-width: 45%;
    padding: 0 0 0 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1281px) {
  .entry-snippet_type_wide .entry-snippet__date {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.example {
  display: block;
}
.example__title {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 700;
}
.example__title:last-child {
  margin-bottom: 0;
}
.example__group {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dashed #e8e8e8;
}
.example__group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.example__description {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
.example__description:last-child {
  margin-bottom: 0;
}
.example__source {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}
.example__source:last-child {
  margin-bottom: 0;
}
.example__source .hljs {
  padding: 5px 10px;
  background: transparent;
}
.example__source .hljs-ln-numbers {
  padding: 0 5px 0 0;
  color: #e8e8e8;
}
.example__source_border_none {
  border: none;
}
.example__source_border_top {
  border: none;
  border-top: 1px solid #e8e8e8;
}
.example__source_border_right {
  border: none;
  border-right: 1px solid #e8e8e8;
}
.example__source_border_bottom {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.example__source_border_left {
  border: none;
  border-left: 1px solid #e8e8e8;
}
.example__result {
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}
.example__result_border_none {
  border: none;
}
.example__result_border_top {
  border: none;
  border-top: 1px solid #e8e8e8;
}
.example__result_border_right {
  border: none;
  border-right: 1px solid #e8e8e8;
}
.example__result_border_bottom {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.example__result_border_left {
  border: none;
  border-left: 1px solid #e8e8e8;
}
.example__tabs {
  margin: 0 0 20px;
}
.example__tabs:last-child {
  margin-bottom: 0;
}
.fancybox-content {
  width: 100%;
  padding: 40px 24px 40px;
}
@media only screen and (min-width: 768px) {
  .fancybox-content {
    width: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .fancybox-content {
    max-width: 94%;
    border-radius: 4px;
  }
}
.fancybox-slide {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .fancybox-slide {
    padding: 6px;
  }
}
.fancybox-can-swipe .fancybox-content {
  cursor: default;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
  background: #242526;
}
.fancybox-container_type_full .fancybox-bg {
  opacity: 1;
  background: #fff;
}
.fancybox-container_type_full .fancybox-slide {
  padding: 0;
}
.fancybox-slide--html .fancybox-close-small {
  right: 20px;
  top: 20px;
  width: 17px;
  height: 17px;
  padding: 0;
}
.fancybox-slide--html .fancybox-close-small:hover:before,
.fancybox-slide--html .fancybox-close-small:hover:after {
  background: #242526;
}
.fancybox-slide--html .fancybox-close-small:before,
.fancybox-slide--html .fancybox-close-small:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: #f30;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.fancybox-slide--html .fancybox-close-small:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.fancybox-slide--html .fancybox-close-small path {
  fill: #f30;
}
.fancybox-button {
  background: transparent;
}
.fancybox-button path {
  fill: #f30 !important;
}
.fancybox-button--arrow_right svg {
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.fancybox-button--arrow_left svg {
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.fancybox-opaque {
  background: #f6f6f6;
}
.fancybox-opaque .fancybox-bg {
  background: #f6f6f6;
}
.fancybox-opaque .fancybox-button--zoom,
.fancybox-opaque .fancybox-button--play,
.fancybox-opaque .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-opaque .fancybox-infobar,
.fancybox-opaque .fancybox-caption,
.fancybox-opaque .fancybox-navigation {
  display: none;
}
.fancybox__pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 100000;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fancybox__pagination {
    padding: 20px 0;
  }
}
.fancybox__bullet {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.fancybox__bullet:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #eaeaea;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.fancybox__bullet:focus,
.fancybox__bullet:hover,
.fancybox__bullet:active {
  outline: none;
  border: none;
  background: transparent;
}
.fancybox__bullet_state_active {
  padding: 0 25px;
}
.fancybox__bullet_state_active:before {
  background: #f30;
}
.fancybox-active .page__modal-demo {
  display: block;
}
.favorites-link {
  display: block;
  fill: transparent;
  stroke: #f30;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.favorites-link:hover,
.favorites-link_state_active {
  fill: #f30;
}
.favorites-link__icon {
  display: block;
  width: 19px;
  height: 16px;
  fill: inherit;
  stroke: inherit;
}
@media only screen and (min-width: 768px) {
  .favorites-link__icon {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1281px) {
  .favorites-link__icon {
    width: 22px;
    height: 20px;
  }
}
.filter-panel {
  display: block;
  padding: 5px 0 10px;
}
@media only screen and (min-width: 1281px) {
  .filter-panel {
    padding: 0;
  }
}
.filter-panel__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1281px) {
  .filter-panel__holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.filter-panel__primary-prop {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .filter-panel__primary-prop {
    display: block;
    -ms-flex-preferred-size: 330px;
        flex-basis: 330px;
    width: 330px;
    max-width: 330px;
  }
}
.filter-panel__item {
  padding: 0 0 0 15px;
}
.filter-panel__item_style_underscore {
  position: relative;
}
.filter-panel__item_style_underscore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 20px;
  bottom: -1px;
  display: block;
  height: 1px;
  background: #eaeaea;
}
.filter-panel__select {
  width: 100%;
}
.filter-panel__props {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .filter-panel__props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding: 0 10px;
  }
}
.filter-panel__prop-group {
  display: block;
  padding: 0 5px;
}
.filter-panel__trigger-panel {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .filter-panel__trigger-panel {
    display: none;
  }
}
.filter-panel__trigger {
  display: inline-block;
  vertical-align: middle;
  color: #242526;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.filter-panel__trigger:hover {
  color: #e73307;
}
.filter-panel__trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 16px;
  margin: 0 15px 0 0;
}
.filter-panel__controls {
  display: block;
  padding: 0 0 0 15px;
  text-align: right;
}
@media only screen and (min-width: 1281px) {
  .filter-panel__controls {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    width: 240px;
    max-width: 240px;
    padding: 0;
    white-space: nowrap;
  }
}
.filter-panel__number {
  display: inline-block;
  vertical-align: middle;
  color: #f30;
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.filter-panel__reset {
  position: relative;
  display: none;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  border: none;
  outline: none;
  background: transparent;
}
.filter-panel__reset:before,
.filter-panel__reset:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background: #f30;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.filter-panel__reset:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-panel__reset:hover:before,
.filter-panel__reset:hover:after {
  background: #e73307;
}
.filter-panel__label {
  display: inline-block;
  vertical-align: baseline;
  color: #242526;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  white-space: normal;
}
.filter-panel_state_filtered .filter-panel__reset {
  display: inline-block;
}
.filter-slide-panel {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.filter-slide-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #242526;
  -webkit-transition: opacity 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in 0.3s;
}
.filter-slide-panel__main {
  position: absolute;
  top: 43px;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 30px 15px 15px;
  border-radius: 6px 6px 0 0;
  background: #fff;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s ease-in 0s;
  transition: -webkit-transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}
.filter-slide-panel__drag-trigger {
  position: relative;
  top: -25px;
  width: 19%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 0;
  line-height: 0;
}
.filter-slide-panel__drag-trigger:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #f30;
}
.filter-slide-panel__content {
  max-height: 100%;
  padding: 15px 10px 120px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .filter-slide-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 768px) {
  .filter-slide-panel__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
.filter-slide-panel__group {
  max-width: 320px;
}
@media only screen and (min-width: 768px) {
  .filter-slide-panel__group {
    max-width: 285px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .filter-slide-panel__group:last-child {
    margin-bottom: 0;
  }
}
.filter-slide-panel__controls {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 10px 0 15px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 -6px 16px rgba(0,0,0,0.06);
          box-shadow: 0 -6px 16px rgba(0,0,0,0.06);
}
.filter-slide-panel__info {
  padding: 0 0 10px;
}
.filter-slide-panel__control {
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .filter-slide-panel__control {
    max-width: 314px;
  }
}
.filter-slide-panel_state_open:before {
  opacity: 0.3;
}
.filter-slide-panel_state_open .filter-slide-panel__main {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.footer {
  display: block;
  padding: 35px 0 5px;
  color: #f6f6f6;
  font-size: 14px;
  background: #242526;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 35px 50px 50px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .footer {
    padding: 75px 0 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.footer__item {
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .footer__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__item {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    width: 19%;
    max-width: 19%;
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__item:nth-child(odd) {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__item:nth-child(odd) {
    padding-left: 0;
  }
}
.footer__item:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1281px) {
  .footer__item:nth-child(2) {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    width: 23%;
    max-width: 23%;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__item:nth-child(4) {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    width: 16%;
    max-width: 16%;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__item:nth-child(5) {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    width: 22%;
    max-width: 22%;
  }
}
.footer__item_type_info {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer__item_type_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__item_type_info {
    display: block;
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    width: 19%;
    max-width: 19%;
    padding-bottom: 0;
  }
}
.footer__title {
  display: block;
  margin: 0 0 20px;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.footer__title[href] {
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.footer__title[href]:hover,
.footer__title[href]:focus,
.footer__title[href]:active {
  color: #f30;
}
@media only screen and (min-width: 768px) {
  .footer__title {
    margin: 0 0 16px;
    font-size: 16px;
  }
}
.footer__title:last-child {
  margin-bottom: 0;
}
.footer__logo {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__logo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 21px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__logo:nth-child(even) {
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__logo:nth-child(even) {
    padding: 0;
  }
}
.footer__logo:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1281px) {
  .footer__logo:last-child {
    margin-bottom: 0;
  }
}
.footer__logo-item {
  display: block;
  width: 100%;
}
.footer__logo-holder {
  max-width: 193px;
}
.footer__logo-holder_size_secondary {
  max-width: 244px;
}
@media only screen and (min-width: 768px) {
  .footer__logo-holder_size_secondary {
    max-width: 298px;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__logo-holder_size_secondary {
    max-width: 223px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__payments {
    padding: 14px 0 0 0;
  }
}
.footer__contacts {
  padding: 5px 0 0;
  font-size: 16px;
}
@media only screen and (min-width: 1025px) {
  .footer__contacts {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__contacts {
    padding: 0;
    font-size: 14px;
    line-height: 1.7;
  }
}
.footer__social {
  padding: 30px 0 0;
}
@media only screen and (min-width: 1281px) {
  .footer__social {
    padding: 25px 0 0;
  }
}
.form {
  display: block;
}
.form__title {
  margin: 0 0 16px;
  color: #242526;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.form__title:last-child {
  margin-bottom: 0;
}
.form__title_type_close {
  margin: 0 0 4px;
}
.form__text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.32;
}
.form__text:last-child {
  margin-bottom: 0;
}
.form__text_type_panel {
  padding: 0 0 0 15px;
  font-size: 12px;
  line-height: 16px;
  border-left: 1px solid #f30;
}
.form__text-line {
  margin: 0 0 16px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.form__text-line:last-child {
  margin-bottom: 0;
}
.form__line {
  position: relative;
  display: block;
  opacity: 1;
  padding: 0 0 24px;
  -webkit-transition: opacity 0.3 ease;
  transition: opacity 0.3 ease;
}
@media only screen and (min-width: 768px) {
  .form__line {
    padding: 0 0 29px;
  }
}
.form__line_visability_hidden {
  opacity: 0;
  visibility: hidden;
}
.form__line_type_secondary {
  padding: 0 0 31px;
}
@media only screen and (min-width: 768px) {
  .form__line_type_secondary {
    padding: 0 0 41px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__line_type_secondary {
    padding: 0 0 22px;
  }
}
.form__line_type_secondary .form__label {
  padding-left: 0;
}
.form__line_type_close {
  padding: 0;
}
.form__input,
.form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0 50px 0 13px;
  color: #242526;
  font-size: 14px;
  line-height: 55px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #666;
  font-size: 14px;
  opacity: 1;
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #666;
  font-size: 14px;
  opacity: 1;
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: #666;
  font-size: 14px;
  opacity: 1;
}
.form__input:disabled,
.form__textarea:disabled {
  opacity: 0.5;
}
.form__input:disabled + .form__trigger_type_enter,
.form__textarea:disabled + .form__trigger_type_enter {
  display: none;
}
.form__input:focus,
.form__textarea:focus {
  color: #242526;
  border-color: #666;
  background: #f6f6f6;
}
.form__input::-ms-clear,
.form__textarea::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.form__textarea {
  height: auto;
  padding: 10px 50px 10px 13px;
  line-height: 20px;
}
.form__check {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  margin: 0 50px 0 0;
  padding: 14px 0;
  line-height: 55px;
}
.form__check:last-child {
  margin-right: 0;
}
.form__input_size_small {
  height: 40px;
  line-height: 38px;
}
.form__input_size_middle {
  height: 55px;
  line-height: 55px;
}
.form__input_size_big {
  height: 65px;
  line-height: 63px;
}
.form__input_size_large {
  height: 72px;
  line-height: 70px;
}
.form__input_size_xs {
  height: 30px;
  line-height: 28px;
}
.form__input_size_s {
  height: 40px;
  line-height: 38px;
}
.form__input_size_m {
  height: 46px;
  line-height: 44px;
}
.form__input_size_l {
  height: 55px;
  line-height: 53px;
}
.form__input_size_xl {
  height: 65px;
  line-height: 65px;
}
.form__input_size_xxl {
  height: 72px;
  line-height: 72px;
}
@media only screen and (min-width: 1px) {
  .form__input_size_xs-xs {
    height: 30px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_size_xs-s {
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_size_xs-m {
    height: 46px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_size_xs-l {
    height: 55px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_size_xs-xl {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_size_xs-xxl {
    height: 72px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_size_s-xs {
    height: 30px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_size_s-s {
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_size_s-m {
    height: 46px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_size_s-l {
    height: 55px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_size_s-xl {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_size_s-xxl {
    height: 72px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_size_m-xs {
    height: 30px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_size_m-s {
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_size_m-m {
    height: 46px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_size_m-l {
    height: 55px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_size_m-xl {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_size_m-xxl {
    height: 72px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_size_l-xs {
    height: 30px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_size_l-s {
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_size_l-m {
    height: 46px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_size_l-l {
    height: 55px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_size_l-xl {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_size_l-xxl {
    height: 72px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_size_xl-xs {
    height: 30px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_size_xl-s {
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_size_xl-m {
    height: 46px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_size_xl-l {
    height: 55px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_size_xl-xl {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_size_xl-xxl {
    height: 72px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_size_xxl-xs {
    height: 30px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_size_xxl-s {
    height: 40px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_size_xxl-m {
    height: 46px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_size_xxl-l {
    height: 55px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_size_xxl-xl {
    height: 65px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_size_xxl-xxl {
    height: 72px;
    line-height: 72px;
  }
}
.form__input_text-size_xs {
  font-size: 14px;
}
.form__input_text-size_s {
  font-size: 16px;
}
.form__input_text-size_m {
  font-size: 18px;
}
.form__input_text-size_l {
  font-size: 20px;
}
.form__input_text-size_xl {
  font-size: 22px;
}
.form__input_text-size_xxl {
  font-size: 30px;
}
@media only screen and (min-width: 1px) {
  .form__input_text-size_xs-xs {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_text-size_xs-s {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_text-size_xs-m {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_text-size_xs-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_text-size_xs-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1px) {
  .form__input_text-size_xs-xxl {
    font-size: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_text-size_s-xs {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_text-size_s-s {
    font-size: 16px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_text-size_s-m {
    font-size: 18px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_text-size_s-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_text-size_s-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 480px) {
  .form__input_text-size_s-xxl {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_text-size_m-xs {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_text-size_m-s {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_text-size_m-m {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_text-size_m-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_text-size_m-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .form__input_text-size_m-xxl {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_text-size_l-xs {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_text-size_l-s {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_text-size_l-m {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_text-size_l-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_text-size_l-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__input_text-size_l-xxl {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_text-size_xl-xs {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_text-size_xl-s {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_text-size_xl-m {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_text-size_xl-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_text-size_xl-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__input_text-size_xl-xxl {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_text-size_xxl-xs {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_text-size_xxl-s {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_text-size_xxl-m {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_text-size_xxl-l {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_text-size_xxl-xl {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .form__input_text-size_xxl-xxl {
    font-size: 30px;
  }
}
.form__input_style_bordered,
.form__textarea_style_bordered {
  background: transparent;
}
.form__input_style_bright-frame,
.form__textarea_style_bright-frame {
  background: transparent;
  border-color: #f30;
}
.form__input_style_bright-frame:focus,
.form__textarea_style_bright-frame:focus {
  border-color: #ff8566;
}
.form__input_style_gray,
.form__textarea_style_gray {
  background: #edeff1;
}
.form__input_style_gray:focus,
.form__textarea_style_gray:focus {
  background: #edeff1;
}
.form__label {
  display: block;
  padding: 0 0 11px 13px;
  color: #242526;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .form__label {
    padding: 0 0 11px 13px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__label {
    font-size: 14px;
    line-height: 20px;
  }
}
.form__label_type_primary {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.form__label_type_secondary {
  padding: 0 0 11px;
  color: #aeaeae;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .form__label_type_secondary {
    padding: 0 0 11px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__label_type_secondary {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
  }
}
.form__label_type_defiant {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (min-width: 1281px) {
  .form__label_type_defiant {
    font-size: 14px;
    line-height: 16px;
  }
}
.form__label_type_offset {
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .form__label_type_offset {
    padding-left: 14px;
  }
}
.form__select {
  display: block;
  width: 100%;
}
.form__control {
  display: block;
}
.form__control-wrapper {
  display: block;
}
.form__control-list .form__control-group {
  margin: 0 0 10px;
}
.form__control-list .form__control-group:last-child {
  margin-bottom: 0;
}
.form__control-group {
  position: relative;
  display: block;
}
.form__control-group:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  opacity: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.form__control-message {
  display: block;
  padding: 2px 0 2px 13px;
  opacity: 0.5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.form__control-message_type_error {
  opacity: 1;
  color: #f30;
}
.form__control-message_type_vibrant {
  opacity: 1;
}
.form__control-message_type_absolute {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.form__control-message_state_hidden {
  opacity: 0;
  pointer-events: none;
}
.form__control-message_offset_none {
  padding: 0;
  line-height: 20px;
}
.form__control-message_offset_l {
  padding-left: 25px;
}
.form__control_style_highlighted {
  border-color: #f30;
}
.form__control_state_invalid .form__input,
.form__control_state_error .form__input {
  border-color: #f30;
}
.form__control_state_invalid .form__trigger_type_clear,
.form__control_state_error .form__trigger_type_clear {
  display: block;
}
.form__control_state_valid {
  border-color: #3cd9ff;
}
.form__control_state_valid .form__input {
  color: #f30;
}
.form__control_state_valid .form__control-group:before {
  opacity: 1;
  background-image: url("../blocks/form/images/control-valid-icon.svg");
}
.form__control_state_valid .form__trigger_type_enter {
  display: none;
}
.form__control_state_success .form__trigger_type_enter {
  display: none;
}
.form__control_state_fail .form__input {
  color: #f30;
}
.form__control_state_fail .form__trigger_type_enter {
  display: none;
}
.form__control_type_password .form__control-group:before {
  display: none;
}
.form__control_type_date .form__trigger {
  background-image: url("../blocks/form/images/control-calendar.svg");
  background-size: contain;
}
.form__trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  display: block;
  width: 22px;
  height: 22px;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form__trigger_type_password {
  background-image: url("../blocks/form/images/show-password-default.svg");
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.form__trigger_type_password:active,
.form__trigger_type_password.form__trigger_state_active {
  background-image: url("../blocks/form/images/show-password-active.svg");
}
.form__trigger_type_date {
  background-image: url("../blocks/form/images/control-calendar.svg");
  background-size: contain;
}
.form__trigger_type_clear {
  display: none;
  background-image: url("../blocks/form/images/control-invalid-icon.svg");
}
.form__trigger_type_enter {
  background-image: url("../blocks/form/images/control-enter.svg");
  background-size: contain;
}
.form__subfield {
  display: block;
  padding: 14px 0 10px;
}
@media only screen and (min-width: 1281px) {
  .form__subfield {
    padding: 14px 14px 10px;
  }
}
.form__sublink {
  padding: 8px 0;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 1281px) {
  .form__sublink {
    padding: 8px 17px;
  }
}
.form__sublink + .form__subfield {
  padding-top: 0;
}
.form__link {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  color: #f30;
  font: inherit;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  border-bottom: 1px dashed currentColor;
  outline: none;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.form__link:hover {
  color: #e73307;
  text-decoration: none;
}
@media only screen and (min-width: 1281px) {
  .form__field-group {
    width: 100%;
    font-size: 0;
  }
}
.form__field-item {
  display: block;
  margin: 0 0 29px;
  white-space: nowrap;
}
@media only screen and (min-width: 1281px) {
  .form__field-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 8% 0 0;
  }
}
.form__field-item:last-child {
  margin-bottom: 0;
}
.form__info-text {
  padding: 13px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .form__info-text {
    padding: 30px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .form__info-text {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.form__controls {
  max-width: 308px;
  margin: 0 auto;
  padding: 12px 0 0;
}
@media only screen and (min-width: 768px) {
  .form__controls {
    padding: 26px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .form__controls {
    max-width: none;
    margin: 0;
    padding: 8px 0 0;
  }
}
.form__sub-controls {
  padding: 17px 0 0;
}
@media only screen and (min-width: 1025px) {
  .form__sub-controls {
    padding: 25px 0 0;
  }
}
.form__sub-control {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .form__sub-control {
    padding: 0;
  }
}
.form__popup {
  display: block;
  padding: 15px 0 10px;
}
@media only screen and (min-width: 768px) {
  .form__popup {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .form__popup {
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 1;
    padding: 0;
    -webkit-transform: translate(23px, -50%);
            transform: translate(23px, -50%);
  }
}
.form__logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.form__description {
  position: relative;
  max-width: 400px;
  padding: 15px 0 15px 19px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 20px;
}
.form__description:last-child {
  margin-bottom: 0;
}
.form__description:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 15px;
  display: block;
  width: 1px;
  height: auto;
  background: #f30;
}
.datepicker-panel>ul>li.highlighted,
.datepicker-panel>ul>li.highlighted:hover,
.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
  color: #000;
  background-color: #c7c7c7;
}
.datepicker-panel>ul>li.muted:hover,
.datepicker-panel>ul>li:hover {
  color: #f30;
  background: #dfdfdf;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: transparent;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  display: none;
}
.datepicker-panel ul:not([class]) > li:not([class]):before {
  display: none;
}
.gallery-carousel {
  display: block;
}
.gallery-carousel__container {
  overflow: visible;
}
.gallery-carousel__slide {
  width: 160px;
  margin: 0 13px 0 0;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel__slide {
    width: 294px;
    margin: 0 22px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery-carousel__slide {
    width: 370px;
    margin: 0 55px 0 0;
  }
}
.gallery-snippet {
  display: block;
}
.gallery-snippet__illustration {
  position: relative;
  display: block;
  margin: 0 0 28px;
}
@media only screen and (min-width: 768px) {
  .gallery-snippet__illustration {
    margin: 0 0 38px;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery-snippet__illustration {
    margin: 0 0 50px;
  }
}
.gallery-snippet__wrapper {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.gallery-snippet__wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 108.65% 0 0;
}
.gallery-snippet__image {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.gallery-snippet__image.swiper-lazy:not(.swiper-lazy-loaded) {
  max-width: 1px;
}
.gallery-snippet__background-image {
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 5;
  display: block;
  width: 90%;
  height: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .gallery-snippet__background-image {
    bottom: -13px;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery-snippet__background-image {
    bottom: -17px;
  }
}
.gallery-snippet__background-image_layer_2 {
  bottom: -16px;
  z-index: 1;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .gallery-snippet__background-image_layer_2 {
    bottom: -26px;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery-snippet__background-image_layer_2 {
    bottom: -34px;
  }
}
.gallery-snippet__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .gallery-snippet__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery-snippet__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.header {
  position: relative;
  display: block;
  min-width: 320px;
  padding: 8px 0;
  color: #666;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 10px 0 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .header {
    padding: 16px 0 0;
    font-size: 12px;
  }
}
.header__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.header__logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 480px) {
  .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1281px) {
  .header__logo {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
.header__logo-holder {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 127px;
}
@media only screen and (min-width: 768px) {
  .header__logo-holder {
    max-width: 167px;
  }
}
@media only screen and (min-width: 1281px) {
  .header__logo-holder {
    max-width: 184px;
  }
}
.header__logo-holder_size_secondary {
  max-width: 172px;
}
.header__info-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
}
@media only screen and (min-width: 480px) {
  .header__info-nav {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    width: 64%;
    max-width: 64%;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .header__info-nav {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1281px) {
  .header__info-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    width: 39%;
    max-width: 39%;
  }
}
.header__burger {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  .header__burger {
    -ms-flex-preferred-size: 6%;
        flex-basis: 6%;
    width: 6%;
    max-width: 6%;
  }
}
@media only screen and (min-width: 1281px) {
  .header__burger {
    display: none;
  }
}
.header__separator {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  opacity: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin: 5px 0;
  font-size: 0;
  border-top: 1px solid #d2d2d2;
}
@media only screen and (min-width: 768px) {
  .header__separator {
    opacity: 0.5;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .header__separator {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .header__separator {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.header__primary-nav {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 38%;
}
@media only screen and (min-width: 768px) {
  .header__primary-nav {
    width: 70%;
  }
}
@media only screen and (min-width: 1281px) {
  .header__primary-nav {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
    max-width: 40%;
    padding: 5px 0 0;
    font-size: 14px;
  }
}
.header__user-nav {
  position: relative;
  z-index: 50;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  width: 62%;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .header__user-nav {
    width: 30%;
  }
}
@media only screen and (min-width: 1281px) {
  .header__user-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    width: 46%;
    max-width: 46%;
  }
}
.header__social {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .header__social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    width: 15%;
    max-width: 15%;
    padding: 0 0 0 5px;
  }
}
.header__secondary-logo {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .header__secondary-logo {
    display: block;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    width: 16%;
    max-width: 16%;
    text-align: right;
  }
}
.header__info-links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 480px) {
  .header__info-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1281px) {
  .header__info-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__free-nav {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .header__free-nav {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    display: block;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    width: 24%;
    max-width: 24%;
    padding: 5px 0 0;
    font-size: 14px;
  }
}
.header__user-links {
  float: right;
  width: 100%;
  max-width: 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .header__user-links {
    max-width: 186px;
  }
}
@media only screen and (min-width: 1025px) {
  .header__user-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1281px) {
  .header__user-links {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .header__primary-links {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .header__social-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 22px rgba(0,0,0,0.12);
          box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}
.header__nav-line {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .header__nav-line {
    display: none;
  }
}
.info-section {
  display: block;
}
.info-section__title {
  margin: 0 0 11px;
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 1025px) {
  .info-section__title {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
  }
}
.info-section__title:last-child {
  margin-bottom: 0;
}
.info-section__fields {
  margin: 0 0 14px;
  color: #666;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (min-width: 1025px) {
  .info-section__fields {
    margin: 0 0 3px;
  }
}
.info-section__fields:last-child {
  margin-bottom: 0;
}
.info-section__highlight {
  color: #242526;
}
.info-section__content {
  padding: 0 0 0 15px;
  border-left: 2px solid #f30;
}
@media only screen and (min-width: 1025px) {
  .info-section__content {
    padding: 0 0 0 20px;
  }
}
.info-section__link {
  color: #f30;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.info-section__link:hover,
.info-section__link:active,
.info-section__link:focus {
  color: #242526;
  text-decoration: none;
}
.information-plate {
  display: block;
}
@media only screen and (min-width: 768px) {
  .information-plate {
    padding: 0 6%;
  }
}
@media only screen and (min-width: 1281px) {
  .information-plate {
    padding: 0 0 0 8.4%;
  }
}
@media only screen and (min-width: 1281px) {
  .information-plate__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.information-plate__content {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .information-plate__content {
    margin: 0 0 46px;
  }
}
@media only screen and (min-width: 1281px) {
  .information-plate__content {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    width: 55%;
    max-width: 55%;
    margin: 0;
  }
}
.information-plate__content:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1281px) {
  .information-plate__illustration {
    padding: 0 0 0 8%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.information-plate__illustration:last-child {
  margin-bottom: 0;
}
.information-plate__image {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1281px) {
  .information-plate__image {
    max-width: 335px;
  }
}
.information-plate__title {
  margin: 0 0 8px;
  color: #242526;
  font-weight: 600;
  font-size: 20px;
  line-height: 46px;
}
@media only screen and (min-width: 768px) {
  .information-plate__title {
    margin: 0 0 27px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1281px) {
  .information-plate__title {
    margin: 0 0 28px;
    font-size: 40px;
    line-height: 46px;
  }
}
.information-plate__description {
  color: #000;
  font-size: 16px;
  line-height: 1.31;
}
@media only screen and (min-width: 768px) {
  .information-plate__description {
    line-height: 1.65;
  }
}
.information-plate_type_newspaper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .information-plate_type_newspaper {
    padding: 60px 6% 0;
  }
}
@media only screen and (min-width: 1440px) {
  .information-plate_type_newspaper {
    padding: 178px 0 170px 11%;
  }
}
.information-plate_type_newspaper .information-plate__content {
  position: relative;
  z-index: 10;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .information-plate_type_newspaper .information-plate__content {
    line-height: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .information-plate_type_newspaper .information-plate__content {
    max-width: 416px;
  }
}
@media only screen and (min-width: 768px) {
  .information-plate_type_newspaper .information-plate__image {
    max-width: 100%;
    margin: 76px -6vw 0 6vw;
  }
}
@media only screen and (min-width: 1440px) {
  .information-plate_type_newspaper .information-plate__image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 64%;
    max-width: 928px;
    margin: 0;
  }
}
.inner-header {
  display: block;
  padding: 15px 0 16px;
}
@media only screen and (min-width: 768px) {
  .inner-header {
    padding: 14px 0 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .inner-header {
    padding: 47px 0 32px;
  }
}
.inner-header__breadcrumbs {
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .inner-header__breadcrumbs {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .inner-header__breadcrumbs {
    margin: 0 0 14px;
  }
}
.inner-header__breadcrumbs:last-child {
  margin-bottom: 0;
}
.inner-header__title {
  margin: 0 0 14px;
}
@media only screen and (min-width: 1281px) {
  .inner-header__title {
    margin: 0 0 16px;
  }
}
.inner-header__title:last-child {
  margin-bottom: 0;
}
.inner-header__note {
  margin: 0 0 14px;
}
@media only screen and (min-width: 1281px) {
  .inner-header__note {
    margin: 0 0 16px;
  }
}
.inner-header__note:last-child {
  margin-bottom: 0;
}
.input-file {
  position: relative;
  display: block;
  overflow: hidden;
  fill: #242526;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.input-file__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.input-file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-file__label {
  position: relative;
  display: block;
  min-height: 22px;
  padding: 0 15px 0 25px;
}
.input-file__icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 12px;
  height: 22px;
  fill: #242526;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.input-file__panel {
  display: block;
  overflow: hidden;
  max-width: 201px;
  padding: 0 40px 0 0;
  line-height: 1;
}
.input-file__name {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f30;
  white-space: nowrap;
}
.input-file__number {
  display: none;
  color: #aeaeae;
  font-size: 10px;
}
.input-file__clear {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  display: none;
  width: 17px;
  height: 17px;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.input-file__clear:before,
.input-file__clear:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #f30;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.input-file__clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.input-file_state_selected .input-file__clear {
  display: block;
}
.intro-group {
  display: block;
  overflow: hidden;
}
.intro-group__item {
  position: relative;
}
.intro-group__item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .intro-group__item:before {
    top: 35%;
    height: 120%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-group__item:before {
    top: 30%;
  }
}
.intro-group__item:nth-child(4n+1):before {
  content: '';
}
@media only screen and (min-width: 768px) {
  .intro-group__item:nth-child(4n+1):before {
    left: 15%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-group__item:nth-child(4n+1):before {
    left: 12%;
  }
}
.intro-group__item:nth-child(4n+3):before {
  content: '';
}
@media only screen and (min-width: 768px) {
  .intro-group__item:nth-child(4n+3):before {
    right: 15%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-group__item:nth-child(4n+3):before {
    right: 12%;
  }
}
.intro-group__item:last-child:nth-child(odd):before {
  display: none;
}
.intro-group__panel {
  position: relative;
  z-index: 10;
}
.intro-magazine {
  position: relative;
  display: block;
  padding: 0 0 46px;
}
@media only screen and (min-width: 768px) {
  .intro-magazine {
    padding: 30px 0 40px 30%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine {
    padding: 42px 0 78px 23%;
  }
}
.intro-magazine__illustration {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin: 0 -19px 23px;
}
@media only screen and (min-width: 768px) {
  .intro-magazine__illustration {
    margin: 0;
  }
}
.intro-magazine__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 63% 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-magazine__illustration:before {
    padding: 60% 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine__illustration:before {
    padding: 61% 0 0;
  }
}
.intro-magazine__tooltip {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.intro-magazine__image,
.intro-magazine__show {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}
.intro-magazine__image.swiper-lazy:not(.swiper-lazy-loaded),
.intro-magazine__show.swiper-lazy:not(.swiper-lazy-loaded) {
  max-width: 1px;
}
.intro-magazine__panel {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .intro-magazine__panel {
    position: absolute;
    left: 0;
    bottom: 44px;
    z-index: 10;
    padding: 0 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine__panel {
    left: 6%;
    bottom: 60px;
  }
}
.intro-magazine__title {
  display: block;
  margin: 0 0 15px;
  color: #f30;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .intro-magazine__title {
    margin: 0 0 5px;
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine__title {
    margin: 0 0 25px;
    font-size: 52px;
  }
}
.intro-magazine__description {
  text-align: left;
}
.intro-magazine__fields {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .intro-magazine__fields {
    display: inline-block;
    vertical-align: middle;
    max-width: 214px;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine__fields {
    max-width: 184px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-magazine__fields_width_middle {
    max-width: 280px;
  }
}
.intro-magazine__fields_size_middle {
  font-size: 16px;
  line-height: 20px;
}
.intro-magazine__field {
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .intro-magazine__field {
    margin: 0 0 10px;
  }
}
.intro-magazine__field:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_super-left {
    padding: 30px 0 40px 45%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_super-left {
    padding: 42px 0 78px 37%;
  }
}
.intro-magazine_type_super-left .intro-magazine__panel {
  right: auto;
  left: 6%;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_super-left .intro-magazine__panel {
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_super-left .intro-magazine__panel {
    right: auto;
    left: 6%;
  }
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_super-left .intro-magazine__description {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_super-left .intro-magazine__fields {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro-magazine_type_super-left .intro-magazine__fields_width_middle {
    max-width: 370px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_left {
    padding: 30px 0 40px 30%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_left {
    padding: 42px 0 78px 23%;
  }
}
.intro-magazine_type_left .intro-magazine__panel {
  right: auto;
  left: 6%;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_left .intro-magazine__panel {
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_left .intro-magazine__panel {
    right: auto;
    left: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_secondary-left {
    padding: 30px 0 40px 30%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_secondary-left {
    padding: 42px 0 78px 23%;
  }
}
.intro-magazine_type_secondary-left .intro-magazine__panel {
  right: auto;
  left: 6%;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_secondary-left .intro-magazine__panel {
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_secondary-left .intro-magazine__panel {
    right: auto;
    left: 17%;
  }
}
.intro-magazine_type_secondary-left .intro-magazine__illustration {
  position: relative;
  overflow: visible;
}
.intro-magazine_type_secondary-left .intro-magazine__inner-panel {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 20px 20px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_secondary-left .intro-magazine__inner-panel {
    top: auto;
    bottom: 0;
    max-width: 60%;
    padding: 0;
    text-align: center;
    -webkit-transform: translate(-50%, -80px);
            transform: translate(-50%, -80px);
  }
}
.intro-magazine_type_secondary-left .intro-magazine__inner-panel .intro-magazine__title:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_super-right {
    padding: 30px 45% 40px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_super-right {
    padding: 42px 37% 78px 0;
  }
}
.intro-magazine_type_super-right .intro-magazine__panel {
  right: 6%;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_super-right .intro-magazine__panel {
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_super-right .intro-magazine__panel {
    right: 6%;
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_super-right .intro-magazine__description {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_super-right .intro-magazine__fields {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro-magazine_type_super-right .intro-magazine__fields_width_middle {
    max-width: 370px;
  }
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_right {
    padding: 30px 30% 40px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_right {
    padding: 42px 23% 78px 0;
  }
}
.intro-magazine_type_right .intro-magazine__panel {
  right: 6%;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_right .intro-magazine__panel {
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_right .intro-magazine__panel {
    right: 6%;
    left: auto;
  }
}
.intro-magazine_type_right .intro-magazine__description {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_secondary-right {
    padding: 30px 30% 40px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_secondary-right {
    padding: 42px 23% 78px 0;
  }
}
.intro-magazine_type_secondary-right .intro-magazine__panel {
  right: 6%;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_secondary-right .intro-magazine__panel {
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_secondary-right .intro-magazine__panel {
    right: 18%;
    left: auto;
  }
}
.intro-magazine_type_secondary-right .intro-magazine__description {
  text-align: right;
}
.intro-magazine_type_secondary-right .intro-magazine__description {
  text-align: right;
}
.intro-magazine_type_secondary-right .intro-magazine__illustration {
  position: relative;
  overflow: visible;
}
.intro-magazine_type_secondary-right .intro-magazine__inner-panel {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 20px 20px 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .intro-magazine_type_secondary-right .intro-magazine__inner-panel {
    top: auto;
    bottom: 0;
    max-width: 60%;
    padding: 0;
    text-align: center;
    -webkit-transform: translate(50%, -80px);
            transform: translate(50%, -80px);
  }
}
.intro-magazine_type_secondary-right .intro-magazine__inner-panel .intro-magazine__title:last-child {
  margin: 0;
}
.intro-magazine_type_carousel-item {
  padding-bottom: 0;
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_carousel-item {
    padding-left: 36%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_carousel-item.intro-magazine_type_right {
    padding-right: 36%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .intro-magazine_type_carousel-item .intro-magazine__illustration {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_carousel-item .intro-magazine__illustration:before {
    padding-top: 74%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_carousel-item .intro-magazine__title {
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_carousel-item .intro-magazine__panel {
    bottom: 70px;
  }
}
.intro-magazine_type_carousel-item .intro-magazine__fields {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1281px) {
  .intro-magazine_type_carousel-item .intro-magazine__fields {
    max-width: 364px;
  }
}
.intro-panel {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f6f6f6;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .intro-panel {
    background-size: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel {
    background-size: auto 100%;
  }
}
.intro-panel__illustration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 80%;
  overflow: hidden;
  -webkit-transform: translate(41%, 0);
          transform: translate(41%, 0);
}
@media only screen and (min-width: 768px) {
  .intro-panel__illustration {
    width: 50%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .intro-panel__illustration {
    width: 800px;
  }
}
@media only screen and (min-width: 1440px) {
  .intro-panel__illustration {
    width: 54%;
  }
}
.intro-panel__illustration_hidden_xs {
  display: block;
}
@media only screen and (min-width: 1px) {
  .intro-panel__illustration_hidden_xs {
    display: none;
  }
}
.intro-panel__illustration_hidden_s {
  display: block;
}
@media only screen and (min-width: 480px) {
  .intro-panel__illustration_hidden_s {
    display: none;
  }
}
.intro-panel__illustration_hidden_m {
  display: block;
}
@media only screen and (min-width: 768px) {
  .intro-panel__illustration_hidden_m {
    display: none;
  }
}
.intro-panel__illustration_hidden_l {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .intro-panel__illustration_hidden_l {
    display: none;
  }
}
.intro-panel__illustration_hidden_xl {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .intro-panel__illustration_hidden_xl {
    display: none;
  }
}
.intro-panel__illustration_hidden_xxl {
  display: block;
}
@media only screen and (min-width: 1440px) {
  .intro-panel__illustration_hidden_xxl {
    display: none;
  }
}
.intro-panel__illustration_visible_xs {
  display: none;
}
@media only screen and (min-width: 1px) {
  .intro-panel__illustration_visible_xs {
    display: block;
  }
}
.intro-panel__illustration_visible_s {
  display: none;
}
@media only screen and (min-width: 480px) {
  .intro-panel__illustration_visible_s {
    display: block;
  }
}
.intro-panel__illustration_visible_m {
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-panel__illustration_visible_m {
    display: block;
  }
}
.intro-panel__illustration_visible_l {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .intro-panel__illustration_visible_l {
    display: block;
  }
}
.intro-panel__illustration_visible_xl {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .intro-panel__illustration_visible_xl {
    display: block;
  }
}
.intro-panel__illustration_visible_xxl {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .intro-panel__illustration_visible_xxl {
    display: block;
  }
}
.intro-panel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .intro-panel__image {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel__image {
    max-width: none;
  }
}
.intro-panel__holder {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 154px;
  padding: 40px 0 30px;
}
@media only screen and (min-width: 768px) {
  .intro-panel__holder {
    min-height: 298px;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel__holder {
    max-width: 50%;
    min-height: 328px;
    padding: 30px 0;
  }
}
.intro-panel__holder_width_full {
  max-width: 100%;
}
.intro-panel__push-messages {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  display: none;
  padding: 18px 0 10px 0;
}
@media only screen and (min-width: 1281px) {
  .intro-panel__push-messages {
    display: block;
  }
}
.intro-panel__breadcrumbs {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .intro-panel__breadcrumbs {
    display: block;
    margin: 0 0 30px;
  }
}
.intro-panel__breadcrumbs:last-child {
  margin-bottom: 0;
}
.intro-panel__nav {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .intro-panel__nav {
    display: none;
  }
}
.intro-panel__nav:last-child {
  margin-bottom: 0;
}
.intro-panel__backlink {
  position: absolute;
  top: 12px;
  left: 0;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
@media only screen and (min-width: 1025px) {
  .intro-panel__backlink {
    display: none;
  }
}
.intro-panel__backlink:hover {
  color: #e73307;
}
.intro-panel__backlink:hover:before {
  border-color: #e73307;
}
.intro-panel__backlink:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: 0 2px 0 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.3s ease-in 0s;
  transition: border-color 0.3s ease-in 0s;
}
.intro-panel__title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .intro-panel__title {
    margin: 0 0 20px;
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel__title {
    margin: 0 0 15px;
    font-size: 52px;
    line-height: 52px;
  }
}
.intro-panel__title:last-child {
  margin-bottom: 0;
}
.intro-panel__description {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .intro-panel__description {
    display: block;
  }
}
.intro-panel__text-panel {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 1025px) {
  .intro-panel__text-panel {
    max-width: 400px;
  }
}
.intro-panel__text-panel:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 3px;
  display: block;
  width: 1px;
  background: #f30;
}
@media only screen and (min-width: 768px) {
  .intro-panel__tags {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1025px) {
  .intro-panel__tags {
    max-width: 430px;
    padding: 23px 0 0;
  }
}
.intro-panel__basket-price-panel {
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-panel__basket-price-panel {
    display: block;
  }
}
.intro-panel__controls {
  margin: 0 -19px -30px;
  padding: 10px 0;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .intro-panel__controls {
    margin: 0;
    padding: 0;
    background-color: transparent;
  }
}
.intro-panel__control {
  max-width: 281px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .intro-panel__control {
    max-width: 308px;
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel__control {
    max-width: 218px;
  }
}
.intro-panel__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.intro-panel__line .intro-panel__header {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 40%;
  max-width: 40%;
}
@media only screen and (min-width: 768px) {
  .intro-panel__line .intro-panel__header {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1025px) {
  .intro-panel__line .intro-panel__header {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    width: 45%;
    max-width: 45%;
  }
}
.intro-panel__line .intro-panel__tags {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  width: 60%;
  max-width: 60%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .intro-panel__line .intro-panel__tags {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    width: 70%;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1025px) {
  .intro-panel__line .intro-panel__tags {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    width: 55%;
    max-width: 55%;
  }
}
.intro-panel_type_close .intro-panel__holder {
  min-height: 0;
  padding: 15px 0 16px;
}
@media only screen and (min-width: 768px) {
  .intro-panel_type_close .intro-panel__holder {
    padding: 14px 0 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel_type_close .intro-panel__holder {
    padding: 47px 0 32px;
  }
}
.intro-panel_type_close .intro-panel__breadcrumbs {
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .intro-panel_type_close .intro-panel__breadcrumbs {
    margin: 0 0 20px -6%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel_type_close .intro-panel__breadcrumbs {
    margin: 0 0 14px;
  }
}
.intro-panel_type_close .intro-panel__breadcrumbs:last-child {
  margin-bottom: 0;
}
.intro-panel_type_close .intro-panel__tags {
  padding: 0;
}
.intro-panel_type_close .intro-panel__backlink {
  position: static;
  margin: 0 0 20px;
}
.intro-panel_style_light {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .intro-panel_offset_left .intro-panel__holder {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel_offset_left .intro-panel__holder {
    padding-left: 8.4%;
  }
}
@media only screen and (min-width: 768px) {
  .intro-panel_offset_right .intro-panel__holder {
    padding-right: 6%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel_offset_right .intro-panel__holder {
    padding-right: 8.4%;
  }
}
.intro-panel_image_right .intro-panel__image {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .intro-panel_image_far-right .intro-panel__illustration {
    width: 95%;
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel_image_far-right .intro-panel__illustration {
    width: 50%;
  }
}
.intro-panel_image_far-right .intro-panel__image {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .intro-panel_image_far-right .intro-panel__image {
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}
@media only screen and (min-width: 1281px) {
  .intro-panel_image_far-right .intro-panel__image {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #f30;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.label:hover {
  color: #e73307;
}
.label:hover .label__tooltip {
  opacity: 1;
  visibility: visible;
}
.label:last-child {
  margin-bottom: 0;
}
.label_type_light {
  font-weight: 400;
}
.label_style_neutral {
  color: #666;
}
.label__tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 215px;
  margin: 0 0 15px;
  padding: 7px 11px;
  color: #242526;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  background: #edeff1;
  -webkit-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .label__tooltip {
    left: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}
.link {
  display: inline;
  color: #f30;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.link:hover,
.link:active {
  color: #e73307;
}
.link_style_weak {
  opacity: 0.5;
}
.link_style_weak:hover,
.link_style_weak:active {
  opacity: 1;
}
.link_style_homely {
  color: #666;
}
.link_style_homely:hover,
.link_style_homely:active {
  color: #e73307;
}
.link_style_nice {
  color: #f30;
}
.link_style_nice:hover,
.link_style_nice:active {
  color: #f30;
}
.link_style_catalog {
  color: #f30;
}
.link_style_catalog:hover,
.link_style_catalog:focus,
.link_style_catalog:active {
  color: #242526;
}
.list-steps {
  display: block;
}
.list-steps__list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: ol;
}
.list-steps__item {
  position: relative;
  display: block;
  padding: 0 0 0 50px;
  margin: 0 0 32px;
}
.list-steps__item:last-item {
  margin-bottom: 0;
}
.list-steps__item:before {
  content: counter(ol) '.';
  counter-increment: ol;
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  color: #f30;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
.list-steps__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 32px;
}
.list-steps__title:last-tem {
  margin-bottom: 0;
}
.list-steps__illustration-wrapper {
  padding: 20px 0;
  margin: 0 0 32px -50px;
  line-height: 0;
  text-align: center;
}
.list-steps__illustration-wrapper:last-tem {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .list-steps__illustration-wrapper {
    margin: 0 -10px 32px -50px;
  }
}
@media only screen and (min-width: 1025px) {
  .list-steps__illustration-wrapper {
    margin: 0 -20px 32px -50px;
  }
}
@media only screen and (min-width: 1281px) {
  .list-steps__illustration-wrapper {
    margin: 0 -160px 32px -50px;
  }
}
.list-steps__illustration {
  display: inline-block;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.1);
          box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.1);
}
.list-steps__image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.logo-group {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1281px) {
  .logo-group__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
  }
}
.logo-group__item {
  margin: 0 0 16px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .logo-group__item {
    margin: 0 0 37px;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item {
    margin: 0;
    padding: 10px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.logo-group__item:last-child {
  margin-bottom: 0;
}
.logo-group__item_order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.logo-group__item_order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.logo-group__item_order_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.logo-group__item_order_4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.logo-group__item_order_5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.logo-group__item_order_6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.logo-group__item_order_7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.logo-group__item_order_8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.logo-group__item_order_9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.logo-group__item_order_10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.logo-group__item_order_11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.logo-group__item_order_12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.logo-group__item_order_first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.logo-group__item_order_last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1px) {
  .logo-group__item_order_xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 480px) {
  .logo-group__item_order_s-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 768px) {
  .logo-group__item_order_m-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1025px) {
  .logo-group__item_order_l-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__item_order_xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1440px) {
  .logo-group__item_order_xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
.logo-group__link {
  display: inline-block;
  vertical-align: middle;
}
.logo-group__image {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .logo-group__image {
    width: 100%;
    max-width: 440px;
  }
}
@media only screen and (min-width: 1281px) {
  .logo-group__image {
    max-width: 100%;
  }
}
.logo-group__image_size_middle {
  max-width: 189px;
}
@media only screen and (min-width: 768px) {
  .logo-group__image_size_middle {
    max-width: 440px;
  }
}
.logo-group__image_size_small {
  max-width: 117px;
}
@media only screen and (min-width: 768px) {
  .logo-group__image_size_small {
    max-width: 440px;
  }
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.logo:focus,
.logo:active,
.logo:hover {
  outline: none;
}
.logo__image {
  display: block;
  width: 100%;
  height: auto;
}
.magazine-carousel {
  display: block;
}
.magazine-carousel__container {
  margin: 0 -19px;
  padding: 0 19px;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__container {
    margin: 0;
    padding: 0;
  }
}
.magazine-carousel__pagination {
  position: absolute;
  top: 64vw;
  bottom: auto !important;
  font-size: 0;
  line-height: 42px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .magazine-carousel__pagination {
    position: static;
  }
}
.magazine-carousel__bullet {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #bfbfbf;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.magazine-carousel__bullet_state_active {
  margin: 0 17px;
  background: #f30;
  opacity: 1;
}
.main-carousel {
  position: relative;
  display: block;
}
.main-carousel__slide {
  left: 0;
  color: #fff;
  line-height: 1.5;
  background-color: #666;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.main-carousel__slide-link {
  display: block;
  text-decoration: none;
}
.main-carousel__slide_state_active {
  z-index: 1;
}
.main-carousel__slide_state_next,
.main-carousel__slide_state_prev {
  z-index: 10;
}
.main-carousel__slide_push_left {
  z-index: 100;
  left: -10%;
}
.main-carousel__slide_push_right {
  z-index: 100;
  left: 10%;
}
.main-carousel__content {
  position: absolute;
  top: 13%;
  left: 0;
  z-index: 10;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .main-carousel__content {
    top: 10%;
    left: 6%;
  }
}
@media only screen and (min-width: 1281px) {
  .main-carousel__content {
    left: 8%;
  }
}
.main-carousel__image {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.main-carousel__image.swiper-lazy:not(.swiper-lazy-loaded) {
  max-width: 1px;
}
.main-carousel__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .main-carousel__title {
    margin: 0 0 20px;
    font-size: 34px;
  }
}
@media only screen and (min-width: 1281px) {
  .main-carousel__title {
    margin: 0 0 20px;
    font-size: 56px;
  }
}
.main-carousel__title:last-child {
  margin-bottom: 0;
}
.main-carousel__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.main-carousel__link:hover,
.main-carousel__link:active {
  color: #e73307;
}
.main-carousel__item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 0 0 10px;
}
.main-carousel__item:first-child {
  margin-left: 0;
}
.main-carousel__item_style_weak {
  color: rgba(255,255,255,0.7);
}
.main-carousel__pagination {
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .main-carousel__pagination {
    left: 8%;
    bottom: 7%;
    padding: 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .main-carousel__pagination {
    left: 4%;
    bottom: 8%;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-carousel__pagination-item {
    padding: 0 0 3px;
  }
}
@media only screen and (min-width: 1281px) {
  .main-carousel__pagination-item {
    padding: 0 0 5px;
  }
}
.main-carousel__current {
  display: inline-block;
  vertical-align: bottom;
  min-width: 25px;
  padding: 0;
  color: #f30;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .main-carousel__current {
    min-width: 38px;
    padding: 0;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .main-carousel__current {
    min-width: 52px;
    padding: 0;
    font-size: 40px;
  }
}
.main-carousel__separator {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px 1px;
}
@media only screen and (min-width: 768px) {
  .main-carousel__separator {
    padding: 0 4px 4px;
  }
}
@media only screen and (min-width: 1281px) {
  .main-carousel__separator {
    padding: 0 8px 5px;
  }
}
.main-carousel__description {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .main-carousel__description {
    display: block;
  }
}
.main-carousel__button {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  width: 10%;
  font-size: 0;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (min-width: 1025px) {
  .main-carousel__button {
    display: block;
  }
}
.main-carousel__button_type_prev {
  left: 0;
}
.main-carousel__button_type_next {
  right: 0;
}
.mobile-nav {
  display: block;
}
.mobile-nav__head {
  width: 100%;
  background: #ececec;
}
.mobile-nav__logo {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 5px 5px 20px;
  text-align: left;
}
.mobile-nav__control {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 280px;
}
.modal-group {
  display: block;
}
.modal-group__item {
  display: none;
  margin: 0 0 15px;
}
.modal-group__item:last-child {
  margin-bottom: 0;
}
.modal-group_state_show .modal-group__item {
  display: block;
}
.modal-group_state_show .modal-group__item .modal {
  border: 1px solid #c7c7c7;
}
.modal {
  display: block;
  padding: 15px 0;
  text-align: left;
  color: #242526;
  border-radius: 2px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .modal {
    padding: 15px;
  }
}
.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 319px;
  padding: 30px 15px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media only screen and (min-width: 1025px) {
  .modal__content {
    padding: 45px 15px;
  }
}
.modal__title {
  width: 100%;
  margin: 0 0 15px;
  color: #242526;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .modal__title {
    margin: 0 0 15px;
    font-size: 38px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .modal__title {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 28px;
  }
}
.modal__title_type_secondary {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .modal__title_type_secondary {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .modal__title_type_secondary {
    font-size: 28px;
    line-height: 34px;
  }
}
.modal__description {
  margin: 0 auto 15px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .modal__description {
    max-width: 411px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .modal__description {
    max-width: 349px;
    font-size: 16px;
    line-height: 20px;
  }
}
.modal__description:last-child {
  margin-bottom: 0;
}
.modal__form {
  width: 100%;
  text-align: left;
}
.modal__title_state_hide,
.modal__description_state_hide,
.modal__panel_state_hide,
.modal__form_state_hide,
.modal__content_state_hide {
  display: none;
}
.modal_state_loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
}
.modal_state_loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../blocks/modal/images/loader.gif");
  background-position: center center;
  background-size: contain;
}
.modal_state_loading .modal__content {
  opacity: 0.5;
}
.modal_type_close {
  max-width: 100%;
  padding: 0;
}
.modal_type_close .modal__content {
  padding: 0;
}
.modal_text-align_left {
  text-align: left;
}
.modal_text-align_center {
  text-align: center;
}
.modal_text-align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .modal_text-align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .modal_text-align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .modal_text-align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  .modal_text-align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) {
  .modal_text-align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .modal_text-align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .modal_text-align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .modal_text-align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .modal_text-align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .modal_text-align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .modal_text-align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .modal_text-align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .modal_text-align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .modal_text-align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .modal_text-align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .modal_text-align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .modal_text-align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .modal_text-align_xxl-right {
    text-align: right;
  }
}
.modal_size_xs {
  width: 200px;
}
.modal_size_s {
  width: 310px;
}
@media only screen and (min-width: 768px) {
  .modal_size_s {
    width: 320px;
  }
}
.modal_size_m {
  width: 310px;
}
@media only screen and (min-width: 768px) {
  .modal_size_m {
    width: 400px;
  }
}
.modal_size_l {
  width: 310px;
}
@media only screen and (min-width: 768px) {
  .modal_size_l {
    width: 628px;
  }
}
@media only screen and (min-width: 1025px) {
  .modal_size_l {
    width: 560px;
  }
}
.modal_size_l .modal__panel {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .modal_size_l .modal__panel {
    max-width: 281px;
  }
}
@media only screen and (min-width: 1025px) {
  .modal_size_l .modal__panel {
    max-width: 336px;
  }
}
.modal_size_xl {
  width: 310px;
}
@media only screen and (min-width: 768px) {
  .modal_size_xl {
    width: 700px;
  }
}
@media only screen and (min-width: 1025px) {
  .modal_size_xl {
    width: 1000px;
  }
}
.modal_size_full {
  width: auto;
  height: auto;
}
.nav-line {
  display: block;
  max-width: 100%;
  padding: 15px 0 5px;
}
.nav-line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 18px;
  overflow-x: auto;
}
.nav-line__item {
  padding: 0 0 0 33px;
}
.nav-line__item:first-child {
  padding: 0;
}
.nav-line__link {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.nav {
  display: block;
  line-height: 1.2;
}
.nav__item {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .nav__item {
    margin: 0 0 22px;
  }
}
@media only screen and (min-width: 1281px) {
  .nav__item {
    margin: 0 0 18px;
  }
}
.nav__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .nav__item:hover .nav__dropdown {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .nav__item_state_open .nav__dropdown {
    display: block;
  }
}
.nav__item_type_holder {
  position: relative;
}
.nav__item_type_parent > .nav__wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.nav__item_type_parent > .nav__wrapper:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  height: 50px;
  background: transparent;
}
.nav__item_type_parent > .nav__wrapper > .nav__link,
.nav__item_type_parent > .nav__wrapper > .nav__link-holder {
  color: #f30;
  font-weight: 600;
}
.nav__item_type_parent:hover > .nav__wrapper:before {
  display: block;
}
.nav__item_type_dropdown .nav__dropdown {
  display: none;
}
.nav__item_type_dropdown .nav__link-holder:hover {
  color: inherit;
}
.nav__item_type_dropdown:hover .nav__dropdown {
  display: none;
}
.nav__item_type_dropdown > .nav__wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #f30;
  border-bottom: 1px solid #f30;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.nav__item_dropdown_open .nav__dropdown {
  display: block;
}
.nav__item_dropdown_open .nav__wrapper:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.nav__item_dropdown_open:hover .nav__dropdown {
  display: block;
}
.nav__link,
.nav__link-holder {
  color: #666;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.nav__link:hover,
.nav__link-holder:hover,
.nav__link:active,
.nav__link-holder:active,
.nav__link_state_active,
.nav__link-holder_state_active {
  color: #e73307;
}
.nav__dropdown {
  display: none;
}
.nav__dropdown_type_panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 227px;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(102,102,102,0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 8px 22px rgba(0,0,0,0.12);
          box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
}
.nav_direction_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.nav_direction_row > .nav__item {
  margin: 0;
  padding: 0 5px;
}
.nav_direction_row > .nav__item:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .nav_direction_row > .nav__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .nav_direction_row > .nav__item {
    padding: 0 19px 0 8px;
  }
}
.nav_type_vertical .nav__wrapper {
  position: relative;
  display: block;
  padding: 0 15px 0 0;
}
.nav_type_vertical .nav__link,
.nav_type_vertical .nav__link-holder {
  display: block;
}
.nav_type_vertical .nav__dropdown {
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.nav_type_info > .nav__item {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .nav_type_info > .nav__item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .nav_type_info > .nav__item {
    padding: 0 12px;
  }
}
.nav_type_info > .nav__item:first-child {
  padding-left: 0;
}
.nav_type_info > .nav__item:last-child {
  padding-right: 0;
}
.nav_type_info > .nav__link,
.nav_type_info > .nav__link-holder {
  color: #666;
  text-decoration: none;
}
.nav_type_info > .nav__link:hover,
.nav_type_info > .nav__link-holder:hover,
.nav_type_info > .nav__link:active,
.nav_type_info > .nav__link-holder:active,
.nav_type_info > .nav__link_state_active,
.nav_type_info > .nav__link-holder_state_active {
  color: #f30;
}
.nav_type_depended {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.nav_type_depended > .nav__link,
.nav_type_depended > .nav__link-holder {
  color: inherit;
}
.nav_type_depended > .nav__link:hover,
.nav_type_depended > .nav__link-holder:hover,
.nav_type_depended > .nav__link:active,
.nav_type_depended > .nav__link-holder:active,
.nav_type_depended > .nav__link_state_active,
.nav_type_depended > .nav__link-holder_state_active {
  color: #e73307;
}
.nav_type_list > .nav__item {
  margin: 0 0 12px;
}
.nav_type_list > .nav__item:last-child {
  margin-bottom: 0;
}
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder {
  position: relative;
  display: block;
  padding: 10px 0 12px;
}
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link:before,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .nav_type_primary > .nav__item > .nav__wrapper > .nav__link,
  .nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder {
    padding: 16px 0;
  }
}
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link:hover,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder:hover,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link:focus,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder:focus,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link:active,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder:active {
  color: inherit;
}
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link:hover:before,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder:hover:before,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link:focus:before,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder:focus:before,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link:active:before,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder:active:before {
  background: #f30;
}
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link_state_active,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder_state_active {
  color: #f30;
  font-weight: 600;
}
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link_state_active:hover,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder_state_active:hover {
  color: #f30;
}
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link_state_active:hover:before,
.nav_type_primary > .nav__item > .nav__wrapper > .nav__link-holder_state_active:hover:before {
  background: #f30;
}
.nav_align_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav_align_left > .nav__item:first-child {
  padding-left: 0;
}
.nav_align_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
.nav_align_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav_align_right > .nav__item {
  padding: 0 19px 0 8px;
}
.nav_align_right > .nav__item:last-child {
  padding-right: 0;
}
.nav_style_light > .nav__link,
.nav_style_light > .nav__link-holder {
  color: #f6f6f6;
}
.nav_style_light > .nav__link:hover,
.nav_style_light > .nav__link-holder:hover,
.nav_style_light > .nav__link:active,
.nav_style_light > .nav__link-holder:active,
.nav_style_light > .nav__link_state_active,
.nav_style_light > .nav__link-holder_state_active {
  color: #f30;
}
.order-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  background: #edeff1;
}
.order-banner__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 58px 30px 50px 67px;
}
.order-banner__illustration {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  min-height: 150px;
  overflow: hidden;
}
.order-banner__image {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.order-banner__title {
  margin: 0 0 13px;
  color: #242526;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.order-banner__title:last-child {
  margin-bottom: 0;
}
.order-banner__value {
  display: block;
  color: #f30;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
.order-banner__label {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 15px;
  color: #242526;
  font-size: 16px;
  line-height: 46px;
}
.order-banner_type_secondary {
  position: relative;
}
.order-banner_type_secondary:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 111% 0 0;
}
.order-banner_type_secondary .order-banner__illustration {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 36px;
  right: 0;
  z-index: 5;
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  width: 62%;
  max-width: 62%;
}
.order-banner_type_secondary .order-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 46px 15px 15px 39px;
}
.order-banner_type_secondary .order-banner__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
}
.order-list {
  display: block;
  overflow: hidden;
}
.order-list__title {
  display: none;
  margin: 0 0 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1281px) {
  .order-list__title {
    display: block;
    margin: 0 0 13px;
  }
}
.order-list__holder {
  margin: 0 -5px;
}
.order-list__header,
.order-list__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1281px) {
  .order-list__header,
  .order-list__line {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.order-list__header {
  display: none;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1281px) {
  .order-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.order-list__line {
  padding: 0 0 24px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .order-list__line {
    padding: 0;
  }
}
.order-list__line_state_completed {
  opacity: 0.5;
}
.order-list__item,
.order-list__header-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 15px 7px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .order-list__item,
  .order-list__header-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    padding: 12px 10px 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-list__item,
  .order-list__header-item {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
    padding: 9px 5px 13px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-list__item_size_small,
  .order-list__header-item_size_small {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}
@media only screen and (min-width: 1281px) {
  .order-list__item_size_middle,
  .order-list__header-item_size_middle {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    width: 14%;
    max-width: 14%;
  }
}
@media only screen and (min-width: 1281px) {
  .order-list__item_size_big,
  .order-list__header-item_size_big {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    width: 16%;
    max-width: 16%;
  }
}
.order-list__label,
.order-list__header-item {
  color: #aeaeae;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.order-list__label_type_inner,
.order-list__header-item_type_inner {
  display: block;
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .order-list__label_type_inner,
  .order-list__header-item_type_inner {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-list__label_type_inner,
  .order-list__header-item_type_inner {
    display: none;
  }
}
.order-list__header-item {
  padding: 5px 10px;
  color: #aeaeae;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
@media only screen and (min-width: 1281px) {
  .order-list__header-item {
    padding: 5px;
  }
}
.order-list__field {
  display: block;
  color: #aeaeae;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .order-list__field {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1281px) {
  .order-list__field {
    display: block;
  }
}
.order-list__field_type_primary {
  color: #f30;
}
.order-list__text {
  max-width: 100%;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-list__text_type_primary {
  font-weight: 600;
}
.order-list__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.order-list__link:hover {
  color: #f30;
}
.order-panel {
  display: block;
}
.order-panel__breadcrumbs {
  display: block;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .order-panel__breadcrumbs {
    margin: 0 0 27px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__breadcrumbs {
    display: block;
    margin: 0 0 18px;
  }
}
.order-panel__breadcrumb-link {
  position: relative;
  display: none;
  vertical-align: middle;
  padding: 0 15px 0 0;
  color: #aeaeae;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .order-panel__breadcrumb-link {
    display: inline-block;
  }
}
.order-panel__breadcrumb-link:hover,
.order-panel__breadcrumb-link:active {
  color: #f30;
}
.order-panel__breadcrumb-link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aeaeae;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.order-panel__number {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .order-panel__number {
    padding: 0 0 0 38px;
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__number {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.order-panel__product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 15px 0 15px;
  border-top: 1px solid #eaeaea;
}
@media only screen and (min-width: 1281px) {
  .order-panel__product-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.order-panel__product-item:first-child {
  padding-top: 0;
  border-top: none;
}
.order-panel__product-item:first-child .order-panel__label {
  display: block;
}
.order-panel__product-item:first-child .order-panel__label_type_illustartion {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .order-panel__product-item:first-child .order-panel__label_type_illustartion {
    display: block;
  }
}
.order-panel__label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 5px;
  color: #aeaeae;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .order-panel__label {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__label {
    display: none;
    margin: 0 0 15px;
  }
}
.order-panel__label_type_illustartion {
  display: none;
}
@media only screen and (min-width: 768px) {
  .order-panel__product-snippet {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__product-snippet {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.order-panel__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.order-panel__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 13px 0;
}
@media only screen and (min-width: 768px) {
  .order-panel__fields {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__fields {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.order-panel__illustration {
  display: block;
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  width: 38%;
  max-width: 38%;
  padding: 0 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .order-panel__illustration {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    width: 38%;
    max-width: 38%;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__illustration {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    width: 34%;
    max-width: 34%;
  }
}
.order-panel__illustration-panel {
  position: relative;
  width: 85px;
  overflow: hidden;
  background: #f6f6f6;
}
.order-panel__illustration-panel:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 123% 0 0;
}
.order-panel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.order-panel__product-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  width: 62%;
  max-width: 62%;
}
@media only screen and (min-width: 768px) {
  .order-panel__product-fields {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    width: 62%;
    max-width: 62%;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__product-fields {
    display: block;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    width: 66%;
    max-width: 66%;
  }
}
.order-panel__articul {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: block;
  margin: 0 0 10px;
  padding: 10px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.order-panel__articul:last-child {
  margin-bottom: 0;
}
.order-panel__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 1281px) {
  .order-panel__title {
    font-size: 14px;
    line-height: 16px;
  }
}
.order-panel__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.order-panel__link:hover,
.order-panel__link:active {
  color: #f30;
}
.order-panel__link_style_secondary {
  color: #f30;
}
.order-panel__link_style_secondary:hover,
.order-panel__link_style_secondary:active {
  color: #e73307;
}
.order-panel__equipment {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .order-panel__equipment {
    display: block;
  }
}
.order-panel__equipment_type_b {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  color: #666;
  font-size: 0;
  line-height: 0;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .order-panel__equipment_type_b {
    padding: 20px 39px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__equipment_type_b {
    display: none;
  }
}
.order-panel__equipment_type_b .order-panel__subtitle {
  cursor: pointer;
}
.order-panel__equipment_state_open {
  color: #242526;
  font-size: 16px;
  line-height: 20px;
}
.order-panel__subtitle {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .order-panel__subtitle {
    font-size: 28px;
    line-height: 34px;
  }
}
.order-panel__field {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 10px 13px 0;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .order-panel__field {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    width: 33.333%;
    max-width: 33.333%;
    padding: 0 10px 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__field {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__field_align_left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__field_align_center {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__field_align_right {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__text {
    padding: 35px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .order-panel__color {
    padding: 30px 0 0;
  }
}
.page {
  position: relative;
  display: block;
  min-height: 100%;
}
.page_overlay_open {
  overflow: hidden;
}
.page__body {
  background: #fff;
}
.page__body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 0;
  height: 0;
  background: #161515;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, width 0s ease-in 0.3s, height 0s ease-in 0.3s;
  transition: opacity 0.3s ease-in, width 0s ease-in 0.3s, height 0s ease-in 0.3s;
}
.page__body_scrollbar_show {
  overflow-y: scroll;
}
.page__body_state_fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
}
.page__body_nav_open {
  overflow: hidden;
  max-height: 100%;
}
@media only screen and (min-width: 1025px) {
  .page__body_nav_open {
    overflow: visible;
    max-height: none;
  }
}
.page__body_overlay_open {
  height: 100vh;
  margin: 0 !important;
  overflow: hidden;
}
.page__body_overlay_open:after {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.page__body_overlay_open .page__footer {
  opacity: 0;
}
.page__body_search_open .page__content {
  display: none;
}
.page__body_search_open .page__main-search {
  position: static;
  visibility: visible;
  width: auto;
  height: auto;
  overflow: hidden;
  opacity: 1;
}
.page__footer {
  min-width: 320px;
}
.page__footer_type_sticky {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
}
.page__header {
  position: relative;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
}
.page__breadcrumbs {
  padding: 20px 0;
}
.page__additional-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  display: block;
  width: 100%;
  max-height: 100%;
  max-height: 100vh;
  opacity: 1;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .page__additional-panel {
    display: none;
  }
}
.page__additional-panel_state_close {
  top: -9999px;
  right: 9999px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, top 0s ease-in 0.3s, right 0s ease-in 0.3s;
  transition: opacity 0.3s ease-in, top 0s ease-in 0.3s, right 0s ease-in 0.3s;
}
.page__subscribe-form {
  min-width: 320px;
  padding: 28px 0 0;
}
@media only screen and (min-width: 768px) {
  .page__subscribe-form {
    padding: 95px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .page__subscribe-form {
    padding: 125px 0 0;
  }
}
.page__subscribe-form_offset_none {
  padding: 0;
}
.page__subscribe-form_offset_bottom {
  padding-bottom: 40px;
}
.page__tile-nav-line {
  padding: 11px 0;
}
@media only screen and (min-width: 768px) {
  .page__tile-nav-line {
    padding: 17px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .page__tile-nav-line {
    padding: 40px 0;
  }
}
.page__carousel-holder {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.page__products-carousel {
  padding: 20px 0 0;
}
.page__product-card {
  padding: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .page__product-card {
    padding: 0 0 89px;
  }
}
@media only screen and (min-width: 1025px) {
  .page__product-card {
    padding: 0 0 150px;
  }
}
.page__information-plate {
  padding: 50px 0 0;
}
@media only screen and (min-width: 768px) {
  .page__information-plate {
    overflow: hidden;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .page__information-plate {
    overflow: visible;
  }
}
.page__basket-card {
  padding: 0 0 29px;
}
@media only screen and (min-width: 768px) {
  .page__basket-card {
    padding: 0 0 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .page__basket-card {
    padding: 0 0 50px;
  }
}
.page__review-group {
  max-width: 670px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .page__review-group {
    max-width: 960px;
  }
}
.page__contact-form {
  padding: 0 0 33px;
}
@media only screen and (min-width: 1025px) {
  .page__contact-form {
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .page__contact-form {
    padding: 45px 0 50px;
  }
}
.page__contacts_offset_m {
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .page__contacts_offset_m {
    padding: 86px 0;
  }
}
.page__scroll-carousel {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .page__scroll-carousel {
    display: block;
  }
}
.page__carousel {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .page__carousel {
    display: none;
  }
}
.page__popular-scroll-carousel {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .page__popular-scroll-carousel {
    display: block;
  }
}
.page__popular-carousel {
  display: block;
  padding: 64px 0 70px;
}
@media only screen and (min-width: 768px) {
  .page__popular-carousel {
    padding: 67px 0 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .page__popular-carousel {
    display: none;
  }
}
.page__magazine-carousel {
  padding: 31px 0;
}
@media only screen and (min-width: 768px) {
  .page__magazine-carousel {
    padding: 52px 0;
  }
}
.page__accordeon-group {
  padding: 23px 0;
}
.page__accordeon-group_close_top {
  padding-top: 0;
}
.page__quote {
  padding: 30px 0 0;
  margin: 0 0 30px;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .page__quote {
    padding: 0;
    margin: 0 0 57px;
  }
}
@media only screen and (min-width: 1025px) {
  .page__quote {
    margin: 0 0 72px;
  }
}
.page__quote:last-child {
  margin-bottom: 0;
}
.page__fs-panel {
  position: fixed;
  left: -9999px;
  bottom: -9999px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.page__fs-panel-inner {
  height: 100%;
}
.page__cookie-policy {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
}
.page__auth-user-form {
  padding: 50px 0;
}
.page__tooltip-products {
  display: none;
}
.page__up-trigger {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 200;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .page__up-trigger {
    right: 20px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 1281px) {
  .page__up-trigger {
    right: 30px;
    bottom: 100px;
  }
}
.page__up-trigger_state_active {
  opacity: 1;
}
.page__illustration {
  max-width: 100%;
}
.page__image {
  max-width: 100%;
  height: auto;
}
.page__product-carousel-group {
  padding: 30px 0;
}
@media only screen and (min-width: 1281px) {
  .page__product-carousel-group {
    padding: 0 0 50px;
  }
}
.page__main-search {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page__main-search_state_open {
  position: static;
  display: block;
  width: auto;
  opacity: 1;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.page__section_offset_bottom {
  padding-bottom: 40px;
}
.page__section_offset_top {
  padding-top: 40px;
}
.page__catalog-panel {
  padding: 0 0 15px;
}
@media only screen and (min-width: 1025px) {
  .page__catalog-panel {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 1281px) {
  .page__catalog-panel {
    padding: 0 0 100px;
  }
}
.page__modal-demo {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
  padding: 15px;
}
.page_filters_open .page__fs-panel {
  left: 0;
  bottom: 0;
}
.pagination {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pagination {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .pagination {
    font-size: 14px;
    line-height: 20px;
  }
}
.pagination__label {
  margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
  .pagination__label {
    margin: 0 0 10px;
  }
}
.pagination__label:last-child {
  margin-bottom: 0;
}
.pagination__control {
  margin: 0 0 30px;
}
.pagination__control:last-child {
  margin-bottom: 0;
}
.pagination__show-more {
  display: block;
  max-width: 256px;
  color: #242526;
  margin: 0 auto;
  padding: 13px 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  background: #f6f6f6;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .pagination__show-more {
    max-width: 308px;
    padding: 19px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .pagination__show-more {
    max-width: 416px;
    font-size: 16px;
    line-height: 20px;
  }
}
.pagination__show-more:hover {
  background: #edeff1;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .pagination__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.pagination__item:first-child {
  padding-left: 2px;
}
.pagination__item:last-child {
  padding-right: 2px;
}
.pagination__link {
  display: block;
  padding: 5px 4px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .pagination__link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .pagination__link {
    font-size: 14px;
  }
}
.pagination__link:hover {
  color: #f30;
}
.pagination__link:hover:before {
  border-color: #f30;
}
.pagination__link_current {
  font-weight: 600;
}
.pagination__link_type_prev,
.pagination__link_type_next {
  width: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .pagination__link_type_prev,
  .pagination__link_type_next {
    padding: 5px 15px;
  }
}
.pagination__link_type_prev:before,
.pagination__link_type_next:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #666;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.pagination__link_type_prev:before {
  border-left: 1px solid #666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination__link_type_next:before {
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination__separator {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 1281px) {
  .payments {
    display: block;
    font-size: 14px;
  }
}
.payments__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .payments__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .payments__item {
    margin: 0 0 22px;
  }
}
.payments__item:last-child {
  margin-bottom: 0;
}
.payments__item:nth-child(n+3) {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .payments__item:nth-child(n+3) {
    padding-top: 0;
  }
}
.payments__item:nth-child(even) {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .payments__item:nth-child(even) {
    padding-left: 0;
  }
}
.payments__link {
  color: #f6f6f6;
  text-decoration: none;
  fill: #f6f6f6;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.payments__link:hover,
.payments__link:active,
.payments__link_state_active {
  color: #e73307;
  fill: #e73307;
}
.payments__icon {
  display: block;
  width: 23px;
  height: 28px;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .payments__icon {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 14px 0 0;
    fill: inherit;
  }
}
@media only screen and (min-width: 1281px) {
  .payments__icon {
    width: 15px;
    height: 18px;
    margin: -4px 9px 0 0;
  }
}
.payments__image {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .payments__image {
    max-width: 80px;
  }
}
@media only screen and (min-width: 1281px) {
  .payments__image {
    max-height: 46px;
  }
}
.popular-carousel {
  position: relative;
  display: block;
}
.popular-carousel__container {
  overflow: visible;
}
.popular-carousel__holder {
  position: relative;
  z-index: 1;
  display: block;
  padding: 69px 0 30px;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    padding: 89px 0 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-carousel__holder {
    padding: 142px 0 30px;
  }
}
.popular-carousel__slide {
  position: relative;
}
.popular-carousel__slide-title {
  display: block;
  margin: 0 0 10px;
  color: #242526;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__slide-title {
    min-height: 52px;
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 26px;
  }
}
.popular-carousel__slide-title:last-child {
  margin-bottom: 0;
}
.popular-carousel__panel {
  display: block;
  padding: 18px 0 0;
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__panel {
    padding: 26px 0 0;
  }
}
.popular-carousel__link {
  color: inherit;
  text-decoration: none;
}
.popular-carousel__illustration {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 -19px;
  overflow: hidden;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__illustration {
    margin: 0;
  }
}
.popular-carousel__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 136% 0 0;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__illustration:before {
    padding: 127% 0 0;
  }
}
.popular-carousel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
.popular-carousel__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__content {
    padding: 0 30px 0 50px;
  }
}
.popular-carousel__title {
  display: block;
  margin: 0 0 34px;
  color: #f30;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__title {
    margin: 0 0 40px;
    padding: 0 0 0 50px;
    font-size: 28px;
    line-height: 30px;
  }
}
.popular-carousel__fields {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transform: translate(0, -19%);
          transform: translate(0, -19%);
}
@media only screen and (min-width: 768px) {
  .popular-carousel__fields {
    left: 20%;
    width: 70%;
    -webkit-transform: translate(0, -51%);
            transform: translate(0, -51%);
  }
}
.popular-carousel__price {
  display: block;
  color: #f30;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__price {
    font-size: 20px;
    line-height: 28px;
  }
}
.popular-carousel__pagination {
  position: absolute;
  left: 0;
  bottom: 22px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 25px;
    font-size: 20px;
  }
}
.popular-carousel__separator {
  padding: 0 5px 2px;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__separator {
    padding: 0 8px 2px;
  }
}
.popular-carousel__total {
  padding: 0 0 2px;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__total {
    padding: 0 0 4px;
  }
}
.popular-carousel__current {
  color: #f30;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .popular-carousel__current {
    font-size: 28px;
  }
}
.popular-scroll-carousel {
  position: relative;
  display: block;
  padding: 63px 0 0;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel {
    overflow: hidden;
    padding: 55px 0 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel {
    padding: 0;
  }
}
.popular-scroll-carousel__groups {
  position: relative;
  z-index: 1;
}
.popular-scroll-carousel__group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.popular-scroll-carousel__group:first-child {
  position: relative;
}
.popular-scroll-carousel__group:first-child .popular-scroll-carousel__fields {
  opacity: 1;
}
.popular-scroll-carousel__group:last-child .popular-scroll-carousel__illustration {
  background: #f6f6f6;
}
.popular-scroll-carousel__group:nth-child(1) {
  z-index: 30;
}
.popular-scroll-carousel__group:nth-child(2) {
  z-index: 20;
}
.popular-scroll-carousel__group:nth-child(3) {
  z-index: 10;
}
.popular-scroll-carousel__holder {
  position: relative;
  z-index: 1;
  display: block;
  padding: 69px 0 30px;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    padding: 89px 0 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__holder {
    padding: 142px 0 30px;
  }
}
.popular-scroll-carousel__item {
  position: relative;
  display: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__item {
    display: block;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 30px;
  }
}
.popular-scroll-carousel__item:first-child {
  display: block;
}
.popular-scroll-carousel__item:hover {
  color: #f30;
}
.popular-scroll-carousel__item-title {
  display: block;
  margin: 0 0 10px;
  color: #242526;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__item-title {
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__item-title {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 46px;
  }
}
.popular-scroll-carousel__item-title:last-child {
  margin-bottom: 0;
}
.popular-scroll-carousel__link {
  color: inherit;
  text-decoration: none;
}
.popular-scroll-carousel__illustration {
  position: relative;
  display: block;
  margin: -19px;
}
.popular-scroll-carousel__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 136% 0 0;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__illustration:before {
    padding: 119% 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__illustration:before {
    padding: 122% 0 0;
  }
}
.popular-scroll-carousel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
.popular-scroll-carousel__title {
  display: block;
  color: #f30;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__title {
    padding: 0 0 0 7%;
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__title {
    position: absolute;
    bottom: 24.4%;
    left: 50%;
    z-index: 10;
    max-width: 450px;
    padding: 0;
    font-size: 52px;
    line-height: 1;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.popular-scroll-carousel__fields {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transform: translate(0, -19%);
          transform: translate(0, -19%);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__fields {
    left: 20%;
    width: 70%;
    -webkit-transform: translate(0, -51%);
            transform: translate(0, -51%);
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__fields {
    -webkit-transform: translate(0, -47%);
            transform: translate(0, -47%);
  }
}
.popular-scroll-carousel__price {
  display: block;
  color: #f30;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__price {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__price {
    font-size: 22px;
    line-height: 28px;
  }
}
.popular-scroll-carousel__pagination {
  position: absolute;
  left: 0;
  bottom: 32px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 71px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__pagination {
    bottom: 64px;
  }
}
.popular-scroll-carousel__separator {
  padding: 0 8px 2px;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__separator {
    padding: 0 8px 2px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__separator {
    padding: 0 8px 4px;
  }
}
.popular-scroll-carousel__total {
  padding: 0 0 2px;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__total {
    padding: 0 0 4px;
  }
}
.popular-scroll-carousel__current {
  color: #f30;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .popular-scroll-carousel__current {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1281px) {
  .popular-scroll-carousel__current {
    font-size: 40px;
  }
}
.post-panel {
  display: block;
}
.price-group {
  display: block;
}
.price-group__meta {
  display: none;
}
@media only screen and (min-width: 768px) {
  .price-group__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 1281px) {
  .price-group__meta {
    margin: 0;
  }
}
.price-group__old-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 16px;
}
.price-group__old-price:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .price-group__old-price_type_b {
    display: none;
  }
}
.price-group__label {
  display: block;
  color: #f30;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .price-group__label {
    margin: 0 0 10px;
  }
}
.price-group__label:last-child {
  margin-bottom: 0;
}
.price-group__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .price-group__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.price-group__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .price-group__value {
    display: block;
    overflow: hidden;
    width: 70%;
    font-size: 38px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1281px) {
  .price-group__value {
    font-size: 40px;
    line-height: 46px;
  }
}
.price-group__value-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-group__value-holder {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  .price-group__value-holder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.price-group__value-bonus {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 0 4px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .price-group__value-bonus {
    display: none;
  }
}
.price-group__control {
  padding: 18px 0 0;
}
.price-group__control_type_under-order {
  display: none;
}
.price-group__control_type_in-cart {
  display: none;
}
.price-group__control_type_maximum-reached {
  display: none;
}
.price-group__quantity {
  padding: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .price-group__quantity {
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .price-group__quantity {
    padding: 0 0 16px;
  }
}
.price-group_state_under-order .price-group__control {
  display: none;
}
.price-group_state_under-order .price-group__control_type_under-order {
  display: block;
}
.price-group_state_in-cart .price-group__control {
  display: none;
}
.price-group_state_in-cart .price-group__control_type_in-cart {
  display: block;
}
.price-group_state_maximum-reached .price-group__control {
  display: none;
}
.price-group_state_maximum-reached .price-group__control_type_maximum-reached {
  display: block;
}
.price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.price-info__main {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .price-info__main {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    width: 60%;
    max-width: 60%;
  }
}
.price-info__bonus {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  color: #f30;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .price-info__bonus {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
    max-width: 40%;
    font-size: 14px;
    line-height: 20px;
  }
}
.price-info__label {
  display: block;
  margin: 0 0 7px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .price-info__label {
    margin: 0 0 15px;
  }
}
.price-info__value {
  color: #242526;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .price-info__value {
    font-size: 42px;
    line-height: 28px;
  }
}
.product-card {
  position: relative;
  display: block;
}
.product-card__zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.product-card__zoom-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 175%;
  height: 175%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  will-change: transform;
}
.product-card__carousel {
  display: block;
  background: #f6f6f6;
}
@media only screen and (min-width: 1281px) {
  .product-card__carousel {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 50;
    width: 37.778%;
    max-width: 524px;
  }
}
.product-card__top-line {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 60;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-card__top-line {
    top: 21px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__top-line {
    top: 27px;
  }
}
.product-card__top-line-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.product-card__top-line-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  width: 33.333%;
  max-width: 100%;
}
.product-card__top-line-item:last-child {
  text-align: right;
}
.product-card__breadcrumbs {
  display: block;
}
.product-card__label {
  padding: 0 10px;
  color: #f30;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-card__label {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__label {
    font-size: 14px;
    line-height: 16px;
  }
}
.product-card__holder {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 1281px) {
  .product-card__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 642px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.product-card__holder_valign_top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-card__holder_valign_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card__holder_valign_bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-card__intro {
  position: relative;
  padding: 20px 0 0;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .product-card__intro {
    padding: 28px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__intro {
    padding: 120px 0 98px;
    background: #f6f6f6;
  }
}
.product-card__info {
  position: relative;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 1281px) {
  .product-card__info {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-card__info-item {
  margin: 0 0 40px;
}
.product-card__info-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1281px) {
  .product-card__info-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    margin: 0 5.5% 0 0;
  }
  .product-card__info-item:nth-child(n+3) {
    margin-top: 91px;
  }
}
.product-card__tab-container {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .product-card__tab-container {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__tab-container {
    padding: 95px 0 0 111px;
  }
}
.product-card__tab-container:not(:first-child) {
  padding-top: 0;
}
@media only screen and (min-width: 1281px) {
  .product-card__tab-container_type_tech {
    padding: 50px 55px 50px 105px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__tab-container_type_review {
    padding: 36px 0 36px 105px;
  }
}
.product-card__tab-title {
  margin: 0 0 27px;
}
@media only screen and (min-width: 1281px) {
  .product-card__tab-title {
    max-width: 50%;
  }
}
.product-card__tab-title:last-child {
  margin-bottom: 0;
}
.product-card__tab-title_spacing_l {
  margin: 0 0 23px;
}
@media only screen and (min-width: 768px) {
  .product-card__tab-title_spacing_l {
    margin: 0 0 34px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__tab-title_spacing_l {
    margin: 0 0 62px;
  }
}
.product-card__tab-label {
  font-size: 14px;
  line-height: 20px;
}
.product-card__download-group {
  padding: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .product-card__download-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__download-group {
    padding: 65px 0 0;
  }
}
.product-card__download-item {
  margin: 0 0 54px;
}
@media only screen and (min-width: 768px) {
  .product-card__download-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 7px 5px;
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__download-item {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
.product-card__download-item:last-child {
  margin-bottom: 0;
}
.product-card__download-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-card__download-list .product-card__download-item {
  width: auto;
  max-width: none;
  margin: 0 0 15px;
  padding: 0;
}
.product-card__download-list .product-card__download-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product-card__props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .product-card__props {
    padding: 0 0 0 3%;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__props {
    padding: 0;
  }
}
.product-card__props-illustration {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: auto;
  margin: 0 -15px 19px;
}
@media only screen and (min-width: 768px) {
  .product-card__props-illustration {
    display: block;
    margin: 0 0 9px;
  }
}
.product-card__props-illustration:last-child {
  margin-bottom: 0;
}
.product-card__props-image {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-card__props_type_info {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__props_type_info {
    position: relative;
    padding: 70px 0 70px 105px;
  }
}
.product-card__props_type_complex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 25px;
}
.product-card__props_type_complex:last-child {
  margin-bottom: 0;
}
.product-card__props_type_complex .product-card__col {
  margin: 0 0 42px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-card__props_type_complex .product-card__col:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product-card__props_type_complex .product-card__col,
  .product-card__props_type_complex .product-card__col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }
}
.product-card__props_type_complex .product-card__props-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 37px 0 0;
  padding: 33px 0 0;
  border-top: 1px solid #eaeaea;
}
.product-card__props_type_complex .product-card__props-footer .product-card__prop {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 23px 0;
}
.product-card__props_type_complex .product-card__props-footer .product-card__prop:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product-card__props_type_complex .product-card__props-footer .product-card__prop {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    margin: 0 10px 35px 0;
  }
}
.product-card__props_type_complex .product-card__props-footer .product-card__prop-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-card__props_type_complex .product-card__prop {
  margin: 0 0 23px;
}
@media only screen and (min-width: 768px) {
  .product-card__props_type_complex .product-card__prop {
    margin: 0 0 25px;
  }
}
.product-card__props_type_complex .product-card__prop:last-child {
  margin-bottom: 0;
}
.product-card__props_type_complex .product-card__prop-panel {
  width: auto;
}
.product-card__props_type_multi-col {
  display: block;
  margin: 0 0 42px;
}
@media only screen and (min-width: 1025px) {
  .product-card__props_type_multi-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -42px 0 42px;
  }
}
.product-card__props_type_multi-col:last-child {
  margin-bottom: 0;
}
.product-card__props_type_multi-col .product-card__col {
  display: block;
  margin: 0 0 42px;
}
.product-card__props_type_multi-col .product-card__col:last-child {
  margin-bottom: 0;
}
.product-card__props_type_multi-col .product-card__col,
.product-card__props_type_multi-col .product-card__col:last-child {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .product-card__props_type_multi-col .product-card__col,
  .product-card__props_type_multi-col .product-card__col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: auto;
    max-width: 50%;
    margin: 42px 0 0;
  }
}
.product-card__props_type_multi-col .product-card__prop {
  margin: 0 0 23px;
}
@media only screen and (min-width: 768px) {
  .product-card__props_type_multi-col .product-card__prop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 0 25px;
    padding: 0 10px;
  }
}
.product-card__props_type_multi-col .product-card__prop:last-child {
  margin-bottom: 0;
}
.product-card__props_type_multi-col .product-card__prop-panel {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-card__props_type_multi-col .product-card__prop-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-card__props_type_multi-col .product-card__prop-title {
    margin: 0 0 25px;
  }
}
.product-card__props_type_primary .product-card__col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1281px) {
  .product-card__props_type_primary:last-child {
    margin: auto 0;
  }
}
.product-card__prop {
  display: block;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1281px) {
  .product-card__prop {
    max-width: 210px;
    margin: 0 0 49px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-card__prop:last-child {
    margin-bottom: 0;
  }
}
.product-card__prop-title {
  margin: 0 0 17px;
  color: #f30;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 20px;
}
.product-card__prop-title:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product-card__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    min-height: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__col {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .product-card__col:last-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}
.product-card__col_valign_top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-card__col_valign_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card__col_valign_bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-card__col_type_header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-card__col_type_header {
    margin: 0 0 36px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__col_type_header {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    min-height: 100%;
    margin: 0;
    text-align: left;
  }
}
.product-card__col_type_prop-panel {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .product-card__col_type_prop-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-card__prop-panel {
  width: 100%;
  text-align: left;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .product-card__prop-panel {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__prop-panel {
    width: 340px;
  }
}
.product-card__header {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .product-card__header {
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__header {
    width: 375px;
    padding: 10px 0 0;
  }
}
.product-card__title {
  margin: 0 0 12px;
  color: #242526;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .product-card__title {
    margin: 0 0 7px;
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__title {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 46px;
  }
}
.product-card__title:last-child {
  margin-bottom: 0;
}
.product-card__favorite {
  display: inline-block;
  vertical-align: middle;
  fill: transparent;
  stroke: #f30;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.product-card__favorite:hover,
.product-card__favorite_state_active {
  fill: #f30;
}
.product-card__favorite-icon {
  display: block;
  width: 22px;
  height: 20px;
  fill: inherit;
  stroke: inherit;
}
@media only screen and (min-width: 768px) {
  .product-card__favorite-icon {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__favorite-icon {
    width: 22px;
    height: 20px;
  }
}
.product-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 16px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .product-card__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__meta {
    font-size: 14px;
  }
}
.product-card__meta:last-child {
  margin-bottom: 0;
}
.product-card__meta-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .product-card__meta-item {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__meta-item {
    margin-left: 26px;
  }
}
.product-card__meta-item:first-child {
  margin-left: 0;
}
.product-card__text-label {
  opacity: 0.5;
  color: #666;
  text-decoration: none;
}
.product-card__text-label_type_primary {
  color: #f30;
  opacity: 1;
}
.product-card__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.product-card__link:hover,
.product-card__link:active {
  color: #e73307;
}
.product-card__link_style_classical {
  color: #f30;
}
.product-card__articul {
  display: block;
  margin: 0 0 5px;
  opacity: 0.5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .product-card__articul {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__articul {
    margin: 0;
  }
}
.product-card__price-group {
  padding: 0 0 7px;
}
.product-card__price-group_type_a {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .product-card__price-group_type_a {
    display: block;
  }
}
.product-card__price-group_type_b {
  display: block;
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  padding: 3px 0 35px;
}
@media only screen and (min-width: 768px) {
  .product-card__price-group_type_b {
    padding: 3px 0 55px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__price-group_type_b {
    display: none;
  }
}
.product-card__price-group_position_sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 -6px 16px rgba(0,0,0,0.06);
          box-shadow: 0 -6px 16px rgba(0,0,0,0.06);
}
@media only screen and (min-width: 480px) {
  .product-card__price-group_position_sticky {
    position: static;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 425px;
  }
}
.product-card__aside {
  margin: 36px 0 0;
  padding: 25px;
  background: #f6f6f6;
}
@media only screen and (min-width: 1281px) {
  .product-card__aside {
    max-width: 305px;
    margin: 0 0 0 auto;
  }
}
.product-card__subtitle {
  display: block;
  margin: 0 0 23px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .product-card__subtitle {
    margin: 0 0 18px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__subtitle {
    margin: 0 0 38px;
    font-size: 22px;
    text-transform: none;
  }
}
.product-card__subtitle:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1281px) {
  .product-card_carousel_bottom .product-card__carousel {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card_carousel_hide .product-card__carousel {
    -webkit-transform: translate(-50%, 0%) translate3d(0, 0, 0) !important;
            transform: translate(-50%, 0%) translate3d(0, 0, 0) !important;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card_active_zoom {
    cursor: crosshair;
    cursor: url("../blocks/product-images-carousel/images/cursor-zoom-out.svg"), auto;
  }
}
.product-card_active_zoom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.product-card_active_zoom .product-card__zoom {
  opacity: 1;
}
.product-card_active_zoom .product-card__carousel {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .product-card_active_zoom .product-card__prop-panel_hide_zoom {
    opacity: 0;
  }
}
.product-card_type_static .product-card__carousel {
  padding: 55px 0 10px;
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__carousel {
    padding: 85px 0 8px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card_type_static .product-card__carousel {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 85px 0 30px;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card_type_static .product-card__holder {
    display: block;
    margin: 0 auto;
    min-height: auto;
  }
}
.product-card_type_static .product-card__intro {
  padding: 0;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 1281px) {
  .product-card_type_static .product-card__intro {
    padding: 0 0 72px 20px;
  }
}
.product-card_type_static .product-card__intro .product-card__holder {
  max-width: 926px;
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-card_type_static .product-card__download-list {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__download-list .product-card__download-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .product-card_type_static .product-card__download-list .product-card__download-item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
}
.product-card_type_static .product-card__download-list .product-card__download-item:last-child {
  margin-bottom: 0;
}
.product-card_type_static .product-card__props {
  padding: 0;
}
.product-card_type_static .product-card__props_type_info {
  display: block;
  padding: 20px 0 60px;
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__props_type_info {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card_type_static .product-card__props_type_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 0 70px 105px;
  }
}
.product-card_type_static .product-card__props_type_info .product-card__col {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__props_type_info .product-card__col {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card_type_static .product-card__props_type_info .product-card__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card_type_static .product-card__props_type_info .product-card__col:first-child {
    padding: 0 120px 0 0;
  }
}
.product-card_type_static .product-card__props_type_info .product-card__col:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__props_type_info .product-card__col-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px;
  }
}
.product-card_type_static .product-card__props_type_info .product-card__prop {
  margin: 0 0 23px;
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__props_type_info .product-card__prop {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 25px;
    margin: 0 0 25px;
  }
}
.product-card_type_static .product-card__props_type_info .product-card__prop:last-child {
  margin-bottom: 0;
}
.product-card_type_static .product-card__props_type_complex,
.product-card_type_static .product-card__props_type_primary {
  padding: 0;
}
.product-card_type_static .product-card__col_type_header {
  margin: 0;
}
.product-card_type_static .product-card__col_type_prop-panel {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1281px) {
  .product-card_type_static .product-card__header {
    padding: 0;
  }
}
.product-card_type_static .product-card__price-group {
  background: #f6f6f6;
}
@media only screen and (min-width: 1281px) {
  .product-card_type_static .product-card__price-group {
    background: transparent;
  }
}
.product-card_type_static .product-card__price-group_type_b {
  max-width: 100%;
  margin: 0;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__price-group_type_b {
    padding: 35px 0 62px;
  }
}
.product-card_type_static .product-card__price-group_type_b .grid__container {
  max-width: 926px;
}
.product-card_type_static .product-card__price-group_type_b .price-group {
  max-width: 425px;
}
@media only screen and (min-width: 768px) {
  .product-card_type_static .product-card__price-group_type_b .price-group {
    max-width: 449px;
    padding: 0 0 0 24px;
  }
}
.product-card_type_static .product-card__price-group_position_sticky {
  background: #f6f6f6;
  max-width: 100%;
}
.product-card_type_static .product-card__pagination {
  bottom: 100%;
}
.product-card_type_static .product-card__zoom-panel {
  width: 80%;
  height: 80%;
}
.product-card_type_static.product-card_active_zoom .product-card__intro {
  position: static;
}
.product-card_type_static.product-card_active_zoom .product-card__carousel {
  display: block;
  z-index: 0;
}
.product-card_type_static.product-card_active_zoom .product-card__carousel .product-images-carousel {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .product-card__tabs {
    padding: 0 3.7%;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__tabs {
    padding: 0;
  }
}
.product-card__pagination {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-card__pagination {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__pagination {
    bottom: 0;
  }
}
.product-card__bullet {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .product-card__bullet {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-card__bullet {
    padding: 0 15px;
  }
}
.product-card__bullet:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #eaeaea;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .product-card__bullet:before {
    width: 18px;
    height: 18px;
  }
}
.product-card__bullet:focus,
.product-card__bullet:hover,
.product-card__bullet:active {
  outline: none;
  border: none;
  background: transparent;
}
.product-card__bullet_state_active {
  padding: 0 25px;
}
.product-card__bullet_state_active:before {
  background: #f30;
}
.product-card__color-selection-group {
  padding: 0;
}
.product-carousel-group {
  display: block;
}
.product-carousel-group__tabs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-carousel-group__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .product-carousel-group__tabs:last-child {
    margin-bottom: 0;
  }
}
.product-carousel-group__tab {
  display: block;
  padding-left: 15px;
}
.product-carousel-group__tab:first-child {
  padding-left: 0;
}
.product-carousel-group__tab-link {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.product-carousel-group__tab-link_state_active {
  opacity: 1;
}
.product-carousel-group__title {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .product-carousel-group__title {
    display: none;
  }
}
.product-carousel-group__title:last-child {
  margin-bottom: 0;
}
.product-carousel-group__panel {
  display: block;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .product-carousel-group__panel {
    display: none;
    margin: 0;
  }
}
.product-carousel-group__panel:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product-carousel-group__panel_state_active {
    display: block;
  }
}
.product-images-carousel {
  display: block;
}
.product-images-carousel__panel {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-images-carousel__panel {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .product-images-carousel__panel {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1281px) {
  .product-images-carousel__panel {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    cursor: url("../blocks/product-images-carousel/images/cursor-zoom-in.svg"), auto;
  }
}
.product-images-carousel__panel:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 112% 0 0;
}
@media only screen and (min-width: 768px) {
  .product-images-carousel__panel:before {
    padding: 72% 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-images-carousel__panel:before {
    padding: 140% 0 0;
  }
}
.product-images-carousel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-images-carousel__pagination {
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-images-carousel__pagination {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-images-carousel__pagination {
    display: none;
  }
}
.product-images-carousel__bullet {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .product-images-carousel__bullet {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-images-carousel__bullet {
    padding: 0 15px;
  }
}
.product-images-carousel__bullet:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #eaeaea;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .product-images-carousel__bullet:before {
    width: 18px;
    height: 18px;
  }
}
.product-images-carousel__bullet:focus,
.product-images-carousel__bullet:hover,
.product-images-carousel__bullet:active {
  outline: none;
  border: none;
  background: transparent;
}
.product-images-carousel__bullet_state_active {
  padding: 0 25px;
}
.product-images-carousel__bullet_state_active:before {
  background: #f30;
}
.product-images-carousel_type_static .product-images-carousel__slide {
  width: 100%;
  max-width: calc(100vw / 1.8);
  height: auto;
}
@media only screen and (min-width: 768px) {
  .product-images-carousel_type_static .product-images-carousel__slide {
    max-width: calc(100vw / 2);
  }
}
@media only screen and (min-width: 1281px) {
  .product-images-carousel_type_static .product-images-carousel__slide {
    max-width: 100%;
  }
}
.product-images-carousel_type_static .product-images-carousel__slide_state_active .showcase-carousel__outside {
  opacity: 1;
}
.product-images-carousel_type_static .product-images-carousel__slide_state_active .showcase-carousel__illustration {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-images-carousel_type_static .product-images-carousel__slide_type_prev .showcase-carousel__outside,
.product-images-carousel_type_static .product-images-carousel__slide_type_next .showcase-carousel__outside,
.product-images-carousel_type_static .product-images-carousel__slide_type_duplicate-prev .showcase-carousel__outside,
.product-images-carousel_type_static .product-images-carousel__slide_type_duplicate-next .showcase-carousel__outside {
  opacity: 0;
}
@media only screen and (min-width: 1281px) {
  .product-images-carousel_type_static .product-images-carousel__slide_type_prev .showcase-carousel__outside,
  .product-images-carousel_type_static .product-images-carousel__slide_type_next .showcase-carousel__outside,
  .product-images-carousel_type_static .product-images-carousel__slide_type_duplicate-prev .showcase-carousel__outside,
  .product-images-carousel_type_static .product-images-carousel__slide_type_duplicate-next .showcase-carousel__outside {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .product-images-carousel_type_static .product-images-carousel__panel {
    max-width: 367px;
  }
}
.product-images-carousel_type_static .product-images-carousel__panel:before {
  padding: 125.6% 0 0;
}
@media only screen and (min-width: 768px) {
  .product-images-carousel_type_static .product-images-carousel__panel:before {
    padding: 125% 0 0;
  }
}
.product-panel {
  position: relative;
  display: block;
}
.product-panel__label {
  position: absolute;
  top: 13px;
  left: 14px;
  z-index: 10;
  color: #f30;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .product-panel__label {
    top: 13px;
    left: 12px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__label {
    top: 16px;
    left: 17px;
  }
}
.product-panel__quantity {
  position: absolute;
  bottom: 17px;
  left: 21px;
  right: 21px;
  z-index: 10;
}
@media only screen and (min-width: 1281px) {
  .product-panel__quantity {
    top: 43px;
    bottom: auto;
    left: 17px;
  }
}
.product-panel__props-group {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
}
@media only screen and (min-width: 768px) {
  .product-panel__props-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__props-group {
    display: block;
    margin: 0 0 24px;
  }
}
.product-panel__illustration {
  position: relative;
  display: block;
  text-decoration: none;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .product-panel__illustration {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    width: 44%;
    max-width: 44%;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__illustration {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.product-panel__illustration:last-child {
  margin-bottom: 0;
}
.product-panel__illustration-panel {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.product-panel__illustration-panel:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 111% 0 0;
}
@media only screen and (min-width: 768px) {
  .product-panel__illustration-panel:before {
    padding: 113% 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__illustration-panel:before {
    padding: 62% 0 0;
  }
}
.product-panel__remove {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  display: block;
  width: 17px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  border: none;
  outline: none;
  background: transparent;
}
.product-panel__remove:hover:before,
.product-panel__remove:hover:after {
  background: #242526;
}
.product-panel__remove:before,
.product-panel__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: #f30;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.product-panel__remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.product-panel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-panel__articul {
  display: block;
  margin: 0 0 5px;
  opacity: 0.5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.product-panel__articul:last-child {
  margin-bottom: 0;
}
.product-panel__articul_type_a {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .product-panel__articul_type_a {
    display: block;
  }
}
.product-panel__articul_type_b {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .product-panel__articul_type_b {
    display: none;
  }
}
.product-panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 14px;
  padding: 0 4px;
}
@media only screen and (min-width: 768px) {
  .product-panel__header {
    width: 44%;
    margin: 0 0 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 0 0 30px;
    padding: 0 28px 0 33px;
  }
}
.product-panel__header:last-child {
  margin-bottom: 0;
}
.product-panel__info {
  padding: 0 20px 0 0;
}
.product-panel__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.product-panel__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.product-panel__link:hover {
  color: #f30;
}
.product-panel__price {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.product-panel__old-price {
  position: relative;
  display: block;
  margin: 0 0 8px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.product-panel__old-price:last-child {
  margin-bottom: 0;
}
.product-panel__old-price:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
}
.product-panel__props {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-panel__props {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__props {
    padding: 0 28px 0 33px;
  }
}
.product-panel__props_type_a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .product-panel__props_type_a {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__props_type_a {
    display: block;
  }
}
.product-panel__props_type_b {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-panel__props_type_b {
    display: block;
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    width: 56%;
    max-width: 56%;
    padding: 40px 0 10px 41px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__props_type_b {
    display: none;
  }
}
.product-panel__props-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .product-panel__props-holder {
    margin: 0 -20px;
  }
}
.product-panel__prop {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 10px 15px;
}
@media only screen and (min-width: 768px) {
  .product-panel__prop {
    padding: 0 0 17px 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel__prop {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 200px;
    min-width: 200px;
    padding: 0 20px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_secondary .product-panel__props-group {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel_type_secondary .product-panel__props-group {
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_secondary .product-panel__illustration-panel:before {
    padding: 112% 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel_type_secondary .product-panel__illustration-panel:before {
    padding: 111% 0 0;
  }
}
.product-panel_type_secondary .product-panel__header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 22px;
  padding: 0 5px;
}
.product-panel_type_secondary .product-panel__articul_type_a {
  display: none;
}
.product-panel_type_secondary .product-panel__articul_type_b {
  display: block;
}
.product-panel_type_secondary .product-panel__old-price {
  margin: 0;
}
.product-panel_type_secondary .product-panel__props {
  padding: 0 6px;
}
.product-panel_type_secondary .product-panel__props-holder {
  margin: 0 0 0 -15px;
}
@media only screen and (min-width: 768px) {
  .product-panel_type_secondary .product-panel__props-holder {
    margin: 0 0 0 -27px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel_type_secondary .product-panel__props-holder {
    margin: 0 0 0 -15px;
  }
}
@media only screen and (min-width: 768px) {
  .product-panel_type_secondary .product-panel__props_type_b {
    padding: 39px 0 0 42px;
  }
}
.product-panel_type_secondary .product-panel__prop {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  min-width: 0;
  padding: 0 0 13px 15px;
}
@media only screen and (min-width: 768px) {
  .product-panel_type_secondary .product-panel__prop {
    padding: 0 0 15px 27px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-panel_type_secondary .product-panel__prop {
    padding: 0 0 13px 15px;
  }
}
.product-simple-snippet {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
          box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  border-radius: 2px;
}
.product-simple-snippet__illustration {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
.product-simple-snippet__illustration:before {
  content: '';
  display: block;
  width: auto;
  padding: 150% 0 0;
}
.product-simple-snippet__image {
  display: block;
  width: 150px;
  max-width: none;
  max-height: none;
}
@media only screen and (min-width: 1025px) {
  .product-simple-snippet__image {
    width: 200px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-simple-snippet__image {
    width: 230px;
  }
}
.product-simple-snippet__title {
  display: block;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .product-simple-snippet__title {
    font-size: 16px;
  }
}
.product-snippet {
  position: relative;
  display: block;
}
.product-snippet__panel {
  position: relative;
  height: 167px;
  margin: 0 0 5px;
  overflow: hidden;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .product-snippet__panel {
    height: 380px;
    margin: 0 0 19px;
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet__panel {
    height: 465px;
    margin: 0 0 24px;
  }
}
.product-snippet__illustration {
  display: block;
  height: 100%;
  text-decoration: none;
}
.product-snippet__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-snippet__image.swiper-lazy:not(.swiper-lazy-loaded) {
  max-width: 1px;
}
.product-snippet__favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .product-snippet__favorite {
    top: 18px;
    right: 25px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet__favorite {
    top: 26px;
    right: 23px;
  }
}
.product-snippet__cart {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .product-snippet__cart {
    right: 25px;
    bottom: 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet__cart {
    right: 23px;
    bottom: 26px;
  }
}
.product-snippet__clarifying {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  padding: 7px 10px;
}
@media only screen and (min-width: 768px) {
  .product-snippet__clarifying {
    padding: 18px;
  }
}
.product-snippet__label {
  margin: 0 0 15px;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .product-snippet__label {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-snippet__label_type_centralized {
  position: absolute;
  left: 11px;
  bottom: 4px;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (min-width: 768px) {
  .product-snippet__label_type_centralized {
    top: 0;
    left: 50%;
    bottom: auto;
    max-width: 80%;
    font-size: 14px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 768px) {
  .product-snippet__label_type_centralized:not(:first-child) {
    max-width: 37%;
  }
}
.product-snippet__messages {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-snippet__messages {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
  }
}
.product-snippet__message {
  max-width: 215px;
  margin: 0 0 15px;
  padding: 7px 11px;
  color: #242526;
  font-size: 12px;
  line-height: 16px;
  background: #edeff1;
}
.product-snippet__message:last-child {
  margin-bottom: 0;
}
.product-snippet__info {
  padding: 0 0 34px;
}
@media only screen and (min-width: 768px) {
  .product-snippet__info {
    padding: 0 7px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet__info {
    padding: 0 16px;
  }
}
.product-snippet__main {
  margin: 0 0 2px;
}
@media only screen and (min-width: 768px) {
  .product-snippet__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet__main {
    margin: 0 0 2px;
  }
}
@media only screen and (min-width: 768px) {
  .product-snippet__header {
    width: 60%;
    padding: 0 10px 0 0;
  }
}
.product-snippet__title {
  color: #242526;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .product-snippet__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-snippet__price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #242526;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .product-snippet__price {
    position: static;
    width: 40%;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
  }
}
.product-snippet__old-price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px 0 5px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
}
.product-snippet__old-price:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.product-snippet__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.product-snippet__link:hover,
.product-snippet__link:active {
  color: #e73307;
}
@media only screen and (min-width: 768px) {
  .product-snippet__additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet__additional {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .product-snippet__colors {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 140px;
    overflow: hidden;
  }
}
.product-snippet__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .product-snippet__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-snippet__meta-item {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .product-snippet__meta-item {
    margin-left: 26px;
    font-size: 14px;
  }
}
.product-snippet__meta-item:first-child {
  margin-left: 0;
}
.product-snippet__text-label {
  color: #f30;
  text-decoration: none;
}
.product-snippet__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.product-snippet__prop {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 5px 16px;
}
@media only screen and (min-width: 768px) {
  .product-snippet__prop {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.product-snippet__prop-label {
  display: block;
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.33;
  opacity: 0.5;
}
@media only screen and (min-width: 1281px) {
  .product-snippet__prop-label {
    margin: 0 0 2px;
    font-size: 10px;
  }
}
.product-snippet__prop-label:last-child {
  margin-bottom: 0;
}
.product-snippet__prop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-snippet__prop-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 1281px) {
  .product-snippet__prop-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.product-snippet__color {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
  font-size: 0;
  border-radius: 50%;
}
@media only screen and (min-width: 1281px) {
  .product-snippet__color {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19px;
            flex: 0 0 19px;
    width: 19px;
    height: 19px;
    margin: 0 16px 0 0;
  }
}
.product-snippet:hover .product-snippet__messages {
  opacity: 1;
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_compact .product-snippet__panel {
    margin: 0 0 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_compact .product-snippet__favorite {
    top: 21px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_compact .product-snippet__cart {
    bottom: 21px;
  }
}
.product-snippet_type_compact .product-snippet__clarifying {
  pointer-events: none;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_compact .product-snippet__clarifying {
    height: auto;
    padding: 21px 18px;
    pointer-events: auto;
  }
}
.product-snippet_type_compact .product-snippet__labels {
  display: block;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_compact .product-snippet__labels {
    position: relative;
  }
}
.product-snippet_type_compact .product-snippet__label {
  pointer-events: auto;
}
.product-snippet_type_compact .product-snippet__label:not(:last-child) {
  max-width: 30%;
}
.product-snippet_type_compact .product-snippet__message {
  pointer-events: auto;
}
.product-snippet_type_compact .product-snippet__info {
  padding: 0;
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_compact .product-snippet__info {
    padding: 0 16px 2px;
  }
}
.product-snippet_type_compact .product-snippet__main .product-snippet__price {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_compact .product-snippet__main .product-snippet__price {
    display: block;
  }
}
.product-snippet_type_compact .product-snippet__price {
  position: static;
}
.product-snippet_type_compact .product-snippet__additional {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_compact .product-snippet__additional {
    margin: 0 0 18px;
  }
}
.product-snippet_type_compact .product-snippet__additional:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_compact .product-snippet__additional .product-snippet__price {
    display: none;
  }
}
.product-snippet_type_compact .product-snippet__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_compact .product-snippet__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-snippet_type_compact .product-snippet__meta-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_compact .product-snippet__meta-item {
    margin-left: 18px;
  }
}
.product-snippet_type_compact .product-snippet__meta-item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 480px) {
  .product-snippet_type_vertical .product-snippet__panel {
    height: 220px;
    margin: 0 0 8px;
  }
}
.product-snippet_type_vertical .product-snippet__info {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_vertical .product-snippet__info {
    padding: 0 5px 0 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_vertical .product-snippet__info {
    padding: 0 30px 0 21px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_vertical .product-snippet__main {
    position: relative;
  }
}
.product-snippet_type_vertical .product-snippet__main .product-snippet__price {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_vertical .product-snippet__main .product-snippet__price {
    display: block;
  }
}
.product-snippet_type_vertical .product-snippet__header {
  width: 100%;
  margin: 0 0 3px;
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_vertical .product-snippet__header {
    width: 60%;
    margin: 0;
  }
}
.product-snippet_type_vertical .product-snippet__additional {
  min-height: 54px;
  margin: 0 0 12px;
}
@media only screen and (min-width: 480px) {
  .product-snippet_type_vertical .product-snippet__additional {
    min-height: 47px;
  }
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_vertical .product-snippet__additional {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 50px;
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_vertical .product-snippet__additional {
    width: 60%;
    min-height: 20px;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 480px) {
  .product-snippet_type_vertical .product-snippet__additional .product-snippet__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_vertical .product-snippet__additional .product-snippet__price {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .product-snippet_type_vertical .product-snippet__additional .product-snippet__old-price {
    margin-left: 11px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_vertical .product-snippet__price {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
}
.product-snippet_type_vertical .product-snippet__prop {
  padding-bottom: 8px;
}
@media only screen and (min-width: 480px) {
  .product-snippet_type_vertical .product-snippet__prop {
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-snippet_type_vertical .product-snippet__prop {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .product-snippet_type_vertical .product-snippet__clarifying {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .product-snippet_type_vertical .product-snippet__clarifying {
    padding: 7px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-snippet_type_vertical .product-snippet__label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .product-snippet_type_vertical .product-snippet__label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .product-snippet_type_vertical .product-snippet__title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .product-snippet_type_vertical .product-snippet__favorite {
    top: 20px;
    right: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .product-snippet_type_vertical .product-snippet__cart {
    right: 30px;
    bottom: 20px;
  }
}
.product-snippet_type_vertical .product-snippet__meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-tooltip {
  display: block;
}
.product-tooltip__trigger {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 54px;
  height: 54px;
  display: block;
  border: none;
  outline: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .product-tooltip__trigger {
    width: 58px;
    height: 58px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-tooltip__trigger {
    width: 82px;
    height: 82px;
  }
}
.product-tooltip__trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .product-tooltip__trigger:before {
    width: 41px;
    height: 41px;
  }
}
@media only screen and (min-width: 1281px) {
  .product-tooltip__trigger:before {
    width: 58px;
    height: 58px;
  }
}
.product-tooltip__trigger-cross {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-tooltip__trigger-cross:hover:before,
.product-tooltip__trigger-cross:hover:after {
  background: #f30;
}
.product-tooltip__trigger-cross:before,
.product-tooltip__trigger-cross:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 17px;
  height: 1px;
  background: #666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .product-tooltip__trigger-cross:before,
  .product-tooltip__trigger-cross:after {
    width: 24px;
  }
}
.product-tooltip__trigger-cross:after {
  width: 1px;
  height: 17px;
}
@media only screen and (min-width: 1281px) {
  .product-tooltip__trigger-cross:after {
    height: 24px;
  }
}
.product-tooltip__panel {
  display: none;
}
.tooltipster-base {
  height: auto !important;
}
.tooltipster-arrow {
  display: none;
}
.tooltipster-sidetip .tooltipster-box {
  background: transparent;
  border: none;
  border-radius: 0;
}
.tooltipster-sidetip .tooltipster-content {
  color: inherit;
  line-height: 0;
  padding: 0;
}
.tooltipster-content {
  width: 150px;
  max-height: none;
}
@media only screen and (min-width: 1025px) {
  .tooltipster-content {
    width: 200px;
  }
}
@media only screen and (min-width: 1281px) {
  .tooltipster-content {
    width: 230px;
  }
}
.products-carousel {
  display: block;
}
.products-carousel__container {
  overflow: visible;
}
.products-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 32px;
  height: 32px;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: rgba(255,255,255,0.95);
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .products-carousel__arrow {
    width: 56px;
    height: 56px;
  }
}
.products-carousel__arrow:hover {
  opacity: 0.6;
}
.products-carousel__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #f30;
  border-right: 1px solid #f30;
}
@media only screen and (min-width: 768px) {
  .products-carousel__arrow:before {
    width: 15px;
    height: 15px;
  }
}
.products-carousel__arrow_type_prev {
  left: 15px;
}
.products-carousel__arrow_type_prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}
.products-carousel__arrow_type_next {
  right: 15px;
}
.products-carousel__arrow_type_next:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.products-carousel__arrow_state_disabled {
  display: none;
}
.profile-info {
  display: block;
  padding: 13px 0;
}
.profile-info__group {
  margin: 0 -19px;
  padding: 24px 0;
  border-top: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .profile-info__group {
    margin: 0 -16px;
  }
}
.profile-info__group:first-child {
  padding-top: 0;
  border-top: none;
}
.profile-info__item {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 20px;
}
.profile-info__item:last-child {
  margin-bottom: 0;
}
.profile-info__item_type_primary {
  font-weight: 600;
}
.profile-info__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.profile-info__link:hover {
  color: #f30;
}
.profile-info__control,
.profile-info__checkbox {
  margin: 0 -19px;
  padding: 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .profile-info__control,
  .profile-info__checkbox {
    max-width: 285px;
    margin: 0 0 0 -16px;
  }
}
.profile-info__checkbox {
  max-width: 100%;
  padding: 35px 0;
}
@media only screen and (min-width: 768px) {
  .profile-info__checkbox {
    padding: 43px 0 0;
  }
}
.profile-info__info {
  margin: 0 -19px;
}
@media only screen and (min-width: 768px) {
  .profile-info__info {
    margin: 0;
    padding: 0 0 0 20px;
  }
}
.profile-info__info-text {
  margin: 0 0 23px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
.profile-info__info-text:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .profile-info__button {
    max-width: 281px;
  }
}
@media only screen and (min-width: 768px) {
  .profile-info__mobile-controls {
    margin: 0 -16px;
  }
}
@media only screen and (min-width: 1025px) {
  .profile-info__mobile-controls {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .profile-info__mobile-control {
    display: inline-block;
  }
}
.profile-panel {
  display: block;
  padding: 17px 0;
}
@media only screen and (min-width: 768px) {
  .profile-panel {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .profile-panel {
    padding: 45px 0;
  }
}
.profile-panel__breadcrumbs {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .profile-panel__breadcrumbs {
    margin: 0 0 11px;
  }
}
@media only screen and (min-width: 1281px) {
  .profile-panel__breadcrumbs {
    margin: 0 0 20px;
    padding: 0 0 0 8.5%;
  }
}
.profile-panel__holder {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1281px) {
  .profile-panel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.profile-panel__aside {
  display: none;
  -ms-flex-preferred-size: 336px;
      flex-basis: 336px;
  width: 336px;
  max-width: 336px;
}
@media only screen and (min-width: 1281px) {
  .profile-panel__aside {
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .profile-panel__main {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0 0 27px;
  }
}
.profile-panel__header {
  margin: 0 0 25px;
  padding: 14px 18px;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .profile-panel__header {
    margin: 0 0 28px;
    padding: 15px 41px 15px 41px;
  }
}
@media only screen and (min-width: 1281px) {
  .profile-panel__header {
    margin: 0 0 28px;
    padding: 0 0 12px;
    background: transparent;
    border-bottom: 1px solid #eaeaea;
  }
}
@media only screen and (min-width: 768px) {
  .profile-panel__content {
    padding: 0 38px;
  }
}
@media only screen and (min-width: 1281px) {
  .profile-panel__content {
    padding: 0;
  }
}
.profile-panel__content_type_full-size {
  padding: 0;
}
.profile-panel__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .profile-panel__tabs {
    margin: 0 0 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1281px) {
  .profile-panel__tabs {
    display: none;
  }
}
.profile-panel__tab {
  padding: 0 10px;
}
.profile-panel__tab:first-child {
  padding-left: 0;
}
.profile-panel__tab:last-child {
  padding-right: 0;
}
.profile-panel__tab-trigger {
  opacity: 0.3;
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .profile-panel__tab-trigger {
    font-size: 28px;
    line-height: 34px;
  }
}
.profile-panel__tab-trigger_state_active {
  opacity: 1;
}
.profile-panel__tab-item {
  display: none;
}
.profile-panel__tab-item_state_active {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .profile-panel__tab-item_state_active {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .profile-panel__tab-item_type_order-list {
    display: block;
  }
}
.prop-group {
  position: relative;
  display: block;
}
.prop-group__head {
  color: #f30;
  white-space: nowrap;
  cursor: pointer;
}
.prop-group__parent-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.prop-group__number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 25px;
  height: 16px;
  padding: 0 12px 0 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: right;
}
.prop-group__number:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #f30;
  border-bottom: 1px solid #f30;
  -webkit-transform: translate(0%, -65%) rotate(45deg);
          transform: translate(0%, -65%) rotate(45deg);
}
.prop-group__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 228px;
  padding: 20px 0;
  background: #fff;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 6px 14px rgba(0,0,0,0.04);
          box-shadow: 0 6px 14px rgba(0,0,0,0.04);
}
.prop-group__check {
  position: relative;
  display: block;
  padding: 5px;
  overflow: hidden;
}
.prop-group__check_type_color .prop-group__label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  opacity: 0;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  background: #edeff1;
  border-radius: 2px;
}
.prop-group__check_type_color .prop-group__input:checked + .prop-group__label {
  color: #666;
}
.prop-group__check_type_color .prop-group__input:checked + .prop-group__color-preview + .prop-group__label {
  opacity: 1;
}
.prop-group__input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 0.1px;
  height: 0.1px;
  opacity: 0.1;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}
.prop-group__input:checked + .prop-group__label {
  color: #f30;
}
.prop-group__input:checked + .prop-group__color-preview:after {
  opacity: 1;
}
.prop-group__input:checked + .prop-group__color-preview .prop-group__label {
  opacity: 1;
}
.prop-group__label {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.prop-group__color-image {
  position: relative;
  display: block;
  width: 40px;
  margin: 0 0 5px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background-color: #bfbfbf;
}
@media only screen and (min-width: 1440px) {
  .prop-group__color-image {
    width: 17px;
  }
}
.prop-group__color-image:hover:after {
  opacity: 1;
}
.prop-group__color-preview {
  position: relative;
  display: block;
  width: 40px;
  margin: 0 0 5px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background-color: #bfbfbf;
}
@media only screen and (min-width: 1440px) {
  .prop-group__color-preview {
    width: 17px;
  }
}
.prop-group__color-preview:hover:after {
  opacity: 1;
}
.prop-group__color-preview:before {
  content: '';
  display: block;
  width: 100%;
  padding: 100% 0 0;
  border-radius: 50%;
}
.prop-group__color-preview:after {
  content: '';
  position: absolute;
  right: -7px;
  bottom: 0;
  display: block;
  width: 7px;
  height: 7px;
  opacity: 0;
  border-radius: 50%;
  background: #f30;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 1440px) {
  .prop-group__color-preview:after {
    right: -3px;
    width: 3px;
    height: 3px;
  }
}
.prop-group__items {
  padding: 0 8px;
}
.prop-group__item {
  background: transparent;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.prop-group__item:hover {
  background: #f6f6f6;
}
.prop-group__colon {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.prop-group_state_checked .prop-group__colon {
  opacity: 1;
}
.prop-group_state_open .prop-group__number:after {
  -webkit-transform: translate(0, -5%) rotate(-135deg);
          transform: translate(0, -5%) rotate(-135deg);
}
.prop-group_state_open .prop-group__dropdown {
  display: block;
}
.prop-group_type_color .prop-group__dropdown {
  width: 158px;
  padding: 20px 16px 10px 10px;
}
.prop-group_type_color .prop-group__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.prop-group_type_color .prop-group__item:hover {
  background: transparent;
}
.prop-group_type_color .prop-group__check {
  padding: 5px 5px 3px;
}
@media only screen and (min-width: 1440px) {
  .prop-group_type_color .prop-group__label {
    display: none;
  }
}
.prop-group_type_range .prop-group__dropdown {
  width: auto;
  padding: 20px;
}
.prop-group_type_range .prop-group__number {
  overflow: hidden;
  max-width: 100px;
  text-overflow: ellipsis;
}
.prop-snippet {
  display: block;
  line-height: 20px;
  text-align: left;
}
.prop-snippet__label {
  display: block;
  margin: 0 0 5px;
  color: #242526;
  font-size: 16px;
  font-weight: 600;
}
.prop-snippet__value {
  display: block;
  color: #666;
  font-size: 14px;
}
.prop-snippet__picture {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  margin: 0 13px 0 0;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
}
.prop-snippet__image-preview {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  margin: 0 13px 0 0;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
}
.prop-snippet__image-preview:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
.prop-snippet__link {
  color: #f30;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.prop-snippet__link:hover {
  color: #242526;
  text-decoration: none;
}
.prop-snippet_type_weak .prop-snippet__label {
  margin: 0;
  opacity: 0.5;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.prop-snippet_type_weak .prop-snippet__value {
  font-size: 14px;
  line-height: 20px;
}
.pseudo-tabs {
  display: block;
}
.pseudo-tabs__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pseudo-tabs__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.pseudo-tabs__item:first-child .pseud-tabs__label {
  border-radius: 4px 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .pseudo-tabs__item:first-child .pseud-tabs__label {
    padding-left: 10px;
  }
}
.pseudo-tabs__item:last-child .pseud-tabs__label {
  border-radius: 0 4px 4px 0;
}
@media only screen and (min-width: 768px) {
  .pseudo-tabs__item:last-child .pseud-tabs__label {
    padding-right: 10px;
  }
}
.pseudo-tabs__label {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 8px 5px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  border: 1px solid #eaeaea;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .pseudo-tabs__label {
    min-height: 57px;
    padding: 7px 5px;
  }
}
@media only screen and (min-width: 1281px) {
  .pseudo-tabs__label {
    padding: 16px 15px;
    text-align: left;
  }
}
.pseudo-tabs__input {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
}
.pseudo-tabs__input:checked + .pseudo-tabs__label {
  color: #242526;
  font-weight: 600;
  border-color: #f6f6f6;
  background: #f6f6f6;
  cursor: default;
}
.pseudo-tabs__info {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
@media only screen and (min-width: 1281px) {
  .pseudo-tabs__info {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0 0 15px;
    font-size: 14px;
  }
}
.push-message {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 33px 10px 14px;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 2px;
  background: #edeff1;
}
.push-message__close {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 13px;
  height: 8px;
  font-size: 0;
  border: none;
  background: transparent;
  outline: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.push-message__close:before,
.push-message__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 1px;
  background: #666;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.push-message__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.quantity-widget {
  display: inline-block;
}
.quantity-widget__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.quantity-widget__control {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  font-size: 0;
}
.quantity-widget__button {
  position: relative;
  width: 20px;
  height: 20px;
  color: #f30;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.quantity-widget__button:before,
.quantity-widget__button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 17px;
  height: 0;
  border-bottom: 2px solid;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.quantity-widget__button:after {
  width: 0;
  height: 17px;
  border-right: 2px solid;
  border-bottom: none;
}
.quantity-widget__button:hover {
  color: #e73307;
  background: transparent;
}
.quantity-widget__button:hover:before {
  width: 20px;
}
.quantity-widget__button:hover:after {
  height: 20px;
}
.quantity-widget__button[disabled] {
  color: #e73307;
  background: transparent;
}
.quantity-widget__button_type_decrease:after {
  display: none;
}
.quantity-widget__field {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54px;
  padding: 0 4px;
}
.quantity-widget__input {
  width: 100%;
  height: 20px;
  padding: 0 2px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  background: transparent;
  border: transparent;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.quantity-widget__input:focus {
  border-color: c-prim;
}
.quantity-widget__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  width: auto;
  padding: 0 0 0 15px;
  color: #888;
}
.quantity-widget__panel {
  display: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.quantity-widget__panel-value {
  display: inline-block;
  vertical-align: middle;
}
.quantity-widget__unit {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
.quantity-widget_type_secondary .quantity-widget__field {
  width: 168px;
}
@media only screen and (min-width: 768px) {
  .quantity-widget_type_secondary .quantity-widget__field {
    width: 111px;
  }
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_secondary .quantity-widget__field {
    width: 54px;
  }
}
.quantity-widget_type_secondary .quantity-widget__input {
  height: 46px;
  font-size: 22px;
  line-height: 24px;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_secondary .quantity-widget__input {
    height: 34px;
    font-size: 16px;
    line-height: 34px;
  }
}
.quantity-widget_type_secondary .quantity-widget__button {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_secondary .quantity-widget__button {
    width: 20px;
    height: 20px;
  }
}
.quantity-widget_type_secondary .quantity-widget__button:before {
  width: 24px;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_secondary .quantity-widget__button:before {
    width: 17px;
  }
}
.quantity-widget_type_secondary .quantity-widget__button:after {
  height: 24px;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_secondary .quantity-widget__button:after {
    height: 17px;
  }
}
.quantity-widget_type_secondary .quantity-widget__button:hover:before {
  width: 28px;
}
.quantity-widget_type_secondary .quantity-widget__button:hover:after {
  height: 28px;
}
.quantity-widget_type_d-hidden {
  display: block;
  padding: 0 10px;
  background: #edeff1;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
  }
}
.quantity-widget_type_d-hidden .quantity-widget__holder {
  width: 100%;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden .quantity-widget__panel {
    display: block;
    line-height: 34px;
  }
}
.quantity-widget_type_d-hidden .quantity-widget__button {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden .quantity-widget__button {
    display: none;
    width: 20px;
    height: 20px;
  }
}
.quantity-widget_type_d-hidden .quantity-widget__button:before {
  width: 24px;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden .quantity-widget__button:before {
    width: 17px;
  }
}
.quantity-widget_type_d-hidden .quantity-widget__button:after {
  height: 24px;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden .quantity-widget__button:after {
    height: 17px;
  }
}
.quantity-widget_type_d-hidden .quantity-widget__button:hover:before {
  width: 28px;
}
.quantity-widget_type_d-hidden .quantity-widget__button:hover:after {
  height: 28px;
}
.quantity-widget_type_d-hidden .quantity-widget__input {
  height: 46px;
  font-size: 20px;
  line-height: 46px;
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden .quantity-widget__input {
    display: none;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden:hover .quantity-widget__panel {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden:hover .quantity-widget__input {
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .quantity-widget_type_d-hidden:hover .quantity-widget__button {
    display: block;
  }
}
.quote {
  display: block;
  padding: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .quote {
    padding: 48px 60px 57px 49px;
  }
}
@media only screen and (min-width: 1025px) {
  .quote {
    padding: 66px 110px 72px;
  }
}
.quote__author {
  margin: 0 0 17px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .quote__author {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .quote__author {
    margin: 0 0 16px;
    font-size: 14px;
  }
}
.quote__content {
  color: #242526;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .quote__content {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .quote__content {
    font-size: 40px;
    line-height: 50px;
  }
}
.quote__panel {
  padding: 40px 0 0;
}
.quote__panel:first-child {
  padding-top: 0;
}
.range-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.range-group__control {
  white-space: nowrap;
}
.range-group__label {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 10px 0 0;
  color: #242526;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  white-space: normal;
}
.range-group__separator {
  padding: 0 6px;
  font-size: 0;
  line-height: 1;
}
.range-group__separator:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background: #f30;
}
.range-group__input {
  width: 94px;
  height: 27px;
  padding: 0 10px;
  color: #f30;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #bfbfbf;
  outline: none;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.range-group__input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
}
.range-group__input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
}
.range-group__input::-moz-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  opacity: 1;
}
.range-group__input::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  opacity: 1;
}
.range-group__input::placeholder {
  color: #bfbfbf;
  font-size: 14px;
  opacity: 1;
}
.range-group__input:hover {
  border-color: #666;
}
.range-group__input::-webkit-outer-spin-button,
.range-group__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.range-group__input[type=number] {
  -moz-appearance: textfield;
}
.range-widget {
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1281px) {
  .range-widget {
    padding: 0 12px;
  }
}
.range-widget:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 15px;
  height: 1px;
  background: #f30;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.range-widget__holder {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px 19px;
  background: #fff;
}
.range-widget__control {
  padding: 0 15px;
}
.range-widget__input {
  width: 94px;
  height: 27px;
  padding: 0 7px;
  color: #f30;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  border: 1px solid #bfbfbf;
  outline: none;
  background: #fff;
  border: none;
  border-radius: 2px;
  -moz-appearance: textfield;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.range-widget__input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
}
.range-widget__input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
}
.range-widget__input::-moz-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  opacity: 1;
}
.range-widget__input::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  opacity: 1;
}
.range-widget__input::placeholder {
  color: #bfbfbf;
  font-size: 14px;
  opacity: 1;
}
.range-widget__input::-webkit-outer-spin-button,
.range-widget__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.range-widget__input[type=number] {
  -moz-appearance: textfield;
}
.range-widget__input:disabled {
  color: #242526;
  background: #fff;
}
.range-widget__input:hover {
  border-color: #666;
}
.range-widget__slider {
  position: relative;
  height: 24px;
  padding: 0 12px;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 1281px) {
  .range-widget__slider {
    padding: 0;
  }
}
.range-widget__slider .noUi-target {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.range-widget__slider .noUi-connects {
  top: 12px;
  height: 1px;
  background: #666;
  border: none;
  opacity: 0.5;
}
.range-widget__slider .noUi-connect {
  background: #f30;
  border: none;
}
.range-widget__slider .noUi-origin {
  top: 12px;
  height: 1px;
  background: #f30;
}
.range-widget__slider .noUi-handle {
  top: -12px;
  right: -12px !important;
  width: 24px;
  height: 24px;
  color: #f30;
  background: #f30;
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.range-widget__slider .noUi-handle:hover {
  color: #f30;
  background: #f30;
}
.range-widget__slider .noUi-handle:before {
  display: none;
}
.range-widget__slider .noUi-handle:after {
  display: none;
}
.range-widget__slider .noUi-marker-normal {
  display: none;
}
.range-widget__slider .noUi-value-large {
  display: none;
  bottom: 8px;
  font-size: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.range-widget__slider .noUi-value-large:last-child {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.range-widget__slider .noUi-marker-horizontal.noUi-marker-large {
  display: none;
  bottom: 0;
  width: 3px;
  height: 7px;
  margin-left: -3px;
  background: transparent;
}
.range-widget__slider .noUi-marker-horizontal.noUi-marker-large:first-of-type {
  margin-left: 0;
}
.range-widget__slider .noUi-pips-horizontal {
  display: none;
  top: -26px;
  height: 26px;
}
.range-widget__slider .noUi-value-large:first-child,
.range-widget__slider .noUi-value-large:nth-child(2) {
  -webkit-transform: none;
          transform: none;
}
.range-widget_type_amount-of .range-widget__control:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.range-widget_type_amount-of .range-widget__control:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .range-widget_type_basket-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.range-widget_type_basket-card:before {
  display: none;
}
.range-widget_type_basket-card .range-widget__holder {
  margin: 0 0 28px;
}
@media only screen and (min-width: 768px) {
  .range-widget_type_basket-card .range-widget__holder {
    margin: 0 -15px 19px;
    padding: 0 16px 0 0;
  }
}
.range-widget_type_basket-card .range-widget__holder:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 15px;
  height: 1px;
  background: #f30;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .range-widget_type_basket-card .range-widget__holder:before {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
@media only screen and (min-width: 768px) {
  .range-widget_type_basket-card .range-widget__holder,
  .range-widget_type_basket-card .range-widget__slider {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .range-widget_type_basket-card .range-widget__slider {
    padding: 0 0 0 16px;
  }
}
.range-widget_type_basket-card .range-widget__control {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  padding: 0;
}
.range-widget_type_basket-card .range-widget__control:first-child {
  padding: 0 16px 0 0;
}
.range-widget_type_basket-card .range-widget__control:last-child {
  padding: 0 0 0 16px;
}
.range-widget_type_basket-card .range-widget__input {
  width: 100%;
  height: 43px;
  padding: 0 18px;
  line-height: 43px;
  background: #f6f6f6;
}
.range-widget .noUi-touch-area {
  cursor: pointer;
}
.rating {
  display: inline-block;
}
.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.rating__item {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 3px;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .rating__item {
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
  }
}
.rating__item:nth-child(1) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.rating__item:nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.rating__item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.rating__item:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rating__item:nth-child(5) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.rating__item:last-child {
  margin-left: 0;
}
.rating__mark {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  fill: #c9c9c9;
  -webkit-transition: fill 0.3s ease-in 0s;
  transition: fill 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .rating__mark {
    width: 18px;
    height: 18px;
  }
}
.rating__mark_state_active {
  fill: #ffd23b;
}
.rating_size_stable .rating__item {
  width: 18px;
  height: 18px;
  margin: 0 0 0 5px;
}
.rating_size_stable .rating__item:last-child {
  margin-left: 0;
}
.rating_size_stable .rating__mark {
  width: 18px;
  height: 18px;
}
.rating_size_large .rating__label {
  margin: 0 0 17px;
  font-size: 17px;
}
.rating_size_large .rating__item {
  width: 24px;
  height: 24px;
  margin: 0 0 0 7px;
}
.rating_size_large .rating__item:last-child {
  margin-left: 0;
}
.rating_size_large .rating__mark {
  width: 24px;
  height: 24px;
}
.rating_marks_5 .rating__mark {
  fill: #ffd23b;
}
.rating_marks_4 .rating__item:nth-child(n + 2) .rating__mark {
  fill: #ffd23b;
}
.rating_marks_3 .rating__item:nth-child(n + 3) .rating__mark {
  fill: #ffd23b;
}
.rating_marks_2 .rating__item:nth-child(n + 4) .rating__mark {
  fill: #ffd23b;
}
.rating_marks_1 .rating__item:nth-child(n + 5) .rating__mark {
  fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(n) .rating__mark {
  fill: #c9c9c9;
}
.rating_type_interactable:hover .rating__item:nth-child(1):hover .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(1):hover + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(1):hover + .rating__item + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(1):hover + .rating__item + .rating__item + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(1):hover + .rating__item + .rating__item + .rating__item + .rating__item .rating__mark {
  fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(2):hover .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(2):hover + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(2):hover + .rating__item + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(2):hover + .rating__item + .rating__item + .rating__item .rating__mark {
  fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(3):hover .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(3):hover + .rating__item .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(3):hover + .rating__item + .rating__item .rating__mark {
  fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(4):hover .rating__mark,
.rating_type_interactable:hover .rating__item:nth-child(4):hover + .rating__item .rating__mark {
  fill: #ffd23b;
}
.rating_type_interactable:hover .rating__item:nth-child(5):hover .rating__mark {
  fill: #ffd23b;
}
.review-carousel {
  display: block;
}
.review-carousel__controls {
  margin: 0 0 26px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 26px;
  }
}
@media only screen and (min-width: 768px) {
  .review-carousel__control {
    width: auto;
    min-width: 248px;
    padding: 0 30px 0 0;
  }
}
.review-carousel__control:last-child {
  display: none;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .review-carousel__control:last-child {
    display: block;
  }
}
.review-carousel__wrapper {
  display: block;
}
@media only screen and (min-width: 768px) {
  .review-carousel__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .review-carousel__slide {
    width: 783px;
  }
}
.review-carousel__container {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .review-carousel__container {
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .review-carousel__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.review-carousel__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 0 37px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__content {
    margin: 0;
    padding: 40px 55px 0 0;
  }
}
.review-carousel__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__meta {
    margin: 0 0 26px;
  }
}
.review-carousel__date {
  padding: 0 0 15px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__date {
    font-size: 14px;
    line-height: 20px;
  }
}
.review-carousel__name {
  padding: 0 15px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__name {
    font-size: 22px;
    line-height: 28px;
  }
}
.review-carousel__text {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .review-carousel__text {
    font-size: 14px;
  }
}
.review-carousel__text:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 5px;
  width: 2px;
  background: #f30;
}
@media only screen and (min-width: 768px) {
  .review-carousel__text:before {
    top: 0;
    bottom: 15px;
  }
}
.review-carousel__panel {
  margin: 0 -19px;
  padding: 32px 23px 30px 17px;
  font-size: 16px;
  line-height: 20px;
  background: #edeff1;
}
@media only screen and (min-width: 768px) {
  .review-carousel__panel {
    width: 304px;
    margin: 0;
    padding: 28px 30px 40px 24px;
    font-size: 14px;
  }
}
.review-carousel__answer-meta {
  padding: 18px 0 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .review-carousel__answer-meta {
    padding: 27px 0 0;
    font-size: 14px;
  }
}
.review-carousel__more {
  padding: 30px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .review-carousel__more {
    display: none;
  }
}
.review-carousel__more-link {
  color: #f30;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.review-carousel__more-link:hover {
  color: #e73307;
}
.review-group {
  display: block;
  padding: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
  .review-group {
    padding: 35px 0;
  }
}
.review-group__list {
  margin: 0 0 15px;
}
.review-group__item {
  display: block;
  padding: 15px 0;
}
@media only screen and (min-width: 1025px) {
  .review-group__item {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .review-group__item {
    padding: 50px 0 55px;
    border-bottom: 1px solid #eaeaea;
  }
  .review-group__item:last-child {
    border-bottom: none;
  }
}
.review-group__pagination {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .review-group__pagination {
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .review-group__pagination {
    padding: 0;
  }
}
.review-snippet {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.review-snippet__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .review-snippet__author {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .review-snippet__author {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 224px;
            flex: 0 0 224px;
    width: 224px;
    max-width: 224px;
    margin: 0;
    padding: 0 50px 0 0;
  }
}
.review-snippet__title {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 10px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .review-snippet__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .review-snippet__title {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.review-snippet__title:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__title br {
    display: none;
  }
}
.review-snippet__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  color: #666;
}
@media only screen and (min-width: 768px) {
  .review-snippet__date {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .review-snippet__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.review-snippet__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.review-snippet__message {
  margin: 0 0 24px;
  padding: 0 0 0 23px;
  color: #242526;
  line-height: 20px;
  border-left: 2px solid #f30;
}
@media only screen and (min-width: 768px) {
  .review-snippet__message {
    margin: 0 0 31px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .review-snippet__message {
    margin: 0 0 40px;
    line-height: 20px;
  }
}
.review-snippet__message:last-child {
  margin-bottom: 0;
}
.review-snippet__reply {
  margin: 0 -19px;
  padding: 34px 17px 29px;
  color: #242526;
  line-height: 20px;
  background: #edeff1;
}
@media only screen and (min-width: 768px) {
  .review-snippet__reply {
    margin: 0 0 0 112px;
    padding: 34px 80px 45px 42px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .review-snippet__reply {
    margin: 0;
    padding: 24px 100px 27px 27px;
    line-height: 20px;
  }
}
.review-snippet__reply-content {
  margin: 0 0 17px;
}
@media only screen and (min-width: 768px) {
  .review-snippet__reply-content {
    margin: 0 0 20px;
  }
}
.review-snippet__reply-content:last-child {
  margin-bottom: 0;
}
.review-snippet__reply-title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .review-snippet__reply-title {
    font-size: 14px;
  }
}
.review-snippet__reply-title:last-child {
  margin-bottom: 0;
}
.scroll-carousel {
  display: block;
  overflow: hidden;
}
.scroll-carousel__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 300%;
  height: 100vh;
}
.scroll-carousel__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 33.333%;
}
.scroll-carousel__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #242526;
  background: #f6f6f6;
}
.scroll-carousel__illustration {
  position: relative;
  height: 137px;
  margin: 0 0 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .scroll-carousel__illustration {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 51%;
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .scroll-carousel__illustration {
    width: 53%;
  }
}
.scroll-carousel__image {
  position: absolute;
  top: 62%;
  left: 50%;
  display: block;
  width: 138%;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .scroll-carousel__image {
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.scroll-carousel__content {
  position: relative;
  z-index: 10;
  min-height: 724px;
  padding: 9vh 0 15px 30px;
}
@media only screen and (min-width: 1281px) {
  .scroll-carousel__content {
    padding-left: 0;
  }
}
.scroll-carousel__title {
  display: block;
  max-width: 39%;
  margin: 0 0 25px;
  padding: 0;
  color: #242526;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .scroll-carousel__title {
    margin: 0 0 43px;
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .scroll-carousel__title {
    margin: 0 0 35px;
    font-size: 52px;
    line-height: 52px;
  }
}
.scroll-carousel__title:last-child {
  margin-bottom: 0;
}
.scroll-carousel__description {
  max-width: 39%;
  font-size: 14px;
  line-height: 1.45;
}
.scroll-carousel__pagination {
  padding: 49px 0 15px;
  font-size: 0;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .scroll-carousel__pagination {
    display: none;
  }
}
.scroll-carousel__bullet {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.scroll-carousel__bullet:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #666;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.scroll-carousel__bullet_state_active:before {
  background: #f30;
}
.search-form {
  position: relative;
  display: block;
}
.search-form__input {
  padding: 0 12px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .search-form__input {
    padding: 0 18px;
    font-size: 16px;
  }
  .search-form__input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
  }
  .search-form__input:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
  }
  .search-form__input::-moz-placeholder {
    color: #000;
    font-size: 16px;
    opacity: 1;
  }
  .search-form__input::-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    opacity: 1;
  }
  .search-form__input::placeholder {
    color: #000;
    font-size: 16px;
    opacity: 1;
  }
}
@media only screen and (min-width: 1281px) {
  .search-form__input {
    padding: 0 50px 0 63px;
    font-size: 22px;
  }
  .search-form__input::-webkit-input-placeholder {
    color: #000;
    font-size: 22px;
  }
  .search-form__input:-ms-input-placeholder {
    color: #000;
    font-size: 22px;
  }
  .search-form__input::-moz-placeholder {
    color: #000;
    font-size: 22px;
    opacity: 1;
  }
  .search-form__input::-ms-input-placeholder {
    color: #000;
    font-size: 22px;
    opacity: 1;
  }
  .search-form__input::placeholder {
    color: #000;
    font-size: 22px;
    opacity: 1;
  }
}
.search-form__icon {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .search-form__icon {
    position: absolute;
    top: 50%;
    left: 34px;
    z-index: 10;
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #242526;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.search-form__more {
  display: none;
  padding: 33px 0;
  text-align: right;
}
@media only screen and (min-width: 1281px) {
  .search-form__more {
    display: block;
  }
}
.search-form__more-link {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 22px;
  opacity: 1;
  color: #242526;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.search-form__more-link:hover {
  opacity: 0.6;
}
.search-form__clear {
  position: absolute;
  top: 50%;
  right: 34px;
  z-index: 10;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 0;
  background: transparent;
  border: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  outline: none;
}
.search-form__clear:before,
.search-form__clear:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search-form__clear:after {
  width: 18px;
  height: 2px;
}
.search-form_type_mobile .search-form__more {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1281px) {
  .search-form_type_mobile .search-form__more {
    display: none;
  }
}
.search-form_type_mobile .search-form__more-link {
  padding: 14px 40px;
}
@media only screen and (min-width: 768px) {
  .search-form_type_mobile .search-form__more-link {
    padding: 19px 55px;
  }
}
.search-preview-carousel {
  display: block;
}
.search-preview-carousel__container {
  overflow: visible;
}
.search {
  display: block;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .search {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .search {
    padding: 50px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .search__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1281px) {
  .search__wrapper {
    padding: 0;
  }
}
.search__breadcrumbs {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .search__breadcrumbs {
    margin: 0 0 8px;
  }
}
.search__tags {
  padding: 22px 0;
}
@media only screen and (min-width: 768px) {
  .search__tags {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .search__tags {
    max-width: 1035px;
    padding: 28px 65px;
  }
}
.search__preview-carousel {
  overflow: hidden;
  padding: 21px 0;
}
@media only screen and (min-width: 768px) {
  .search__preview-carousel {
    padding: 28px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .search__preview-carousel {
    padding: 0;
  }
}
.search__catalog-panel {
  overflow: hidden;
  padding: 21px 0;
}
@media only screen and (min-width: 768px) {
  .search__catalog-panel {
    padding: 23px 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .search__catalog-panel {
    padding: 44px 0;
  }
}
.search__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .search__title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .search__title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
}
.search__heading {
  margin: 0 0 15px;
}
@media only screen and (min-width: 1281px) {
  .search__heading {
    margin: 0 0 25px;
  }
}
.search__heading:last-child {
  margin-bottom: 0;
}
.search__number {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .search__number {
    display: inline;
  }
}
.section {
  display: block;
  padding: 17px 0;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 38px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section {
    padding: 110px 0 60px;
  }
}
.section__header {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .section__header {
    margin: 0 0 20px;
  }
}
.section__header:last-child {
  margin-bottom: 0;
}
.section__header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__header_offset_left {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 1281px) {
  .section__header_offset_left {
    padding-left: 10.7%;
  }
}
@media only screen and (min-width: 768px) {
  .section__header_offset_right {
    padding-right: 6%;
  }
}
@media only screen and (min-width: 1281px) {
  .section__header_offset_right {
    padding-right: 10.7%;
  }
}
.section__header_justify-content_between .section__header-holder {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__info-text {
  display: none;
  max-width: 271px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (min-width: 1281px) {
  .section__info-text {
    display: block;
  }
}
.section__info-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section__info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 27px 0 0 49px;
  }
}
@media only screen and (min-width: 1025px) {
  .section__info-group {
    padding: 60px 0 0 217px;
  }
}
.section__info-group_offset_bottom {
  padding-bottom: 93px;
}
.section__info-item {
  display: block;
  margin: 0 0 35px;
}
.section__info-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section__info-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    width: 36%;
    max-width: 36%;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section__info-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    width: 32%;
    max-width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  .section__info-item:nth-child(2n-1) {
    margin: 0 18% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section__info-item:nth-child(2n-1) {
    margin: 0 15% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section__info-item:nth-child(n+3) {
    padding: 58px 0 0;
  }
}
.section__label {
  display: block;
  padding: 18px 0 5px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .section__label {
    padding: 57px 0 10px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .section__label {
    padding: 25px 0 10px;
    font-size: 14px;
  }
}
.section__breadcrumbs {
  margin: 0 0 5px;
  font-weight: 400;
}
.section__breadcrumbs:last-child {
  margin-bottom: 0;
}
.section__title {
  display: block;
  margin: 0;
  padding: 0;
  color: #242526;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1281px) {
  .section__title-col {
    width: 55%;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .section__tile-nav {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section__tile-nav {
    padding: 42px 0;
  }
}
.section__carousel {
  padding: 23px 0 0;
}
@media only screen and (min-width: 768px) {
  .section__carousel {
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section__carousel {
    padding: 0;
  }
}
.section__showcase-carousel {
  padding: 13px 0 0;
}
@media only screen and (min-width: 768px) {
  .section__showcase-carousel {
    padding: 5px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section__showcase-carousel {
    padding: 41px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section__information-plate {
    padding: 64px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section__information-plate {
    padding: 0;
  }
}
.section__logo-group {
  padding: 53px 0 4px;
}
@media only screen and (min-width: 768px) {
  .section__logo-group {
    padding: 60px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section__logo-group {
    padding: 75px 0 79px;
  }
}
.section__carousel-holder {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.section__entry-gallery-carousel {
  padding: 10px 30px 10px 0;
}
@media only screen and (min-width: 768px) {
  .section__entry-gallery-carousel {
    padding: 10px 30px 33px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section__entry-gallery-carousel {
    padding: 25px 110px 68px 0;
  }
}
.section__tile-entry-nav {
  padding: 9px 0;
}
@media only screen and (min-width: 768px) {
  .section__tile-entry-nav {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section__tile-entry-nav {
    padding: 10px 0 0;
  }
}
.section__products-carousel {
  padding: 20px 0 0;
}
.section__entry-equal-group {
  padding: 18px 0 0;
}
.section__ordered-list {
  counter-reset: sectionOrderedList;
  display: block;
  margin: 0;
  padding: 57px 0 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .section__ordered-list {
    padding: 57px 0 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .section__ordered-list {
    padding: 57px 0 0 120px;
  }
}
@media only screen and (min-width: 1281px) {
  .section__ordered-list {
    padding: 57px 0 0 235px;
  }
}
.section__ordered-list_cols_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .section__ordered-list_cols_2 .section__ordered-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 48%;
    max-width: 48%;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section__ordered-list_cols_2 .section__ordered-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    width: 34%;
    max-width: 34%;
  }
}
@media only screen and (min-width: 768px) {
  .section__ordered-list_cols_2 .section__ordered-item:nth-child(2n-1) {
    margin: 0 4% 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section__ordered-list_cols_2 .section__ordered-item:nth-child(2n-1) {
    margin: 0 11.5% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .section__ordered-list_cols_2 .section__ordered-item:nth-child(n+3) {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1025px) {
  .section__ordered-list_cols_2 .section__ordered-item:nth-child(n+3) {
    margin-top: 41px;
  }
}
.section__ordered-item {
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 0 0 45px;
  color: #242526;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .section__ordered-item {
    margin: 0 0 41px;
  }
}
.section__ordered-item:last-child {
  margin-bottom: 0;
}
.section__ordered-item:before {
  content: counters(sectionOrderedList, '.', decimal-leading-zero) '.';
  counter-increment: sectionOrderedList;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  color: #f30;
  font: inherit;
}
.section__plain-text {
  padding: 45px 0 0;
}
@media only screen and (min-width: 768px) {
  .section__plain-text {
    padding: 0 60px 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .section__plain-text {
    padding: 0 100px 0 80px;
  }
}
@media only screen and (min-width: 1281px) {
  .section__plain-text {
    padding: 0 270px 0 110px;
  }
}
.section__plain-text_spacing_top-none {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section__plain-text_spacing_bottom {
    padding-bottom: 30px;
  }
}
.section__plain-text_offset_top {
  padding-top: 52px;
}
.section__plain-text_style_muted {
  color: #666;
}
.section__illustration {
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 0 -19px 10px;
}
@media only screen and (min-width: 768px) {
  .section__illustration {
    margin: 0 0 18px;
  }
}
.section__illustration:last-child {
  margin-bottom: 0;
}
.section__illustration:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 63.125% 0 0;
}
@media only screen and (min-width: 768px) {
  .section__illustration:before {
    padding: 47.1% 0 0;
  }
}
.section__image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section__entry-tile-panel {
  padding: 35px 0;
}
.section__video {
  padding: 45px 0;
}
.section_close_top {
  padding-top: 0;
}
.section_close_bottom {
  padding-bottom: 0;
}
.section_style_secondary {
  background: #f6f6f6;
}
.section_offset_none {
  padding: 0;
}
@media only screen and (min-width: 1050px) {
  .section_offset_bottom-l {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .section_type_site-map .section__title {
    padding-left: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .section_type_site-map .section__title {
    padding-left: 108px;
  }
}
.select2 {
  display: block;
}
.select2__color-preview {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 20px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: #bfbfbf;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.select2__color-preview:before {
  content: '';
  display: block;
  width: 100%;
  padding: 100% 0 0;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 26px;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.select2-container .select2-selection--single:hover {
  border-color: #666;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 39px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 39px;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results {
  padding: 5px 0;
}
.select2-container--default .select2-results__options {
  padding: 0 5px 15px;
}
.select2-container--default .select2-results__option {
  font-size: 14px;
  line-height: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #f30;
  background: #f6f6f6;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #f30;
  background: transparent;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background: #f6f6f6;
}
.select2-container--open .select2-selection--single {
  border-color: #666;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.select2-results__option {
  padding: 5px 13px;
}
.select2-dropdown {
  border: none;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 6px 14px rgba(0,0,0,0.04);
          box-shadow: 0 6px 14px rgba(0,0,0,0.04);
}
.select2_type_simple .select2-selection--single {
  height: 34px;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
  background: transparent;
}
.select2_type_simple .select2-selection--single .select2-selection__arrow:before {
  left: auto;
  right: 8px;
  width: 13px;
  height: 13px;
  border-color: #f30;
  -webkit-transform: translate(0, -110%) rotate(-45deg);
          transform: translate(0, -110%) rotate(-45deg);
}
@media only screen and (min-width: 1281px) {
  .select2_type_simple .select2-selection--single .select2-selection__arrow:before {
    width: 7px;
    height: 7px;
  }
}
.select2_type_simple .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 39px;
  color: #242526;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
.select2_type_simple .select2-container--open .select2-selection--single {
  border-color: #666;
}
.select2_type_simple .select2-container--open .select2-selection--single .select2-selection__arrow:before {
  -webkit-transform: ttranslate(0, -110%) rotate(135deg);
          transform: ttranslate(0, -110%) rotate(135deg);
}
.select2_type_color .select2-selection--single .select2-selection__rendered {
  padding-left: 31px;
}
.selected-check {
  position: relative;
  z-index: 100;
  display: block;
  cursor: pointer;
}
.selected-check__item {
  display: block;
  margin: 0 0 10px;
}
.selected-check__item:last-child {
  margin-bottom: 0;
}
.selected-check__item_type_color {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 15px 0;
}
.selected-check__info {
  position: relative;
  padding-left: 0;
  padding-right: 39px;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eaeaea;
}
.selected-check__info:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #f30;
  border-bottom: 1px solid #f30;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.selected-check__info_type_color {
  padding-left: 30px;
}
.selected-check__color-preview {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 20px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: #bfbfbf;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.selected-check__color-preview:before {
  content: '';
  display: block;
  width: 100%;
  padding: 100% 0 0;
}
.selected-check__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: 320px;
  padding: 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0 8px 22px rgba(0,0,0,0.12);
          box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  cursor: default;
  overflow-x: hidden;
  overflow-y: auto;
}
.selected-check_state_open {
  z-index: 500;
}
.selected-check_state_open .selected-check__dropdown {
  display: block;
  width: 100%;
}
.showcase-carousel {
  display: block;
  background: #f6f6f6;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.showcase-carousel__container {
  background: transparent;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
}
.showcase-carousel__slide {
  width: 100%;
  max-width: calc(100vw / 1.8);
  height: auto;
}
@media only screen and (min-width: 768px) {
  .showcase-carousel__slide {
    max-width: calc(100vw / 2);
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-carousel__slide {
    max-width: 100%;
  }
}
.showcase-carousel__slide_state_active .showcase-carousel__outside {
  opacity: 1;
}
.showcase-carousel__slide_state_active .showcase-carousel__illustration {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.showcase-carousel__slide_type_prev .showcase-carousel__outside,
.showcase-carousel__slide_type_next .showcase-carousel__outside,
.showcase-carousel__slide_type_duplicate-prev .showcase-carousel__outside,
.showcase-carousel__slide_type_duplicate-next .showcase-carousel__outside {
  opacity: 0;
}
@media only screen and (min-width: 1281px) {
  .showcase-carousel__slide_type_prev .showcase-carousel__outside,
  .showcase-carousel__slide_type_next .showcase-carousel__outside,
  .showcase-carousel__slide_type_duplicate-prev .showcase-carousel__outside,
  .showcase-carousel__slide_type_duplicate-next .showcase-carousel__outside {
    opacity: 1;
  }
}
.showcase-carousel__outside {
  margin-left: -25% !important;
  margin-right: -25% !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .showcase-carousel__outside {
    margin-left: 0 !important;
    margin-right: 0 !important;
    opacity: 1;
  }
}
.showcase-carousel__illustration {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
@media only screen and (min-width: 1281px) {
  .showcase-carousel__illustration {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.showcase-carousel__item {
  height: 100%;
}
@media only screen and (min-width: 1281px) {
  .showcase-carousel__item {
    background: #f6f6f6;
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-carousel__item_style_primary {
    background: #edeff1;
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-carousel__item_style_secondary {
    background: #eaeaea;
  }
}
.showcase-snippet {
  position: relative;
  display: block;
  padding: 27px 15px 45px;
  color: #242526;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .showcase-snippet {
    padding: 29px 15px 79px;
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-snippet {
    padding: 59px 15px 79px;
    overflow: hidden;
  }
}
.showcase-snippet__title {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .showcase-snippet__title {
    margin: 0 0 5px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-snippet__title {
    margin: 0 0 28px;
    font-size: 22px;
  }
}
.showcase-snippet__title:last-child {
  margin-bottom: 0;
}
.showcase-snippet__link {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.showcase-snippet__link:hover {
  color: #e73307;
}
.showcase-snippet__description {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 0 20px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .showcase-snippet__description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-snippet__description {
    font-size: 14px;
  }
}
.showcase-snippet__description:last-child {
  margin-bottom: 0;
}
.showcase-snippet__price {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 15px 15px;
  color: #f30;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .showcase-snippet__price {
    bottom: 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-snippet__price {
    left: 0;
    bottom: 40px;
    font-size: 22px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.showcase-snippet__illustration {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .showcase-snippet__illustration {
    height: 260px;
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-snippet__illustration {
    height: 551px;
  }
}
.showcase-snippet__illustration:before {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 121% 0 0;
}
.showcase-snippet__switches {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.showcase-snippet__switch {
  position: relative;
  z-index: 20;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 0;
}
@media only screen and (min-width: 1281px) {
  .showcase-snippet__switch {
    display: block;
  }
}
.showcase-snippet__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.showcase-snippet__image_state_active {
  opacity: 1;
}
.showcase-snippet__default-image {
  position: absolute;
  top: 58%;
  left: 50%;
  z-index: 1;
  display: block;
  opacity: 1;
  width: auto;
  max-width: none;
  height: 117%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .showcase-snippet__default-image {
    top: 60%;
    height: 170%;
  }
}
@media only screen and (min-width: 1281px) {
  .showcase-snippet__default-image {
    top: 50%;
    height: auto;
    min-height: 100%;
  }
}
.showcase-snippet__default-image_state_hide {
  opacity: 0;
}
.showcase-snippet__pagination {
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 15;
  display: none;
  width: 100%;
  padding: 49px 0 15px;
  font-size: 0;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 1281px) {
  .showcase-snippet__pagination {
    display: block;
  }
}
.showcase-snippet__bullet {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.showcase-snippet__bullet:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #666;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
.showcase-snippet__bullet_state_active:before {
  background: #f30;
}
.simple-map-snippet {
  display: block;
}
.simple-map-snippet__label {
  margin: 0 0 10px;
  color: inherit;
}
.simple-map-snippet__label:last-child {
  margin-bottom: 0;
}
.simple-map-snippet__panel {
  position: relative;
  overflow: hidden;
  background: #bfbfbf;
}
.simple-map-snippet__panel:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 50% 0 0;
}
.simple-map-snippet__view {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.simple-page {
  position: relative;
  display: block;
  padding: 16px 0 43px;
}
@media only screen and (min-width: 768px) {
  .simple-page {
    padding: 63px 46px 44px;
  }
}
@media only screen and (min-width: 1025px) {
  .simple-page {
    padding: 70px 0;
  }
}
.simple-page__back {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .simple-page__back {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 1;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .simple-page__back {
    top: 45px;
    left: 110px;
  }
}
.simple-page__back-link {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
@media only screen and (min-width: 1025px) {
  .simple-page__back-link {
    color: #f30;
    font-size: 12px;
  }
}
.simple-page__back-link:hover {
  color: #f30;
}
@media only screen and (min-width: 1281px) {
  .simple-page__back-link:hover {
    color: #666;
  }
}
.simple-page__back-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: 0 3px 4px 0;
  color: inherit;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .simple-page__back-link:before {
    display: none;
  }
}
.simple-page__title {
  margin: 0 auto 15px;
}
@media only screen and (min-width: 768px) {
  .simple-page__title {
    margin: 0 auto 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .simple-page__title {
    max-width: 590px;
    margin: 0 auto 23px;
  }
}
.simple-page__fields {
  margin: 0 0 23px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .simple-page__fields {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .simple-page__fields {
    max-width: 640px;
    margin: 0 auto 40px;
    text-align: center;
  }
}
.simple-page__field {
  margin: 0 0 20px;
}
.simple-page__field:last-child {
  margin-bottom: 0;
}
.simple-page__field_style_dimmed {
  color: #666;
}
.simple-page__summary {
  margin: 0 -19px 27px;
}
@media only screen and (min-width: 768px) {
  .simple-page__summary {
    margin: 0 -65px 32px;
  }
}
@media only screen and (min-width: 1025px) {
  .simple-page__summary {
    max-width: 930px;
    margin: 0 auto 50px;
  }
}
.simple-page__contacts {
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1025px) {
  .simple-page__contacts {
    font-size: 14px;
    text-align: center;
  }
}
.simple-page__contacts-title {
  margin: 0 0 10px;
}
@media only screen and (min-width: 1025px) {
  .simple-page__contacts-title {
    margin-bottom: 0;
  }
}
.simple-page__contacts-title:last-child {
  margin-bottom: 0;
}
.simple-page__contact {
  display: block;
  margin: 0 0 13px;
}
@media only screen and (min-width: 480px) {
  .simple-page__contact {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .simple-page__contact {
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .simple-page__contact {
    margin: 0 15px 0 0;
  }
}
.simple-page__contact:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .simple-page__contact:last-child {
    margin-right: 0;
  }
}
.simple-page__contact-link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.simple-page__contact-link:hover,
.simple-page__contact-link:active,
.simple-page__contact-link:focus {
  color: #f30;
}
@media only screen and (min-width: 768px) {
  .simple-page__contact-group {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .simple-page__contact-fields {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    width: 66%;
    max-width: 66%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .simple-page__contact-fields {
    width: auto;
    max-width: none;
    padding: 0;
  }
}
.simple-page__highlight {
  font-size: 22px;
  font-weight: 600;
}
.simple-page__mark {
  color: #f30;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .simple-page__form {
    padding: 31px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .simple-page__form {
    max-width: 336px;
    margin: 0 auto;
    padding: 0;
  }
}
.simple-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.simple-tooltip__label {
  color: #f30;
  font-size: 12px;
  line-height: 16px;
}
.simple-tooltip__label:hover + .simple-tooltip__text,
.simple-tooltip__label:active + .simple-tooltip__text {
  display: block;
}
.simple-tooltip__text {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
  padding: 15px 15px;
  font-size: 12px;
  line-height: 16px;
  background: #edeff1;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .simple-tooltip__text {
    width: 320px;
  }
}
.site-map {
  display: block;
  padding: 25px 0 0;
}
@media only screen and (min-width: 768px) {
  .site-map {
    padding: 25px 0 0 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-map {
    padding: 43px 0 0 112px;
  }
}
.site-map__rows {
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-map__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-map__rows {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .site-map__row {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-map__row {
    width: auto;
    max-width: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .site-map__row:last-child:nth-child(2n-1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .site-map__row:last-child:nth-child(2n-1) {
    width: auto;
    max-width: none;
  }
}
.site-map__list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .site-map__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.site-map__item {
  display: block;
  margin: 0;
  padding: 0 10px 19px;
}
@media only screen and (min-width: 1025px) {
  .site-map__item {
    padding: 0 10px 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-map__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.5%;
            flex: 0 0 21.5%;
    width: 21.5%;
    max-width: 21.5%;
    padding: 0 10px 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .site-map__item_size_small {
    -ms-flex-preferred-size: 17.75%;
        flex-basis: 17.75%;
    width: 17.75%;
    max-width: 17.75%;
  }
}
@media only screen and (min-width: 1025px) {
  .site-map__item_size_large {
    -ms-flex-preferred-size: 35.5%;
        flex-basis: 35.5%;
    width: 35.5%;
    max-width: 35.5%;
  }
}
.site-map__title {
  display: block;
  padding: 26px 0 0;
  color: #242526;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
@media only screen and (min-width: 1025px) {
  .site-map__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.site-map__title:first-child {
  padding-top: 0;
}
.site-map__title:hover,
.site-map__title:active,
.site-map__title:focus {
  color: #e73307;
  text-decoration: none;
}
.site-map__fields {
  display: block;
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
}
.site-map__field {
  display: block;
  margin: 0 0 8px;
  padding: 0;
}
.site-map__field:last-child {
  margin-bottom: 0;
}
.site-map__text,
.site-map__sub-field {
  color: #666;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (min-width: 1025px) {
  .site-map__text,
  .site-map__sub-field {
    font-size: 14px;
    line-height: 20px;
  }
}
.site-map__sub-field {
  padding: 5px 0 8px;
  color: #b3b3b3;
}
@media only screen and (min-width: 1025px) {
  .site-map__sub-field {
    line-height: 22px;
  }
}
.site-map__link {
  color: #666;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.site-map__link:hover,
.site-map__link:active,
.site-map__link:focus {
  color: #e73307;
  text-decoration: none;
}
.site-map__icons {
  padding: 18px 0 0;
}
.site-map__illustration {
  display: block;
  text-decoration: none;
}
.site-map__image {
  display: inline-block;
  max-width: 100%;
}
.size-group {
  display: block;
}
.size-group__inputs {
  margin: 0 0 12px;
}
.size-group__inputs:last-child {
  margin-bottom: 0;
}
.size-group__results {
  font-size: 14px;
}
.size-group__result {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.size-group__result_state_active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .size-group__result_state_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.size-group__field {
  display: block;
}
@media only screen and (min-width: 768px) {
  .size-group__field {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    margin: 0 20px 0 0;
  }
}
.size-group__field:last-child {
  margin-right: 0;
}
.social-nav {
  display: block;
}
.social-nav__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.social-nav__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 34px 0 0;
}
@media only screen and (min-width: 1025px) {
  .social-nav__item {
    margin: 0 20px 0 0;
  }
}
.social-nav__item:last-child {
  margin-right: 0;
}
.social-nav__link {
  display: block;
  width: auto;
  height: auto;
  fill: #666;
  color: inherit;
  text-decoration: none;
  outline: none;
}
.social-nav__link:hover,
.social-nav__link:active {
  fill: #f30;
  color: inherit;
  text-decoration: none;
}
.social-nav__link:focus {
  fill: #f30;
  color: inherit;
  text-decoration: none;
}
.social-nav__icon {
  display: block;
  width: 100%;
  max-width: 30px;
  height: 100%;
  max-height: 24px;
  fill: inherit;
  -webkit-transition: fill 0.3s ease-in 0s;
  transition: fill 0.3s ease-in 0s;
}
@media only screen and (min-width: 1025px) {
  .social-nav__icon {
    max-width: 20px;
    max-height: 15px;
  }
}
.social-nav_style_light .social-nav__link {
  fill: #fff;
}
.social-nav_style_light .social-nav__link:hover,
.social-nav_style_light .social-nav__link:active {
  fill: #e73307;
}
.social-nav_style_light .social-nav__link:focus {
  fill: #f30;
}
.social-nav_align_left {
  text-align: left;
}
.social-nav_align_center {
  text-align: center;
}
.social-nav_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .social-nav_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_align_xxl-right {
    text-align: right;
  }
}
.social-nav_type_close .social-nav__item {
  margin: 0 22px 0 0;
}
.social-nav_type_closer .social-nav__item {
  margin: 0 9px 0 0;
}
.social-nav_size_l .social-nav__icon {
  max-width: 25px;
  max-height: 17px;
}
.social-nav_size_xl .social-nav__icon {
  max-width: 39px;
  max-height: 27px;
}
.subscribe-form {
  position: relative;
  display: block;
  padding: 0 0 66px;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    min-height: 366px;
    padding: 30px 0;
  }
}
.subscribe-form__illustration {
  position: relative;
  height: 137px;
  margin: 0 0 37px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__illustration {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 41%;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .subscribe-form__illustration {
    background: transparent;
  }
}
@media only screen and (min-width: 1281px) {
  .subscribe-form__illustration {
    width: 41%;
  }
}
.subscribe-form__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__image {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .subscribe-form__image {
    right: auto;
    left: 0;
  }
}
.subscribe-form__holder {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__holder {
    padding-left: 48%;
  }
}
.subscribe-form__title {
  margin: 0 0 25px;
  color: #242526;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__title {
    margin: 0 0 26px;
    font-size: 28px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1281px) {
  .subscribe-form__title {
    margin: 0 0 37px;
    font-size: 40px;
    line-height: 46px;
  }
}
.subscribe-form__title:last-child {
  margin-bottom: 0;
}
.subscribe-form__control-group {
  position: relative;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__control-group {
    max-width: 370px;
    margin: 0;
    padding: 0 152px 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .subscribe-form__control-group {
    max-width: 560px;
    margin: 0;
    padding: 0 230px 0 0;
  }
}
.subscribe-form__control-group:last-child {
  margin-bottom: 0;
}
.subscribe-form__description {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__description {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .subscribe-form__description {
    margin: 0 0 20px;
  }
}
.subscribe-form__input {
  display: block;
  width: 100%;
  height: 58px;
  margin: 0 0 17px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 56px;
  background: #f6f6f6;
  outline: none;
  border: 1px solid #f30;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__input {
    height: 56px;
    margin: 0;
    padding: 0 15px 0 20px;
    font-size: 16px;
    line-height: 54px;
    border-radius: 2px 0 0 2px;
  }
}
@media only screen and (min-width: 1281px) {
  .subscribe-form__input {
    height: 66px;
    padding: 0 15px 0 33px;
    line-height: 64px;
  }
}
.subscribe-form__input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
.subscribe-form__input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
.subscribe-form__input::-moz-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}
.subscribe-form__input::-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}
.subscribe-form__input::placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}
.subscribe-form__input + .subscribe-form__message_type_error {
  display: block;
}
.subscribe-form__input_state_error + .subscribe-form__message_type_error,
.subscribe-form__input:invalid + .subscribe-form__message_type_error {
  display: block;
  opacity: 1;
}
.subscribe-form__button {
  width: 100%;
  padding: 21px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background: #f30;
  outline: none;
  border: none;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    width: 152px;
    padding: 20px 20px;
    border-radius: 0 2px 2px 0;
  }
}
@media only screen and (min-width: 1281px) {
  .subscribe-form__button {
    width: 230px;
    padding: 25px 20px;
  }
}
.subscribe-form__button:hover,
.subscribe-form__button:active {
  background: #e73307;
}
.subscribe-form__check-group {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__check-group {
    max-width: 370px;
  }
}
@media only screen and (min-width: 1281px) {
  .subscribe-form__check-group {
    max-width: 560px;
    font-size: 14px;
  }
}
.subscribe-form__description {
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .subscribe-form__description {
    max-width: 370px;
  }
}
@media only screen and (min-width: 1281px) {
  .subscribe-form__description {
    max-width: 560px;
    font-size: 14px;
  }
}
.subscribe-form__message {
  display: block;
  padding: 0 0 0 30px;
  font-size: 12px;
  line-height: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.subscribe-form__message_type_error {
  color: #f30;
  opacity: 0;
}
.subscribe-form__message {
  display: none;
}
.subscribe-form_state_sended .subscribe-form__main {
  display: none;
}
.subscribe-form_state_sended .subscribe-form__message {
  display: block;
}
.summary {
  display: block;
  padding: 18px 16px 29px;
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .summary {
    padding: 24px 63px 53px;
  }
}
@media only screen and (min-width: 1025px) {
  .summary {
    padding: 32px 67px;
  }
}
@media only screen and (min-width: 768px) {
  .summary__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .summary__wrapper {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .summary__group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    width: 41%;
    max-width: 41%;
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .summary__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
    max-width: none;
    padding: 5px 0;
  }
}
.summary__item {
  display: block;
  padding: 13px 0;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .summary__item {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .summary__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}
.summary__item-title {
  margin: 0 0 10px;
  color: #242526;
  font-weight: 600;
}
.summary__item-title:last-child {
  margin-bottom: 0;
}
.summary__item-text {
  color: #666;
}
.summary__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.summary__link:hover,
.summary__link:active,
.summary__link:focus {
  color: #f30;
}
.super-modal {
  display: block;
}
.t-break {
  display: block;
}
@media only screen and (max-width: 1px) {
  .t-break-b-xs {
    display: block;
  }
}
@media only screen and (min-width: 1px) {
  .t-break-a-xs {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .t-break-b-s {
    display: block;
  }
}
@media only screen and (min-width: 480px) {
  .t-break-a-s {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .t-break-b-m {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .t-break-a-m {
    display: block;
  }
}
@media only screen and (max-width: 1025px) {
  .t-break-b-l {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .t-break-a-l {
    display: block;
  }
}
@media only screen and (max-width: 1281px) {
  .t-break-b-xl {
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .t-break-a-xl {
    display: block;
  }
}
@media only screen and (max-width: 1440px) {
  .t-break-b-xxl {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .t-break-a-xxl {
    display: block;
  }
}
.tabs {
  display: block;
  text-align: left;
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  line-height: 1.6;
  text-align: center;
}
.tabs__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs__item:first-child .tabs__label {
  padding-left: 0;
}
.tabs__item:last-child .tabs__label {
  padding-right: 0;
}
.tabs__label {
  display: block;
  padding: 0 10px;
  opacity: 0.5;
  color: #242526;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 1281px) {
  .tabs__label {
    font-size: 16px;
    line-height: 1.6;
  }
}
.tabs__label_state_active {
  opacity: 1;
  pointer-events: none;
}
.tabs__label_state_disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}
.tabs__text-wrapper {
  color: inherit;
  text-decoration: none;
}
.tabs__inner-trigger {
  display: none;
}
.tabs__inner-trigger:first-child .tabs__label {
  border-top: none;
}
.tabs__panel {
  text-align: left;
}
.tabs__panel_state_hidden {
  display: none;
}
.tabs__panel_state_active {
  display: block;
}
.tabs__panel_type_space {
  padding: 29px 17px;
}
.tabs__panel_type_space-vertical {
  padding-top: 29px;
  padding-bottom: 29px;
}
.tabs__panel_type_space-horizontal {
  padding-left: 17px;
  padding-right: 17px;
}
@media only screen and (min-width: 1px) {
  .tabs__panel_type_xs-space {
    padding: 29px 17px;
  }
}
@media only screen and (min-width: 1px) {
  .tabs__panel_type_xs-space-vertical {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 1px) {
  .tabs__panel_type_xs-space-horizontal {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (min-width: 480px) {
  .tabs__panel_type_s-space {
    padding: 29px 17px;
  }
}
@media only screen and (min-width: 480px) {
  .tabs__panel_type_s-space-vertical {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 480px) {
  .tabs__panel_type_s-space-horizontal {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__panel_type_m-space {
    padding: 29px 17px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__panel_type_m-space-vertical {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .tabs__panel_type_m-space-horizontal {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (min-width: 1025px) {
  .tabs__panel_type_l-space {
    padding: 29px 17px;
  }
}
@media only screen and (min-width: 1025px) {
  .tabs__panel_type_l-space-vertical {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 1025px) {
  .tabs__panel_type_l-space-horizontal {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs__panel_type_xl-space {
    padding: 29px 17px;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs__panel_type_xl-space-vertical {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs__panel_type_xl-space-horizontal {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .tabs__panel_type_xxl-space {
    padding: 29px 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .tabs__panel_type_xxl-space-vertical {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (min-width: 1440px) {
  .tabs__panel_type_xxl-space-horizontal {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.tabs__info {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
@media only screen and (min-width: 1281px) {
  .tabs__info {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0 0 15px;
    font-size: 14px;
  }
}
.tabs_nav-align_left .tabs__nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs_nav-align_center .tabs__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs_nav-align_right .tabs__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tabs_nav-align_around .tabs__nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tabs_nav-align_between .tabs__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1281px) {
  .tabs_nav-offset_left .tabs__nav {
    padding-left: 8%;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs_nav-offset_both .tabs__nav {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs_nav-offset_right .tabs__nav {
    padding-right: 8%;
  }
}
.tabs_type_carousel .tabs__nav {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .tabs_type_carousel .tabs__nav {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs_type_carousel .tabs__nav {
    margin: 0 0 30px;
  }
}
.tabs_type_carousel .tabs__label {
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .tabs_type_carousel .tabs__label {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs_type_carousel .tabs__label {
    font-size: 22px;
    line-height: 27px;
  }
}
.tabs_type_description .tabs__nav {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .tabs_type_description .tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tabs_type_description .tabs__label {
  padding: 15px 0;
  color: #666;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .tabs_type_description .tabs__label {
    padding: 26px 0;
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs_type_description .tabs__label {
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    border: none;
  }
}
.tabs_type_description .tabs__inner-trigger {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .tabs_type_description .tabs__inner-trigger {
    display: none;
  }
}
.tabs_type_equal .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs_type_equal .tabs__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.tabs_type_equal .tabs__item:first-child .tabs__label {
  border-radius: 4px 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .tabs_type_equal .tabs__item:first-child .tabs__label {
    padding-left: 10px;
  }
}
.tabs_type_equal .tabs__item:last-child .tabs__label {
  border-radius: 0 4px 4px 0;
}
@media only screen and (min-width: 768px) {
  .tabs_type_equal .tabs__item:last-child .tabs__label {
    padding-right: 10px;
  }
}
.tabs_type_equal .tabs__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 8px 5px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  border: 1px solid #eaeaea;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .tabs_type_equal .tabs__label {
    min-height: 57px;
    padding: 7px 5px;
  }
}
@media only screen and (min-width: 1281px) {
  .tabs_type_equal .tabs__label {
    padding: 16px 15px;
    text-align: left;
  }
}
.tabs_type_equal .tabs__label_state_active {
  color: #242526;
  font-weight: 600;
  border-color: #f6f6f6;
  background: #f6f6f6;
}
.tag-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tag-list__holder {
  font-size: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .tag-list__holder {
    margin: -6px -4px;
  }
}
.tag-list__item {
  display: table;
  margin: 0 0 18px;
  padding: 0 4px;
  list-style: none;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .tag-list__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 6px 4px;
  }
}
.tag-list__item:last-child {
  margin-bottom: 0;
}
.tag-list__link {
  display: block;
  padding: 11px 13px;
  color: #666;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.tag-list__link:hover {
  color: #242526;
  border-color: #242526;
}
@media only screen and (min-width: 768px) {
  .tag-list__link {
    padding: 9px 14px;
    font-size: 12px;
    border-radius: 16px;
  }
}
.tag-list__trigger {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 7px 13px;
  color: #666;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #bfbfbf;
  background: #f6f6f6;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .tag-list__trigger {
    display: none;
  }
}
.tag-list__title {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .tag-list__title {
    display: none;
  }
}
.tag-list__title:last-child {
  margin-bottom: 0;
}
.tag-list__items_mobile_modal {
  display: none;
  max-width: 95%;
}
@media only screen and (min-width: 768px) {
  .tag-list__items_mobile_modal {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .tag-list_size_big .tag-list__item {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .tag-list_size_big .tag-list__link {
    font-size: 16px;
    border-radius: 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .tag-list_size_big .tag-list__link {
    font-size: 14px;
    border-radius: 16px;
  }
}
.tag-list_align_left {
  text-align: left;
}
.tag-list_align_center {
  text-align: center;
}
.tag-list_align_right {
  text-align: right;
}
.tile-entry-nav {
  display: block;
  overflow: hidden;
}
.tile-entry-nav__holder:after {
  display: table;
  clear: both;
  content: '';
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__holder {
    margin: -4px;
  }
}
@media only screen and (min-width: 1440px) {
  .tile-entry-nav__holder {
    margin: -8px;
  }
}
.tile-entry-nav__item {
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__item {
    float: left;
    width: 35.7%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__item:first-child {
    width: 28.6%;
  }
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__item:first-child .tile-entry-nav__panel:before {
    padding: 160% 0 0;
  }
}
.tile-entry-nav__item:last-child {
  margin-bottom: 0;
}
.tile-entry-nav__panel {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #242526;
}
.tile-entry-nav__panel:before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 74% 0 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__panel:before {
    padding: 64.1% 0 0;
  }
}
.tile-entry-nav__link-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.tile-entry-nav__link-panel:hover {
  color: #f30;
  -webkit-filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.18));
          filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.18));
}
.tile-entry-nav__link-panel:hover:before {
  opacity: 0.5;
}
.tile-entry-nav__link-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__link-panel:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    border: 4px solid #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .tile-entry-nav__link-panel:after {
    border: 8px solid #fff;
  }
}
.tile-entry-nav__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 100%;
}
.tile-entry-nav__header {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 0 22px 19px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__header {
    padding: 0 10px 24px 27px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-nav__header {
    padding: 0 80px 60px 55px;
  }
}
.tile-entry-nav__date {
  display: block;
  color: #fff;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__date {
    margin: 0 0 12px;
  }
}
.tile-entry-nav__date:last-child {
  margin-bottom: 0;
}
.tile-entry-nav__title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__title {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-nav__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.tile-entry-nav__tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 7px 17px 0;
  font-size: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__tags {
    width: auto;
    padding: 15px 0 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-nav__tags {
    padding: 30px 30px 15px 48px;
  }
}
.tile-entry-nav__tag {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 5px 4px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__tag {
    padding: 8px 13px 4px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-nav__tag {
    padding: 8px 7px;
  }
}
.tile-entry-nav__tag-link {
  display: block;
  padding: 3px 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 1px solid #bfbfbf;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .tile-entry-nav__tag-link {
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-nav__tag-link {
    padding: 8px 15px;
    border-radius: 15px;
  }
}
.tile-entry-nav__tag-link:hover {
  color: #fff;
  background: #f30;
  border-color: #f30;
}
.tile-entry-nav__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.tile-entry-nav__link:hover {
  color: #f30;
}
.tile-entry-snippet {
  position: relative;
  display: block;
  height: auto;
  min-height: 167px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-color: #242526;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet {
    height: 380px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-snippet {
    height: 465px;
  }
}
.tile-entry-snippet:hover:after {
  opacity: 0;
}
.tile-entry-snippet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28,28,28,0.3)), to(rgba(28,28,28,0.3)));
  background: linear-gradient(0deg, rgba(28,28,28,0.3), rgba(28,28,28,0.3));
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.tile-entry-snippet__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: none;
}
@media only screen and (min-width: 1281px) {
  .tile-entry-snippet__image {
    min-width: none;
  }
}
.tile-entry-snippet__content {
  position: relative;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 18px 15px 30px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet__content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 41px 42px;
  }
}
.tile-entry-snippet__content:hover {
  color: #f30;
}
.tile-entry-snippet__date {
  display: block;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 20px;
}
.tile-entry-snippet__date:last-child {
  margin-bottom: 0;
}
.tile-entry-snippet__title {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .tile-entry-snippet__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.tile-entry-snippet__tags {
  position: relative;
  width: 100%;
  z-index: 20;
  padding: 7px 17px 0 11px;
  font-size: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet__tags {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 0 15px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-snippet__tags {
    padding: 38px 15px 0 43px;
  }
}
.tile-entry-snippet__tag {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 5px 4px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet__tag {
    padding: 8px 13px 4px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-snippet__tag {
    padding: 8px 4px;
  }
}
.tile-entry-snippet__tag-link {
  display: block;
  padding: 3px 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #bfbfbf;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet__tag-link {
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-snippet__tag-link {
    padding: 8px 15px;
    border-radius: 15px;
  }
}
.tile-entry-snippet__tag-link:hover {
  color: #fff;
  border-color: #f30;
  background: #f30;
}
.tile-entry-snippet__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.tile-entry-snippet__link:hover {
  color: #f30;
}
.tile-entry-snippet_type_simple {
  height: auto;
}
.tile-entry-snippet_type_simple:before {
  content: '';
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet_type_simple:before {
    padding: 64.19% 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .tile-entry-snippet_type_simple:before {
    padding: 75% 0 0;
  }
}
.tile-entry-snippet_type_simple .tile-entry-snippet__image {
  z-index: 1;
}
.tile-entry-snippet_type_simple .tile-entry-snippet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28,28,28,0.3)), to(rgba(28,28,28,0.3)));
  background: linear-gradient(0deg, rgba(28,28,28,0.3), rgba(28,28,28,0.3));
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
.tile-entry-snippet_type_simple .tile-entry-snippet__title {
  font-size: 22px;
  line-height: 28px;
}
.tile-entry-snippet_type_simple .tile-entry-snippet__content {
  padding: 0 15px 40px 25px;
}
.tile-entry-snippet_type_simple .tile-entry-snippet__tags {
  padding: 15px 10px 0 25px;
}
.tile-entry-snippet_type_long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  min-height: 220px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet_type_long {
    display: block;
    min-height: 0;
    height: auto;
  }
}
.tile-entry-snippet_type_long:before {
  content: '';
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet_type_long:before {
    padding: 64.19% 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .tile-entry-snippet_type_long:before {
    padding: 46.5% 0 0;
  }
}
.tile-entry-snippet_type_long .tile-entry-snippet__image {
  min-height: 100%;
  width: auto;
}
.tile-entry-snippet_type_long .tile-entry-snippet__title {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet_type_long .tile-entry-snippet__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .tile-entry-snippet_type_long .tile-entry-snippet__title {
    max-width: 50%;
    font-size: 22px;
    line-height: 28px;
  }
}
.tile-entry-snippet_type_long .tile-entry-snippet__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px 30px;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet_type_long .tile-entry-snippet__content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 15px 30px 40px;
  }
}
.tile-entry-snippet_type_long .tile-entry-snippet__date {
  margin: 0 0 10px;
}
.tile-entry-snippet_type_long .tile-entry-snippet__date:last-child {
  margin-bottom: 0;
}
.tile-entry-snippet_type_long .tile-entry-snippet__tags {
  padding: 20px 10px 0;
}
@media only screen and (min-width: 768px) {
  .tile-entry-snippet_type_long .tile-entry-snippet__tags {
    padding: 20px 15px 0 27px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-entry-snippet_type_long .tile-entry-snippet__tags {
    padding: 56px 15px 0 35px;
  }
}
.tile-entry-snippet_type_long .tile-entry-snippet__tag-link {
  padding: 6px 15px;
  border-radius: 13px;
}
@media only screen and (min-width: 1281px) {
  .tile-entry-snippet_type_long .tile-entry-snippet__tag-link {
    padding: 8px 15px;
    border-radius: 15px;
  }
}
.tile-nav-line {
  position: relative;
  display: block;
}
.tile-nav-line__container {
  overflow: visible;
}
.tile-nav-line__slide {
  max-width: 124px;
  height: auto;
  background: #f6f6f6;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .tile-nav-line__slide {
    max-width: 225px;
  }
}
.tile-nav-line__panel {
  position: relative;
  display: block;
  height: 100%;
  min-height: 55px;
  text-align: left;
  text-decoration: none;
  background: #f6f6f6;
  -webkit-transition: background 0.3s ease-in 0s;
  transition: background 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .tile-nav-line__panel {
    min-height: 96px;
    padding: 0 0 0 42%;
  }
}
.tile-nav-line__panel:hover {
  background: #edeff1;
}
.tile-nav-line__illustration {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tile-nav-line__illustration {
    display: block;
  }
}
.tile-nav-line__image {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: auto;
  max-width: none;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .tile-nav-line__image {
    display: block;
  }
}
.tile-nav-line__content {
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .tile-nav-line__content {
    padding: 19px 10px 25px 0;
  }
}
.tile-nav-line__title {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}
.tile-nav-line__number {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: none;
  color: #bfbfbf;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .tile-nav-line__number {
    display: block;
  }
}
.tile-nav-line__name {
  color: inherit;
  text-decoration: none;
}
.tile-nav-line__name:hover {
  color: inherit;
  text-decoration: none;
}
.tile-nav-line__name:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.tile-nav-line__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 32px;
  height: 32px;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: rgba(255,255,255,0.95);
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .tile-nav-line__arrow {
    width: 56px;
    height: 56px;
  }
}
.tile-nav-line__arrow:hover {
  opacity: 0.6;
}
.tile-nav-line__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #f30;
  border-right: 1px solid #f30;
}
@media only screen and (min-width: 768px) {
  .tile-nav-line__arrow:before {
    width: 15px;
    height: 15px;
  }
}
.tile-nav-line__arrow_type_prev {
  left: 15px;
}
.tile-nav-line__arrow_type_prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}
.tile-nav-line__arrow_type_next {
  right: 15px;
}
.tile-nav-line__arrow_type_next:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.tile-nav-line__arrow_state_disabled {
  display: none;
}
.tile-nav {
  display: block;
  overflow: hidden;
  background: #f6f6f6;
}
.tile-nav__panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 620px;
  margin: -2px;
}
@media only screen and (min-width: 768px) {
  .tile-nav__panel {
    display: block;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .tile-nav__panel:before {
    content: '';
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    padding: 59% 0 0;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-nav__panel:before {
    padding: 60% 0 0;
  }
}
.tile-nav__item {
  position: relative;
  display: none;
  width: 50%;
  height: 16.666%;
  color: #242526;
  border: 2px solid #fff;
  background: #f6f6f6;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
.tile-nav__item:hover {
  color: #e73307;
  background: #edeff1;
}
.tile-nav__item:hover .tile-nav__description {
  opacity: 1;
}
.tile-nav__item:nth-child(1) {
  display: block;
  height: 33.333%;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item:nth-child(1) {
    width: 30.7%;
    height: 100%;
  }
}
.tile-nav__item:nth-child(6) {
  display: block;
  height: 33.333%;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item:nth-child(6) {
    top: 0;
    left: 30.7%;
    width: 46.2%;
    height: 33.333%;
  }
}
.tile-nav__item:nth-child(3) {
  display: block;
  height: 33.333%;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item:nth-child(3) {
    top: 0;
    left: 76.8%;
    width: 23.1%;
    height: 33.333%;
  }
}
.tile-nav__item:nth-child(2) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item:nth-child(2) {
    top: 33.333%;
    left: 30.7%;
    width: 23.1%;
    height: 33.333%;
  }
}
.tile-nav__item:nth-child(5) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item:nth-child(5) {
    top: 33.333%;
    left: 53.8%;
    width: 23.1%;
    height: 66.666%;
  }
}
.tile-nav__item:nth-child(7) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item:nth-child(7) {
    top: 33.333%;
    left: 76.8%;
    width: 23.1%;
    height: 33.333%;
  }
}
.tile-nav__item:nth-child(8) {
  display: block;
  height: 33.333%;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item:nth-child(8) {
    top: 66.666%;
    left: 30.7%;
    width: 23.1%;
    height: 33.333%;
  }
}
.tile-nav__item:nth-child(4) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tile-nav__item:nth-child(4) {
    top: 66.666%;
    left: 76.8%;
    width: 23.1%;
    height: 33.333%;
  }
}
.tile-nav__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 12px;
}
@media only screen and (min-width: 768px) {
  .tile-nav__content {
    padding: 17px 23px 17px 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-nav__content {
    padding: 32px 24px 32px 32px;
  }
}
.tile-nav__title {
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .tile-nav__title {
    margin: 0 0 15px;
    padding: 0 35px 0 0;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-nav__title {
    margin: 0 0 30px;
    padding: 0 40px 0 0;
    font-size: 22px;
    line-height: 1.5;
  }
}
.tile-nav__title:last-child {
  margin-bottom: 0;
}
.tile-nav__description {
  display: none;
  max-width: 90%;
  opacity: 0;
  padding: 0 0 0 20px;
  color: #242526;
  font-size: 14px;
  line-height: 1.45;
  border-left: 2px solid #f30;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}
@media only screen and (min-width: 1025px) {
  .tile-nav__description {
    display: block;
  }
}
.tile-nav__image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 75%;
}
@media only screen and (min-width: 768px) {
  .tile-nav__image {
    max-height: 80%;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-nav__image {
    max-height: 100%;
  }
}
.tile-nav__name {
  color: inherit;
  text-decoration: none;
}
.tile-nav__name:hover {
  color: inherit;
  text-decoration: none;
}
.tile-nav__name:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.tile-nav__number {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .tile-nav__number {
    position: absolute;
    top: 19px;
    right: 23px;
  }
}
@media only screen and (min-width: 1281px) {
  .tile-nav__number {
    top: 38px;
    right: 24px;
  }
}
.title {
  display: block;
  margin: 0;
  padding: 0;
  color: #242526;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.title_size_h1 {
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .title_size_h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .title_size_h1 {
    font-size: 62px;
    line-height: 62px;
  }
}
.title_size_h2 {
  font-size: 20px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .title_size_h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .title_size_h2 {
    font-size: 52px;
    line-height: 52px;
  }
}
.title_size_h3 {
  font-size: 20px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .title_size_h3 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .title_size_h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
.title_size_h4 {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1440px) {
  .title_size_h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.title_size_h5,
.title_size_h6 {
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .title_size_h5,
  .title_size_h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .title_size_h5,
  .title_size_h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
.title_align_left {
  text-align: left;
}
.title_align_center {
  text-align: center;
}
.title_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .title_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .title_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .title_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  .title_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) {
  .title_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .title_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .title_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .title_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .title_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .title_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .title_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .title_align_xxl-right {
    text-align: right;
  }
}
.title_offset_bottom {
  margin-bottom: 64px;
}
.title__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}
.title__link:hover {
  color: #f30;
}
.up-trigger {
  display: block;
  width: 35px;
  height: 35px;
  fill: transparent;
  stroke: #f00;
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #f30;
  background: #fff;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .up-trigger {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1281px) {
  .up-trigger {
    width: 56px;
    height: 56px;
  }
}
.up-trigger:hover {
  stroke: #fff;
  background: #f00;
}
.up-trigger__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  stroke: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1281px) {
  .up-trigger__icon {
    width: 14px;
    height: 14px;
  }
}
.user-account-snippet {
  display: block;
}
.user-account {
  display: block;
}
.user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
}
.user-nav__item {
  position: relative;
  padding: 0 5px;
}
@media only screen and (min-width: 1281px) {
  .user-nav__item {
    padding: 0 17px 0 16px;
  }
}
.user-nav__item:first-child {
  padding-left: 0;
}
.user-nav__item:last-child {
  padding-right: 0;
}
.user-nav__item:hover .user-nav__dropdown {
  display: block;
}
.user-nav__link {
  stroke: #666;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.user-nav__link:hover .user-nav__text,
.user-nav__link:focus .user-nav__text,
.user-nav__link:active .user-nav__text,
.user-nav__link_state_active .user-nav__text {
  color: #e73307;
}
.user-nav__link:hover .user-nav__icon,
.user-nav__link:focus .user-nav__icon,
.user-nav__link:active .user-nav__icon,
.user-nav__link_state_active .user-nav__icon {
  stroke: #e73307;
}
.user-nav__link:hover .user-nav__icon + .user-nav__text,
.user-nav__link:focus .user-nav__icon + .user-nav__text,
.user-nav__link:active .user-nav__icon + .user-nav__text,
.user-nav__link_state_active .user-nav__icon + .user-nav__text {
  color: #666;
}
.user-nav__icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  stroke: inherit;
  fill: transparent;
}
@media only screen and (min-width: 1281px) {
  .user-nav__icon {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
  }
}
.user-nav__icon_bold_stroke {
  stroke-width: 1.5px;
}
.user-nav__text {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .user-nav__text {
    display: inline;
  }
}
.user-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 16px 0 0 5px;
}
.video {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #c4c4c4;
}
.video:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 47% 0 0;
}
.video__panel,
.video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.video__iframe {
  z-index: 20;
  display: none;
}
.video__trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  width: 70px;
  height: 70px;
  font-size: 0;
  line-height: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 14px 15px rgba(0,0,0,0.25);
          box-shadow: 0 14px 15px rgba(0,0,0,0.25);
  cursor: pointer;
}
.video__trigger:hover:before {
  border-color: transparent transparent transparent #f30;
}
.video__trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 17px;
  border-color: transparent transparent transparent #bfbfbf;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  -webkit-transition: border-color 0.3s ease-in 0s;
  transition: border-color 0.3s ease-in 0s;
}
.video__custom-sizer {
  display: block;
  width: 100%;
  height: auto;
  padding: 50% 0 0;
}
.video_state_active .video__iframe {
  display: block;
}
.video_size_custom:before {
  display: none;
}
.warning-banner {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background: #f30;
}
.warning-banner__content {
  display: block;
  padding: 8px 48px 8px 20px;
  color: inherit;
  text-decoration: none;
  text-align: left;
}
@media only screen and (min-width: 480px) {
  .warning-banner__content {
    padding: 8px 60px 8px 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .warning-banner__content {
    padding: 8px 20px;
    text-align: center;
  }
}
.warning-banner__control {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 480px) {
  .warning-banner__control {
    top: 50%;
    right: 20px;
  }
}
.warning-banner__field {
  display: block;
  margin: 0 0 8px;
}
.warning-banner__field:last-child {
  margin-bottom: 0;
}
.warning-banner__close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  color: inherit;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
.warning-banner__close:before,
.warning-banner__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.warning-banner__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.warning-banner_state_closed {
  display: none;
}
.work-list {
  display: block;
  color: main-color;
}
.work-list__title {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
.work-list__list {
  counter-reset: workList;
}
.work-list__item:before {
  content: counter(workList) '.';
  counter-increment: workList;
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  padding: 0 5px 0 0;
  font-size: 20px;
  text-align: left;
}
.work-list__link {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: 20px;
  text-decoration: none;
}
.work-list__link[href='#'] {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
}
@media only screen and (max-width: 0px) {
  .hide-xs {
    display: none;
  }
}
.hide-up-xs {
  display: block;
}
@media only screen and (min-width: 1px) {
  .hide-up-xs {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .hide-s {
    display: none;
  }
}
.hide-up-s {
  display: block;
}
@media only screen and (min-width: 480px) {
  .hide-up-s {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-m {
    display: none;
  }
}
.hide-up-m {
  display: block;
}
@media only screen and (min-width: 768px) {
  .hide-up-m {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-l {
    display: none;
  }
}
.hide-up-l {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .hide-up-l {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .hide-xl {
    display: none;
  }
}
.hide-up-xl {
  display: block;
}
@media only screen and (min-width: 1281px) {
  .hide-up-xl {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .hide-xxl {
    display: none;
  }
}
.hide-up-xxl {
  display: block;
}
@media only screen and (min-width: 1440px) {
  .hide-up-xxl {
    display: none;
  }
}
.catalog_preloader:before {
  opacity: 0;
}
