* {
  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: #333;
  font-family: 'IBM Plex Sans', sans-serif;
  font-variant: no-common-ligatures;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
}
h1:not([class]) {
  margin: 0 0 30px;
  font-size: 27px;
}
h2:not([class]) {
  margin: 44px 0 14px;
  font-size: 24px;
}
@media only screen and (min-width: 1025px) {
  h2:not([class]) {
    margin: 80px 0 50px;
    text-transform: uppercase;
  }
}
h3:not([class]) {
  margin: 0 0 20px;
  font-size: 21px;
}
h4:not([class]) {
  margin: 0 0 15px;
  font-size: 18px;
}
h5:not([class]) {
  margin: 0 0 15px;
  font-size: 16px;
}
h6:not([class]) {
  margin: 0 0 15px;
  font-size: 14px;
}
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  h1:not([class]),
  h2:not([class]),
  h3:not([class]),
  h4:not([class]),
  h5:not([class]),
  h6:not([class]) {
    line-height: 1.86;
  }
}
h1:not([class]):first-child,
h2:not([class]):first-child,
h3:not([class]):first-child,
h4:not([class]):first-child,
h5:not([class]):first-child,
h6:not([class]):first-child {
  margin-top: 0;
}
h1:not([class]):last-child,
h2:not([class]):last-child,
h3:not([class]):last-child,
h4:not([class]):last-child,
h5:not([class]):last-child,
h6:not([class]):last-child {
  margin-bottom: 0;
}
p:not([class]),
ul:not([class]),
ol:not([class]),
table:not([class]),
img:not([class]) {
  margin: 0 0 19px;
}
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]) {
  display: block;
  width: auto;
  max-width: calc(100% + 20px);
  height: auto;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (min-width: 1025px) {
  img:not([class]) {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
ul:not([class]) {
  margin: 0 0 20px;
  list-style: none;
}
ul:not([class]) > li:not([class]):before {
  content: '';
  position: absolute;
  top: 0.8em;
  left: 2px;
  width: 4px;
  height: 4px;
  background: #A01602;
  border-radius: 50%;
}
ol:not([class]) {
  counter-reset: ol;
}
ol:not([class]) > li:not([class]) {
  position: relative;
  padding: 0;
}
ol:not([class]) > li:not([class]):before {
  content: counter(ol) '.';
  counter-increment: ol;
  display: inline-block;
  padding: 0 5px 0 0;
  color: #343434;
}
li:not([class]) {
  margin: 0 0 4px;
  position: relative;
  padding: 0 0 0 10px;
  list-style: none;
}
li:not([class]):last-child {
  margin-bottom: 0;
}
table:not([class]) {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 1px;
  border-collapse: collapse;
  border: 1px solid #dedede;
}
caption:not([class]) {
  display: table-caption;
  padding: 0 0 10px;
  font-size: 1.1em;
  text-align: center;
}
/*th:not([class]) {
  vertical-align: middle;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #dedede;
}*/
tbody:not([class]) th:not([class]) {
  text-align: left;
}
td:not([class]) {
  padding: 10px;
  border: 1px solid #dedede;
}
tr:not([class]):nth-child(even) th:not([class]),
tr:not([class]):nth-child(even) td:not([class]) {
  background: #e6e6e6;
}
thead:not([class]) {
  color: #888;
}
tfoot:not([class]) {
  color: #888;
}
tfoot:not([class]) th:not([class]),
tfoot:not([class]) td:not([class]) {
  background: #e6e6e6;
}
a:not([class]),
.decorated-link {
  color: #a01602;
  font-weight: 500;
  text-decoration: none;
}
a:not([class]):link,
.decorated-link:link {
  white-space: nowrap;
  color: #a01602;
  text-decoration: none;
}
a:not([class]):visited,
.decorated-link:visited {
  color: #a01602;
  text-decoration: none;
}
a:not([class]):hover,
.decorated-link:hover {
  color: #a41702;
  text-decoration: none;
}
a:not([class]):active,
.decorated-link:active {
  color: #a41702;
  text-decoration: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:not([class]),
  .decorated-link {
    display: inline-block;
    word-break: break-all;
  }
}
.decorated-link {
  border-bottom: 1px dashed;
}
p:not([class]) {
  word-break: break-word;
}
sub:not([class]) {
  bottom: -0.25em;
  vertical-align: bottom;
  font-size: 0.75em;
}
sup:not([class]) {
  top: -0.5em;
  vertical-align: top;
  font-size: 0.75em;
}
i:not([class]),
em:not([class]),
dfn:not([class]) {
  font-style: italic;
}
b:not([class]),
strong:not([class]) {
  font-weight: 700;
}
s:not([class]),
strike:not([class]),
del:not([class]) {
  text-decoration: line-through;
}
ins:not([class]) {
  text-decoration: underline;
}
q:not([class]) {
  display: inline;
}
q:not([class]):before {
  content: open-quote;
}
q:not([class]):after {
  content: close-quote;
}
kbd:not([class]) {
  font-family: monospace, monospace;
}
mark:not([class]) {
  background: #f1f1f1;
}
abbr:not([class]) {
  position: relative;
  text-decoration: none;
}
abbr:not([class])[title]:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
}
blockquote:not([class]) {
  margin: 0 0 20px;
  padding: 20px;
  background: #f1f1f1;
  border: 1px solid #b1b1b1;
}
dl:not([class]) {
  margin: 0 0 20px;
}
dd:not([class]) {
  padding: 0 0 0 50px;
}
hr:not([class]) {
  width: 100%;
  height: 0;
  margin: 51px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
fieldset:not([class]) {
  margin: 0 0 25px;
  padding: 20px;
  border: 1px solid #dedede;
}
legend:not([class]) {
  margin: 0 0 0 2em;
  padding: 0 0.5em;
}
select:not([class]) {
  width: 200px;
  padding: 10px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #343434;
}
input[type='text']:not([class]),
input[type='password']:not([class]),
input[type='email']:not([class]),
input[type='url']:not([class]),
input[type='number']:not([class]),
input[type='datetime']:not([class]),
input[type='datetime-local']:not([class]),
input[type='search']:not([class]),
input[type='tel']:not([class]),
input[type='month']:not([class]),
input[type='week']:not([class]),
input[type='date']:not([class]),
input[type='time']:not([class]),
textarea:not([class]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  margin: 0 0 5px;
  padding: 10px;
  color: #343434;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  background: #fff;
  border: 1px solid #343434;
  outline: none;
}
input[type='text']:not([class])::-webkit-input-placeholder,
input[type='password']:not([class])::-webkit-input-placeholder,
input[type='email']:not([class])::-webkit-input-placeholder,
input[type='url']:not([class])::-webkit-input-placeholder,
input[type='number']:not([class])::-webkit-input-placeholder,
input[type='datetime']:not([class])::-webkit-input-placeholder,
input[type='datetime-local']:not([class])::-webkit-input-placeholder,
input[type='search']:not([class])::-webkit-input-placeholder,
input[type='tel']:not([class])::-webkit-input-placeholder,
input[type='month']:not([class])::-webkit-input-placeholder,
input[type='week']:not([class])::-webkit-input-placeholder,
input[type='date']:not([class])::-webkit-input-placeholder,
input[type='time']:not([class])::-webkit-input-placeholder,
textarea:not([class])::-webkit-input-placeholder {
  color: #ddd;
  font-size: 16px;
}
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: #ddd;
  font-size: 16px;
}
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: #ddd;
  font-size: 16px;
  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: #ddd;
  font-size: 16px;
  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: #ddd;
  font-size: 16px;
  opacity: 1;
}
textarea:not([class]) {
  resize: none;
}
input[type='radio']:not([class]),
input[type='checkbox']:not([class]) {
  margin: 0 2px;
}
button:not([class]),
input[type='button']:not([class]),
input[type='reset']:not([class]),
input[type='submit']:not([class]) {
  padding: 10px;
  font-size: 1em;
  line-height: 1.6;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  outline: none;
}
button:not([class]):hover,
input[type='button']:not([class]):hover,
input[type='reset']:not([class]):hover,
input[type='submit']:not([class]):hover {
  background: #bbb;
}
label:not([class]) {
  font-weight: 700;
}
.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;
}
.styleless-list {
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
}
.styleless-list li:not([class]) {
  display: block;
  margin: 0;
  padding: 0;
}
.styleless-list li:not([class]):before,
.styleless-list li:not([class]):after {
  display: none;
}
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: 30px 20px 30px 0;
  color: #262626;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordeon-block__trigger:hover,
.accordeon-block__trigger:active,
.accordeon-block__trigger:focus {
  color: #a01602;
  text-decoration: none;
}
.accordeon-block__trigger:after {
  content: '';
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .accordeon-block__trigger:after {
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}
.accordeon-block__body {
  display: none;
  padding: 0 0 30px;
}
.accordeon-block__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordeon-block__item {
  position: relative;
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 10px;
}
.accordeon-block__item:last-child {
  margin-bottom: 0;
}
.accordeon-block__item:before {
  content: '';
  position: absolute;
  top: 0.9em;
  left: 0;
  z-index: 1;
  display: block;
  width: 4px;
  height: 4px;
  background: #a01602;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.accordeon-block__link {
  color: #a01602;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordeon-block__link:hover,
.accordeon-block__link:active,
.accordeon-block__link:focus {
  color: #a41702;
  text-decoration: none;
}
.accordeon-block_state_open .accordeon-block__body {
  display: block;
}
.accordeon-block_state_open .accordeon-block__trigger:after {
  border: none;
  border-top: 2px solid;
  border-left: 2px solid;
}
.accordeon-block_size_small .accordeon-block__trigger {
  padding: 23px 0;
  font-size: 14px;
  line-height: 20px;
}
.accordeon-block_size_small .accordeon-block__trigger:after {
  right: 21px;
}
@media only screen and (max-width: 767px) {
  .accordeon-block_size_small .accordeon-block__trigger:after {
    top: 25px;
  }
}
.accordeon-block_size_small .accordeon-block__body {
  padding: 0 0 25px;
}
.accordeon-group {
  display: block;
}
.accordeon-group__item {
  border-bottom: 1px solid #d8d8d8;
}
.addresses-group {
  display: block;
  padding: 0 0 25px;
}
@media only screen and (min-width: 1025px) {
  .addresses-group {
    padding: 0 0 50px;
  }
}
.addresses-group__title {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .addresses-group__title {
    padding: 0 0 50px;
  }
}
.addresses-group__map-panel {
  padding: 30px 0;
  background: rgba(247,247,247,0.2);
}
@media only screen and (min-width: 1025px) {
  .addresses-group__map-panel {
    padding: 27px 0 28px;
    background: rgba(247,247,247,0.502);
  }
}
.addresses-group__map {
  visibility: visible;
  height: auto;
  padding: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .addresses-group__map {
    padding: 0 0 50px;
  }
}
.addresses-group__map_state_hidden {
  visibility: hidden;
  height: 0;
  padding: 0;
}
.addresses-group__section {
  padding: 0 0 50px;
}
.addresses-group__section-header {
  margin: 0 0 30px;
}
.addresses-group__section-subtitle {
  padding: 10px 0 0;
  color: #262626;
}
.addresses-group__section-field {
  margin: 0 0 26px;
}
.addresses-group__section-field:last-child {
  margin-bottom: 0;
}
.addresses-group__section-field_text-size_xs {
  font-size: 10px;
}
.addresses-group__section-field_text-size_s {
  font-size: 12px;
}
.addresses-group__section-field_text-size_m {
  font-size: 14px;
}
.addresses-group__section-field_text-size_l {
  font-size: 18px;
}
.addresses-group__plain-text {
  padding: 0 0 50px;
}
.addresses-group__plain-text h2 {
  margin: 50px 0 30px;
}
.addresses-group__plain-text h2 + p b {
  display: block;
  margin: -30px 0 30px;
  font-size: 16px;
}
.addresses-group__plain-text p {
  margin: 0 0 26px;
}
.addresses-group__map .w-buy-map {
  margin: 0;
}
.addresses-group__regions {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .addresses-group__regions {
    display: block;
  }
}
.addresses-group__regions-mobile {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .addresses-group__regions-mobile {
    display: none;
  }
}
.addresses-group__note {
  display: block;
  padding: 16px 0 0;
  margin: 0 0 16px;
}
.addresses-group__note:first-child {
    padding-top: 0;
}
.addresses-group__note:last-child {
  margin-bottom: 0;
}
.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;
}
.auth-group {
  display: block;
  color: #000;
  font-size: 11px;
}
.auth-group__links {
  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;
}
.auth-group__link-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin: 0 30px 0 0;
}
.auth-group__link-item:last-child {
  margin-right: 0;
}
.auth-group__link {
  color: #000;
  font: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.auth-group__link:hover,
.auth-group__link:active,
.auth-group__link:focus {
  color: #a01602;
  text-decoration: none;
}
.authorization-group {
  display: block;
}
.authorization-group__main {
  margin: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
  .authorization-group__main {
    margin: 0 0 35px;
  }
}
.authorization-group__main:last-child {
  margin-bottom: 0;
}
.authorization-group__header {
  padding: 0 0 15px;
  border-bottom: 2px solid #a01602;
}
@media only screen and (min-width: 1025px) {
  .authorization-group__header {
    padding: 0 0 8px;
  }
}
.authorization-group__col {
  margin-bottom: 46px;
}
@media only screen and (min-width: 1025px) {
  .authorization-group__col {
    margin-bottom: 0;
  }
  .authorization-group__col:nth-child(2n-1) {
    padding-right: 20px !important;
  }
  .authorization-group__col:nth-child(2n) {
    padding-left: 20px !important;
  }
}
.authorization-group__col:last-child {
  margin-bottom: 0;
}
.authorization-group__content {
  padding: 30px 0 15px;
}
.authorization-group__footer {
  padding: 30px 0 0;
  border-top: 1px solid #919699;
}
.authorization-group__social-label {
  margin: 0 0 15px;
  color: #808080;
  font-size: 12px;
  line-height: 1.5;
}
.authorization-group__social-label:last-child {
  margin-bottom: 0;
}
.authorization-group__controls {
  margin: 0 0 15px;
}
.authorization-group__controls:last-child {
  margin-bottom: 0;
}
.authorization-group__fields {
  margin: 0 0 15px;
  color: #808080;
  font-size: 12px;
  line-height: 1.5;
}
.authorization-group__fields:last-child {
  margin-bottom: 0;
}
.authorization-group__contacts {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.authorization-group__contacts .authorization-group__header {
  flex: 0 0 auto;
  width: 100%;
}
.authorization-group__contacts .authorization-group__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  padding-bottom: 30px;
}
.authorization-group__map {
  width: 100%;
  flex: 1 1 auto;
}
.authorization-group__mobile-control {
  margin: 0 0 50px;
  padding: 5px 0 0;
}
.authorization-group__mobile-control:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .authorization-group__mobile-control {
    display: none;
  }
}
.authorization-group__list {
  display: block;
  margin: 0 0 32px;
  padding: 0;
  font-size: 18px;
  line-height: 1.333;
  list-style: none;
}
.authorization-group__list:last-child {
  margin-bottom: 0;
}
.authorization-group__item {
  display: block;
  margin: 0 0 14px;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .authorization-group__item {
    margin: 0 0 12px;
  }
}
.authorization-group__item:last-child {
  margin-bottom: 0;
}
.authorization-group__link {
  position: relative;
  display: inline-block;
  align-items: center;
  color: #343434;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s ease;
}
.authorization-group__link:hover,
.authorization-group__link:active,
.authorization-group__link:focus {
  color: #a01602;
  text-decoration: none;
}
.authorization-group__link_style_active {
  color: #a01602;
}
.authorization-group__link_size_small {
  font-size: 14px;
}
.authorization-group__link-text {
  display: block;
  padding: 0 0 0 40px;
}
.authorization-group__link_size_small .authorization-group__icon-wrapper {
  top: -3px;
}
.authorization-group__link_size_small .authorization-group__link-text {
  padding: 0 0 0 29px;
}
.authorization-group__icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.authorization-group__icon-wrapper:last-child {
  margin-right: 0;
}
.authorization-group__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .authorization-group__download-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.banner-carousel {
  display: block;
}
.banner {
  position: relative;
  display: block;
  background: #000;
}
.banner__illustration {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.banner__illustration:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #000;
  opacity: 0.3;
}
.banner__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .banner__image {
    display: block;
  }
}
.banner__image_type_mobile {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .banner__image_type_mobile {
    display: none;
  }
}
.banner__content {
  position: relative;
  z-index: 5;
  display: block;
  padding: 50px 0 20px;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .banner__content {
    padding: 130px 0 147px;
  }
}
.banner__title {
  display: block;
}
.banner__fields {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .banner__fields {
    display: block;
    max-width: 550px;
    padding: 9px 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
  }
}
.banner__controls {
  display: block;
  padding: 54px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .banner__controls {
    padding: 49px 0 0;
    text-align: left;
  }
}
.banner__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
}
@media only screen and (min-width: 1025px) {
  .banner__control {
    min-width: 240px;
  }
}
.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 0;
  line-height: 1.3;
}
.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
.breadcrumbs__item:before {
  content: '-';
  display: inline-block;
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin: 0 0.3em;
  color: inherit;
}
.breadcrumbs__link {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.breadcrumbs__link:hover {
  color: #a01602;
  text-decoration: none;
}
.breadcrumbs__link:active {
  color: #a01602;
  text-decoration: none;
}
.breadcrumbs__link:focus {
  color: #a01602;
  text-decoration: none;
}
.burger {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 19px;
  margin: 0;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 3px solid #000;
  border-left: none;
  border-right: none;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.burger:hover {
  opacity: 0.8;
}
.burger:before,
.burger:after {
  content: '';
  position: absolute;
}
.burger:before,
.burger:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  display: block;
  width: 24px;
  height: 3px;
  background: #000;
  -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;
}
.burger_type_close {
  border-color: transparent;
}
.burger_type_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.burger_type_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.burger_style_button {
  width: 36px;
  height: 30px;
  color: #fff;
  border: none;
  background: #a01602;
}
.burger_style_button:before,
.burger_style_button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 16px;
  background: transparent;
  border: none;
  border-bottom: 2px solid currentColor;
}
.burger_style_button:before {
  height: 6px;
  border-top: 2px solid currentColor;
  transform: translate(-50%, -5px);
}
.burger_style_button:after {
  height: 0;
  transform: translate(-50%, 3px);
}
.burger_style_button.button_type_with-text {
  width: auto;
  padding: 0 12px 0 36px;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.burger_style_button.button_type_with-text:before,
.burger_style_button.button_type_with-text:after {
  left: 22px;
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  padding: 0 22px;
  fill: #a01602;
  color: #a01602;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  border: 1px solid #a01602;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .button {
    height: 45px;
    font-size: 14px;
  }
}
.button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background: transparent;
  border: 1px solid #a01602;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.button:hover,
.button:active,
.button:focus {
  fill: #a01602;
  color: #a01602;
  text-decoration: none;
  border-color: #a01602;
}
.button:hover:after,
.button:active:after,
.button:focus:after {
  opacity: 1;
}
.button__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;
  width: 100%;
  height: 100%;
}
.button__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.button__icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: inherit;
}
.button__icon-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 15px;
}
.button__icon-wrapper:first-child {
  margin-left: 0;
}
.button__icon-wrapper:last-child {
  margin-right: 0;
}
.button__label {
  position: absolute;
  top: 50%;
  right: -60px;
  z-index: 1;
  display: none;
  color: #666;
  font-size: 14px;
  -webkit-transform: translate(-3px, -50%);
          transform: translate(-3px, -50%);
  text-shadow: none;
}
@media only screen and (min-width: 1025px) {
  .button__label {
    display: block;
  }
}
.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 {
  cursor: not-allowed;
  opacity: 0.5;
}
.button_style_filled {
  fill: #fff;
  color: #fff;
  font-weight: 700;
  background: #a01602;
}
.button_style_filled:after {
  display: none;
}
.button_style_filled:hover,
.button_style_filled:active,
.button_style_filled:focus {
  fill: #fff;
  color: #fff;
  background-color: #cf1c1c;
  border-color: #cf1c1c;
  outline: 1px solid #cf1c1c!important;
}
@media only screen and (max-width: 1024px) {
  .button_style_special {
    fill: #fff;
    color: #fff;
    font-weight: 700;
    background: #a01602;
  }
}
@media only screen and (max-width: 1024px) {
  .button_style_special:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .button_style_special:hover,
  .button_style_special:active,
  .button_style_special:focus {
    fill: #fff;
    color: #fff;
    text-shadow: 1px 0 0;
  }
}
.button_style_filling:after {
  display: none;
}
.button_style_filling:hover,
.button_style_filling:active,
.button_style_filling:focus {
  fill: #fff;
  color: #fff;
  background: #a01602;
}
.button_style_gray {
  fill: #919699;
  color: #919699;
  background: transparent;
  border-color: #919699;
}
.button_style_dark-gray {
  fill: #6d6d6d;
  color: #6d6d6d;
  background: transparent;
  border-color: #b5b4b4;
}
.button_style_success {
  fill: #fff;
  color: #fff;
  background: #16a002;
  border-color: #16a002;
}
.button_style_success:after {
  display: none;
}
.button_style_success:hover,
.button_style_success:active,
.button_style_success:focus {
  fill: #fff;
  color: #fff;
  background: #20cb07;
  border-color: #20cb07;
}
.button_size_xs {
  height: 30px;
  padding: 0 10px;
}
.button_size_s {
  height: 35px;
  padding: 0 10px;
}
.button_size_m {
  height: 45px;
}
.button_size_l {
  height: 55px;
}
@media only screen and (min-width: 1px) {
  .button_size_xs_xs {
    height: 30px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs_s {
    height: 35px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-m {
    height: 45px;
  }
}
@media only screen and (min-width: 1px) {
  .button_size_xs-l {
    height: 55px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s_xs {
    height: 30px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s_s {
    height: 35px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-m {
    height: 45px;
  }
}
@media only screen and (min-width: 480px) {
  .button_size_s-l {
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m_xs {
    height: 30px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m_s {
    height: 35px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-m {
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .button_size_m-l {
    height: 55px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l_xs {
    height: 30px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l_s {
    height: 35px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-m {
    height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_size_l-l {
    height: 55px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl_xs {
    height: 30px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl_s {
    height: 35px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-m {
    height: 45px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_size_xl-l {
    height: 55px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl_xs {
    height: 30px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl_s {
    height: 35px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-m {
    height: 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_size_xxl-l {
    height: 55px;
  }
}
.button_text-size_xs {
  font-size: 10px;
}
.button_text-size_s {
  font-size: 12px;
}
.button_text-size_m {
  font-size: 14px;
}
.button_text-size_l {
  font-size: 18px;
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-xs {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-s {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-m {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1px) {
  .button_text-size_xs-l {
    font-size: 18px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-xs {
    font-size: 10px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-s {
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-m {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) {
  .button_text-size_s-l {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-xs {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-s {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-m {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .button_text-size_m-l {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-xs {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-s {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-m {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_text-size_l-l {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-xs {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-s {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-m {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_text-size_xl-l {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-xs {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-s {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-m {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_text-size_xxl-l {
    font-size: 18px;
  }
}
.button_weight_medium {
  font-weight: 500;
}
.button_weight_bold {
  font-weight: 700;
}
.button_text-transform_upper {
  text-transform: uppercase;
}
.button_text-transform_none {
  text-transform: none;
}
.button_icon-size_xs .button__icon {
  width: 8px;
  height: 8px;
}
@media only screen {
  .button_icon-size_xs .button__icon-wrapper {
    margin: 0 10px;
  }
}
.button_icon-size_xs .button__icon-wrapper:first-child {
  margin-left: 0;
}
.button_icon-size_xs .button__icon-wrapper:last-child {
  margin-right: 0;
}
.button_icon-size_l .button__icon {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1px) {
  .button_icon-size_xs-xs .button__icon {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1px) {
  .button_icon-size_xs-xs .button__icon-wrapper {
    margin: 0 10px;
  }
}
.button_icon-size_xs-xs .button__icon-wrapper:first-child {
  margin-left: 0;
}
.button_icon-size_xs-xs .button__icon-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1px) {
  .button_icon-size_xs-l .button__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .button_icon-size_s-xs .button__icon {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 480px) {
  .button_icon-size_s-xs .button__icon-wrapper {
    margin: 0 10px;
  }
}
.button_icon-size_s-xs .button__icon-wrapper:first-child {
  margin-left: 0;
}
.button_icon-size_s-xs .button__icon-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 480px) {
  .button_icon-size_s-l .button__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .button_icon-size_m-xs .button__icon {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .button_icon-size_m-xs .button__icon-wrapper {
    margin: 0 10px;
  }
}
.button_icon-size_m-xs .button__icon-wrapper:first-child {
  margin-left: 0;
}
.button_icon-size_m-xs .button__icon-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .button_icon-size_m-l .button__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_icon-size_l-xs .button__icon {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .button_icon-size_l-xs .button__icon-wrapper {
    margin: 0 10px;
  }
}
.button_icon-size_l-xs .button__icon-wrapper:first-child {
  margin-left: 0;
}
.button_icon-size_l-xs .button__icon-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  .button_icon-size_l-l .button__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_icon-size_xl-xs .button__icon {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1281px) {
  .button_icon-size_xl-xs .button__icon-wrapper {
    margin: 0 10px;
  }
}
.button_icon-size_xl-xs .button__icon-wrapper:first-child {
  margin-left: 0;
}
.button_icon-size_xl-xs .button__icon-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1281px) {
  .button_icon-size_xl-l .button__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_icon-size_xxl-xs .button__icon {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .button_icon-size_xxl-xs .button__icon-wrapper {
    margin: 0 10px;
  }
}
.button_icon-size_xxl-xs .button__icon-wrapper:first-child {
  margin-left: 0;
}
.button_icon-size_xxl-xs .button__icon-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1440px) {
  .button_icon-size_xxl-l .button__icon {
    width: 20px;
    height: 20px;
  }
}
.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;
  transition: background 0.3s ease;
}
.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, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.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 {
  display: block;
}
.carousel__inner {
  position: relative;
}
.carousel__test-content {
  height: 200px;
  color: #fff;
  font-size: 56px;
  background: #555;
}
.cart-coupon {
  display: block;
  text-align: right;
}
@media only screen and (min-width: 1025px) {
  .cart-coupon {
    text-align: left;
  }
}
.cart-coupon__header {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .cart-coupon__header {
    display: none;
  }
}
.cart-coupon__trigger {
  color: #373737;
  font-size: 11px;
  line-height: 12px;
  text-decoration: none;
  border-bottom: 1px dashed;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cart-coupon__trigger:hover,
.cart-coupon__trigger:active,
.cart-coupon__trigger:focus {
  color: #a01602;
}
.cart-coupon__body {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 8px 0 10px;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .cart-coupon__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
.cart-coupon__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  max-width: 80px;
  padding: 0 20px 0 0;
  color: #373737;
  font-size: 10px;
  line-height: 12px;
}
@media only screen and (min-width: 1025px) {
  .cart-coupon__label {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    width: 100px;
    max-width: 100px;
    font-size: 13px;
    line-height: 20px;
  }
}
.cart-coupon__field {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .cart-coupon__field {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 313px;
    padding: 0 6px 0 2px;
  }
}
.cart-coupon__input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 30px 0 15px;
  color: #373737;
  font-size: 14px;
  line-height: 38px;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
}
@media only screen and (min-width: 1025px) {
  .cart-coupon__input {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
  }
}
.cart-coupon__input-control {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 22px;
  height: 100%;
  padding: 9px 10px 9px 0;
}
@media only screen and (min-width: 1025px) {
  .cart-coupon__input-control {
    display: none;
  }
}
.cart-coupon__input-button {
  display: block;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
.cart-coupon__icon {
  display: block;
  width: 12px;
  height: 20px;
  fill: #a01602;
}
.cart-coupon__controls {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .cart-coupon__controls {
    display: block;
  }
}
.cart-coupon__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 175px;
}
.cart-coupon_state_open .cart-coupon__header {
  display: none;
}
.cart-coupon_state_open .cart-coupon__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-delivery {
  display: block;
}
.cart-delivery__header {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .cart-delivery__header {
    margin: 0 0 34px;
  }
}
.cart-delivery__header:last-child {
  margin-bottom: 0;
}
.cart-delivery__title {
  display: block;
  margin: 0 0 20px;
  color: #373737;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .cart-delivery__title {
    font-size: 16px;
  }
}
.cart-delivery__title:last-child {
  margin-bottom: 0;
}
.cart-delivery__trigger {
  position: relative;
  margin: 0 13px 0 0;
  color: #373737;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.cart-delivery__trigger:hover,
.cart-delivery__trigger:active,
.cart-delivery__trigger:focus {
  color: #a01602;
  text-decoration: none;
}
.cart-delivery__trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin: 0 0 0 2px;
  border-width: 4px 3px 0 3px;
  border-style: solid;
  border-color: currentColor transparent transparent transparent;
  -webkit-transform: translate(2px, 0);
          transform: translate(2px, 0);
}
.cart-delivery__search {
  display: none;
  max-width: 725px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 1025px) {
  .cart-delivery__search {
    margin: 0 auto 50px;
  }
}
.cart-delivery__search:last-child {
  margin-bottom: 0;
}
.cart-delivery__search-title {
  display: block;
  margin: 0 0 7px;
  color: #373737;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .cart-delivery__search-title {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1025px) {
  .cart-delivery__option-group {
    padding: 50px;
    border: 1px solid #e7e7e7;
  }
}
.cart-delivery__options {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-delivery__option-item {
  position: relative;
  display: block;
  margin: 0 0 16px;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .cart-delivery__option-item {
    margin: 0 0 6px;
  }
}
.cart-delivery__option-item:last-child {
  margin-bottom: 0;
}
.cart-delivery_state_show-search .cart-delivery__search {
  display: block;
}
.cart-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0;
  color: #000;
  font-size: 0;
}
.cart-product__illustration {
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  margin: 0 10px 0 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
}
.cart-product__illustration:hover,
.cart-product__illustration:active,
.cart-product__illustration:focus {
  color: inherit;
  text-decoration: none;
}
.cart-product__illustration:last-child {
  margin-right: 0;
}
.cart-product__image {
  display: block;
  max-width: 50px;
  max-height: 50px;
  margin: 0px auto;
  padding: 0;
}
.cart-product__info {
  vertical-align: top;
  font-size: 14px;
}
.cart-product__title {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
  color: inherit;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-product__title:hover,
.cart-product__title:active,
.cart-product__title:focus {
  color: #a01602;
  text-decoration: none;
}
.cart-product__title a:not([class]) {
  white-space: inherit;
}
.cart-product__prices {
  display: block;
  font-weight: 600;
}
.cart-product__price {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 7px;
}
.cart-product__price:last-child {
  margin-right: 0;
}
.cart-product__price_type_old {
  color: #808080;
  text-decoration: line-through;
}
.cart-product__remove {
  position: relative;
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  margin-right: -10px;
  margin-left: auto;
  padding: 10px;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
.cart-product__remove:hover:before,
.cart-product__remove:active:before,
.cart-product__remove:focus:before,
.cart-product__remove:hover:after,
.cart-product__remove:active:after,
.cart-product__remove:focus:after {
  background: #000;
}
.cart-product__remove:before,
.cart-product__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 16px;
  height: 1px;
  background: #d8d8d8;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.cart-product__remove:after {
  width: 1px;
  height: 16px;
}
.cart-snippet {
  display: block;
  color: #000;
  background: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.25);
          box-shadow: 0 2px 20px 0 rgba(0,0,0,0.25);
}
.cart-snippet__products {
  overflow: hidden auto;
  max-height: 285px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.cart-snippet__products:last-child {
  margin-bottom: 0;
}
.cart-snippet__product {
  border-bottom: 1px solid #d8d8d8;
}
.cart-snippet__summary {
  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;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.cart-snippet__footer {
  margin-bottom: 20px;
  padding: 0 20px 20px;
}
.cart-snippet__footer:last-child {
  margin-bottom: 0;
}
.cart-snippet__controls {
  text-align: center;
}
.cart-snippet__control {
  display: inline-block;
  min-width: 280px;
}
@media only screen and (min-width: 1025px) {
  .cart-snippet__control {
    display: block;
    min-width: auto;
  }
}
.cart {
  display: block;
}
.cart__title {
  margin: 0 0 19px;
}
@media only screen and (min-width: 1025px) {
  .cart__title {
    margin: 0 0 27px;
  }
}
.cart__title:last-child {
  margin-bottom: 0;
}
.cart__top-panel {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .cart__top-panel {
    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;
    margin: 0 0 32px;
  }
}
.cart__top-panel:last-child {
  margin-bottom: 0;
}
.cart__panel {
  display: block;
  margin: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
  .cart__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 26px;
    padding: 0 0 25px;
    border-bottom: 1px solid #ccc;
  }
}
.cart__panel:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cart__panel-item {
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .cart__panel-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .cart__panel-item:nth-child(2n) {
    padding: 0 0 0 10px;
    text-align: right;
  }
}
.cart__sub-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  border-bottom: 2px solid #a01602;
}
.cart__clear-control {
  display: inline-block;
  vertical-align: middle;
  min-width: 98px;
}
.cart__main {
  margin: 0 0 12px;
}
@media only screen and (min-width: 768px) {
  .cart__main {
    margin: 0 0 22px;
  }
}
.cart__table {
  border: 1px solid #e7e7e7;
}
.cart__table-header {
  display: none;
  color: #888;
  font-size: 10px;
  line-height: 13px;
}
@media only screen and (min-width: 1025px) {
  .cart__table-header {
    display: block;
    padding: 15px 0;
    font-size: 12px;
    line-height: 16px;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
  }
}
.cart__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #e7e7e7;
}
.cart__table-row:last-child {
  border-bottom: none;
}
.cart__table-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  padding: 17px 0;
}
@media only screen and (min-width: 1025px) {
  .cart__table-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
.cart__table-group:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 141px;
          flex: 0 0 141px;
  width: 141px;
  max-width: 141px;
}
@media only screen and (min-width: 1025px) {
  .cart__table-group:first-child {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    width: 160px;
    max-width: 160px;
  }
}
.cart__table-cell {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .cart__table-cell {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    padding: 0 12px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart__table-cell_role_illustration {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.cart__table-cell_role_name {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 0 0 9px;
}
@media only screen and (min-width: 1025px) {
  .cart__table-cell_role_name {
    margin: 0;
  }
}
.cart__table-cell_role_name:last-child {
  margin-bottom: 0;
}
.cart__table-cell_role_cost {
  display: none;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media only screen and (min-width: 1025px) {
  .cart__table-cell_role_cost {
    display: block;
  }
}
.cart__table-cell_role_weight {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.cart__table-cell_role_quantity {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 0 0 7px;
}
@media only screen and (min-width: 1025px) {
  .cart__table-cell_role_quantity {
    margin: 0;
  }
}
.cart__table-cell_role_price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.cart__product-illustration {
  display: block;
  padding: 0 7px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .cart__product-illustration {
    padding: 19px 13px 19px 0;
  }
}
.cart__product-title {
  display: block;
  padding: 0 49px 0 0;
  color: #a01602;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cart__product-title {
    font-size: 14px;
    line-height: 1.43;
  }
}
@media only screen and (min-width: 1025px) {
  .cart__product-title {
    margin: 0;
    padding: 46px 0 62px;
  }
}
.cart__product-title:hover,
.cart__product-title:active,
.cart__product-title:focus {
  color: #a41702;
  text-decoration: none;
}
.cart__product-cost {
  font-weight: 700;
}
@media only screen and (min-width: 1025px) {
  .cart__product-cost {
    padding: 46px 0 62px;
  }
}
@media only screen and (min-width: 1025px) {
  .cart__product-weight {
    padding: 46px 0 62px;
  }
}
@media only screen and (min-width: 1025px) {
  .cart__product-quantity {
    padding: 46px 0 62px;
  }
}
.cart__product-price {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cart__product-price {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .cart__product-price-group {
    padding: 46px 0 62px;
  }
}
.cart__product-price_type_old {
  color: #6d6d6d;
  font-size: 10px;
  font-weight: 500;
  text-decoration: line-through;
}
@media only screen and (min-width: 768px) {
  .cart__product-price_type_old {
    font-size: 12px;
  }
}
.cart__product-label {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  background: #a01602;
}
@media only screen and (min-width: 768px) {
  .cart__product-label {
    font-size: 11px;
  }
}
.cart__product-label-wrapper {
  display: block;
}
.cart__remove {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .cart__remove {
    top: 13px;
    right: 13px;
  }
}
.cart__remove:hover:before,
.cart__remove:hover:after {
  background: #000;
}
.cart__remove:before,
.cart__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 1px;
  height: 10px;
  background: #6d6d6d;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.cart__remove:after {
  width: 10px;
  height: 1px;
}
.cart__image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 90px;
}
@media only screen and (min-width: 1025px) {
  .cart__image {
    max-height: 200px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart__image {
    width: 100%;
  }
}
.cart__total {
  padding: 8px 0 0;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
@media only screen and (min-width: 1025px) {
  .cart__total {
    padding: 0;
    font-size: 15px;
    line-height: 27px;
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .cart__total-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cart__total-field_style_important {
  font-weight: 700;
}
.cart__total-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .cart__total-label {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin: 0;
    padding: 0 33px 0 0;
    font-size: inherit;
    font-weight: inherit;
    text-align: right;
  }
}
.cart__total-value {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .cart__total-value {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 139px;
            flex: 0 0 139px;
    width: 139px;
  }
}
.cart__total_size_small {
  font-size: 11px;
  line-height: 27px;
}
@media only screen and (min-width: 1025px) {
  .cart__total_size_small {
    font-size: 13px;
  }
}
.cart__away-control {
  display: inline-block;
  vertical-align: middle;
  min-width: 252px;
}
.cart__away-link {
  display: block;
  padding: 13px 0 0;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 20px;
}
.cart__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 196px;
}
@media only screen and (min-width: 1025px) {
  .cart__control {
    min-width: 246px;
  }
}
.cart__final {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .cart__final {
    text-align: inherit;
  }
}
.cart__delivery-trigger {
  display: block;
  padding: 24px 0 0;
  fill: #373737;
  color: #373737;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cart__delivery-trigger {
    padding: 27px 0 0;
    font-size: 13px;
  }
}
.cart__delivery-trigger:hover,
.cart__delivery-trigger:active,
.cart__delivery-trigger:focus {
  fill: #a01602;
  color: #a01602;
}
.cart__link {
  color: inherit;
  font: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cart__link:hover,
.cart__link:active,
.cart__link:focus {
  color: #a01602;
  text-decoration: none;
}
.cart__link-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  line-height: 21px;
}
.cart__link-text {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed;
}
.cart__icon {
  display: block;
  width: 20px;
  height: 13px;
  fill: inherit;
}
@media only screen and (min-width: 768px) {
  .cart__icon {
    width: 30px;
    height: 20px;
  }
}
.cart__delivery {
  display: none;
  max-width: 800px;
  margin: 0 auto;
  padding: 9px 0 0;
}
@media only screen and (min-width: 768px) {
  .cart__delivery {
    padding: 69px 0 0;
  }
}
.cart__delivery-final {
  padding: 25px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .cart__delivery-final {
    padding: 60px 0 0;
  }
}
.cart__message-title {
  margin: 0 0 6px;
}
.cart__message-title:last-child {
  margin-bottom: 0;
}
.cart__message-content {
  font-size: 13px;
}
.cart_state_show-delivery.cart__delivery {
  display: block;
}
.cart_type_classic .cart__table-header {
  display: block;
}
.cart_type_classic .cart__table-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
@media only screen and (max-width: 1024px) {
  .cart_type_classic .cart__table-group:first-child {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cart_type_classic .cart__table-cell {
    margin: 0;
    padding: 0 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .cart_type_classic .cart__table-cell_role_name {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .cart_type_classic .cart__table-cell_role_weight {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    width: 16%;
    max-width: 16%;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .cart_type_classic .cart__table-cell_role_quantity {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    width: 23%;
    max-width: 23%;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .cart_type_classic .cart__table-cell_role_price {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    width: 21%;
    max-width: 21%;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .cart_type_classic .cart__product-title {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cart_type_classic .cart__product-price {
    font-size: 12px;
    line-height: 13px;
  }
}
.catalog-categories {
  display: block;
}
.catalog-categories__header {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid #d8d8d8;
}
.catalog-categories__header:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.catalog-categories__illustration {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__illustration {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 120px;
    max-height: 250px;
    padding: 0 40px 0 0;
  }
}
.catalog-categories__image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
}
.catalog-categories__title-wrapper {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__title-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 23px;
  }
}
.catalog-categories__title-wrapper:last-child {
  margin-bottom: 0;
}
.catalog-categories__fields {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__fields {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
}
.catalog-categories__fields:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__controls-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 27px;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-categories__control {
    display: inline-block;
    vertical-align: middle;
    min-width: 300px;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__control {
    min-width: 220px;
  }
}
.catalog-categories__main {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__main {
    margin: 0 0 77px;
  }
}
.catalog-categories__main:last-child {
  margin-bottom: 0;
}
.catalog-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .catalog-categories__list {
    display: block;
    margin: 0 -10px 20px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.catalog-categories__list:last-child {
  margin-bottom: 0;
}
.catalog-categories__item {
  padding: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .catalog-categories__item {
    padding: 0 10px 50px;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }

  .catalog-categories__item:last-child:nth-child(2n-1) {
    padding-bottom: 100px;
  }
}
.catalog-categories__plain-text {
  color: #333;
  font-size: 12px;
  line-height: 1.75;
}
@media only screen and (min-width: 1025px) {
  .catalog-categories__plain-text {
    color: #262626;
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-categories_type_minimal .catalog-categories__title-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-categories_type_minimal .catalog-categories__fields {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-categories_type_minimal .catalog-categories__controls-wrapper {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-categories_type_minimal .catalog-categories__item {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-categories_type_minimal .catalog-categories__list {
    margin: 0 0 20px;
  }
}
.catalog-filter {
  position: relative;
  display: block;
}
.catalog-filter__trigger {
  position: relative;
  z-index: 20;
  display: block;
  padding: 30px 0 30px 28px;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.catalog-filter__trigger:hover,
.catalog-filter__trigger:active,
.catalog-filter__trigger:focus {
  color: #a01602;
  text-decoration: none;
}
.catalog-filter__trigger:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-right: 2px solid #262626;
  border-bottom: 2px solid #262626;
  -webkit-transform: translate(0, 29px) rotate(45deg);
          transform: translate(0, 29px) rotate(45deg);
}
.catalog-filter__body {
  display: none;
  padding: 0 0 25px;
}
.catalog-filter__tip {
  position: absolute;
  top: 55px;
  left: 20px;
  z-index: 10;
  display: none;
  width: 80%;
  padding: 23px 15px;
  color: #262626;
  font-size: 10px;
  line-height: 15px;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 1025px) {
  .catalog-filter__tip {
    top: 0;
    left: 100%;
    width: 100%;
    min-height: calc(100% + 2px);
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-filter__tip:before,
  .catalog-filter__tip:after {
    content: '';
    position: absolute;
    top: 39px;
    right: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-width: 5px 4px;
    border-style: solid;
    border-color: #d8d8d8 #d8d8d8 transparent transparent;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-filter__tip:after {
    top: 40px;
    z-index: 5;
    border-width: 4px 3px;
    border-color: #fff #fff transparent transparent;
  }
}
.catalog-filter__tip-title {
  font-weight: 500;
  text-transform: uppercase;
}
.catalog-filter__tip-field {
  margin: 0 0 15px;
}
.catalog-filter__tip-field:last-child {
  margin-bottom: 0;
}
.catalog-filter__range {
  padding: 5px 0;
}
.catalog-filter__check-item {
  margin: 0 0 5px;
}
.catalog-filter__check-item:last-child {
  margin-bottom: 0;
}
.catalog-filter_state_open .catalog-filter__trigger {
  padding-bottom: 15px;
}
.catalog-filter_state_open .catalog-filter__trigger:before {
  -webkit-transform: translate(0, 32px) rotate(-135deg);
          transform: translate(0, 32px) rotate(-135deg);
}
.catalog-filter_state_open .catalog-filter__body {
  display: block;
}
.catalog-filter_state_showing-tip .catalog-filter__tip {
  display: block;
}
.catalog-filter_arrow-position_right .catalog-filter__trigger {
  padding-right: 28px;
  padding-left: 0;
}
.catalog-filter_arrow-position_right .catalog-filter__trigger:before {
  right: 0;
  left: auto;
}
.catalog {
  display: block;
}
.catalog__header {
  margin: 0 0 27px;
  padding: 30px 0 29px;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 1025px) {
  .catalog__header {
    margin: 0 0 30px;
    padding: 30px 0 13px;
  }
}
.catalog__header:last-child {
  margin-bottom: 0;
}
.catalog__title {
  margin: 0 0 32px;
}
@media only screen and (min-width: 1025px) {
  .catalog__title {
    margin: 0 0 50px;
  }
}
.catalog__title:last-child {
  margin-bottom: 0;
}
.catalog__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .catalog__controls {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.catalog__mobile-filter {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .catalog__mobile-filter {
    display: none;
  }
}
.catalog__mobile-filter:last-child {
  margin-bottom: 0;
}
.catalog__mobile-control {
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
}
.catalog__sorting-filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 20px 0 0;
}
.catalog__layout-controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.catalog__products {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .catalog__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px 10px;
  }
}
.catalog__products:last-child {
  margin-bottom: 0;
}
.catalog__product {
  display: block;
  padding: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .catalog__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 10px 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog__product {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
.catalog__product-wrapper {
  height: 100%;
}
.catalog__filter-item {
  border-bottom: 1px solid #d8d8d8;
}
.catalog__filter-item:last-child {
  border-bottom: none;
}
.catalog__pagination-wrapper {
  margin: 0 0 54px;
}
@media only screen and (min-width: 1025px) {
  .catalog__pagination-wrapper {
    margin: 0 0 44px;
  }
}
.catalog__pagination-wrapper:last-child {
  margin-bottom: 0;
}
.catalog__pagination-controls {
  margin: 0 0 50px;
  text-align: center;
}
.catalog__pagination-controls:last-child {
  margin-bottom: 0;
}

.catalog__pagination-controls .catalog__control {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
}
.catalog__pagination-controls .catalog__control:last-child {
  margin-bottom: 0;
}
.catalog__control {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .catalog__control {
    display: inline-block;
    vertical-align: middle;
    min-width: 220px;
  }
}
.catalog__control:last-child {
  margin-bottom: 0;
}
.catalog__plain-text {
  font-weight: 400;
}
.catalog__plain-text h1,
.catalog__plain-text h2,
.catalog__plain-text h3,
.catalog__plain-text h4,
.catalog__plain-text h5,
.catalog__plain-text h6 {
  text-transform: uppercase;
}
.catalog__filters {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 300;
  display: block;
  padding: 68px 10px 50px;
  background: #fff;
  -webkit-transform: translate(-150%, 0);
          transform: translate(-150%, 0);
  -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;
}
@media only screen and (min-width: 1025px) {
  .catalog__filters {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    -webkit-transform: none;
            transform: none;
  }
}
.catalog__filters_state_open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.catalog__filters-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.catalog__filters-close {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 38px;
  height: 38px;
  color: #7f7f7f;
  font-size: 0;
  text-decoration: none;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .catalog__filters-close {
    display: none;
  }
}
.catalog__filters-close:hover {
  color: #a01602;
}
.catalog__filters-close:before,
.catalog__filters-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 17px;
  color: inherit;
  border-right: 1px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .catalog__filters-close:before,
  .catalog__filters-close:after {
    border-right-width: 2px;
  }
}
.catalog__filters-close:after {
  width: 17px;
  height: 0;
  border-top: 1px solid;
  border-right: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .catalog__filters-close:after {
    border-top-width: 2px;
    border-right: none;
  }
}
.catalog_type_horizontal .catalog__products {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.catalog_type_horizontal .catalog__product {
  width: auto;
  max-width: none;
  padding: 0 0 58px;
}
@media only screen and (min-width: 768px) {
  .catalog_type_horizontal .catalog__product {
    padding: 0 0 20px;
  }
}
.category-snippet {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .category-snippet__wrapper {
    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;
  }
}
.category-snippet__illustration {
  display: block;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .category-snippet__illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    width: 80px;
    padding: 0 15px 0 0;
    text-align: left;
  }
}
.category-snippet__illustration:last-child {
  margin-bottom: 0;
}
.category-snippet__image {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  max-height: 120px;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 1025px) {
  .category-snippet__image {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .category-snippet__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    max-width: calc(100% - 95px);
    margin: 0 0 20px;
  }
}
.category-snippet__main:last-child {
  margin-bottom: 0;
}
.category-snippet__title {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}
@media only screen and (min-width: 1025px) {
  .category-snippet__title {
    margin: 0 0 10px;
  }
}
.category-snippet__title:last-child {
  margin-bottom: 0;
}
.category-snippet__link {
  color: #a01602;
  font: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.category-snippet__link:hover,
.category-snippet__link:active,
.category-snippet__link:focus {
  color: #a41702;
  text-decoration: none;
}
.category-snippet__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.category-snippet__item {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .category-snippet__item {
    margin: 0 0 5px;
  }
}
.category-snippet__item:last-child {
  margin-bottom: 0;
}
.category-snippet__description {
  display: none;
  padding: 30px 0 0;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .category-snippet__description {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding: 0;
  }
}
.category-snippet_type_minimal .category-snippet__illustration {
  display: none;
}
@media only screen and (min-width: 768px) {
  .category-snippet_type_minimal .category-snippet__illustration {
    display: block;
  }
}
.category-snippet_type_minimal .category-snippet__description {
  display: block;
}
.check-elem {
  position: relative;
  opacity: 1;
}
.check-elem__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.check-elem__input:checked + .check-elem__label:before {
  border-color: #a01602;
}
.check-elem__input:checked + .check-elem__label:after {
  opacity: 1;
}
.check-elem__input[type='radio'] + .check-elem__label:before {
  top: 0.9em;
  border-radius: 50%;
}
.check-elem__input[type='radio'] + .check-elem__label:after {
  top: 0.9em;
  left: 5px;
  width: 6px;
  height: 6px;
  margin: 0;
  background: #a01602;
  border: none;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.check-elem__input[disabled] + .check-elem__label {
  color: #888;
}
.check-elem__label {
  position: relative;
  display: block;
  padding: 5px 0 5px 24px;
  font-size: inherit;
  line-height: inherit;
}
.check-elem__label:before {
  content: '';
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.check-elem__label:after {
  content: '';
  position: absolute;
  top: 0.9em;
  left: 5px;
  display: block;
  width: 8px;
  height: 5px;
  margin: -9px 0 0;
  border-left: 2px solid #a01602;
  border-bottom: 2px solid #a01602;
  opacity: 0;
  -webkit-transform: skew(40deg, -50deg);
          transform: skew(40deg, -50deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.check-elem_type_minimal .check-elem__input:checked + .check-elem__label {
  color: #a01602;
  fill: #a01602;
}
.check-elem_size_large .check-elem__label {
  padding: 0 0 0 30px;
}
.check-elem_size_large .check-elem__label:before {
  width: 15px;
  height: 15px;
}
.check-elem_type_minimal .check-elem__label {
  margin: 0;
  padding: 0;
}
.check-elem_type_minimal .check-elem__label:before,
.check-elem_type_minimal .check-elem__label:after {
  display: none;
}
.check-elem_type_button .check-elem__label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 176px;
  height: 30px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #a01602;
  border: 1px solid #a01602;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.check-elem_type_button .check-elem__label:before,
.check-elem_type_button .check-elem__label:after {
  display: none;
}
.check-elem_type_button .check-elem__holder {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.check-elem_type_button .check-elem__holder_role_active {
  display: none;
  visibility: hidden;
}
.check-elem_type_button .check-elem__input:checked + .check-elem__label {
  color: #a01602;
  background: transparent;
}
.check-elem_type_button .check-elem__input:checked + .check-elem__label .check-elem__holder {
  display: none;
  visibility: hidden;
}
.check-elem_type_button .check-elem__input:checked + .check-elem__label .check-elem__holder_role_active {
  display: block;
  visibility: visible;
}
.check-elem_type_large .check-elem__label {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 0 0 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.check-elem_type_large .check-elem__label:before {
  top: 50%;
}
.check-elem_type_large .check-elem__label:after {
  top: 50%;
  left: 4px;
  width: 7px;
  height: 3px;
  margin: -3px 0 0;
  border-width: 0 0 1px 1px;
}
.check-elem_type_large .check-elem__text {
  display: block;
  flex: 0 1 auto;
}
.check-elem_type_large .check-elem__icon {
  display: block;
  flex: 0 0 28px;
  width: 24px;
  max-width: 28px;
  height: 28px;
  margin: 0 0 0 8px;
}
.check-elem_type_large .check-elem__icon:first-child {
  margin-left: 0;
}
.city-list {
  display: block;
}
.city-list__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.city-list__item {
  display: block;
  margin: 0;
  padding: 0;
}
.city-list__link {
  color: #262626;
  font-size: 21px;
  line-height: 40px;
  text-decoration: none;
}
.city-list__link:hover,
.city-list__link:active,
.city-list__link:focus {
  color: #a01602;
  text-decoration: none;
}
.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;
}
.compare-carousel {
  display: block;
}
.compare-carousel__navigation {
  display: none;
}
@media only screen and (min-width: 768px) {
  .compare-carousel__navigation {
    display: block;
  }
}
.compare-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  fill: #808080;
  color: #808080;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.compare-carousel__arrow:hover {
  fill: #262626;
  color: #262626;
}
.compare-carousel__arrow_type_prev {
  left: 0;
}
.compare-carousel__arrow_type_next {
  right: 0;
}
.compare-carousel__icon {
  display: block;
  width: 6px;
  height: 10px;
  fill: inherit;
}
.compare-carousel__icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 6px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.compare-carousel__pagination {
  position: static;
  display: block;
  padding: 17px 8px 30px;
  font-size: 0;
  text-align: center;
  background: transparent;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .compare-carousel__pagination {
    display: none;
  }
}
.compare-carousel__bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 35px 0 0;
  color: c-prim;
  font-size: 0;
  background: #d8d8d8;
  border: none;
  border-radius: 50%;
  outline: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.compare-carousel__bullet:hover {
  background: #a01602;
}
.compare-carousel__bullet:last-child {
  margin-right: 0;
}
.compare-carousel__bullet_state_active {
  background: #a01602;
}
.compare {
  display: block;
}
.compare__title {
  margin: 0 0 30px;
}
.compare__title:last-child {
  margin-bottom: 0;
}
.compare__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .compare__header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.compare__header:last-child {
  margin-bottom: 0;
}
.compare__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .compare__controls {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 1025px) {
  .compare__controls {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .compare__control {
    max-width: 220px;
  }
}
.compare__carousel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .compare__carousel {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
    width: 66.666667%;
    max-width: 66.666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .compare__carousel {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
}
.compare__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -10px 30px;
  font-size: 12px;
  line-height: 15px;
}
@media only screen and (min-width: 1025px) {
  .compare__table {
    margin: 0 0 30px;
  }
}
.compare__table:last-child {
  margin-bottom: 0;
}
.compare__row {
  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;
  min-height: 43px;
}
@media only screen and (min-width: 768px) {
  .compare__row {
    min-height: 55px;
  }
}
.compare__row:nth-child(2n - 1) {
  min-height: 40px;
  background: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .compare__row:nth-child(2n - 1) {
    min-height: 50px;
  }
}
.compare__cell {
  display: block;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .compare__cell {
    padding: 10px 20px;
  }
}
.compare__labels {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
  max-width: 50%;
  font-size: 10px;
  line-height: 13px;
}
@media only screen and (min-width: 768px) {
  .compare__labels {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
    font-size: inherit;
    line-height: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .compare__labels {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.compare__items {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
  max-width: 50%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.compare__items::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .compare__items {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
    width: 66.666667%;
    max-width: 66.666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .compare__items {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
}
.compare__items-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.compare__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .compare__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .compare__item {
    -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
    width: 33.3333333%;
    max-width: 33.3333333%;
  }
}
.compare__product {
  position: relative;
  padding: 7px 0 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .compare__product {
    padding: 20px 10px 13px;
  }
}
.compare__product-illustration {
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
.compare__product-illustration:last-child {
  margin-bottom: 0;
}
.compare__product-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 200px;
  margin: 0;
  padding: 0;
}
.compare__product-title {
  display: block;
}
.compare__product-price {
  display: block;
  color: #333;
}
.compare__link {
  color: #a01602;
  font: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.compare__link:hover,
.compare__link:active,
.compare__link:focus {
  color: #a41702;
  text-decoration: none;
}
.compare__remove {
  position: absolute;
  top: -5px;
  right: 50%;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: none;
  -webkit-transform: translate(90px, 0);
          transform: translate(90px, 0);
}
@media only screen and (min-width: 768px) {
  .compare__remove {
    top: 3px;
  }
}
.compare__remove:before,
.compare__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 15px;
  height: 1px;
  background: #7f7f7f;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.compare__remove:after {
  width: 1px;
  height: 15px;
}
.contact-panel {
  display: block;
  margin: 0 -10px;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .contact-panel {
    margin: 0;
    padding: 0 0 100px;
  }
}
.contact-panel__wrapper {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 10px;
  background: #f7f7f7;
}
@media only screen and (min-width: 1025px) {
  .contact-panel__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px;
  }
}
.contact-panel__info {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .contact-panel__info {
    padding: 0 75px 0 0;
  }
}
.contact-panel__title {
  margin-bottom: 15px;
  color: #262626;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .contact-panel__title {
    margin-bottom: 10px;
    text-align: left;
  }
}
.contact-panel__text {
  margin-bottom: 30px;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .contact-panel__text {
    margin-bottom: 0;
    text-align: left;
  }
}
.contact-panel__controls {
  display: inline-block;
  width: 240px;
}
.delivery-item {
  position: relative;
  display: block;
}
.delivery-item__container {
  padding: 3px 2px;
  color: #373737;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .delivery-item__container {
    padding: 5px;
  }
}
.delivery-item__container:hover {
  border-color: #a01602;
}
.delivery-item__container:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  z-index: -1;
  border: 1px solid #a01602;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .delivery-item__container:after {
    border-width: 2px;
  }
}
.delivery-item__wrapper {
  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;
}
.delivery-item__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.delivery-item__container.active {
  border-color: #a01602;
}
.delivery-item__container.active:after {
  opacity: 1;
}
.delivery-item__container.active .delivery-item__inputs {
  display: block;
}
.delivery-item__container.active .delivery-item__link {
  display: none;
}
.delivery-item__illustration {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
  width: 74px;
  max-width: 74px;
  height: 37px;
  padding: 3px;
  border: 1px solid #e7e7e7;
}
@media only screen and (min-width: 768px) {
  .delivery-item__illustration {
    -ms-flex-preferred-size: 111px;
        flex-basis: 111px;
    width: 111px;
    max-width: 111px;
    height: 57px;
  }
}
.delivery-item__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .delivery-item__image {
    width: auto;
  }
}
.delivery-item__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .delivery-item__label {
    padding: 0 75px;
    font-size: 16px;
    font-weight: 500;
  }
}
.delivery-item__label-extra {
  display: block;
  color: #888;
  font-size: 10px;
  line-height: 15px;
}
.delivery-item__label-extra_type_mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .delivery-item__label-extra_type_mobile {
    display: none;
  }
}
/*.delivery-item__label-extra_type_desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .delivery-item__label-extra_type_desktop {
    display: block;
  }
}*/
.delivery-item__highlight {
  color: #373737;
  font-weight: 700;
}
.delivery-item__duration {
  display: none;
}
@media only screen and (min-width: 768px) {
  .delivery-item__duration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
    padding: 0 10px 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
  }
}
.delivery-item__link {
  color: #12a9e1;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}
.delivery-item__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78px;
          flex: 0 0 78px;
  width: 78px;
  max-width: 78px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .delivery-item__price {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    width: 100px;
    max-width: 100px;
    font-size: 15px;
    line-height: 19px;
  }
}
.delivery-item__price_style_success {
  color: #196f1c;
}
.delivery-item__inputs {
  display: none;
  padding: 10px 4px 0;
}
@media only screen and (min-width: 768px) {
  .delivery-item__inputs {
    padding: 0 111px 0 186px;
  }
}
.documentation {
  display: block;
}
.documentation__showcase {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 50px;
  background: #eef;
  border: 1px solid #88f;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 10px #bbf;
          box-shadow: inset 0 0 10px #bbf;
}
.documentation__showcase:last-child {
  margin-bottom: 0;
}
.documentation__code {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px;
  color: #fff;
  font-family: monospace, monospace;
  font-size: 16px;
  line-height: 1.2;
  background: #222;
  border: 4px solid #545454;
  border-radius: 4px;
}
.documentation__code:last-child {
  margin-bottom: 0;
}
.documentation__code-row {
  display: block;
}
.documentation__code-level {
  display: block;
  padding: 0 0 0 1em;
}
.documentation__punctuation {
  color: #fff;
}
.documentation__string {
  color: #e6db74;
}
.documentation__element {
  color: #a6e22d;
}
.documentation__number {
  color: #ae81ff;
}
.documentation__operator {
  color: #f92672;
}
.documentation__keyword {
  color: #66d9ef;
}
.documentation__code-snippet {
  padding: 1px;
  font-family: monospace, monospace;
  background: #c6c6c6;
  border-radius: 2px;
}
.documentation__code-snippet[href] {
  color: inherit;
  font-style: italic;
  text-decoration: none;
  outline: none;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.documentation__code-snippet[href]:hover,
.documentation__code-snippet[href]:active,
.documentation__code-snippet[href]:focus {
  color: inherit;
  text-decoration: none;
  background: #d6d6d6;
}
.documentation__asterisk {
  vertical-align: top;
  color: #ef5350;
}
.entry-list {
  display: block;
  overflow: hidden;
}
.entry-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 480px) {
  .entry-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-snippet {
  display: block;
}
.entry-snippet__title {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 500;
}
.entry-snippet__title:last-child {
  margin-bottom: 0;
}
.entry-snippet__date {
  color: #919699;
  font-size: 12px;
  line-height: 6px;
}
.entry-snippet__fields {
  margin: 0 0 20px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.entry-snippet__fields:last-child {
  margin-bottom: 0;
}
.entry-snippet__field {
  margin: 0 0 18px;
}
.entry-snippet__field:last-child {
  margin-bottom: 0;
}
.entry-snippet__link {
  display: inline;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.entry-snippet__link:hover,
.entry-snippet__link:active,
.entry-snippet__link:focus {
  color: #a01602;
  text-decoration: none;
}
.example {
  display: block;
}
.example__title {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 700;
}
.example__title:last-child {
  margin-bottom: 0;
}
.example__group {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dashed #e8e8e8;
}
.example__group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.example__description {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
.example__description:last-child {
  margin-bottom: 0;
}
.example__source {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}
.example__source:last-child {
  margin-bottom: 0;
}
.example__source .hljs {
  padding: 5px 10px;
  background: transparent;
}
.example__source .hljs-ln-numbers {
  padding: 0 5px 0 0;
  color: #e8e8e8;
}
.example__source_border_none {
  border: none;
}
.example__source_border_top {
  border: none;
  border-top: 1px solid #e8e8e8;
}
.example__source_border_right {
  border: none;
  border-right: 1px solid #e8e8e8;
}
.example__source_border_bottom {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.example__source_border_left {
  border: none;
  border-left: 1px solid #e8e8e8;
}
.example__result {
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}
.example__result_border_none {
  border: none;
}
.example__result_border_top {
  border: none;
  border-top: 1px solid #e8e8e8;
}
.example__result_border_right {
  border: none;
  border-right: 1px solid #e8e8e8;
}
.example__result_border_bottom {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.example__result_border_left {
  border: none;
  border-left: 1px solid #e8e8e8;
}
.example__tabs {
  margin: 0 0 20px;
}
.example__tabs:last-child {
  margin-bottom: 0;
}
.fancybox-content {
  padding: 20px 30px;
}
.fancybox-slide {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .fancybox-slide {
    padding: 6px;
  }
}
.fancybox-slide .fancybox-close-small {
  top: 21px;
  right: -6px;
}
@media only screen and (min-width: 768px) {
  .fancybox-slide .fancybox-close-small {
    top: 41px;
    right: 34px;
  }
}
.fancybox-can-swipe .fancybox-content {
  cursor: default;
}
.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: 0.4;
}
.faq {
  display: block;
}
.faq__filters {
  margin: 0 0 20px;
}
.faq__filters:last-child {
  margin-bottom: 0;
}
.filter-list {
  display: block;
}
.filter-list__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .filter-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
  }
}
.filter-list__item {
  display: block;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .filter-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin: 0;
    padding: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .filter-list__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.filter-list__item:last-child {
  margin-bottom: 0;
}
.filter-list__filter {
  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;
  height: 100%;
  padding: 4px;
  color: inherit;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
          box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-list__filter:hover, .filter-list__filter.checked {
  color: inherit;
  text-decoration: none;
  border-color: transparent;
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.2);
          box-shadow: 0 0 13px rgba(0,0,0,0.2);
}
.filter-list__illustration {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  max-width: 60px;
  padding: 0 10px 0 0;
}
.filter-list__image {
  display: block;
  max-width: 100%;
  max-height: 50px;
  width: auto;
  margin: 0px auto;
}
.filter-list__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  color: #262626;
  font-size: 14px;
  line-height: 20px;
}
.footer {
  display: block;
  padding: 45px 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .footer {
    padding: 76px 0 24px;
    text-align: left;
  }
}
.footer__main {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -30px 43px;
    text-align: left;
  }
}
.footer__main:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .footer__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
    padding: 0 30px;
  }
}
.footer__title {
  margin: 0 0 21px;
  padding: 0 0 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #b2b2b2;
}
@media only screen and (min-width: 1025px) {
  .footer__title {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 16px;
  }
}
.footer__title:last-child {
  margin-bottom: 0;
}
.footer__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.footer__list {
  display: block;
  margin: 0 0 67px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .footer__list {
    margin: 0;
  }
}
.footer__list:last-child {
  margin-bottom: 0;
}
.footer__item {
  display: block;
  margin: 0;
  padding: 0;
}
.footer__link {
  display: inline-block;
  padding: 9px 0;
  fill: #fff;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .footer__link {
    font-size: 12px;
    line-height: 15px;
  }
}
.footer__link:hover,
.footer__link:active,
.footer__link:focus {
  fill: #a01602;
  color: #a01602;
  text-decoration: none;
}
.footer__link-icon {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1025px) {
  .footer__link-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
  }
}
.footer__link-icon:last-child {
  margin: 0;
}
.footer__link-text {
  display: inline-block;
  vertical-align: middle;
}
.footer__icon {
  display: inline-block;
  width: 29px;
  height: 30px;
  fill: inherit;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .footer__icon {
    width: 17px;
    height: 17px;
  }
}
.footer__logo {
  display: none;
  margin: auto 0;
  padding: 15px 0;
}
@media only screen and (min-width: 1025px) {
  .footer__logo {
    display: block;
  }
}
.footer__credit {
  position: relative;
  text-align: center;
}
.footer__credit-label {
  position: absolute;
  top: -15px;
  right: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 33px;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
@media only screen and (min-width: 1025px) {
  .footer__credit-label {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.footer__credit-illustration {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.footer__credit-image {
  display: block;
  width: 126px;
  margin: 0;
  padding: 0;
}
.footer__bottom {
  padding: 45px 0 0;
}
@media only screen and (min-width: 1025px) {
  .footer__bottom {
    padding: 0;
  }
}
.form {
  display: block;
}
.form__inputs {
  margin: 0 0 30px;
}
.form__inputs:last-child {
  margin-bottom: 0;
}
.form__control-group {
  display: block;
}
.form__control-group_type_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__input-wrapper {
  position: relative;
  display: block;
}
.form__input-wrapper_type_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 45px;
}
.form__input-wrapper_type_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.form__input-wrapper_type_tel .form__select-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78px;
          flex: 0 0 78px;
  width: 78px;
  max-width: 78px;
}
.form__input-wrapper_type_tel .form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form__input-wrapper_type_tel .form__input {
    width: 0;
  }
}
.form__input-wrapper_type_tel .form__label {
  top: 0;
  width: auto;
  padding: 0 10px;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.2px;
  background: #fff;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
.form__input-wrapper_type_serial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.form__input-wrapper_type_serial .form__select-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  width: 115px;
  max-width: 115px;
}
.form__input-wrapper_type_serial .form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form__input-wrapper_type_serial .form__input {
    width: 0;
  }
}
.form__input-wrapper_type_serial .form__label {
  top: 0;
  width: auto;
  padding: 0 10px;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.2px;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
  background: #fff;
}
.form__input-wrapper_type_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.form__input-wrapper_type_code .form__constant {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78px;
          flex: 0 0 78px;
  width: 78px;
  max-width: 78px;
}
.form__input-wrapper_type_code .form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form__input-wrapper_type_code .form__input {
    width: 0;
  }
}
.form__input-wrapper_type_code .form__label {
  left: 79px;
  width: calc(95% - 160px);
}
.form__input-wrapper_type_tel:before,
.form__input-wrapper_type_serial:before,
.form__input-wrapper_type_code:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  background: transparent;
  border: 1px solid #a01602;
}
.form__label {
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 10;
  display: block;
  width: 90%;
  padding: 5px 15px;
  color: #808080;
  font-size: 14px;
  line-height: 1;
  background: transparent;
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__line {
  position: relative;
  display: block;
  padding: 0 0 15px;
}
.form__line_type_required .form__label:before {
  content: '*';
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  color: #a01602;
  font-size: inherit;
}
.form__line_state_active .form__label,
.form__line_state_has-content .form__label {
  top: 0;
  width: auto;
  padding: 0 10px;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.2px;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
  background: #ffffff;
}
.form__line_state_error .form__input {
  border-color: #ccc;
}
.form__line_state_error .form__input-wrapper:before {
  display: block;
}
.form__input,
.form__textarea,
.form__constant {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  outline: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder,
.form__constant::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder,
.form__constant:-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder,
.form__constant::-moz-placeholder {
  color: #808080;
  font-size: 14px;
  opacity: 1;
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder,
.form__constant::-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
  opacity: 1;
}
.form__input::placeholder,
.form__textarea::placeholder,
.form__constant::placeholder {
  color: #808080;
  font-size: 14px;
  opacity: 1;
}
.form__input_state_error,
.form__textarea_state_error,
.form__constant_state_error {
  border-color: #a01602;
}
.form__input_state_error .form__error-message,
.form__textarea_state_error .form__error-message,
.form__constant_state_error .form__error-message {
  display: block;
}
.form__input_state_valid,
.form__textarea_state_valid,
.form__constant_state_valid {
  border-color: #3cd9ff;
}
.form__textarea {
  height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 20px;
}
.form__textarea_size_small {
  min-height: 90px !important;
}
.form__error-message {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: none;
  color: #a01602;
  font-size: 10px;
  line-height: 12px;
}
.form__select-wrapper {
  display: block;
}
.form__checkbox {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.form__submit {
  display: block;
  padding: 17px 0 0;
}
.form__message {
  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;
  min-height: 45px;
  color: #595959;
  font-size: 12px;
  line-height: 14px;
}
.form__highlight {
  font-weight: 700;
}
.form__section {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 16px;
}
.form__section:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
@media only screen and (min-width: 768px) {
  .form__section:after {
    width: calc(50% - 10px);
  }
}
.form__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.form__section:last-child:after {
  display: none;
}
.form__info {
  display: block;
  margin: 0 0 20px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.form__info:last-child {
  margin-bottom: 0;
}
.form_type_simple .form__line,
.form_type_simpler .form__line {
  padding: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .form_type_simple .form__line,
  .form_type_simpler .form__line {
    padding: 0 0 18px;
  }
}
.form_type_simple .form__line_type_required .form__label:before,
.form_type_simpler .form__line_type_required .form__label:before {
  display: none;
}
.form_type_simple .form__line_type_required .form__label:after,
.form_type_simpler .form__line_type_required .form__label:after {
  content: '*';
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  color: #a01602;
  font-size: inherit;
}
.form_type_simple .form__label,
.form_type_simpler .form__label {
  position: static;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  color: #888;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (min-width: 768px) {
  .form_type_simple .form__label,
  .form_type_simpler .form__label {
    font-size: 12px;
  }
}
.form_type_simple .form__input,
.form_type_simpler .form__input {
  height: 28px;
  line-height: 28px;
  background: #f7f7f7;
  border-color: #e7e7e7;
}
@media only screen and (min-width: 768px) {
  .form_type_simple .form__input-wrapper {
    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;
  }
}
@media only screen and (min-width: 768px) {
  .form_type_simple .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    max-width: 180px;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .form_type_simple .form__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    height: 40px;
    line-height: 40px;
  }
}
.gallery-item {
  display: block;
  padding: 0 0 30px;
  fill: #656565;
  color: #656565;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .gallery-item {
    text-align: left;
  }
}
.gallery-item:hover,
.gallery-item:active,
.gallery-item:focus {
  fill: #a01602;
  color: #a01602;
  text-decoration: none;
}
.gallery-item__illustration {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
  border: 1px solid #d9d9d9;
}
@media only screen and (min-width: 1025px) {
  .gallery-item__illustration {
    display: block;
    text-align: center;
  }
}
.gallery-item__illustration:last-child {
  margin-bottom: 0;
}
.gallery-item__image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.gallery-item__label {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .gallery-item__label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gallery-item__label-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .gallery-item__label-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.gallery-item__label-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 0 0 10px;
}
.gallery-item__icon {
  display: block;
  width: 14px;
  height: 14px;
  fill: inherit;
}
.gallery-item_type_important .gallery-item__illustration {
  margin: 0 0 10px;
}
.gallery-item_type_important .gallery-item__label {
  fill: #a01602;
  color: #a01602;
  text-transform: uppercase;
}
.header {
  position: relative;
  display: block;
  padding: 10px 0 16px;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .header {
    padding: 7px 0 11px;
  }
}
.header__wrapper {
  position: relative;
  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;
  margin: 0 -10px;
}
.header__contacts {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 10px;
  font-size: 11px;
}
@media only screen and (min-width: 1025px) {
  .header__contacts {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header__contact {
  color: #000;
}
.header__link {
  color: #000;
  font: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__link:hover,
.header__link:active,
.header__link:focus {
  color: #a01602;
  text-decoration: none;
}
.header__lang-nav {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  max-width: 50%;
  padding: 0 10px;
  font-size: 11px;
  text-align: right;
}
@media only screen and (min-width: 1025px) {
  .header__lang-nav {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    width: 22%;
    max-width: 22%;
    text-align: left;
  }
}
.header__location-nav {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 46%;
          flex: 1 1 46%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 46%;
  max-width: 46%;
  padding: 0 10px;
  font-size: 11px;
}
@media only screen and (min-width: 1025px) {
  .header__location-nav {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 37%;
    max-width: 37%;
  }
}
.header__auth-group {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 10px;
  font-size: 11px;
}
@media only screen and (min-width: 1025px) {
  .header__auth-group {
    display: block;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.header__mobile-location-nav {
  display: block;
  padding: 20px 0 5px;
}
@media only screen and (min-width: 1025px) {
  .header__mobile-location-nav {
    display: none;
  }
}
.header__separator {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  max-width: 100%;
  padding: 6px 0 20px;
}
@media only screen and (min-width: 1025px) {
  .header__separator {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 17px 10px 20px;
  }
}
.header__separator-line {
  height: 1px;
  background: #d8d8d8;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  max-width: 157px;
  padding: 0 2px;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    max-width: none;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .header__logo {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.header__nav {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  padding: 0 10px;
}
@media only screen and (min-width: 1025px) {
  .header__nav {
    display: block;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
.header__icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: inherit;
}
@media only screen and (min-width: 768px) {
  .header__icon {
    width: 17px;
    height: 17px;
  }
}
.header__icon-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: auto;
  max-width: none;
  padding: 0 10px;
}
@media only screen and (min-width: 1025px) {
  .header__icon-links {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    padding: 0 25px;
  }
}
.header__icon-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 19px 0 0;
}
@media only screen and (min-width: 768px) {
  .header__icon-item {
    margin: 0 28px 0 0;
  }
}
.header__icon-item:last-child {
  margin-right: 0;
}
/* Modifiers */
.header__icon-item_position_last {
  order: 99;
  margin: 0 0 0 19px;
}
@media only screen and (min-width: 768px) {
  .header__icon-item_position_last {
    margin: 0 0 0 28px;
  }
}
.header__icon-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}
.header__icon-link:hover,
.header__icon-link:active,
.header__icon-link:focus {
  color: #000;
  text-decoration: none;
}
/* Modifiers */
.header__icon-link_state_active {
  fill: #a01602;
}
.header__icon-link_state_has-items .header__icon-label {
  background: #a01602;
}
.header__icon-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  background: #d7e3e3;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.header__burger {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 0 10px;
}
@media only screen and (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}
.header_type_bordered {
  border-bottom: 1px solid #d8d8d8;
}
.header__cart-snippet {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 300;
  display: none;
  -webkit-transform: translate(0, 17px);
          transform: translate(0, 17px);
}
@media only screen and (min-width: 1025px) {
  .header__cart-snippet {
    right: 10px;
    left: auto;
    width: 327px;
    -webkit-transform: translate(0, 12px);
            transform: translate(0, 12px);
  }
}
.header__cart-snippet:before {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 100%;
  z-index: 1;
  display: none;
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}
@media only screen and (min-width: 1025px) {
  .header__cart-snippet:before {
    display: block;
  }
}
.header__cart-snippet_state_open {
  display: block;
}
.header_state_fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
          box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}
.header_state_fixed .header__contacts,
.header_state_fixed .header__lang-nav,
.header_state_fixed .header__location-nav,
.header_state_fixed .header__auth-group,
.header_state_fixed .header__separator,
.header_state_fixed .header__nav {
  display: none;
}
.header_state_fixed .header__logo {
  max-width: 131px;
}
@media only screen and (min-width: 768px) {
  .header_state_fixed .header__logo {
    max-width: 120px;
  }
}
@media only screen and (min-width:1025px) {
  .header_state_fixed .header__nav {
    display: block;
  }
}
.header_state_fixed .header__icon-links {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: auto;
  margin: 0 0 0 auto;
}
.header_state_fixed .header__burger {
  -ms-flex-item-align: auto;
      align-self: auto;
  line-height: 0;
  order: 99;
}

@media only screen and (min-width:1025px) {
  .header.header_state_fixed {
    padding: 7px 0;
  }
}
.logo__image.logo__image_for_fixed-header {
  display: none;
}
.header_state_fixed .logo__image {
  display: none;
}
.header_state_fixed .logo__image_for_fixed-header {
  display: block;
}
.header__icon-item_for_fixed-header {
  display: none;
}
@media only screen and (max-width: 479px) {
  .header_state_fixed .header__icon-item_for_fixed-header {
    display: block;
  }
}
.header_state_fixed .header__contacts {
  display: block;
  order: 5;
}
@media only screen and (min-width: 1025px) {
  .header_state_fixed .header__contacts {
    order: 8;
  }
}
@media only screen and (max-width: 479px) {
  .header_state_fixed .header__contacts {
    display: none;
  }
}
.header_state_fixed .burger:not(.burger_for_fixed-header) {
  display: none;
}
.header:not(.header_state_fixed) .burger_for_fixed-header {
  display: none;
}
.input-file {
  position: relative;
  display: block;
  overflow: hidden;
  color: #a01602;
}
.input-file__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-file__label {
  position: relative;
  display: inline-block;
  min-height: 15px;
  padding: 0 0 0 20px;
  color: inherit;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}
.input-file__label:before,
.input-file__label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 2px;
  background: #a01602;
}
.input-file__label:before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.input-file__label:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.input-file__label-text {
  display: inline;
  font-weight: 500;
}
.input-file__panel {
  position: relative;
  display: none;
  min-height: 14px;
  padding: 0 20px 0 0;
}
.input-file__name {
  display: inline;
  color: #a01602;
}
.input-file__number {
  display: none;
}
.input-file__clear {
  position: absolute;
  top: 0.75em;
  right: 0;
  z-index: 1;
  display: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -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: 14px;
  height: 3px;
  background: #a01602;
  border-radius: 3px;
}
.input-file__clear:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.input-file__clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.input-file__description {
  display: block;
  padding: 0.5em 0 0;
  color: #262626;
  font-size: 14px;
}
.input-file__error {
  display: none;
  padding: 0.5em 0 0;
  color: #ea2839;
  font-size: 14px;
}
.input-file__controls {
  display: block;
  margin: 0 0 5px;
}
.input-file__controls:last-child {
  margin-bottom: 0;
}
.input-file__control {
  position: relative;
  display: block;
  margin: 0 0 15px;
}
.input-file__control:last-child {
  margin-bottom: 0;
}
.input-file__control_state_selected .input-file__panel {
  display: block;
}
@media only screen and (min-width: 768px) {
  .input-file__control_state_selected .input-file__panel {
    overflow: hidden;
    height: 45px;
    padding: 9px 20px 10px 0;
  }

  .input-file__control_state_selected .input-file__clear {
    top: 50%;
  }

  .input-file__control_state_selected .input-file__name {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.input-file__control_state_selected .input-file__clear {
  display: inline-block;
  vertical-align: middle;
}
.input-file__control_state_selected .input-file__button {
  display: none;
}
.input-file_state_selected .input-file__panel {
  display: block;
}
.input-file_state_selected .input-file__clear {
  display: inline-block;
  vertical-align: middle;
}
.input-file_state_multi-selection .input-file__number {
  display: inline-block;
  vertical-align: middle;
}
.input-file_state_error .input-file__error {
  display: block;
}
.intro {
  display: block;
}
.intro__controls {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  padding: 12px 0 20px;
}
@media only screen and (min-width: 1025px) {
  .intro__controls {
    display: none;
  }
}
.intro__control {
  display: block;
  flex: 1 1 50%;
  width: 50%;
  max-width: 100%;
  padding: 4px;
}
.lang-nav {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.lang-nav__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #000;
}
@media only screen and (min-width: 1025px) {
  .lang-nav__item {
    margin: 0;
  }
}
.lang-nav__item:last-child {
  margin: 0;
}
.lang-nav__active {
  font-weight: 700;
}
.lang-nav__link {
  color: #000;
  font: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.lang-nav__link:hover,
.lang-nav__link:active,
.lang-nav__link:focus {
  color: #a01602;
  text-decoration: none;
}
.large-link {
  position: relative;
  display: block;
}
.large-link__wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  min-height: 304px;
  color: #000;
  padding: 15px;
  text-decoration: none;
  border: 1px solid #D8D8D8;
  transition: box-shadow .3s ease;
}
.large-link__wrapper:hover,
.large-link__wrapper:active,
.large-link__wrapper:focus {
  text-decoration: none;
  box-shadow: 0px 2px 8px rgba(51, 51, 51, 0.15);
}
@media only screen and (min-width: 768px) {
  .large-link__wrapper {
    padding: 10px;
  }
  .large-link__wrapper:hover .large-link__controls,
  .large-link__wrapper:active .large-link__controls,
  .large-link__wrapper:focus .large-link__controls {
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .large-link__wrapper {
    padding: 15px;
  }
}
.large-link__illustration {
  display: block;
  width: 100%;
  max-height: none;width: 66px;
  margin: 0 auto 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .large-link__illustration {
    display: block;
    width: auto;
    max-width: 66px;
    margin: 0 0 16px;
  }
}
.large-link__image {
  display: block;
  max-width: 100%;
  height: 66px;
  margin: 0;
  padding: 0;
}
.large-link__label {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  color: #a01602;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .large-link__label {
    text-align: left;
  }
}
.large-link__label:last-child {
  margin-bottom: 0;
}
.large-link__info {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  line-height: 18px;
}
.large-link__info:last-child {
  margin-bottom: 0;
}
.large-link__controls {
  display: block;
  width: 100%;
  margin: auto 0 0;
}
.large-link__control {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .large-link__info {
    text-align: left;
  }
  .large-link__controls {
    opacity: 0;
    transition: opacity .3s ease;
  }
  .large-link__controls {
    display: inline-block;
    vertical-align: middle;
    /*min-width: 190px;*/
  }
}
.large-links {
  display: block;
}
.large-links__col {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .large-links__col {
    margin-bottom: 0;
  }
}
.large-links__col:last-child {
  margin-bottom: 0;
}
.layout-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.layout-controls__control {
  display: block;
  fill: #808080;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.layout-controls__control:hover,
.layout-controls__control:active,
.layout-controls__control:focus {
  fill: #a01602;
}
.layout-controls__control-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  margin: 0 18px 0 0;
}
.layout-controls__control-item:last-child {
  margin-right: 0;
}
.layout-controls__control_state_active {
  fill: #000;
}
.layout-controls__control_state_active:hover,
.layout-controls__control_state_active:active,
.layout-controls__control_state_active:focus {
  fill: #000;
}
.layout-controls__icon {
  display: block;
  width: 22px;
  height: 15px;
  fill: inherit;
}
.link-group {
  display: block;
}
.link-group__list {
  display: block;
  margin: 0;
  padding: 0;
}
.link-group__item {
  margin: 0 0 5px;
}
.link-group__item:last-child {
  margin-bottom: 0;
}
.link-group__link {
  display: block;
  min-height: 40px;
  padding: 12px 20px;
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  background: #f2f2f2;
  border: none;
}
.link-group__link:hover,
.link-group__link:active,
.link-group__link:focus {
  color: #fff;
  text-decoration: none;
  background: #a01602;
}
.link-group__link_state_active {
  color: #fff;
  background: #a01602;
}
.location-nav {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .location-nav {
    font-size: 11px;
  }
}
.location-nav__label {
  display: none;
  vertical-align: middle;
  margin: 0 2px 0 0;
}
@media only screen and (min-width: 1025px) {
  .location-nav__label {
    display: inline;
  }
}
.location-nav__trigger {
  vertical-align: middle;
  color: #000;
  font: inherit;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.location-nav__trigger:hover,
.location-nav__trigger:active,
.location-nav__trigger:focus {
  color: #a01602;
  text-decoration: none;
}
.location-nav__trigger:after {
  content: '';
  display: inline-block;
  vertical-align: 0.2em;
  width: 5px;
  height: 5px;
  margin: 0 0 0 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .location-nav__trigger:after {
    display: none;
  }
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.logo__image {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .logo__image {
    width: 100%;
    max-width: 160px;
  }
}
.logo_type_inline {
  max-width: 32px;
  max-height: 28px;
}
.logo_type_inline .logo__image {
  display: inline-block;
  vertical-align: top;
}
.main-search {
  display: block;
  padding: 10px 0;
}
.main-search__wrapper {
  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;
}
.main-search__input-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.main-search__input {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  line-height: 45px;
  background: #fff;
  border: 1px solid #d8d8d8;
  outline: none;
}
.main-search__input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
.main-search__input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
}
.main-search__input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
}
.main-search__input::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
}
.main-search__input::placeholder {
  color: #000;
  font-size: 16px;
  opacity: 1;
}
.main-search__input:focus {
  border-color: #a01602;
}
.main-search__control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  max-width: 100px;
}
.main-search__close {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 10px;
  font-size: 0;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
.main-search__close:hover:before,
.main-search__close:hover:after {
  background: #000;
}
.main-search__close:before,
.main-search__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 16px;
  height: 1px;
  background: #d8d8d8;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.main-search__close:after {
  width: 1px;
  height: 16px;
}
.main-search__matches {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
  padding: 10px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.main-search__matches_state_open {
  display: block;
}
.main-search__link {
  display: inline-block;
  padding: 5px 0;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-search__link:hover,
.main-search__link:active,
.main-search__link:focus {
  color: #a01602;
  text-decoration: none;
}
.map-info {
  position: absolute;
  display: block;
  background: #fff;
}
.map-info__fields {
  display: inline-block;
  max-width: 200px;
}
.map-info__fields p {
  margin: 0 0 15px;
}
.map-panel {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.map-panel__search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .map-panel__search {
    width: auto;
    margin-bottom: 0;
  }
}
.map-panel__search-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .map-panel__search-wrapper {
    width: 300px;
  }
}
.map-panel__search-input {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 59px 0 20px;
  color: #000;
  font-size: 14px;
  line-height: 45px;
  background: transparent;
  border: 1px solid #ccc;
  outline: none;
}
.map-panel__search-wrapper #search_advice_wrapper {
  top: 45px;
  left: 0;
  max-width: 300px;
}
#search_advice_wrapper .active {
  color: #fff;
}
.map-panel__search-input::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}
.map-panel__search-input:-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
}
.map-panel__search-input::-moz-placeholder {
  color: #808080;
  font-size: 14px;
  opacity: 1;
}
.map-panel__search-input::-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
  opacity: 1;
}
.map-panel__search-input::placeholder {
  color: #808080;
  font-size: 14px;
  opacity: 1;
}
.map-panel__search-input:focus {
  border-color: #a01602;
}
.map-panel__search-input:focus + .map-panel__search-button {
  color: #a01602;
}
.map-panel__search-button {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 10;
  display: block;
  color: #7f7f7f;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map-panel__search-button:hover {
  color: #a01602;
}
.map-panel__search-icon {
  width: 16px;
  height: 17px;
  fill: currentColor;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.map-panel__controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  text-align: right;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 480px) {
  .map-panel__controls {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .map-panel__controls {
    padding: 0 0 0 20px;
  }
}
.map-panel__controls-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 48px;
  margin: 0 0 0 20px;
  padding: 20px 0 0;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 480px) {
  .map-panel__controls-item {
    height: 28px;
    padding: 0;
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .map-panel__controls-item {
    height: 45px;
    margin: 0 30px 0 0;
  }
}
.map-panel__controls-item:first-child {
  margin-left: 0;
}
.map-panel__controls-item:last-child {
  margin-right: 0;
}
.map-panel__controls-item:hover .map-panel__controls-icon {
  fill: #a01602;
}
.map-panel__controls-item:hover .map-panel__controls-icon_type_image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.map-panel__controls-item_state_active .map-panel__controls-icon {
  fill: #a01602;
  color: #a01602;
}
.map-panel__controls-item_state_active .map-panel__controls-icon_type_image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.map-panel__controls-item_state_active .map-panel__controls-icon_activity_inactive {
  display: none;
}
.map-panel__controls-item_state_active .map-panel__controls-icon_activity_active {
  display: block;
}
.map-panel__controls-icon {
  width: 22px;
  height: 15px;
}
.map-panel__controls-icon_activity_inactive {
  display: block;
  fill: #a01602;
}
.map-panel__controls-icon_activity_active {
  display: none;
  fill: #a01602;
}
.map-panel__controls-icon_type_image {
  width: auto;
  height: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.map-panel__controls-check-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 480px) {
  .map-panel__controls-check-group {
    display: inline-flex;
  }
}
.map-panel__check {
  flex: 0 0 auto;
  margin: 0 16px 0 0;
}
.map-panel__check:last-child {
  margin-right: 0;
}
.map {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.map:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}
@media only screen and (min-width: 1025px) {
  .map:before {
    padding: 43.6% 0 0;
  }
}
.map__panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.map_height_medium {
  height: 600px;
}
.map_height_medium:before {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .map_height_medium:before {
    padding: 0;
  }
}
.mobile-nav {
  position: relative;
  display: block;
  padding: 12px 0 50px;
  text-align: left;
  background: #fff;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -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;
}
.mobile-nav__controls {
  padding: 0 0 17px 35px;
}
.mobile-nav__control {
  margin: 0 0 8px;
}
.mobile-nav__control:last-child {
  margin-bottom: 0;
}
.mobile-nav__nav {
  padding: 0 0 0 35px;
  border-bottom: 1px solid #d8d8d8;
}
.mobile-nav__links {
  padding: 30px 0 30px 35px;
  border-bottom: 1px solid #d8d8d8;
}
.mobile-nav__link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}
.mobile-nav__link:hover,
.mobile-nav__link:active,
.mobile-nav__link:focus {
  color: #000;
  text-decoration: none;
}
.mobile-nav__link_state_has-items .mobile-nav__label {
  display: block;
}
.mobile-nav__link-item {
  margin: 0 0 30px;
}
.mobile-nav__link-item:last-child {
  margin-bottom: 0;
}
.mobile-nav__link-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 29px 0 0;
}
.mobile-nav__link-icon:last-child {
  margin-right: 0;
}
.mobile-nav__link-label {
  display: inline-block;
  vertical-align: middle;
}
.mobile-nav__icon {
  display: block;
  width: 20px;
  height: 23px;
  fill: inherit;
}
.mobile-nav__label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: none;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  background: #a01602;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.mobile-nav__contacts {
  padding: 30px 0 0 35px;
}
.mobile-nav__contact {
  margin: 0 0 24px;
}
.mobile-nav__contact:last-child {
  margin-bottom: 0;
}
.mobile-nav__contact-link {
  position: relative;
  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;
  fill: #a01602;
  color: #000;
  text-decoration: none;
}
.mobile-nav__contact-link:hover,
.mobile-nav__contact-link:active,
.mobile-nav__contact-link:focus {
  color: #000;
  text-decoration: none;
}
.mobile-nav__contact-icon {
  display: block;
  width: 29px;
  height: 30px;
  fill: inherit;
}
.mobile-nav__contact-icon-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  width: 29px;
  max-width: 29px;
  margin: 0 20px 0 0;
}
.mobile-nav__contact-icon-wrapper:last-child {
  margin-right: 0;
}
.mobile-nav__contact-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
}
.mobile-nav__social-nav {
  padding: 10px 0 0;
}
.modal {
  display: none;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  padding: 30px 8px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .modal {
    padding: 50px;
  }
}
.modal__title {
  margin: 0 0 30px;
}
.modal__title:last-child {
  margin-bottom: 0;
}
.modal__fields {
  margin: 0 0 30px;
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
@media only screen and (min-width: 1025px) {
  .modal__fields {
    margin: 0 0 50px;
  }
}
.modal__fields:last-child {
  margin-bottom: 0;
}
.modal__field {
  margin: 0 0 15px;
}
.modal__field:last-child {
  margin-bottom: 0;
}
.modal__form {
  margin: 0 0 15px;
}
.modal__form:last-child {
  margin-bottom: 0;
}
.modal_size_large {
  max-width: 800px;
}
.nav {
  background: #fff;
}
.nav__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__item {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
}
.nav__item:last-child {
  border-bottom: none;
}
.nav__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px 0;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__link:hover,
.nav__link:active,
.nav__link:focus {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .nav__link:hover,
  .nav__link:active,
  .nav__link:focus {
    background: #e6e6e6;
  }
}
.nav__link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  display: none;
  width: 6px;
  height: 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(-45deg) translate(0, -90%);
          transform: rotate(-45deg) translate(0, -90%);
}
.nav__link_type_parent {
  padding-right: 30px;
}
.nav__link_type_parent:before {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .nav__link_type_parent:before {
    display: none;
  }
}
.nav__link_state_active {
  background: #e6e6e6;
}
.nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(0, 14px);
          transform: translate(0, 14px);
}
.nav__submenu_state_open {
  display: block;
}
.nav__submenu_type_sliding {
  top: 0;
  left: 100%;
  width: 100%;
}
.nav_type_horizontal {
  background: transparent;
}
@media only screen and (min-width: 1025px) {
  .nav_type_horizontal .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nav_type_horizontal .nav__item {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .nav_type_horizontal .nav__item {
    border-bottom: none;
  }
}
.nav_type_horizontal .nav__item:first-child .nav__submenu {
  left: -12px;
}
.nav_type_horizontal .nav__link {
  padding: 4px 8px 4px 9px;
  font-size: 14px;
  background: transparent;
}
.nav_type_horizontal .nav__link:hover,
.nav_type_horizontal .nav__link:active,
.nav_type_horizontal .nav__link:focus {
  color: #a01602;
  background: transparent;
}
.nav_type_horizontal .nav__link_state_active {
  color: #a01602;
  background: transparent;
}
.news-filter {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #262626;
  font-size: 0;
  line-height: 1.625;
}
.news-filter__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.news-filter__item:last-child {
  margin: 0;
}
.news-filter__item_type_active .news-filter__link {
  color: #a01602;
}
.news-filter__link {
  display: inline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-filter__link:hover,
.news-filter__link:active,
.news-filter__link:focus {
  color: #a01602;
  text-decoration: none;
}
.news-group {
  display: block;
}
.news-group__col {
  margin: 0 0 29px;
}
@media only screen and (min-width: 1025px) {
  .news-group__col {
    margin: 0;
  }
}
.news-group__col:last-child {
  margin: 0;
}
.news-group__col:last-child .news-group__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-group__item {
  margin: 0 0 29px;
  padding: 0 0 30px;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 1025px) {
  .news-group__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.news-group__item_type_large {
  height: 100%;
}
.news-group__controls {
  padding: 50px 0 0;
  text-align: center;
}
.news-group__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
}
.news-list {
  display: block;
  padding: 0 0 25px;
}
@media only screen and (min-width: 1025px) {
  .news-list {
    padding: 0 0 50px;
  }
}
.news-list__filter-wrapper {
  margin: 0 0 50px;
}
.news-list__item {
  height: 100%;
  padding: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .news-list__item {
    padding: 0 0 50px;
  }
}
.news-list__pagination-wrapper {
  margin: 0 0 54px;
  padding: 20px 0 0;
}
@media only screen and (min-width: 1025px) {
  .news-list__pagination-wrapper {
    margin: 0 0 44px;
    padding: 0;
  }
}
.news-list__pagination-wrapper:last-child {
  margin-bottom: 0;
}
.news-list__pagination-controls {
  margin: 0 0 50px;
  text-align: center;
}
.news-list__pagination-controls:last-child {
  margin-bottom: 0;
}
.news-list__control {
  display: inline-block;
  min-width: 220px;
  margin: 0 0 10px;
}
.news-list__control:last-child {
  margin-bottom: 0;
}
.news-snippet {
  display: block;
  height: 100%;
}
.news-snippet__illustration {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 15px;
}
.news-snippet__illustration:before {
  content: '';
  display: none;
  width: 100%;
  height: auto;
  padding: 73.3333% 0 0;
}
@media only screen and (min-width: 1025px) {
  .news-snippet__illustration:before {
    display: block;
  }
}
.news-snippet__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .news-snippet__image {
    display: block;
  }
}
.news-snippet__date {
  position: relative;
  z-index: 10;
  display: inline-block;
  min-width: 100px;
  margin: 0 0 10px;
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #a01602;
}
@media only screen and (min-width: 1025px) {
  .news-snippet__date {
    position: absolute;
    left: 0;
    bottom: 10px;
    margin: 0;
    opacity: 0.45;
  }
}
.news-snippet__date_location_content {
  display: none;
  min-width: auto;
  margin: 0 0 15px;
  padding: 0;
  color: rgba(38,38,38,0.5);
  text-align: left;
  background: transparent;
}
@media only screen and (min-width: 1025px) {
  .news-snippet__date_location_content {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 0 15px;
    opacity: 1;
  }
}
.news-snippet__title {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.32;
  text-transform: uppercase;
}
.news-snippet__title:last-child {
  margin-bottom: 0;
}
.news-snippet__title-link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .news-snippet__title-link {
    font-weight: 500;
  }
}
.news-snippet__title-link:hover,
.news-snippet__title-link:active,
.news-snippet__title-link:focus {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}
.news-snippet__fields {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 1025px) {
  .news-snippet__fields {
    margin: 0 0 30px;
    padding: 0 36px 0 0;
  }
}
.news-snippet__fields:last-child {
  margin-bottom: 0;
}
.news-snippet__controls {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .news-snippet__controls {
    display: block;
  }
}
.news-snippet__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
}
@media only screen and (min-width: 1025px) {
  .news-snippet_type_large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  .news-snippet_type_large .news-snippet__illustration {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
    margin: 0 0 31px;
  }
}
.news-snippet_type_large .news-snippet__illustration:before {
  display: block;
}
.news-snippet_type_large .news-snippet__image {
  display: block;
}
.news-snippet_type_large .news-snippet__date {
  position: absolute;
  left: 0;
  bottom: 10px;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .news-snippet_type_large .news-snippet__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .news-snippet_type_large .news-snippet__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.news-snippet_type_large .news-snippet__title {
  margin: 0 0 15px;
}
@media only screen and (min-width: 1025px) {
  .news-snippet_type_large .news-snippet__title {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .news-snippet_type_large .news-snippet__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .news-snippet_type_large .news-snippet__fields {
    padding: 0;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .news-snippet_type_large .news-snippet__controls {
    margin-top: auto;
  }
}
.news-snippet_type_list {
  padding: 8px 10px 20px;
  border: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .news-snippet_type_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-snippet_type_list .news-snippet__date {
  display: none;
}
.news-snippet_type_list .news-snippet__date_location_content {
  display: block;
}
.news-snippet_type_list .news-snippet__illustration {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 20px;
}
.news-snippet_type_list .news-snippet__illustration:before {
  display: block;
}
.news-snippet_type_list .news-snippet__image {
  display: block;
}
@media only screen and (min-width: 768px) {
  .news-snippet_type_list .news-snippet__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
@media only screen and (min-width: 768px) and (-ms-high-contrast: active), only screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .news-snippet_type_list .news-snippet__main {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (min-width: 768px) {
  .news-snippet_type_list .news-snippet__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.news-snippet_type_list .news-snippet__title {
  line-height: 1.4;
}
.news-snippet_type_list .news-snippet__fields {
  margin: 0 0 15px;
}
.news-snippet_type_list .news-snippet__controls {
  display: block;
  margin-top: auto;
}
.news-snippet_type_list .news-snippet__control {
  min-width: 100%;
}
.order {
  display: block;
}
.order__title {
  margin: 0 0 7px;
}
@media only screen and (min-width: 768px) {
  .order__title {
    margin: 0 0 30px;
  }
}
.order__title:last-child {
  margin-bottom: 0;
}
.order__section {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .order__section {
    margin: 0 0 40px;
  }
}
.order__section:last-child {
  margin-bottom: 0;
}
.order__subtitle {
  margin: 0 0 15px;
  color: #383838;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .order__subtitle {
    font-size: 20px;
    font-weight: 500;
  }
}
.order__subtitle:last-child {
  margin-bottom: 0;
}
.order__form {
  margin: 22px 0 0;
}
@media only screen and (min-width: 768px) {
  .order__form {
    margin: 10px 0 0;
    padding: 37px 37px 39px;
    border: 1px solid #e7e7e7;
  }
}
.order__form-title {
  margin: 0 0 22px;
  color: #383838;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .order__form-title {
    margin: 0 0 29px;
    font-size: 16px;
    font-weight: 500;
  }
}
.order__form-title:last-child {
  margin-bottom: 0;
}
.order__comment-trigger {
  display: block;
  fill: #373737;
  color: #373737;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .order__comment-trigger {
    font-size: 13px;
  }
}
.order__comment-trigger:hover,
.order__comment-trigger:active,
.order__comment-trigger:focus {
  fill: #a01602;
  color: #a01602;
}
.order__link {
  color: inherit;
  font: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.order__link:hover,
.order__link:active,
.order__link:focus {
  fill: #a01602;
  color: #a01602;
  text-decoration: none;
}
.order__link-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  line-height: 21px;
}
.order__link-text {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed;
}
.order__icon {
  display: block;
  width: 14px;
  height: 14px;
  fill: inherit;
}
.order__comment {
  display: none;
  margin: 0 0 40px;
}
@media only screen and (min-width: 1025px) {
  .order__comment {
    margin: 0 0 98px;
  }
}
.order__comment:last-child {
  margin-bottom: 0;
}
.order__comment-link {
  margin: 0 0 40px;
  text-align: right;
}
.order__comment-textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 11px 20px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
}
.order__final {
  text-align: center;
}
.order__check {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  max-width: 165px;
}
@media only screen and (min-width: 768px) {
  .order__check {
    max-width: none;
  }
}
.order__check-group {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .order__check-group {
    margin: 0 0 26px;
  }
}
.order__check-group:last-child {
  margin-bottom: 0;
}
.order__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 246px;
}
.order__details {
  display: none;
}
.order__details-controls {
  text-align: center;
}
.order__delivery-item {
  margin: 0 0 18px;
}
.order__delivery-item:last-child {
  margin-bottom: 0;
}
.order_state_details .order__details {
  display: block;
}
.order_state_details .order__details-controls {
  display: none;
}
.order_state_showing-textarea .order__comment-link {
  display: none;
}
.order_state_showing-textarea .order__comment {
  display: block;
}
.page {
  position: relative;
  display: block;
  min-height: 100%;
}
.page__header {
  position: relative;
  z-index: 105;
  width: 100%;
  background: #fff;
}
.page__body {
  background: #fff;
}
.page__body.fancybox-active {
  overflow: hidden;
}
.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_filters_open {
  overflow: hidden;
  max-height: 100%;
}
.page__body_state_dimmed .page__dim {
  display: block;
}
.page__footer {
  background: #333;
}
.page__footer_type_sticky {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.page__nav {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .page__nav {
    display: block;
  }
}
.page__nav-panel {
  padding: 5px 0;
  text-align: right;
  background: #f5f5f5;
  -webkit-box-shadow: 0 6px 26px rgba(0,0,0,0.05);
          box-shadow: 0 6px 26px rgba(0,0,0,0.05);
}
@media only screen and (min-width: 1025px) {
  .page__nav-panel {
    padding: 0;
    text-align: left;
  }
}
.page__burger {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
@media only screen and (min-width: 1025px) {
  .page__burger {
    display: none;
  }
}
.page__slide-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
  overflow: hidden;
  width: 0;
  height: 100%;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -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;
}
@media only screen and (min-width: 1025px) {
  .page__slide-nav {
    display: none;
    overflow: visible;
  }
}
.page__slide-nav-close {
  position: absolute;
  top: 2px;
  right: 42px;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  padding: 10px;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
.page__slide-nav-close:hover:before,
.page__slide-nav-close:hover:after {
  background: #000;
}
.page__slide-nav-close:before,
.page__slide-nav-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 16px;
  height: 1px;
  background: #d8d8d8;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.page__slide-nav-close:after {
  width: 1px;
  height: 16px;
}
.page__slide-nav_state_open {
  overflow: auto;
  width: 100%;
  padding: 0 40px 0 0;
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
}
.page__search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 400;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  background: #fff;
  -webkit-transform: translate(0, -200%);
          transform: translate(0, -200%);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -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;
}
.page__search_state_open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media only screen and (min-width: 1025px) {
  .page__intro {
    margin: 0 0 50px;
  }
}
.page__outro {
  margin: 30px 0 0;
  padding: 45px 0 30px;
  background: #fafafa;
}
@media only screen and (min-width: 1025px) {
  .page__outro {
    margin: 51px 0 0;
    padding: 30px 0 48px;
  }
}
.page__breadcrumbs {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .page__breadcrumbs {
    display: block;
    padding: 20px 0 0;
  }
}
.page__dim {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 390;
  display: none;
  cursor: pointer;
  background: #000;
  opacity: 0.4;
}
.page__catalog {
  padding: 0 0 100px;
}
.page__back {
  padding: 45px 0 20px;
}
@media only screen and (min-width: 1025px) {
  .page__back {
    padding: 25px 0 0;
  }
}
.page__back_type_mobile {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .page__back_type_mobile {
    display: none;
  }
}
.page__back_type_desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .page__back_type_desktop {
    display: block;
  }
}
.page__back-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 16px;
  fill: #a01602;
  color: #a01602;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page__back-button:hover,
.page__back-button:active,
.page__back-button:focus {
  opacity: 0.4;
}
.page__back-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  padding: 3px;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(135deg) translate(0, 50%);
          transform: rotate(135deg) translate(0, 50%);
}
.page__back-filled-button {
  position: relative;
  display: block;
  min-height: 40px;
  padding: 0 20px;
  color: #a01602;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f2f2f2;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page__back-filled-button:hover,
.page__back-filled-button:active,
.page__back-filled-button:focus {
  color: #fff;
  background: #a01602;
}
.page__back-filled-button:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 10px 0 0;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page__product-card {
  padding: 32px 0 50px;
}
@media only screen and (min-width: 1025px) {
  .page__product-card {
    padding: 50px 0;
  }
}
.page__product-carousel {
  padding: 30px 0;
}
.page__title {
  margin: 0 0 30px;
}
.page__title:last-child {
  margin-bottom: 0;
}
.page__cart {
  padding: 22px 0 50px;
}
@media only screen and (min-width: 1025px) {
  .page__cart {
    padding: 22px 0 100px;
  }
}
.page__compare {
  padding: 50px 0;
}
.page__order {
  padding: 23px 0 50px;
}
@media only screen and (min-width: 1025px) {
  .page__order {
    padding: 23px 0 100px;
  }
}
.page__plain-text {
  padding: 30px 0 50px;
}
.page__controls {
  margin: 0 0 20px;
}
.page__controls:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page__control {
    display: inline-block;
    vertical-align: middle;
    min-width: 300px;
  }
}
.page__video {
  margin: 0 0 20px;
}
.page__video:last-child {
  margin-bottom: 0;
}
.page__form {
  margin: 0 0 20px;
}
.page__form:last-child {
  margin-bottom: 0;
}
.page__aside {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .page__aside {
    padding: 0;
  }
}
.page__link-group,
.page__aside {
  margin: 0 0 5px;
}
@media only screen and (min-width: 1025px) {
  .page__link-group,
  .page__aside {
    margin: 0 0 10px;
  }
}
.page__link-group:last-child,
.page__aside:last-child {
  margin-bottom: 0;
}
.pagination {
  display: block;
  font-weight: 500;
  text-align: center;
}
.pagination__wrapper {
  display: block;
  font-size: 0;
}
.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-size: 18px;
  line-height: 23px;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__link {
  display: block;
  color: #808080;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pagination__link:hover,
.pagination__link:active,
.pagination__link:focus {
  color: #a01602;
  text-decoration: none;
}
.pagination__link_type_prev,
.pagination__link_type_next {
  position: relative;
  font-size: 0;
}
.pagination__link_type_prev:before,
.pagination__link_type_next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pagination__link_type_next:before {
  border: none;
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.pagination__active {
  color: #333;
}
.pagination__dots {
  color: #808080;
}
.pagination_align_left {
  text-align: left;
}
.pagination_align_center {
  text-align: center;
}
.pagination_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  .pagination_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  .pagination_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  .pagination_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  .pagination_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) {
  .pagination_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  .pagination_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .pagination_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .pagination_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .pagination_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .pagination_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .pagination_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .pagination_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  .pagination_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .pagination_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  .pagination_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  .pagination_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  .pagination_align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .pagination_align_xxl-right {
    text-align: right;
  }
}
.payment-methods {
  position: relative;
  display: block;
}
.payment-methods__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (min-width: 768px) {
  .payment-methods__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.payment-methods__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 116px;
          flex: 0 0 116px;
  width: 116px;
  max-width: 116px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .payment-methods__item {
    -ms-flex-preferred-size: 131px;
        flex-basis: 131px;
    width: 131px;
    max-width: 131px;
  }
}
.payment-methods__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.payment-methods__radio:checked + .payment-methods__wrapper .payment-methods__illustration {
  border-color: #a01602;
}
.payment-methods__radio:checked + .payment-methods__wrapper .payment-methods__illustration:after {
  opacity: 1;
}
.payment-methods__wrapper {
  color: #888;
  font-size: 10px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .payment-methods__wrapper {
    font-size: 12px;
  }
}
.payment-methods__wrapper:hover .payment-methods__illustration {
  border-color: #a01602;
}
.payment-methods__illustration {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  margin: 0 0 5px;
  padding: 5px;
  border: 1px solid #e9e9e9;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .payment-methods__illustration {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .payment-methods__illustration {
    height: 70px;
  }
}
.payment-methods__illustration:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border: 1px solid #a01602;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .payment-methods__illustration:after {
    border-width: 2px;
  }
}
.payment-methods__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.payment-methods__text {
  display: block;
  color: #373737;
  text-align: center;
}
.payment-methods__label {
  display: block;
  text-align: center;
}
.product-card-carousel {
  display: block;
}
.product-card-carousel__main {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .product-card-carousel__main {
    margin: 0 0 41px;
  }
}
.product-card-carousel__main:last-child {
  margin-bottom: 0;
}
.product-card-carousel__slide {
  height: 320px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-card-carousel__slide {
    height: 340px;
  }
}
.product-card-carousel__nav-slide {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50px;
}
.product-card-carousel__nav-slide_state_active .product-card-carousel__image {
  border-color: #a01602;
}
.product-card-carousel__image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
}
.product-card {
  display: block;
}
.product-card__title {
  margin: 0 0 30px;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .product-card__title {
    margin: 0 0 50px;
  }
}
.product-card__title:last-child {
  margin-bottom: 0;
}
.product-card__title_type_sub {
  margin: 0 0 30px;
}
.product-card__carousel {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .product-card__carousel {
    padding: 0 50px 0 0;
  }
}
.product-card__main {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .product-card__main {
    margin: 0 0 80px;
  }
}
.product-card__main:last-child {
  margin-bottom: 0;
}
.product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0 -10px;
  padding: 30px 10px 19px;
  background: #f7f7f7;
}
@media only screen and (min-width: 1025px) {
  .product-card__info {
    margin: 0;
    padding: 30px;
  }
}
.product-card__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 30px;
}
@media only screen and (min-width: 768px) {
  .product-card__controls {
    margin: 0 -10px 50px;
  }
}
.product-card__controls:last-child {
  margin-bottom: 0;
}
.product-card__controls_type_column {
  display: block;
  margin: 0 0 50px;
}
.product-card__controls_type_column .product-card__control {
  display: block;
  width: auto;
  max-width: 300px;
  margin: 0 0 16px;
  padding: 0;
}
.product-card__controls_type_column .product-card__control:last-child {
  margin-bottom: 0;
}
.product-card__controls_type_column .product-card__control_size_s {
  max-width: 240px;
}
.product-card__control {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 10px;
}
.product-card__control-label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 7px 10px;
  color: #333;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-card__control-label {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
    text-align: left;
  }
}
.product-card__cart-control {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .product-card__cart-control {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.product-card__price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 70px;
}
@media only screen and (min-width: 768px) {
  .product-card__price-group {
    margin: 0 -10px 50px;
  }
}
.product-card__price-group:last-child {
  margin-bottom: 0;
}
.product-card__prices {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 10px;
}
.product-card__price {
  display: block;
  color: #333;
  font-size: 33px;
  font-weight: 600;
  line-height: 43px;
}
@media only screen and (min-width: 768px) {
  .product-card__price {
    font-size: 40px;
    line-height: 52px;
  }
}
.product-card__price-label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 10px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .product-card__price-label {
    line-height: 52px;
  }
}
.product-card__price_type_old {
  color: #808080;
  font-size: 18px;
  line-height: 26px;
  text-decoration: line-through;
}
.product-card__quantity {
  font-weight: 600;
}
.product-card__quantity-input {
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .product-card__quantity-input {
    width: 50%;
    padding: 0 10px 0 0;
  }
}
.product-card__quantity-input:last-child {
  margin-bottom: 0;
}
.product-card__info-footer {
  margin: auto 0 0;
}
.product-card__tabs {
  margin: 0 0 50px;
}
.product-card__tabs:last-child {
  margin-bottom: 0;
}
.product-card__tab-panel {
  padding: 30px 0 0;
}
.product-card__plain-text {
  margin: 0 0 50px;
  font-weight: 300;
}
.product-card__plain-text:last-child {
  margin-bottom: 0;
}
.product-card__section {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .product-card__section {
    margin: 0 0 50px;
  }
}
.product-card__section:last-child {
  margin-bottom: 0;
}
.product-card__products {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .product-card__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px 10px;
  }
}
.product-card__products:last-child {
  margin-bottom: 0;
}
.product-card__product {
  display: block;
  padding: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .product-card__product {
    -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) {
  .product-card__product {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.product-card__product-wrapper {
  height: 100%;
}
.product-card__prop {
  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;
  margin: 0 0 18px;
  color: #262626;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .product-card__prop {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
  }
}
.product-card__prop:nth-child(2n-1) {
  font-weight: 500;
}
.product-card__prop:last-child {
  margin-bottom: 0;
}
.product-card__prop-label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: 72%;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .product-card__prop-label {
    max-width: 100%;
  }
}
.product-card__prop-value {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.product-card__video {
  padding: 0 0 32px;
}
@media only screen and (min-width: 1025px) {
  .product-card__video {
    padding: 0;
  }
}
.product-card__map {
  margin: 0 0 50px;
}
.product-card__map:last-child {
  margin-bottom: 0;
}
.product-carousel {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .product-carousel {
    margin: -30px;
    padding: 30px;
  }
}
.product-carousel__container {
  overflow: visible;
}
.product-carousel__slide {
  height: auto;
}
.product-carousel__slide-wrapper {
  height: 100%;
}
.product-snippet {
  display: block;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .product-snippet:hover {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
            box-shadow: 0 0 30px rgba(0,0,0,0.2);
  }
}
.product-snippet__wrapper {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .product-snippet__wrapper {
    padding: 15px 15px 30px;
  }
}
.product-snippet__illustration {
  position: relative;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 218px;
          flex: 0 0 218px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 218px;
  max-height: 218px;
  margin: 0 0 20px;
}
.product-snippet__illustration:last-child {
  margin-bottom: 0;
}
.product-snippet__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-snippet__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-snippet__title {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
@media only screen and (min-width: 768px) {
  .product-snippet__title {
    min-height: 36px;
    margin: 0 0 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.product-snippet__title:last-child {
  margin-bottom: 0;
}
.product-snippet__title-link {
  color: #333;
  font: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-snippet__title-link:hover,
.product-snippet__title-link:active,
.product-snippet__title-link:focus {
  color: #a01602;
  text-decoration: none;
}
.product-snippet__prices {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
}
.product-snippet__prices .product-snippet__compare {
  display: block;
}
.product-snippet__price {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 8px 0 0;
  color: #262626;
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .product-snippet__price {
    font-size: 21px;
  }
}
.product-snippet__price:last-child {
  margin-right: 0;
}
.product-snippet__price-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  padding: 0 10px 0 0;
}
.product-snippet__price_type_old {
  color: #808080;
  font-size: 16px;
  text-decoration: line-through;
}
@media only screen and (min-width: 768px) {
  .product-snippet__price_type_old {
    font-size: 14px;
  }
}
.product-snippet__compare {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.product-snippet__icon {
  display: block;
  width: 18px;
  height: 20px;
  fill: inherit;
}
@media only screen and (min-width: 768px) {
  .product-snippet__icon {
    width: 14px;
    height: 16px;
  }
}
.product-snippet__icon-button {
  display: block;
  fill: #808080;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.product-snippet__icon-button:hover,
.product-snippet__icon-button:active,
.product-snippet__icon-button:focus,
.product-snippet__icon-button_state_active {
  fill: #a01602;
  text-decoration: none;
}
.product-snippet__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin: auto 0 0;
  padding: 22px 0 0;
}
@media only screen and (min-width: 768px) {
  .product-snippet__footer {
    padding: 6px 0 0;
  }
}
.product-snippet__note {
  margin: 0 0 10px;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-snippet__note {
    margin: 0 0 8px;
    font-size: 10px;
    line-height: 13px;
  }
}
.product-snippet__labels {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.product-snippet__label {
  display: block;
  min-width: 67px;
  margin: 0 0 5px;
  padding: 0 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  background: #a01602;
}
.product-snippet__label:last-child {
  margin-bottom: 0;
}
.product-snippet_type_horizontal .product-snippet__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 30px 23px 0;
  }
}
.product-snippet_type_horizontal .product-snippet__illustration {
  -ms-flex-preferred-size: 106px;
      flex-basis: 106px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 106px;
  max-width: 106px;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__illustration {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
    width: 160px;
    max-width: 160px;
    padding: 0 10px;
  }
}
.product-snippet_type_horizontal .product-snippet__image {
  max-height: 96px;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__image {
    max-height: 140px;
  }
}
.product-snippet_type_horizontal .product-snippet__main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  padding: 2px 0;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__main {
    padding: 5px 0;
  }
}
.product-snippet_type_horizontal .product-snippet__title {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 20px;
  min-height: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__title {
    position: static;
    overflow: visible;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 190px);
            flex: 1 1 calc(100% - 190px);
    width: auto;
    height: auto;
    margin: 0 0 19px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    white-space: normal;
    text-overflow: clip;
  }
}
.product-snippet_type_horizontal .product-snippet__prices {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__prices {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    padding: 3px 0 0;
  }
}
.product-snippet_type_horizontal .product-snippet__prices .product-snippet__compare {
  display: none;
}
.product-snippet_type_horizontal .product-snippet__price {
  font-size: 21px;
}
.product-snippet_type_horizontal .product-snippet__price_type_old {
  font-size: 14px;
}
.product-snippet_type_horizontal .product-snippet__compare {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  padding: 5px 25px;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__compare {
    -ms-flex-item-align: auto;
        align-self: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
  }
}
.product-snippet_type_horizontal .product-snippet__footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: auto;
        align-self: auto;
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 17px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-snippet_type_horizontal .product-snippet__note {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .product-snippet_type_horizontal .product-snippet__note {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10px 0 0;
  }
}
.profile-card {
  display: block;
}
.profile-card__col {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .profile-card__col {
    margin-bottom: 0;
  }
}
.profile-card__col:last-child {
  margin-bottom: 0;
}
.profile-card__col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.profile-card__props {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #595959;
  font-size: 12px;
  line-height: 21px;
}
.profile-card__props:last-child {
  margin-bottom: 0;
}
.profile-card__props_type_classic {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.profile-card__props_type_classic .profile-card__prop {
  display: block;
  margin: 0 0 29px;
}
.profile-card__props_type_classic .profile-card__prop:last-child {
  margin-bottom: 0;
}
.profile-card__props_type_classic .profile-card__prop-label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: none;
  padding: 0;
}
.profile-card__props_type_classic .profile-card__prop-value {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.profile-card__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.profile-card__prop-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 166px;
          flex: 0 0 166px;
  width: 166px;
  max-width: 166px;
  padding: 0 20px 0 0;
}
.profile-card__prop-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.profile-card__stats {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: auto 0;
  padding: 10px 0;
}
.profile-card__link {
  fill: #a01602;
  color: #a01602;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
}
.profile-card__link-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
.profile-card__link-label {
  display: inline-block;
  vertical-align: middle;
}
.profile-card__icon {
  display: block;
  width: 10px;
  height: 12px;
  fill: inherit;
}
.profile-card__icon-image {
  display: block;
  width: 10px;
  height: 12px;
}
@media only screen and (min-width: 768px) {
  .profile-card__control {
    display: inline-block;
    vertical-align: middle;
    min-width: 133px;
  }
}
.profile-card__panel {
  margin: 0 -10px 10px;
  padding: 20px;
  background: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .profile-card__panel {
   margin: 0 0 10px;
  }
}
.profile-card__panel:last-child {
  margin-bottom: 0;
}
.profile-card__panel-control {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.profile-card__panel-control:last-child {
  margin-bottom: 0;
}
.profile-card__progress {
  margin: 0 0 20px;
}
.profile-card__progress:last-child {
  margin-bottom: 0;
}
.profile-card__bonus {
  margin: 0 0 10px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
.profile-card__bonus:last-child {
  margin-bottom: 0;
}
.profile-card__bonus-status {
  font-weight: 600;
}
.profile-card__bonus-status_style_low {
  color: #a01602;
}
.profile-card__bonus-status_style_high {
  color: #16a002;
}
.profile-card__label {
  margin: 0 0 20px;
  color: #595959;
  font-size: 12px;
  line-height: 21px;
  text-align: right;
}
.profile-card__label:last-child {
  margin-bottom: 0;
}
.profile-card__transfer {
  color: #333;
  font-size: 12px;
  line-height: 21px;
}
.profile-card__transfer-amount {
  color: #a01602;
}
.profile-card__illustration {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 1px;
  border: 1px solid #f2f2f2;
}
.profile-card__illustration:last-child {
  margin-bottom: 0;
}
.profile-card__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.profile-filter {
  position: relative;
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 15px;
}
.profile-filter__trigger {
  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;
  fill: #000;
  color: #000;
  text-align: right;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-filter__trigger:hover,
.profile-filter__trigger:active,
.profile-filter__trigger:focus {
  fill: #a01602;
  color: #a01602;
  text-decoration: none;
}
.profile-filter__trigger-text {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.profile-filter__icon {
  display: block;
  width: 12px;
  height: 12px;
  fill: inherit;
}
.profile-filter__icon-wrapper {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 10px 0 0;
}
.profile-filter__body {
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 50;
  display: none;
  min-width: 168px;
  padding: 10px 20px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
@media only screen and (min-width: 768px) {
  .profile-filter__body {
    right: -20px;
    left: auto;
  }
}
.profile-filter__current {
  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;
  fill: #a01602;
  color: #a01602;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-filter__current:hover,
.profile-filter__current:active,
.profile-filter__current:focus {
  fill: #a41702;
  color: #a41702;
  text-decoration: none;
}
.profile-filter__label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.profile-filter__list {
  display: block;
  margin: 14px 0 0;
  padding: 12px 0 0;
  list-style: none;
  font-size: 12px;
  line-height: 25px;
  border-top: 1px solid #f2f2f2;
}
.profile-filter__item {
  display: block;
  margin: 0;
  padding: 0;
}
.profile-filter__link {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-filter__link:hover,
.profile-filter__link:active,
.profile-filter__link:focus {
  color: #a01602;
  text-decoration: none;
}
.profile-filter__link_state_active {
  color: #a01602;
}
.profile-filter_state_open .profile-filter__body {
  display: block;
}
.profile-order-details {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__payment {
    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;
  }
}
.profile-order-details__payment-field {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__payment-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-details__payment-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
}
.profile-order-details__button {
  display: block;
  min-width: 205px;
  min-height: 35px;
  color: #a01602;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__button {
    display: inline-block;
    vertical-align: middle;
    min-width: 205px;
  }
}
.profile-order-details__button:hover,
.profile-order-details__button:active,
.profile-order-details__button:focus {
  color: #fff;
  text-decoration: none;
  background: #a01602;
}
.profile-order-details__table {
  margin: 0 0 10px;
}
.profile-order-details__table:last-child {
  margin-bottom: 0;
}
.profile-order-details__header {
  display: none;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-details__body {
    padding: 11px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
}
.profile-order-details__row {
  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: 10px 0;
  border-bottom: 1px solid #333;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__row {
    padding: 5px 0 4px;
    border: none;
  }
}
.profile-order-details__cell {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 2px 0;
  color: #919699;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__cell {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: none;
    padding: 0;
  }
}
.profile-order-details__cell_role_name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__cell_role_name {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-details__cell_role_cost {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    width: 11%;
    max-width: 11%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-details__cell_role_discount {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-details__cell_role_quantity {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    width: 17%;
    max-width: 17%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-details__cell_role_price {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    width: 13%;
    max-width: 13%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-details__cell_role_type {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    width: 15%;
    max-width: 15%;
  }
}
.profile-order-details__link {
  color: #a01602;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.profile-order-details__link:hover,
.profile-order-details__link:active,
.profile-order-details__link:focus {
  color: #a41702;
  text-decoration: none;
}
.profile-order-details__cost,
.profile-order-details__price {
  color: #000;
  font-weight: 700;
}
.profile-order-details__quantity,
.profile-order-details__discount {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__quantity,
  .profile-order-details__discount {
    padding: 0 0 0 25px;
  }
}
.profile-order-details__type {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__footer {
    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;
  }
}
.profile-order-details__controls {
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__controls {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
    margin: 0;
  }
}
.profile-order-details__control {
  display: block;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__control {
    display: inline-block;
    vertical-align: middle;
    min-width: 133px;
    margin: 0 18px 0 0;
  }
}
.profile-order-details__control:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .profile-order-details__final {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-details__props {
    padding: 0 20px 11px 0;
  }
}
.profile-order-details__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #919699;
}
.profile-order-details__prop-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.profile-order-details__prop-value {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  padding: 0 0 0 24px;
}
.profile-order-details__prop_style_important {
  padding: 4px 0;
  color: #000;
  font-weight: 700;
}
.profile-order-table {
  display: block;
}
.profile-order-table__main {
  margin: 0 0 40px;
}
.profile-order-table__main:last-child {
  margin-bottom: 0;
}
.profile-order-table__header {
  display: none;
}
@media only screen and (min-width: 768px) {
  .profile-order-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__body {
    padding: 5px 0;
  }
}
.profile-order-table__row {
  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: 10px 0;
  border-bottom: 1px solid #333;
}
@media only screen and (min-width: 768px) {
  .profile-order-table__row {
    padding: 5px 0 4px;
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__row_type_complex {
    padding: 25px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__row_type_complex .profile-order-table__cell {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__row_type_complex .profile-order-table__cell:last-child {
    padding-bottom: 0;
  }
}
.profile-order-table__row_type_interactable {
  padding: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}
.profile-order-table__row_type_interactable:first-child {
  border-top: 1px solid #f2f2f2;
}
.profile-order-table__row_type_interactable .profile-order-table__cell {
  padding: 12px 0;
  color: #000;
  background: #f2f2f2;
}
.profile-order-table__row_type_interactable .profile-order-table__status {
  color: #000;
}
.profile-order-table__row_type_interactable .profile-order-table__status_style_success {
  color: #16a002;
}
.profile-order-table__row_type_interactable .profile-order-table__status_style_error {
  color: #f00;
}
.profile-order-table__row_state_open {
  cursor: default;
}
.profile-order-table__row_state_open .profile-order-table__details {
  display: block;
}
.profile-order-table__row_state_open .profile-order-table__number:before {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
}
.profile-order-table__cell {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  width: 50%;
  padding: 2px 0;
  color: #919699;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_model {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    width: 17%;
    max-width: 17%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_serial {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    width: 23%;
    max-width: 23%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_lemms {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    width: 16%;
    max-width: 16%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_date {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    width: 23%;
    max-width: 23%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_status {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    width: 21%;
    max-width: 21%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_number {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    width: 15%;
    max-width: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_quantity {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_sum {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_payment {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    width: 14%;
    max-width: 14%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table__cell_role_city {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    width: 13%;
    max-width: 13%;
  }
}
.profile-order-table__model,
.profile-order-table__serial,
.profile-order-table__lemms,
.profile-order-table__date {
  color: #333;
  font-weight: 500;
}
.profile-order-table__status {
  color: #919699;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .profile-order-table__status-control {
    margin: 0 0 0 -13px;
    padding: 5px 0 0;
  }
}
.profile-order-table__status-button {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  min-height: 35px;
  padding: 0 20px;
  fill: #f00;
  color: #f00;
  text-decoration: none;
  background: transparent;
  border: 1px solid;
}
.profile-order-table__status_style_success {
  color: #16a002;
}
.profile-order-table__status_style_error {
  color: #f00;
}
.profile-order-table__status_style_checking {
  color: #ce7900;
}
.profile-order-table__status_style_approved {
  color: #0060aa;
}
.profile-order-table__status_style_reject {
  color: #ff0200;
}
.profile-order-table__status_style_payed {
  color: #024700;
}
.profile-order-table__status_style_modify {
  color: #99201f;
}
.profile-order-table__button-text {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
.profile-order-table__button-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 0 0 0 25px;
}
.profile-order-table__icon {
  display: block;
  width: 15px;
  height: 9px;
  fill: inherit;
}
.profile-order-table__order-message {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  padding: 10px 0 0;
  color: #919699;
  font-size: 12px;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .profile-order-table__order-message {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    width: 70%;
    max-width: 70%;
    margin: -16px 0 0;
    padding: 5px 0;
    border-top: 1px solid #f2f2f2;
  }
}
.profile-order-table__message {
  margin: 0 0 20px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.profile-order-table__message:last-child {
  margin-bottom: 0;
}
.profile-order-table__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 133px;
}
.profile-order-table__fields {
  max-width: 500px;
  margin: 0 0 30px;
  color: #595959;
  font-size: 12px;
  line-height: 16px;
}
.profile-order-table__fields:last-child {
  margin-bottom: 0;
}
.profile-order-table__pagination {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 50px;
}
.profile-order-table__pagination:last-child {
  margin-bottom: 0;
}
.profile-order-table__number {
  position: relative;
  padding: 0 0 0 30px;
  color: #a01602;
  font-weight: 700;
}
.profile-order-table__number:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.profile-order-table__details {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  margin: 5px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .profile-order-table_type_complex .profile-order-table__cell {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table_type_complex .profile-order-table__cell_role_date {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    width: 14%;
    max-width: 14%;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order-table_type_complex .profile-order-table__cell_role_status {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    width: 24%;
    max-width: 24%;
  }

  .profile-order-table_type_save .profile-order-table__cell_role_sum {
    flex-basis: auto;
    width: auto;
    max-width: none;
    flex-grow: 1;
  }
}
.profile-order {
  display: block;
}
@media only screen and (min-width: 768px) {
  .profile-order__group {
    margin-bottom: 30px;
  }
}
.profile-order__group:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .profile-order__col:nth-child(2n-1) {
    border-right: 1px solid #f2f2f2;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order__col:nth-child(2n-1) .profile-order__col-inner {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order__col:nth-child(2n) .profile-order__col-inner {
    padding-left: 25px;
  }
}
.profile-order__props {
  margin: 0 0 30px;
  color: #595959;
  font-size: 12px;
  line-height: 22px;
}
.profile-order__props:last-child {
  margin-bottom: 0;
}
.profile-order__props_type_main {
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.profile-order__props_type_main .profile-order__prop {
  margin: 0 0 8px;
}
.profile-order__props_type_main .profile-order__prop:last-child {
  margin-bottom: 0;
}
.profile-order__props_type_main .profile-order__prop-label {
  padding: 0 16px 0 0;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .profile-order__props_type_main .profile-order__prop-label {
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
    width: 128px;
    max-width: 128px;
  }
}
@media only screen and (min-width: 768px) {
  .profile-order__props_type_main .profile-order__prop-value {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: auto;
    max-width: 100%;
  }
}
.profile-order__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 8px;
}
.profile-order__prop:last-child {
  margin-bottom: 0;
}
.profile-order__prop-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 20px 0 0;
}
.profile-order__prop-value {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
}
.profile-order__title {
  margin: 0 0 20px;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}
.profile-order__title:last-child {
  margin-bottom: 0;
}
.profile-order__section {
  padding: 0 0 34px;
}
@media only screen and (min-width: 768px) {
  .profile-order__section:last-child {
    margin-bottom: 0;
  }
}
.profile-order__link {
  color: #a01602;
  font: inhert;
  text-decoration: none;
}
.profile-order__link:hover,
.profile-order__link:active,
.profile-order__link:focus {
  color: #a41702;
  text-decoration: none;
}
.profile-order__extra {
  padding: 0 0 0 15px;
  font-weight: 500;
}
.profile-product {
  display: block;
}
@media only screen and (min-width: 768px) {
  .profile-product__wrapper {
    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;
  }
}
.profile-product__illustration {
  display: block;
  margin: 0 0 15px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .profile-product__illustration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 121px;
            flex: 0 0 121px;
    width: 121px;
    max-width: 121px;
    margin: 0;
    padding: 0 21px 0 0;
  }
}
.profile-product__image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 150px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .profile-product__image {
    max-height: 100px;
  }
}
.profile-product__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.profile-product__title {
  margin: 0 0 10px;
  color: #000;
  font-size: 14px;
  line-height: 26px;
}
.profile-product__link {
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.profile-product__link:hover,
.profile-product__link:active,
.profile-product__link:focus {
  color: #a01602;
  text-decoration: none;
}
.profile-product__props {
  padding: 3px 0;
}
.profile-product__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 6px;
  color: #595959;
  font-size: 12px;
  line-height: 15px;
}
.profile-product__prop:last-child {
  margin-bottom: 0;
}
.profile-product__prop-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  width: 220px;
  max-width: 50%;
  padding: 0 20px 0 0;
}
.profile-product__prop-value {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: 50%;
}
.profile {
  display: block;
}
.profile__section {
  margin: 0 0 50px;
}
.profile__section:last-child {
  margin-bottom: 0;
}
.profile__header {
  padding: 11px 10px;
  background: #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .profile__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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
   padding: 11px 20px;
  }
}
.profile__header_extraless .profile__header-extra {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.profile__header-extra {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .profile__header-extra {
    padding: 0 0 0 20px;
  }
}
.profile__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.profile__tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 100%;
}
.profile__bonus {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.profile__bonus-status {
  font-weight: 600;
}
.profile__bonus-status_style_low {
  color: #a01602;
}
.profile__bonus-status_style_high {
  color: #16a002;
}
.profile__content {
  padding: 20px 0 0;
}
.profile__entry-item {
  margin: 0 0 45px;
}
.profile__entry-item:last-child {
  margin-bottom: 0;
}
.profile__pagination {
  padding: 50px 0 0;
}
@media only screen and (min-width: 1025px) {
  .profile__pagination {
    padding: 100px 0 0;
  }
}
.profile__status {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.profile__products {
  margin: 0 0 50px;
}
.profile__products:last-child {
  margin-bottom: 0;
}
.profile__product {
  margin: 0 0 50px;
}
.profile__product:last-child {
  margin-bottom: 0;
}
.profile__controls {
  margin: 0 0 50px;
}
.profile__controls:last-child {
  margin-bottom: 0;
}
.profile__plain-text {
  margin: 0 0 50px;
}
.profile__plain-text:last-child {
  margin-bottom: 0;
}
.profile__subscribe-panel {
  margin: 0 -10px;
  padding: 35px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .profile__subscribe-panel {
    margin: 0;
    text-align: left;
  }
}
.progress {
  display: block;
}
.progress__container {
  position: relative;
  height: 4px;
  font-size: 0;
  background: #d8d8d8;
  border: 1px solid #979797;
  border-radius: 4px;
}
.progress__bar {
  height: 100%;
  font-size: 0;
  background: -webkit-gradient(linear, right top, left top, from(#d101f1), to(#3800ff));
  background: linear-gradient(-90deg, #d101f1, #3800ff);
  border-radius: 2px;
}
.progress__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px 0 0;
}
.progress__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  color: #929292;
  font-size: 12px;
  line-height: 15px;
}
.progress__label_state_active {
  color: #262626;
  font-weight: 600;
}
.progress__label_type_hidden {
  visibility: hidden;
  opacity: 0;
}
.quantity-input {
  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: 24px;
  line-height: 35px;
}
.quantity-input__control {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.quantity-input__button {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  color: #333;
  font-size: 0;
  background: transparent;
  border: 1px solid #ccc;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #d8d8d8;
          box-shadow: inset 0 0 0 1px #d8d8d8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quantity-input__button:before,
.quantity-input__button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 12px;
  height: 0;
  border-bottom: 2px solid;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quantity-input__button:after {
  width: 0;
  height: 12px;
  border-right: 2px solid;
  border-bottom: none;
}
.quantity-input__button:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.quantity-input__button:hover:not(:disabled),
.quantity-input__button:focus:not(:disabled),
.quantity-input__button:active:not(:disabled) {
  color: #fff;
  background: #a01602;
  border-color: #a01602;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.quantity-input__button_type_decrease:after {
  display: none;
}
.quantity-input__field {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  padding: 0 10px;
}
.quantity-input__input {
  width: 100%;
  height: 35px;
  padding: 0 5px;
  color: #333;
  line-height: 35px;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
}
.quantity-input_type_compact {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  line-height: 20px;
}
.quantity-input_type_compact .error{
    position: absolute;
    margin-top: 35px;
    color: red;
    font-size: 10px;
    max-width: 175px;
    line-height: 10px;
}
@media only screen and (max-width: 768px) {
    .quantity-input_type_compact .error{
        margin-top: 55px;
    }
}
@media only screen and (min-width: 768px) {
  .quantity-input_type_compact {
    font-size: 14px;
    line-height: 24px;
  }
}
.quantity-input_type_compact .quantity-input__button {
  width: 23px;
  height: 22px;
  color: #888;
  background: transparent;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .quantity-input_type_compact .quantity-input__button {
    height: 26px;
  }
}
.quantity-input_type_compact .quantity-input__button:hover,
.quantity-input_type_compact .quantity-input__button:focus,
.quantity-input_type_compact .quantity-input__button:active {
  color: #a01602;
  background: transparent;
  border-color: #a01602;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.quantity-input_type_compact .quantity-input__button:before {
  width: 8px;
}
.quantity-input_type_compact .quantity-input__button:after {
  height: 8px;
}
.quantity-input_type_compact .quantity-input__field {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
}
.quantity-input_type_compact .quantity-input__input {
  width: 45px;
  height: 22px;
  margin: 0 -1px;
  line-height: 22px;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
}
@media only screen and (min-width: 768px) {
  .quantity-input_type_compact .quantity-input__input {
    width: 45px;
    height: 26px;
    line-height: 26px;
  }
}
.quantity-input_type_compact .quantity-input__input:hover,
.quantity-input_type_compact .quantity-input__input:focus,
.quantity-input_type_compact .quantity-input__input:active {
  position: relative;
  z-index: 1;
  border-color: #a01602;
}
.range {
  display: block;
  font-size: 0.875em;
}
.range__fields {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -10px 26px;
}
.range__fields:last-child {
  margin-bottom: 0;
}
.range__field {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 10px;
  text-align: center;
}
.range__input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background: #f7f7f7;
  border: none;
  border-radius: 3px;
  outline: none;
}
.range__separator {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  color: #808080;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.range__slider {
  position: relative;
  height: 3px;
  margin: 8px 0;
  padding: 0 9px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.range__slider .noUi-connects {
  background: #d8d8d8;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.range__slider .noUi-connect {
  background: #a01602;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.range__slider .noUi-handle {
  width: 18px;
  height: 18px;
  top: -7px !important;
  right: -9px !important;
  background: #fff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.range__slider .noUi-handle:before {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #a01602;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.range__slider .noUi-handle:after {
  display: none;
}
.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: 18px;
  height: 18px;
  margin: 0 0 0 6px;
  background: transparent;
  border: none;
  outline: none;
}
.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: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  fill: #E5E5E5;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.rating__mark_state_active {
  fill: #FFC107;
}
.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: #FFC107;
}
.rating_marks_4 .rating__item:nth-child(n + 2) .rating__mark {
  fill: #FFC107;
}
.rating_marks_3 .rating__item:nth-child(n + 3) .rating__mark {
  fill: #FFC107;
}
.rating_marks_2 .rating__item:nth-child(n + 4) .rating__mark {
  fill: #FFC107;
}
.rating_marks_1 .rating__item:nth-child(n + 5) .rating__mark {
  fill: #FFC107;
}
.rating_type_interactable:hover .rating__item:nth-child(n) .rating__mark {
  fill: #E5E5E5;
}
.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: #FFC107;
}
.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: #FFC107;
}
.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: #FFC107;
}
.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: #FFC107;
}
.rating_type_interactable:hover .rating__item:nth-child(5):hover .rating__mark {
  fill: #FFC107;
}
.regions {
  display: block;
}
.regions__title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 20px 0 0;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .regions__title {
    cursor: default;
  }
}
.regions__title:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-color: #333;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}
@media only screen and (min-width: 1025px) {
  .regions__title:before {
    display: none;
  }
}
.regions__list {
  overflow: hidden;
  height: 0;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media only screen and (min-width: 1025px) {
  .regions__list {
    height: auto;
    padding: 0 0 50px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.regions__link {
  display: inline-block;
  color: #a01602;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.regions__link:hover,
.regions__link:active,
.regions__link:focus {
  opacity: 0.4;
}
.regions__link_state_active {
  color: #a6a6a6;
}
.regions_state_opened .regions__title:before {
  margin-top: 3px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.regions_state_opened .regions__list {
  height: auto;
  padding: 0 0 30px;
}
.registration-group {
  display: block;
}
.registration-group__main {
  margin: 0 0 50px;
}
@media only screen and (min-width: 1025px) {
  .registration-group__main {
    margin: 0 0 35px;
  }
}
.registration-group__main:last-child {
  margin-bottom: 0;
}
.registration-group__col {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .registration-group__col {
    margin-bottom: 0;
  }
}
.registration-group__col:last-child {
  margin-bottom: 0;
}
.registration-group__form_state_active .registration-group__content {
  display: block;
}
.registration-group__content {
  display: none;
  padding: 20px 0 0;
}
@media only screen and (min-width: 1025px) {
  .registration-group__content {
    padding: 50px 0 0;
  }
}
.registration-group__footer {
  padding: 50px 0 0;
  border-top: 1px solid #919699;
}
.registration-group__social-label {
  margin: 0 0 15px;
  color: #808080;
  font-size: 12px;
  line-height: 1.5;
}
.registration-group__social-label:last-child {
  margin-bottom: 0;
}
.review-group {
  display: block;
}
.review-group__filters {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .review-group__filters {
    margin: 0 0 50px;
  }
}
.review-group__filters:last-child {
  margin-bottom: 0;
}
.review-group__controls {
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .review-group__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.review-group__controls:last-child {
  margin-bottom: 0;
}
.review-group__control {
  display: block;
  min-width: 220px;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .review-group__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin: 0;
  }
}
.review-group__control:last-child {
  margin-bottom: 0;
}
.review-snippet {
  display: block;
  color: #262626;
}
@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__aside {
  margin: 0 0 14px;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
    max-width: 160px;
    margin: 0;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .review-snippet__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.review-snippet__author {
  padding: 2px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  word-break: break-word;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__author {
    margin: 0 0 15px;
  }
}
.review-snippet__author:last-child {
  margin-bottom: 0;
}
.review-snippet__info {
  color: #808080;
  font-size: 12px;
  line-height: 18px;
}
.review-snippet__info-field_type_mobile {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__info-field_type_mobile {
    display: none;
  }
}
.review-snippet__info-field_type_desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__info-field_type_desktop {
    display: block;
  }
}
.review-snippet__info_type_mobile {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__info_type_mobile {
    display: none;
  }
}
.review-snippet__info_type_desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__info_type_desktop {
    display: block;
  }
}
.review-snippet__content {
  font-weight: 300;
  line-height: 26px;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__content {
    margin: 0 0 20px;
  }
}
.review-snippet__content:last-child {
  margin-bottom: 0;
}
.review-snippet__controls {
  margin: 30px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid #d8d8d8;
}
@media only screen and (min-width: 1025px) {
  .review-snippet__controls {
    margin: 0;
  }
}
.review-snippet__control {
  display: inline-block;
  vertical-align: middle;
  margin: 0 27px 0 0;
  font-size: 12px;
}
.review-snippet__control:last-child {
  margin-bottom: 0;
}
.review-snippet__link {
  display: inline;
  color: #333;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.review-snippet__link:hover,
.review-snippet__link:active,
.review-snippet__link:focus {
  color: #a01602;
  text-decoration: none;
}
.reviews {
  display: block;
}
.reviews__main {
  margin: 0 0 72px;
}
@media only screen and (min-width: 1025px) {
  .reviews__main {
    margin: 0 0 76px;
  }
}
.reviews__main:last-child {
  margin-bottom: 0;
}
.reviews__item {
  margin: 0 0 46px;
}
.reviews__item:last-child {
  margin-bottom: 0;
}
.reviews__controls {
  margin: 0 0 75px;
}
@media only screen and (min-width: 1025px) {
  .reviews__controls {
    margin: 0 0 50px;
    padding: 0 0 0 160px;
  }
}
.reviews__controls:last-child {
  margin-bottom: 0;
}
.reviews__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 300px;
}
@media only screen and (min-width: 1025px) {
  .reviews__control {
    min-width: 220px;
  }
}
.reviews__form-wrapper {
  margin: 0 -10px;
  padding: 75px 10px 0;
  border-top: 1px solid #d8d8d8;
}
@media only screen and (min-width: 1025px) {
  .reviews__form-wrapper {
    padding: 50px 0 0 160px;
  }
}
.reviews__input-wrapper {
  max-width: 300px;
}
.reviews__pagination-wrapper {
  margin: 0 0 54px;
}
@media only screen and (min-width: 1025px) {
  .reviews__pagination-wrapper {
    margin: 0 0 44px;
  }
}
.reviews__pagination-wrapper:last-child {
  margin-bottom: 0;
}
.reviews__pagination-controls {
  margin: 0 0 50px;
  text-align: center;
}
.reviews__pagination-controls:last-child {
  margin-bottom: 0;
}
.reviews__control {
  display: inline-block;
  min-width: 300px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1025px) {
  .reviews__control {
    min-width: 220px;
  }
}
.reviews__control:last-child {
  margin-bottom: 0;
}
.reviews__panel {
  margin: 0 -10px -45px;
  padding: 30px 0 20px;
  background: #f7f7f7;
}
@media only screen and (min-width: 1025px) {
  .reviews__panel {
    margin: 0;
  }
}
.reviews__panel-title {
  margin: 0 0 30px;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}
.reviews__panel-title:last-child {
  margin-bottom: 0;
}
.reviews__panel-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviews__panel-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  padding: 10px 20px;
}
@media only screen and (min-width: 1025px) {
  .reviews__panel-item {
    padding: 5px 40px;
  }
}
.reviews__panel-link {
  display: block;
  text-decoration: none;
}
.reviews__panel-image {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.reviews_style_separated .reviews__main {
  margin: 0 0 50px;
}
.reviews_style_separated .reviews__main:last-child {
  margin-bottom: 0;
}
.reviews_style_separated .reviews__item {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
.reviews_style_separated .reviews__item:last-child {
  margin: 0;
}
.search-form {
  position: relative;
  display: block;
}
.search-form__input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 30px;
  color: #373737;
  font-size: 10px;
  line-height: 30px;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .search-form__input {
    height: 46px;
    padding: 0 40px 0 55px;
    font-size: 14px;
    line-height: 44px;
  }
}
.search-form__control {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
}
.search-form__button {
  display: block;
  width: 22px;
  height: 32px;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .search-form__button {
    width: 46px;
    height: 46px;
  }
}
.search-form__button:hover .search-form__icon,
.search-form__button:focus .search-form__icon {
  fill: #a01602;
}
.search-form__icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: #6d6d6d;
}
@media only screen and (min-width: 768px) {
  .search-form__icon {
    width: 18px;
    height: 18px;
  }
}
.search-form__close {
  position: relative;
  display: none;
  width: 20px;
  height: 46px;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .search-form__close {
    display: block;
  }
}
.search-form__close:hover:before,
.search-form__close:focus:before,
.search-form__close:hover:after,
.search-form__close:focus:after {
  background: #a01602;
}
.search-form__close:before,
.search-form__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 1px;
  height: 10px;
  background: #6d6d6d;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search-form__close:after {
  width: 10px;
  height: 1px;
}
.search-form__close-wrapper {
  position: absolute;
  top: 0;
  right: 11px;
  z-index: 1;
  display: block;
}
.section {
  display: block;
  padding: 30px 0 45px;
}
@media only screen and (min-width: 1025px) {
  .section {
    padding: 50px 0;
  }
}
.section__header {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1025px) {
  .section__header {
    margin: 0 0 33px;
  }
}
.section__header:last-child {
  margin-bottom: 0;
}
.section__fields {
  margin: 0 0 30px;
  font-weight: 300;
  word-break: break-word;
}
.section__fields:last-child {
  margin-bottom: 0;
}
.section__field {
  margin: 0 0 26px;
}
.section__field:last-child {
  margin-bottom: 0;
}
.section__field_text-size_xs {
  font-size: 10px;
}
.section__field_text-size_s {
  font-size: 12px;
}
.section__field_text-size_m {
  font-size: 14px;
}
.section__field_text-size_l {
  font-size: 18px;
}
.section__field-group {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .section__field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -10px 50px;
  }
}
.section__field-group:last-child {
  margin-bottom: 0;
}
.section__fields-wrapper {
  margin: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .section__fields-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin: 0;
    padding: 0 75px 0 10px;
  }
}
.section__fields-wrapper:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section__field-controls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    width: 260px;
    max-width: 260px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .section__control {
    display: inline-block;
    vertical-align: middle;
    min-width: 240px;
  }
}
.section__map {
  margin: 0 -10px;
}
@media only screen and (min-width: 1025px) {
  .section__map {
    margin: 0;
  }
}
.section__plain-text {
  margin: 0 0 30px;
}
.section__plain-text:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section__title-group {
    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;
  }
}
@media only screen and (min-width: 1025px) {
  .section__title-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    padding: 0 40px 0 0;
  }
}
.section__logo-wrapper {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .section__logo-wrapper {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
}
.section__registration-group {
  padding: 20px 0 23px;
}
@media only screen and (min-width: 1025px) {
  .section__registration-group {
    padding: 20px 0 50px;
  }
}
.section__authorization-group {
  padding: 4px 0 15px;
}
@media only screen and (min-width: 1025px) {
  .section__authorization-group {
    padding: 20px 0 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .section__profile {
    padding: 17px 0 50px;
  }
}
.section__aside {
  padding: 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .section__aside {
    padding: 0;
  }
}
.section__tabs {
  margin: 0 0 5px;
}
@media only screen and (min-width: 1025px) {
  .section__tabs {
    margin: 0 0 10px;
  }
}
.section__tabs:last-child {
  margin-bottom: 0;
}
.section__back-button {
  position: relative;
  display: block;
  min-height: 40px;
  padding: 0 20px;
  color: #a01602;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f2f2f2;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section__back-button:hover,
.section__back-button:active,
.section__back-button:focus {
  color: #fff;
  background: #a01602;
}
.section__back-button:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 10px 0 0;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section_spacing_close {
  padding: 0;
}
.section_spacing_normal {
  padding: 30px 0 45px;
}
@media only screen and (min-width: 1025px) {
  .section_spacing_normal {
    padding: 50px 0;
  }
}
.section_spacing_top-close {
  padding-top: 0;
}
.section_spacing_top-normal {
  padding-top: 30px;
}
@media only screen and (min-width: 1025px) {
  .section_spacing_top-normal {
    padding-top: 50px;
  }
}
.section_spacing_bottom-close {
  padding-bottom: 0;
}
.section_spacing_bottom-normal {
  padding-bottom: 45px;
}
@media only screen and (min-width: 1025px) {
  .section_spacing_bottom-normal {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1px) {
  .section_spacing_xs-close {
    padding: 0;
  }
}
@media only screen and (min-width: 1px) {
  .section_spacing_xs-top-close {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) {
  .section_spacing_xs-bottom-close {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) {
  .section_spacing_s-close {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) {
  .section_spacing_s-top-close {
    padding-top: 0;
  }
}
@media only screen and (min-width: 480px) {
  .section_spacing_s-bottom-close {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section_spacing_m-close {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section_spacing_m-top-close {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section_spacing_m-bottom-close {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section_spacing_l-close {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section_spacing_l-normal {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section_spacing_l-top-close {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section_spacing_l-top-normal {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .section_spacing_l-bottom-close {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .section_spacing_l-bottom-normal {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1281px) {
  .section_spacing_xl-close {
    padding: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section_spacing_xl-top-close {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .section_spacing_xl-bottom-close {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section_spacing_xxl-close {
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section_spacing_xxl-top-close {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section_spacing_xxl-bottom-close {
    padding-bottom: 0;
  }
}
.select2-container {
  text-align: left;
}
.select2-container .selection {
  display: block;
  height: 100%;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:active,
.select2-container--default .select2-selection--single:focus {
  color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  height: 100%;
  padding: 0;
  color: inherit;
  line-height: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 10px;
  display: block;
  color: #808080;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  top: 50%;
  right: auto;
  left: 50%;
  bottom: auto;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
  border: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(-20%, -80%) rotate(45deg);
          transform: translate(-20%, -80%) rotate(45deg);
}
.select2-container .select2-selection--single {
  height: 100%;
  color: #000;
  font-size: inherit;
  background: transparent;
}
.select2-container--open {
  z-index: 99993;
}
.select2-container--open .select2-selection__arrow {
  top: 50%;
  right: 10px;
  display: block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select2-container--open .select2-selection__arrow b {
  position: relative;
  top: 50%;
  right: auto;
  left: 50%;
  bottom: auto;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
  border: none !important;
  border-right: 1px solid !important;
  border-bottom: 1px solid !important;
  -webkit-transform: translate(-20%, -80%) rotate(45deg);
          transform: translate(-20%, -80%) rotate(45deg);
}
.select2-container--default .select2-results__options {
  overflow-x: hidden;
}
.select2-container--default .select2-results__option {
  padding: 9px 10px 7px;
  color: #000;
  font-size: inherit;
  word-break: break-word;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #000;
  background: #ccc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background: #a01602;
}
.select2-dropdown {
  border: 1px solid #ccc;
  border-radius: 0;
}
.select2__original-input + .select2-container {
  z-index: 1;
}
.select2__original-input + .select2-container--above.select2-container--open {
  z-index: 99993;
}
.select2__original-input + .select2-container--above.select2-container--open .select2-selection--single {
  background: #fff;
}
.select2__original-input_style_primary + .select2-container--default .select2-selection--single {
  color: #a01602 !important;
  text-transform: uppercase;
  border-color: #a01602 !important;
}
.select2__original-input_style_primary + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #a01602 !important;
}
.select2__original-input_style_primary.select2-dropdown {
  border-color: #a01602 !important;
}
.select2__original-input_style_primary.select2-dropdown .select2-results__option {
  color: #a01602;
}
.select2__original-input_style_primary.select2-dropdown .select2-results__option--highlighted {
  color: #fff;
}
.select2_style_button + .select2 .select2-selection--single {
  height: 45px;
  border: 1px solid #a01602;
}
.select2_style_button + .select2 .select2-selection__rendered {
  padding: 0 45px 0 15px;
  color: #a01602;
  font-size: 14px;
  font-weight: 500;
  line-height: 43px;
  text-transform: uppercase;
}
.select2_style_button + .select2 .select2-selection__arrow {
  color: #a01602;
}
.select2_style_button + .select2 .select2-selection__arrow b {
  width: 8px;
  height: 8px;
  -webkit-transform: translate(20%, -70%) rotate(45deg);
          transform: translate(20%, -70%) rotate(45deg);
}
.select2_style_button.select2-dropdown {
  border-color: #a01602;
}
.select2_style_button.select2-dropdown .select2-results__option {
  color: #a01602;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}
.select2_style_button.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  color: #fff;
}
:focus {
  outline: none;
}
.form__line_type_required .form__select ~ .select2-container--default .select2-selection__placeholder:before {
  content: '*';
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  color: #a01602;
  font-size: inherit;
}
.form__select ~ .select2 {
  display: block;
  height: 45px;
}
.form__select ~ .select2-container--default .select2-selection--single {
  color: #000;
  font-size: 14px;
  border: 1px solid #ccc;
}
.form__select.form__input_state_error ~ .select2-container--default .select2-selection--single {
  border-color: #a01602 !important;
}
.form__select ~ .select2-container--default .select2-selection__rendered {
  padding: 0 19px;
  line-height: 43px;
}
.form__select ~ .select2-container--default .select2-selection__placeholder {
  color: #808080;
}
.show-map {
  display: block;
  color: #a01602;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .show-map {
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
  }
}
.show-map:hover,
.show-map:active,
.show-map:focus {
  opacity: 0.4;
}
.show-map__text {
  display: inline-block;
  vertical-align: bottom;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.show-map__icon {
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 16px;
  margin: 0 0 0 10px;
  fill: currentColor;
}
@media only screen and (min-width: 1025px) {
  .show-map__icon {
    width: 10px;
    height: 13px;
  }
}
.show-map_text-decoration_underline {
  text-decoration: underline;
}
.sliding-nav {
  display: block;
  padding: 65px 0 50px 35px;
  background: #fff;
}
.sliding-nav__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sliding-nav__item {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
}
.sliding-nav__item:last-child {
  border-bottom: none;
}
.sliding-nav__item_state_open > .sliding-nav__submenu {
  display: block;
}
.sliding-nav__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px 30px 15px 0;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sliding-nav__link:hover,
.sliding-nav__link:active,
.sliding-nav__link:focus {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .sliding-nav__link:hover,
  .sliding-nav__link:active,
  .sliding-nav__link:focus {
    background: #e6e6e6;
  }
}
.sliding-nav__link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  width: 6px;
  height: 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(-45deg) translate(0, -60%);
          transform: rotate(-45deg) translate(0, -60%);
}
.sliding-nav__link_type_parent:before {
  display: block;
}
.sliding-nav__link_type_back {
  padding-left: 20px;
}
.sliding-nav__link_type_back:before {
  right: auto;
  left: 0;
  display: block;
  -webkit-transform: rotate(135deg) translate(0, 50%);
          transform: rotate(135deg) translate(0, 50%);
}
.sliding-nav__submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100;
  display: none;
  width: 100%;
  height: auto;
}
.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 10px 0 0;
}
.social-nav__item:last-child {
  margin-bottom: 0;
}
.social-nav__link {
  display: block;
  width: auto;
  height: auto;
  fill: #fff;
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: -webkit-transform 0.3s ease, fill 0.3s ease;
  transition: -webkit-transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, fill 0.3s ease;
}
.social-nav__link:hover,
.social-nav__link:active,
.social-nav__link:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.social-nav__link_state_active {
  fill: #a01602;
}
.social-nav__icon {
  display: block;
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
  fill: inherit;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.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_style_dark .social-nav__link {
  fill: #919699;
}
.social-nav_style_dark .social-nav__link_state_active {
  fill: #a01602;
}
.social-nav_style_active .social-nav__link {
  fill: #a01602;
}
.social-nav_size_small .social-nav__item {
  margin: 0 6px 0 0;
}
.social-nav_size_small .social-nav__item:last-child {
  margin-right: 0;
}
.social-nav_size_small .social-nav__icon {
  max-width: 16px;
  max-height: 16px;
}
.social-nav_size_medium .social-nav__item {
  margin: 0 10px 0 0;
}
.social-nav_size_medium .social-nav__item:last-child {
  margin-right: 0;
}
.social-nav_size_medium .social-nav__icon {
  max-width: 24px;
  max-height: 24px;
}
.social-nav_size_average .social-nav__item {
  margin: 0 19px 0 0;
}
.social-nav_size_average .social-nav__item:last-child {
  margin-right: 0;
}
.social-nav_size_average .social-nav__icon {
  max-width: 30px;
  max-height: 30px;
}
.social-nav_size_large .social-nav__item {
  margin: 0 17px 0 0;
}
.social-nav_size_large .social-nav__item:last-child {
  margin-right: 0;
}
.social-nav_size_large .social-nav__icon {
  max-width: 40px;
  max-height: 40px;
}
@media only screen and (min-width: 1px) {
  .social-nav_size_xs-small .social-nav__item {
    margin: 0 6px 0 0;
  }
  .social-nav_size_xs-small .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_size_xs-small .social-nav__icon {
    max-width: 16px;
    max-height: 16px;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_size_xs-medium .social-nav__item {
    margin: 0 10px 0 0;
  }
  .social-nav_size_xs-medium .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_size_xs-medium .social-nav__icon {
    max-width: 24px;
    max-height: 24px;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_size_xs-average .social-nav__item {
    margin: 0 19px 0 0;
  }
  .social-nav_size_xs-average .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_size_xs-average .social-nav__icon {
    max-width: 30px;
    max-height: 30px;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_size_xs-large .social-nav__item {
    margin: 0 17px 0 0;
  }
  .social-nav_size_xs-large .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1px) {
  .social-nav_size_xs-large .social-nav__icon {
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_size_s-small .social-nav__item {
    margin: 0 6px 0 0;
  }
  .social-nav_size_s-small .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_size_s-small .social-nav__icon {
    max-width: 16px;
    max-height: 16px;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_size_s-medium .social-nav__item {
    margin: 0 10px 0 0;
  }
  .social-nav_size_s-medium .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_size_s-medium .social-nav__icon {
    max-width: 24px;
    max-height: 24px;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_size_s-average .social-nav__item {
    margin: 0 19px 0 0;
  }
  .social-nav_size_s-average .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_size_s-average .social-nav__icon {
    max-width: 30px;
    max-height: 30px;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_size_s-large .social-nav__item {
    margin: 0 17px 0 0;
  }
  .social-nav_size_s-large .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .social-nav_size_s-large .social-nav__icon {
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_size_m-small .social-nav__item {
    margin: 0 6px 0 0;
  }
  .social-nav_size_m-small .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_size_m-small .social-nav__icon {
    max-width: 16px;
    max-height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_size_m-medium .social-nav__item {
    margin: 0 10px 0 0;
  }
  .social-nav_size_m-medium .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_size_m-medium .social-nav__icon {
    max-width: 24px;
    max-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_size_m-average .social-nav__item {
    margin: 0 19px 0 0;
  }
  .social-nav_size_m-average .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_size_m-average .social-nav__icon {
    max-width: 30px;
    max-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_size_m-large .social-nav__item {
    margin: 0 17px 0 0;
  }
  .social-nav_size_m-large .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .social-nav_size_m-large .social-nav__icon {
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_l-small .social-nav__item {
    margin: 0 6px 0 0;
  }
  .social-nav_size_l-small .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_l-small .social-nav__icon {
    max-width: 16px;
    max-height: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_l-medium .social-nav__item {
    margin: 0 10px 0 0;
  }
  .social-nav_size_l-medium .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_l-medium .social-nav__icon {
    max-width: 24px;
    max-height: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_l-average .social-nav__item {
    margin: 0 19px 0 0;
  }
  .social-nav_size_l-average .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_l-average .social-nav__icon {
    max-width: 30px;
    max-height: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_l-large .social-nav__item {
    margin: 0 17px 0 0;
  }
  .social-nav_size_l-large .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_l-large .social-nav__icon {
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_size_xl-small .social-nav__item {
    margin: 0 6px 0 0;
  }
  .social-nav_size_xl-small .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_size_xl-small .social-nav__icon {
    max-width: 16px;
    max-height: 16px;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_size_xl-medium .social-nav__item {
    margin: 0 10px 0 0;
  }
  .social-nav_size_xl-medium .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_size_xl-medium .social-nav__icon {
    max-width: 24px;
    max-height: 24px;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_size_xl-average .social-nav__item {
    margin: 0 19px 0 0;
  }
  .social-nav_size_xl-average .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_size_xl-average .social-nav__icon {
    max-width: 30px;
    max-height: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_size_xl-large .social-nav__item {
    margin: 0 17px 0 0;
  }
  .social-nav_size_xl-large .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .social-nav_size_xl-large .social-nav__icon {
    max-width: 40px;
    max-height: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_size_xxl-small .social-nav__item {
    margin: 0 6px 0 0;
  }
  .social-nav_size_xxl-small .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_size_xxl-small .social-nav__icon {
    max-width: 16px;
    max-height: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_size_xxl-medium .social-nav__item {
    margin: 0 10px 0 0;
  }
  .social-nav_size_xxl-medium .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_size_xxl-medium .social-nav__icon {
    max-width: 24px;
    max-height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_size_xxl-average .social-nav__item {
    margin: 0 19px 0 0;
  }
  .social-nav_size_xxl-average .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_size_xxl-average .social-nav__icon {
    max-width: 30px;
    max-height: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_size_xxl-large .social-nav__item {
    margin: 0 17px 0 0;
  }
  .social-nav_size_xxl-large .social-nav__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .social-nav_size_xxl-large .social-nav__icon {
    max-width: 40px;
    max-height: 40px;
  }
}
.social-nav_size_panel .social-nav__item {
  margin: 0 26px 0 0;
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_panel .social-nav__item {
    margin: 0 30px 0 0;
  }
}
.social-nav_size_panel .social-nav__item:last-child {
  margin-right: 0;
}
.social-nav_size_panel .social-nav__icon {
  max-width: 35px;
  max-height: 35px;
}
@media only screen and (min-width: 1025px) {
  .social-nav_size_panel .social-nav__icon {
    max-width: 40px;
    max-height: 40px;
  }
}
.social-nav_size_auth .social-nav__item {
  margin: 0 10px 0 0;
}
.social-nav_size_auth .social-nav__item:last-child {
  margin-right: 0;
}
.social-nav_size_auth .social-nav__icon {
  max-width: 40px;
  max-height: 40px;
}
.social-panel {
  display: block;
  padding: 10px 0;
  background: #a41702;
}
@media only screen and (min-width: 1025px) {
  .social-panel {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .social-panel__wrapper {
    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;
  }
}
.social-panel__title {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .social-panel__title {
    display: block;
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .social-panel__nav {
    padding: 0 0 0 40px;
  }
}
.sorting-filters {
  position: relative;
  display: block;
}
.sorting-filters__header {
  position: relative;
  z-index: 100;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .sorting-filters__header {
    display: none;
  }
}
.sorting-filters__body {
  position: absolute;
  top: -20px;
  right: -10px;
  left: -10px;
  z-index: 100;
  display: none;
  padding: 58px 10px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
@media only screen and (min-width: 1025px) {
  .sorting-filters__body {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.sorting-filters__triggers {
  display: block;
  padding: 10px 0 0;
  border-top: 1px solid #d8d8d8;
}
@media only screen and (min-width: 1025px) {
  .sorting-filters__triggers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    border: none;
  }
}
.sorting-filters__trigger {
  display: block;
  margin: 0 0 10px;
  padding: 10px 0;
}
@media only screen and (min-width: 1025px) {
  .sorting-filters__trigger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 20px 0 0;
    padding: 0;
  }
}
.sorting-filters__trigger:last-child {
  margin: 0;
}
.sorting-filters__link {
  position: relative;
  display: block;
  padding: 0 29px 0 0;
  color: #808080;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .sorting-filters__link {
    padding: 0 19px 0 0;
    font-size: 12px;
    line-height: 15px;
  }
}
.sorting-filters__link:hover,
.sorting-filters__link:active,
.sorting-filters__link:focus {
  color: #a01602;
  text-decoration: none;
}
.sorting-filters__link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .sorting-filters__link:after {
    right: 3px;
  }
}
.sorting-filters__link_state_active {
  color: #a01602;
}
.sorting-filters__link_state_reversed:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.sorting-filters_state_open .sorting-filters__body {
  display: block;
}
.store-snippet {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.store-snippet__show-map {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1025px) {
  .store-snippet__show-map {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 80px;
    max-width: 80px;
    margin: 0 0 10px auto;
  }
}
.store-snippet__title {
  width: 100%;
  margin: 0 0 4px;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
@media only screen and (min-width: 1025px) {
  .store-snippet__title {
    max-width: calc(100% - 85px);
  }
}
.store-snippet__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.store-snippet__icon {
  display: block;
  margin: 0 8px 10px 0;
  color: inherit;
  text-decoration: none;
}
.store-snippet__icon:hover {
  color: inherit;
}
@media only screen and (min-width: 1025px) {
  .store-snippet__icon {
    margin: 0 8px 22px 0;
  }
}
.store-snippet__icon:last-child {
  margin-right: 0;
}
.store-snippet__icon .logo,
.store-snippet__icon .logo .logo__image {
  width: 26px;
  height: 25px;
}
.store-snippet__icon svg {
  display: block;
  width: 28px;
  height: 28px;
}
.store-snippet__controls {
  display: flex;
  justify-content: flex-end;;
  flex: 0 1 auto;
  margin: 0 0 0 auto;
  padding: 0 0 0 10px;
}
.store-snippet__control {
  margin: 0 8px 10px 0;
}
@media only screen and (min-width: 1025px) {
  .store-snippet__control {
    margin: 0 8px 22px 0;
  }
}
.store-snippet__control:last-child {
  margin-right: 0;
}
.store-snippet__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  margin: 0 0 26px;
}
@media only screen and (min-width: 1025px) {
  .store-snippet__content {
    margin: 0;
  }
}
.store-snippet__content:last-child {
  margin-bottom: 0;
}
.store-snippet__field {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
.store-snippet__field a {
  font-weight: inherit;
}
.store-snippet__field a:hover,
.store-snippet__field a:active,
.store-snippet__field a:focus {
  text-decoration: underline;
}
.store-snippet__subtitle {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
}
.store-snippet__subtitle:last-child {
  margin-bottom: 0;
}
.store-snippet_type_simple {
  display: block;
}
.store-snippet_type_simple .store-snippet__title,
.store-snippet_type_simple .store-snippet__subtitle {
  color: #343434;
  font-size: 14px;
}
.store-snippet_type_simple .store-snippet__field {
  font-weight: 500;
}
.stores {
  display: block;
  padding: 30px 0 0;
}
.stores__message {
  display: block;
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  font-size: 24px;
  color: #a01602;
}
.stores__tab {
  display: none;
}
.stores__tab_state_active {
  display: block;
}
.stores__header {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 50px;
}
.stores__cities {
  display: inline-block;
  margin: 0 20px 0 0;
}
.stores__city {
  display: inline-block;
  margin: 0 50px 0 0;
}
.stores__city:last-child {
  margin-right: 0;
}
.stores__city-link {
  display: inline-block;
  color: #919699;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.stores__city-link:hover,
.stores__city-link:active,
.stores__city-link:focus {
  color: #a01602;
}
.stores__city-link_state_active {
  color: #a01602;
}
.stores__show-map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.stores__snippets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  padding: 0 0 50px;
}
.stores__snippet {
  width: 100%;
  padding: 0 0 50px;
}
.stores__snippet:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .stores__snippet {
    width: 50%;
    padding: 0 68px 50px 0;
  }
  .stores__snippet:last-child {
    padding-bottom: 50px;
  }
}
.stores_type_simple {
  padding: 20px 0;
}
.stores_type_simple .stores__snippet {
  padding: 0 0 25px;
  margin: 0 0 35px;
  border-bottom: 1px solid #d8d8d8;
}
.stores_type_simple .stores__snippet:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sub-nav {
  position: relative;
  display: block;
}
.sub-nav__list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.sub-nav__item {
  display: block;
  width: 280px;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.sub-nav__item .sub-nav__link.current,
.sliding-nav__item .sliding-nav__link.current,
.nav__item.current > a{
  color: #a01602;
}
.sub-nav__item:first-child > .sub-nav__link {
  padding-top: 20px;
}
.sub-nav__item:last-child > .sub-nav__link {
  padding-bottom: 20px;
}
.sub-nav__item:hover {
  background: #c2cad8;
}
.sub-nav__item:hover > .sub-nav__submenu {
  display: block;
}
.sub-nav__link {
  position: relative;
  display: block;
  padding: 15px 30px 16px 20px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.sub-nav__link:hover {
  color: #000;
  text-decoration: none;
  background: #adbdd8;
}
.sub-nav__link:before {
  content: '';
  position: absolute;
  right: 0;
  left: 20px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: 1px;
  background: #d8d8d8;
}
.sub-nav__link_type_parent:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.sub-nav__submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
}
.sub-nav__submenu .sub-nav {
  height: 100%;
}
.sub-nav__submenu .sub-nav__list {
  height: 100%;
}
.sub-nav__control {
  display: inline-block;
  vertical-align: middle;
  min-width: 240px;
  padding: 7px 0 0;
}
.subscribe-panel {
  display: block;
  padding: 20px;
  background: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .subscribe-panel {
    padding: 28px 40px 27px;
  }
}
@media only screen and (min-width: 768px) {
  .subscribe-panel__wrapper {
    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;
    margin: 0 -5px;
  }
}
.subscribe-panel__title {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .subscribe-panel__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin: 0;
    padding: 0 5px;
  }
}
.subscribe-panel__field {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .subscribe-panel__field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    width: 240px;
    max-width: 240px;
    margin: 0;
    padding: 0 5px;
  }
}
.subscribe-panel__input {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #a01602;
  outline: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.subscribe-panel__input::-webkit-input-placeholder {
  color: #919699;
  font-size: 14px;
}
.subscribe-panel__input:-ms-input-placeholder {
  color: #919699;
  font-size: 14px;
}
.subscribe-panel__input::-moz-placeholder {
  color: #919699;
  font-size: 14px;
  opacity: 1;
}
.subscribe-panel__input::-ms-input-placeholder {
  color: #919699;
  font-size: 14px;
  opacity: 1;
}
.subscribe-panel__input::placeholder {
  color: #919699;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .subscribe-panel__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 144px;
            flex: 0 0 144px;
    width: 144px;
    max-width: 144px;
    padding: 0 5px;
  }
}
.tabs {
  display: block;
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 26px;
}
.tabs__nav-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.tabs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 35px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .tabs__item {
    margin: 0 50px 0 0;
  }
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__label,
.tabs__accordeon-trigger {
  display: block;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs__label:hover,
.tabs__accordeon-trigger:hover {
  color: #a01602;
  text-decoration: none;
}
.tabs__label_state_active,
.tabs__accordeon-trigger_state_active {
  color: #a01602;
  border-bottom-color: #a01602;
}
.tabs__label_state_disabled,
.tabs__accordeon-trigger_state_disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tabs__accordeon-trigger {
  position: relative;
}
.tabs__accordeon-trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.tabs__accordeon-body {
  display: none;
}
.tabs__accordeon_state_open .tabs__accordeon-body {
  display: block;
}
.tabs__accordeon_state_open .tabs__accordeon-trigger {
  color: #a01602;
}
.tabs__accordeon_state_open .tabs__accordeon-trigger:after {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
}
.tabs__text_type_mobile {
  display: inline;
}
@media only screen and (min-width: 1025px) {
  .tabs__text_type_mobile {
    display: none;
  }
}
.tabs__text_type_desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .tabs__text_type_desktop {
    display: inline;
  }
}
.tabs__panel_state_hidden {
  display: none;
}
.tabs__panel_state_active {
  display: block;
}
.tabs_nav-align_left .tabs__nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs_nav-align_center .tabs__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs_nav-align_right .tabs__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tabs_nav-align_around .tabs__nav {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tabs_nav-align_between .tabs__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs_type_radio .tabs__item {
  margin: 0 22px 0 0;
}
.tabs_type_radio .tabs__item:last-child {
  margin-right: 0;
}
.tabs_type_radio .tabs__label {
  position: relative;
  padding: 0 0 0 16px;
  color: #373737;
  font-size: 12px;
  font-weight: 400;
}
.tabs_type_radio .tabs__label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tabs_type_radio .tabs__label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  background: #a01602;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tabs_type_radio .tabs__label_state_active {
  color: #373737;
  border-color: transparent;
}
.tabs_type_radio .tabs__label_state_active:after {
  opacity: 1;
}
.tabs_type_column .tabs__nav {
  display: block;
}
.tabs_type_column .tabs__nav-wrapper {
  overflow: visible;
}
.tabs_type_column .tabs__item {
  margin: 0 0 5px;
}
.tabs_type_column .tabs__item:last-child {
  margin-bottom: 0;
}
.tabs_type_column .tabs__label {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 12px 20px;
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  background: #f2f2f2;
  border: none;
}
.tabs_type_column .tabs__label:hover,
.tabs_type_column .tabs__label:active,
.tabs_type_column .tabs__label:focus {
  color: #fff;
  background: #a01602;
}
.tabs_type_column .tabs__label_state_active {
  color: #fff;
  background: #a01602;
}
.tabs_type_column .tabs__accordeon-trigger {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 12px 20px;
  color: #262626;
  font-size: 12px;
  line-height: 16px;
  background: #f2f2f2;
  border: none;
}
.tabs_type_column .tabs__accordeon-trigger:hover,
.tabs_type_column .tabs__accordeon-trigger:active,
.tabs_type_column .tabs__accordeon-trigger:focus {
  color: #a01602;
}
.tabs_type_column .tabs__accordeon-body {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.tabs_type_column .tabs__accordeon-item {
  position: relative;
}
.tabs_type_column .tabs__accordeon-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  z-index: 1;
  display: block;
  height: 1px;
  background: #919699;
  opacity: 0.5;
}
.tabs_type_column .tabs__accordeon_state_open .tabs__accordeon-trigger {
  color: #a01602;
  text-shadow: 1px 0 0;
}
.tabs_type_simple .tabs__item {
  margin: 0 30px 0 0;
}
.tabs_type_simple .tabs__item:last-child {
  margin-right: 0;
}
.tabs_type_simple .tabs__label {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border: none;
}
.tabs_type_simple .tabs__label:hover,
.tabs_type_simple .tabs__label:active,
.tabs_type_simple .tabs__label:focus {
  color: #a01602;
}
.tabs_type_simple .tabs__label_state_active {
  color: #a01602;
}
body .title,
h2.title,
.title {
  display: block;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  line-height: 1.32;
  text-align: left;
  text-transform: uppercase;
  word-break: break-word;
}
body .title_weight_normal,
.title_weight_normal {
  font-weight: 400;
}
body .title_weight_medium,
.title_weight_medium {
  font-weight: 500;
}
body .title_weight_semibold,
.title_weight_semibold {
  font-weight: 600;
}
body .title_weight_bold,
.title_weight_bold {
  font-weight: 700;
}
body .title_color_custom,
.title_color_custom {
  color: inherit;
}
body .title_color_gray,
.title_color_gray {
  color: #333;
}
body .title_size_h1,
.title_size_h1 {
  font-size: 36px;
}
@media only screen and (min-width: 1025px) {
  body .title_size_h1,
  .title_size_h1 {
    font-size: 50px;
  }
}
body .title_size_h2,
.title_size_h2 {
  font-size: 40px;
}
body .title_size_h3,
.title_size_h3 {
  font-size: 24px;
}
@media only screen and (min-width: 1025px) {
  body .title_size_h3,
  .title_size_h3 {
    font-size: 36px;
  }
}
body .title_size_h4,
.title_size_h4 {
  font-size: 24px;
}
body .title_size_h5,
.title_size_h5 {
  font-size: 21px;
}
body .title_size_h6,
.title_size_h6 {
  font-size: 16px;
}
body .title_align_left,
.title_align_left {
  text-align: left;
}
body .title_align_center,
.title_align_center {
  text-align: center;
}
body .title_align_right,
.title_align_right {
  text-align: right;
}
@media only screen and (min-width: 1px) {
  body .title_align_xs-left,
  .title_align_xs-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1px) {
  body .title_align_xs-center,
  .title_align_xs-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1px) {
  body .title_align_xs-right,
  .title_align_xs-right {
    text-align: right;
  }
}
@media only screen and (min-width: 480px) {
  body .title_align_s-left,
  .title_align_s-left {
    text-align: left;
  }
}
@media only screen and (min-width: 480px) {
  body .title_align_s-center,
  .title_align_s-center {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) {
  body .title_align_s-right,
  .title_align_s-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  body .title_align_m-left,
  .title_align_m-left {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  body .title_align_m-center,
  .title_align_m-center {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  body .title_align_m-right,
  .title_align_m-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  body .title_align_l-left,
  .title_align_l-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  body .title_align_l-center,
  .title_align_l-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  body .title_align_l-right,
  .title_align_l-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1281px) {
  body .title_align_xl-left,
  .title_align_xl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  body .title_align_xl-center,
  .title_align_xl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1281px) {
  body .title_align_xl-right,
  .title_align_xl-right {
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  body .title_align_xxl-left,
  .title_align_xxl-left {
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  body .title_align_xxl-center,
  .title_align_xxl-center {
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  body .title_align_xxl-right,
  .title_align_xxl-right {
    text-align: right;
  }
}
body .title_caps_normal,
.title_caps_normal {
  text-transform: none;
}
.important-title.title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.32 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  word-break: break-word !important;
}
.important-title.title_weight_normal {
  font-weight: 400 !important;
}
.important-title.title_weight_medium {
  font-weight: 500 !important;
}
.important-title.title_weight_semibold {
  font-weight: 600 !important;
}
.important-title.title_weight_bold {
  font-weight: 700 !important;
}
.important-title.title_color_custom {
  color: inherit !important;
}
.important-title.title_color_gray {
  color: #333 !important;
}
.important-title.title_size_h1 {
  font-size: 36px !important;
}
@media only screen and (min-width: 1025px) {
  .important-title.title_size_h1 {
    font-size: 50px !important;
  }
}
.important-title.title_size_h2 {
  font-size: 40px !important;
}
.important-title.title_size_h3 {
  font-size: 24px !important;
}
@media only screen and (min-width: 1025px) {
  .important-title.title_size_h3 {
    font-size: 36px !important;
  }
}
.important-title.title_size_h4 {
  font-size: 24px !important;
}
.important-title.title_size_h5 {
  font-size: 21px !important;
}
.important-title.title_size_h6 {
  font-size: 16px !important;
}
.important-title.title_align_left {
  text-align: left !important;
}
.important-title.title_align_center {
  text-align: center !important;
}
.important-title.title_align_right {
  text-align: right !important;
}
@media only screen and (min-width: 1px) {
  .important-title.title_align_xs-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1px) {
  .important-title.title_align_xs-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1px) {
  .important-title.title_align_xs-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 480px) {
  .important-title.title_align_s-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 480px) {
  .important-title.title_align_s-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 480px) {
  .important-title.title_align_s-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) {
  .important-title.title_align_m-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .important-title.title_align_m-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) {
  .important-title.title_align_m-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1025px) {
  .important-title.title_align_l-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1025px) {
  .important-title.title_align_l-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1025px) {
  .important-title.title_align_l-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1281px) {
  .important-title.title_align_xl-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1281px) {
  .important-title.title_align_xl-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1281px) {
  .important-title.title_align_xl-right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1440px) {
  .important-title.title_align_xxl-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1440px) {
  .important-title.title_align_xxl-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1440px) {
  .important-title.title_align_xxl-right {
    text-align: right !important;
  }
}
.important-title.title_caps_normal {
  text-transform: none !important;
}
.video {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #c4c4c4;
}
.video:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 56.25% 0 0;
}
.video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-left: 62px solid #fff;
  border-bottom: 35px solid transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.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;
  }
}
@media only screen and (max-width: 479px) {
  .hide-s {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-m {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-l {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .hide-xl {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .hide-xxl {
    display: none;
  }
}
.popup .form__input-wrapper_type_tel .form__input {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  width: auto !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popup .form__input-wrapper_type_tel .form__input {
    width: 0 !important;
  }
}
.popup .form__input-wrapper_type_serial .form__input {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  width: auto !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popup .form__input-wrapper_type_serial .form__input {
    width: 0 !important;
  }
}
.popup .form__input-wrapper_type_code .form__input {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  width: auto !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popup .form__input-wrapper_type_code .form__input {
    width: 0 !important;
  }
}
.form__line_state_error .form__input {
  border-color: #ccc !important;
}
.popup .form__input,
.popup .form__textarea,
.popup .form__constant {
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 45px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  color: #000 !important;
  font-size: 14px !important;
  line-height: 40px !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  outline: none !important;
  -webkit-transition: border 0.3s ease !important;
  transition: border 0.3s ease !important;
}
.popup .form__input::-webkit-input-placeholder,
.popup .form__textarea::-webkit-input-placeholder,
.popup .form__constant::-webkit-input-placeholder {
  color: #808080 !important;
  font-size: 14px !important;
}
.popup .form__input:-ms-input-placeholder,
.popup .form__textarea:-ms-input-placeholder,
.popup .form__constant:-ms-input-placeholder {
  color: #808080 !important;
  font-size: 14px !important;
}
.popup .form__input::-moz-placeholder,
.popup .form__textarea::-moz-placeholder,
.popup .form__constant::-moz-placeholder {
  color: #808080 !important;
  font-size: 14px !important;
  opacity: 1 !important;
}
.popup .form__input::-ms-input-placeholder,
.popup .form__textarea::-ms-input-placeholder,
.popup .form__constant::-ms-input-placeholder {
  color: #808080 !important;
  font-size: 14px !important;
  opacity: 1 !important;
}
.popup .form__input::placeholder,
.popup .form__textarea::placeholder,
.popup .form__constant::placeholder {
  color: #808080 !important;
  font-size: 14px !important;
  opacity: 1 !important;
}
.form__input_state_error,
.form__textarea_state_error,
.form__constant_state_error {
  border-color: #a01602 !important;
}
.popup .form__input_state_error .form__error-message,
.popup .form__textarea_state_error .form__error-message,
.popup .form__constant_state_error .form__error-message {
  display: block !important;
}
.popup .form__input_state_valid,
.popup .form__textarea_state_valid,
.popup .form__constant_state_valid {
  border-color: #3cd9ff !important;
}
.popup .form__textarea {
  height: auto !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  line-height: 20px !important;
}
.popup .form_type_simple .form__line,
.popup .form_type_simpler .form__line {
  padding: 0 0 10px !important;
}
@media only screen and (min-width: 768px) {
  .popup .form_type_simple .form__line,
  .popup .form_type_simpler .form__line {
    padding: 0 0 18px !important;
  }
}
.popup .form_type_simple .form__input,
.popup .form_type_simpler .form__input {
  height: 28px !important;
  line-height: 28px !important;
  background: #f7f7f7 !important;
  border-color: #e7e7e7 !important;
}
@media only screen and (min-width: 768px) {
  .popup .form_type_simple .form__input {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
    width: auto !important;
    height: 40px !important;
    line-height: 40px !important;
  }
}
.rd-custom-table {
  font-size: 12px;
  line-height: 1.5;
}
.rd-custom-table__cell {
  padding: 5px 25px 5px 0;
}
.rd-custom-table__cell:last-child {
  padding-right: 0;
}
.teaser-group {
	display: block;
}
.teaser-group__wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 320px;
	margin: 0 auto;
	padding: 0 5px;
}
.teaser-group__item {
	display: block;
	flex: 0 1 auto;
	width: auto;
	max-width: 240px;
	padding: 10px 5px;
	text-align: right;
}
@media only screen and (min-width: 480px) {
	.teaser-group__wrapper {
		max-width: none;
		margin: 0 -5px;
		padding: 0;
	}
}
@media only screen and (min-width: 768px) {
	.teaser-group__wrapper {
		margin: -25px -10px;
	}
	.teaser-group__item {
		min-width: none;
		padding: 25px 10px;
	}
}
@media only screen and (max-width: 479px) {
	.teaser-group__item {
		min-width: 96px;
	}
	.teaser-group__item:nth-child(2n) {
		min-width: 180px;
	}
}
.teaser-block {
	display: block;
	color: inherit;
	font-size: 14px;
	line-height: 1.33;
	text-decoration: none;
	transition: color .3s ease;
    position: relative;
}
.teaser-block:hover {
	color: #a01602;
}
.teaser-block__label {
	display: block;
}
.teaser-block__caption {
	display: block;
}
.teaser-block__more {
    text-align: right;
    font-size: 14px;
    color: #A01602;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.teaser-block__highlight {
	color: #a01602;
	font-size: 40px;
	font-weight: 700
}
@media only screen and (min-width: 768px) {
	.teaser-block {
		font-size: 18px;
		line-height: 1.33;
	}
	.teaser-block__highlight {
		font-size: 50px;
	}
}
.balloon-info {
  display: flex;
  flex-wrap: wrap;
}
.balloon-fields {
  flex: 0 1 auto;
  margin: 0 10px 0 0;
  font-size: 12px
}
.balloon-fields:last-child {
  margin: 0;
}
.balloon-fields p {
  margin: 0 0 4px;
}
.balloon-fields p:last-child {
  margin-bottom: 0;
}
.balloon-mobile-separator {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 503px) {
  .balloon-mobile-separator {
    flex: 0 1 auto;
    width: 0;
    max-width: 0;
  }
}
.balloon-controls {
    flex: 0 0 auto;
    align-self: flex-end;
    width: auto;
    padding: 5px 0 0;
}
@media only screen and (min-width: 503px) {
  .balloon-controls {
    margin: 0 0 0 auto;
    padding: 0 0 5px;
  }
  .balloon-controls + .balloon-icons {
    flex-basis: 100%;
    text-align: right;
  }
}
.balloon-control {
  margin: 0 0 4px;
}
.balloon-control:last-child {
  margin-bottom: 0;
}
.balloon-icons {
  flex: 0 0 auto;
  align-self: flex-end;
  width: auto;
  margin: 0 0 0 auto;
}
.balloon-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  color: inherit;
  text-decoration: none;
}
.balloon-icon:hover {
  color: inherit;
}
.balloon-icon:last-child {
  margin-bottom: 0;
}

.balloon-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.icon-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  color: #333333;
  font-size: 11px;
  text-decoration: none;
  transition: all .3s ease;
}
.icon-link:hover,
.icon-link:focus {
  color: #A01602;
}
.icon-link__icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
}
@media only screen and (min-width: 480px) {
  .icon-link {
    font-size: 14px;
  }
  .icon-link__icon {
    width: 24px;
    height: 24px;
  }
}
.icon-link_type_button {
  justify-content: center;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid #d8d8d8;
}
.icon-link_type_button:hover,
.icon-link_type_button:focus {
  border-color: #a01602;
}
.icon-link_type_button .icon-link__icon {
  margin: 0 4px 0 0;
}
.icon-link_width_full {
  display: flex;
  width: 100%;
}
.map-filter-label {
  cursor: pointer;
}
.highlight {
  color: #A01602;
}
.mobile-nav__controls_layout_inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 11px;
  margin: 0 0 -10px
}

.mobile-nav__controls_layout_inline .mobile-nav__control {
  flex: 0 1 auto;
  margin: 0;
  padding: 0 5px 10px;
}