html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.BODDY {
  color: '../../../common/fonts/openSans/font.styl';
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: local('Open Sans'), url("/common/fonts/openSans/regular.woff2") format('woff2'), url("/common/fonts/openSans/regular.woff") format('woff'), url("/common/fonts/openSans/regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: local('Open Sans italic'), url("/common/fonts/openSans/italic.woff2") format('woff2'), url("/common/fonts/openSans/italic.woff") format('woff'), url("/common/fonts/openSans/italic.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: local('Open Sans light italic'), url("/common/fonts/openSans/lightItalic.woff2") format('woff2'), url("/common/fonts/openSans/lightItalic.woff") format('woff'), url("/common/fonts/openSans/lightItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: local('Open Sans semibold'), url("/common/fonts/openSans/semibold.woff2") format('woff2'), url("/common/fonts/openSans/semibold.woff") format('woff'), url("/common/fonts/openSans/semibold.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  src: local('Open Sans semibold italic'), url("/common/fonts/openSans/semiboldItalic.woff2") format('woff2'), url("/common/fonts/openSans/semiboldItalic.woff") format('woff'), url("/common/fonts/openSans/semiboldItalic.ttf") format('truetype');
}
.BODDY {
  color: '../../../common/fonts/sourceCodePro/font.styl';
}
@font-face {
  font-family: 'Source Code Pro';
  font-weight: 400;
  font-style: normal;
  src: local('Source Code Pro'), url("/common/fonts/sourceCodePro/regular.woff2") format('woff2'), url("/common/fonts/sourceCodePro/regular.woff") format('woff'), url("/common/fonts/sourceCodePro/regular.ttf") format('truetype');
}
* {
  outline: none;
}
.body {
  color: #333;
  font-size: 16px;
  font-family: 'Open Sans', Verdana, Geneva, Arial, sans-serif;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dialog--content {
  display: none;
}
.header {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.hidden {
  display: none;
}
.footer {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.link,
.button-link {
  color: #0083d2;
  cursor: pointer;
  text-decoration: none;
}
.link :hover,
.button-link :hover {
  color: #2fa3ff;
}
.link-self {
  cursor: auto;
}
.main {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
}
.unorderedList {
  padding: 0;
  list-style: none;
}
.inputTemplate,
.input,
.textarea,
.select,
.button {
  border: solid 1px #ddd;
  text-align: center;
  padding: 0.2em 0.4em;
}
.input,
.textarea {
  width: 15em;
}
.select {
  background-color: #fff;
  text-align: left;
}
.select option {
  background-color: #fff;
  border-radius: 0;
}
.input-type-file {
  display: none;
}
.textarea {
  width: 100%;
  height: 4em;
  text-align: left;
}
.textarea-name-details {
  height: 10em;
}
.button {
  color: #0083d2;
  background-color: #f6f6f6;
  border: solid 1px #fff;
  -webkit-box-shadow: 0 0 0.5em #ccc;
  box-shadow: 0 0 0.5em #ccc;
  padding: 0.4em 1em;
  cursor: pointer;
}
.button+.button {
  margin-left: 1em;
}
.button:hover {
  color: #fd5701;
  -webkit-box-shadow: 0 0 0.2em #ccc;
  box-shadow: 0 0 0.2em #ccc;
}
.button-action-cancel {
  color: #999;
}
.button-link {
  border: none;
  background-color: transparent;
}
.buttons {
  padding: 1em 0.5em 0.5em 0.5em;
  margin-top: 2em;
  text-align: center;
}
.animate-waiting-01,
.form-waiting input,
.form-waiting textarea {
  background: url("../../common/images/backgrounds/animated/waiting.01.gif");
}
.label {
  display: block;
  text-align: center;
  margin: 1em 0;
}
.label+.label {
  margin-top: 1em;
}
.label--text {
  display: block;
  color: #777;
}
.label--text-before {
  margin-bottom: 0.2em;
}
.label--text-before:after {
  content: ': ';
}
.notice {
  font-size: 0.8em;
  text-align: center;
}
.input + .noticeArea,
.input + .notice {
  margin: 0.35em 0 0.5em 0;
}
.notice-error {
  color: #a00;
}
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  margin: 0.25em;
  position: relative;
  top: 1px;
}
.icon-size-20 {
  width: 1.25em;
  height: 1.25em;
}
.icon-size-24 {
  width: 1.5em;
  height: 1.5em;
}
.icon-size-32 {
  width: 2em;
  height: 2em;
}
.icon-size-40 {
  width: 2.5em;
  height: 2.5em;
}
.icon-size-256 {
  width: 16em;
  height: 16em;
}
.icon-type-edit {
  background-image: url("../../common/images/icons/edit.01.svg");
}
.icon-type-settings {
  background-image: url("../../common/images/icons/settings.01.svg");
}
.icon-type-home {
  background-image: url("../../common/images/icons/home.01.svg");
}
.icon-type-info {
  background-image: url("../../common/images/icons/info.01.0083d2.svg");
}
.icon-type-add {
  background-image: url("../../common/images/icons/plus.01.svg");
}
.icon-type-uploadImage {
  background-image: url("../../common/images/icons/plus.01.svg");
}
.icon-type-uploadFile {
  background-image: url("../../common/images/icons/plus.01.svg");
}
.icon-type-clock {
  background-image: url("../../common/images/icons/clock.01.svg");
}
.icon-type-list {
  background-image: url("../../common/images/icons/list.01.svg");
}
.icon-type-image {
  background-image: url("../../common/images/icons/image.01.svg");
}
.icon-type-visible {
  background-image: url("../../common/images/icons/eye.01.svg");
}
.icon-type-invisible {
  background-image: url("../../common/images/icons/eye.01.svg");
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.icon-type-remove {
  background-image: url("../../common/images/icons/exit.01.svg");
}
.icon-type-exit {
  background-image: url("../../common/images/icons/exit.03.svg");
}
.icon-type-underConstruction {
  background-image: url("../../common/images/icons/underConstruction.01.256.png");
}
.lockBlockContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.lockBlock {
  text-align: center;
}
.lockBlock--reason {
  color: #333;
  font-size: 1.1rem;
}
.lockBlock--reason ~.lockBlock--reason {
  margin-bottom: 4em;
}
.lockBlock--icon {
  cursor: auto;
  margin-bottom: 2em;
}
@media (max-width: 700px) {
  .lockBlock--icon {
    font-size: 12px;
    margin-bottom: 5em;
  }
}
.lockBlock--hr {
  border: dashed 1px #ddd;
  width: 80%;
  margin: 2em auto 1.5em auto;
}
.lock_modeInForm {
  position: absolute;
  width: 6em;
  top: 0;
  right: 0;
  z-index: 95;
  text-shadow: none;
}
.lock_modeInForm--input {
  width: 5em;
  border: none;
  background-color: transparent;
}
.lock_modeInForm--input:focus {
  border: none;
}
.lockModeOutButton {
  cursor: pointer;
  font-size: 0.8rem;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  position: absolute;
  right: 0.3em;
  top: 0;
  width: auto;
  color: #333;
  z-index: 95;
}
.showLog {
  font-family: 'Source Code Pro', monospace;
  color: #666;
  text-shadow: none;
  -webkit-box-shadow: 0 0 0.3rem #aaa;
  box-shadow: 0 0 0.3rem #aaa;
  width: 25vw;
  max-width: 30em;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  max-height: 99vh;
  margin: 0;
  z-index: 90;
  text-align: left;
}
.showLog--icon {
  cursor: grab;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  position: absolute;
  left: 13em;
  top: -0.3em;
  z-index: 91;
  background-image: url("../../common/images/icons/move.01.svg");
}
.showLog--icon:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.showLog--record {
  font-size: 0.8em;
  padding: 0.2em 0.4em;
}
.showLog--record:last-child {
  padding-bottom: 1em;
}
.showLog--record + .showLog--record {
  border-top: solid 1px #ddd;
}
.showLog--record-error {
  background-color: #fee;
}
.showLog--record-exception {
  background-color: #fee;
}
.showLog--record-show {
  background-color: #efe;
}
.showLog--text {
  font-family: 'Source Code Pro', monospace;
  margin: 0.5em 0;
}
.showLog--header {
  color: #999;
}
.adminMenu {
  position: fixed;
  width: 14em;
  -webkit-box-shadow: 0 0 0.2em #49b0ff;
  box-shadow: 0 0 0.2em #49b0ff;
}
.adminMain {
  margin-left: 16em;
}
.nav-admin .nav--item {
  display: block;
  font-size: 1.1em;
  border: none !important;
  padding: 0.2em 0.6em;
  margin-bottom: 0.5em;
}
.lockPage {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 600;
  background: url("/images/backgrounds/pages.album.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  text-shadow: 0 0.3em 0.5em #fe4f00;
  font-size: 16px;
}
@media (max-width: 800px) {
  .lockPage {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .lockPage {
    font-size: 12px;
    background-image: url("/images/backgrounds/pages.portrait.jpg");
  }
}
.lockPage--header {
  margin-top: 2em;
  width: 90%;
  font-size: 1.8em;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .lockPage--header {
    text-align: center;
  }
}
.lockPage--footer {
  margin-bottom: 1.1875em;
  width: 100%;
  text-shadow: none;
  background-color: rgba(255,255,255,0.5);
}
.lockPage--link {
  display: block;
  margin: 0.2em 0 0.3em 0;
  text-decoration: none;
  font-size: 1.875em;
  color: #666;
}
.lockPage--link:hover {
  color: #555;
}
.lockPage--link-email {
  color: #fff;
  font-size: 2.2em;
  font-weight: 700;
}
.lockPage--link-email:hover {
  color: #ddd;
}
.lockPage--h {
  text-transform: uppercase;
  color: #fff !important;
}
.lockPage--h.h-1 {
  letter-spacing: 0.2em;
  font-family: 'Proxima Nova Extra Condensed', sans-serif;
  font-size: 4.8em;
  margin: 0.4em 0 0.7em;
}
@media (max-width: 600px) {
  .lockPage--h.h-1 {
    margin-top: 0.6em;
  }
}
.lockPage--h.h-2 {
  margin-top: 1.9em;
  font-size: 1.375em;
  font-weight: 400;
  font-family: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bestOffer {
  width: 48%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5em;
  border: solid 3px #0083d2;
  margin-top: 2em;
}
.bestOffer.bestOffer-analog {
  border-color: #8a0000;
}
.bestOffer.bestOffer-delivery .bestOffer--header {
  background-color: #d28a00;
}
.bestOffer .list--cell-price {
  width: 10em;
}
.bestOffer .list--cell-shop {
  width: auto;
}
@media (max-width: 600px) {
  .bestOffer {
    width: 100%;
    font-size: 0.9em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.bestOffers-analogs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media (max-width: 600px) {
  .bestOffers-analogs {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .bestOffer + .bestOffer {
    margin-top: 1em;
  }
}
.bestOffer--header {
  width: 100%;
  padding: 0.25em 1em;
  background-color: #0083d2;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.bestOffer--subHeader {
  width: 100%;
  padding: 0.25em 1em;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5em;
}
.bestOffer--info-price {
  text-align: right;
}
@media (max-width: 600px) {
  .bestOffer--info-price {
    width: 100%;
    margin-top: -4em;
  }
  .bestOffer--info-price .button-order {
    margin: 0;
  }
  .bestOffer--info-price .list--cell-price {
    width: auto;
    text-align: right;
  }
  .bestOffer--info-price .offerCard--item-priceItems {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.bestOffer--info-price span {
  font-size: 1.5em !important;
  font-weight: 600;
}
.bestOffer--info-price .button-order {
  margin-top: 0.9em;
  background-color: #0083d2;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .bestOffer--info-shop {
    width: 100%;
  }
}
.header--auth {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.button-order {
  display: block;
  text-decoration: none;
  font-weight: 600;
}
.bestOffer-shop {
  font-size: 1.2em;
  padding: 0.5em 0;
}
.button {
  padding: 0.3em 0.6em;
  border: solid 2px #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f0f8ff;
}
.companyListIcon {
  border: solid 1px #999;
  margin: 0 0.25em;
  cursor: auto;
}
.contact {
  margin: 0.25em 0;
}
.contact--comment {
  font-size: 0.9em;
  font-style: italic;
}
.contact-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact--link {
  color: #0083d2;
  text-decoration: none;
}
.contact--link.icon {
  margin: 0 0.75em 0 0;
}
.deliveryCompany {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.deliveryCompany .icon {
  margin-right: 1em;
}
.deliveryCompany +.deliveryCompany {
  margin-top: 0.8em;
}
.deliveryCompany--comment {
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-style: italic;
  font-size: 0.9em;
  margin-left: 3em;
}
.deliveryCompany--comment-common {
  margin: 1em 0 0 0;
  font-size: 0.8em;
}
.delivery--link {
  text-decoration: none;
  font-weight: 600;
  color: #0083d2;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1.8em auto;
  background-position: center left;
  padding: 0.5em 0 0.5em 2.5em;
}
.header {
  width: 100%;
  max-width: 80em;
}
.header--auth {
  text-align: center;
}
.header--row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header--row-first {
  padding: 0.5em 1em 0 1em;
}
@media (max-width: 600px) {
  .header--row-first {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header--row-search {
  padding: 1em 2em;
  background-color: #f6f6f6;
  margin-top: 0.25em;
}
@media (max-width: 600px) {
  .header--row-search {
    padding: 1em;
  }
}
.header--searchForm {
  width: 100%;
}
@media (max-width: 600px) {
  .header--searchForm {
    width: 50%;
  }
}
.header--region {
  min-width: 10em;
  text-align: center;
  margin-right: 2em;
}
@media (max-width: 600px) {
  .header--region {
    margin-right: 1em;
    width: 50%;
  }
}
.header--logo {
  width: 17em;
}
.header--logo img {
  height: 3em;
}
.hx-1 {
  text-align: center;
}
.hx.hx-2 {
  margin-bottom: 0;
}
.list--shopInfo {
  text-align: left;
}
.nav-main {
  width: 100%;
  margin: 0 2em;
  text-align: center;
}
@media (max-width: 600px) {
  .nav-main {
    margin: 1em 0;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
.nav--item + .nav--item {
  margin-left: 2em;
}
.offerCard {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.offerCard--item {
  padding: 0.25em 0.25em 0.15em 0.25em;
}
.offerCard--item-comment {
  width: 100%;
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
}
.offerCard--item-priceItems {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.8em;
}
.page {
  background-color: #fff;
  width: 100%;
  max-width: 80em;
}
.region--current {
  cursor: pointer;
}
.region--dialog {
  display: none;
  text-align: center;
  max-height: 30em;
}
.region--input {
  margin-top: 0.5em;
  text-align: center;
  border: none;
  border-bottom: solid 1px #ddd;
}
.region--options {
  margin: 1em 0 0.5em 0;
  columns: 200px auto;
}
.region--option {
  cursor: pointer;
  padding: 0.25em 1em;
  margin: 0 0 0.25em 0;
}
.shopInfo--item {
  font-size: 0.9em;
}
.shopInfo--item-shopName {
  font-weight: 600;
  cursor: pointer;
  color: #0083d2;
  margin-bottom: 0.2em;
}
.shopInfoDialog--contact {
  padding: 0.5em 0 0 0;
}
.shopInfoDialog--icons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.shopInfoContact--item-name {
  padding-bottom: 0.2em;
  font-weight: 600;
}
.shopInfoDialog--contact,
.nav-main {
  width: 100%;
  margin: 0 2em;
  text-align: cen-template;
  display: none;
}
.shopInfo--item-subway .subwayStations {
  display: none;
}
.shopInfo--item-deliveryCompanies .deliveryCompanies {
  display: none;
}
.shopOffers {
  color: #0083d2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 600;
}
.spareCard--mainRow {
  cursor: pointer;
}
.spareCard--mainRow:has(+.spareCard--offerList:not(.hidden)) .icon-type-arrowDown {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/arrowUp.svg");
}
.spareCard--mainRow {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -o-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  padding: 0.25em 0.25em 0.15em 0.25em;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 600px) {
  .spareCard--mainRow {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.spareCard--naming {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -o-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 600px) {
  .spareCard--naming {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 1em;
    display: block;
  }
}
.spareCard--offerList {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.spareCard--offerList.hidden {
  display: none;
}
.spareCard--shopping {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -o-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 600px) {
  .spareCard--shopping {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
  }
}
.spareHeaderBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1em 0;
}
.spareHeaderBlock--header {
  width: 100%;
  margin: 0 2em;
}
@media (max-width: 600px) {
  .spareHeaderBlock--header {
    margin: 0 1em;
  }
}
.spareHeaderBlock--header .hx-1 {
  margin: 0;
}
.spareHeaderBlock--header .hx-2 {
  margin-bottom: 0;
}
.spareLists {
  margin: 2em 0;
}
@media (max-width: 600px) {
  .spareLists {
    font-size: 0.9em;
  }
}
.spareLists .hx {
  margin-left: 2em;
}
.spareList + .hx {
  margin-top: 3em;
}
.spareLists--noData {
  margin: 2em;
}
.sparesSearchForm {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.sparesSearchForm--button {
  border: none;
  background-color: transparent;
  width: 2.5em;
  height: 2em;
  margin: 0;
}
@media (max-width: 600px) {
  .sparesSearchForm--button {
    margin-left: 0.5em;
  }
}
.sparesSearchForm--input {
  padding: 0.25em 0.75em;
}
@media (max-width: 600px) {
  .sparesSearchForm--input {
    width: 100%;
  }
}
.subwayStation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tooltipContent {
  padding: 0.5em;
}
.tooltipTitle {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.ui-dialog-titlebar-close {
  border: none !important;
  background-color: transparent !important;
  outline: 0 !important;
}
.ui-widget-content a {
  color: #0083d2;
}
.ui-dialog-titlebar {
  border: none;
  border-bottom: solid 1px #f0f8ff;
  background-color: transparent;
}
.icon-type-arrowDown {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/arrowDown.svg");
}
.icon-type-auth {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/auth.svg");
}
.icon-type-clock {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/clock.svg");
}
.icon-type-search {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/search.svg");
}
.icon-type-arrowRight {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/arrowRight.svg");
}
.icon-type-subway {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/subway.svg");
}
.icon-type-telegram {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/telegram.svg");
}
.icon-type-max {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/max.svg");
}
.icon-type-whatsapp {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/whatsapp.svg");
}
.body {
  background-color: #fff;
}
.page-error {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.errorReason {
  text-align: center;
  font-size: 1.5em;
}
.hx {
  margin: 1em 0;
}
.hx-1 {
  font-size: 1.5em;
  margin-bottom: 2em;
}
.hx-2 {
  font-size: 1.2em;
}
.list--delivery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.list--item {
  background-color: #f0f8ff;
  padding: 0.25em 0.25em 0.15em 0.25em;
  border: solid 1px #f0f8ff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f0f8ff;
  border: solid 1px #f0f8ff;
}
.list--item:not(.list--item-header):hover {
  background-color: #e3f2ff;
}
.list--item:hover .list--item {
  background-color: transparent;
}
.list--item:not(.list--item-header) + .list--item {
  margin-top: 0.25em;
}
.list--item-header {
  background-color: transparent;
  border-color: transparent;
}
.list--row-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  -o-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  width: 100%;
  cursor: pointer;
}
.companyList {
  width: 100%;
  font-size: 0.875em;
  margin-top: 0.5em;
  display: none;
}
.companyList--image {
  max-width: 3em;
  max-height: 3em;
}
.companyList--item {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  border: none;
  background-color: transparent;
}
.companyList--item .list--cell {
  border-bottom: solid 1px #fff;
}
.companyList--item + .companyList--item .list--cell {
  border-bottom: none;
}
.list--cell {
  text-align: center;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0.25em 0.5em;
}
.list--cell-header {
  padding: 0;
  color: #999;
}
.list--cell-header span {
  font-size: 0.8em;
}
.list--cell-article {
  width: 8em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 600px) {
  .list--cell-article {
    display: inline;
  }
}
.list--cell-brand {
  width: 8em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
@media (max-width: 600px) {
  .list--cell-brand {
    display: inline;
  }
}
.list--cell-name {
  width: 100%;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
@media (max-width: 600px) {
  .list--cell-name {
    display: inline;
    font-weight: 600;
  }
}
.list--cell-price {
  width: 16em;
  white-space: nowrap;
}
.list--cell-price:has(+ .list--cell-priceUrl) {
  width: 10em;
}
@media (max-width: 600px) {
  .list--cell-price:has(+ .list--cell-priceUrl) {
    margin: 1.5em 0 0 -5em;
  }
}
.list--cell-price:not(.list--cell-header) span {
  font-weight: 600;
  font-size: 1.1em;
}
@media (max-width: 600px) {
  .list--cell-price {
    width: auto;
  }
}
.list--cell-priceUrl {
  width: 6em;
}
.list--cell-icons {
  padding: 0;
}
.list--cell-quantity {
  width: 8%;
}
.list--cell-image {
  width: 20%;
}
.list--cell-companyName {
  width: 20%;
}
.list--cell-shop {
  width: auto;
  text-align: left;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  -ms-box-flex: 3;
  box-flex: 3;
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
@media (max-width: 600px) {
  .list--cell-shop {
    width: auto;
    min-width: auto;
  }
}
.list--cell-delivery {
  width: 10%;
}
.list--cell-comment {
  width: 20%;
  font-style: italic;
}
.icon-type-delivery {
  background-image: url("//static.neoriginal.ru/neoriginal/images/icons/delivery.png");
}
.icon-type-subwayStation {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  border-radius: 1em;
  margin-right: 0.5em;
}
.spareCard--icon-delivery {
  padding-left: 2.2em;
  background-position-y: -0.15em;
/* font-weight: 600; */
  margin: 0;
}
