.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;
}
@font-face {
  font-family: "rubik_regular";
  src: url(/sites/all/themes/vesta/fonts/Rubik-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "rubik_medium";
  src: url(/sites/all/themes/vesta/fonts/Rubik-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "rubik_bold";
  src: url(/sites/all/themes/vesta/fonts/Rubik-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "rubik_italic";
  src: url(/sites/all/themes/vesta/fonts/Rubik-Italic.ttf) format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "rubik_light";
  src: url(/sites/all/themes/vesta/fonts/Rubik-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "rubik_black";
  src: url(/sites/all/themes/vesta/fonts/Rubik-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}
.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: #1e1e24;
  font-family: rubik_regular;
}
@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: rubik_bold;
  line-height: 1.25;
  margin-bottom: 0.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.1rem;
  }
}
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;
}
a:hover,
input:hover,
button:hover,
textarea:hover,
select:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
a:active,
input:active,
button:active,
textarea:active,
select:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
.front .page {
  position: relative;
}
.front .page > * {
  margin-bottom: 0;
}
#colorbox {
  height: max-content !important;
  max-height: 100vh;
}
#colorbox #cboxWrapper,
#colorbox #cboxContent,
#colorbox #cboxLoadedContent {
  height: max-content !important;
  max-height: 100vh;
}
#colorbox #cboxLoadedContent {
  position: relative;
}
#colorbox #cboxLoadedContent:before {
  position: absolute;
  content: "\f00d";
  padding: 8px;
  right: 4px;
  top: 0;
  visibility: visible;
  color: white;
  z-index: 1;
}
#colorbox #cboxClose {
  opacity: 0;
  z-index: 2;
}
#colorbox #cboxTitle {
  display: none !important;
}
.not-front .subcontent1,
.not-front .footer {
  margin-bottom: 0;
}
.not-front #block-system-main .field-name-body .field-item a {
  color: #f8333c;
}
.not-front #block-system-main .field-name-body .field-item a:hover {
  color: #1e1e24;
}
.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: 0.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 {
    display: none;
  }
}
#mobile-header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  height: 45px;
  background-color: transparent;
  z-index: 499;
}
@media screen and (max-width: 991px) {
  #mobile-header {
    display: flex;
  }
}
#mobile-header .page-header {
  display: none;
  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;
}
/*.mm-page{
	.mobile-lg({padding-top: @mobile-header-height;})
}*/
#mobile-nav:not(.mm-opened) + .mm-page #mobile-header,
#mobile-nav {
  margin-top: 0 !important;
}
.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: #1e1e24 !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #1e1e24 !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 {
  font-size: 0;
}
.fa-bars:before {
  content: url(/sites/default/files/menyu.svg);
}
.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;
  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;
}
.btn-red {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .btn-red {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn-red {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .btn-red {
    font-size: 13px;
    padding: 15px 30px;
  }
}
.btn-red-hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
#block-block-19,
#block-block-24,
#block-block-25,
#block-block-31,
#block-block-32,
#block-block-34,
#block-block-35,
#block-block-36 {
  margin-bottom: 60px;
}
#block-block-19 .content,
#block-block-24 .content,
#block-block-25 .content,
#block-block-31 .content,
#block-block-32 .content,
#block-block-34 .content,
#block-block-35 .content,
#block-block-36 .content {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
#block-block-19 .content p,
#block-block-24 .content p,
#block-block-25 .content p,
#block-block-31 .content p,
#block-block-32 .content p,
#block-block-34 .content p,
#block-block-35 .content p,
#block-block-36 .content p {
  color: #ffffff;
  text-align: center;
  font-family: rubik_bold;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-block-19 .content p,
  #block-block-24 .content p,
  #block-block-25 .content p,
  #block-block-31 .content p,
  #block-block-32 .content p,
  #block-block-34 .content p,
  #block-block-35 .content p,
  #block-block-36 .content p {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-19 .content p,
  #block-block-24 .content p,
  #block-block-25 .content p,
  #block-block-31 .content p,
  #block-block-32 .content p,
  #block-block-34 .content p,
  #block-block-35 .content p,
  #block-block-36 .content p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-19 .content p,
  #block-block-24 .content p,
  #block-block-25 .content p,
  #block-block-31 .content p,
  #block-block-32 .content p,
  #block-block-34 .content p,
  #block-block-35 .content p,
  #block-block-36 .content p {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  #block-block-19 .content p,
  #block-block-24 .content p,
  #block-block-25 .content p,
  #block-block-31 .content p,
  #block-block-32 .content p,
  #block-block-34 .content p,
  #block-block-35 .content p,
  #block-block-36 .content p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  #block-block-19,
  #block-block-24,
  #block-block-25,
  #block-block-31,
  #block-block-32,
  #block-block-34,
  #block-block-35,
  #block-block-36 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-19,
  #block-block-24,
  #block-block-25,
  #block-block-31,
  #block-block-32,
  #block-block-34,
  #block-block-35,
  #block-block-36 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-19,
  #block-block-24,
  #block-block-25,
  #block-block-31,
  #block-block-32,
  #block-block-34,
  #block-block-35,
  #block-block-36 {
    margin-bottom: 30px;
  }
}
#backtotop {
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  z-index: 501 !important;
  right: 200px;
}
#backtotop:before {
  transition: 0.2s;
  content: url(/sites/default/files/up.svg);
}
@media screen and (max-width: 767px) {
  #backtotop:before {
    content: url(/sites/default/files/up2.svg);
  }
}
#backtotop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#backtotop:hover:before {
  opacity: 0.8;
}
#backtotop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
@media screen and (max-width: 767px) {
  #backtotop {
    right: 12px;
    bottom: 5px;
  }
}
#block-block-43 {
  position: fixed;
  bottom: 57px;
  right: 75px;
  z-index: 501;
}
#block-block-43 .content p img {
  transition: 0.2s;
}
#block-block-43 .content p img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  #block-block-43 .content p img {
    width: 59px !important;
    height: 59px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-block-43 {
    right: 14px;
    bottom: 90px;
  }
}
.front #header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 498;
  width: 100%;
}
.front .header-block {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
}
#header .header-block {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .header-block #block-block-18 {
  width: 780px;
}
#header .header-block #block-block-18 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#header .header-block #block-block-18 .content p,
#header .header-block #block-block-18 .content .phone,
#header .header-block #block-block-18 .content .adres {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
#header .header-block #block-block-18 .content p a,
#header .header-block #block-block-18 .content .phone a,
#header .header-block #block-block-18 .content .adres a {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
#header .header-block #block-block-18 .content p a:hover,
#header .header-block #block-block-18 .content .phone a:hover,
#header .header-block #block-block-18 .content .adres a:hover {
  color: #f8333c;
}
#header .header-block #block-block-18 .content .phone img,
#header .header-block #block-block-18 .content .adres img {
  margin-right: 10px;
}
#header .header-block #block-block-18 .content .phone1 {
  display: flex;
  flex-direction: column;
}
#header .header-block #block-block-18 .content .adres {
  margin-left: auto;
  margin-right: 45px;
}
#header .header-block #block-block-18 .content p:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  #header .header-block #block-block-18 {
    width: 710px;
  }
}
#header .header-block #block-search-form {
  width: 340px;
}
#header .header-block #block-search-form .form-search > div {
  width: 100%;
}
#header .header-block #block-search-form .form-search > div .input-group {
  width: 100%;
}
#header .header-block #block-search-form .form-search > div .input-group input {
  border: none;
  border-radius: 6px 0px 0px 6px;
  padding: 9px 20px;
  color: #1e1e24;
  font-family: rubik_italic;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  background: rgba(255, 255, 255, 0.5);
}
#header .header-block #block-search-form .form-search > div .input-group input::placeholder {
  color: rgba(30, 30, 36, 0.5);
}
#header .header-block #block-search-form .form-search > div .form-actions:before {
  content: url(/sites/default/files/search.svg);
  font-size: 0;
}
#header .header-block #block-search-form .form-search > div .form-actions button {
  border-radius: 0px 6px 6px 0px;
  width: 60px;
  background-color: #f8333c;
  border: 0;
}
@media screen and (max-width: 1199px) {
  #header .header-block #block-search-form {
    width: 230px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-block {
    display: none;
  }
}
#header .navigation {
  background-color: #1e1e24;
}
#header .navigation .region-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .navigation .region-navigation #block-block-10 .content p img {
  width: 130px !important;
  min-width: 130px !important;
}
@media screen and (max-width: 1199px) {
  #header .navigation .region-navigation #block-block-10 .content p img {
    width: 90px !important;
    min-width: 90px !important;
  }
}
@media screen and (max-width: 991px) {
  #header .navigation .region-navigation #block-block-10 .content p img {
    width: 65px !important;
    min-width: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  #header .navigation .region-navigation #block-block-10 .content p img {
    width: 80px !important;
    min-width: 80px !important;
  }
}
#header .navigation .region-navigation #block-superfish-4 {
  width: 100%;
}
#header .navigation .region-navigation #block-superfish-4 #superfish-4 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#header .navigation .region-navigation #block-superfish-4 #superfish-4 li a {
  padding: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  line-height: 150%;
  background-color: transparent;
}
#header .navigation .region-navigation #block-superfish-4 #superfish-4 li a i {
  position: relative;
  right: 0;
  margin-left: 6px;
}
#header .navigation .region-navigation #block-superfish-4 #superfish-4 li a i:before {
  content: url(/sites/default/files/angle-down.svg);
  font-size: 0;
  opacity: 1;
  width: 16px;
  height: 16px;
}
#header .navigation .region-navigation #block-superfish-4 #superfish-4 li a:hover {
  color: #f8333c;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  #header .navigation .region-navigation #block-superfish-4 #superfish-4 li a {
    font-size: 12px;
  }
}
#header .navigation .region-navigation #block-superfish-4 #superfish-4 li ul {
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #1e1e24;
  border-radius: 4px;
  overflow: hidden;
  top: 23px !important;
  opacity: 0;
}
#header .navigation .region-navigation #block-superfish-4 #superfish-4 li ul li {
  background-color: #1e1e24;
}
#header .navigation .region-navigation #block-superfish-4 #superfish-4 li:hover > ul {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #header .navigation .region-navigation #block-superfish-4 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #header .navigation .region-navigation {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  #header .navigation {
    margin-top: 46px;
  }
}
#block-block-42 {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 16px;
  display: none;
  z-index: 500;
}
#block-block-42 .content {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
#block-block-42 .content p {
  margin: 0;
}
#block-block-42 .content .phone {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  #block-block-42 {
    display: block;
  }
}
#block-views-flex-slider-block .view-flex-slider .slides > li {
  position: relative;
  height: 862px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}
#block-views-flex-slider-block .view-flex-slider .slides > li:before {
  content: "";
  background-image: url(/sites/default/files/12312.svg);
  height: 194px;
  width: 100%;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 991px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li:before {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 200px;
    min-width: 720px;
    bottom: -15px;
  }
}
#block-views-flex-slider-block .view-flex-slider .slides > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 435px;
  background: linear-gradient(0deg, #000000 60%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  display: none;
}
@media screen and (max-width: 991px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li:after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li:after {
    background: linear-gradient(0deg, #000000 80%, rgba(0, 0, 0, 0) 100%);
  }
}
#block-views-flex-slider-block .view-flex-slider .slides > li .node-flex-slide {
  height: 100%;
  position: relative;
  z-index: 10;
}
#block-views-flex-slider-block .view-flex-slider .slides > li .field-name-field-fleximg {
  display: none;
}
#block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
  width: 675px;
  height: max-content;
  top: 295px;
  left: 70px;
  justify-content: start;
  gap: 34px;
  padding: 40px;
  background: rgba(30, 30, 36, 0.65);
  /*.mobile-lg({
						padding: 30px;
						gap: 25px;
                        top: 150px;
					});*/
}
#block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-title * {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 1830px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-title * {
    font-size: 32px;
  }
}
@media screen and (max-width: 1450px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-title * {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-title * {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-title * {
    font-size: 20px;
  }
}
#block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-body * {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width: 991px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-body * {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-body * {
    font-size: 12px;
  }
}
#block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-field-link a {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-field-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-field-link a {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-field-link a {
    font-size: 13px;
    padding: 15px 30px;
  }
}
#block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-field-link a:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 991px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content .field-name-field-link a {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1830px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    width: 600px;
    top: 240px;
  }
}
@media screen and (max-width: 1680px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    width: 500px;
  }
}
@media screen and (max-width: 1450px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    width: 450px;
  }
}
@media screen and (max-width: 1300px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    left: 15px;
    padding: 35px;
    gap: 30px;
  }
}
@media screen and (max-width: 1010px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    width: 375px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    width: calc(100% - 30px);
    top: 455px;
    padding: 25px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    top: 380px;
  }
}
@media screen and (max-width: 575px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li .group-content {
    padding: 20px;
    gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li {
    background-position: right 0px center;
  }
}
@media screen and (max-width: 1140px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li {
    background-position: right -50px center;
  }
}
@media screen and (max-width: 1090px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li {
    background-position: right -100px center;
  }
}
@media screen and (max-width: 1035px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li {
    background-position: right -125px center;
  }
}
@media screen and (max-width: 991px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li {
    height: 960px;
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li {
    height: 800px;
    background-position: right -65px top;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 990px auto;
  }
}
@media screen and (max-width: 575px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li {
    background-size: 760px auto;
    background-position: right -65px top 110px;
  }
}
@media screen and (max-width: 410px) {
  #block-views-flex-slider-block .view-flex-slider .slides > li {
    background-size: 635px auto;
  }
}
#block-views-flex-slider-block .flex-direction-nav {
  display: none;
}
#block-views-flex-slider-block .flex-control-nav {
  padding-bottom: 96px !important;
  display: flex;
  gap: 13px;
}
#block-views-flex-slider-block .flex-control-nav li {
  margin: 0;
}
#block-views-flex-slider-block .flex-control-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
#block-views-flex-slider-block .flex-control-nav li a:before {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .flex-control-nav li a:before {
    width: 8px;
    height: 8px;
  }
}
#block-views-flex-slider-block .flex-control-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
#block-views-flex-slider-block .flex-control-nav li a:hover:before {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .flex-control-nav li a {
    width: 12px;
    height: 12px;
  }
}
#block-views-flex-slider-block .flex-control-nav li a.flex-active {
  background-color: rgba(255, 255, 255, 0.75);
}
#block-views-flex-slider-block .flex-control-nav li a.flex-active:before {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  #block-views-flex-slider-block .flex-control-nav {
    padding-bottom: 55px !important;
  }
}
.precontent1 {
  padding-top: 60px;
  background-color: #1e1e24;
}
@media screen and (max-width: 1199px) {
  .precontent1 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .precontent1 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .precontent1 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .precontent1 {
    padding-top: 20px;
  }
}
#block-views-privileges-view-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view-block {
    margin-bottom: 0px;
  }
}
.view-privileges-view .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-privileges-view .view-content .views-row {
  width: 270px;
}
.view-privileges-view .view-content .views-row .node-privilege-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-privileges-view .view-content .views-row .node-privilege-item .field-name-field-privilege-img {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8333c;
  border-radius: 50%;
}
.view-privileges-view .view-content .views-row .node-privilege-item .field-name-field-privilege-img * {
  width: 65px !important;
  height: 65px !important;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .view-privileges-view .view-content .views-row .node-privilege-item .field-name-field-privilege-img * {
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 991px) {
  .view-privileges-view .view-content .views-row .node-privilege-item .field-name-field-privilege-img {
    width: 70px !important;
    height: 70px !important;
  }
}
.view-privileges-view .view-content .views-row .node-privilege-item .field-name-body {
  margin-top: 10px;
}
.view-privileges-view .view-content .views-row .node-privilege-item .field-name-body * {
  text-align: center;
  color: #ffffff;
  font-family: rubik_light;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.view-privileges-view .view-content .views-row .node-privilege-item .field-name-body * strong {
  color: #ffffff;
  font-family: rubik_black;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .view-privileges-view .view-content .views-row .node-privilege-item .field-name-body * strong {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-privileges-view .view-content .views-row .node-privilege-item .field-name-body * {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  .view-privileges-view .view-content .views-row .node-privilege-item .field-name-body {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1199px) {
  .view-privileges-view .view-content .views-row {
    width: 218px;
  }
}
@media screen and (max-width: 991px) {
  .view-privileges-view .view-content .views-row {
    width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .view-privileges-view .view-content .views-row {
    width: 178px;
  }
}
@media screen and (max-width: 575px) {
  .view-privileges-view .view-content .views-row {
    width: calc(50% - 2.5px);
  }
}
@media screen and (max-width: 767px) {
  .view-privileges-view .view-content {
    gap: 20px 5px;
  }
}
.front .main {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e24;
}
.front .main #block-system-main {
  margin-bottom: 0;
}
.front .main h1 {
  color: #ffffff;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .front .main h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .front .main h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .front .main h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .front .main h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .front .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.subcontent1 {
  background-color: #1e1e24;
  position: relative;
}
.subcontent1:after {
  content: "";
  background-image: url(/sites/default/files/444.svg);
  height: 194px;
  width: 100%;
  position: absolute;
  bottom: -145px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 499;
}
@media screen and (max-width: 767px) {
  .subcontent1:after {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 200px;
    min-width: 720px;
    bottom: -60px;
  }
}
.view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px 30px;
}
.view-catalog .view-content .parallax-prod-b,
.view-catalog .view-content .parallax-prod3-b {
  width: 100%;
  position: relative;
  z-index: 2;
}
.view-catalog .view-content .parallax-prod-b:before,
.view-catalog .view-content .parallax-prod3-b:before {
  content: "";
  background-image: url(/sites/default/files/3123.svg);
  height: 117px;
  width: 100vw;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .parallax-prod-b:before,
  .view-catalog .view-content .parallax-prod3-b:before {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 80px;
    min-width: 720px;
    top: -45px;
  }
}
.view-catalog .view-content .parallax-prod,
.view-catalog .view-content .parallax-prod3 {
  width: 100%;
  position: relative;
  z-index: 0;
}
.view-catalog .view-content .parallax-prod .parallax-prod2,
.view-catalog .view-content .parallax-prod3 .parallax-prod2,
.view-catalog .view-content .parallax-prod .parallax-prod4,
.view-catalog .view-content .parallax-prod3 .parallax-prod4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 550px;
  background: linear-gradient(180deg, #676767 0%, #636363 13.02%, #858585 43.75%, #969493 100%);
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .parallax-prod .parallax-prod2,
  .view-catalog .view-content .parallax-prod3 .parallax-prod2,
  .view-catalog .view-content .parallax-prod .parallax-prod4,
  .view-catalog .view-content .parallax-prod3 .parallax-prod4 {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .parallax-prod .parallax-prod2,
  .view-catalog .view-content .parallax-prod3 .parallax-prod2,
  .view-catalog .view-content .parallax-prod .parallax-prod4,
  .view-catalog .view-content .parallax-prod3 .parallax-prod4 {
    height: 310px;
  }
}
.view-catalog .view-content .parallax-prod-a,
.view-catalog .view-content .parallax-prod3-a {
  width: 100%;
  position: relative;
  z-index: 2;
}
.view-catalog .view-content .parallax-prod-a:after,
.view-catalog .view-content .parallax-prod3-a:after {
  content: "";
  background-image: url(/sites/default/files/32.svg);
  height: 117px;
  width: 100vw;
  position: absolute;
  bottom: -575px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .parallax-prod-a:after,
  .view-catalog .view-content .parallax-prod3-a:after {
    bottom: -475px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .parallax-prod-a:after,
  .view-catalog .view-content .parallax-prod3-a:after {
    bottom: -340px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .parallax-prod-a:after,
  .view-catalog .view-content .parallax-prod3-a:after {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 120px;
    min-width: 720px;
    bottom: -320px;
  }
}
.view-catalog .view-content .parallax-prod3-b,
.view-catalog .view-content .parallax-prod3,
.view-catalog .view-content .parallax-prod3-a {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .parallax-prod3-b,
  .view-catalog .view-content .parallax-prod3,
  .view-catalog .view-content .parallax-prod3-a {
    display: block;
  }
}
.view-catalog .view-content .views-row {
  width: 570px;
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}
.view-catalog .view-content .views-row .node-product-view {
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .node-product-view {
    align-items: center;
  }
}
.view-catalog .view-content .views-row .field-name-field-productimg {
  width: 570px !important;
  height: 550px !important;
  background-size: 570px 550px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.view-catalog .view-content .views-row .field-name-field-productimg * {
  width: 570px !important;
  height: 550px !important;
  object-fit: contain;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .field-name-field-productimg * {
    width: 466px !important;
    height: 450px !important;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-field-productimg * {
    width: 320px !important;
    height: 310px !important;
  }
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .field-name-field-productimg {
    width: 466px !important;
    height: 450px !important;
    background-size: 466px 450px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-field-productimg {
    width: 320px !important;
    height: 310px !important;
    background-size: 320px 310px;
  }
}
.view-catalog .view-content .views-row .field-name-field-prod-title2 {
  margin-bottom: 20px;
  padding-top: 20px;
}
.view-catalog .view-content .views-row .field-name-field-prod-title2 * {
  font-family: rubik_bold;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-field-prod-title2 * {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .field-name-field-prod-title2 * {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-field-prod-title2 {
    margin-bottom: 13px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .field-name-field-prod-title2 {
    margin-right: auto;
    margin-left: auto;
  }
}
.view-catalog .view-content .views-row .group-content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .group-content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.view-catalog .view-content .views-row .field-name-body table {
  width: 100% !important;
  border: none;
}
.view-catalog .view-content .views-row .field-name-body table tr {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.view-catalog .view-content .views-row .field-name-body table tr td {
  border: none;
  padding: 0;
  width: max-content !important;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-body table tr td {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-body table tr {
    padding: 4px;
  }
}
.view-catalog .view-content .views-row .field-name-body table tr + tr {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-body table tr + tr {
    margin-top: 0px;
  }
}
.view-catalog .view-content .views-row .field-name-body p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .field-name-body {
    margin-bottom: 15px;
    width: 100%;
  }
}
.view-catalog .view-content .views-row .field-name-field-prod-price {
  margin-top: 40px;
}
.view-catalog .view-content .views-row .field-name-field-prod-price * {
  color: #ffffff;
  text-align: center;
  font-family: rubik_bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-field-prod-price * {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .field-name-field-prod-price * {
    font-size: 23px;
  }
}
@media screen and (max-width: 359px) {
  .view-catalog .view-content .views-row .field-name-field-prod-price * {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-field-prod-price {
    margin-top: 0px;
  }
}
.view-catalog .view-content .views-row .field-name-node-link {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.view-catalog .view-content .views-row .field-name-node-link a {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-node-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .field-name-node-link a {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .field-name-node-link a {
    font-size: 13px;
    padding: 15px 30px;
  }
}
.view-catalog .view-content .views-row .field-name-node-link a:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .field-name-node-link {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row {
    width: 466px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row {
    width: 320px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row {
    width: 100%;
  }
}
.view-catalog .view-content .views-row-odd .field-name-field-productimg {
  background-position: calc(50% - 300px);
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row-odd .field-name-field-productimg {
    background-position: calc(50% - 240px);
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row-odd .field-name-field-productimg {
    background-position: calc(50% - 205px);
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row-odd .field-name-field-productimg {
    background-position: 50%;
  }
}
.view-catalog .view-content .views-row-even .field-name-field-productimg {
  background-position: calc(50% + 300px);
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row-even .field-name-field-productimg {
    background-position: calc(50% + 240px);
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row-even .field-name-field-productimg {
    background-position: calc(50% + 205px);
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row-even .field-name-field-productimg {
    background-position: 50%;
  }
}
.view-catalog .view-content .views-row:last-child,
.view-catalog .view-content .views-row:nth-last-child(2) {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content {
    margin-bottom: 25px;
  }
}
.subcontent2 {
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(180deg, #824735 61.35%, #1e1e24 100%);
}
@media screen and (max-width: 1199px) {
  .subcontent2 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent2 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .subcontent2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
#block-block-19 {
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  #block-block-19 .block-title {
    margin-bottom: 10px;
  }
}
#block-block-20 {
  width: 570px;
  float: left;
}
#block-block-20 .content p img {
  border-radius: 6px;
  width: 570px !important;
  height: 533px !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #block-block-20 .content p img {
    width: 466px !important;
  }
}
@media screen and (max-width: 1199px) {
  #block-block-20 {
    width: 466px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-20 {
    display: none;
  }
}
#block-block-21 {
  width: 570px;
  float: right;
}
#block-block-21 .content p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 20px;
}
#block-block-21 .content p strong {
  font-family: rubik_bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  #block-block-21 .content p strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-21 .content p {
    font-size: 15px;
  }
}
#block-block-21 .content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #block-block-21 {
    width: 466px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-21 {
    width: 100%;
    float: none;
  }
}
#block-block-22 {
  width: 570px;
  float: right;
  margin-top: 60px;
}
#block-block-22 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
#block-block-22 .content p {
  color: #ffffff;
  font-family: rubik_medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#block-block-22 .content p strong {
  color: #f8333c;
  font-family: rubik_black;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  #block-block-22 .content p strong {
    font-size: 24px;
  }
}
#block-block-22 .content p u {
  text-decoration: none !important;
  color: #ffffff;
  font-family: rubik_medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  font-display: column;
}
@media screen and (max-width: 991px) {
  #block-block-22 .content p u {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-22 .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-22 .content p {
    width: min-content;
  }
}
@media screen and (max-width: 1199px) {
  #block-block-22 {
    margin-top: 15px;
    width: 466px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-22 {
    width: 100%;
    float: none;
  }
}
#block-block-23 {
  width: 100%;
  margin-top: 693px;
}
#block-block-23 .content {
  display: flex;
  justify-content: center;
}
#block-block-23 .content p a {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 991px) {
  #block-block-23 .content p a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-23 .content p a {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  #block-block-23 .content p a {
    font-size: 13px;
    padding: 15px 30px;
  }
}
#block-block-23 .content p a:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  background-color: #f8333c;
  border: 1px solid #f8333c;
}
@media screen and (max-width: 991px) {
  #block-block-23 {
    margin-top: 25px;
  }
}
.subcontent3 {
  background-color: #1e1e24;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .subcontent3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent3 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.view-uran-v-deystvii-view .view-content {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.view-uran-v-deystvii-view .view-content .slick-list {
  order: 0;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .view-uran-v-deystvii-view .view-content .slick-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .view-uran-v-deystvii-view .view-content .slick-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .slick-list {
    margin-bottom: 30px;
  }
}
.view-uran-v-deystvii-view .view-content .views-row {
  padding-left: 15px;
  padding-right: 15px;
}
.view-uran-v-deystvii-view .view-content .views-row .field-name-field-rutube-youtube1,
.view-uran-v-deystvii-view .view-content .views-row .field-name-field-uran-video {
  width: 100% !important;
  height: 208px !important;
  border-radius: 6px;
  overflow: hidden;
}
.view-uran-v-deystvii-view .view-content .views-row .field-name-field-rutube-youtube1 iframe,
.view-uran-v-deystvii-view .view-content .views-row .field-name-field-uran-video iframe {
  width: 100% !important;
  height: 208px !important;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .views-row .field-name-field-rutube-youtube1 iframe,
  .view-uran-v-deystvii-view .view-content .views-row .field-name-field-uran-video iframe {
    height: 185px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .views-row .field-name-field-rutube-youtube1,
  .view-uran-v-deystvii-view .view-content .views-row .field-name-field-uran-video {
    height: 185px !important;
  }
}
.view-uran-v-deystvii-view .view-content .slick-arrow {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #f8333c;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 0;
  transition: 0.3s;
}
.view-uran-v-deystvii-view .view-content .slick-arrow:hover {
  background-color: rgba(248, 51, 60, 0.25);
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
.view-uran-v-deystvii-view .view-content .slick-disabled {
  background-color: rgba(248, 51, 60, 0.25);
}
.view-uran-v-deystvii-view .view-content .slick-prev {
  margin-left: 15px;
  order: 1;
  background-image: url(/sites/default/files/arrow-l.svg);
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .slick-prev {
    order: 3;
    margin-left: 40px;
  }
}
.view-uran-v-deystvii-view .view-content .slick-next {
  margin-right: 15px;
  order: 3;
  background-image: url(/sites/default/files/arrow-r.svg);
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .slick-next {
    order: 1;
    margin-right: 40px;
  }
}
.view-uran-v-deystvii-view .view-content .slick-dots {
  order: 2;
  padding: 0;
  margin: 0;
  height: 60px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
.view-uran-v-deystvii-view .view-content .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  transition: 0.3s;
}
.view-uran-v-deystvii-view .view-content .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: none;
  transition: 0.3s;
  font-size: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.view-uran-v-deystvii-view .view-content .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.view-uran-v-deystvii-view .view-content .slick-dots li:hover button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.view-uran-v-deystvii-view .view-content .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.25);
}
.view-uran-v-deystvii-view .view-content .slick-dots li.slick-active button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content .slick-dots {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-uran-v-deystvii-view .view-content {
    justify-content: center;
  }
}
.subcontent4 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 140px;
  background: linear-gradient(180deg, #1e1e24 54.54%, #9d929d 58.18%, #f8f8f8 86.11%);
}
.subcontent4 .region-subcontent4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.subcontent4:after {
  content: "";
  background-image: url(/sites/default/files/666.svg);
  height: 164px;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
@media screen and (max-width: 991px) {
  .subcontent4:after {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left -20px bottom;
    height: 120px;
    min-width: 720px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .subcontent4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent4 {
    padding-top: 55px;
    padding-bottom: 0px;
  }
}
#block-block-25 {
  width: 100%;
}
#block-block-25 .content {
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  #block-block-25 {
    margin-bottom: 15px;
  }
}
#block-block-26 {
  width: 100%;
  margin-bottom: 60px;
}
#block-block-26 .content {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width: 1199px) {
  #block-block-26 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-26 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-26 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  #block-block-26 {
    margin-bottom: 20px;
  }
}
#block-views-privileges-view2-block {
  width: 100%;
}
#block-views-privileges-view2-block .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#block-views-privileges-view2-block .view-content .views-row {
  position: relative;
  width: 570px !important;
}
#block-views-privileges-view2-block .view-content .views-row .node-privilege-item2 {
  position: relative;
}
#block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-img2 img {
  width: 570px !important;
  height: auto !important;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-img2 img {
    width: 466px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-img2 img {
    width: 320px !important;
  }
}
#block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-text {
  position: absolute;
  top: 0;
  left: 70px;
  height: max-content;
}
#block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-text .field-item {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: #ffffff;
  padding: 10px;
  width: 300px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  transform: scale(0);
  transition: 0.3s;
  visibility: hidden;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-text .field-item {
    font-size: 14px;
    padding: 5px;
    width: max-content;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-text .field-item {
    font-size: 12px;
    padding: 2px;
  }
}
#block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-text .field-item.item-hover {
  transform: scale(1);
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row .field-name-field-privilege-text {
    left: 50%;
    transform: translateX(-50%);
  }
}
#block-views-privileges-view2-block .view-content .views-row .dot {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #f8333c;
  border: 4px solid #ffffff;
  position: absolute;
  cursor: pointer;
  font-size: 0;
  transition: 0.3s;
}
#block-views-privileges-view2-block .view-content .views-row .dot:hover {
  background-color: #ffffff;
  border: none;
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row .dot {
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
  }
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row {
    width: 466px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row {
    width: 290px !important;
    min-width: 320px !important;
    margin-left: -15px;
    margin-right: -15px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-1 {
  /*.dot8 {
				top: 220px;
				left: 200px;
				.tablet({
					top: 180px;
					left: 145px;
				});
				.mobile-lg({
					top: 125px;
					left: 100px;
				});
			}
			.dot9 {
				top: 300px;
				left: 290px;
				.tablet({
					top: 235px;
					left: 235px;
				});
				.mobile-lg({
					top: 165px;
					left: 165px;
				});
			}*/
}
#block-views-privileges-view2-block .view-content .views-row-1 .dot1 {
  /*top: 95px;
				left: 430px;*/
  top: 185px;
  left: 405px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot1 {
    /*top: 80px;
					left: 345px;*/
    top: 150px;
    left: 330px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot1 {
    /*top: 55px;
					left: 235px;*/
    top: 105px;
    left: 225px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-1 .dot2 {
  /*top: 150px;
				left: 410px;*/
  top: 130px;
  left: 380px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot2 {
    /*top: 120px;
					left: 335px;*/
    top: 105px;
    left: 310px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot2 {
    /*top: 85px;
					left: 230px;*/
    top: 65px;
    left: 210px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-1 .dot3 {
  /*top: 120px;
				left: 365px;*/
  top: 35px;
  left: 300px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot3 {
    /*top: 95px;
					left: 295px;*/
    top: 35px;
    left: 245px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot3 {
    /*top: 65px;
					left: 205px;*/
    top: 30px;
    left: 175px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-1 .dot4 {
  /*top: 60px;
				left: 355px;*/
  top: 110px;
  left: 185px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot4 {
    /*top: 45px;
					left: 285px;*/
    top: 80px;
    left: 150px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot4 {
    /*top: 35px;
					left: 190px;*/
    top: 65px;
    left: 105px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-1 .dot5 {
  /*top: 80px;
				left: 225px;*/
  top: 120px;
  left: 110px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot5 {
    /*top: 55px;
					left: 190px;*/
    top: 90px;
    left: 80px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot5 {
    /*top: 45px;
					left: 130px;*/
    top: 70px;
    left: 60px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-1 .dot6 {
  /*top: 65px;
				left: 125px;*/
  top: 210px;
  left: 125px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot6 {
    /*top: 40px;
					left: 95px;*/
    top: 170px;
    left: 100px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot6 {
    /*top: 35px;
					left: 70px;*/
    top: 120px;
    left: 70px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-1 .dot7 {
  /*top: 190px;
				left: 170px;*/
  top: 290px;
  left: 270px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot7 {
    /*top: 155px;
					left: 115px;*/
    top: 255px;
    left: 215px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-1 .dot7 {
    /*top: 110px;
					left: 85px;*/
    top: 170px;
    left: 175px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-2 {
  /*.dot5 {
				top: 135px;
				left: 195px;
				.tablet({
					top: 115px;
					left: 155px;
				});
				.mobile-lg({
					top: 80px;
					left: 110px;
				});
			}
			.dot6 {
				top: 185px;
				left: 180px;
				.tablet({
					top: 150px;
					left: 135px;
				});
				.mobile-lg({
					top: 115px;
					left: 100px;
				});
			}
			.dot7 {
				top: 215px;
				left: 255px;
				.tablet({
					top: 175px;
					left: 200px;
				});
				.mobile-lg({
					top: 130px;
					left: 135px;
				});
			}*/
}
#block-views-privileges-view2-block .view-content .views-row-2 .dot1 {
  /*top: 140px;
				left: 415px;*/
  top: 80px;
  left: 415px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-2 .dot1 {
    /*top: 100px;
					left: 340px;*/
    top: 65px;
    left: 340px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-2 .dot1 {
    /*top: 80px;
					left: 235px;*/
    top: 45px;
    left: 235px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-2 .dot2 {
  /*top: 85px;
				left: 358px;*/
  top: 50px;
  left: 235px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-2 .dot2 {
    /*top: 65px;
					left: 280px;*/
    top: 45px;
    left: 190px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-2 .dot2 {
    /*top: 50px;
					left: 200px;*/
    top: 35px;
    left: 135px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-2 .dot3 {
  /*top: 82px;
				left: 226px;*/
  top: 65px;
  left: 170px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-2 .dot3 {
    /*top: 60px;
					left: 175px;*/
    top: 45px;
    left: 140px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-2 .dot3 {
    /*top: 45px;
					left: 125px;*/
    top: 40px;
    left: 95px;
  }
}
#block-views-privileges-view2-block .view-content .views-row-2 .dot4 {
  /*top: 100px;
				left: 173px;*/
  top: 155px;
  left: 175px;
}
@media screen and (max-width: 1199px) {
  #block-views-privileges-view2-block .view-content .views-row-2 .dot4 {
    /*top: 80px;
					left: 135px;*/
    top: 125px;
    left: 135px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-privileges-view2-block .view-content .views-row-2 .dot4 {
    /*top: 60px;
					left: 95px;*/
    top: 90px;
    left: 95px;
  }
}
@media screen and (max-width: 767px) {
  #block-views-privileges-view2-block .view-content {
    justify-content: center;
  }
}
.subcontent5 {
  background-color: #1e1e24;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .subcontent5 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .subcontent5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#block-block-31 .content {
  max-width: 900px;
}
.view-why-choose-us-view .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-why-choose-us-view .view-content .views-row {
  width: 370px;
}
.view-why-choose-us-view .view-content .views-row .field-name-title {
  margin-bottom: 10px;
}
.view-why-choose-us-view .view-content .views-row .field-name-title * {
  color: #f8333c;
  font-family: rubik_bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .view-why-choose-us-view .view-content .views-row .field-name-title * {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .view-why-choose-us-view .view-content .views-row .field-name-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .view-why-choose-us-view .view-content .views-row .field-name-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .view-why-choose-us-view .view-content .views-row .field-name-title * {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .view-why-choose-us-view .view-content .views-row .field-name-title {
    margin-bottom: 6px;
  }
}
.view-why-choose-us-view .view-content .views-row .field-name-body * {
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .view-why-choose-us-view .view-content .views-row .field-name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-why-choose-us-view .view-content .views-row .field-name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .view-why-choose-us-view .view-content .views-row .field-name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .view-why-choose-us-view .view-content .views-row {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .view-why-choose-us-view .view-content .views-row {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .view-why-choose-us-view .view-content .views-row {
    width: calc(50% - 3.5px);
  }
}
@media screen and (max-width: 767px) {
  .view-why-choose-us-view .view-content {
    gap: 16px 7px;
  }
}
.subcontent6 {
  position: relative;
  background-image: url(/sites/default/files/africa.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.subcontent6:before {
  content: "";
  background-image: url(/sites/default/files/7777.svg);
  height: 162px;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 499;
}
@media screen and (max-width: 767px) {
  .subcontent6:before {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left -20px bottom;
    height: 68px;
    min-width: 720px;
    top: -20px;
  }
}
.subcontent6:after {
  content: "";
  background-image: url(/sites/default/files/6666.svg);
  height: 164px;
  width: 100%;
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 499;
}
@media screen and (max-width: 767px) {
  .subcontent6:after {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left -20px bottom;
    height: 68px;
    min-width: 720px;
    bottom: -20px;
  }
}
.subcontent6 .container {
  position: relative;
  padding-top: 140px;
  padding-bottom: 120px;
}
.subcontent6 .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 1199px) {
  .subcontent6 .container {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent6 .container {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent6 .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .subcontent6 .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.subcontent6 .region-subcontent6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#block-block-32 {
  width: 100%;
  position: relative;
  z-index: 500;
}
#block-views-sila-i-nadejnost-block {
  width: 470px;
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 991px) {
  #block-views-sila-i-nadejnost-block {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  #block-views-sila-i-nadejnost-block {
    width: 100%;
  }
}
#block-block-33 .content p img {
  width: 670px !important;
  height: auto !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #block-block-33 .content p img {
    width: 470px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-block-33 .content p img {
    display: none;
  }
}
.view-sila-i-nadejnost .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view-sila-i-nadejnost .view-content .slick-list {
  order: 0;
  width: 100%;
  margin-bottom: 30px;
}
.view-sila-i-nadejnost .view-content .views-row .field-name-field-sila-i-nadejnost * {
  width: 470px !important;
  height: 240px !important;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 575px) {
  .view-sila-i-nadejnost .view-content .views-row .field-name-field-sila-i-nadejnost * {
    width: 100% !important;
    height: 170px !important;
  }
}
.view-sila-i-nadejnost .view-content .views-row .group-content {
  padding: 40px;
  background: rgba(30, 30, 36, 0.65);
}
.view-sila-i-nadejnost .view-content .views-row .group-content .field-name-title {
  margin-bottom: 10px;
}
.view-sila-i-nadejnost .view-content .views-row .group-content .field-name-title * {
  margin: 0;
  color: #f8333c;
  font-family: rubik_bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1199px) {
  .view-sila-i-nadejnost .view-content .views-row .group-content .field-name-title * {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .view-sila-i-nadejnost .view-content .views-row .group-content .field-name-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .views-row .group-content .field-name-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .view-sila-i-nadejnost .view-content .views-row .group-content .field-name-title * {
    font-size: 13px;
  }
}
.view-sila-i-nadejnost .view-content .views-row .group-content .field-name-body * {
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 991px) {
  .view-sila-i-nadejnost .view-content .views-row .group-content .field-name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .views-row .group-content .field-name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .view-sila-i-nadejnost .view-content .views-row .group-content .field-name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .views-row .group-content {
    padding: 30px;
  }
}
.view-sila-i-nadejnost .view-content .slick-arrow {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #f8333c;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 0;
  transition: 0.3s;
}
.view-sila-i-nadejnost .view-content .slick-arrow:hover {
  background-color: rgba(248, 51, 60, 0.25);
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
.view-sila-i-nadejnost .view-content .slick-disabled {
  background-color: rgba(248, 51, 60, 0.25);
}
.view-sila-i-nadejnost .view-content .slick-prev {
  order: 1;
  background-image: url(/sites/default/files/arrow-l.svg);
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .slick-prev {
    order: 3;
    margin-left: 40px;
  }
}
.view-sila-i-nadejnost .view-content .slick-next {
  order: 3;
  background-image: url(/sites/default/files/arrow-r.svg);
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .slick-next {
    order: 1;
    margin-right: 40px;
  }
}
.view-sila-i-nadejnost .view-content .slick-dots {
  order: 2;
  padding: 0;
  margin: 0;
  height: 60px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
.view-sila-i-nadejnost .view-content .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  transition: 0.3s;
}
.view-sila-i-nadejnost .view-content .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: none;
  transition: 0.3s;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.view-sila-i-nadejnost .view-content .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.view-sila-i-nadejnost .view-content .slick-dots li:hover button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.view-sila-i-nadejnost .view-content .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.25);
}
.view-sila-i-nadejnost .view-content .slick-dots li.slick-active button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content .slick-dots {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-sila-i-nadejnost .view-content {
    justify-content: center;
  }
}
.subcontent7 {
  padding-top: 140px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, #824735 61.35%, #1e1e24 100%);
}
@media screen and (max-width: 1199px) {
  .subcontent7 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent7 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent7 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .subcontent7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#block-views-reviews-block .view-reviews .view-content {
  margin-right: -15px;
  margin-left: -15px;
}
#block-views-reviews-block .view-reviews .views-row {
  padding-left: 15px;
  padding-right: 15px;
}
.view-reviews .view-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .view-reviews .view-content {
    justify-content: center;
  }
}
.view-reviews .slick-list {
  order: 0;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .view-reviews .slick-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .view-reviews .slick-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-reviews .slick-list {
    margin-bottom: 30px;
  }
}
.view-reviews .views-row .node-review {
  border-radius: 6px;
  border: 1px solid rgba(118, 148, 159, 0.25);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .view-reviews .views-row .node-review {
    padding: 35px;
  }
}
.view-reviews .views-row .field-name-field-photo-review {
  margin-bottom: 10px;
}
.view-reviews .views-row .field-name-field-photo-review * {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .view-reviews .views-row .field-name-field-photo-review * {
    width: 70px !important;
    height: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-reviews .views-row .field-name-field-photo-review {
    margin-bottom: 8px;
  }
}
.view-reviews .views-row .field-name-title {
  margin-bottom: 10px;
}
.view-reviews .views-row .field-name-title * {
  color: #f8333c;
  font-family: rubik_bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .view-reviews .views-row .field-name-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-reviews .views-row .field-name-title {
    margin-bottom: 8px;
  }
}
.view-reviews .views-row .field-name-body * {
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .view-reviews .views-row .field-name-body * {
    font-size: 13px;
  }
}
.view-reviews .slick-arrow {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #f8333c;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 0;
  transition: 0.3s;
}
.view-reviews .slick-arrow:hover {
  background-color: rgba(248, 51, 60, 0.25);
}
@media screen and (max-width: 767px) {
  .view-reviews .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
.view-reviews .slick-disabled {
  background-color: rgba(248, 51, 60, 0.25);
}
.view-reviews .slick-prev {
  order: 1;
  background-image: url(/sites/default/files/arrow-l.svg);
}
@media screen and (max-width: 767px) {
  .view-reviews .slick-prev {
    order: 3;
    margin-left: 40px;
  }
}
.view-reviews .slick-next {
  order: 3;
  background-image: url(/sites/default/files/arrow-r.svg);
}
@media screen and (max-width: 767px) {
  .view-reviews .slick-next {
    order: 1;
    margin-right: 40px;
  }
}
.view-reviews .slick-dots {
  order: 2;
  padding: 0;
  margin: 0;
  height: 60px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
.view-reviews .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  transition: 0.3s;
}
.view-reviews .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: none;
  transition: 0.3s;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .view-reviews .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.view-reviews .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.view-reviews .slick-dots li:hover button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .view-reviews .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.view-reviews .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.25);
}
.view-reviews .slick-dots li.slick-active button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .view-reviews .slick-dots {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-reviews {
    justify-content: center;
  }
}
.subcontent8 {
  background-color: #1e1e24;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .subcontent8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent8 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-35 {
    margin-bottom: 15px !important;
  }
}
#block-block-11 .block-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  font-family: rubik_bold;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-block-11 .block-title {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-11 .block-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-11 .block-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-block-11 .block-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#block-block-11 .content .mapContainer {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #block-block-11 .content .mapContainer {
    height: 500px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-block-11 .content .mapContainer {
    height: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-block-11 .content .mapContainer {
    height: 300px !important;
  }
}
@media screen and (max-width: 575px) {
  #block-block-11 .content .mapContainer {
    height: 210px !important;
  }
}
.subcontent9 {
  background: linear-gradient(180deg, #1e1e24 0%, #333342 100%);
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .subcontent9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent9 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
#block-views-faq-block {
  margin-bottom: 60px;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  #block-block-36 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-block-36 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-block-36 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  #block-block-36 {
    margin-bottom: 12px !important;
  }
}
.view-faq .view-filters #edit-title-wrapper > label {
  color: #ffffff;
  font-family: rubik_medium;
  font-weight: 500;
}
.view-faq .view-filters .views-widget input {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  border: none;
}
.view-faq .view-filters .views-exposed-widgets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.view-faq .view-filters .views-exposed-widget button {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px !important;
}
@media screen and (max-width: 991px) {
  .view-faq .view-filters .views-exposed-widget button {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-faq .view-filters .views-exposed-widget button {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .view-faq .view-filters .views-exposed-widget button {
    font-size: 13px;
    padding: 15px 30px;
  }
}
.view-faq .view-filters .views-exposed-widget button:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.view-faq .view-content .views-row {
  padding: 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.view-faq .view-content .views-row .node-faq {
  margin: 0;
}
.view-faq .view-content .views-row .node-faq.active .field-name-title .title-field:after {
  transform: rotate(0deg) translateX(-5px);
}
.view-faq .view-content .views-row .field-name-title {
  background-color: transparent !important;
}
.view-faq .view-content .views-row .field-name-title * {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  color: #ffffff;
  font-family: rubik_bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1199px) {
  .view-faq .view-content .views-row .field-name-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .view-faq .view-content .views-row .field-name-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row .field-name-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .view-faq .view-content .views-row .field-name-title * {
    font-size: 14px;
  }
}
.view-faq .view-content .views-row .field-name-title .title-field:after {
  content: url(/sites/default/files/group-12.svg);
  transform: rotate(180deg);
  font-size: 0;
  width: 25px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row .field-name-title .title-field:after {
    content: url(/sites/default/files/group-12-m2.svg);
    width: 18px;
    height: 8px;
  }
}
.view-faq .view-content .views-row .group-content {
  margin-top: 30px;
}
.view-faq .view-content .views-row .group-content:before {
  display: none;
}
.view-faq .view-content .views-row .group-content * {
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  border-radius: 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .view-faq .view-content .views-row .group-content * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row .group-content * {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .view-faq .view-content .views-row .group-content * {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row .group-content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-faq .view-content .views-row .group-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-faq .view-content .views-row {
    padding: 20px 15px;
  }
}
#block-block-37 {
  margin-bottom: 30px;
}
#block-block-37 .block-title {
  color: #ffffff;
  text-align: center;
  font-family: rubik_bold;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-block-37 .block-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-37 .block-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-37 .block-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  #block-block-37 .block-title {
    font-size: 28px;
  }
}
#block-block-37 .content {
  display: none;
}
@media screen and (max-width: 767px) {
  #block-block-37 {
    margin-bottom: 35px;
  }
}
#block-webform-client-block-335 {
  border-radius: 6px;
  border: 1px solid rgba(118, 148, 159, 0.25);
  background: #ffffff;
  max-width: 570px;
  padding: 40px;
  margin-right: auto;
  margin-left: auto;
}
#block-webform-client-block-335 .block-title {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  color: #505050;
  text-align: center;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #block-webform-client-block-335 .block-title {
    font-size: 14px;
  }
}
#block-webform-client-block-335 .webform-confirmation {
  text-align: center;
}
#block-webform-client-block-335 .links {
  text-align: center;
}
#block-webform-client-block-335 .links a {
  color: #f8333c;
}
#block-webform-client-block-335 .links a:hover {
  color: #1e1e24;
}
@media screen and (max-width: 1199px) {
  #block-webform-client-block-335 {
    padding: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-webform-client-block-335 {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-webform-client-block-335 {
    padding: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-webform-client-block-335 {
    padding: 20px;
  }
}
.webform-client-form > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.webform-client-form > div .webform-component {
  margin: 0;
}
.webform-client-form > div .webform-component input {
  border-radius: 6px;
  border: 1px solid #6e7e85;
  padding: 20px 40px;
  height: 60px;
  font-family: rubik_italic;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.webform-client-form > div .webform-component input::placeholder {
  color: rgba(30, 30, 36, 0.25);
}
@media screen and (max-width: 767px) {
  .webform-client-form > div .webform-component input {
    font-size: 14px;
    padding: 20px 15px;
  }
}
.webform-client-form > div .webform-component-checkboxes {
  width: 270px;
  margin-left: 30px;
  border: none !important;
}
.webform-client-form > div .webform-component-checkboxes .form-checkbox {
  display: none !important;
}
.webform-client-form > div .webform-component-checkboxes .control-label {
  display: flex;
  color: #505050;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.webform-client-form > div .webform-component-checkboxes .control-label a:not(.vesta-checkbox) {
  display: contents;
  color: #f8333c;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .webform-client-form > div .webform-component-checkboxes .control-label a:not(.vesta-checkbox) {
    font-size: 13px;
  }
}
.webform-client-form > div .webform-component-checkboxes .control-label input:checked + .vesta-checkbox:before {
  background-color: #f8333c !important;
  color: #ffffff !important;
  border: 1px solid #505050 !important;
  border-radius: 4px !important;
  width: 14px !important;
  height: 16px !important;
}
.webform-client-form > div .webform-component-checkboxes .control-label input + .vesta-checkbox:before {
  background-color: transparent !important;
  border: 1px solid #505050 !important;
  border-radius: 4px !important;
  width: 14px !important;
  height: 16px !important;
}
.webform-client-form > div .webform-component-checkboxes .control-label input + .vesta-checkbox {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .webform-client-form > div .webform-component-checkboxes .control-label input + .vesta-checkbox {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .webform-client-form > div .webform-component-checkboxes .control-label {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .webform-client-form > div .webform-component-checkboxes {
    margin-left: 0;
  }
}
.webform-client-form > div .form-actions button {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .webform-client-form > div .form-actions button {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .webform-client-form > div .form-actions button {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .webform-client-form > div .form-actions button {
    font-size: 13px;
    padding: 15px 30px;
  }
}
.webform-client-form > div .form-actions button:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #1e1e24;
  border: 1px solid #1e1e24;
}
@media screen and (max-width: 767px) {
  .webform-client-form > div .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
}
.subcontent10 {
  background: #333342;
  padding-top: 80px;
  padding-bottom: 80px;
}
.subcontent10 .region-subcontent10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .subcontent10 .region-subcontent10 {
    gap: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .subcontent10 .region-subcontent10 {
    gap: 30px 35px;
  }
}
@media screen and (max-width: 1199px) {
  .subcontent10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .subcontent10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .subcontent10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#block-superfish-3 .block-title,
#block-superfish-5 .block-title,
#block-superfish-6 .block-title,
#block-superfish-7 .block-title {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 20px;
}
#block-superfish-3 #superfish-3,
#block-superfish-5 #superfish-3,
#block-superfish-6 #superfish-3,
#block-superfish-7 #superfish-3,
#block-superfish-3 #superfish-5,
#block-superfish-5 #superfish-5,
#block-superfish-6 #superfish-5,
#block-superfish-7 #superfish-5,
#block-superfish-3 #superfish-6,
#block-superfish-5 #superfish-6,
#block-superfish-6 #superfish-6,
#block-superfish-7 #superfish-6,
#block-superfish-3 #superfish-7,
#block-superfish-5 #superfish-7,
#block-superfish-6 #superfish-7,
#block-superfish-7 #superfish-7 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
#block-superfish-3 #superfish-3 li,
#block-superfish-5 #superfish-3 li,
#block-superfish-6 #superfish-3 li,
#block-superfish-7 #superfish-3 li,
#block-superfish-3 #superfish-5 li,
#block-superfish-5 #superfish-5 li,
#block-superfish-6 #superfish-5 li,
#block-superfish-7 #superfish-5 li,
#block-superfish-3 #superfish-6 li,
#block-superfish-5 #superfish-6 li,
#block-superfish-6 #superfish-6 li,
#block-superfish-7 #superfish-6 li,
#block-superfish-3 #superfish-7 li,
#block-superfish-5 #superfish-7 li,
#block-superfish-6 #superfish-7 li,
#block-superfish-7 #superfish-7 li {
  width: 100%;
}
#block-superfish-3 #superfish-3 li a,
#block-superfish-5 #superfish-3 li a,
#block-superfish-6 #superfish-3 li a,
#block-superfish-7 #superfish-3 li a,
#block-superfish-3 #superfish-5 li a,
#block-superfish-5 #superfish-5 li a,
#block-superfish-6 #superfish-5 li a,
#block-superfish-7 #superfish-5 li a,
#block-superfish-3 #superfish-6 li a,
#block-superfish-5 #superfish-6 li a,
#block-superfish-6 #superfish-6 li a,
#block-superfish-7 #superfish-6 li a,
#block-superfish-3 #superfish-7 li a,
#block-superfish-5 #superfish-7 li a,
#block-superfish-6 #superfish-7 li a,
#block-superfish-7 #superfish-7 li a {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
#block-superfish-3 #superfish-3 li a:hover,
#block-superfish-5 #superfish-3 li a:hover,
#block-superfish-6 #superfish-3 li a:hover,
#block-superfish-7 #superfish-3 li a:hover,
#block-superfish-3 #superfish-5 li a:hover,
#block-superfish-5 #superfish-5 li a:hover,
#block-superfish-6 #superfish-5 li a:hover,
#block-superfish-7 #superfish-5 li a:hover,
#block-superfish-3 #superfish-6 li a:hover,
#block-superfish-5 #superfish-6 li a:hover,
#block-superfish-6 #superfish-6 li a:hover,
#block-superfish-7 #superfish-6 li a:hover,
#block-superfish-3 #superfish-7 li a:hover,
#block-superfish-5 #superfish-7 li a:hover,
#block-superfish-6 #superfish-7 li a:hover,
#block-superfish-7 #superfish-7 li a:hover {
  color: #f8333c;
}
@media screen and (max-width: 1199px) {
  #block-superfish-3 #superfish-3 li a,
  #block-superfish-5 #superfish-3 li a,
  #block-superfish-6 #superfish-3 li a,
  #block-superfish-7 #superfish-3 li a,
  #block-superfish-3 #superfish-5 li a,
  #block-superfish-5 #superfish-5 li a,
  #block-superfish-6 #superfish-5 li a,
  #block-superfish-7 #superfish-5 li a,
  #block-superfish-3 #superfish-6 li a,
  #block-superfish-5 #superfish-6 li a,
  #block-superfish-6 #superfish-6 li a,
  #block-superfish-7 #superfish-6 li a,
  #block-superfish-3 #superfish-7 li a,
  #block-superfish-5 #superfish-7 li a,
  #block-superfish-6 #superfish-7 li a,
  #block-superfish-7 #superfish-7 li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-superfish-3 #superfish-3 li a,
  #block-superfish-5 #superfish-3 li a,
  #block-superfish-6 #superfish-3 li a,
  #block-superfish-7 #superfish-3 li a,
  #block-superfish-3 #superfish-5 li a,
  #block-superfish-5 #superfish-5 li a,
  #block-superfish-6 #superfish-5 li a,
  #block-superfish-7 #superfish-5 li a,
  #block-superfish-3 #superfish-6 li a,
  #block-superfish-5 #superfish-6 li a,
  #block-superfish-6 #superfish-6 li a,
  #block-superfish-7 #superfish-6 li a,
  #block-superfish-3 #superfish-7 li a,
  #block-superfish-5 #superfish-7 li a,
  #block-superfish-6 #superfish-7 li a,
  #block-superfish-7 #superfish-7 li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  #block-superfish-3,
  #block-superfish-5,
  #block-superfish-6,
  #block-superfish-7 {
    width: calc(50% - 17.5px) !important;
  }
}
#block-superfish-3 {
  width: 135px;
}
#block-superfish-5 {
  width: 115px;
}
#block-superfish-6 {
  width: 155px;
}
@media screen and (max-width: 991px) {
  #block-superfish-6 {
    width: 130px;
  }
}
#block-superfish-7 {
  width: 140px;
}
#block-block-38 {
  width: 160px;
}
#block-block-38 .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#block-block-38 .content p {
  display: block;
  width: 100%;
  margin: 0;
}
#block-block-38 .content p a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-family: rubik_bold;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
#block-block-38 .content p a:hover {
  color: #f8333c;
}
@media screen and (max-width: 1199px) {
  #block-block-38 .content p a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-38 .content p a {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  #block-block-38 {
    width: calc(50% - 17.5px) !important;
  }
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #1e1e24;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer .prefooter1 {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .footer .prefooter1 #block-block-39 .content p img {
    width: 80px !important;
  }
}
.footer .footer-block {
  width: 970px;
}
.footer .footer-block #block-block-40 {
  width: 100%;
}
.footer .footer-block #block-block-40 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer .footer-block #block-block-40 .content p,
.footer .footer-block #block-block-40 .content .phone,
.footer .footer-block #block-block-40 .content .adres {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
.footer .footer-block #block-block-40 .content p a,
.footer .footer-block #block-block-40 .content .phone a,
.footer .footer-block #block-block-40 .content .adres a {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
.footer .footer-block #block-block-40 .content p a:hover,
.footer .footer-block #block-block-40 .content .phone a:hover,
.footer .footer-block #block-block-40 .content .adres a:hover {
  color: #f8333c;
}
.footer .footer-block #block-block-40 .content .phone img,
.footer .footer-block #block-block-40 .content .adres img {
  margin-right: 10px;
}
.footer .footer-block #block-block-40 .content .adres {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-block #block-block-40 .content .adres {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }
}
.footer .footer-block #block-block-40 .content p:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer .footer-block #block-block-40 .content {
    gap: 25px 10px;
  }
}
.footer .footer-block #block-block-41 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.footer .footer-block #block-block-41 .content p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 146%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-block #block-block-41 .content p {
    text-align: left;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .footer-block {
    width: 800px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-block {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 15px;
  }
}
.copyrights {
  padding-bottom: 20px;
  background: #1e1e24;
}
@media screen and (max-width: 767px) {
  .copyrights .container {
    display: flex;
    justify-content: start;
  }
}
.copyrights a {
  color: #ffffff;
}
.copyrights a:hover {
  color: #f8333c;
}
@media screen and (max-width: 767px) {
  .copyrights {
    padding-bottom: 30px;
  }
}
.page-catalog {
  margin-bottom: 0;
}
.page-catalog h1 {
  color: #ffffff;
}
.page-catalog .main {
  background: #1e1e24;
}
.page-catalog .breadcrumb span {
  color: #ffffff !important;
}
.page-catalog .breadcrumb span a:hover {
  color: #ffffff !important;
}
.page-catalog .breadcrumbs {
  background: #1e1e24;
}
.not-front #header {
  background-color: #1e1e24;
  margin-bottom: 0;
}
.not-front .main {
  margin-bottom: 0;
  background-color: #1e1e24;
  position: relative;
  padding-bottom: 25px;
}
.not-front .main #block-system-main {
  position: relative;
  z-index: 1;
}
.not-front .main #block-system-main > .content > .node > .field-name-body .field-item {
  color: #ffffff;
}
.not-front .main:after {
  content: "";
  background-image: url(/sites/default/files/444.svg);
  height: 194px;
  width: 100%;
  position: absolute;
  bottom: -145px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .not-front .main:after {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 200px;
    min-width: 720px;
    bottom: -60px;
  }
}
.not-front h1 {
  color: #ffffff;
  text-align: center !important;
  font-family: rubik_bold;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .not-front h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .not-front h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .not-front h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .not-front h1 {
    font-size: 30px;
  }
}
.not-front .subcontent5,
.not-front .subcontent7,
.not-front .subcontent8,
.not-front .subcontent9,
.not-front .subcontent10 {
  margin-bottom: 0;
}
.not-front .subcontent5 {
  position: relative;
}
.not-front .subcontent5:after {
  content: "";
  background-image: url(/sites/default/files/7777.svg);
  height: 162px;
  width: 100%;
  position: absolute;
  bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .not-front .subcontent5:after {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left -20px bottom;
    height: 68px;
    min-width: 720px;
    bottom: -50px;
  }
}
.breadcrumbs {
  margin-bottom: 0;
  background-color: #1e1e24;
}
.breadcrumbs .breadcrumb span {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  line-height: 150%;
}
.breadcrumbs .breadcrumb span a {
  color: #f8333c;
  font-size: 15px;
  font-style: normal;
  line-height: 150%;
}
.breadcrumbs .breadcrumb span a:hover {
  color: #ffffff;
}
.page-reviews .addreview {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .page-reviews .addreview {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-reviews .addreview {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-reviews .addreview {
    font-size: 13px;
    padding: 15px 30px;
  }
}
.page-reviews .addreview:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.page-reviews .field-widget-text-textarea-with-summary textarea {
  resize: none;
}
.page-reviews .field-widget-text-textarea-with-summary .grippie {
  display: none;
}
.page-reviews .field-name-field-photo-review .form-submit {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px !important;
}
@media screen and (max-width: 991px) {
  .page-reviews .field-name-field-photo-review .form-submit {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-reviews .field-name-field-photo-review .form-submit {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-reviews .field-name-field-photo-review .form-submit {
    font-size: 13px;
    padding: 15px 30px;
  }
}
.page-reviews .field-name-field-photo-review .form-submit:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.page-reviews .node-review-form .form-actions button {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .page-reviews .node-review-form .form-actions button {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-reviews .node-review-form .form-actions button {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .page-reviews .node-review-form .form-actions button {
    font-size: 13px;
    padding: 15px 30px;
  }
}
.page-reviews .node-review-form .form-actions button:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.page-reviews #block-formblock-review .block-title {
  color: #ffffff;
}
.page-reviews #block-formblock-review .node-review-form .form-group {
  color: #ffffff;
}
.page-reviews #block-system-main .view-content {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-reviews #block-system-main .view-content .views-row {
  width: 570px;
  border: 1px solid rgba(118, 148, 159, 0.25);
  border-radius: 6px;
}
.page-reviews #block-system-main .view-content .views-row .node-review {
  border: none;
}
@media screen and (max-width: 1199px) {
  .page-reviews #block-system-main .view-content .views-row {
    width: 466px;
  }
}
@media screen and (max-width: 991px) {
  .page-reviews #block-system-main .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .page-reviews #block-system-main .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-reviews #block-system-main .view-content {
    gap: 15px;
  }
}
.view-articles .view-content,
.view-news .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-articles .view-content .views-row,
.view-news .view-content .views-row {
  width: 370px;
  border-radius: 6px;
  border: 1px solid #f8333c;
  overflow: hidden;
}
.view-articles .view-content .views-row .node-article,
.view-news .view-content .views-row .node-article,
.view-articles .view-content .views-row .node-new,
.view-news .view-content .views-row .node-new {
  background-color: transparent;
  box-shadow: none;
}
.view-articles .view-content .views-row .field-name-field-image,
.view-news .view-content .views-row .field-name-field-image,
.view-articles .view-content .views-row .field-name-field-teaser-img,
.view-news .view-content .views-row .field-name-field-teaser-img {
  overflow: hidden;
}
.view-articles .view-content .views-row .field-name-field-image *,
.view-news .view-content .views-row .field-name-field-image *,
.view-articles .view-content .views-row .field-name-field-teaser-img *,
.view-news .view-content .views-row .field-name-field-teaser-img * {
  width: 100% !important;
  height: 270px !important;
  object-fit: cover;
}
.view-articles .view-content .views-row .field-name-field-image img,
.view-news .view-content .views-row .field-name-field-image img,
.view-articles .view-content .views-row .field-name-field-teaser-img img,
.view-news .view-content .views-row .field-name-field-teaser-img img {
  transition: 0.3s;
}
.view-articles .view-content .views-row .field-name-field-image a,
.view-news .view-content .views-row .field-name-field-image a,
.view-articles .view-content .views-row .field-name-field-teaser-img a,
.view-news .view-content .views-row .field-name-field-teaser-img a {
  position: relative;
}
.view-articles .view-content .views-row .field-name-field-image a:after,
.view-news .view-content .views-row .field-name-field-image a:after,
.view-articles .view-content .views-row .field-name-field-teaser-img a:after,
.view-news .view-content .views-row .field-name-field-teaser-img a:after {
  content: "";
  background-image: url(/sites/default/files/666.svg);
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
  min-width: 720px;
  bottom: -10px;
}
.view-articles .view-content .views-row .field-name-field-image:hover img,
.view-news .view-content .views-row .field-name-field-image:hover img,
.view-articles .view-content .views-row .field-name-field-teaser-img:hover img,
.view-news .view-content .views-row .field-name-field-teaser-img:hover img {
  transform: scale(1.1);
}
.view-articles .view-content .views-row .field-name-post-date *,
.view-news .view-content .views-row .field-name-post-date *,
.view-articles .view-content .views-row .field-name-field-date *,
.view-news .view-content .views-row .field-name-field-date *,
.view-articles .view-content .views-row .field-name-teaser-title-node *,
.view-news .view-content .views-row .field-name-teaser-title-node *,
.view-articles .view-content .views-row .field-name-body *,
.view-news .view-content .views-row .field-name-body * {
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .view-articles .view-content .views-row,
  .view-news .view-content .views-row {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .view-articles .view-content .views-row,
  .view-news .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-articles .view-content .views-row,
  .view-news .view-content .views-row {
    width: 265px;
  }
}
@media screen and (max-width: 575px) {
  .view-articles .view-content .views-row,
  .view-news .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-articles .view-content,
  .view-news .view-content {
    gap: 15px;
  }
}
.node-type-webform .node-webform .webform-component {
  width: 100%;
}
.node-type-webform .node-webform .webform-component label.error {
  color: #ffffff;
}
.node-type-webform .node-webform .form-actions {
  width: 100%;
  display: flex;
  justify-content: center;
}
.node-type-webform .node-webform .webform-component-checkboxes .vesta-checkbox {
  margin-top: 10px !important;
}
.node-type-webform .node-webform .webform-component-checkboxes .control-label {
  color: #ffffff;
}
.node-type-webform .node-webform .webform-confirmation {
  color: #ffffff;
}
.node-type-webform .node-webform .links a {
  color: #f8333c;
}
.node-type-webform .node-webform .links a:hover {
  color: #ffffff;
}
.node-type-product-view .node-product-view .field-name-field-prod-title2 * {
  color: #ffffff;
  text-align: center;
  font-family: rubik_bold;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .field-name-field-prod-title2 * {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-field-prod-title2 * {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-title2 * {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .field-name-field-prod-title2 * {
    font-size: 30px;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-subtitle {
  margin-bottom: 35px;
}
.node-type-product-view .node-product-view .field-name-field-prod-subtitle * {
  color: #ffffff;
  font-family: rubik_bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .field-name-field-prod-subtitle * {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-field-prod-subtitle * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-subtitle * {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .field-name-field-prod-subtitle * {
    font-size: 24px;
  }
}
.node-type-product-view .node-product-view .group-body {
  display: flex;
  flex-direction: row;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .group-body {
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .group-body {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body {
    flex-direction: column;
  }
}
.node-type-product-view .node-product-view .group-body .field.field-name-field-model-360-view {
  margin: 0;
}
.node-type-product-view .node-product-view .group-body .field.field-name-field-model-360-view .control-color + .control-color {
  display: none !important;
}
.node-type-product-view .node-product-view .group-body .field.field-name-field-model-360-view .control-color .last + .color-hex-360 {
  display: none !important;
}
.node-type-product-view .node-product-view .group-body .field.field-name-field-model-360-view .control-color .last1 {
  display: none !important;
}
.node-type-product-view .node-product-view .group-body .group-wrapper {
  margin: 0 0 0 auto;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
  margin: 0 0 40px;
  width: 525px;
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
    margin: 0 auto 15px;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items {
  margin-right: -6px;
  margin-left: -6px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-list {
  order: 0;
  width: 100%;
  margin-bottom: 30px;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-track {
  width: max-content !important;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .group .field-item img {
  width: 166px !important;
  height: 133px !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .group .field-item img {
    width: 146px !important;
    height: 120px !important;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .group .field-item img {
    width: 242px !important;
    height: 195px !important;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .group .field-item img {
    width: 178px !important;
    height: 140px !important;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .group .field-item img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .group .field-item * {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .group .field-item {
    width: calc(33% - 7px) !important;
    height: auto !important;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-arrow {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #f8333c;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 0;
  transition: 0.3s;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-arrow:hover {
  background-color: rgba(248, 51, 60, 0.25);
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-disabled {
  background-color: rgba(248, 51, 60, 0.25);
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-prev {
  margin-left: 6px;
  order: 1;
  background-image: url(/sites/default/files/arrow-l.svg);
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-prev {
    order: 3;
    margin-left: 40px;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-next {
  margin-right: 6px;
  order: 3;
  background-image: url(/sites/default/files/arrow-r.svg);
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-next {
    order: 1;
    margin-right: 40px;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots {
  order: 2;
  padding: 0;
  margin: 0;
  height: 60px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  transition: 0.3s;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: none;
  transition: 0.3s;
  font-size: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots li:hover button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.25);
}
.node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots li.slick-active button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items .slick-dots {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 .field-items {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
    width: 738px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
    width: 546px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .field-name-field-productimg-2 {
    width: 90vw;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .group-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-field-prod-price {
  margin-left: auto;
}
.node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-field-prod-price * {
  color: #ffffff;
  text-align: center;
  font-family: rubik_bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-field-prod-price * {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-field-prod-price * {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-field-prod-price * {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-field-prod-price * {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-field-prod-price {
    margin-left: 0;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-skidka-btn a {
  display: block;
  width: max-content;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #f8333c;
  border: 1px solid #f8333c;
  color: #ffffff;
  font-family: rubik_regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-skidka-btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-skidka-btn a {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-skidka-btn a {
    font-size: 13px;
    padding: 15px 30px;
  }
}
.node-type-product-view .node-product-view .group-body .group-wrapper .group-content .field-name-skidka-btn a:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper .group-content {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .group-body .group-wrapper {
    width: 100%;
  }
}
.node-type-product-view .node-product-view .field-name-body {
  margin-top: 60px;
}
.node-type-product-view .node-product-view .field-name-body h2 {
  margin-bottom: 35px;
  color: #ffffff;
  font-family: rubik_bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .field-name-body h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-body h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-body h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .field-name-body h2 {
    font-size: 24px;
  }
}
.node-type-product-view .node-product-view .field-name-body h3 {
  color: #ffffff;
  font-family: rubik_bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-body h3 {
    font-size: 16px;
  }
}
.node-type-product-view .node-product-view .field-name-body table {
  width: 100% !important;
  border: none;
  min-width: 545px;
}
.node-type-product-view .node-product-view .field-name-body table tr {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.node-type-product-view .node-product-view .field-name-body table tr td {
  border: none;
  padding: 0;
  width: max-content;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-body table tr td {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-body table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-body table tr {
    padding: 4px;
  }
}
.node-type-product-view .node-product-view .field-name-body table tr + tr {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-body table tr + tr {
    margin-top: 0px;
  }
}
.node-type-product-view .node-product-view .field-name-body p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-body p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .field-name-body {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-body {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .field-name-body {
    margin-top: 20px;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-list {
  order: 0;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-list {
    margin-bottom: 30px;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .field-item {
  padding-left: 15px;
  padding-right: 15px;
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .field-item iframe {
  width: 100% !important;
  height: 208px !important;
  object-fit: contain;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .field-item iframe {
    height: 185px !important;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-arrow {
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #f8333c;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 0;
  transition: 0.3s;
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-arrow:hover {
  background-color: rgba(248, 51, 60, 0.25);
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-disabled {
  background-color: rgba(248, 51, 60, 0.25);
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-prev {
  margin-left: 15px;
  order: 1;
  background-image: url(/sites/default/files/arrow-l.svg);
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-prev {
    order: 3;
    margin-left: 40px;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-next {
  margin-right: 15px;
  order: 3;
  background-image: url(/sites/default/files/arrow-r.svg);
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-next {
    order: 1;
    margin-right: 40px;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots {
  order: 2;
  padding: 0;
  margin: 0;
  height: 60px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  transition: 0.3s;
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border: none;
  transition: 0.3s;
  font-size: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots li:hover button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.25);
}
.node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots li.slick-active button {
  background-color: #f8333c;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items .slick-dots {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-video .field-items {
    justify-content: center;
  }
}
.node-type-product-view .node-product-view .field-name-field-prod-body2 {
  margin-top: 110px;
  margin-bottom: 60px;
}
.node-type-product-view .node-product-view .field-name-field-prod-body2 * {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-body2 * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .node-type-product-view .node-product-view .field-name-field-prod-body2 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .node-type-product-view .node-product-view .field-name-field-prod-body2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .node-type-product-view .node-product-view .field-name-field-prod-body2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .node-type-product-view .node-product-view .field-name-field-prod-body2 {
    margin-top: 20px;
  }
}
.page-search #block-system-main {
  color: #ffffff;
}
.page-search #block-system-main h2 {
  color: #ffffff;
}
.page-search .search-form .input-group input {
  font-size: 16px;
  color: #1e1e24;
  border-color: #ffffff;
}
.page-search .form-actions button:hover {
  background-color: #ffffff !important;
}
.page-search #search-form input {
  border-color: #1e1e24;
  border-radius: 6px !important;
}
.page-search #search-form .form-submit {
  background-color: #f8333c;
  border: none !important;
  /*min-width: 150px;*/
}
.page-search h1 {
  display: none;
}
.page-search h2 {
  font-size: 18px;
  color: #1e1e24;
}
.page-search .search-results {
  padding-left: 0px;
}
.page-search .search-result .title * {
  color: #f8333c;
  font-size: 16px;
}
.page-search .search-result::marker {
  color: transparent;
}
.page-search .search-snippet-info {
  display: none;
}
#colorbox .form-actions {
  display: flex;
  justify-content: center;
}
#colorbox .webform-confirmation {
  text-align: center;
}
#colorbox .links {
  text-align: center;
}
#colorbox .links a {
  color: #f8333c;
}
#colorbox .links a:hover {
  color: #1e1e24;
}
.captcha {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .captcha {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .g-recaptcha {
    transform: scale(0.82);
    transform-origin: 0 -1px;
  }
}
#block-webform-client-block-415 {
  position: relative;
  padding-bottom: 30px;
  padding-top: 50px;
}
#block-webform-client-block-415 .captcha {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#block-webform-client-block-415 .block-title {
  color: #ffffff;
}
#block-webform-client-block-415:before {
  content: "";
  background-image: url(/sites/default/files/rectangle8.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: -100vw;
  display: block;
  width: 300vw;
  height: 100%;
  z-index: 0;
}
#block-webform-client-block-415 .content {
  position: relative;
  z-index: 1;
}
#block-webform-client-block-415 .node-webform {
  width: 570px;
  padding: 40px;
  background: rgba(30, 30, 36, 0.65);
}
#block-webform-client-block-415 .node-webform .field-name-title * {
  color: #ffffff;
}
#block-webform-client-block-415 .node-webform .webform-component-fieldset {
  width: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
#block-webform-client-block-415 .node-webform .webform-component-fieldset .panel-heading {
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #ffffff;
  font-size: rubik_medium;
  font-weight: 500;
  margin-bottom: 15px;
}
#block-webform-client-block-415 .node-webform .webform-component-fieldset .panel-body {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 10px 0;
}
#block-webform-client-block-415 .node-webform .webform-component-fieldset .panel-body .webform-component {
  width: 49%;
  margin: 0;
}
#block-webform-client-block-415 .node-webform .webform-component-fieldset .panel-body .webform-component label.error {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #block-webform-client-block-415 .node-webform .webform-component-fieldset .panel-body .webform-component {
    width: 100%;
  }
}
#block-webform-client-block-415 .node-webform .webform-component--dlya-kogo-neobhodim-lizing .webform-component {
  width: 100%;
}
#block-webform-client-block-415 .node-webform .webform-component--dlya-kogo-neobhodim-lizing .webform-component .form-radios {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
#block-webform-client-block-415 .node-webform .webform-component--dlya-kogo-neobhodim-lizing .webform-component .form-radios .form-item {
  width: 49%;
  margin: 0;
  color: #ffffff;
}
#block-webform-client-block-415 .node-webform .webform-component--dlya-kogo-neobhodim-lizing .webform-component .form-radios .form-item input {
  display: block !important;
  height: 16px !important;
}
#block-webform-client-block-415 .node-webform .webform-component--dlya-kogo-neobhodim-lizing .webform-component .form-radios .form-item .vesta-radio {
  display: none;
}
#block-webform-client-block-415 .node-webform .webform-component--dlya-kogo-neobhodim-lizing .webform-component .form-radios .form-item .control-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #block-webform-client-block-415 .node-webform .webform-component--dlya-kogo-neobhodim-lizing .webform-component .form-radios .form-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-webform-client-block-415 .node-webform {
    width: 100%;
    padding: 20px;
  }
}
#block-block-44 .block-title {
  color: #ffffff;
  text-align: center;
  font-family: rubik_bold;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #block-block-44 .block-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  #block-block-44 .block-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-block-44 .block-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  #block-block-44 .block-title {
    font-size: 28px;
  }
}
#block-block-44 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  counter-reset: item;
}
#block-block-44 .content p {
  counter-increment: item;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #ffffff;
  text-align: center;
  width: 18%;
  font-family: rubik_bold;
  font-weight: 700;
}
#block-block-44 .content p:before {
  content: counter(item);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f8333c;
  color: #ffffff;
  font-family: rubik_bold;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  #block-block-44 .content p {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  #block-block-44 .content p {
    width: 33%;
  }
}
@media screen and (max-width: 575px) {
  #block-block-44 .content p {
    width: 50%;
  }
}
#block-block-45 {
  margin-top: 50px;
}
#block-block-45 .content p {
  color: #ffffff;
}
.page-node-405 #block-system-main .field-name-body .phone a:hover {
  color: #ffffff;
}
#block-views-dostavka-block .view-dostavka .view-content {
  display: flex;
  flex-direction: column;
}
#block-views-dostavka-block .view-dostavka .view-content .views-row {
  width: 550px;
  position: relative;
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:before {
  content: "";
  font-size: 0;
  position: absolute;
  top: 15px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f8333c;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:after {
  content: "";
  font-size: 0;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  z-index: 0;
}
#block-views-dostavka-block .view-dostavka .view-content .views-row .field-name-title * {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row .field-name-title * {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row .field-name-title * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row .field-name-title * {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row .field-name-title * {
    font-size: 24px;
  }
}
#block-views-dostavka-block .view-dostavka .view-content .views-row .field-name-body * {
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row {
    width: 446px;
  }
}
@media screen and (max-width: 991px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row {
    width: calc(100% - 45px);
  }
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1):before {
  right: -45px;
}
@media screen and (max-width: 991px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1):before {
    right: auto;
    left: -45px;
  }
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1):after {
  right: -36px;
}
@media screen and (max-width: 991px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1):after {
    right: auto;
    left: -35px;
  }
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1) .field-name-title * {
  text-align: right;
}
@media screen and (max-width: 991px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1) .field-name-title * {
    text-align: left;
  }
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1) .field-name-body * {
  text-align: right;
}
@media screen and (max-width: 991px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1) .field-name-body * {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  #block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n + 1) {
    margin-left: auto;
  }
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n) {
  margin-left: auto;
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n):before {
  left: -45px;
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:nth-child(2n):after {
  left: -35px;
}
#block-views-dostavka-block .view-dostavka .view-content .views-row:last-child:after {
  display: none;
}
.node-type-media-gallery .field-name-media-gallery-file {
  margin: 0;
}
.node-type-media-gallery .field-name-media-gallery-file .field-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.node-type-media-gallery .field-name-media-gallery-file .field-items .field-item {
  width: 270px !important;
  border-radius: 10px;
  overflow: hidden;
}
.node-type-media-gallery .field-name-media-gallery-file .field-items .field-item * {
  margin: 0;
  padding: 0;
  border: none;
}
.node-type-media-gallery .field-name-media-gallery-file .field-items .field-item > div,
.node-type-media-gallery .field-name-media-gallery-file .field-items .field-item .media-gallery-item,
.node-type-media-gallery .field-name-media-gallery-file .field-items .field-item .gallery-thumb-outer,
.node-type-media-gallery .field-name-media-gallery-file .field-items .field-item .gallery-thumb-inner,
.node-type-media-gallery .field-name-media-gallery-file .field-items .field-item .media-gallery-thumb {
  width: 100%;
  height: 100%;
}
.node-type-media-gallery .field-name-media-gallery-file .field-items .field-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .node-type-media-gallery .field-name-media-gallery-file .field-items .field-item {
    width: 218px !important;
  }
}
@media screen and (max-width: 991px) {
  .node-type-media-gallery .field-name-media-gallery-file .field-items .field-item {
    width: 226px !important;
  }
}
@media screen and (max-width: 767px) {
  .node-type-media-gallery .field-name-media-gallery-file .field-items .field-item {
    width: 172px !important;
  }
}
@media screen and (max-width: 575px) {
  .node-type-media-gallery .field-name-media-gallery-file .field-items .field-item {
    width: calc(50% - 7.5px) !important;
  }
}
@media screen and (max-width: 767px) {
  .node-type-media-gallery .field-name-media-gallery-file .field-items {
    gap: 15px;
  }
}
.node-video-gallery .field-name-field-rutube .field-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.node-video-gallery .field-name-field-rutube .field-items .field-item {
  width: 370px;
  height: 320px;
  border-radius: 15px;
  overflow: hidden;
}
.node-video-gallery .field-name-field-rutube .field-items .field-item iframe {
  width: 370px !important;
  height: 320px !important;
}
@media screen and (max-width: 1199px) {
  .node-video-gallery .field-name-field-rutube .field-items .field-item iframe {
    width: 300px !important;
    height: 250px !important;
  }
}
@media screen and (max-width: 991px) {
  .node-video-gallery .field-name-field-rutube .field-items .field-item iframe {
    width: 354px !important;
    height: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .node-video-gallery .field-name-field-rutube .field-items .field-item iframe {
    width: 265px !important;
    height: 200px !important;
  }
}
@media screen and (max-width: 575px) {
  .node-video-gallery .field-name-field-rutube .field-items .field-item iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .node-video-gallery .field-name-field-rutube .field-items .field-item {
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .node-video-gallery .field-name-field-rutube .field-items .field-item {
    width: 354px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .node-video-gallery .field-name-field-rutube .field-items .field-item {
    width: 265px;
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .node-video-gallery .field-name-field-rutube .field-items .field-item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .node-video-gallery .field-name-field-rutube .field-items {
    gap: 15px;
  }
}
#block-vesta-privacy-access-ya-metrika-access {
  background-color: #7f7f7f;
}
@media screen and (max-width: 575px) {
  #block-vesta-privacy-access-ya-metrika-access .block-metrika-btns {
    flex-direction: column;
    width: 100%;
  }
  #block-vesta-privacy-access-ya-metrika-access .block-metrika-btns button {
    width: 100%;
  }
}
