body {
  font-size: 1rem;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: "OpenSans", sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 1px 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  font-size: 1rem;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 100%;
}

sub, sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

img, iframe, object, embed {
  vertical-align: middle;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

select {
  cursor: pointer;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search], input[type=text], input[type=tel], input[type=email] {
  font-family: "OpenSans";
  font-size: 0.875rem;
  -webkit-appearance: textfield;
}

.is-mobile input[type=search], .is-mobile input[type=text] {
  font-size: 1rem;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=text]::-webkit-search-decoration, input[type=text]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text], input[type=password], input[type=email], input[type=datetime], input[type=tel], input[type=number], textarea {
  height: 40px;
  padding: 0 15px;
  color: #1b1b1b;
  -webkit-appearance: none;
  border: 1px solid #b6c7de;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=datetime]:focus, input[type=tel]:focus, textarea:focus {
  color: #1b1b1b;
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=number] {
  -moz-appearance: textfield;
}

input[disabled=disabled] {
  background: #cacaca;
}

input::placeholder {
  color: #999;
}

select {
  height: 28px;
  padding-left: 9px;
  padding-right: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 13px;
  color: #1b1b1b;
  border: 1px solid #b6c7de;
  background-image: url("/Assets/WebDesign/imgGalery/select.jpg");
  background-repeat: no-repeat, repeat;
  background-position: right -1px top 0;
  background-size: 28px 26px;
  background-color: #FFF;
}

select.active {
  background-image: url("/Assets/WebDesign/imgGalery/select-open.jpg");
}

textarea {
  padding: 5px 15px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  font-size: 15px;
  color: #1b1b1b;
}

label {
  cursor: default;
}

table {
  width: 100%;
  margin: 0;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
  caption-side: top;
  font-size: 1rem;
  font-weight: 400;
}

td, th {
  padding: 0;
  vertical-align: middle;
  text-align: left;
  border: none;
  background: none;
}

th {
  line-height: 1.15;
  font-size: 0.75rem;
  font-weight: 700;
}

td {
  line-height: 1.15;
  font-size: 0.8125rem;
}

.cfx {
  zoom: 1;
}

.cfx:after, .cfx:before {
  content: "";
  display: table;
  clear: both;
}

.reset {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.reset td, .reset th {
  padding: 0;
  border: none;
  background: none;
}

.reset > li, .reset > dt, .reset > dd {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  display: inherit;
  background: none;
  border: none;
  font-weight: inherit;
  text-align: inherit;
}

body {
  line-height: 1.25;
  font-size: 1rem;
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b1b1b;
  background: #f0f3f8;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  color: #1b1b1b;
}

h1 {
  font-size: 2.3125rem;
  line-height: 1.35;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.35;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.25;
}

h4 {
  font-size: 1rem;
  line-height: 1.25;
}

h5, h6 {
  font-size: 0.8125rem;
  line-height: 1.25;
}

p {
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}

hr {
  height: 1px;
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  background: none;
  border: none;
  border-bottom: 1px dashed #cdd0d8;
}

a {
  text-decoration: none;
  color: #0d4591;
}

a:hover {
  text-decoration: underline;
  color: #152b76;
}

a:active {
  color: #0097dc;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul ul, ol ul, ul ol, ol ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  list-style: decimal;
}

ol li {
  margin: 0;
  padding: 0;
  background: none;
}

svg {
  height: 100%;
  width: 100%;
}

div::-webkit-scrollbar, ul::-webkit-scrollbar {
  width: 10px;
}

div::-webkit-scrollbar-track, ul::-webkit-scrollbar-track {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

div::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 50px;
}
@font-face {
  font-family: "OpenSans";
  src: url("/Assets/WebDesign/Fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "OpenSans";
  src: url("/Assets/WebDesign/Fonts/OpenSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "OpenSans";
  src: url("/Assets/WebDesign/Fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "OpenSans";
  src: url("/Assets/WebDesign/Fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "icomoon";
  src: url("/Assets/WebDesign/Fonts/Svg/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.fancybox-content {
  padding: 30px;
}
.fancybox-content a {
  text-decoration: underline;
  color: #0d4591;
}
.fancybox-content a:hover {
  text-decoration: none;
}

.fancybox-slide--html .fancybox-close-small {
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  padding: 0;
  background: #c7c7c7;
  border-radius: 50%;
}
.fancybox-slide--html .fancybox-close-small svg path {
  fill: #FFF;
}

.icon-eye-open {
  position: absolute;
  height: 20px;
  width: 23px;
  display: inline-block;
  cursor: pointer;
}
.icon-eye-open:before {
  content: "\e927";
  line-height: 20px;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #b6c7de;
}
.icon-eye-open.activ:before {
  color: #0d4591;
}

.mob-text {
  display: none;
}

.modal--overlay:before {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.owl-carousel .owl-stage {
  xdisplay: flex;
}

.owl-carousel .owl-item {
  text-align: center;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-carousel .owl-item a {
  position: relative;
  display: block;
}

.owl-carousel .owl-video-wrapper {
  height: auto;
}

.owl-carousel .owl-video-playing .owl-video-wrapper .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-wrapper img {
  display: none !important;
}

.owl-carousel .owl-item .youtube:before,
.owl-carousel .owl-item .owl-video-tn:before,
.owl-carousel .owl-item .owl-video-play-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  content: "\e926";
  line-height: 40px;
  font-family: "icomoon";
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  color: #db0d0d;
}

#DetailImgBase .owl-carousel .owl-item .owl-video-tn:before {
  margin: -28px 0 0 -40px;
  line-height: 56px;
  font-size: 80px;
}

#DetailImgBase .owl-carousel .owl-item .owl-video-play-icon {
  xposition: static;
  height: auto;
  width: auto;
  margin: 0;
  display: block;
  background: unset;
  transform: unset;
}

#DetailImgBase .owl-carousel .owl-item .owl-video-play-icon:before {
  margin: -28px 0 0 -40px;
  line-height: 56px;
  font-size: 80px;
}

.fancybox-custom-layout .fancybox-thumbs__list a.youtube {
  position: relative;
}

.fancybox-custom-layout .fancybox-thumbs__list a.youtube .youtube__ico:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  display: block;
  content: "\e926";
  line-height: 40px;
  font-family: "icomoon";
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  color: #db0d0d;
}

.owl-carousel .item-video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.owl-carousel .owl-video-tn {
  position: relative;
  padding-bottom: 76.32%;
  height: 0;
  background-size: cover !important;
}

.defaultUnit {
  min-width: 34px;
  padding-left: 0.3125rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.8125rem;
}

.highlight {
  display: inline-block !important;
  background: #ffd8ae;
}

.limitOver {
  color: #db0d0d;
}

.row-type-gift {
  display: none !important;
}

.btn {
  min-height: 28px;
  margin: 0;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFF;
  border-radius: 14px;
  border: 0;
  transition: all 0.5s ease;
  background: #0d4591;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  background: #093166;
}

.btn-v1 {
  background: #ff8400;
}

.btn-v1:hover {
  background: #bf6300;
}

.btn-red {
  background: #e64646;
}

.btn-red:hover {
  background: #bf6300;
}

.btn-orange {
  background: #ff8400;
}

.btn-orange:hover {
  background: #ff8400;
}

.btn--green {
  background: #1b811d;
}

.btn--green:hover {
  background: #1b811d;
}

a.btn:hover {
  color: #FFF;
  text-decoration: none;
}

.btn.disabled {
  filter: grayscale(1);
  opacity: 0.5;
}

.alert, .updinfo, .basket-alert, .basketEmptyMessage, .comparison-not-found, .xpost-office-resutl, .fancybox-slide .errortitle, .msg-success, .formvaliderror, .fancybox-container .watchdog-info.success.removed, .suggest-search-404 {
  position: relative;
  width: 100%;
  margin: 0.625rem 0;
  padding: 0.9375rem 3.125rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  background: #fffeee;
  border: 1px solid #f4cc6c;
}
.alert:before, .updinfo:before, .basket-alert:before, .basketEmptyMessage:before, .comparison-not-found:before, .xpost-office-resutl:before, .fancybox-slide .errortitle:before, .msg-success:before, .formvaliderror:before, .fancybox-container .watchdog-info.success.removed:before, .suggest-search-404:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: 400;
  content: "\e91d";
  color: #FFF;
  background: #f4cc6c;
}

.fancybox-content .alert {
  width: auto;
}

.alert-warning, .alert-error, .alert-danger, .coupon-warning, .deleteifno, .msg-error, .fancybox-slide .errortitle, .formvaliderror, .fancy-message.type-error {
  width: 100%;
  margin: 0.625rem 0;
  padding: 0.9375rem 3.125rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  background: #fbecec;
  border: 1px solid #db0d0d;
}
.alert-warning:before, .alert-error:before, .alert-danger:before, .coupon-warning:before, .deleteifno:before, .msg-error:before, .fancybox-slide .errortitle:before, .formvaliderror:before, .fancy-message.type-error:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: 400;
  content: "\e92c";
  color: #FFF;
  background: #db0d0d;
}

.fancy-message.type-error {
  width: calc(100% - 30px);
  max-width: 650px;
  display: inline-block !important;
  padding: 20px 45px 20px 55px !important;
}

.fancy-message.type-error h1 {
  font-size: 1.25rem;
}

.fancy-message.type-error.reclamation_error {
  padding: 0.9375rem 3.125rem !important;
}

.fancy-message.type-error.reclamation_error:before {
  position: absolute;
  top: 0;
  left: 0;
}

.fancy-message.type-error.reclamation_error .fancybox-close-small {
  top: 10px !important;
  right: 10px !important;
}

.alert-success, .updated, .basket-alert-success, .watchdog-list .alert-success, .fancybox-container .watchdog-info.success.added {
  width: 100%;
  margin: 0.625rem 0;
  padding: 0.9375rem 3.125rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  background: #d9e8d9;
  border: 1px solid #1b811d;
}
.alert-success:before, .updated:before, .basket-alert-success:before, .watchdog-list .alert-success:before, .fancybox-container .watchdog-info.success.added:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: 400;
  content: "\e92d";
  color: #FFF;
  background: #1b811d;
}

.fancybox-container .alert-warning {
  width: auto;
}

.fancybox-container .alert-success {
  width: auto;
}

.fancybox-container .alert {
  width: auto;
}

.fancybox-container .alert .btn {
  margin-top: 0.625rem;
}

.fancybox-container .watchdog-info.success.removed, .fancybox-container .watchdog-info.success.added {
  min-height: initial;
  max-width: 800px;
  width: calc(100% - 30px);
  padding: 1rem;
  display: inline-block;
  text-align: center;
}

.fancybox-container .watchdog-info.success.removed:before, .fancybox-container .watchdog-info.success.added:before {
  vertical-align: middle;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-container .min-count-error {
  width: 495px;
  text-align: center;
}
.fancybox-container .min-count-error h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
}
.fancybox-container .min-count-error h3:before {
  content: "\e91d";
  font-family: "icomoon";
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  color: #f4cc6c;
}
.fancybox-container .min-count-error .row-close {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-container .min-count-error .row-close .btn {
  min-width: 100px;
  margin: 0 5px;
}
.fancybox-container .min-count-error .row-close .btn.btn-red {
  order: 5;
}
.fancybox-container .min-count-error .row-close .btn.btn-green {
  background: #e64646;
}

.fancybox-container [class*=fancybox__alert] {
  max-width: 495px;
  text-align: center;
}
.fancybox-container [class*=fancybox__alert] h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
}
.fancybox-container [class*=fancybox__alert] h4:before {
  font-family: "icomoon";
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
}
.fancybox-container [class*=fancybox__alert] p {
  margin: 10px 0 20px;
  font-size: 0.875rem;
}
.fancybox-container [class*=fancybox__alert] table {
  margin-bottom: 1.5625rem;
}
.fancybox-container [class*=fancybox__alert] table tr td {
  padding: 0.3125rem 0.3125rem;
  border-bottom: 1px solid #e2e2e2;
  background: #f0f3f8;
}
.fancybox-container [class*=fancybox__alert] table tr:nth-child(odd) td {
  background: #FFF;
}
.fancybox-container [class*=fancybox__alert] .row-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-container [class*=fancybox__alert] .row-button .btn {
  min-width: 100px;
  margin: 0 5px;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
}
.fancybox-container [class*=fancybox__alert] .row-button .btn.btn-green {
  background: #0d4591;
}

.fancybox-container .fancybox__alert h4:before {
  content: "\e906";
  color: #f4cc6c;
}

.fancybox-container .fancybox__alert-warning h4:before {
  content: "\e92c";
  color: #db0d0d;
}

.fancybox-container .fancybox__alert-success h4:before {
  content: "\e92d";
  color: #1b811d;
}

#confirm.basket-order-quick-fancy .row-button {
  position: relative;
  padding: 0 110px;
}
#confirm.basket-order-quick-fancy .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#confirm.basket-order-quick-fancy .btn-copy {
  position: static;
}

.stepper {
  display: flex;
}
.stepper .up, .stepper .down {
  height: 28px;
  width: 28px;
  display: block !important;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
  font-size: 0;
  border: 1px solid #b6c7de;
  background: #e6ecf6;
}
.stepper .up:before, .stepper .down:before {
  font-family: "icomoon";
  font-size: 8px;
  font-weight: 400;
  font-style: normal;
  color: #0d4591;
}
.stepper .up {
  order: 10;
}
.stepper .up:before {
  content: "\e922";
}
.stepper .down {
  order: 1;
}
.stepper .down:before {
  content: "\e923";
}
.stepper .step-disabled {
  cursor: default;
  opacity: 0.5;
}
.stepper .inp_count, .stepper .stepper-input {
  height: 28px;
  width: 38px;
  padding: 0 3px;
  order: 5;
  text-align: center;
  font-size: 13px;
  color: #1b1b1b;
  border-left: 0;
  border-right: 0;
}
.stepper button[name=update] {
  display: none;
}

.info-availability .availability {
  color: #1b811d;
}

.info-availability__1 .availability {
  color: #db0d0d;
}

.info-availability__2 .availability {
  color: #ff8400;
}

.info-availability__4 .availability {
  color: #db0d0d;
}

.client-commodity-stock {
  padding: 0.3125rem 0;
}

.hidden {
  display: none !important;
}
.unibody {
  max-width: none;
  margin: auto;
}

.unibody .content {
  padding: 0 20px;
}

.unibody .row {
  position: relative;
}

.header__top {
  position: relative;
  background: #0d4591;
}
.body-welcomepage .header__top {
  background: unset;
}
.header__top > .content {
  padding: 0 20px;
}
.header__top > .content > .row {
  max-width: 1230px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__bot {
  position: relative;
  margin-bottom: 1.875rem;
  background: #FFF;
}
.body-welcomepage .header__bot {
  margin-bottom: 0;
  background: unset;
}
.header__bot > .content {
  padding: 0 20px;
}
.header__bot > .content > .row {
  min-height: 100px;
  max-width: 1230px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.unibody.content__loginPage {
  background: url(/ImgGalery/Img1/LoginPage/body-welcome-new.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.body-welcomepage .unibody.content__loginPage {
  border-top: 4px solid #ff8400;
}
.unibody.content__loginPage > .content {
  padding: 0 0;
}
.unibody.content__loginPage > .content > .row {
  max-width: 1230px;
  margin: auto;
}

.content__main > .content > .row {
  display: flex;
}
.content__main > .content > .row > .column-1 {
  width: 315px;
  padding-right: 1.875rem;
}
.content__main > .content > .row > .column-2 {
  width: calc(100% - 315px);
}

.footer__top {
  margin-top: 3.125rem;
  background: #022e6a;
}
.footer__top > .content {
  padding: 0 20px;
}
.footer__top > .content > .row {
  max-width: 1230px;
  margin: auto;
}

.footer__bot {
  background: #032048;
}
.footer__bot > .content {
  padding: 0 20px;
}
.footer__bot > .content > .row {
  max-width: 1230px;
  margin: auto;
}
/* Module: 1 ucHeadWeb */
.header__bot--logo:hover {
  text-decoration: none !important;
}
.header__bot--logo .logo-svg {
  height: 58px;
  width: 180px;
  display: inline-block;
  text-align: left;
}
.header__bot--logo .logo-svg svg {
  fill: #0d4591;
}
.header__bot--logo .logo-moc, .header__bot--logo .logo-mocMobile {
  display: none;
}
.CommonPrice .header__bot--logo .logo-moc {
  margin-top: 2px;
  padding: 2px 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #FFF;
  background: #ff8400;
  border-radius: 3px;
}
.CommonPrice .header__bot--logo .logo-mocMobile {
  display: none;
}
/* Module: 2 ucTextMenu */
#textMenu {
  position: static;
  z-index: 9;
  top: 0;
  right: 330px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.body-welcomepage #textMenu {
  position: absolute;
  min-height: 100px;
}
.body-welcomepage #textMenu a {
  padding-left: 0;
  text-transform: unset;
  font-size: 0.9375rem;
  color: #0d4591;
}
#textMenu li a {
  margin-right: 1.875rem;
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFF;
}
#textMenu li:last-child a {
  margin-right: 0;
}
#textMenu [class*=textMenu--ico] a {
  display: flex;
  align-items: center;
}
#textMenu [class*=textMenu--ico] a:hover {
  text-decoration: none;
}
#textMenu [class*=textMenu--ico] a:before {
  margin-right: 0.375rem;
  display: block;
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #7aabde;
}
#textMenu .textMenu--ico1 a:before {
  content: "\e900";
}
#textMenu .textMenu--ico2 a:before {
  content: "\e901";
}
#textMenu .textMenu--ico3 a:before {
  content: "\e902";
}

/* Module: 34 ucHtmlFreeBlock_1 */
#freeBlock1 {
  display: flex;
  align-items: center;
}
#freeBlock1 .header__bot--social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  align-items: center;
}
#freeBlock1 .header__bot--social .social-svg {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
#freeBlock1 .header__bot--lang {
  padding-left: 3.75rem;
}
#freeBlock1 .header__bot--lang a {
  display: none;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
}
#freeBlock1 .header__bot--lang a.active {
  display: flex;
}
#freeBlock1 .header__bot--lang .lang-svg {
  height: 12px;
  width: 16px;
  margin-right: 0.5rem;
  display: inline-block;
}

/* Module: 197 ucLoginBox */
#LoginBoxBig {
  min-height: 615px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#LoginBoxBig h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #FFF;
}
#LoginBoxBig #hsLogFormBasket {
  width: 495px;
  padding: 55px 48px;
  background: #FFF;
  border: 1px solid #b6c7de;
}
#LoginBoxBig #hsLogFormBasket h2.title {
  padding-bottom: 1.25rem;
  font-size: 1.375rem;
}
#LoginBoxBig #hsLogFormBasket .login-info-text {
  padding-bottom: 2.1875rem;
  font-size: 0.8125rem;
}
#LoginBoxBig #hsLogFormBasket .line {
  position: relative;
  padding-bottom: 0.9375rem;
}
#LoginBoxBig #hsLogFormBasket .line label {
  padding-bottom: 0.3125rem;
  display: block;
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: #666666;
}
#LoginBoxBig #hsLogFormBasket .line input {
  width: 100%;
}
#LoginBoxBig #hsLogFormBasket .line .icon-eye-open {
  bottom: 25px;
  right: 15px;
}
#LoginBoxBig #hsLogFormBasket .btn {
  min-width: 130px;
  margin-top: 0.3125rem;
  margin-left: auto;
}

/* Module: 5 ucLoginBoxLite */
#LoginLite {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}
#LoginLite .link-moc {
  position: relative;
  height: 1.4375rem;
  width: 3.8125rem;
  padding: 0 1.5625rem 0 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  border-radius: 0.75rem;
  background: #FFF;
  transition: all 0.5s ease;
}
#LoginLite .link-moc:after {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  background: #7aabde;
  border-radius: 50%;
}
#LoginLite .link-moc:hover {
  text-decoration: none;
}
.CommonPrice #LoginLite .link-moc {
  padding: 0 0.5rem 0 1.5625rem;
  color: #ff8400;
}
.CommonPrice #LoginLite .link-moc:after {
  right: auto;
  left: 2px;
  background: #ff8400;
}
#LoginLite .my-profile-name {
  position: relative;
  margin: 0 1.875rem;
  padding-left: 38px;
  font-size: 0.8125rem;
  color: #FFF;
}
#LoginLite .my-profile-name:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\e903";
  font-family: "icomoon";
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  color: #7aabde;
}
#LoginLite .my-profile-name .link-my-profile__firm {
  display: block;
}
#LoginLite .my-profile-name .link-my-profile__name {
  display: block;
}
#LoginLite .link-edit-frm {
  position: relative;
  height: 2.75rem;
  width: 2.75rem;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0;
  background: #ff8400;
}
#LoginLite .link-edit-frm:before {
  line-height: 44px;
  content: "\e908";
  font-family: "icomoon";
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
#LoginLite .link-edit-frm.active {
  background: #FFF;
}
#LoginLite .link-edit-frm.active:before {
  content: "\e92e";
  color: #7aabde;
}
.menu-focus #LoginLite .link-edit-frm {
  z-index: 5;
}
#LoginLite #frmLoginFormWrap.active {
  position: absolute;
  z-index: 5;
  top: 44px;
  right: 0;
  width: 615px;
  padding: 1.25rem 0.625rem 0.75rem 0.625rem;
  display: block;
  background: #FFF;
}
#LoginLite #frmLoginFormWrap.active .user-menu {
  margin-bottom: 0.9375rem;
  padding-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 15px;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
#LoginLite #frmLoginFormWrap.active .user-menu li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.15;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d4591;
}
#LoginLite #frmLoginFormWrap.active .user-menu li a:before {
  width: 46px;
  font-family: "icomoon";
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  color: #7aabde;
}
#LoginLite #frmLoginFormWrap.active .user-menu .editace-profilu:before {
  content: "\e903";
}
#LoginLite #frmLoginFormWrap.active .user-menu .prodejny:before {
  content: "\e901";
}
#LoginLite #frmLoginFormWrap.active .user-menu .zmenit-heslo:before {
  content: "\e92f";
}
#LoginLite #frmLoginFormWrap.active .user-menu .oblibene-polozky:before {
  content: "\e930";
}
#LoginLite #frmLoginFormWrap.active .user-menu .prehled-objednavek:before {
  content: "\e918";
}
#LoginLite #frmLoginFormWrap.active .user-menu .hlidaci-pes:before {
  content: "\e944";
}
#LoginLite #frmLoginFormWrap.active .user-menu .prehled-faktur:before {
  content: "\e915";
}
#LoginLite #frmLoginFormWrap.active .user-menu .reklamace:before {
  content: "\e910";
}
#LoginLite #frmLoginFormWrap.active .user-menu .pokracovat-v-nakupu:before {
  content: "\e931";
}
#LoginLite #frmLoginFormWrap.active .user-menu .rychla-objednavka:before {
  content: "\e945";
}
#LoginLite #frmLoginFormWrap.active .menu-publish-article {
  margin-bottom: 0.9375rem;
  padding-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 15px;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
#LoginLite #frmLoginFormWrap.active .menu-publish-article li a {
  position: relative;
  padding-left: 0.9375rem;
  display: block;
  text-transform: uppercase;
  line-height: 1.15;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d4591;
}
#LoginLite #frmLoginFormWrap.active .menu-publish-article li a:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #ff8400;
}
#LoginLite #frmLoginFormWrap.active .my-profile-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#LoginLite #frmLoginFormWrap.active .my-profile-bottom .my-profile-bottom__lang a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}
#LoginLite #frmLoginFormWrap.active .my-profile-bottom .my-profile-bottom__lang .cz {
  xdisplay: none;
}
#LoginLite #frmLoginFormWrap.active .my-profile-bottom .my-profile-bottom__lang .lang-svg {
  height: 12px;
  width: 16px;
  margin-right: 0.5rem;
  display: inline-block;
}
#LoginLite #frmLoginFormWrap.active .my-profile-bottom .my-profile-bottom__logout {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
}
#LoginLite #frmLoginFormWrap.active .my-profile-bottom .my-profile-bottom__logout:before {
  margin-right: 0.3125rem;
  content: "\e932";
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #db0d0d;
}
#LoginLite #frmLoginFormWrap.active .textmenu-moc-mobile {
  display: none;
}
/* Module: 6 ucBasketBoxLite */
#basketBoxLite {
  display: flex;
  align-items: center;
}
#basketBoxLite .row-basket {
  position: relative;
  height: 3.375rem;
  padding: 0 0.9375rem 0 0.625rem;
  display: grid;
  grid-template-columns: 40px calc(100% - 40px);
  grid-auto-flow: column;
  align-items: center;
  align-content: center;
  cursor: pointer;
  border: 1px solid #FFF;
  transition: all 0.3s linear;
}
#basketBoxLite .row-basket .row-basket-ico {
  grid-column: 1;
  grid-row: 1/3;
}
#basketBoxLite .row-basket .basket-svg {
  height: 28px;
  width: 28px;
  display: block;
}
#basketBoxLite .row-basket.active .basket-svg {
  height: 32px;
  width: 32px;
}
#basketBoxLite .row-basket .operative-basket__add-basket {
  width: 4.6875rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0d4591;
}
#basketBoxLite .row-basket .operative-basket__add-basket:after {
  margin-left: 0.3125rem;
  cursor: help;
  content: "\e906";
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #f4cc6c;
}
#basketBoxLite .row-basket .boxNoVat {
  white-space: nowrap;
  font-size: 1.25rem;
  transition: all 0.3s linear;
}
#basketBoxLite .row-basket .basketBoxLiteItemCount {
  cursor: pointer;
  font-size: 0.8125rem;
  color: #666;
  transition: all 0.3s linear;
}
#basketBoxLite .row-basket .basketBoxLiteItemCount label {
  cursor: pointer;
}
#basketBoxLite .basket-animation .boxNoVat {
  font-size: 1.375rem;
  animation: blinker 0.5s ease;
}
#basketBoxLite .basket-animation .basketBoxLiteItemCount {
  font-size: 0.875rem;
  animation: blinker 0.5s ease;
}
#basketBoxLite .basket-animation .basket-svg svg {
  fill: #ff8400 !important;
  animation: blinker 0.5s ease;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.CommonPrice #basketBoxLite .row-basket .basketBoxLiteItemCount {
  grid-row: 1/3;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1b1b1b;
}
.CommonPrice #basketBoxLite .row-basket.active .basketBoxLiteItemCount {
  font-size: 1rem;
}
#basketBoxLite .row-basket.basket-is-empty .boxNoVat {
  display: none;
}
#basketBoxLite .row-basket.basket-is-empty .basketBoxLiteItemCount {
  grid-column: 2;
  grid-row: 1/3;
}
#basketBoxLite .row-basket.active.open, #basketBoxLite .row-basket.open {
  z-index: 5;
  background: #FFF;
  border-radius: 5px 5px 0 0;
  border: 1px solid #b6c7de;
  border-bottom: 1px solid #FFF;
}
#basketBoxLite .row-basket.active.open:after, #basketBoxLite .row-basket.open:after {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  content: "";
  background: #FFF;
  border: 0;
}
#basketBoxLite .row-basket.active {
  background: #f0f3f8;
  border-radius: 5px;
  border: 1px solid #ff8400;
}
#basketBoxLite .row-basket.active:before {
  position: absolute;
  left: 50%;
  bottom: -24px;
  height: 0;
  width: 0;
  margin-left: -15px;
  content: "";
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #f0f3f8;
}
#basketBoxLite .base-basket .basket-svg svg {
  fill: #0d4591;
}
#basketBoxLite .row-basket.active .basket-svg svg {
  fill: #ff8400;
}
#basketBoxLite .operative-basket .basket-svg svg {
  fill: #7aabde;
}
#basketBoxLite .operative-basket.none-active .basket-svg svg {
  fill: #0d4591;
}
#basketBoxLite .basketBox-content {
  position: absolute;
  z-index: 5;
  top: 53px;
  right: -1px;
  width: 615px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #FFF;
  border: 1px solid #b6c7de;
}
#basketBoxLite .basketBox-content .basket-items {
  max-height: 456px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 10px;
  overflow: auto;
}
#basketBoxLite .basketBox-content .basket-items li {
  display: grid;
  grid-template-columns: 70px calc(100% - 70px - 90px - 140px - 27px) 90px 140px 27px;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
#basketBoxLite .basketBox-content div[class*=basket-items__] {
  padding-top: 10px;
  padding-bottom: 10px;
}
#basketBoxLite .basketBox-content .basket-items__col1 {
  padding-right: 15px;
}
#basketBoxLite .basketBox-content .basket-items__col2 {
  padding-right: 10px;
}
#basketBoxLite .basketBox-content .basket-items__col2 .basket-items__col2_name {
  margin-bottom: 3px;
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
}
#basketBoxLite .basketBox-content .basket-items__col2 .basket-items__col2_code {
  font-size: 0.75rem;
}
#basketBoxLite .basketBox-content .basket-items__col4 {
  padding-left: 15px;
}
#basketBoxLite .basketBox-content .basket-items__col4 .basket-items__col4_price_unit {
  display: block;
  font-size: 0.75rem;
  color: #666666;
}
#basketBoxLite .basketBox-content .basket-items__col5 {
  text-align: right;
}
#basketBoxLite .basketBox-content .basket-items__col5 .basket-items__col5_del {
  padding: 0;
  display: inline-block;
  border: 0;
  font-size: 0;
  background: unset;
}
#basketBoxLite .basketBox-content .basket-items__col5 .basket-items__col5_del:before {
  height: 18px;
  width: 18px;
  content: "\e920";
  font-family: "icomoon";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #c7c7c7;
}
#basketBoxLite .basketBox-content .stepper .up, #basketBoxLite .basketBox-content .stepper .down {
  height: 26px;
  width: 26px;
  line-height: 26px;
}
#basketBoxLite .basketBox-content .stepper .inp_count {
  height: 26px;
}
#basketBoxLite .basketBox-content .basket-items li.more,
#basketBoxLite .basketBox-content .basket-items li.less {
  padding: 0.4375rem 0 0.4375rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d4591;
  border-bottom: 0;
}
#basketBoxLite .basketBox-content .basket-items li.more:before,
#basketBoxLite .basketBox-content .basket-items li.less:before {
  margin-right: 4px;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ff8400;
}
#basketBoxLite .basketBox-content .basket-items li.more:before {
  content: "\e909";
}
#basketBoxLite .basketBox-content .basket-items li.less:before {
  content: "\e90a";
}
#basketBoxLite .basketBox-content .alert {
  width: auto;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}
#basketBoxLite .basketBox-content .basket-limit {
  width: 100%;
  padding-bottom: 20px;
  background: #f0f3f8;
}
#basketBoxLite .basketBox-content .basket-order-limit {
  width: 100%;
  padding: 10px 16px 0;
  text-align: center;
  font-size: 0.8125rem;
  background: #f0f3f8;
}
#basketBoxLite .basketBox-content .basket-order-limit .td1 {
  font-size: 1rem;
}
#basketBoxLite .basketBox-content .basket-order-limit .td2 {
  color: #ff8400;
}
#basketBoxLite .basketBox-content .basket-order-limit .basket-order-limit__progress {
  height: 11px;
  margin-top: 5px;
  background: #FFF;
  border: 1px solid #b6c7de;
  border-radius: 6px;
}
#basketBoxLite .basketBox-content .basket-order-limit .basket-order-limit__progress span {
  height: 9px;
  display: block;
  background: #0d4591;
  border-radius: 6px 0 0 6px;
}
#basketBoxLite .basketBox-content .basket-delivery-limit {
  width: 100%;
  padding: 10px 16px 0;
  text-align: center;
  font-size: 0.8125rem;
  background: #f0f3f8;
}
#basketBoxLite .basketBox-content .basket-delivery-limit .td1 {
  font-size: 1rem;
}
#basketBoxLite .basketBox-content .basket-delivery-limit .td2 {
  color: #1b811d;
}
#basketBoxLite .basketBox-content .basket-delivery-limit .basket-delivery-limit__progress {
  height: 11px;
  margin-top: 5px;
  background: #FFF;
  border: 1px solid #b6c7de;
  border-radius: 6px;
}
#basketBoxLite .basketBox-content .basket-delivery-limit .basket-delivery-limit__progress span {
  height: 9px;
  display: block;
  background: #1b811d;
  border-radius: 6px 0 0 6px;
}
#basketBoxLite .basketBox-content .basket-discount-limit {
  width: 100%;
  padding: 10px 16px 0;
  text-align: center;
  font-size: 0.8125rem;
  background: #f0f3f8;
}
#basketBoxLite .basketBox-content .basket-discount-limit .td1 {
  font-size: 1rem;
}
#basketBoxLite .basketBox-content .basket-discount-limit .td2 {
  color: #ff8400;
}
#basketBoxLite .basketBox-content .basket-discount-limit .basket-discount-limit__progress {
  height: 11px;
  margin-top: 5px;
  background: #FFF;
  border: 1px solid #b6c7de;
  border-radius: 6px;
}
#basketBoxLite .basketBox-content .basket-discount-limit .basket-discount-limit__progress span {
  height: 9px;
  display: block;
  background: #ff8400;
  border-radius: 6px 0 0 6px;
}
#basketBoxLite .basketBox-content .basket-delivery-date {
  position: relative;
  width: calc(100% - 200px);
  margin-top: 15px;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 16px;
  display: grid;
  grid-template-columns: 48px calc(100% - 48px);
  align-items: center;
  font-size: 0.8125rem;
}
#basketBoxLite .basketBox-content .basket-delivery-date:before {
  height: 38px;
  width: 38px;
  margin-right: 10px;
  display: block;
  line-height: 38px;
  text-align: center;
  content: "\e919";
  font-family: "icomoon";
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  color: #0d4591;
  background: #e6ecf6;
  border: 1px solid #b6c7de;
  border-radius: 4px;
}
#basketBoxLite .basketBox-content .basket-actions {
  margin-top: 15px;
  margin-left: auto;
  padding-right: 10px;
}
#basketBoxLite .basketBox-content .basket-actions .btn {
  background: #ff8400;
}

.CommonPrice #basketBoxLite .basket-delivery-limit, .CommonPrice #basketBoxLite .basket-discount-limit {
  display: none;
}

.fancybox-container .item-delete {
  max-width: 495px;
  text-align: center;
}
.fancybox-container .item-delete h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
}
.fancybox-container .item-delete h4:before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  color: #7aabde;
}
.fancybox-container .item-delete p {
  margin: 10px 0 20px;
  font-size: 0.875rem;
}
.fancybox-container .item-delete .row-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-container .item-delete .row-button .btn {
  min-width: 100px;
  margin: 0 5px;
}
.fancybox-container .item-delete .row-button .btn.yes {
  order: 5;
}
.fancybox-container .item-delete .row-button .btn.btn-green {
  background: #e64646;
}

.fancybox-container .moc-content {
  max-width: 495px;
  text-align: center;
}
.fancybox-container .moc-content h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
}
.fancybox-container .moc-content h4:before {
  content: "\e92c";
  font-family: "icomoon";
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  color: #db0d0d;
}
.fancybox-container .moc-content .moc-text {
  margin: 10px 0 20px;
  font-size: 0.875rem;
}
.fancybox-container .moc-content .row-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-container .moc-content .row-button .btn {
  min-width: 100px;
  margin: 0 5px;
}
.fancybox-container .moc-content .row-button .btn.btn-green {
  background: #0d4591;
}

.fancybox-container .item-send-invoice {
  max-width: 495px;
  text-align: center;
}
.fancybox-container .item-send-invoice h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
}
.fancybox-container .item-send-invoice h4:before {
  content: "\e917";
  font-family: "icomoon";
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  color: #0d4591;
}
.fancybox-container .item-send-invoice p {
  margin: 10px 0 20px;
  font-size: 0.875rem;
}
.fancybox-container .item-send-invoice .mail {
  margin-bottom: 20px;
}
.fancybox-container .item-send-invoice .mail input {
  height: 26px;
  width: 100%;
  max-width: 285px;
}
.fancybox-container .item-send-invoice .row-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-container .item-send-invoice .row-button .btn {
  min-width: 100px;
  margin: 0 5px;
}
.fancybox-container .item-send-invoice .row-button .btn.btn-green {
  background: #0d4591;
}

/* Module: 16 ucTitleText */
.comapanyBlock__brends {
  margin-top: 3.125rem;
  display: grid;
  gap: 0 1.875rem;
  justify-items: center;
}
.comapanyBlock__brends a label {
  display: none;
}
.comapanyBlock__brends .brends--title {
  margin: 2.8125rem 0 1.5625rem;
  grid-column: 1/3;
  font-size: 1.75rem;
}
.comapanyBlock__brends .brands {
  grid-column: 1/3;
}

/* Module: 18 ucBottomPageBase */
.footer__text {
  padding: 1.5625rem 0 1.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
  font-size: 0.875rem;
  color: #abbed9;
}
.footer__text a {
  color: #abbed9;
}
.footer__text a:hover {
  color: #abbed9;
}
.footer__text p {
  padding-bottom: 1.25rem;
}
.footer__text .icon-svg {
  height: 49px;
  width: 155px;
  margin-bottom: 0.9375rem;
  display: block;
}
.footer__text .block-title {
  padding-bottom: 1.5625rem;
  font-size: 1.25rem;
  color: #7aabde;
}
.footer__text h4.block-title {
  padding-bottom: 0.9375rem;
  font-size: 0.875rem;
  color: #FFF;
}
.footer__text [class*=text--block] a {
  font-size: 0.875rem;
}
.footer__text [class*=text--block] ul li {
  padding-bottom: 0.9375rem;
}
.footer__text [class*=text--block] ul li a {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Module: 36 ucHtmlFreeBlock_2 */
#freeBlock2 {
  min-height: 60px;
  padding: 0.625rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #abbed9;
}
#freeBlock2 .company {
  margin: 0.46875rem 0;
}
#freeBlock2 .developer--company {
  margin: 0.46875rem 0;
  display: flex;
  align-items: center;
  color: #abbed9;
}
#freeBlock2 .developer--company .company-svg {
  height: 25px;
  width: 21px;
  margin-right: 0.625rem;
  display: block;
}

/* Module: 36 ucHtmlFreeBlock_2 */
#freeBlock3 .scrollDown {
  position: fixed;
  z-index: 4;
  bottom: 400px;
  right: 50%;
  width: 55px;
  margin-right: -700px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  color: #041e42;
  transition: all 0.8s ease;
}

/* Module: 3 ucSearchBox */
#SearchBox {
  position: relative;
  margin: 0 2.8125rem 0 4.6875rem;
  flex-grow: 1;
}
.search-focus #SearchBox {
  z-index: 101;
}
#SearchBox #SearchForm {
  display: flex;
  align-items: center;
}
#SearchBox #SearchForm .searchInput {
  height: 50px;
  width: 100%;
}
#SearchBox #SearchForm > .btn {
  height: 50px;
  width: 50px;
  font-size: 0;
  border-radius: 0;
  border-right: 0;
}
#SearchBox #SearchForm > .btn:before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
#SearchBox .search-form-close {
  position: absolute;
  top: 10px;
  right: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #666;
}
#SearchBox .search-form-close:after {
  margin-left: 5px;
  content: "\e920";
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #c7c7c7;
}

.search-focusHtml {
  overflow: hidden;
}

/* Module: 138 ucSuggestSearch */
#Whisperer {
  position: absolute;
  top: 59px;
  left: 0;
  max-height: calc(100vh - 128px);
  width: 100%;
  overflow: auto;
  border: 1px solid #b6c7de;
  background: #f0f3f8;
}
.flow-menu #Whisperer {
  max-height: calc(100vh - 74px);
}
#Whisperer .whisp__title {
  padding: 0.9375rem;
  font-size: 1rem;
}
#Whisperer .whisp__title .results span {
  color: #0d4591;
}
#Whisperer .highLight {
  background: #ffd8ae;
}
#Whisperer .whispCategory {
  padding-bottom: 0.625rem;
  background: #FFF;
}
#Whisperer .whispCategory .whisp__title {
  background: #f0f3f8;
}
#Whisperer .whispCategory .link-allCategory {
  position: relative;
  margin-left: 1.25rem;
  padding-left: 1.125rem;
  text-transform: uppercase;
  font-size: 0.6875rem;
}
#Whisperer .whispCategory .link-allCategory:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "\e90b";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ff8400;
}
#Whisperer .whispCategorys {
  padding: 1.5625rem 1.875rem 0.3125rem;
  background: #FFF;
}
#Whisperer .whispCategorys .whispCategorys__item {
  margin-bottom: 0.5rem;
}
#Whisperer .whispCategorys .whispCategorys__item a {
  font-size: 0.9375rem;
  font-weight: 600;
}
#Whisperer .whispCategorys .whispCategorys__item label {
  padding-left: 0.25rem;
  font-size: 0.75rem;
  color: #666666;
}
#Whisperer .whispProducts {
  padding: 0 0.625rem;
}
#Whisperer .whispProducts .whispProducts__item {
  margin-bottom: 0.625rem;
  padding: 0.625rem;
  display: grid;
  grid-template-areas: "image name name" "image code info" "anotation anotation anotation" "buttons buttons buttons";
  grid-template-columns: 5.625rem calc(100% - 18.125rem) 12.5rem;
  grid-template-rows: auto 1fr auto;
  background: #FFF;
}
#Whisperer .whispProducts .whispProducts__item .btn {
  transition: unset;
}
#Whisperer .whispProducts .whispProducts__item .btn.sugg-blue {
  background: #0d4591;
}
#Whisperer .whispProducts .whispProducts__item .btn.sugg-orange {
  background: #ff8400;
}
#Whisperer .whispProducts .whispProducts__item .item--image {
  grid-area: image;
  padding-right: 0.625rem;
}
#Whisperer .whispProducts .whispProducts__item .item--name {
  grid-area: name;
  padding-bottom: 0.5rem;
}
#Whisperer .whispProducts .whispProducts__item .item--name a {
  font-size: 0.9375rem;
  font-weight: 600;
}
#Whisperer .whispProducts .whispProducts__item .item--code {
  grid-area: code;
  font-size: 0.8125rem;
}
#Whisperer .whispProducts .whispProducts__item .item--code [class*=code-] {
  padding-bottom: 0.125rem;
}
#Whisperer .whispProducts .whispProducts__item .item--code .price, #Whisperer .whispProducts .whispProducts__item .item--code .pricerecomended, #Whisperer .whispProducts .whispProducts__item .item--code .priceOd, #Whisperer .whispProducts .whispProducts__item .item--code .pricevat {
  padding-top: 0.5rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
}
#Whisperer .whispProducts .whispProducts__item .item--code .priceOd {
  padding-right: 0.1875rem;
}
#Whisperer .whispProducts .whispProducts__item .item--info {
  grid-area: info;
  align-self: self-end;
  justify-self: end;
}
#Whisperer .whispProducts .whispProducts__item .item--info label {
  display: none;
}
#Whisperer .whispProducts .whispProducts__item .item--info .info-availability {
  padding-bottom: 0.375rem;
  text-align: right;
  font-size: 0.8125rem;
  font-weight: 600;
}
#Whisperer .whispProducts .whispProducts__item .item--info .info-availability .btn {
  display: inline-flex;
}
#Whisperer .whispProducts .whispProducts__item .item--info .info-availability .btn.sugg-blue {
  background: #0d4591;
}
#Whisperer .whispProducts .whispProducts__item .item--info .info-availability .btn.sugg-orange {
  background: #ff8400;
}
#Whisperer .whispProducts .whispProducts__item .item--info .info-btn .btn .count {
  margin-left: 3px;
  font-weight: 400;
}
#Whisperer .whispProducts .whispProducts__item .item--info .info-btn .btn-related, #Whisperer .whispProducts .whispProducts__item .item--info .info-btn .btn-alternatives {
  margin-top: 0.3125rem;
}
#Whisperer .whispProducts .whispProducts__item .item--anotation {
  grid-area: anotation;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.8125rem;
  border-top: 1px solid #e2e2e2;
}
#Whisperer .whispProducts .whispProducts__item .body--7 {
  grid-area: buttons;
}
#Whisperer .whispProducts .whispProducts__item .body--7 .frmBuyItem--inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#Whisperer .whispProducts .whispProducts__item .body--7 .frmBuyItem--inner .btn {
  margin-left: 10px;
}
#Whisperer .whispProducts .whispProducts__item .product--discountTab {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e2e2e2;
}
#Whisperer .whispProducts .whispProducts__item .product--discountTab .productBoxHP__link {
  margin: 10px auto 0;
}
#Whisperer .whispProducts .whispProducts__item .product--discountTab .productBoxHP__link:before {
  content: "\e90a";
}
#Whisperer .whispProducts .whispProducts__item .product--discount {
  margin-top: 0;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e2e2e2;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab tr td {
  padding: 0.3125rem 0;
  font-size: 0.8125rem;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-1 {
  padding-left: 0;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-2 {
  padding-left: 0.9375rem;
  padding-right: 1.5625rem;
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-2 .tab-sum {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-3 {
  padding-right: 1.5625rem;
  font-size: 0.75rem;
  color: #db0d0d;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-3 label {
  padding: 0 0.1875rem;
  color: #1b1b1b;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .frmBuyItem {
  display: flex;
  align-items: center;
  xjustify-content: flex-end;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .frmBuyItem .inp_count {
  height: 28px;
  width: 34px;
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: #1b1b1b;
  border-left: 0;
  border-right: 0;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .frmBuyItem .defaultUnit {
  min-width: 34px;
  padding-left: 0.3125rem;
  font-size: 0.8125rem;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .frmBuyItem .btn {
  min-width: 90px;
  xmargin-left: 10px;
  margin-left: auto;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .frmBuyItem .btn.sugg-blue {
  background: #0d4591;
}
#Whisperer .whispProducts .whispProducts__item .product--discount .frmBuyItem .btn.sugg-orange {
  background: #ff8400;
}
#Whisperer .whispProducts .whispProducts__item.product--altActive {
  margin-bottom: 0;
  border-right: 1px solid #0d4591;
  border-left: 1px solid #0d4591;
  border-top: 1px solid #0d4591;
}
#Whisperer .whispProducts .detail-related, #Whisperer .whispProducts .detail-alternative {
  margin-bottom: 0.625rem;
  border: 1px solid #0d4591;
}
#Whisperer .whispProducts .detail-related .product__alternatives--name, #Whisperer .whispProducts .detail-alternative .product__alternatives--name {
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
}
#Whisperer .whispProducts .detail-related .spacer, #Whisperer .whispProducts .detail-alternative .spacer {
  display: none;
}
#Whisperer .whispProducts .detail-related .product__alternatives--line, #Whisperer .whispProducts .detail-alternative .product__alternatives--line {
  position: relative;
  z-index: 1;
  padding: 0 0.625rem 0.4375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#Whisperer .whispProducts .detail-related .product__alternatives--line [class*=line-], #Whisperer .whispProducts .detail-alternative .product__alternatives--line [class*=line-] {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
}
#Whisperer .whispProducts .detail-related .product__alternatives--line [class*=line-]:before, #Whisperer .whispProducts .detail-alternative .product__alternatives--line [class*=line-]:before {
  margin-right: 0.3125rem;
  font-family: "icomoon";
  line-height: 18px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #ff8400;
}
#Whisperer .whispProducts .detail-related .product__alternatives--line .line-link1:before, #Whisperer .whispProducts .detail-alternative .product__alternatives--line .line-link1:before {
  content: "\e90a";
}
#Whisperer .whispProducts .detail-related .product__alternatives--line .line-link1.active:before, #Whisperer .whispProducts .detail-alternative .product__alternatives--line .line-link1.active:before {
  content: "\e909";
}
#Whisperer .whispProducts .detail-related .product__alternatives--line .line-link2:before, #Whisperer .whispProducts .detail-alternative .product__alternatives--line .line-link2:before {
  content: "\e939";
}
#Whisperer .whisp__btnLine {
  padding: 0.625rem 0.9375rem;
  text-align: center;
  background: #FFF;
}
#Whisperer .whisp__btnLine .more {
  min-height: 28px;
  margin: 0;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFF;
  border-radius: 14px;
  border: 0;
  transition: all 0.5s ease;
  background: #0d4591;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
}
#Whisperer .whisp__btnLine .more:hover {
  background: #093166;
}
#Whisperer .whisp__btnLine .more a {
  text-decoration: none;
  color: #FFF;
}
#Whisperer .whisp__btnLine .more label {
  padding-left: 0.1875rem;
  color: #FFF;
}
#Whisperer .whisp__btnLine:empty {
  display: none;
}
#Whisperer .suggest-search-404 .title {
  padding-bottom: 0.3125rem;
}

/* Module: 454 ucClientCategotyFavorites */
.favorites-category-list {
  margin-bottom: 1.875rem;
}
.favorites-category-list .title {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.favorites-category-list .title:after {
  margin-left: 0.3125rem;
  content: "\e92b";
  font-family: "icomoon";
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #7e9ec8;
}
.favorites-category-list .favorites-empty {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border: 1px solid #b6c7de;
}
.favorites-category-list .favorites-category-list__items li {
  position: relative;
  padding: 0.5rem 2.1875rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid #b6c7de;
  border-bottom: 0;
  background: #FFF;
}
.favorites-category-list .favorites-category-list__items li:last-child {
  border-bottom: 1px solid #b6c7de;
}
.favorites-category-list .favorites-category-list__items li .btn {
  position: absolute;
  top: 8px;
  right: 8px;
  min-height: unset;
  padding: 0;
  display: none;
  text-decoration: none;
  line-height: 18px;
  font-size: 0;
  background: unset;
  border-radius: unset;
  box-shadow: unset;
}
.favorites-category-list .favorites-category-list__items li .btn:before {
  content: "\e920";
  font-family: "icomoon";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #c7c7c7;
}
.favorites-category-list .favorites-category-list__items li:hover .btn {
  display: inline-flex;
}
.favorites-category-list .favorites-category-list__items li .item-count {
  padding-left: 0.1875rem;
  font-size: 0.75rem;
  color: #666;
}

.is-mobile .favorites-category-list .btn {
  display: none !important;
}

/* Module: 254 UcCategoryProducerSwitch */
#catprodSwitch p {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.1875rem;
  border-bottom: 1px solid #b6c7de;
}
#catprodSwitch p a {
  position: relative;
  min-height: 40px;
  padding: 0.3125rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: 1px solid #b6c7de;
  border-bottom: 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
#catprodSwitch p a.active {
  background: #FFF;
}
#catprodSwitch p a.active:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: #FFF;
}

/* Module: 107 ucCategoryTreeHorizontal */
.CategoryTreeHorizontal {
  border: 1px solid #b6c7de;
  border-top: 0;
  background: #FFF;
}
.CategoryTreeHorizontal .menu-link {
  display: none;
}
.CategoryTreeHorizontal .category-favorites-add {
  position: absolute;
  z-index: 9;
  top: 6px;
  right: 12px;
  height: 14px;
  width: 16px;
  display: none;
  cursor: pointer;
  font-size: 0;
}
.CategoryTreeHorizontal .category-favorites-add:before {
  line-height: 1;
  content: "\e92a";
  font-family: "icomoon";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #7e9ec8;
}
.CategoryTreeHorizontal .category-favorites-add.active:before {
  content: "\e92b";
}
.CategoryTreeHorizontal li {
  position: relative;
  border-bottom: 1px solid #b6c7de;
}
.CategoryTreeHorizontal li:last-child {
  border-bottom: 0;
}
.CategoryTreeHorizontal li .sub-menu {
  display: none;
}
.CategoryTreeHorizontal li .cat-ico {
  position: absolute;
  top: 6px;
  left: 9px;
  height: 16px;
  width: 16px;
  display: block;
  text-align: center;
  line-height: 13px;
  cursor: pointer;
  border-radius: 50%;
  background: #ff8400;
}
.CategoryTreeHorizontal li .cat-ico:before {
  line-height: 1;
  font-family: "icomoon";
  font-size: 9px;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
.CategoryTreeHorizontal li .cat-ico.ico-close:before {
  content: "\e922";
}
.CategoryTreeHorizontal li .cat-ico.ico-open:before {
  content: "\e923";
}
.CategoryTreeHorizontal li a {
  font-weight: 600;
}
.CategoryTreeHorizontal li .item-count {
  padding-left: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
}
.CategoryTreeHorizontal .level-1 > a {
  margin: 0 0rem 0 2.1875rem;
  padding: 0.375rem 0;
  display: block;
  font-size: 0.875rem;
  color: #0d4591;
}
.CategoryTreeHorizontal .level-1 > a:hover .category-favorites-add {
  display: block;
}
.CategoryTreeHorizontal .level-1.tree-open {
  background: #f0f3f8;
}
.CategoryTreeHorizontal .level-1.tree-open > .sub-menu {
  display: block;
  border-top: 1px solid #b6c7de;
}
.CategoryTreeHorizontal .level-2 > a {
  margin: 0 0rem 0 2.8125rem;
  padding: 0.375rem 0;
  display: block;
  font-size: 0.8125rem;
  color: #0d4591;
}
.CategoryTreeHorizontal .level-2 > a:hover .category-favorites-add {
  display: block;
}
.CategoryTreeHorizontal .level-2 .cat-ico {
  left: 22px;
}
.CategoryTreeHorizontal .level-2.tree-open {
  background: #f0f3f8;
}
.CategoryTreeHorizontal .level-2.tree-open > .sub-menu {
  display: block;
  border-top: 1px solid #b6c7de;
  background: #e6ecf6;
}
.CategoryTreeHorizontal .level-3 > a {
  margin: 0 0rem 0 3.75rem;
  padding: 0.375rem 0;
  display: block;
  font-size: 0.8125rem;
  color: #0d4591;
}
.CategoryTreeHorizontal .level-3 > a:hover .category-favorites-add {
  display: block;
}
.CategoryTreeHorizontal .level-3 .cat-ico {
  left: 32px;
}
.CategoryTreeHorizontal .level-3.tree-open {
  background: #f0f3f8;
}
.CategoryTreeHorizontal .level-3.tree-open > .sub-menu {
  display: block;
  border-top: 1px solid #b6c7de;
  background: #e6ecf6;
}
.CategoryTreeHorizontal .level-4 > a {
  margin: 0 0rem 0 4.6875rem;
  padding: 0.375rem 0;
  display: block;
  font-size: 0.8125rem;
  color: #0d4591;
}
.CategoryTreeHorizontal .level-4 > a:hover .category-favorites-add {
  display: block;
}

.is-mobile .CategoryTreeHorizontal .category-favorites-add {
  display: none !important;
}

#ProducerTree {
  border: 1px solid #b6c7de;
  border-top: 0;
  background: #FFF;
}
#ProducerTree ul li {
  border-bottom: 1px solid #b6c7de;
}
#ProducerTree ul li:last-child {
  border-bottom: 0;
}
#ProducerTree ul li a {
  margin: 0 0.625rem 0 2.1875rem;
  padding: 0.375rem 0;
  display: block;
  font-size: 0.875rem;
  color: #0d4591;
}

/* Module: UcCookiesNotification */
#cookiesNotification > div {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
#cookiesNotification > div .btn {
  margin-left: 0.625rem;
}

/* Module: 453 ucHome */
.ucHome {
  display: flex;
  flex-direction: column;
}

a[class*=__link] {
  position: relative;
  margin-left: auto;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}
a[class*=__link]:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e90b";
  line-height: 16px;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ff8400;
}

.articleBoxHP {
  margin-bottom: 1.5625rem;
  display: flex;
  flex-direction: column;
}
.articleBoxHP .title {
  margin-bottom: 0.5625rem;
  display: flex;
  align-items: center;
  font-size: 1.375rem;
}
.articleBoxHP .title:before {
  margin: 0 0.5625rem;
  vertical-align: middle;
  line-height: 24px;
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #7aabde;
}
.articleBoxHP .articleBoxHP__inner {
  margin-bottom: 0.4375rem;
  padding: 0.5rem 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  background: #FFF;
}
.articleBoxHP .articleBoxHP__inner .articleBoxHP__item {
  padding: 0.625rem 0;
  display: flex;
  align-items: center;
}
.articleBoxHP .articleBoxHP__inner .articleBoxHP__item:nth-child(1), .articleBoxHP .articleBoxHP__inner .articleBoxHP__item:nth-child(2) {
  border-bottom: 1px solid #e2e2e2;
}
.articleBoxHP.articleImportant-warning .title:before {
  content: "\e90f";
  color: #ff8400;
}
.articleBoxHP.articleImportant-warning .articleBoxHP__inner {
  border: 1px solid #ff8400;
}
.articleBoxHP.articleImportant-warning .articleBoxHP__inner .item--date {
  min-width: 2.5rem;
  margin-right: 0.75rem;
  text-align: center;
}
.articleBoxHP.articleImportant-warning .articleBoxHP__inner .item--date .date-day {
  height: 1.5625rem;
  display: block;
  line-height: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1b1b1b;
  background: #f0f3f8;
}
.articleBoxHP.articleImportant-warning .articleBoxHP__inner .item--date .date-month {
  height: 0.9375rem;
  padding: 0 0.3125rem;
  display: block;
  line-height: 0.9375rem;
  font-size: 0.625rem;
  font-weight: 600;
  color: #FFF;
  background: #ff8400;
}
.articleBoxHP.articleImportant-warning .articleBoxHP__inner .item--name {
  font-size: 0.875rem;
  font-weight: 600;
}
.articleBoxHP.articleHowOnIt .title:before {
  content: "\e902";
}
.articleBoxHP.articleHowOnIt .articleBoxHP__inner {
  border: 1px solid #b6c7de;
}
.articleBoxHP.articleHowOnIt .articleBoxHP__inner .item--image {
  width: 2.5rem;
  margin-right: 0.75rem;
  display: block;
  text-align: center;
}
.articleBoxHP.articleHowOnIt .articleBoxHP__inner .item--name {
  font-size: 0.875rem;
  font-weight: 600;
}
.articleBoxHP.articleNews .title:before {
  content: "\e91f";
}
.articleBoxHP.articleNews .articleBoxHP__inner {
  padding: 1.25rem;
  gap: 10px 24px;
  border: 1px solid #b6c7de;
}
.articleBoxHP.articleNews .articleBoxHP__inner .articleBoxHP__item {
  padding: 0;
  align-items: unset;
  border: 0;
}
.articleBoxHP.articleNews .articleBoxHP__inner .item--image {
  width: 5.3125rem;
  display: block;
  text-align: center;
}
.articleBoxHP.articleNews .articleBoxHP__inner .item--article {
  width: calc(100% - 5.3125rem);
  padding-left: 0.9375rem;
  flex-grow: 1;
}
.articleBoxHP.articleNews .articleBoxHP__inner .article-name {
  margin-bottom: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
.articleBoxHP.articleNews .articleBoxHP__inner .article-info {
  font-size: 0.8125rem;
}
.articleBoxHP.articleNews .articleBoxHP__inner .article-info .date {
  display: inline-flex;
  align-items: center;
  color: #999;
}
.articleBoxHP.articleNews .articleBoxHP__inner .article-info .date:after {
  margin: 0 0.3125rem;
  content: "|";
}

.productBoxHP {
  margin-bottom: 1.5625rem;
  display: flex;
  flex-direction: column;
}
.productBoxHP .title {
  margin-bottom: 0.5625rem;
  display: flex;
  align-items: center;
  font-size: 1.375rem;
}
.productBoxHP .title:before {
  margin: 0 0.5625rem;
  vertical-align: middle;
  line-height: 24px;
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #7aabde;
}
.productBoxHP.productsNews .title:before {
  content: "\e91a";
  color: #7aabde;
}
.productBoxHP.productsPrepare .title:before {
  content: "\e91b";
  color: #7aabde;
}
.productBoxHP.productsSale .title:before {
  content: "\e91d";
  color: #7aabde;
}
.productBoxHP.productsAction .title:before {
  content: "\e91e";
  color: #7aabde;
}
.productBoxHP.productsWatch .title:before {
  content: "\e944";
  color: #7aabde;
}
.productBoxHP .productBoxHP__inner {
  margin-bottom: 0.4375rem;
  padding: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
  border: 1px solid #b6c7de;
}
.productBoxHP .productBoxHP__inner .productBoxHP__item {
  position: relative;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  background: #FFF;
}
.productBoxHP .productBoxHP__inner .productBoxHP__item.item--inBasket:before {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 11px;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  content: "\e907";
  font-family: "icomoon";
  font-size: 18px;
  color: #FFF;
  border-radius: 50%;
  background: #ff8400;
}
.productBoxHP .item--image .percent {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  min-width: 2.8125rem;
  text-align: center;
  line-height: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFF;
  background: #e64646;
}
.productBoxHP .item--image img {
  max-height: 85px;
  max-width: 85px;
}
.productBoxHP .item--product {
  padding-left: 0.9375rem;
  flex-grow: 1;
}
.productBoxHP .product-name a {
  min-height: 33px;
  margin-bottom: 0.3125rem;
  display: block;
  font-size: 0.9375rem;
}
.productBoxHP .item--inBasket .product-name a {
  padding-right: 35px;
}
.productBoxHP [class*=product-line] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productBoxHP.productsPrepare .product-line, .productBoxHP.productsWatch .product-line {
  display: grid;
}
.productBoxHP.productsPrepare .product-line .line-watchDog, .productBoxHP.productsWatch .product-line .line-watchDog {
  grid-column: 2;
  grid-row: 1/3;
  align-self: end;
  justify-self: end;
}
.productBoxHP .product-line1 {
  margin-bottom: 0.3125rem;
}
.productBoxHP .line-code .code {
  padding-right: 0.3125rem;
  font-size: 0.75rem;
}
.productBoxHP .line-code .codeVal {
  font-size: 0.8125rem;
  color: #666666;
}
.productBoxHP .line-stock {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1b811d;
}
.productBoxHP .line-price {
  padding-right: 0.625rem;
  font-size: 1.125rem;
}
.productBoxHP .line-price [class*=price] {
  display: block;
}
.productBoxHP .line-price .dateValidity {
  font-size: 0.8125rem;
}
.productBoxHP .line-price .dateValidityVal {
  font-size: 0.8125rem;
}
.productBoxHP.productsSale .line-price .pricecross, .productBoxHP.productsAction .line-price .pricecross, .productBoxHP.productBoxCustom .line-price .pricecross {
  text-decoration: line-through;
  font-size: 0.8125rem;
  color: #999999;
}
.productBoxHP.productsSale .line-price .pricecross strong, .productBoxHP.productsAction .line-price .pricecross strong, .productBoxHP.productBoxCustom .line-price .pricecross strong {
  font-weight: 400;
}
.productBoxHP.productsSale .line-price .price, .productBoxHP.productsAction .line-price .price, .productBoxHP.productBoxCustom .line-price .price {
  color: #db0d0d;
}
.productBoxHP.productBoxCustom .line-price .price {
  color: #1b1b1b;
}
.productBoxHP.productBoxCustom .item--action .line-price .price {
  color: #db0d0d;
}
.productBoxHP.productsAction .line-price, .productBoxHP.productBoxCustom .line-price {
  width: 100%;
  display: grid;
}
.productBoxHP.productsAction .line-price .price, .productBoxHP.productBoxCustom .line-price .price {
  display: inline-block;
}
.productBoxHP.productsAction .line-price .line-btn, .productBoxHP.productBoxCustom .line-price .line-btn {
  grid-column: 2;
  grid-row: 1/3;
  align-self: end;
  justify-self: end;
}
.productBoxHP .line-watchDog {
  display: flex;
  align-items: center;
}
.productBoxHP .line-watchDog .watch-dog-add {
  height: 26px;
  display: inline-block;
  text-decoration: none;
  font-size: 0;
}
.productBoxHP .line-watchDog .watch-dog-add:before {
  content: "\e944";
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #c8c8c8;
}
.productBoxHP .line-watchDog .watch-dog-add.activ:before {
  color: #0d4591;
}
.productBoxHP .line-watchDog .date {
  min-height: 26px;
  min-width: 75px;
  margin-left: 0.625rem;
  padding: 0.25rem 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #b6c7de;
  border-radius: 13px;
}
.productBoxHP .line-btn.btn {
  min-width: 85px;
  display: inline-flex;
  align-self: flex-end;
  background: #ff8400;
}

.is-mobile .productBoxHP .productBoxHP__inner .productBoxHP__item {
  height: 100%;
  flex-direction: column;
}
.is-mobile .productBoxHP .item--product {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.is-mobile .productBoxHP .item--product .product-name {
  flex-grow: 1;
}
.is-mobile .productBoxHP .item--image {
  padding-bottom: 0.625rem;
}
.is-mobile .productBoxHP [class*=product-line] {
  flex-direction: column;
}
.is-mobile .productBoxHP.productsPrepare .product-line, .is-mobile .productBoxHP.productsWatch .product-line {
  justify-content: center;
}
.is-mobile .productBoxHP.productsPrepare .product-line .line-watchDog, .is-mobile .productBoxHP.productsWatch .product-line .line-watchDog {
  margin-top: 0.46875rem;
  grid-column: 1;
  grid-row: 3;
  align-self: unset;
  justify-self: unset;
}
.is-mobile .productBoxHP .product-line1 {
  flex-direction: column;
}
.is-mobile .productBoxHP .line-price {
  padding-right: 0;
}
.is-mobile .productBoxHP.productsAction .line-price, .is-mobile .productBoxHP.productBoxCustom .line-price {
  width: auto;
}
.is-mobile .productBoxHP.productsAction .line-price .price, .is-mobile .productBoxHP.productBoxCustom .line-price .price {
  display: block;
}
.is-mobile .productBoxHP.productsAction .line-price .line-btn, .is-mobile .productBoxHP.productBoxCustom .line-price .line-btn {
  grid-column: 1;
  grid-row: 3;
  align-self: unset;
  justify-self: unset;
}
.is-mobile .productBoxHP .line-btn.btn {
  margin-top: 0.46875rem;
  align-self: unset;
}
.is-mobile .productBoxHP .owl-controls {
  padding-top: 0.625rem;
}
.is-mobile .productBoxHP .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -30px;
}
.is-mobile .productBoxHP .owl-controls .owl-nav [class*=owl] {
  position: absolute;
  height: 60px;
  width: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  background: #8d8d8d;
  border-radius: 0;
}
.is-mobile .productBoxHP .owl-controls .owl-nav [class*=owl]:before {
  line-height: 60px;
  font-family: icomoon;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
.is-mobile .productBoxHP .owl-controls .owl-nav .owl-prev {
  left: -9px;
}
.is-mobile .productBoxHP .owl-controls .owl-nav .owl-prev:before {
  content: "\e90c";
}
.is-mobile .productBoxHP .owl-controls .owl-nav .owl-next {
  right: -9px;
}
.is-mobile .productBoxHP .owl-controls .owl-nav .owl-next:before {
  content: "\e90b";
}
.is-mobile .productBoxHP .owl-controls .owl-dots .owl-dot span {
  margin: 0.3125rem 0.78125rem;
  background: #dee5f0;
}
.is-mobile .productBoxHP .owl-controls .owl-dots .owl-dot.active span, .is-mobile .productBoxHP .owl-controls .owl-dots .owl-dot:hover span {
  background: #7aabde;
}

.productsTopSale {
  padding: 0.625rem 0;
  border: 1px solid #b6c7de;
}
.productsTopSale .title {
  margin-bottom: 0;
  padding-left: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.productsTopSale .productBoxHP__inner {
  border: 0;
}
.productsTopSale .productBoxHP__link {
  margin: auto;
}
.productsTopSale .productBoxHP__link:before {
  content: "\e909";
}
.productsTopSale .productBoxHP__link.link-hide:before {
  content: "\e90a";
}

.modal--basic {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__ucHome {
  position: relative;
  min-width: 525px;
  display: flex;
  flex-direction: column;
  background: #FFF;
}
.modal__ucHome .ucHome__title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.modal__ucHome .ucHome__info {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.modal__ucHome .ucHome__inner {
  max-height: 570px;
  margin-bottom: 1.25rem;
  overflow: auto;
}
.modal__ucHome .ucHome__inner .inner--block {
  position: relative;
  margin-bottom: 0.625rem;
  padding: 0 2.8125rem 0 1.875rem;
}
.modal__ucHome .ucHome__inner .inner--block .block-title {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
}
.modal__ucHome .ucHome__inner .inner--block .block-title:before {
  margin-right: 0.3125rem;
  font-family: "icomoon";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}
.modal__ucHome .ucHome__inner .inner--block:hover .block-title, .modal__ucHome .ucHome__inner .inner--block.active .block-title {
  font-weight: 600;
  color: #1b1b1b;
}
.modal__ucHome .ucHome__inner .inner--block:hover .block-title:before, .modal__ucHome .ucHome__inner .inner--block.active .block-title:before {
  font-weight: 400;
}
.modal__ucHome .ucHome__inner .inner--block .block-inner {
  display: grid;
  padding: 0.5rem;
  gap: 6px 6px;
  border: 1px solid #f0f3f8;
  background: #FFF;
}
.modal__ucHome .ucHome__inner .inner--block .block-inner p {
  background: #f0f3f8;
}
.modal__ucHome .ucHome__inner .inner--block:hover .block-inner, .modal__ucHome .ucHome__inner .inner--block.active .block-inner {
  border: 1px dashed #b6c7de;
  background: #f0f3f8;
}
.modal__ucHome .ucHome__inner .inner--block:hover .block-inner p, .modal__ucHome .ucHome__inner .inner--block.active .block-inner p {
  background: #dae3ee;
}
.modal__ucHome .ucHome__inner .inner--block.block__art .block-inner {
  grid-template-columns: repeat(2, 1fr);
}
.modal__ucHome .ucHome__inner .inner--block.block__art .block-inner p {
  height: 26px;
}
.modal__ucHome .ucHome__inner .inner--block.block__prod .block-inner {
  grid-template-columns: repeat(2, 1fr);
}
.modal__ucHome .ucHome__inner .inner--block.block__prod .block-inner p {
  height: 18px;
}
.modal__ucHome .ucHome__inner .inner--block.block__tab .block-inner {
  gap: 2px 0;
}
.modal__ucHome .ucHome__inner .inner--block.block__tab .block-inner p {
  height: 8px;
}
.modal__ucHome .ucHome__inner .inner--block.block__tab .block-inner p:first-child {
  height: 19px;
}
.modal__ucHome .ucHome__inner .inner--block .block-check {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 3px;
}
.modal__ucHome .ucHome__inner .inner--block .block-move {
  position: absolute;
  top: 50%;
  right: 17px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.modal__ucHome .ucHome__inner .inner--block .block-move:before {
  font-family: "icomoon";
  line-height: 15px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #c8c8c8;
}
.modal__ucHome .ucHome__inner .inner--block .block-move.up {
  margin-top: -10px;
}
.modal__ucHome .ucHome__inner .inner--block .block-move.up:before {
  content: "\e90a";
}
.modal__ucHome .ucHome__inner .inner--block .block-move.down {
  margin-top: 10px;
}
.modal__ucHome .ucHome__inner .inner--block .block-move.down:before {
  content: "\e909";
}
.modal__ucHome .ucHome__inner .inner--block:hover .block-move:before {
  color: #1b1b1b;
}
.modal__ucHome .ucHome__inner .inner--block__active .block-title {
  font-weight: 600;
  color: #1b1b1b;
}
.modal__ucHome .ucHome__inner .inner--block__active .block-title:before {
  font-weight: 400;
}
.modal__ucHome .ucHome__inner .inner--block__active .block-inner {
  border: 1px solid #b6c7de;
  background: #f0f3f8;
}
.modal__ucHome .ucHome__inner .inner--block__active .block-inner p {
  background: #dae3ee;
}
.modal__ucHome .inner--block__1 .block-title:before {
  content: "\e90f";
}
.modal__ucHome .inner--block__2 .block-title:before {
  content: "\e902";
}
.modal__ucHome .inner--block__3 .block-title:before {
  content: "\e910";
}
.modal__ucHome .inner--block__4 .block-title:before {
  content: "\e915";
}
.modal__ucHome .inner--block__5 .block-title:before {
  content: "\e918";
}
.modal__ucHome .inner--block__6 .block-title:before {
  content: "\e91a";
}
.modal__ucHome .inner--block__7 .block-title:before {
  content: "\e91b";
}
.modal__ucHome .inner--block__8 .block-title:before {
  content: "\e91d";
}
.modal__ucHome .inner--block__9 .block-title:before {
  content: "\e91e";
}
.modal__ucHome .inner--block__10 .block-title:before {
  content: "\e91f";
}
.modal__ucHome .inner--block__11 .block-title:before {
  content: "\e944";
}
.modal__ucHome .ucHome__btn {
  min-width: 105px;
  margin-left: auto;
  text-decoration: none;
  color: #FFF;
}

/* Module: 10 ucHeadLine */
#head-line {
  margin-bottom: 1.5625rem;
}
#head-line h1 {
  display: inline-block;
  font-size: 1.75rem;
}
#head-line h1 .item-count {
  margin-left: 0.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #666;
}
#head-line .add-favorites {
  text-decoration: none;
  font-size: 0;
}
#head-line .add-favorites:before {
  margin-left: 0.3125rem;
  content: "\e92a";
  font-family: "icomoon";
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #7e9ec8;
}
#head-line .add-favorites.active:before {
  content: "\e92b";
}

/* Module: 9 ucCategoryParent */
#CategoryParent {
  position: relative;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}
.body-category #CategoryParent, .body-item #CategoryParent, .body-search #CategoryParent, .body-article #CategoryParent {
  direction: rtl;
}
.body-category #CategoryParent a p, .body-item #CategoryParent a p, .body-search #CategoryParent a p, .body-article #CategoryParent a p {
  direction: ltr;
}
.body-article #CategoryParent a {
  direction: ltr;
}
#CategoryParent.menu-open {
  overflow: unset;
  direction: unset !important;
}
#CategoryParent.menu-open a p {
  direction: unset !important;
}
#CategoryParent.menu-open #CategoryPar {
  flex-direction: unset !important;
}

#pnReclamation #CategoryPar > span:last-child {
  xdisplay: none;
}

#CategoryPar {
  margin-bottom: 1.875rem;
  display: inline-flex;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid #b6c7de;
  border-right: 0;
}
.body-category #CategoryPar, .body-item #CategoryPar, .body-search #CategoryPar, .body-article #CategoryPar {
  margin-right: 17px;
  flex-direction: row-reverse;
}
.body-category #CategoryPar span:nth-child(1), .body-item #CategoryPar span:nth-child(1), .body-search #CategoryPar span:nth-child(1), .body-article #CategoryPar span:nth-child(1) {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 0;
  border-left: 1px solid #b6c7de;
  background: #f0f3f8;
}
.body-category #CategoryPar span:nth-child(1) > a:before, .body-item #CategoryPar span:nth-child(1) > a:before, .body-search #CategoryPar span:nth-child(1) > a:before, .body-article #CategoryPar span:nth-child(1) > a:before {
  background: #f0f3f8;
}
.body-category #CategoryPar span:nth-child(2), .body-item #CategoryPar span:nth-child(2), .body-search #CategoryPar span:nth-child(2), .body-article #CategoryPar span:nth-child(2) {
  margin-left: 32px;
}
#CategoryPar span .level-2 {
  position: absolute;
  top: 32px;
  left: 33px;
  width: calc(100% - 33px);
  padding: 20px 30px;
  display: none;
  column-count: 4;
  background: #FFF;
  border: 1px solid #b6c7de;
}
#CategoryPar span .level-2 li {
  padding-bottom: 5px;
}
#CategoryPar span .level-2 li a {
  font-size: 0.875rem;
  font-weight: 600;
}
#CategoryPar span .level-2 li a label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
}
#CategoryPar span .level-2 .level-3 {
  position: static;
  padding: 5px 0 0 0;
  display: block;
  background: unset;
  border: unset;
}
#CategoryPar span .level-2 .level-3 li {
  padding-left: 15px;
}
#CategoryPar span .level-3 {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  display: none;
  background: #FFF;
  border: 1px solid #b6c7de;
}
#CategoryPar span .level-3 li {
  padding: 0 0 5px 0;
}
#CategoryPar span .level-3 li a {
  font-weight: 500;
}
#CategoryPar span .level-3 li a label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
}
#CategoryParent.menu-open #CategoryPar .level-2, #CategoryParent.menu-open #CategoryPar .level-3 {
  display: block;
  direction: initial;
}
#CategoryParent.menu-open #CategoryPar .active {
  position: static;
  z-index: 9;
}
#CategoryParent.menu-open #CategoryPar .active > a {
  z-index: 9;
  background: #FFF;
}
#CategoryParent.menu-open #CategoryPar .active > a:before {
  display: none;
}
#CategoryParent.menu-open #CategoryPar span[data-level="2"].active {
  position: relative;
}
#CategoryParent.menu-open #CategoryPar span[data-level="2"].active .level-3 {
  width: 265px;
}
#CategoryPar span > a {
  position: relative;
  height: 32px;
  padding-left: 25px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#CategoryPar span > a:before {
  position: absolute;
  top: 4px;
  right: -11px;
  padding: 11.5px;
  display: inline-block;
  content: "";
  transform: rotate(-45deg);
  border: solid #b6c7de;
  border-width: 0 1px 1px 0;
}
#CategoryPar span > a .item-count {
  margin-left: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
#CategoryPar span.has-submenu > a {
  position: relative;
  height: 32px;
  padding-left: 25px;
  padding-right: 72px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#CategoryPar span.has-submenu > a strong {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
  display: block;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  color: #ff8400;
}
#CategoryPar span.has-submenu > a strong:before {
  content: "\e909";
  font-family: "icomoon";
  line-height: 32px;
  font-size: 32px;
}
#CategoryPar span.has-submenu.active > a {
  border: 1px solid #b6c7de;
  border-bottom: 0;
}
#CategoryPar span.has-submenu.active > a strong:before {
  content: "\e90a";
  color: #0d4591;
}
#CategoryPar > span:first-child {
  font-size: 0;
}
#CategoryPar > span:first-child:after {
  display: none;
}
#CategoryPar > span:first-child > a {
  height: 32px;
  width: 32px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}
#CategoryPar > span:first-child > a:after {
  position: relative;
  z-index: 2;
  padding: 0;
  content: "\e900";
  font-family: "icomoon";
  line-height: 32px;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #0d4591;
}

/* Module: 223 ucBookPopup */
.askform-wrap {
  min-width: 630px;
}
.askform-wrap .askform-wrap__title {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
}
.askform-wrap .askform-wrap__text {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.askform-wrap .askform-name {
  padding-bottom: 1.25rem;
}
.askform-wrap .askform-name .text {
  display: none;
}
.askform-wrap .askform-name .val {
  font-size: 0.875rem;
  font-weight: 600;
}
.askform-wrap.type-group-11 .askform-name {
  padding-bottom: 0.1875rem;
}
.askform-wrap.type-group-11 .askform-name .text {
  padding-right: 0.3125rem;
  display: inline-block;
  font-size: 0.75rem;
}
.askform-wrap .askform-code {
  display: none;
}
.askform-wrap.type-group-11 .askform-code {
  display: block;
}
.askform-wrap.type-group-11 .askform-code .text {
  padding-right: 0.3125rem;
  display: inline-block;
  font-size: 0.75rem;
}
.askform-wrap.type-group-11 .askform-code .val {
  font-size: 0.875rem;
  font-weight: 600;
}
.askform-wrap .askform-count .text {
  padding-right: 0.3125rem;
  display: inline-block;
  font-size: 0.75rem;
}
.askform-wrap .askform-count .val {
  font-size: 0.875rem;
  font-weight: 600;
}
.askform-wrap #askFormMessage {
  padding-top: 0.625rem;
  font-size: 0.875rem;
}
.askform-wrap #askMeFormPopUp table td {
  padding-bottom: 0.625rem;
}
.askform-wrap #askMeFormPopUp .ask-textarea {
  height: 80px;
  width: 100%;
  font-size: 13px;
}
.askform-wrap #askMeFormPopUp .row-email .row-email__text {
  padding: 0.625rem 0;
  font-size: 0.875rem;
}
.askform-wrap #askMeFormPopUp .row-email input {
  height: 28px;
  width: 100%;
  font-size: 13px;
  color: #1b1b1b;
}
.askform-wrap #askMeFormPopUp .row-text.select-count td {
  padding-top: 0.9375rem;
  display: flex;
  align-items: center;
}
.askform-wrap #askMeFormPopUp .row-text.select-count td .select-count__input {
  margin: 0 0.3125rem;
}
.askform-wrap #askMeFormPopUp .row-submit .btn {
  margin-left: auto;
  text-transform: uppercase;
}
.askform-wrap #askMeFormPopUp .error-msg {
  position: relative;
  margin: 0.25rem 0;
  padding: 0.125rem 0 0.125rem 1.5625rem;
  display: block;
  font-size: 0.75rem;
  color: #db0d0d;
}
.askform-wrap #askMeFormPopUp .error-msg:before {
  position: absolute;
  top: -0.125rem;
  left: 0;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: 400;
  content: "\e92c";
}

.content-favorites {
  width: 630px;
}
.content-favorites h3 {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
}
.content-favorites .favorites__info-text-group {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.content-favorites .favorites__info-text-group a {
  text-decoration: none;
  font-weight: 600;
  color: #0d4591;
}
.content-favorites .favorites_block {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-favorites .favorites_block .favorites__group {
  display: flex;
  flex-wrap: wrap;
}
.content-favorites .favorites_block .favorites__group .group-name {
  margin: 0.3125rem 0.625rem 0.3125rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #f0f3f8;
  border: 1px solid #b6c7de;
}
.content-favorites .favorites_block .favorites__group .group-name input[type=radio] {
  margin: 0 0.375rem;
}
.content-favorites .favorites_block .favorites__group .group-name span {
  padding: 0.3125rem 0.5rem;
  display: block;
  font-size: 0.8125rem;
  border-left: 1px solid #b6c7de;
}
.content-favorites .favorites_block .favorites__new-group .new-group__add {
  margin: 0.3125rem 0 0.3125rem 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d4591;
}
.content-favorites .favorites_block .favorites__new-group .new-group__add:before {
  margin-right: 0.375rem;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  content: "\e938";
  color: #ff8400;
}
.content-favorites .favorites_block .favorites__new-group .new-group__input {
  display: flex;
  align-items: center;
}
.content-favorites .favorites_block .favorites__new-group .new-group__input input[type=text] {
  height: 28px;
  border-right: 0;
}
.content-favorites .favorites_block .favorites__new-group .new-group__input [class*=new-group__input] {
  margin: 0;
  padding: 0;
  font-size: 0;
  background: none;
  border: 0;
}
.content-favorites .favorites_block .favorites__new-group .new-group__input [class*=new-group__input]:before {
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
}
.content-favorites .favorites_block .favorites__new-group .new-group__input .new-group__input_save {
  height: 28px;
  width: 28px;
  margin-right: 0.625rem;
  background: #0d4591;
}
.content-favorites .favorites_block .favorites__new-group .new-group__input .new-group__input_save:before {
  content: "\e92d";
  color: #FFF;
}
.content-favorites .favorites_block .favorites__new-group .new-group__input .new-group__input_reset {
  height: 20px;
  width: 20px;
}
.content-favorites .favorites_block .favorites__new-group .new-group__input .new-group__input_reset:before {
  font-size: 20px;
  content: "\e920";
  color: #c7c7c7;
}
.content-favorites .favorites_block .favorites__new-group .new-group__save label {
  margin: 0.3125rem 0.625rem 0.3125rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #f0f3f8;
  border: 1px solid #b6c7de;
}
.content-favorites .favorites_block .favorites__new-group .new-group__save label input[type=radio] {
  margin: 0 0.375rem;
}
.content-favorites .favorites_block .favorites__new-group .new-group__save label span {
  padding: 0.3125rem 0.5rem;
  display: block;
  font-size: 0.8125rem;
  border-left: 1px solid #b6c7de;
}
.content-favorites .favorites__commodity {
  font-weight: 600;
}
.content-favorites .favorites__commodity a {
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
}
.content-favorites .favorites__count {
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.content-favorites .favorites__count .favorites__count_unit {
  padding: 0 0.9375rem 0 0.625rem;
  font-size: 0.8125rem;
}
.content-favorites .favorites__count .spinbutton {
  height: 28px;
  width: 34px;
  padding: 0 3px;
  text-align: center;
  font-size: 13px;
  color: #1b1b1b;
}
.content-favorites .favorites__count .insered.btn {
  text-transform: uppercase;
  color: #1b1b1b;
  border: 1px solid #b6c7de;
  background: #FFF;
  box-shadow: unset;
}
.content-favorites .favorites__count .insered.btn:before {
  margin-right: 5px;
  content: "\e92d";
  line-height: 16px;
  font-family: "icomoon";
  font-size: 16px;
}
.content-favorites .favorites__count .btn.close-btn.add-to-favorites {
  margin: 10px 0;
}

.body-portal-profil-edit .content-favorites.fancybox-content,
[class*=body-basket] .content-favorites.fancybox-content {
  min-width: unset;
  width: 495px;
  text-align: center;
}
.body-portal-profil-edit .content-favorites.fancybox-content h3,
[class*=body-basket] .content-favorites.fancybox-content h3 {
  font-weight: 600;
}
.body-portal-profil-edit .content-favorites.fancybox-content .content,
[class*=body-basket] .content-favorites.fancybox-content .content {
  font-size: 0.875rem;
}
.body-portal-profil-edit .content-favorites.fancybox-content .tright,
[class*=body-basket] .content-favorites.fancybox-content .tright {
  padding-top: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-portal-profil-edit .content-favorites.fancybox-content .tright .btn,
[class*=body-basket] .content-favorites.fancybox-content .tright .btn {
  margin: 0 0.3125rem;
  text-transform: uppercase;
}
.body-portal-profil-edit .content-favorites.fancybox-content .tright .close-btn,
[class*=body-basket] .content-favorites.fancybox-content .tright .close-btn {
  background: #e64646;
}

/* Module: 242 UcWatchDog */
.add-item-watchdog.fancybox-content, .remove-item-watchdog.fancybox-content {
  width: 630px;
}
.add-item-watchdog.fancybox-content .watchdog-simple-mode h3.title, .remove-item-watchdog.fancybox-content .watchdog-simple-mode h3.title {
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
}
.add-item-watchdog.fancybox-content .watchdog-simple-mode .info, .remove-item-watchdog.fancybox-content .watchdog-simple-mode .info {
  font-size: 0.875rem;
}
.add-item-watchdog.fancybox-content .watchdog-simple-mode .info strong, .remove-item-watchdog.fancybox-content .watchdog-simple-mode .info strong {
  font-weight: 600;
}
.add-item-watchdog.fancybox-content .watchdog-simple-mode .name strong, .remove-item-watchdog.fancybox-content .watchdog-simple-mode .name strong {
  font-size: 0.875rem;
  font-weight: 600;
}
.add-item-watchdog.fancybox-content .watchdog-simple-mode .bottom, .remove-item-watchdog.fancybox-content .watchdog-simple-mode .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.add-item-watchdog.fancybox-content .watchdog-simple-mode .bottom .row-submit, .remove-item-watchdog.fancybox-content .watchdog-simple-mode .bottom .row-submit {
  padding-top: 1.25rem;
  display: flex;
}
.add-item-watchdog.fancybox-content .watchdog-simple-mode .bottom .row-submit .btn-red, .remove-item-watchdog.fancybox-content .watchdog-simple-mode .bottom .row-submit .btn-red {
  margin-right: 0.625rem;
  background: #e64646;
}

.NextPageLoading {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  height: 95px;
  width: 110px;
  margin-left: -42.5px;
  margin-top: -55px;
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(107, 107, 107, 0.7);
  border-radius: 7px;
}

.NextPageLoading span {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0px auto;
  display: block;
}

.NextPageLoading span:before {
  padding-top: 100%;
  display: block;
  content: "";
}

.NextPageLoading label {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
}

.NextPageLoading .circular-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
}

.NextPageLoading .loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #FFF;
  }
  40% {
    stroke: #FFF;
  }
  66% {
    stroke: #FFF;
  }
  80%, 90% {
    stroke: #FFF;
  }
}
@keyframes color {
  0% {
    stroke: #FFF;
  }
  40% {
    stroke: #FFF;
  }
  66% {
    stroke: #FFF;
  }
  80%, 90% {
    stroke: #FFF;
  }
}
/* FB - fotogalerie detail  */
.purchaseStatistics {
  background: #FFF;
}
.purchaseStatistics h4.title {
  font-size: 1.125rem;
}
.purchaseStatistics .inner--tab th, .purchaseStatistics .inner--tab td {
  padding: 0.625rem 0.625rem;
}
.purchaseStatistics .inner--tab th {
  border-bottom: 3px solid #e2e2e2;
}
.purchaseStatistics .inner--tab td {
  border-bottom: 1px solid #e2e2e2;
  background: #f0f3f8;
}
.purchaseStatistics .inner--tab tbody tr:nth-child(4n+1) td {
  background: #FFF;
}
.purchaseStatistics .inner--tab.fancy-topsale__table tbody tr:nth-child(odd) td {
  background: #FFF;
}
.purchaseStatistics .inner--tab .tab-1 {
  width: 1.625rem;
  padding-right: 0;
  text-align: right;
}
.purchaseStatistics .inner--tab .tab-1 .tabOpen {
  height: 16px;
  width: 16px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.purchaseStatistics .inner--tab .tab-1 .tabOpen:before {
  line-height: 16px;
  content: "\e90d";
  font-family: "icomoon";
  font-size: 16px;
  font-weight: 400;
  color: #0d4591;
}
.purchaseStatistics .inner--tab .tab-1 .tabOpen.active:before {
  content: "\e90e";
}
.purchaseStatistics .inner--tab .tab-2 {
  padding-left: 0.625rem;
  color: #0d4591;
}
.purchaseStatistics .inner--tab .tab-3 {
  width: 7.8125rem;
  text-align: center;
}
.purchaseStatistics .inner--tab .tab-4 {
  width: 10.3125rem;
  padding-right: 2.5rem;
  text-align: center;
}
.purchaseStatistics .inner--tab .tabStat {
  display: none;
}
.purchaseStatistics .inner--tab .tabStat.active {
  display: table-row;
}
.purchaseStatistics .inner--tab .tabStat .tabStat__inner {
  padding: 0.625rem 0 1.25rem 1.6875rem;
  background: #FFF;
}
.purchaseStatistics .inner--tab .tabStat .tabStat__inner tbody tr:nth-child(odd) td {
  background: #FFF;
}
.purchaseStatistics .inner--tab .tabStat .tabS-2 {
  text-align: right;
}
.purchaseStatistics .inner--tab .tabStat .tabS-3 {
  text-align: center;
}
.purchaseStatistics .inner--tab .tabStat .tabS-4 {
  text-align: right;
  font-weight: 700;
}
.purchaseStatistics .inner--tab .tabStat .tabS-5 {
  padding-left: 12.5rem;
  padding-right: 0.9375rem;
  text-align: right;
}
.purchaseStatistics .inner--tab .tabStat .tabS-5 a {
  height: 16px;
  width: 16px;
  display: inline-block;
  text-decoration: none;
}
.purchaseStatistics .inner--tab .tabStat .tabS-5 a:before {
  line-height: 16px;
  content: "\e904";
  font-family: "icomoon";
  font-size: 20px;
  font-weight: 400;
  color: #0d4591;
}

/* Module: 459 ucBasicFilterByMonth */
.filter-by-month {
  margin-bottom: 1.5625rem;
  border: 1px solid #b6c7de;
  border-bottom: 0;
}
.filter-by-month .filter-by-month__block {
  border-bottom: 1px solid #b6c7de;
  background: #e6ecf6;
}
.filter-by-month .filter-by-month_h3 {
  position: relative;
  padding: 0.8125rem 0.625rem 0.8125rem 2.25rem;
  cursor: pointer;
  font-size: 1rem;
  color: #0d4591;
}
.filter-by-month .filter-by-month_h3:before {
  position: absolute;
  top: 14px;
  left: 10px;
  content: "\e909";
  font-family: "icomoon";
  line-height: 18px;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #ff8400;
}
.filter-by-month .filter-by-month__block.active .filter-by-month_h3:before {
  content: "\e90a";
}
.filter-by-month .filter-by-month__list {
  background: #FFF;
}
.filter-by-month .filter-by-month__list li {
  position: relative;
  border-top: 1px solid #b6c7de;
}
.filter-by-month .filter-by-month__list li.active {
  background: #f0f3f8;
}
.filter-by-month .filter-by-month__list li > a {
  margin: 0 0.625rem 0 2.1875rem;
  padding: 0.375rem 0 0.375rem 0;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d4591;
}
.filter-by-month .filter-by-month__list li > a span {
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
}
.filter-by-month .filter-by-month__list li .filter-by-month__list_open {
  position: absolute;
  top: 6px;
  left: 9px;
  height: 16px;
  width: 16px;
  display: block;
  text-align: center;
  line-height: 16px;
  font-size: 0;
  cursor: pointer;
  color: #FFF;
  border-radius: 50%;
  background: #7aabde;
}
.filter-by-month .filter-by-month__list li .filter-by-month__list_open:before {
  line-height: 17px;
  content: "\e922";
  font-family: "icomoon";
  font-size: 9px;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
.filter-by-month .filter-by-month__list li.active .filter-by-month__list_open:before {
  content: "\e923";
}
.filter-by-month .filter-by-month__list_sub {
  background: #f0f3f8;
}
.filter-by-month .filter-by-month__list_sub li a {
  margin-left: 2.8125rem;
}

/* Module: 460 BasicFilterByMonthCatalog */
.filter-by-month-catalog {
  margin-bottom: 0.9375rem;
}
.filter-by-month-catalog h1 {
  margin-bottom: 1.5625rem;
  display: inline-block;
  font-size: 1.75rem;
}
.filter-by-month-catalog h1 span {
  font-weight: 400;
  font-size: 1.5rem;
}
.filter-by-month-catalog h1 span:before {
  content: ",";
}
.filter-by-month-catalog .filter-by-month-catalog__filtermonth {
  margin-bottom: 0.9375rem;
}
.filter-by-month-catalog .filter-by-month-catalog__filtermonth .filter-by-month-catalog__filtermonth_h3,
.filter-by-month-catalog .filter-by-month-catalog__filtermonth .filter-by-month-catalog__filtercat_h3 {
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
}
.filter-by-month-catalog .filter-by-month-catalog__month {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.625rem;
}
.filter-by-month-catalog .filter-by-month-catalog__month li {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b6c7de;
  background: #e6ecf6;
}
.filter-by-month-catalog .filter-by-month-catalog__month li.active {
  border: 1px solid #0d4591;
  background: #0d4591;
}
.filter-by-month-catalog .filter-by-month-catalog__month li.active a {
  color: #FFF;
}
.filter-by-month-catalog .filter-by-month-catalog__month li a {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d4591;
}
.filter-by-month-catalog .filter-by-month-catalog__month li a span {
  margin-left: 0.3125rem;
  padding: 0.0625rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
  background: #FFF;
  border-radius: 10px;
}
.filter-by-month-catalog .filter-by-month-catalog__cat {
  display: flex;
  flex-wrap: wrap;
}
.filter-by-month-catalog .filter-by-month-catalog__cat li {
  min-height: 32px;
  margin: 0 0.625rem 0.625rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b6c7de;
  background: #e6ecf6;
}
.filter-by-month-catalog .filter-by-month-catalog__cat li.active {
  border: 1px solid #0d4591;
  background: #0d4591;
}
.filter-by-month-catalog .filter-by-month-catalog__cat li.active a, .filter-by-month-catalog .filter-by-month-catalog__cat li.active span {
  color: #FFF;
}
.filter-by-month-catalog .filter-by-month-catalog__cat li a {
  padding: 0 1.25rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d4591;
}
.filter-by-month-catalog .filter-by-month-catalog__cat li a span {
  margin-left: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
}
.filter-by-month-catalog .filter-by-month-catalog__cat .filter-by-month-catalog__filtercat_show-more {
  min-height: unset;
  width: 100%;
  margin: 0;
  padding-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 0;
  border-top: 1px solid #b6c7de;
  background: none;
}
.filter-by-month-catalog .filter-by-month-catalog__cat .filter-by-month-catalog__filtercat_show-more a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.filter-by-month-catalog .filter-by-month-catalog__cat .filter-by-month-catalog__filtercat_show-more a:before {
  margin-right: 0.1875rem;
  content: "\e909";
  font-family: "icomoon";
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ff8400;
}
.filter-by-month-catalog .filter-by-month-catalog__cat.active .filter-by-month-catalog__filtercat_show-more a:before {
  content: "\e90a";
}
.filter-by-month-catalog .filter-by-month-catalog__filter {
  margin: 0.625rem 0 0.9375rem;
}
.filter-by-month-catalog .filter-by-month-catalog__filter .filter-by-month-catalog__filter_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter-by-month-catalog .filter-by-month-catalog__filter .filter-by-month-catalog__filter_list li {
  margin: 0 0.625rem 0.3125rem 0;
  padding: 0.1875rem 0.625rem;
  display: inline-block;
  font-size: 0.8125rem;
  background: #666666;
  border-radius: 3px;
}
.filter-by-month-catalog .filter-by-month-catalog__filter .filter-by-month-catalog__filter_list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.35;
  color: #FFF;
}
.filter-by-month-catalog .filter-by-month-catalog__filter .filter-by-month-catalog__filter_list li a:after {
  margin-left: 0.625rem;
  content: "\e939";
  font-family: "icomoon";
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.filter-by-month-catalog .filter-by-month-catalog__filter .filter-by-month-catalog__filter_list .filter-by-month-catalog__filter_removeall {
  font-size: 0.75rem;
  border-radius: 3px;
  background: #FFF;
  border: 1px solid #f2d3d3;
}
.filter-by-month-catalog .filter-by-month-catalog__filter .filter-by-month-catalog__filter_list .filter-by-month-catalog__filter_removeall a {
  text-transform: uppercase;
  color: #db0d0d;
}
.filter-by-month-catalog .filter-by-month-catalog__filter .filter-by-month-catalog__filter_list .filter-by-month-catalog__filter_removeall a:after {
  display: none;
}

.producersBox {
  margin: 0 0 0 1.4375rem;
  border-left: 1px solid #0d4591;
}
.producersBox .sub-menu {
  width: 100%;
  display: none;
}
.producersBox .sub-menu.active {
  display: block;
}
.producersBox .cat-ico {
  height: 16px;
  width: 16px;
  margin-right: 0.375rem;
  display: block;
  text-align: center;
  line-height: 13px;
  cursor: pointer;
  border-radius: 50%;
  background: #ff8400;
}
.producersBox .cat-ico:before {
  line-height: 1;
  font-family: "icomoon";
  font-size: 9px;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}
.producersBox .cat-ico.ico-close:before {
  content: "\e922";
}
.producersBox .cat-ico.ico-open:before {
  content: "\e923";
}
.producersBox li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.producersBox a {
  font-weight: 600;
}
.producersBox .item-count {
  padding-left: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
}
.producersBox .sub-menu {
  margin-left: 0.4375rem;
  border-left: 1px solid #0d4591;
}
.producersBox .level-1 {
  position: relative;
  padding-left: 1.3125rem;
}
.producersBox .level-1:before {
  position: absolute;
  top: 15px;
  left: 0;
  height: 1px;
  width: 14px;
  content: "";
  background: #0d4591;
}
.producersBox .level-1 > a {
  margin: 0 0.625rem 0 0;
  padding: 0.375rem 0;
  display: block;
}
.producersBox .level-2 {
  position: relative;
  padding-left: 1.3125rem;
}
.producersBox .level-2:before {
  position: absolute;
  top: 15px;
  left: 0;
  height: 1px;
  width: 14px;
  content: "";
  background: #0d4591;
}
.producersBox .level-2 > a {
  margin: 0 0.625rem 0 0;
  padding: 0.375rem 0;
  display: block;
}
.producersBox .level-3 {
  position: relative;
  padding-left: 1.3125rem;
}
.producersBox .level-3:before {
  position: absolute;
  top: 15px;
  left: 0;
  height: 1px;
  width: 14px;
  content: "";
  background: #0d4591;
}
.producersBox .level-3 > a {
  margin: 0 0.625rem 0 0;
  padding: 0.375rem 0;
  display: block;
}

.flow-menu {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
}
.flow-menu .flow-menu__inner {
  min-height: 80px;
  max-width: 1230px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flow-menu .flow-menu__inner-line {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.flow-menu .header__bot--logo .logo-svg {
  height: 43px;
}
.flow-menu #basketBoxLite .row-basket.active:before {
  bottom: -7px;
  height: 0;
  width: 0;
  margin-left: -6px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-top: 6px solid #ff8400;
}
.flow-menu #basketBoxLite .row-basket.active:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  height: 0;
  width: 0;
  margin-left: -6px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-top: 6px solid #f0f3f8;
}
.flow-menu #CategoryParent {
  max-width: 1230px;
  width: 100%;
  padding-left: 315px;
  overflow: unset;
}
.flow-menu #CategoryParent #CategoryPar {
  margin-bottom: 10px;
  background: #f0f3f8;
}
.flow-menu #CategoryParent #CategoryPar span > a:before {
  background: #f0f3f8;
}
.flow-menu #CategoryParent #CategoryPar span:first-child > a:before {
  background: none;
}
.flow-menu #CategoryParent #CategoryPar span.has-submenu > a {
  border: 0 !important;
}
.flow-menu #CategoryParent #CategoryPar span.has-submenu.active {
  border-left: 1px solid #b6c7de;
}
.flow-menu #CategoryParent #CategoryPar span.has-submenu.active > a strong {
  border-right: 1px solid #b6c7de;
}
.body-category .flow-menu #CategoryParent #CategoryPar span:nth-child(1), .body-item .flow-menu #CategoryParent #CategoryPar span:nth-child(1), .body-search .flow-menu #CategoryParent #CategoryPar span:nth-child(1) {
  position: static;
  border-left: 0;
  background: unset;
}
.body-category .flow-menu #CategoryParent #CategoryPar span:nth-child(1) > a:before, .body-item .flow-menu #CategoryParent #CategoryPar span:nth-child(1) > a:before, .body-search .flow-menu #CategoryParent #CategoryPar span:nth-child(1) > a:before {
  background: unset;
}
.body-category .flow-menu #CategoryParent #CategoryPar span:nth-child(2), .body-item .flow-menu #CategoryParent #CategoryPar span:nth-child(2), .body-search .flow-menu #CategoryParent #CategoryPar span:nth-child(2) {
  margin-left: 0;
}
.flow-menu #CategoryParent #CategoryPar .level-3 {
  xtop: 32px;
  left: -1px;
}
.flow-menu #Whisperer {
  min-width: 425px;
}
@media all and (min-width: 300px) {
  .is-mobile .fancybox-custom-layout .fancybox-content {
    padding: 0 !important;
  }
  .is-mobile .fancybox-outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .is-mobile .fancybox-outer .fancybox-inner {
    position: static;
    width: 100%;
  }
  .is-mobile .fancybox-outer .fancybox-inner .fancybox-slide--image {
    xpadding: 44px 0 200px !important;
  }
  .is-mobile .fancybox-outer .fancybox-inner .fancybox-caption .fancybox-caption__body {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
  }
  .is-mobile .fancybox-outer .fancybox-inner .fancybox-infobar, .is-mobile .fancybox-outer .fancybox-inner .fancybox-progress {
    display: none;
  }
  .is-mobile .fancybox-outer .fancybox-inner .fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .is-mobile .fancybox-outer .fancybox-inner .fancybox-toolbar .fancybox-button {
    display: none;
    top: 5px;
    right: 5px;
    margin-left: 10px;
    padding: 7px;
    border: 1px solid #CCC;
  }
  .is-mobile .fancybox-outer .fancybox-inner .fancybox-toolbar .fancybox-button svg path {
    fill: #CCC !important;
  }
  .is-mobile .fancybox-outer .fancybox-inner .fancybox-toolbar .fancybox-button.fancybox-button--close {
    display: inline-block;
  }
  .is-mobile .fancybox-outer .fancybox-inner .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .is-mobile .fancybox-outer .fancybox-thumbs {
    top: auto;
    bottom: 105px;
    width: 100%;
    padding: 2px;
    display: none;
  }
  .is-mobile .fancybox-custom-layout .fancybox-button {
    top: calc(50% - 50px);
  }
  .is-mobile .fancybox-thumbs__list {
    overflow: auto !important;
  }
  .is-mobile .fancybox-thumbs__list a {
    max-height: calc(100% - 2px);
    max-width: calc(100% - 2px);
    display: inline-block;
    float: none !important;
    background: #FFF;
  }
  .is-mobile .fancybox-thumbs__list a:before {
    border: 1px solid #1b1b1b;
  }
}
@media all and (min-width: 800px) {
  /* Give space around main area */
  .fancybox-custom-layout .fancybox-outer {
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    margin: auto;
    max-width: 1180px;
    max-height: 805px;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
  }
  /* Make it to fade-out while closing */
  .fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity: 0;
  }
  /* Set color for background element */
  .fancybox-custom-layout .fancybox-bg {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity: 1;
  }
  /* Move caption area to the right side */
  .fancybox-custom-layout .fancybox-caption {
    z-index: 99999;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    visibility: visible !important;
    opacity: 1 !important;
    background: #333;
    pointer-events: all;
  }
  /* Adjust content area position */
  .fancybox-custom-layout .fancybox-caption .fancybox-caption__body {
    padding: 10px 20px;
    border: 0;
  }
  /* Align buttons at the right side  */
  .fancybox-custom-layout .fancybox-toolbar {
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: 39px;
    width: 39px;
    opacity: 1;
    visibility: visible;
    background: #333;
  }
  .fancybox-custom-layout.fancybox-show-thumbs .fancybox-toolbar {
    right: -211px;
  }
  .fancybox-custom-layout .fancybox-toolbar .fancybox-button {
    height: 39px;
    width: 39px;
  }
  .fancybox-custom-layout .fancybox-toolbar .fancybox-button--play {
    display: none !important;
  }
  .fancybox-custom-layout .fancybox-toolbar .fancybox-button--fullscreen {
    display: none !important;
  }
  .fancybox-custom-layout .fancybox-toolbar .fancybox-button--thumbs {
    display: none !important;
  }
  .fancybox-custom-layout .fancybox-toolbar .fancybox-button--download {
    display: none !important;
  }
  .fancybox-custom-layout .fancybox-toolbar .fancybox-button--zoom {
    display: none !important;
  }
  /* Remove background from all buttons */
  .fancybox-custom-layout .fancybox-button,
  .fancybox-custom-layout .fancybox-navigation button:before {
    background: transparent;
  }
  /* Change arrow color */
  .fancybox-custom-layout .fancybox-navigation button[disabled=""] {
    opacity: 0.5;
    cursor: default;
  }
  .fancybox-custom-layout .fancybox-navigation button {
    top: 0;
    height: 100%;
    margin-top: 0;
    color: #333 !important;
    padding: 10px;
  }
  /* Reposition arrows */
  .fancybox-custom-layout .fancybox-button div {
    height: 60px;
    width: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    background: #8d8d8d;
    border-radius: 0;
  }
  .fancybox-custom-layout .fancybox-button div:before {
    line-height: 60px;
    font-family: icomoon;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
  }
  .fancybox-custom-layout .fancybox-button--arrow_left div:before {
    content: "\e90c";
  }
  .fancybox-custom-layout .fancybox-button--arrow_right div:before {
    content: "\e90b";
  }
  .fancybox-custom-layout .fancybox-button div svg {
    display: none;
  }
  .fancybox-custom-layout.fancybox-custom-layout .fancybox-button--arrow_left {
    left: 0px;
  }
  .fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right: 0;
  }
  .fancybox-custom-layout .fancybox-infobar {
    top: auto;
    bottom: 0;
  }
  .fancybox-custom-layout .fancybox-thumbs {
    width: 215px;
    padding: 39px 2px 4px 7px;
    background: #333;
  }
  .fancybox-custom-layout .fancybox-thumbs .fancybox-thumbs__list a {
    height: 200px;
    width: 200px;
    max-width: calc(100% - 4px);
    margin: 1px 0.5px;
    display: block;
    float: none;
    background: #FFF;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fancybox-custom-layout .fancybox-thumbs .fancybox-thumbs__list a:before {
    border: 2px solid #4ea7f9;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 215px;
  }
}
@media (min-width: 1270px) {
  .unibody {
    max-width: 1270px;
  }
  .header__top,
  .header__bot,
  .unibody.content__loginPage,
  .unibody.footer__top,
  .unibody.footer__bot {
    max-width: none;
  }
}
@media (max-width: 1450px) {
  #freeBlock3 .scrollDown {
    bottom: 335px;
    right: 15px;
    margin-right: 0;
    font-size: 0;
    opacity: 0.75;
  }
}
@media (max-width: 1250px) {
  #Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-2 .mob-text {
    display: none;
    font-size: 0.8125rem;
    font-weight: 400;
  }
  #Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-3 {
    display: none;
  }
  #Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-4 {
    width: auto;
  }
  #Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab tr {
    padding: 0.46875rem 0;
    display: grid;
    grid-template-columns: calc(100% - 11.875rem) 11.875rem;
  }
  #Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-1 {
    padding: 0 0 0 0;
    grid-row: 1;
  }
  #Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-2 {
    padding: 0 0 0 0;
    grid-row: 2;
    text-align: left;
  }
  #Whisperer .whispProducts .whispProducts__item .product--discount .discount-tab .tab-4 {
    grid-row: 1/3;
  }
  #Whisperer .whispProducts .whispProducts__item .product--discount .frmBuyItem .btn {
    min-width: unset;
    width: 57px;
    padding: 0;
    font-size: 0;
  }
  #Whisperer .whispProducts .whispProducts__item .product--discount .frmBuyItem .btn:before {
    content: "\e907";
    font-family: "icomoon";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
  }
}
@media (max-width: 1100px) {
  .mob-text {
    display: inline-block;
  }
}
@media (max-width: 1050px) {
  .mobile-hidden {
    display: none !important;
  }
  .header__bot > .content {
    background: #0d4591;
  }
  .header__bot > .content:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    content: "";
    background: #FFF;
  }
  .header__bot > .content > .row {
    min-height: unset;
    display: grid;
    grid-template-columns: 7.5rem calc(100% - 7.5rem);
    align-items: unset;
    justify-content: unset;
  }
  .body-welcomepage .header__bot {
    min-height: 80px;
    padding-top: 10px;
    display: flex;
    background: #FFF;
  }
  .body-welcomepage .header__bot > .content {
    width: 100%;
    background: #FFF;
  }
  .body-welcomepage .header__bot > .content:before {
    display: none;
  }
  .body-welcomepage .header__bot > .content > .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content__main > .content > .row > .column-1 {
    width: 100%;
    padding-right: 0;
    display: none;
    background: #f0f3f8;
  }
  .content__main > .content > .row > .column-2 {
    width: 100%;
  }
  .content__main.active > .content > .row > .column-1 {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.17);
  }
  .unibody .content {
    padding: 0 10px;
  }
  .header__bot--logo {
    display: flex;
    align-self: center;
    flex-wrap: wrap;
  }
  .header__bot--logo .logo-svg {
    height: 35px;
    width: 104px;
  }
  .header__bot--logo .logo-svg svg {
    fill: #FFF;
  }
  .header__bot--logo .logo-svg .stA {
    fill: #FFF;
  }
  .body-welcomepage .header__bot--logo .logo-svg svg {
    fill: #0d4591;
  }
  .body-welcomepage .header__bot--logo .logo-svg .stA {
    fill: #0d4591;
  }
  .CommonPrice .header__bot--logo .logo-moc {
    display: none;
  }
  .CommonPrice .header__bot--logo .logo-mocMobile {
    display: block;
  }
  .header__bot--mobileMenu {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #0d4591;
  }
  .header__bot--mobileMenu:hover {
    text-decoration: none;
  }
  .header__bot--mobileMenu:before {
    line-height: 2.5rem;
    content: "\e912";
    font-family: "icomoon";
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
  }
  .menu-category-focus .header__bot--mobileMenu:before {
    content: "\e920";
  }
  .menu-category-focus.modal--overlay:before {
    display: none;
  }
  .body-welcomepage .header__bot--mobileMenu {
    display: none;
  }
  .menu-category-focus .header__bot--mobileMenu {
    z-index: 5;
  }
  #textMenu {
    display: none;
  }
  .body-welcomepage #textMenu {
    top: 43px;
    left: 0;
    right: auto;
    min-height: 35px;
    display: flex;
  }
  .body-welcomepage #textMenu a {
    margin-right: 0.9375rem;
    font-size: 0.75rem;
  }
  .body-welcomepage #textMenu .textMenu--ico2 a:before {
    font-size: 18px;
  }
  .body-welcomepage #freeBlock1 .header__bot--lang {
    padding-left: 1.25rem;
  }
  .body-welcomepage #freeBlock1 .header__bot--social {
    gap: 0.9375rem;
  }
  .body-welcomepage #freeBlock1 .header__bot--lang a {
    font-size: 0;
  }
  .body-welcomepage #freeBlock1 .header__bot--lang .lang-svg {
    height: 25px;
    width: 25px;
    margin-right: 0;
  }
  .body-welcomepage #LoginBoxBig {
    flex-direction: column;
  }
  .body-welcomepage #LoginBoxBig h1 {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    font-size: 2.25rem;
    background: rgba(0, 0, 0, 0.5);
  }
  .body-welcomepage #LoginBoxBig h1 br {
    display: none;
  }
  #LoginBoxBig #hsLogFormBasket {
    width: calc(100% - 30px);
    margin: 0 15px 25px;
    padding: 15px 25px;
  }
  #LoginLite .link-edit-frm {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    height: 2.5rem;
    width: 2.5rem;
  }
  #LoginLite .link-edit-frm.active:before {
    color: #0d4591;
  }
  #LoginLite .link-edit-frm:before {
    line-height: 2.5rem;
  }
  #LoginLite {
    position: unset;
    z-index: 1;
    xtop: 8px;
    xright: 0;
    min-height: unset;
  }
  .menu-focus #LoginLite {
    z-index: 9;
  }
  #LoginLite .link-moc, #LoginLite .my-profile-name {
    display: none;
  }
  #LoginLite #frmLoginFormWrap .link-moc {
    display: flex;
    border: 1px solid #b6c7de;
  }
  #LoginLite #frmLoginFormWrap .link-moc:after {
    height: 1.125rem;
    width: 1.125rem;
  }
  #LoginLite #frmLoginFormWrap.active {
    top: 70px;
    width: 100%;
    padding-top: 10px;
    box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.17);
  }
  #LoginLite #frmLoginFormWrap.active .textmenu-moc-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #LoginLite #frmLoginFormWrap.active .textmenu-moc-mobile #textMenu {
    min-height: unset;
    display: flex;
  }
  #LoginLite #frmLoginFormWrap.active .textmenu-moc-mobile #textMenu li a {
    margin-right: 0.625rem;
    color: #0d4591;
  }
  #LoginLite #frmLoginFormWrap.active .user-menu {
    margin-top: 0.625rem;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    background: #e6ecf6;
    border: 1px solid #b6c7de;
    border-bottom: 0;
  }
  #LoginLite #frmLoginFormWrap.active .user-menu li {
    padding: 0.3125rem 0;
    border-bottom: 1px solid #b6c7de;
  }
  #LoginLite #frmLoginFormWrap.active .user-menu li a {
    font-size: 1rem;
  }
  #LoginLite #frmLoginFormWrap.active .user-menu li a:before {
    text-align: center;
    font-size: 28px;
  }
  #LoginLite #frmLoginFormWrap.active .menu-publish-article {
    margin: 1.5625rem 0;
    padding: 0 0 0 0.625rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
    border: 0;
  }
  #LoginLite #frmLoginFormWrap.active .menu-publish-article li a {
    font-weight: 400;
  }
  #LoginLite #frmLoginFormWrap.active .my-profile-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  #LoginLite #frmLoginFormWrap.active .my-profile-bottom .my-profile-bottom__lang {
    padding-left: 0.625rem;
  }
  #LoginLite #frmLoginFormWrap.active .my-profile-bottom .my-profile-bottom__logout {
    width: 100%;
    margin-top: 1.5625rem;
    padding: 0.1875rem 0;
    font-size: 1rem;
    border: 1px solid #b6c7de;
    background: #e6ecf6;
  }
  #LoginLite #frmLoginFormWrap.active .my-profile-bottom .my-profile-bottom__logout:before {
    margin: 0 0.3125rem;
    font-size: 28px;
    color: #db0d0d;
  }
  .menu-focus.modal--overlay:before {
    display: none;
  }
  .menu-focus .header__bot > .content:before {
    background: #f0f3f8;
  }
  #basketBoxLite {
    margin: 0.625rem 0;
    padding-right: 3.125rem;
    justify-content: flex-end;
  }
  #basketBoxLite .row-basket {
    height: 2.5rem;
    padding: 0 0.375rem;
  }
  #basketBoxLite .row-basket .basket-svg {
    height: 28px;
    width: 28px;
  }
  #basketBoxLite .row-basket.active .basket-svg {
    height: 28px;
    width: 28px;
  }
  #basketBoxLite .row-basket .operative-basket__add-basket:after {
    margin-left: 0;
  }
  #basketBoxLite .row-basket .boxNoVat {
    font-size: 0.875rem;
  }
  #basketBoxLite .row-basket .basketBoxLiteItemCount {
    font-size: 0.75rem;
  }
  #basketBoxLite .row-basket.not-active .operative-basket__add-basket {
    position: absolute;
    top: -8px;
    right: 2px;
    width: auto;
    font-size: 0;
  }
  #basketBoxLite .row-basket.not-active .operative-basket__add-basket:after {
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 16px;
    border-radius: 50%;
    background: #FFF;
  }
  #basketBoxLite .row-basket.base-basket {
    margin-left: 0.625rem;
  }
  #basketBoxLite .row-basket.none-active {
    position: relative;
    padding: 0 0.375rem;
    grid-template-columns: 30px calc(100% - 30px);
    border: 1px solid #3564a4;
    border-radius: 4px;
  }
  #basketBoxLite .row-basket.none-active .boxNoVat {
    display: none;
  }
  #basketBoxLite .row-basket.none-active .basketBoxLiteItemCount {
    position: absolute;
    top: -7px;
    right: -5px;
    padding: 0 0.3125rem;
    font-size: 0.75rem;
    color: #FFF;
    background: #7aabde;
    border-radius: 7px;
  }
  #basketBoxLite .row-basket.none-active .basketBoxLiteItemCount label {
    display: none;
  }
  #basketBoxLite .row-basket.none-active .basket-svg svg {
    fill: #7aabde;
  }
  #basketBoxLite .row-basket.active:before {
    bottom: -7px;
    height: 0;
    width: 0;
    margin-left: -6px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 6px solid #ff8400;
  }
  #basketBoxLite .row-basket.active:after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    height: 0;
    width: 0;
    margin-left: -6px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 6px solid #f0f3f8;
  }
  #basketBoxLite .row-basket.active.open:after, #basketBoxLite .row-basket.open:after {
    margin-left: 0;
  }
  #basketBoxLite .basketBox-content {
    top: 39px;
  }
  .comapanyBlock__brends {
    margin-top: 1.25rem;
    gap: 0 0.9375rem;
  }
  .comapanyBlock__brends .brends--title {
    margin: 1.5625rem 0 0.625rem;
    font-size: 1.25rem;
  }
  .footer__text {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  #SearchBox {
    margin: 0.625rem 0 0.625rem 3.125rem;
    grid-row: 4;
    grid-column: 1/3;
  }
  .search-focus #SearchBox {
    margin: 0 -0.625rem 0 -0.625rem;
    padding: 0.625rem 0.625rem 0.625rem 3.75rem;
    background: #FFF;
  }
  #SearchBox #SearchForm .searchInput {
    height: 40px;
  }
  #SearchBox #SearchForm > .btn {
    height: 40px;
    width: 40px;
  }
  #SearchBox #SearchForm > .btn:before {
    font-size: 28px;
  }
  #SearchBox .search-form-close {
    position: absolute;
    top: 13px;
    left: 15px;
    right: auto;
    font-size: 0;
  }
  #SearchBox .search-form-close:after {
    margin-left: 0;
    font-size: 28px;
  }
  .flow-menu {
    background: #0d4591;
  }
  .flow-menu #SearchBox {
    margin-right: 1.5625rem;
  }
  .flow-menu #SearchBox #SearchBox #SearchForm .searchInput {
    border: 1px solid #3564a4;
  }
  .flow-menu #SearchBox #SearchForm > .btn {
    border: 1px solid #3564a4;
    border-left: 0;
    box-shadow: unset;
  }
  .flow-menu #SearchBox #SearchForm > .btn:before {
    color: #7aabde;
  }
  .flow-menu #basketBoxLite {
    padding-right: 0;
  }
  .search-focus .flow-menu #SearchBox {
    margin: 0.625rem 1.5625rem 0.625rem 3.125rem;
    padding: 0;
  }
  .search-focus .flow-menu #SearchBox .search-form-close {
    top: 4px;
    left: auto;
    right: 60px;
  }
  .flow-menu #CategoryParent {
    display: none;
  }
}
@media (max-width: 850px) {
  .fancybox-content {
    padding: 15px;
  }
  .header__bot {
    margin-bottom: 0.625rem;
  }
  #basketBoxLite .row-basket.active.open, #basketBoxLite .row-basket.open {
    border-radius: 5px;
    border: 1px solid #ff8400;
    border-bottom: unset;
  }
  #basketBoxLite .row-basket.active.open:before, #basketBoxLite .row-basket.open:before {
    bottom: -6px;
  }
  #basketBoxLite .row-basket.active.open:after, #basketBoxLite .row-basket.open:after {
    display: none;
  }
  #basketBoxLite .basketBox-content {
    display: none !important;
  }
  #freeBlock3 .scrollDown {
    bottom: 20px;
    right: 10px;
  }
  .modal__ucHome {
    min-width: unset;
  }
  .modal__ucHome .ucHome__title {
    padding-right: 1.5625rem;
  }
  #head-line {
    margin-bottom: 0.9375rem;
  }
  #head-line h1 {
    font-size: 1.375rem;
  }
  #CategoryPar {
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
  }
  #CategoryPar span .level-2 {
    column-count: 3;
  }
  #CategoryPar span > a {
    padding-right: 10px;
  }
  #CategoryPar span.has-submenu > a {
    padding-right: 45px;
  }
  .askform-wrap {
    width: 100%;
    min-width: unset;
  }
  .askform-wrap .askform-wrap__title {
    padding-right: 1.5625rem;
  }
  .content-favorites {
    width: unset;
  }
  .content-favorites h3 {
    padding-right: 1.5625rem;
  }
  .body-portal-profil-edit .content-favorites.fancybox-content,
  [class*=body-basket] .content-favorites.fancybox-content {
    width: auto;
  }
  .body-portal-profil-edit .content-favorites.fancybox-content h3,
  [class*=body-basket] .content-favorites.fancybox-content h3 {
    padding-right: 1.5625rem;
  }
  .add-item-watchdog.fancybox-content, .remove-item-watchdog.fancybox-content {
    width: auto;
  }
  .add-item-watchdog.fancybox-content h3, .remove-item-watchdog.fancybox-content h3 {
    padding-right: 1.5625rem;
  }
  .purchaseStatistics .inner--tab .tab-3 {
    width: auto;
  }
  .purchaseStatistics .inner--tab .tab-4 {
    width: auto;
    padding-right: 0.625rem;
  }
  .purchaseStatistics .inner--tab .tabStat .tabStat__inner {
    padding-left: 0;
  }
  .purchaseStatistics .inner--tab .tabStat .tabS-5 {
    padding-left: 0;
  }
  .filter-by-month-catalog .filter-by-month-catalog__month {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 800px) {
  .articleBoxHP .articleBoxHP__inner {
    padding: 0 0.625rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .articleBoxHP.articleImportant-warning .articleBoxHP__item:nth-child(2) {
    border: 0;
  }
  .articleBoxHP.articleImportant-warning .articleBoxHP__item:nth-child(n+3) {
    display: none;
  }
  .articleBoxHP.articleHowOnIt .articleBoxHP__item:nth-child(2) {
    border: 0;
  }
  .articleBoxHP.articleHowOnIt .articleBoxHP__item:nth-child(n+3) {
    display: none;
  }
  .articleBoxHP.articleNews .articleBoxHP__inner {
    padding: 0.5rem 0.625rem;
  }
  .articleBoxHP.articleNews .articleBoxHP__item:nth-child(n+4) {
    display: none;
  }
  .productBoxHP .productBoxHP__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .productBoxHP .productBoxHP__inner .productBoxHP__item.item--inBasket:before {
    top: 5px;
    right: 5px;
  }
  .fancybox-custom-layout .fancybox-button {
    top: calc(50% - 75px);
    background: none;
  }
  .fancybox-custom-layout .fancybox-button div {
    height: 60px;
    width: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    background: #8d8d8d;
    border-radius: 0;
  }
  .fancybox-custom-layout .fancybox-button div:before {
    line-height: 60px;
    font-family: icomoon;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
  }
  .fancybox-custom-layout .fancybox-button--arrow_left {
    padding: 0px 26px 0px 6px;
  }
  .fancybox-custom-layout .fancybox-button--arrow_left div:before {
    content: "\e90c";
  }
  .fancybox-custom-layout .fancybox-button--arrow_right {
    padding: 0px 6px 0px 26px;
  }
  .fancybox-custom-layout .fancybox-button--arrow_right div:before {
    content: "\e90b";
  }
  .fancybox-custom-layout .fancybox-button div svg {
    display: none;
  }
}
@media (max-width: 650px) {
  #CategoryPar span .level-2 {
    column-count: 2;
  }
  .flow-menu #SearchBox {
    display: none;
  }
  .flow-menu .flow-menu__inner-line {
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .CommonPrice #basketBoxLite .row-basket.active .basketBoxLiteItemCount {
    font-size: 0.875rem;
  }
}
@media (max-width: 550px) {
  .body-welcomepage #LoginBoxBig h1 {
    font-size: 1.875rem;
  }
  .comapanyBlock__brends {
    gap: 0 0.9375rem;
  }
  .comapanyBlock__brends a {
    margin-top: 0.625rem;
    grid-column: 1/3;
  }
  .footer__text {
    padding-bottom: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .footer__text .text--block__inner {
    display: none;
  }
  .footer__text h3.block-title {
    position: relative;
    padding: 0.9375rem 1.25rem;
    border-top: 1px solid #032048;
  }
  .footer__text h3.block-title:before {
    position: absolute;
    top: 9px;
    right: 22px;
    content: "\e909";
    font-family: "icomoon";
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
  }
  .footer__text [class*=text--block].active .text--block__inner {
    display: block;
    padding: 0 1.25rem;
  }
  .footer__text [class*=text--block].active h3.block-title:before {
    content: "\e90a";
  }
  .footer__text .text--block1 {
    padding: 0 10px;
  }
  .footer__text .text--block2, .footer__text .text--block3, .footer__text .text--block4 {
    margin: 0 -10px;
  }
  #freeBlock2 {
    padding: 0.625rem;
  }
  #Whisperer .whispProducts .whispProducts__item {
    grid-template-columns: 5.625rem calc(100% - 12.1875rem) 6.5625rem;
  }
  #Whisperer .whispProducts .whispProducts__item .item--code .code-2, #Whisperer .whispProducts .whispProducts__item .item--code .code-3 {
    display: none;
  }
  #Whisperer .whispProducts .whispProducts__item .item--code .price, #Whisperer .whispProducts .whispProducts__item .item--code .pricerecomended, #Whisperer .whispProducts .whispProducts__item .item--code .priceOd, #Whisperer .whispProducts .whispProducts__item .item--code .pricevat {
    font-size: 0.875rem;
  }
  #Whisperer .whispProducts .whispProducts__item .item--info .info-availability {
    font-size: 0.75rem;
  }
  #Whisperer .whispProducts .whispProducts__item .item--info .info-availability .availability-info {
    display: none;
  }
  #CategoryParent.menu-open #CategoryPar span[data-level="2"].active .level-3 {
    width: 185px;
  }
  .purchaseStatistics .inner--tab .inner--tabStat th {
    font-size: 0.6875rem;
    font-weight: 600 !important;
  }
  .purchaseStatistics .inner--tab .inner--tabStat td {
    font-size: 0.75rem;
  }
  .purchaseStatistics .inner--tab .tab-3 {
    width: auto;
  }
  .purchaseStatistics .inner--tab .tab-4 {
    width: auto;
    padding-right: 0.625rem;
  }
  .purchaseStatistics .inner--tab .tabStat .tabS-2 {
    display: none;
  }
  .filter-by-month-catalog .filter-by-month-catalog__month {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow-menu {
    padding: 0 10px;
  }
  .body-welcomepage .flow-menu {
    display: none;
  }
  .flow-menu .flow-menu__inner {
    min-height: 60px;
  }
  .flow-menu #basketBoxLite {
    flex-grow: 1;
  }
}
@media (max-width: 500px) {
  #CategoryPar span .level-2 {
    column-count: 1;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.625rem;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.3125rem;
    line-height: 1.25;
  }
  h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
  #confirm.basket-order-quick-fancy .row-button {
    padding: 0;
  }
  #confirm.basket-order-quick-fancy .btn {
    position: static;
    margin: 0 5px;
  }
}
/*# sourceMappingURL=maps/screen.css.map */
