.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}
.mm-btn,
.mm-menu {
  box-sizing: border-box;
}
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-listview .mm-next:before,
.mm-listview > li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
  content: '';
  bottom: 0;
}
.mm-hidden {
  display: none !important;
}
.mm-menu,
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}
.mm-btn,
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-next:after,
.mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}
.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}
.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
.mm-menu.mm-columns {
  -webkit-transition-property: width,max-width,-webkit-transform;
  transition-property: width,max-width,-webkit-transform;
  transition-property: transform,width,max-width;
  transition-property: transform,width,max-width,-webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}
html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}
html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span,
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
.mm-keyboardfocus a:focus {
  outline: 0;
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}
.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0;
}
.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.mm-menu.mm-rtl {
  direction: rtl;
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}
.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right,-webkit-transform;
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
@charset "UTF-8";
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}
label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
.mm-listview.mm-border-none > li:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-listview.mm-border-full > li:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-listview.mm-border-offset > li:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-popup .mm-menu {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform .4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
html {
  line-height: 1.5;
  font-size: 16px !important;
  color: #010101;
  font-family: Commissioner, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px !important;
  }
}
body {
  line-height: inherit;
  background: #ffffff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: Commissioner, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  margin-bottom: .25em;
}
h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 1.25rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.10rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #007bff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fal,
.fas,
.far,
.fab {
  font-style: normal;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg,
.col-md,
.col-sm,
.col-xl,
.col-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-auto,
.col-lg-auto,
.col-md-auto,
.col-sm-auto,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-lg,
  .col-md,
  .col-sm,
  .col-xl,
  .col-1,
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xl-1,
  .col-2,
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xl-2,
  .col-3,
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xl-3,
  .col-4,
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xl-4,
  .col-5,
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xl-5,
  .col-6,
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xl-6,
  .col-7,
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xl-7,
  .col-8,
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xl-8,
  .col-9,
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xl-9,
  .col-10,
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xl-10,
  .col-11,
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xl-11,
  .col-12,
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xl-12,
  .col-auto,
  .col-lg-auto,
  .col-md-auto,
  .col-sm-auto,
  .col-xl-auto {
    max-width: unset;
    flex-basis: 100%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.page > * {
  margin-bottom: 15px;
}
.page > *:last-child {
  margin-bottom: 0;
}
.page > *:not(header,footer) .block-block .content {
  text-align: justify;
}
.page > *:not(header,footer) .block-block .content h1,
.page > *:not(header,footer) .block-block .content h2,
.page > *:not(header,footer) .block-block .content h3,
.page > *:not(header,footer) .block-block .content h4,
.page > *:not(header,footer) .block-block .content h5,
.page > *:not(header,footer) .block-block .content h6 {
  text-align: left;
}
/*селектор через .breadcrumbsнеобходим, чтобы не влиять на хлебные крошки в интерфейсе друпала*/
.breadcrumbs .breadcrumb {
  display: block;
  text-align: justify;
  margin-bottom: 0;
  color: #808080;
  font-size: 13px;
  padding: .75rem 0;
  background-color: transparent;
  border-radius: 0;
}
main {
  flex-grow: 1;
  margin-bottom: 0;
}
main .block {
  margin-bottom: 15px;
}
main .region-facets {
  margin-bottom: 15px;
}
main .region-facets .block {
  margin-bottom: 0;
}
main > .container > .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  main > .container > .row {
    flex-wrap: wrap;
  }
}
.main-content-column {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .main-content-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content-column:first-child {
  padding-left: 15px;
}
.main-content-column:last-child {
  padding-right: 15px;
}
.help-block,
.control-group .help-inline {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .region-sidebar-first .block-superfish,
  .navigation {
    display: none;
  }
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #mobile-header {
    display: flex;
  }
}
#mobile-header .page-header {
  flex-grow: 1;
  font-weight: 300;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
#mobile-header > a {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 45px;
}
@media screen and (max-width: 767px) {
  .mm-page {
    padding-top: 45px;
  }
}
.mm-menu {
  background-color: #fff;
  color: inherit;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #000;
  font-weight: bold;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #000000;
}
.mm-menu .block .block-title {
  height: 40px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu .mm-navbar + .block .block-title {
  margin-top: -40px;
}
.mm-menu.mm-position-right {
  left: auto;
}
html.mm-opening.mm-position-right .mm-slideout {
  transform: translate3d(-80%, 0, 0);
}
@media (min-width: 550px) {
  html.mm-opening.mm-position-right .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-listview {
  margin: 0 !important;
}
.mm-listview li {
  float: none;
}
.mm-listview li a.active {
  background: #010101 !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #010101 !important;
  color: #fff !important;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}
.mm-listview a,
.mm-listview .mm-next {
  font-weight: bold;
}
.mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  display: none;
}
/*реализация мобильной шапки через sticky*/
/*#mobile-header{
	order: -1;
	position: sticky;
	height: auto;
}
.mm-page{
	padding-top: 0;
}*/
.mm-slideout {
  z-index: inherit;
}
.mm-page {
  display: flex;
  flex-direction: column;
}
/*#app{
	overflow: hidden;
}
.flex{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}*/
.fa-bars:before {
  content: '\f0c9';
}
.btn {
  font-size: inherit;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn-default {
  color: #fff;
  background-color: #2da0ce;
  border-color: #2da0ce;
}
.btn-default:focus,
.btn-default:hover {
  color: #fff;
  background-color: #0a75a0;
  border-color: #0a75a0;
}
.form-search .input-group {
  width: auto;
}
.form-search .input-group input {
  margin: 0;
}
.form-search .input-group-btn {
  display: none;
}
.form-search .form-actions {
  margin: 0;
}
.form-search .form-actions .btn {
  position: unset !important;
}
.tabs--primary {
  border-bottom: none;
  margin-bottom: 15px;
}
.tabs--primary li {
  border-bottom: 1px solid #ccc;
}
.tabs--primary li:last-child a {
  margin-right: 0;
}
.tabs--primary a {
  display: block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-right: 4px;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.tabs--primary a:hover,
.tabs--primary a:focus {
  text-decoration: none;
  background-color: #eee;
}
.field-type-text-with-summary tbody tr:nth-child(odd),
.node tbody tr:nth-child(odd),
.page > :not(header,footer) .block-block tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}
.field-type-text-with-summary th,
.node th,
.page > :not(header,footer) .block-block th,
.field-type-text-with-summary td,
.node td,
.page > :not(header,footer) .block-block td {
  padding: 0.3rem 0.5rem;
}
@media screen and (max-width: 575px) {
  .field-type-text-with-summary th,
  .node th,
  .page > :not(header,footer) .block-block th,
  .field-type-text-with-summary td,
  .node td,
  .page > :not(header,footer) .block-block td {
    padding: 0.2rem 0.3rem;
  }
}
.field-type-text-with-summary th,
.node th,
.page > :not(header,footer) .block-block th {
  text-align: center;
}
.region-header-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.region-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.region-footer .sf-vertical,
.region-footer .sf-vertical li {
  width: auto;
}
.region-footer .sf-vertical,
.region-footer .sf-vertical ul {
  display: flex;
  flex-direction: column;
}
.copyrights {
  text-align: center;
}
#backtotop {
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform .2s;
}
#backtotop:before {
  transition: .2s;
  content: url(/sites/all/modules/back_to_top/backtotop.png);
}
#backtotop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#backtotop:hover:before {
  opacity: .8;
}
#backtotop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
/*если есть корзина начало*/
div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
  color: #000;
}
div.messages.commerce-add-to-cart-confirmation .message-inner .field-name-field-product-img-color {
  display: none;
}
div.messages.commerce-add-to-cart-confirmation .message-inner .field-name-field-product-price-old {
  display: none;
}
div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content .views-field-commerce-total .field-content {
  color: #000;
}
div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a {
  background: #000;
}
.view-commerce-cart-form .btn-info,
.view-commerce-cart-form .btn-danger {
  background: #000;
  border: none;
}
.view-commerce-cart-form .btn-default {
  padding: 14px 25px;
}
.view-commerce-cart-form .btn-default:focus {
  box-shadow: none;
}
/*если есть корзина конец*/
/*вёрстка формы поиска модуля Search API live results начало*/
#block-search-api-page-search-by-parts form > div {
  display: inline-flex;
}
#block-search-api-page-search-by-parts .form-item {
  margin-bottom: 0;
}
#block-search-api-page-search-by-parts input {
  background: #fff;
  border: 1px solid #E2E7F5;
  border-right: none;
  border-radius: 7px 0 0 7px;
  height: 52px;
  width: 350px;
  margin: 0;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
  padding: 6px 12px;
}
#block-search-api-page-search-by-parts input:focus-visible {
  box-shadow: none;
  outline: none;
}
#block-search-api-page-search-by-parts input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
}
#block-search-api-page-search-by-parts input:-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
}
#block-search-api-page-search-by-parts input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
}
#block-search-api-page-search-by-parts input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
}
#block-search-api-page-search-by-parts button {
  width: 50px;
  height: 52px;
  border: 1px solid #E2E7F5;
  border-left: none;
  border-radius: 0 7px 7px 0;
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
}
#block-search-api-page-search-by-parts button:focus {
  box-shadow: none;
}
#block-search-api-page-search-by-parts button:before {
  content: '';
  position: absolute;
  background: url(/sites/all/themes/vesta/images/search.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*вёрстка формы поиска модуля Search API live results конец*/
/*вёрстка страницы результата поиска модуля Search API live results начало*/
.page-search-by-parts #search-api-page-search-form {
  margin-bottom: 30px;
}
.page-search-by-parts #search-api-page-search-form > div {
  display: inline-flex;
}
.page-search-by-parts #search-api-page-search-form .form-item {
  margin-bottom: 0;
}
.page-search-by-parts #search-api-page-search-form input {
  background: #F0F0F0;
  border: none;
  border-radius: 7px 0 0 7px;
  height: 40px;
  width: 204px;
  margin: 0;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
  padding: 6px 12px;
}
.page-search-by-parts #search-api-page-search-form input:focus-visible {
  box-shadow: none;
  outline: none;
}
.page-search-by-parts #search-api-page-search-form button {
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 0 7px 7px 0;
  background: #F5F7FE;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
}
.page-search-by-parts #search-api-page-search-form button:focus {
  box-shadow: none;
}
.page-search-by-parts #search-api-page-search-form button:before {
  content: '';
  position: absolute;
  background: url(/sites/all/themes/vesta/images/search.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.page-search-by-parts .search-api-page-results .search-performance,
.page-search-by-parts .search-api-page-results .search-info {
  display: none;
}
/*вёрстка страницы результата поиска модуля Search API live results конец*/
/*изменить цвет плейсхолдера начало*/
/*изменить цвет плейсхолдера конец*/
.page > * {
  margin-bottom: 0;
}
.page > *:not(header,footer) .block-block .content {
  text-align: left;
}
#colorbox .node-webform .field-name-title {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #010101;
  margin-bottom: 10px;
}
#colorbox .node-webform .field-name-field-subtitle {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #010101;
  margin-bottom: 10px;
}
#colorbox .node-webform .webform-client-form .webform-component label {
  display: none !important;
}
#colorbox .node-webform .webform-client-form .webform-component input:focus {
  box-shadow: none;
}
#colorbox .node-webform .webform-client-form .webform-component input.error {
  border-color: red;
}
#colorbox .node-webform .webform-client-form .webform-component textarea:focus {
  box-shadow: none;
}
#colorbox .node-webform .webform-client-form .webform-component-checkboxes label {
  display: block !important;
}
#colorbox .node-webform .webform-client-form .form-actions .btn-default:active {
  background: #010101;
  color: #fff;
  box-shadow: none;
  border: none;
}
body .page {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #010101;
  text-align: left;
}
body .page h1 {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 800;
  font-size: 65px;
  line-height: 79px;
  text-align: center;
  color: #010101;
  margin-bottom: 50px;
}
body .page .block-title {
  display: inline-flex;
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #010101;
  position: relative;
  z-index: 1;
}
body .page .block-title:before {
  content: '';
  border-bottom: 7px solid #F8D54B;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body .page #block-system-main {
  margin-bottom: 0;
}
body.front .page {
  background: #F5F7FE;
}
body.not-front h1 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 40px;
}
body.not-front #block-system-main {
  margin-bottom: 50px;
}
body.not-front .field-name-body {
  text-align: left;
}
body.not-front .block-title:before {
  content: none;
}
body.not-front .header-block-3 {
  margin-bottom: 40px;
}
@media (max-width: 5000px) {
  #backtotop {
    background: url(/sites/all/themes/vesta/images/up.svg) no-repeat;
    right: 2%;
    bottom: 7%;
  }
  #backtotop:before {
    content: url(/sites/all/themes/vesta/images/up.svg);
  }
  body .btn-default {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #010101;
    border-radius: 5px;
    background: #F8D54B;
    box-shadow: none;
    display: inline-block;
    padding: 10px 15px;
    border: none;
  }
  body .btn-default:hover,
  body .btn-default:focus {
    background: #010101;
    box-shadow: none;
    color: #FFFFFF;
  }
  .header-block-1 {
    background: #fff;
  }
  .content-header-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .content-header-1 .header-block-social .social-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  .navigation .region-navigation ul.sf-main-menu > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #010101;
    padding: 10px 20px;
    border-bottom: 3px solid #fff;
  }
  .navigation .region-navigation ul.sf-main-menu > li > a:hover {
    color: #010101;
    border-bottom: 3px solid #F8D54B;
  }
  .navigation .region-navigation ul.sf-main-menu > li > a.active {
    border-bottom: 3px solid #F8D54B;
  }
  .navigation .region-navigation ul.sf-main-menu > li > a .fa.fa-angle-down {
    right: 7px;
  }
  .navigation .region-navigation ul.sf-main-menu > li > a.sf-with-ul {
    padding-right: 26px;
  }
  .navigation .region-navigation ul.sf-main-menu > li:hover > ul,
  .navigation .region-navigation ul.sf-main-menu > li.sfHover > ul {
    top: 40px;
    padding: 10px 20px!important;
    background: #FBFDFD;
    border-radius: 0px 0px 4px 4px;
  }
  .navigation .region-navigation ul.sf-main-menu > li.sfHover > a {
    color: #010101;
    border-bottom: 3px solid #F8D54B;
  }
  .navigation .region-navigation ul.sf-main-menu > li.sfHover ul li {
    margin-bottom: 10px;
  }
  .navigation .region-navigation ul.sf-main-menu > li.sfHover ul li:last-child {
    margin-bottom: 0;
  }
  .navigation .region-navigation ul.sf-main-menu > li.sfHover ul li a {
    padding: 0;
  }
  .navigation .region-navigation ul.sf-main-menu > li.sfHover ul li a:hover {
    background: initial;
    text-decoration-line: underline;
  }
  .navigation .region-navigation ul.sf-main-menu > li.sfHover ul li a:focus {
    background: initial;
  }
  .header-block-2 {
    background: #F5F7FE;
    padding: 15px 0;
  }
  .content-header-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .content-header-2 .header-block-callback .btn-default {
    line-height: 32px;
  }
  .content-header-2 .header-block-phone .content p a {
    background: url(/sites/all/themes/vesta/images/phone.svg) no-repeat left;
    padding-left: 35px;
    color: #010101;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  .content-header-2 .header-block-favorites .favorites-symbol {
    border-radius: 5px;
    border: 1px solid #E2E7F5;
    background: #FFF;
    padding: 14px;
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .content-header-2 .header-block-favorites .favorites-symbol:before {
    font-size: 20px;
    color: #010101;
  }
  .content-header-2 .header-block-favorites .favorites-quantity {
    position: initial;
    border: none;
    border-radius: 0;
    background: initial;
    padding: 0;
    min-width: initial;
    height: auto;
    color: #010101;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
  .content-header-2 .cart #block-commerce-cart-cart {
    flex-direction: row;
    align-items: center;
  }
  .content-header-2 .cart #block-commerce-cart-cart .block-title {
    display: none;
  }
  .content-header-2 .cart #block-commerce-cart-cart .content > a {
    flex-direction: row;
    align-items: center;
    padding: 14px 20px;
    border-radius: 5px;
    background: #F8D54B;
  }
  .content-header-2 .cart #block-commerce-cart-cart .content > a:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/cart.svg) no-repeat center;
    width: 24px;
    height: 24px;
  }
  .content-header-2 .cart #block-commerce-cart-cart .cart-empty-block {
    position: initial;
    width: 20px;
    height: 24px;
  }
  .content-header-2 .cart #block-commerce-cart-cart .cart-empty-block:before {
    position: initial;
    background: inherit;
    border: none;
    color: #010101;
    padding: 0;
    min-width: 20px;
    width: 20px;
    height: 24px;
    font-size: 20px;
    line-height: 24px;
  }
  .content-header-2 .cart #block-commerce-cart-cart .cart-contents {
    position: initial;
  }
  .content-header-2 .cart #block-commerce-cart-cart .view-commerce-cart-block .view-header .line-item-summary {
    margin: 0;
  }
  .content-header-2 .cart #block-commerce-cart-cart .view-commerce-cart-block .view-header .line-item-summary .line-item-quantity-raw {
    position: initial;
    background: inherit;
    border: none;
    color: #010101;
    width: auto;
    height: auto;
    font-size: 20px;
  }
  .header-block-3 {
    background: #101010;
    margin-bottom: 20px;
  }
  .content-header-3 ul.sf-main-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .content-header-3 ul.sf-main-menu > li.sf-item-8 a {
    position: relative;
    padding-left: 45px;
  }
  .content-header-3 ul.sf-main-menu > li.sf-item-8 a:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/flag-sweden.svg) no-repeat;
    position: absolute;
    width: 29px;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
  }
  .content-header-3 ul.sf-main-menu > li > a {
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-decoration-line: none;
    text-transform: uppercase;
    padding: 17px 30px;
  }
  .content-header-3 ul.sf-main-menu > li > a:hover {
    border-radius: 5px;
    background: #F8D54B;
    color: #010101;
  }
  .content-header-3 ul.sf-main-menu > li > a .sf-sub-indicator {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .content-header-3 ul.sf-main-menu > li:hover > ul,
  .content-header-3 ul.sf-main-menu > li.sfHover > ul {
    top: 51px;
    padding: 10px 20px!important;
    background: #FBFDFD;
    border-radius: 0px 0px 4px 4px;
    width: 13em;
  }
  .content-header-3 ul.sf-main-menu > li.sfHover > a {
    color: #010101;
    background: #F8D54B;
  }
  .content-header-3 ul.sf-main-menu > li.sfHover ul li {
    margin-bottom: 10px;
  }
  .content-header-3 ul.sf-main-menu > li.sfHover ul li:last-child {
    margin-bottom: 0;
  }
  .content-header-3 ul.sf-main-menu > li.sfHover ul li a {
    color: #010101;
    padding: 0;
  }
  .content-header-3 ul.sf-main-menu > li.sfHover ul li a:hover {
    background: initial;
    text-decoration-line: underline;
  }
  .content-header-3 ul.sf-main-menu > li.sfHover ul li a:focus {
    background: initial;
  }
  .content-header-3 ul.menu.nav li a {
    display: flex;
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-decoration-line: none;
    text-transform: uppercase;
    padding: 17px 30px;
  }
  .content-header-3 ul.menu.nav li a:hover,
  .content-header-3 ul.menu.nav li a.active {
    border-radius: 5px;
    background: #F8D54B;
    color: #010101;
  }
  .content-header-3 ul.menu.nav li.menu-mlid-8166 a {
    position: relative;
    padding-left: 45px;
  }
  .content-header-3 ul.menu.nav li.menu-mlid-8166 a:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/flag-sweden.svg) no-repeat;
    position: absolute;
    width: 29px;
    height: 18px;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
  }
  .slider {
    margin-bottom: 40px;
  }
  .slider .flexslider {
    max-width: 1800px;
    margin: 0 auto;
  }
  .slider .flexslider .flex-control-nav li a {
    border: none;
    background: #fff;
    width: 10px;
    height: 10px;
  }
  .slider .flexslider .flex-control-nav li a.flex-active,
  .slider .flexslider .flex-control-nav li a:hover {
    background: #010101;
  }
  .slider .flexslider .flex-control-nav li a:before {
    content: none;
  }
  .slider .flexslider .flex-direction-nav .flex-prev,
  .slider .flexslider .flex-direction-nav .flex-next {
    height: 43px;
  }
  .slider .flexslider .flex-direction-nav .flex-prev:before,
  .slider .flexslider .flex-direction-nav .flex-next:before {
    content: '';
    width: 43px;
    height: 43px;
  }
  .slider .flexslider .flex-direction-nav .flex-prev {
    left: 35px;
  }
  .slider .flexslider .flex-direction-nav .flex-prev:before {
    background: url(/sites/all/themes/vesta/images/str-left.svg) no-repeat;
    background-size: contain;
  }
  .slider .flexslider .flex-direction-nav .flex-prev:hover:before {
    background: url(/sites/all/themes/vesta/images/str-left-before.svg) no-repeat;
  }
  .slider .flexslider .flex-direction-nav .flex-next {
    right: 35px;
  }
  .slider .flexslider .flex-direction-nav .flex-next:before {
    background: url(/sites/all/themes/vesta/images/str-right.svg) no-repeat;
    background-size: contain;
  }
  .slider .flexslider .flex-direction-nav .flex-next:hover:before {
    background: url(/sites/all/themes/vesta/images/str-right-before.svg) no-repeat;
  }
  .slider .flexslider .field-name-field-fleximg img {
    height: 550px !important;
    border-radius: 5px;
    object-fit: cover;
  }
  .slider .flexslider .field-name-title {
    max-width: 610px;
    color: #FFF;
    font-size: 54px;
    line-height: 66px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .slider .flexslider .field-name-body {
    max-width: 610px;
    color: #FFF;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .slider .flexslider .btn-default {
    margin-top: 0;
  }
  .front .node-front-page {
    text-align: center;
  }
  .front h1 {
    display: inline-flex;
    position: relative;
    z-index: 1;
  }
  .front h1:before {
    content: '';
    border-bottom: 7px solid #F8D54B;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .content-1 {
    margin-bottom: 60px;
  }
  .content-1 .view-taxcatalog .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  .content-1 .view-taxcatalog .views-row-1 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-2 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-3 .taxonomy-term {
    width: 380px;
  }
  .content-1 .view-taxcatalog .views-row-1 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-2 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-3 .field-name-field-particon img {
    width: 380px;
    height: 212px !important;
  }
  .content-1 .view-taxcatalog .views-row-4 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-5 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-6 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-7 .taxonomy-term {
    width: 278px;
  }
  .content-1 .view-taxcatalog .views-row-4 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-5 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-6 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-7 .field-name-field-particon img {
    width: 278px;
    height: 322px !important;
  }
  .content-1 .taxonomy-term {
    background: initial;
    box-shadow: none;
    position: relative;
  }
  .content-1 .taxonomy-term:before {
    content: '';
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.72%, rgba(1, 1, 1, 0.5600000000000001) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .content-1 .taxonomy-term:hover:before {
    background: linear-gradient(0deg, rgba(248, 213, 75, 0.8100000000000001) 0%, rgba(248, 213, 75, 0.8100000000000001) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.72%, rgba(1, 1, 1, 0.5600000000000001) 100%);
  }
  .content-1 .taxonomy-term:hover .group-content {
    top: 0;
  }
  .content-1 .taxonomy-term:hover h3.teaser-title {
    color: #010101;
  }
  .content-1 .taxonomy-term:hover h3.teaser-title a {
    color: #010101;
  }
  .content-1 .taxonomy-term .field-name-field-particon img {
    object-fit: cover;
    border-radius: 5px;
  }
  .content-1 .taxonomy-term .group-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .content-1 .taxonomy-term .field-name-teaser-title-term {
    width: 100%;
    text-align: center;
  }
  .content-1 .taxonomy-term h3.teaser-title {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .content-1 .taxonomy-term h3.teaser-title a {
    padding: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
  }
  .content-2 {
    margin-bottom: 85px;
  }
  .content-2 .region-content-2 {
    text-align: center;
  }
  .content-2 .region-content-2 .block-title {
    margin-bottom: 40px;
  }
  .content-2 .slick-list,
  .content-2 .slick-track {
    display: flex;
  }
  .content-2 .slick-track {
    margin-bottom: 30px;
  }
  .content-2 .slick-slider {
    margin-bottom: 15px;
  }
  .content-2 .slick-slider .slick-prev,
  .content-2 .slick-slider .slick-next {
    width: 43px;
    height: 43px;
    z-index: 1;
  }
  .content-2 .slick-slider .slick-prev:before,
  .content-2 .slick-slider .slick-next:before {
    content: '';
    width: 43px;
    height: 43px;
    opacity: 1;
    display: block;
  }
  .content-2 .slick-slider .slick-prev {
    left: -40px;
  }
  .content-2 .slick-slider .slick-prev:before {
    background: url(/sites/all/themes/vesta/images/str-left.svg) no-repeat;
    background-size: contain;
  }
  .content-2 .slick-slider .slick-prev:hover:before {
    background: url(/sites/all/themes/vesta/images/str-left-before.svg) no-repeat;
  }
  .content-2 .slick-slider .slick-next {
    right: -40px;
  }
  .content-2 .slick-slider .slick-next:before {
    background: url(/sites/all/themes/vesta/images/str-right.svg) no-repeat;
    background-size: contain;
  }
  .content-2 .slick-slider .slick-next:hover:before {
    background: url(/sites/all/themes/vesta/images/str-right-before.svg) no-repeat;
  }
  .content-2 .slick-slider .slick-dots {
    bottom: -10px;
    display: flex !important;
    justify-content: center;
  }
  .content-2 .slick-slider .slick-dots li {
    width: 7px;
    height: 7px;
  }
  .content-2 .slick-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0;
  }
  .content-2 .slick-slider .slick-dots li button:before {
    content: '';
    background: #010101;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    color: transparent;
    opacity: 1;
  }
  .content-2 .slick-slider .slick-dots li.slick-active button:before {
    background: #F8D54B;
  }
  .content-2 .node-product-view {
    width: 270px;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF;
    box-shadow: none;
    position: relative;
  }
  .content-2 .node-product-view:hover {
    filter: drop-shadow(26px 20px 33px #b8bac2);
  }
  .content-2 .node-product-view .field-name-field-product-img-color {
    padding-top: 40px;
  }
  .content-2 .node-product-view .field-name-field-product-img-color img {
    width: auto;
  }
  .content-2 .node-product-view .group-content {
    padding: 5px 10px 20px;
    justify-content: space-between;
    row-gap: 14px;
  }
  .content-2 .node-product-view .field-name-title {
    text-align: left;
    color: #010101;
    font-size: 17px;
    line-height: 21px;
  }
  .content-2 .node-product-view .field-name-title a {
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
  }
  .content-2 .node-product-view .group-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .content-2 .node-product-view .group-value {
    text-align: left;
  }
  .content-2 .node-product-view .field-name-commerce-price {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
  }
  .content-2 .node-product-view .field-name-field-product-price-old {
    text-decoration-line: line-through;
  }
  .content-2 .node-product-view .field-name-field-artikul .attribute-widgets {
    display: none;
  }
  .content-2 .node-product-view .field-name-field-artikul .form-wrapper.form-group {
    margin: 0;
  }
  .content-2 .node-product-view .btn-default {
    padding-left: 38px;
    color: #fff;
    background: #010101;
    position: relative;
  }
  .content-2 .node-product-view .btn-default:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/cart-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
  }
  .content-2 .node-product-view .btn-default:hover,
  .content-2 .node-product-view .btn-default:focus {
    color: #010101;
    background: #F8D54B;
  }
  .content-2 .node-product-view .btn-default:hover:before,
  .content-2 .node-product-view .btn-default:focus:before {
    background: url(/sites/all/themes/vesta/images/cart-icon-before.svg) no-repeat;
  }
  .content-2 .node-product-view .group-product-label {
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .content-2 .node-product-view .group-product-label .field {
    padding: 4.5px 7px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .content-2 .node-product-view .field-name-field-product-label-discount {
    background: #F8D54B;
    color: #010101;
  }
  .content-2 .node-product-view .field-name-field-product-label-new {
    background: #71B68B;
    color: #fff;
  }
  .content-2 .node-product-view .field-name-field-product-label-hit {
    background: #709AD8;
    color: #fff;
  }
  .content-3 {
    background: url(/sites/all/themes/vesta/images/bg-content-3.webp) no-repeat center;
    background-size: cover;
    padding: 50px 0 70px;
  }
  .content-3 .region-content-3 .block-title {
    margin-bottom: 35px;
  }
  .content-3 .region-content-3 section:nth-child(1) {
    width: 570px;
    margin-bottom: 40px;
  }
  .content-3 .view-benefits .view-content {
    width: 570px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
  .content-3 .view-benefits .views-row-1 .field-name-title {
    width: 145px;
  }
  .content-3 .view-benefits .views-row-2 .field-name-title {
    width: 100px;
  }
  .content-3 .view-benefits .views-row-3 .field-name-title {
    width: 80px;
  }
  .content-3 .node-benefits {
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .content-3 .node-benefits:after {
    content: none;
  }
  .content-3 .node-benefits .field-name-field-benefits-img img {
    width: auto;
  }
  .content-3 .node-benefits .field-name-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .content-4 {
    background: #F5F5F5;
    padding: 15px 0 40px;
  }
  .content-5 {
    background: #F5F5F5;
    padding-bottom: 40px;
  }
  .content-4 .region-content-4,
  .content-5 .region-content-4,
  .content-4 .region-content-5,
  .content-5 .region-content-5 {
    text-align: center;
  }
  .content-4 .region-content-4 .block-title,
  .content-5 .region-content-4 .block-title,
  .content-4 .region-content-5 .block-title,
  .content-5 .region-content-5 .block-title {
    margin-bottom: 35px;
  }
  .content-4 .region-content-4 .block-title:before,
  .content-5 .region-content-4 .block-title:before,
  .content-4 .region-content-5 .block-title:before,
  .content-5 .region-content-5 .block-title:before {
    content: '';
    border-bottom: 7px solid #F8D54B;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .content-4 .slick-list,
  .content-5 .slick-list,
  .content-4 .slick-track,
  .content-5 .slick-track {
    display: flex;
  }
  .content-4 .slick-track,
  .content-5 .slick-track {
    margin-bottom: 30px;
  }
  .content-4 .slick-slider,
  .content-5 .slick-slider {
    margin-bottom: 15px;
  }
  .content-4 .slick-slider .slick-prev,
  .content-5 .slick-slider .slick-prev,
  .content-4 .slick-slider .slick-next,
  .content-5 .slick-slider .slick-next {
    width: 43px;
    height: 43px;
    z-index: 1;
  }
  .content-4 .slick-slider .slick-prev:before,
  .content-5 .slick-slider .slick-prev:before,
  .content-4 .slick-slider .slick-next:before,
  .content-5 .slick-slider .slick-next:before {
    content: '';
    width: 43px;
    height: 43px;
    opacity: 1;
    display: block;
  }
  .content-4 .slick-slider .slick-prev,
  .content-5 .slick-slider .slick-prev {
    left: -40px;
  }
  .content-4 .slick-slider .slick-prev:before,
  .content-5 .slick-slider .slick-prev:before {
    background: url(/sites/all/themes/vesta/images/str-left.svg) no-repeat;
    background-size: contain;
  }
  .content-4 .slick-slider .slick-prev:hover:before,
  .content-5 .slick-slider .slick-prev:hover:before {
    background: url(/sites/all/themes/vesta/images/str-left-before.svg) no-repeat;
  }
  .content-4 .slick-slider .slick-next,
  .content-5 .slick-slider .slick-next {
    right: -40px;
  }
  .content-4 .slick-slider .slick-next:before,
  .content-5 .slick-slider .slick-next:before {
    background: url(/sites/all/themes/vesta/images/str-right.svg) no-repeat;
    background-size: contain;
  }
  .content-4 .slick-slider .slick-next:hover:before,
  .content-5 .slick-slider .slick-next:hover:before {
    background: url(/sites/all/themes/vesta/images/str-right-before.svg) no-repeat;
  }
  .content-4 .slick-slider .slick-dots,
  .content-5 .slick-slider .slick-dots {
    bottom: -10px;
    display: flex !important;
    justify-content: center;
  }
  .content-4 .slick-slider .slick-dots li,
  .content-5 .slick-slider .slick-dots li {
    width: 7px;
    height: 7px;
  }
  .content-4 .slick-slider .slick-dots li button,
  .content-5 .slick-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0;
  }
  .content-4 .slick-slider .slick-dots li button:before,
  .content-5 .slick-slider .slick-dots li button:before {
    content: '';
    background: #010101;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    color: transparent;
    opacity: 1;
  }
  .content-4 .slick-slider .slick-dots li.slick-active button:before,
  .content-5 .slick-slider .slick-dots li.slick-active button:before {
    background: #F8D54B;
  }
  .content-4 .node-product-view,
  .content-5 .node-product-view {
    width: 270px;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF;
    box-shadow: none;
    position: relative;
  }
  .content-4 .node-product-view:hover,
  .content-5 .node-product-view:hover {
    filter: drop-shadow(26px 20px 33px #b8bac2);
  }
  .content-4 .node-product-view .field-name-field-product-img-color,
  .content-5 .node-product-view .field-name-field-product-img-color {
    padding-top: 40px;
  }
  .content-4 .node-product-view .field-name-field-product-img-color img,
  .content-5 .node-product-view .field-name-field-product-img-color img {
    width: auto;
    margin: 0 auto;
  }
  .content-4 .node-product-view .group-content,
  .content-5 .node-product-view .group-content {
    padding: 5px 10px 20px;
    justify-content: space-between;
    row-gap: 14px;
  }
  .content-4 .node-product-view .field-name-title,
  .content-5 .node-product-view .field-name-title {
    text-align: left;
    color: #010101;
    font-size: 17px;
    line-height: 21px;
  }
  .content-4 .node-product-view .field-name-title a,
  .content-5 .node-product-view .field-name-title a {
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
  }
  .content-4 .node-product-view .group-price,
  .content-5 .node-product-view .group-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .content-4 .node-product-view .group-value,
  .content-5 .node-product-view .group-value {
    text-align: left;
  }
  .content-4 .node-product-view .field-name-commerce-price,
  .content-5 .node-product-view .field-name-commerce-price {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
  }
  .content-4 .node-product-view .field-name-field-product-price-old,
  .content-5 .node-product-view .field-name-field-product-price-old {
    text-decoration-line: line-through;
  }
  .content-4 .node-product-view .field-name-field-artikul .attribute-widgets,
  .content-5 .node-product-view .field-name-field-artikul .attribute-widgets {
    display: none;
  }
  .content-4 .node-product-view .field-name-field-artikul .form-wrapper.form-group,
  .content-5 .node-product-view .field-name-field-artikul .form-wrapper.form-group {
    margin: 0;
  }
  .content-4 .node-product-view .btn-default,
  .content-5 .node-product-view .btn-default {
    padding-left: 38px;
    color: #fff;
    background: #010101;
    position: relative;
  }
  .content-4 .node-product-view .btn-default:before,
  .content-5 .node-product-view .btn-default:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/cart-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
  }
  .content-4 .node-product-view .btn-default:hover,
  .content-5 .node-product-view .btn-default:hover,
  .content-4 .node-product-view .btn-default:focus,
  .content-5 .node-product-view .btn-default:focus {
    color: #010101;
    background: #F8D54B;
  }
  .content-4 .node-product-view .btn-default:hover:before,
  .content-5 .node-product-view .btn-default:hover:before,
  .content-4 .node-product-view .btn-default:focus:before,
  .content-5 .node-product-view .btn-default:focus:before {
    background: url(/sites/all/themes/vesta/images/cart-icon-before.svg) no-repeat;
  }
  .content-4 .node-product-view .group-product-label,
  .content-5 .node-product-view .group-product-label {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .content-4 .node-product-view .group-product-label .field,
  .content-5 .node-product-view .group-product-label .field {
    padding: 4.5px 7px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .content-4 .node-product-view .field-name-field-product-label-discount,
  .content-5 .node-product-view .field-name-field-product-label-discount {
    background: #F8D54B;
    color: #010101;
  }
  .content-4 .node-product-view .field-name-field-product-label-new,
  .content-5 .node-product-view .field-name-field-product-label-new {
    background: #71B68B;
    color: #fff;
  }
  .content-4 .node-product-view .field-name-field-product-label-hit,
  .content-5 .node-product-view .field-name-field-product-label-hit {
    background: #709AD8;
    color: #fff;
  }
  .footer {
    background: #F5F7FE;
    padding: 75px 0;
  }
  .content-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-footer .footer-logo .logo-wrap {
    margin-bottom: 30px;
  }
  .content-footer .footer-logo .copyrights-site {
    color: #000;
    margin-bottom: 10px;
  }
  .content-footer .footer-logo .copyrights-privacy {
    margin-bottom: 10px;
  }
  .content-footer .footer-logo .copyrights-privacy a {
    color: #000;
    text-decoration-line: underline;
  }
  .content-footer .footer-logo .copyrights-oferta a {
    color: #000;
    text-decoration-line: underline;
  }
  .content-footer .footer-menu ul.sf-main-menu {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .content-footer .footer-menu ul.sf-main-menu li a {
    color: #010101;
  }
  .content-footer .footer-menu-block ul.menu.nav {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .content-footer .footer-menu-block ul.menu.nav li a {
    color: #010101;
  }
  .content-footer .footer-connection .phone {
    background: url(/sites/all/themes/vesta/images/phone.svg) no-repeat left;
    padding-left: 35px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .content-footer .footer-connection .phone a {
    color: #010101;
  }
  .content-footer .footer-connection .mail {
    background: url(/sites/all/themes/vesta/images/mail.svg) no-repeat left;
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .content-footer .footer-connection .mail a {
    color: #010101;
  }
  .content-footer .footer-connection .social-wrap {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 10px;
  }
  .copyrights {
    background: #F5F7FE;
    padding-bottom: 30px;
  }
  .copyrights .copyrights-site,
  .copyrights .copyrights-privacy,
  .copyrights .copyrights-oferta {
    display: none;
  }
  .copyrights .copyrights-vesta a {
    color: #000;
    text-decoration-line: underline;
  }
  .page-catalog .view-taxcatalog .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .page-catalog .view-taxcatalog .views-row-1 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-2 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-3 .taxonomy-term {
    width: 380px;
  }
  .page-catalog .view-taxcatalog .views-row-1 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-2 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-3 .field-name-field-particon img {
    width: 380px;
    height: 212px !important;
  }
  .page-catalog .view-taxcatalog .views-row-4 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-5 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-6 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-7 .taxonomy-term {
    width: 278px;
  }
  .page-catalog .view-taxcatalog .views-row-4 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-5 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-6 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-7 .field-name-field-particon img {
    width: 278px;
    height: 322px !important;
  }
  .page-catalog .taxonomy-term {
    width: 278px;
    background: initial;
    box-shadow: none;
    position: relative;
  }
  .page-catalog .taxonomy-term:before {
    content: '';
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.72%, rgba(1, 1, 1, 0.5600000000000001) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-catalog .taxonomy-term:hover:before {
    background: linear-gradient(0deg, rgba(248, 213, 75, 0.8100000000000001) 0%, rgba(248, 213, 75, 0.8100000000000001) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.72%, rgba(1, 1, 1, 0.5600000000000001) 100%);
  }
  .page-catalog .taxonomy-term:hover .group-content {
    top: 0;
  }
  .page-catalog .taxonomy-term:hover h3.teaser-title {
    color: #010101;
  }
  .page-catalog .taxonomy-term:hover h3.teaser-title a {
    color: #010101;
  }
  .page-catalog .taxonomy-term .field-name-field-particon img {
    width: 278px;
    height: 322px !important;
    object-fit: cover;
    border-radius: 5px;
  }
  .page-catalog .taxonomy-term .group-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .page-catalog .taxonomy-term .field-name-teaser-title-term {
    width: 100%;
    text-align: center;
  }
  .page-catalog .taxonomy-term h3.teaser-title {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .page-catalog .taxonomy-term h3.teaser-title a {
    padding: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
  }
  .page-taxonomy-term .view-indcatalog .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .page-taxonomy-term .node-product-view {
    width: 270px;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF;
    position: relative;
  }
  .page-taxonomy-term .node-product-view:hover {
    filter: drop-shadow(26px 20px 33px #b8bac2);
  }
  .page-taxonomy-term .node-product-view .field-name-field-product-img-color {
    padding-top: 40px;
  }
  .page-taxonomy-term .node-product-view .field-name-field-product-img-color .field-item {
    text-align: center;
  }
  .page-taxonomy-term .node-product-view .field-name-field-product-img-color img {
    width: auto;
  }
  .page-taxonomy-term .node-product-view .group-content {
    padding: 5px 10px 20px;
    justify-content: space-between;
    row-gap: 14px;
  }
  .page-taxonomy-term .node-product-view .field-name-title {
    text-align: left;
    color: #010101;
    font-size: 17px;
    line-height: 21px;
  }
  .page-taxonomy-term .node-product-view .field-name-title a {
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
  }
  .page-taxonomy-term .node-product-view .group-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-taxonomy-term .node-product-view .group-value {
    text-align: left;
  }
  .page-taxonomy-term .node-product-view .field-name-commerce-price {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
  }
  .page-taxonomy-term .node-product-view .field-name-field-product-price-old {
    text-decoration-line: line-through;
  }
  .page-taxonomy-term .node-product-view .field-name-field-artikul .form-wrapper.form-group {
    margin: 0;
  }
  .page-taxonomy-term .node-product-view .field-name-field-artikul .attribute-widgets {
    display: none;
  }
  .page-taxonomy-term .node-product-view .btn-default {
    padding-left: 38px;
    color: #fff;
    background: #010101;
    position: relative;
  }
  .page-taxonomy-term .node-product-view .btn-default:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/cart-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
  }
  .page-taxonomy-term .node-product-view .btn-default:hover,
  .page-taxonomy-term .node-product-view .btn-default:focus {
    color: #010101;
    background: #F8D54B;
  }
  .page-taxonomy-term .node-product-view .btn-default:hover:before,
  .page-taxonomy-term .node-product-view .btn-default:focus:before {
    background: url(/sites/all/themes/vesta/images/cart-icon-before.svg) no-repeat;
  }
  .page-taxonomy-term .node-product-view .group-product-label {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .page-taxonomy-term .node-product-view .group-product-label .field {
    padding: 4.5px 7px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .page-taxonomy-term .node-product-view .field-name-field-product-label-discount {
    background: #F8D54B;
    color: #010101;
  }
  .page-taxonomy-term .node-product-view .field-name-field-product-label-new {
    background: #71B68B;
    color: #fff;
  }
  .page-taxonomy-term .node-product-view .field-name-field-product-label-hit {
    background: #709AD8;
    color: #fff;
  }
  .page-taxonomy-term .field-name-child-terms > .field-items > .field-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .page-taxonomy-term .field-name-child-terms .taxonomy-term {
    width: 270px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-taxonomy-term .field-name-child-terms .taxonomy-term:after {
    content: none;
  }
  .page-taxonomy-term .field-name-child-terms .taxonomy-term:hover img {
    transform: scale(1.2);
  }
  .page-taxonomy-term .field-name-child-terms .field-name-field-particon {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  .page-taxonomy-term .field-name-child-terms .field-name-field-particon img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .page-taxonomy-term .field-name-child-terms .field-name-teaser-title-term {
    border-radius: 0 0 5px 5px;
    flex-grow: 1;
    background: linear-gradient(0deg, rgba(248, 213, 75, 0.8100000000000001) 0%, rgba(248, 213, 75, 0.8100000000000001) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.72%, rgba(1, 1, 1, 0.5600000000000001) 100%);
  }
  .page-taxonomy-term .field-name-child-terms .field-name-teaser-title-term .field-items,
  .page-taxonomy-term .field-name-child-terms .field-name-teaser-title-term .field-item {
    height: 100%;
  }
  .page-taxonomy-term .field-name-child-terms h3.teaser-title {
    margin: 0;
    color: #010101;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .page-taxonomy-term .field-name-child-terms h3.teaser-title a {
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    color: #010101;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
  }
  .page-reviews h1 {
    text-align: center !important;
  }
  .page-reviews .view-reviews .view-header {
    margin-bottom: 30px;
  }
  .page-reviews .view-reviews .view-header .btn-primary {
    border: none;
    box-shadow: none;
    background: #F8D54B;
    color: #010101;
  }
  .page-reviews .view-reviews .view-header .btn-primary:hover {
    color: #fff;
    background: #010101;
    box-shadow: none;
  }
  .page-reviews .view-reviews .view-content {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .page-reviews .node-review {
    background: #F5F7FE;
    padding: 20px 15px;
    border-radius: 5px;
  }
  .page-reviews .node-review .field-name-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
  }
  .page-reviews .node-review .field-name-body {
    margin-bottom: 10px;
    color: #000;
  }
  .page-reviews .node-review .field-name-post-date {
    background: url(/sites/all/themes/vesta/images/calendar.svg) no-repeat left;
    padding-left: 22px;
    margin-bottom: 20px;
  }
  .node-type-product-view .header-block-3 {
    margin-bottom: 0 !important;
  }
  .node-type-product-view .main {
    background: #F5F5F5;
    padding-top: 40px;
  }
  .node-type-product-view .main h1 {
    text-align: left;
  }
  .node-type-product-view #switch_edit-body-und-0-value,
  .node-type-product-view #edit-body-und-0-format {
    display: none;
  }
  .node-type-product-view #cboxTitle {
    display: none !important;
  }
  .node-type-product-view .node-product-view .group-left {
    width: 670px;
    flex-grow: 0;
  }
  .node-type-product-view .node-product-view .group-left .group-left-wrap {
    width: 570px;
    margin: 0 auto;
    position: relative;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides {
    overflow: inherit;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides li {
    text-align: center;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides img {
    width: 570px !important;
    height: 437px !important;
    object-fit: contain;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide,
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide {
    width: 43px;
    height: 43px;
    padding: 0;
    opacity: 1;
    z-index: 1;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide:before,
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide:before {
    content: '';
    width: 43px;
    height: 43px;
    opacity: 1;
    display: block;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide {
    left: -50px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide:before {
    background: url(/sites/all/themes/vesta/images/str-left.svg) no-repeat;
    background-size: contain;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide:hover:before {
    background: url(/sites/all/themes/vesta/images/str-left-before.svg) no-repeat;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide {
    right: -50px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide:before {
    background: url(/sites/all/themes/vesta/images/str-right.svg) no-repeat;
    background-size: contain;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide:hover:before {
    background: url(/sites/all/themes/vesta/images/str-right-before.svg) no-repeat;
  }
  .node-type-product-view .node-product-view .group-left .group-tags {
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .node-type-product-view .node-product-view .group-left .group-tags .field {
    padding: 4.5px 7px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .node-type-product-view .node-product-view .group-left .field-name-field-product-label-discount {
    background: #F8D54B;
    color: #010101;
  }
  .node-type-product-view .node-product-view .group-left .field-name-field-product-label-new {
    background: #71B68B;
    color: #fff;
  }
  .node-type-product-view .node-product-view .group-left .field-name-field-product-label-hit {
    background: #709AD8;
    color: #fff;
  }
  .node-type-product-view .node-product-view .group-right {
    width: 470px;
    flex-grow: 0;
  }
  .node-type-product-view .node-product-view .group-right .commerce-product-extra-field-sku {
    margin-bottom: 20px;
  }
  .node-type-product-view .node-product-view .group-right .group-availability {
    display: flex;
    align-items: center;
    column-gap: 35px;
    margin-bottom: 20px;
  }
  .node-type-product-view .node-product-view .group-right .field-name-field-product-in-stock {
    margin-bottom: 0;
  }
  .node-type-product-view .node-product-view .group-right .field-name-field-product-in-stock .yes {
    padding-left: 10px;
    color: #2DAA0E;
    position: relative;
  }
  .node-type-product-view .node-product-view .group-right .field-name-field-product-in-stock .yes:before {
    content: '';
    position: absolute;
    background: #2DAA0E;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .node-type-product-view .node-product-view .group-right .field-name-field-product-in-stock .no {
    padding-left: 10px;
    color: #dc3545;
    position: relative;
  }
  .node-type-product-view .node-product-view .group-right .field-name-field-product-in-stock .no:before {
    content: '';
    position: absolute;
    background: #dc3545;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .node-type-product-view .node-product-view .group-right .flag-outer-favorites .flag-favorites a {
    font-size: 14px;
    line-height: 17px;
  }
  .node-type-product-view .node-product-view .group-right .flag-outer-favorites .flag-favorites a:before {
    font-size: 16px;
    padding-right: 5px;
  }
  .node-type-product-view .node-product-view .group-right .commerce-product-field-field-color {
    display: none;
  }
  .node-type-product-view .node-product-view .group-right .group-color-title h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .node-type-product-view .node-product-view .group-right .field-name-color--views {
    margin-bottom: 30px;
  }
  .node-type-product-view .node-product-view .group-right .field-name-color--views .field-label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .node-type-product-view .node-product-view .group-right .view-color-term .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .node-type-product-view .node-product-view .group-right .view-color-term .views-row {
    display: none;
  }
  .node-type-product-view .node-product-view .group-right .view-color-term .views-row .field {
    margin-bottom: 0;
  }
  .node-type-product-view .node-product-view .group-right .view-color-term .field-name-title {
    display: none;
  }
  .node-type-product-view .node-product-view .group-right .view-color-term .color-swatch {
    cursor: pointer;
    border-radius: 50%;
  }
  .node-type-product-view .node-product-view .group-right .view-color-term .color-swatch:hover {
    border: 2px solid #F8D54B;
  }
  .node-type-product-view .node-product-view .group-right .group-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #FFF;
  }
  .node-type-product-view .node-product-view .group-right .group-cart .btn-default {
    font-size: 21px;
    line-height: 26px;
    min-width: 214px;
  }
  .node-type-product-view .node-product-view .group-right .group-button {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .node-type-product-view .node-product-view .group-right .field-name-buy-one-click {
    margin-bottom: 0;
  }
  .node-type-product-view .node-product-view .group-right .field-name-buy-one-click .btn-default {
    background: #010101;
    color: #fff;
  }
  .node-type-product-view .node-product-view .group-right .field-name-buy-one-click .btn-default:hover,
  .node-type-product-view .node-product-view .group-right .field-name-buy-one-click .btn-default:focus {
    color: #010101;
    background: #F8D54B;
  }
  .node-type-product-view .node-product-view .group-right .field-name-commerce-price {
    font-size: 31px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .node-type-product-view .node-product-view .group-right .field-name-field-product-price-old {
    margin-bottom: 0;
    text-decoration-line: line-through;
  }
  .node-type-product-view .node-product-view .group-right .form-item-attributes-field-color {
    display: none;
  }
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference {
    margin-bottom: 0;
  }
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .form-group,
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .attribute-widgets {
    margin-bottom: 0;
  }
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .btn-default {
    width: 100%;
    padding-left: 38px;
    position: relative;
  }
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .btn-default:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/buy.svg) no-repeat;
    width: 34px;
    height: 29px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    margin: auto;
  }
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .btn-default:hover:before,
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .btn-default:focus:before {
    background: url(/sites/all/themes/vesta/images/buy-before.svg) no-repeat;
  }
  .node-type-product-view .node-product-view .group-footer {
    margin-top: 40px;
  }
  .node-type-product-view .node-product-view .group-footer .collapse:not(.show) {
    display: block;
  }
  .node-type-product-view .node-product-view .group-footer .fade:not(.show) {
    opacity: 1;
  }
  .node-type-product-view .node-product-view .group-footer div.horizontal-tabs {
    margin: 0;
    border: 0;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    background: inherit;
    border: none;
    margin-bottom: 15px;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list li {
    border: none;
    padding: 0;
    background: inherit;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list li.selected {
    padding: 0;
    border-radius: 5px;
    background: #F8D54B;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list li.selected a {
    border: 1px solid #F8D54B;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list li.selected a strong {
    color: #010101;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list li a {
    padding: 15px 24px!important;
    color: #010101;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #010101;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list li a:hover {
    border-radius: 5px;
    background: #F8D54B;
    color: #010101;
  }
  .node-type-product-view .node-product-view .group-footer .panel {
    margin-bottom: 0;
    background: inherit;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .node-type-product-view .node-product-view .group-footer .horizontal-tabs-panes .panel-body {
    padding: 30px 20px;
    border-radius: 5px;
    background: #FFF;
  }
  .node-type-product-view .node-product-view .group-footer .horizontal-tabs-panes .panel-body .field {
    margin-bottom: 0;
  }
  .node-type-product-view .node-product-view .group-footer .horizontal-tabs-panes .panel-body .field .field-label {
    font-weight: 400;
  }
  .node-type-product-view .node-product-view .group-footer .horizontal-tabs-panes .panel-body h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
  }
  .node-type-product-view .node-product-view .group-footer .group-characteristics .panel-body {
    background: inherit;
    border-radius: 0;
    padding: 0 !important;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions {
    padding: 30px 20px;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 10px;
  }
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics {
    padding: 30px 20px;
    border-radius: 5px;
    background: #FFF;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field-label,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field-label {
    width: 250px;
    position: relative;
    display: flex;
    white-space: nowrap;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field-label:after,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field-label:after {
    content: '';
    width: 100%;
    background-image: radial-gradient(#b8bac2 40%, transparent 50%);
    background-size: 7px 4px;
    background-repeat: repeat-x;
    background-position-y: 11px;
    display: block;
    margin-left: 10px;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field-items,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field-items {
    width: 480px;
  }
  .node-type-product-view .node-review-form {
    display: none;
    margin-top: 25px;
  }
  .node-type-product-view .node-review-form .form-actions .btn-success {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #010101;
    border-radius: 5px;
    background: #F8D54B;
    box-shadow: none;
    display: inline-block;
    padding: 10px 15px;
    border: none;
  }
  .node-type-product-view .node-review-form .form-actions .btn-success:hover,
  .node-type-product-view .node-review-form .form-actions .btn-success:focus {
    background: #010101;
    box-shadow: none;
    color: #FFFFFF;
  }
  .node-type-product-view .group-reviews-custom {
    margin-bottom: 25px;
  }
  .node-type-product-view .field-name-add-review-custom {
    margin-bottom: 10px !important;
  }
  .node-type-product-view .field-name-add-review-custom .field-item .btn-primary {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #010101;
    border-radius: 5px;
    background: #F8D54B;
    box-shadow: none;
    display: inline-block;
    padding: 10px 15px;
    border: none;
  }
  .node-type-product-view .field-name-add-review-custom .field-item .btn-primary:hover,
  .node-type-product-view .field-name-add-review-custom .field-item .btn-primary:focus {
    background: #010101;
    box-shadow: none;
    color: #FFFFFF;
  }
  .node-type-product-view .view-reviews .view-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .node-type-product-view .node-review {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .node-type-product-view .node-review:after {
    content: none;
  }
  .node-type-product-view .node-review .field-name-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
  }
  .node-type-product-view .node-review .field-name-body {
    color: #000;
  }
  .node-type-product-view .node-review .field-name-post-date {
    background: url(/sites/all/themes/vesta/images/calendar.svg) no-repeat left;
    padding-left: 22px;
  }
  .page-favorites .view-favorites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .page-favorites .node-product-view {
    width: 270px;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF;
    position: relative;
  }
  .page-favorites .node-product-view:hover {
    filter: drop-shadow(26px 20px 33px #b8bac2);
  }
  .page-favorites .node-product-view .field-name-field-product-img-color {
    padding-top: 40px;
  }
  .page-favorites .node-product-view .field-name-field-product-img-color img {
    width: auto;
  }
  .page-favorites .node-product-view .group-content {
    padding: 5px 10px 20px;
    justify-content: space-between;
    row-gap: 14px;
  }
  .page-favorites .node-product-view .field-name-title {
    text-align: left;
    color: #010101;
    font-size: 17px;
    line-height: 21px;
  }
  .page-favorites .node-product-view .field-name-title a {
    padding: 0;
    font-size: 17px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 42px;
  }
  .page-favorites .node-product-view .group-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-favorites .node-product-view .group-value {
    text-align: left;
  }
  .page-favorites .node-product-view .field-name-commerce-price {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
  }
  .page-favorites .node-product-view .field-name-field-product-price-old {
    text-decoration-line: line-through;
  }
  .page-favorites .node-product-view .field-name-field-artikul .form-wrapper.form-group {
    margin: 0;
  }
  .page-favorites .node-product-view .field-name-field-artikul .attribute-widgets {
    display: none;
  }
  .page-favorites .node-product-view .btn-default {
    padding-left: 38px;
    color: #fff;
    background: #010101;
    position: relative;
  }
  .page-favorites .node-product-view .btn-default:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/cart-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
  }
  .page-favorites .node-product-view .btn-default:hover,
  .page-favorites .node-product-view .btn-default:focus {
    color: #010101;
    background: #F8D54B;
  }
  .page-favorites .node-product-view .btn-default:hover:before,
  .page-favorites .node-product-view .btn-default:focus:before {
    background: url(/sites/all/themes/vesta/images/cart-icon-before.svg) no-repeat;
  }
  .page-favorites .node-product-view .group-product-label {
    position: absolute;
    top: 15px;
    right: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .page-favorites .node-product-view .group-product-label .field {
    padding: 4.5px 7px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .page-favorites .node-product-view .field-name-field-product-label-discount {
    background: #F8D54B;
    color: #010101;
  }
  .page-favorites .node-product-view .field-name-field-product-label-new {
    background: #71B68B;
    color: #fff;
  }
  .page-favorites .node-product-view .field-name-field-product-label-hit {
    background: #709AD8;
    color: #fff;
  }
}
@media (max-width: 1259.98px) {
  .content-2 .slick-slider .slick-prev,
  .content-4 .slick-slider .slick-prev,
  .content-5 .slick-slider .slick-prev {
    left: -10px;
  }
  .content-2 .slick-slider .slick-next,
  .content-4 .slick-slider .slick-next,
  .content-5 .slick-slider .slick-next {
    right: -10px;
  }
}
@media (max-width: 1199.98px) {
  body .page h1 {
    font-size: 60px;
    line-height: 70px;
  }
  body .page .block-title {
    font-size: 40px;
    line-height: 50px;
  }
  body.not-front h1 {
    font-size: 42px;
    line-height: 50px;
  }
  #block-search-api-page-search-by-parts input {
    height: 40px;
    width: 250px;
  }
  #block-search-api-page-search-by-parts button {
    height: 40px;
  }
  .content-header-2 .cart #block-commerce-cart-cart .content > a {
    padding: 8px 12px;
  }
  .content-header-2 .header-block-callback .btn-default {
    line-height: 20px;
  }
  .content-header-2 .header-block-favorites .favorites-symbol {
    padding: 9px 14px;
  }
  .content-header-3 ul.sf-main-menu {
    justify-content: center;
  }
  .content-header-3 ul.sf-main-menu > li > a {
    padding: 16px;
  }
  .content-header-3 ul.sf-main-menu > li > a .sf-sub-indicator {
    right: 3px;
  }
  .content-header-3 ul.sf-main-menu > li:hover > ul,
  .content-header-3 ul.sf-main-menu > li.sfHover > ul {
    top: 49px;
  }
  .content-header-3 ul.menu.nav li a {
    padding: 16px;
  }
  .slider .flexslider .flex-direction-nav .flex-prev {
    left: 0;
  }
  .slider .flexslider .flex-direction-nav .flex-next {
    right: 0;
  }
  .slider .flexslider .field-name-field-fleximg img {
    height: 500px !important;
  }
  .slider .flexslider .field-name-title {
    max-width: 520px;
    font-size: 50px;
    line-height: 60px;
  }
  .slider .flexslider .field-name-body {
    max-width: 520px;
    font-size: 28px;
    line-height: 36px;
  }
  .content-1 .view-taxcatalog .views-row-1 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-2 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-3 .taxonomy-term {
    width: 310px;
  }
  .content-1 .view-taxcatalog .views-row-1 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-2 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-3 .field-name-field-particon img {
    width: 310px;
    height: 173px !important;
  }
  .content-1 .view-taxcatalog .views-row-4 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-5 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-6 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-7 .taxonomy-term {
    width: 229px;
  }
  .content-1 .view-taxcatalog .views-row-4 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-5 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-6 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-7 .field-name-field-particon img {
    width: 229px;
    height: 265px !important;
  }
  .content-2 {
    margin-bottom: 60px;
  }
  .content-2 .slick-slider {
    width: 860px;
    margin: 0 auto 15px;
  }
  .content-2 .slick-slider .slick-prev {
    left: -50px;
  }
  .content-2 .slick-slider .slick-next {
    right: -50px;
  }
  .content-4 .slick-slider,
  .content-5 .slick-slider {
    width: 860px;
    margin: 0 auto 15px;
  }
  .content-4 .slick-slider .slick-prev,
  .content-5 .slick-slider .slick-prev {
    left: -50px;
  }
  .content-4 .slick-slider .slick-next,
  .content-5 .slick-slider .slick-next {
    right: -50px;
  }
  .page-catalog .view-taxcatalog .view-content {
    justify-content: center;
  }
  .page-catalog .view-taxcatalog .views-row-1 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-2 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-3 .taxonomy-term {
    width: 310px;
  }
  .page-catalog .view-taxcatalog .views-row-1 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-2 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-3 .field-name-field-particon img {
    width: 310px;
    height: 173px !important;
  }
  .page-catalog .view-taxcatalog .views-row-4 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-5 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-6 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-7 .taxonomy-term {
    width: 229px;
  }
  .page-catalog .view-taxcatalog .views-row-4 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-5 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-6 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-7 .field-name-field-particon img {
    width: 229px;
    height: 265px !important;
  }
  .page-catalog .taxonomy-term {
    width: 229px;
  }
  .page-catalog .taxonomy-term .field-name-field-particon img {
    width: 229px;
    height: 265px !important;
  }
  .page-taxonomy-term .node-product-view {
    width: 233px;
  }
  .page-taxonomy-term .node-product-view .field-name-commerce-price {
    font-size: 18px;
    line-height: 23px;
  }
  .page-taxonomy-term .node-product-view .btn-default {
    font-size: 14px;
    line-height: 17px;
  }
  .page-taxonomy-term .field-name-child-terms .taxonomy-term {
    width: 233px;
  }
  .node-type-product-view .node-product-view .group-left {
    width: 490px;
  }
  .node-type-product-view .node-product-view .group-left .group-left-wrap {
    width: 390px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides img {
    width: 390px !important;
    height: 299px !important;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide,
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide {
    width: 40px;
    height: 40px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide:before,
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide:before {
    width: 40px;
    height: 40px;
  }
  .node-type-product-view .node-product-view .group-right {
    width: 450px;
  }
  .page-favorites .view-favorites .view-content {
    gap: 15px 10px;
  }
  .page-favorites .node-product-view {
    width: 233px;
  }
  .page-favorites .node-product-view .field-name-commerce-price {
    font-size: 18px;
    line-height: 23px;
  }
  .page-favorites .node-product-view .btn-default {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 991.98px) {
  #backtotop {
    background: url(/sites/all/themes/vesta/images/up-768.svg) no-repeat;
  }
  #backtotop:before {
    content: url(/sites/all/themes/vesta/images/up-768.svg);
  }
  body .btn-default {
    font-size: 14px;
    line-height: 17px;
  }
  body .page h1 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  body .page .block-title {
    font-size: 34px;
    line-height: 38px;
  }
  body .page .block-title:before {
    border-bottom: 5px solid #F8D54B;
    height: 5px;
  }
  body.not-front h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  body.not-front #block-system-main {
    margin-bottom: 30px;
  }
  .content-header-1 .header-block-social .social-wrap {
    column-gap: 5px;
  }
  .navigation .region-navigation ul.sf-main-menu > li > a {
    padding: 10px 8px;
  }
  .navigation .region-navigation ul.sf-main-menu > li > a .fa.fa-angle-down {
    right: 4px;
  }
  .navigation .region-navigation ul.sf-main-menu > li > a.sf-with-ul {
    padding-right: 17px;
  }
  #block-search-api-page-search-by-parts input {
    width: 130px;
  }
  #block-search-api-page-search-by-parts button {
    width: 40px;
  }
  #block-search-api-page-search-by-parts button:before {
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .content-header-2 .header-block-logo {
    width: 110px;
  }
  .content-header-2 .header-block-phone .content p a {
    background-size: 15px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 17px;
  }
  .content-header-2 .header-block-favorites .favorites-symbol {
    padding: 9px;
  }
  .content-header-2 .header-block-favorites .favorites-quantity {
    font-size: 16px;
    line-height: 20px;
  }
  .content-header-2 .cart #block-commerce-cart-cart .content > a {
    padding: 8px 10px;
  }
  .content-header-2 .cart #block-commerce-cart-cart .cart-empty-block {
    width: 16px;
    height: 20px;
  }
  .content-header-2 .cart #block-commerce-cart-cart .cart-empty-block:before {
    min-width: 16px;
    width: 16px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .content-header-2 .cart #block-commerce-cart-cart .view-commerce-cart-block .view-header .line-item-summary .line-item-quantity-raw {
    font-size: 16px;
  }
  .content-header-3 ul.sf-main-menu > li.sf-item-8 a {
    padding-left: 30px;
  }
  .content-header-3 ul.sf-main-menu > li.sf-item-8 a:before {
    width: 22px;
    height: 14px;
    left: 4px;
  }
  .content-header-3 ul.sf-main-menu > li > a {
    text-transform: none;
    padding: 12px 9px;
  }
  .content-header-3 ul.sf-main-menu > li > a.sf-with-ul {
    padding-right: 15px;
  }
  .content-header-3 ul.sf-main-menu > li:hover > ul,
  .content-header-3 ul.sf-main-menu > li.sfHover > ul {
    top: 41px;
  }
  .content-header-3 ul.menu.nav li a {
    padding: 12px 9px;
    text-transform: none;
  }
  .content-header-3 ul.menu.nav li.menu-mlid-8166 a {
    padding-left: 30px;
  }
  .content-header-3 ul.menu.nav li.menu-mlid-8166 a:before {
    width: 22px;
    height: 14px;
    left: 4px;
  }
  .slider .flexslider .field-name-field-fleximg img {
    height: 400px !important;
  }
  .slider .flexslider .field-name-title {
    max-width: 400px;
    font-size: 32px;
    line-height: 36px;
  }
  .slider .flexslider .field-name-body {
    max-width: 400px;
    font-size: 22px;
    line-height: 26px;
  }
  .front h1:before {
    border-bottom: 5px solid #F8D54B;
    height: 5px;
  }
  .content-1 {
    margin-bottom: 40px;
  }
  .content-1 .view-taxcatalog .view-content {
    gap: 10px;
  }
  .content-1 .view-taxcatalog .views-row-1 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-2 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-3 .taxonomy-term {
    width: 239px;
  }
  .content-1 .view-taxcatalog .views-row-1 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-2 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-3 .field-name-field-particon img {
    width: 239px;
    height: 133px !important;
  }
  .content-1 .view-taxcatalog .views-row-4 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-5 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-6 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-7 .taxonomy-term {
    width: 177px;
  }
  .content-1 .view-taxcatalog .views-row-4 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-5 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-6 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-7 .field-name-field-particon img {
    width: 177px;
    height: 205px !important;
  }
  .content-1 .taxonomy-term .group-content {
    padding: 10px;
  }
  .content-1 .taxonomy-term h3.teaser-title {
    font-size: 14px;
    line-height: 17px;
  }
  .content-1 .taxonomy-term h3.teaser-title a {
    font-size: 14px;
    line-height: 17px;
  }
  .content-2 {
    margin-bottom: 40px;
  }
  .content-2 .region-content-2 .block-title {
    margin-bottom: 25px;
  }
  .content-2 .slick-slider {
    width: 580px;
    margin: 0 auto;
  }
  .content-2 .slick-slider .slick-dots {
    bottom: 0;
  }
  .content-3 {
    padding: 40px 0;
  }
  .content-3 .region-content-3 .block-title {
    margin-bottom: 20px;
  }
  .content-3 .region-content-3 section:nth-child(1) {
    width: 445px;
    margin-bottom: 20px;
  }
  .content-3 .view-benefits .view-content {
    width: 445px;
    column-gap: 10px;
  }
  .content-3 .view-benefits .views-row-1 .field-name-title {
    width: 125px;
  }
  .content-3 .view-benefits .views-row-2 .field-name-title {
    width: 85px;
  }
  .content-3 .view-benefits .views-row-3 .field-name-title {
    width: 70px;
  }
  .content-3 .node-benefits {
    column-gap: 5px;
  }
  .content-3 .node-benefits .field-name-field-benefits-img img {
    max-height: 45px !important;
    object-fit: contain;
  }
  .content-3 .node-benefits .field-name-title {
    font-size: 14px;
    line-height: 17px;
  }
  .content-4 .region-content-4 .block-title,
  .content-5 .region-content-4 .block-title,
  .content-4 .region-content-5 .block-title,
  .content-5 .region-content-5 .block-title {
    margin-bottom: 25px;
  }
  .content-4 .slick-slider,
  .content-5 .slick-slider {
    width: 580px;
    margin: 0 auto;
  }
  .content-4 .slick-slider .slick-dots,
  .content-5 .slick-slider .slick-dots {
    bottom: 0;
  }
  .footer {
    padding: 35px 0;
  }
  .content-footer .footer-logo .logo-wrap {
    margin-bottom: 15px;
  }
  .content-footer .footer-logo .copyrights-site {
    margin-bottom: 5px;
  }
  .content-footer .footer-logo .copyrights-privacy {
    margin-bottom: 5px;
  }
  .content-footer .footer-menu ul.sf-main-menu {
    row-gap: 10px;
  }
  .content-footer .footer-menu-block ul.menu.nav {
    row-gap: 10px;
  }
  .content-footer .footer-connection .phone {
    background-size: 15px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .content-footer .footer-connection .mail {
    background-size: 15px;
    padding-left: 20px;
    line-height: 17px;
    margin-bottom: 15px;
  }
  .content-footer .footer-connection .mail a {
    color: #010101;
  }
  .content-footer .footer-connection .social-wrap {
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
  .page-catalog .view-taxcatalog .view-content {
    gap: 10px;
  }
  .page-catalog .view-taxcatalog .views-row-1 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-2 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-3 .taxonomy-term {
    width: 239px;
  }
  .page-catalog .view-taxcatalog .views-row-1 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-2 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-3 .field-name-field-particon img {
    width: 239px;
    height: 133px !important;
  }
  .page-catalog .view-taxcatalog .views-row-4 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-5 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-6 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-7 .taxonomy-term {
    width: 177px;
  }
  .page-catalog .view-taxcatalog .views-row-4 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-5 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-6 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-7 .field-name-field-particon img {
    width: 177px;
    height: 205px !important;
  }
  .page-catalog .taxonomy-term {
    width: 177px;
  }
  .page-catalog .taxonomy-term .field-name-field-particon img {
    width: 177px;
    height: 205px !important;
  }
  .page-catalog .taxonomy-term .group-content {
    padding: 10px;
  }
  .page-catalog .taxonomy-term h3.teaser-title {
    font-size: 14px;
    line-height: 17px;
  }
  .page-catalog .taxonomy-term h3.teaser-title a {
    font-size: 14px;
    line-height: 17px;
  }
  .node-type-product-view .main {
    padding-top: 30px;
  }
  .node-type-product-view .node-product-view .group-left {
    width: 370px;
  }
  .node-type-product-view .node-product-view .group-left .group-left-wrap {
    width: 290px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides img {
    width: 290px !important;
    height: 222px !important;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide,
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide {
    width: 35px;
    height: 35px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide:before,
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide:before {
    width: 35px;
    height: 35px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide {
    left: -40px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide {
    right: -40px;
  }
  .node-type-product-view .node-product-view .group-right {
    width: 350px;
  }
  .node-type-product-view .node-product-view .group-right .field-name-commerce-price {
    font-size: 24px;
    line-height: 24px;
  }
  .node-type-product-view .node-product-view .group-right .view-color-term .color-swatch {
    width: 30px !important;
    height: 30px !important;
  }
  .node-type-product-view .node-product-view .group-right .group-cart .btn-default {
    font-size: 16px;
    line-height: 20px;
    min-width: initial;
  }
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .btn-default:before {
    background: url(/sites/all/themes/vesta/images/cart-icon-before.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 13px;
  }
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .btn-default:hover:before,
  .node-type-product-view .node-product-view .group-right .field-type-commerce-product-reference .btn-default:focus:before {
    background: url(/sites/all/themes/vesta/images/cart-icon.svg) no-repeat;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list {
    column-gap: 10px;
    row-gap: 10px;
  }
  .node-type-product-view .node-product-view .group-footer ul.horizontal-tabs-list li a {
    padding: 10px 15px!important;
    font-size: 13px;
    line-height: 16px;
  }
  .node-type-product-view .node-product-view .group-footer .horizontal-tabs-panes .panel-body {
    padding: 20px 15px;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics {
    padding: 20px 15px;
    row-gap: 15px;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field-label,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field-label {
    width: 210px;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field-items,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field-items {
    width: 478px;
  }
}
@media (max-width: 767.98px) {
  body .page h1 {
    font-size: 32px;
    line-height: 36px;
  }
  body .page .block-title {
    font-size: 26px;
    line-height: 30px;
  }
  body .page .block-title:before {
    border-bottom: 4px solid #F8D54B;
    height: 4px;
  }
  body.not-front h1 {
    font-size: 28px;
    line-height: 32px;
  }
  body.not-front .main {
    padding-top: 30px;
  }
  .mm-page {
    padding-top: 60px;
  }
  #mobile-header {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
  }
  #mobile-header .phone-wrap {
    width: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
  }
  #mobile-header .phone-mobile a {
    font-size: 14px;
    line-height: 17px;
    display: flex;
    color: #010101;
  }
  #mobile-header .social-wrap {
    display: flex;
    align-items: center;
    column-gap: 4px;
  }
  #mobile-header .header-block-favorites .favorites-symbol {
    border-radius: 5px;
    border: 1px solid #E2E7F5;
    background: #FFF;
    padding: 4px 6px;
    display: flex;
    align-items: flex-start;
    column-gap: 5px;
  }
  #mobile-header .header-block-favorites .favorites-symbol:before {
    font-size: 20px;
    color: #010101;
  }
  #mobile-header .header-block-favorites .favorites-quantity {
    position: initial;
    border: none;
    border-radius: 0;
    background: initial;
    padding: 0;
    min-width: initial;
    height: auto;
    color: #010101;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
  #mobile-header .cart #block-commerce-cart-cart {
    flex-direction: row;
    align-items: center;
  }
  #mobile-header .cart #block-commerce-cart-cart .block-title {
    display: none;
  }
  #mobile-header .cart #block-commerce-cart-cart .content > a {
    flex-direction: row;
    align-items: center;
    padding: 4px 6px;
    border-radius: 5px;
    background: #F8D54B;
  }
  #mobile-header .cart #block-commerce-cart-cart .content > a:before {
    content: '';
    background: url(/sites/all/themes/vesta/images/cart.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  #mobile-header .cart #block-commerce-cart-cart .cart-empty-block {
    position: initial;
    width: 14px;
    height: 17px;
  }
  #mobile-header .cart #block-commerce-cart-cart .cart-empty-block:before {
    position: initial;
    background: inherit;
    border: none;
    color: #010101;
    padding: 0;
    min-width: 14px;
    width: 14px;
    height: 17px;
    font-size: 14px;
    line-height: 17px;
  }
  #mobile-header .cart #block-commerce-cart-cart .cart-contents {
    position: initial;
  }
  #mobile-header .cart #block-commerce-cart-cart .view-commerce-cart-block .view-header .line-item-summary {
    margin: 0;
  }
  #mobile-header .cart #block-commerce-cart-cart .view-commerce-cart-block .view-header .line-item-summary .line-item-quantity-raw {
    position: initial;
    background: inherit;
    border: none;
    color: #010101;
    width: auto;
    height: auto;
    font-size: 14px;
  }
  .header-block-1,
  .header-block-2,
  .header-block-3 {
    display: none;
  }
  .slider .flexslider .flex-direction-nav {
    display: none;
  }
  .slider .flexslider .field-name-field-fleximg img {
    height: 320px !important;
  }
  .slider .flexslider .field-name-title {
    max-width: 330px;
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .slider .flexslider .field-name-body {
    max-width: 330px;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .slider .flexslider .btn-default {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .front h1:before {
    content: none;
  }
  .content-1 .view-taxcatalog .view-content {
    justify-content: center;
  }
  .content-1 .view-taxcatalog .views-row-1 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-2 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-3 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-4 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-5 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-6 .taxonomy-term,
  .content-1 .view-taxcatalog .views-row-7 .taxonomy-term {
    width: 330px;
  }
  .content-1 .view-taxcatalog .views-row-1 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-2 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-3 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-4 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-5 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-6 .field-name-field-particon img,
  .content-1 .view-taxcatalog .views-row-7 .field-name-field-particon img {
    width: 330px;
    height: 184px !important;
  }
  .content-2 .slick-slider {
    width: 280px;
  }
  .content-2 .slick-slider .slick-prev,
  .content-2 .slick-slider .slick-next {
    width: 35px;
    height: 35px;
  }
  .content-2 .slick-slider .slick-prev:before,
  .content-2 .slick-slider .slick-next:before {
    width: 35px;
    height: 35px;
  }
  .content-2 .slick-slider .slick-prev {
    left: -40px;
  }
  .content-2 .slick-slider .slick-prev:hover:before {
    background-size: contain;
  }
  .content-2 .slick-slider .slick-next {
    right: -40px;
  }
  .content-2 .slick-slider .slick-next:hover:before {
    background-size: contain;
  }
  .content-3 {
    background: #fff;
  }
  .content-3 .region-content-3 .block-title {
    margin-bottom: 20px;
  }
  .content-3 .region-content-3 section:nth-child(1) {
    width: 100%;
  }
  .content-3 .view-benefits .view-content {
    width: auto;
    justify-content: center;
    row-gap: 10px;
  }
  .content-3 .view-benefits .views-row-1 .field-name-title {
    width: 125px;
  }
  .content-3 .view-benefits .views-row-2 .field-name-title {
    width: 85px;
  }
  .content-3 .view-benefits .views-row-3 .field-name-title {
    width: 70px;
  }
  .content-4 .slick-slider,
  .content-5 .slick-slider {
    width: 280px;
  }
  .content-4 .slick-slider .slick-prev,
  .content-5 .slick-slider .slick-prev,
  .content-4 .slick-slider .slick-next,
  .content-5 .slick-slider .slick-next {
    width: 35px;
    height: 35px;
  }
  .content-4 .slick-slider .slick-prev:before,
  .content-5 .slick-slider .slick-prev:before,
  .content-4 .slick-slider .slick-next:before,
  .content-5 .slick-slider .slick-next:before {
    width: 35px;
    height: 35px;
  }
  .content-4 .slick-slider .slick-prev,
  .content-5 .slick-slider .slick-prev {
    left: -40px;
  }
  .content-4 .slick-slider .slick-prev:hover:before,
  .content-5 .slick-slider .slick-prev:hover:before {
    background-size: contain;
  }
  .content-4 .slick-slider .slick-next,
  .content-5 .slick-slider .slick-next {
    right: -40px;
  }
  .content-4 .slick-slider .slick-next:hover:before,
  .content-5 .slick-slider .slick-next:hover:before {
    background-size: contain;
  }
  .content-footer {
    width: 330px;
    margin: 0 auto;
    row-gap: 25px;
  }
  .content-footer .footer-logo {
    width: 100%;
    text-align: center;
  }
  .content-footer .footer-logo .logo-wrap {
    margin-bottom: 0;
  }
  .content-footer .footer-logo .copyrights-site,
  .content-footer .footer-logo .copyrights-privacy,
  .content-footer .footer-logo .copyrights-oferta {
    display: none;
  }
  .copyrights .copyrights-site,
  .copyrights .copyrights-privacy,
  .copyrights .copyrights-oferta {
    display: block;
  }
  .copyrights .copyrights-site {
    color: #000;
    margin-bottom: 3px;
  }
  .copyrights .copyrights-privacy {
    margin-bottom: 3px;
  }
  .copyrights .copyrights-privacy a {
    color: #000;
    text-decoration-line: underline;
  }
  .copyrights .copyrights-oferta {
    margin-bottom: 7px;
  }
  .copyrights .copyrights-oferta a {
    color: #000;
    text-decoration-line: underline;
  }
  .page-catalog .view-taxcatalog .views-row-1 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-2 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-3 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-4 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-5 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-6 .taxonomy-term,
  .page-catalog .view-taxcatalog .views-row-7 .taxonomy-term {
    width: 330px;
  }
  .page-catalog .view-taxcatalog .views-row-1 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-2 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-3 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-4 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-5 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-6 .field-name-field-particon img,
  .page-catalog .view-taxcatalog .views-row-7 .field-name-field-particon img {
    width: 330px;
    height: 184px !important;
  }
  .page-catalog .taxonomy-term {
    width: 330px;
  }
  .page-catalog .taxonomy-term .field-name-field-particon img {
    width: 330px;
    height: 184px !important;
  }
  .page-taxonomy-term .view-indcatalog .view-content {
    gap: 15px 10px;
  }
  .page-taxonomy-term .node-product-view {
    width: 160px;
  }
  .page-taxonomy-term .node-product-view .group-price {
    row-gap: 10px;
  }
  .node-type-product-view .node-product-view {
    justify-content: center;
  }
  .node-type-product-view .node-product-view .group-left {
    width: 330px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .prev-slide {
    left: -35px;
  }
  .node-type-product-view .node-product-view .group-left .gallery-slides .next-slide {
    right: -35px;
  }
  .node-type-product-view .node-product-view .group-right {
    width: 100%;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field {
    column-gap: 5px;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field-label,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field-label {
    width: 200px;
  }
  .node-type-product-view .node-product-view .group-footer .group-dimensions .field-items,
  .node-type-product-view .node-product-view .group-footer .group-additional-characteristics .field-items {
    width: auto;
    max-width: 280px;
  }
}
/*
.view-commerce-cart-form tr.views-table-row-select-all {
  display: none !important;
}

.view-commerce-cart-form th.views-field-views-bulk-operations {
  position: relative;
}

.view-commerce-cart-form th.views-field-views-bulk-operations .control-label:after {
  content: 'Выбрать все';
}

.view-commerce-cart-form th.views-field-views-bulk-operations .control-label {
  position: relative;
  display: flex;
  align-items: center;
}

.view-commerce-cart-form th.views-field-views-bulk-operations .control-label input {
  margin-right: 10px;
}

.page-cart .view-commerce-cart-form .views-table thead tr .views-field.views-field-nothing {
  display: block;
  text-align: right;
  cursor: pointer;
  font-size: 15px;
  line-height: 19px;
  color: #f65f5f;
}
.page-cart .view-commerce-cart-form .views-table .views-field-views-bulk-operations {
  text-align: left !important;
}*/
/*
button#edit-mass-delete {
  width: 100%;
  margin-right: 0;
  background-color: transparent;
  border: 1px solid @black;
  color: @black;
  &:hover {
  	background-color: @black;
  	color: @white;
  }
}*/
.page-cart .view-commerce-cart-form .commerce-line-item-views-form > form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-cart .view-commerce-cart-form .commerce-line-item-views-form > form > div > button {
  width: 100%;
  display: none;
  margin-right: 0;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.page-cart .view-commerce-cart-form .commerce-line-item-views-form > form > div > button:hover {
  background-color: #000000;
  color: #ffffff;
}
.page-cart .view-commerce-cart-form .table-responsive {
  width: 780px;
  border: none;
  background: rgba(239, 239, 239, 0);
}
@media screen and (max-width: 1199px) {
  .page-cart .view-commerce-cart-form .table-responsive {
    width: 100%;
  }
}
.page-cart .view-commerce-cart-form .views-table {
  margin: 0;
}
.page-cart .view-commerce-cart-form .views-table thead {
  border: none;
  display: none;
}
.page-cart .view-commerce-cart-form .views-table thead tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 20px;
}
.page-cart .view-commerce-cart-form .views-table thead tr .views-field {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.page-cart .view-commerce-cart-form .views-table thead tr .views-field .checkbox {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-cart .view-commerce-cart-form .views-table thead tr .views-field + .views-field {
  display: none;
}
.page-cart .view-commerce-cart-form .views-table tbody {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr {
  border-radius: 5px;
  border: 1px solid #E4E6ED;
  background-color: transparent;
  padding: 19px 30px 19px 14px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 310px 235px 1fr;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr > .views-field-field-prod-sort,
.page-cart .view-commerce-cart-form .views-table tbody > tr > .views-field-field-prod-size,
.page-cart .view-commerce-cart-form .views-table tbody > tr > .views-field-field-izmer-korz {
  display: none;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr > .views-field-field-productimg .checkbox {
  display: none;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr > .views-field-commerce-unit-price {
  display: flex;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr > .views-field-commerce-unit-price .views-field-field-izmer-korz {
  margin-left: 10px;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr td {
  border: none;
  padding: 0;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr td:nth-child(4) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 4;
  grid-column-end: 2;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr td:nth-child(5) {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 4;
  grid-column-end: 3;
  padding-left: 30px;
  padding-right: 37px;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .page-cart .view-commerce-cart-form .views-table tbody > tr td:nth-child(5) {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .page-cart .view-commerce-cart-form .views-table tbody > tr td:nth-child(5) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-cart .view-commerce-cart-form .views-table tbody > tr td:nth-child(6) {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 4;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-cart .view-commerce-cart-form .views-table tbody > tr td:nth-child(6) {
    padding-top: 0px;
  }
}
.page-cart .view-commerce-cart-form .views-table tbody > tr td:nth-child(7) {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 4;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr td:nth-child(8) {
  grid-row-start: 3;
  grid-column-start: 3;
  grid-row-end: 4;
  grid-column-end: 4;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr .views-field-edit-mass {
  display: none;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr .views-field-title {
  text-align: left;
  margin-left: 20px;
}
.page-cart .view-commerce-cart-form .views-table tbody > tr .views-field-title .views-field {
  margin-top: 10px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 991px) {
  .page-cart .view-commerce-cart-form .views-table tbody > tr {
    grid-template-columns: 221px 235px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .page-cart .view-commerce-cart-form .views-table tbody > tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.page-cart .view-commerce-cart-form .views-field-field-product-img-color img {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .page-cart .view-commerce-cart-form .views-field-field-product-img-color {
    width: 100%;
  }
}
.page-cart .view-commerce-cart-form .views-field-sku {
  display: none;
}
.page-cart .view-commerce-cart-form .views-field-line-item-title * {
  color: #000;
  font-family: Commissioner;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .page-cart .view-commerce-cart-form .views-field-line-item-title {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  .page-cart .view-commerce-cart-form .views-field-line-item-title {
    width: 100%;
  }
}
.page-cart .view-commerce-cart-form .views-field-title {
  display: none;
}
.page-cart .view-commerce-cart-form .views-field-field-prod-title-cart {
  margin-left: 18px;
  width: 310px;
  height: max-content;
  color: #000000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.page-cart .view-commerce-cart-form .views-field-field-prod-title-cart * {
  color: #000000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .page-cart .view-commerce-cart-form .views-field-field-prod-title-cart {
    width: 195px;
  }
}
@media screen and (max-width: 991px) {
  .page-cart .view-commerce-cart-form .views-field-field-prod-title-cart {
    width: 170px;
  }
}
.page-cart .view-commerce-cart-form .views-field-commerce-unit-price {
  width: max-content;
  height: max-content;
  margin-left: auto;
  color: #010101;
  font-family: Commissioner;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .page-cart .view-commerce-cart-form .views-field-commerce-unit-price {
    width: 100%;
  }
}
.page-cart .view-commerce-cart-form .views-field-field-catalog {
  display: none;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity {
  width: max-content;
  height: max-content;
  margin-left: auto;
  margin-top: 15px;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div {
  /*margin: 0 auto 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        border: 2px solid #AEAEAE;
        padding-top: 9px;
        padding-bottom: 9px;*/
  display: flex;
  align-items: center;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div label {
  display: none;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div .form-control {
  width: 100px;
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #B8BAC2;
  color: #010101;
  font-family: Commissioner;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div .commerce-quantity-plusminus-link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div .commerce-quantity-plusminus-link * {
  padding: 0;
  font-size: 0;
  opacity: 0;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div .commerce-quantity-plusminus-link *:hover {
  background-color: transparent;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div .commerce-quantity-plusminus-link:hover {
  background-color: transparent;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div .commerce-quantity-plusminus-link-decrease {
  background-image: url(/sites/default/files/minus.svg);
  background-size: 16px auto !important;
}
.page-cart .view-commerce-cart-form .views-field-edit-quantity > div .commerce-quantity-plusminus-link-increase {
  background-image: url(/sites/default/files/plus2.svg);
  background-size: 16px auto !important;
}
@media screen and (max-width: 767px) {
  .page-cart .view-commerce-cart-form .views-field-edit-quantity {
    width: calc(50% - 7.5px);
    min-width: 170px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .page-cart .view-commerce-cart-form .views-field-edit-quantity {
    min-width: 135px;
  }
}
.page-cart .view-commerce-cart-form .views-field-edit-delete {
  width: max-content;
  height: max-content;
  margin-left: auto;
  margin-top: 50px;
}
.page-cart .view-commerce-cart-form .views-field-edit-delete .delete-line-item {
  padding: 0;
  border: none;
  background-color: transparent;
}
.page-cart .view-commerce-cart-form .views-field-edit-delete .delete-line-item:after {
  content: url(/sites/default/files/trash.svg);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page-cart .view-commerce-cart-form .views-field-edit-delete {
    margin-top: 0;
  }
}
.page-cart .view-commerce-cart-form .views-field-field-prod-s-etim-pokupayut,
.page-cart .view-commerce-cart-form .views-field-commerce-total {
  display: none;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions {
  width: 309px;
  height: 244px;
  border-radius: 5px;
  border: none;
  background: #F8D54B;
  padding: 42px 26px 60px;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .all {
  margin: 28px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .all * {
  margin: 0;
  color: #000;
  font-family: Commissioner;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .page-cart .view-commerce-cart-form .commerce-line-item-actions .all * {
    font-size: 14px;
  }
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .all .all2 {
  width: 100px;
  text-align: left;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .count {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .count * {
  margin: 0;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .count .count1 {
  margin: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .count .count1 * {
  color: #000;
  font-family: Commissioner;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .page-cart .view-commerce-cart-form .commerce-line-item-actions .count .count1 * {
    font-size: 14px;
  }
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .count .count1 .count1-1 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
@media screen and (max-width: 575px) {
  .page-cart .view-commerce-cart-form .commerce-line-item-actions .count .count1 {
    font-size: 14px;
  }
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .count .count2 {
  color: #010101;
  font-family: Commissioner;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .page-cart .view-commerce-cart-form .commerce-line-item-actions .count .count2 {
    font-size: 18px;
  }
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .form-submit.ajax-processed {
  display: none;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .form-submit:not(.ajax-processed) {
  margin: 25px 0 0;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #010101;
  color: #ffffff;
  color: #FFF;
  text-align: center;
  font-family: Commissioner;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-cart .view-commerce-cart-form .commerce-line-item-actions .form-submit:not(.ajax-processed):hover {
  color: #000000;
  background: #ffffff;
}
@media screen and (max-width: 1199px) {
  .page-cart .view-commerce-cart-form .commerce-line-item-actions {
    width: 100%;
    margin-top: 15px;
  }
}
.page-cart .view-commerce-cart-form .line-item-summary {
  display: none;
}
.not-front .page {
  background: #F5F7FE;
}
.not-front .content-4 {
  background: #F5F7FE;
}
.page-cart #block-block-15 {
  background: #ffffff;
  margin: 0 !important;
  padding-top: 40px;
  padding-bottom: 0px;
}
@media screen and (max-width: 575px) {
  .page-cart #block-block-15 {
    padding-top: 20px;
  }
}
.page-cart #block-block-3 {
  display: none;
}
.page-cart h1 {
  margin: 0 !important;
  padding: 0px 34px;
}
@media screen and (max-width: 1199px) {
  .page-cart h1 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .page-cart h1 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-cart h1 {
    margin: 0 !important;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 575px) {
  .page-cart h1 {
    margin: 0 !important;
  }
}
.page-cart #block-system-main {
  background: #ffffff;
  border-radius: 5px;
  padding: 40px 34px 60px;
}
@media screen and (max-width: 767px) {
  .page-cart #block-system-main {
    padding: 20px 15px 30px;
  }
}
.page-cart #block-views-buy-with-this-block-1 .node-product-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-cart #block-views-buy-with-this-block-1 .node-product-view .group-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.page-cart #block-views-buy-with-this-block-1 .node-product-view .field-name-title a {
  color: #000000;
}
.page-cart #block-views-buy-with-this-block-1 .field-name-field-catalog {
  display: none;
}
.page-cart #block-views-buy-with-this-block-1 .slick-list {
  margin-left: -11px;
  margin-right: -11px;
}
.page-cart #block-views-buy-with-this-block-1 .slick-arrow:before {
  filter: brightness(1) invert(1);
}
.page-cart #block-views-buy-with-this-block-1 .slick-prev {
  left: -80px;
}
.page-cart #block-views-buy-with-this-block-1 .slick-next {
  right: -80px;
}
.page-cart #block-views-buy-with-this-block-1 .commerce-product-extra-field {
  display: none;
}
