@charset "UTF-8";

@font-face {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MontserratRegular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratRegular/Montserrat-Regular.woff") format("woff"), url("../fonts/MontserratRegular/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MontserratBold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratBold/Montserrat-Bold.woff") format("woff"), url("../fonts/MontserratBold/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratBlack";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MontserratBlack/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratBlack/Montserrat-Black.woff") format("woff"), url("../fonts/MontserratBlack/Montserrat-Black.ttf") format("truetype");
}

@font-face {
  font-family: "InterBlack";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Inter/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter/Inter-Black.woff") format("woff"), url("../fonts/Inter/Inter-Black.ttf") format("truetype");
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../js/libs/slick/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../js/libs/slick/fonts/slick.eot");
  src: url("../js/libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/libs/slick/fonts/slick.woff") format("woff"), url("../js/libs/slick/fonts/slick.ttf") format("truetype"), url("../js/libs/slick/fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
}

.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: transparent;
    background-image: url(../img/icons-svg/close.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/*! jQuery UI - v1.12.1 - 2019-03-11
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css, button.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

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

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../js/libs/jquery-ui/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../js/libs/jquery-ui/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../js/libs/jquery-ui/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../js/libs/jquery-ui/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../js/libs/jquery-ui/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../js/libs/jquery-ui/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../js/libs/jquery-ui/images/ui-icons_777777_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*! jQuery UI - v1.12.1 - 2019-03-11
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

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

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
  transition: top .3s,right .3s,bottom .3s,left .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-target {
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  height: 100%;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a5764;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: -webkit-calc(100% - 14px);
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: rgba(114, 133, 151, 0.2);
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow .3s ease;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), transparent var(--value, 0));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: -webkit-calc(100% + 13px);
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: -webkit-linear-gradient(135deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  z-index: 3;
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr:-webkit-full-screen {
  background: #000;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:-webkit-full-screen {
  background: #000;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr--fullscreen-fallback {
  background: #000;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

.plyr__ads {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-arrow-down {
  font-size: 1.3rem;
  width: 0.76923em;
}

.icon-arrow-down-long {
  font-size: 5.5rem;
  width: 0.29091em;
}

.icon-arrow-left {
  font-size: 1rem;
  width: 1.3em;
}

.icon-arrow-left-wt {
  font-size: 1rem;
  width: 1.3em;
}

.icon-arrow-right {
  font-size: 1rem;
  width: 1.4em;
}

.icon-arrow-right-accent {
  font-size: 1rem;
  width: 1.4em;
}

.icon-arrow-right-wt {
  font-size: 1rem;
  width: 1.4em;
}

.icon-breadcrumbs-logo {
  font-size: 1.4rem;
  width: 1.5em;
}

.icon-burger {
  font-size: 1.5rem;
  width: 2.86667em;
}

.icon-close {
  font-size: 1.7rem;
  width: 1.05882em;
}

.icon-doc {
  font-size: 5.8rem;
  width: 0.81034em;
}

.icon-fb {
  font-size: 3.5rem;
  width: 1em;
}

.icon-inst {
  font-size: 3.5rem;
  width: 1em;
}

.icon-magnifier {
  font-size: 2.1rem;
  width: 1em;
}

.icon-mail {
  font-size: 3.5rem;
  width: 1em;
}

.icon-main-slider-back {
  font-size: 1.1rem;
  width: 1.36364em;
}

.icon-main-slider-forw {
  font-size: 1.1rem;
  width: 1.36364em;
}

.icon-pint {
  font-size: 3.5rem;
  width: 1em;
}

.icon-play {
  font-size: 6.7rem;
  width: 1.01493em;
}

.icon-star-empty {
  font-size: 2.4rem;
  width: 1.08333em;
}

.icon-star-empty-wt {
  font-size: 2.4rem;
  width: 1.08333em;
}

.icon-star-filled {
  font-size: 2.4rem;
  width: 1.08333em;
}

.icon-star-filled-accent {
  font-size: 2.4rem;
  width: 1.08333em;
}

.icon-star-filled-gray {
  font-size: 2.4rem;
  width: 1.08333em;
}

.icon-telegram {
  font-size: 3.5rem;
  width: 1em;
}

.icon-viber {
  font-size: 3.5rem;
  width: 1em;
}

.icon-yt {
  font-size: 3.5rem;
  width: 1em;
}

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

html {
  font-size: 14px;
}

html.cover-in .md-cover,
html.cover-in .header-cover {
  display: block;
  opacity: 1;
}

html.cover-in .header-search {
  z-index: 3;
}

html.cover-in .header-menu__item:not(.header-search) {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

html.header-scroll .header {
  margin-top: 0;
  padding-top: 20px;
  height: 73px;
  background-color: rgba(57, 57, 57, 0.7);
}

html.header-scroll .header:before {
  height: 0;
  min-height: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
  content: '';
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  background-color: #FF7F00;
}

html.header-scroll .header-main .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

html.header-scroll .header-langs {
  display: none;
}

html.header-scroll .header-logo {
  max-width: 273px;
}

html.header-scroll .logo-std {
  display: none;
}

html.header-scroll .logo-mini {
  display: block;
}

html.header-scroll .header-menu {
  opacity: 0;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  margin-top: 0;
  -webkit-transform: translateY(-1000%);
  -ms-transform: translateY(-1000%);
  transform: translateY(-1000%);
}

html.header-scroll .header-burger {
  display: block;
}

html.header-scroll .header-logo-text {
  display: none;
}

html.header-scroll .md-cover {
  top: 103px;
}

html.header-expanded .header-burger {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

html.header-expanded .header-popup {
  background: transparent;
}

html.header-expanded .header-menu__item {
  margin-right: 30px;
}

html.header-expanded .header-menu__item--mob {
  display: inline-block;
}

html.header-expanded .header-popup__addr {
  font-family: "MontserratRegular", sans-serif;
}

html.header-expanded .header-popup__title {
  font-size: 22px;
  color: #EBEBEB;
  font-family: "MontserratRegular", sans-serif;
  font-weight: 600;
}

html.header-expanded .header-menu__item > a .icon-magnifier {
  position: relative;
  top: 5px;
}

html.header-expanded .header-contacts-popup {
  color: #EBEBEB;
}

html.header-expanded .header-contacts-popup .md-socials li {
  margin-right: 20px;
}

html.header-expanded .logo-std {
  display: none;
}

html.header-expanded .md-cover {
  display: block;
  top: 443px;
  opacity: 1;
}

html.header-expanded .header-wt .header-logo-text {
  color: #fff;
}

html.header-expanded .header-wt .header-langs li a,
html.header-expanded .header-wt .header-menu__item > a,
html.header-expanded .header-wt .header-menu__item > a .icon,
html.header-expanded .header-wt .header-menu__link-span,
html.header-expanded .header-wt .header-menu__link-span .icon {
  color: #fff;
}
html.header-expanded .header-menu__item.menu-item > a { border: 1px solid #fff;
    border-radius: 26px;
    padding: 7px 12px;}
html.header-expanded .header-menu__item.menu-item > a:hover { text-decoration: none;
	border: 1.5px solid #fff;}
html.header-expanded .header:before {
  min-height: 443px;
  opacity: 1;
}

html.header-expanded .header-right {
  position: relative;
}

html.header-expanded .header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  margin-top: 10px;
}

html.header-expanded .header-burger {
  display: block;
  background-image: url(../img/icons-svg/close.svg);
}

html.header-expanded .logo-monochrome {
  display: block;
  max-width: 200px;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

html.header-expanded .logo-mini {
  display: none;
}

html.header-expanded .header-logo-block {
  position: relative;
  top: 96px;
}

html.header-expanded .header-logo-text {
  display: block;
  max-width: 240px;
  color: #EBEBEB;
}

html.header-expanded .contacts-popup__top .header-logo-text {
  display: none;
}

html.header-expanded .header-langs {
  display: block;
}

html.header-expanded .header-menu__item.tooltipsted {
  position: static;
}

html.header-expanded .header-menu__item.tooltipsted .header-contacts-popup {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 54px 0 0 0;
  top: 100%;
  left: 0;
}

html.header-expanded .contacts-popup__top {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 44px;
}

html.header-expanded .contacts-popup__requisites {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 6px;
}

html.header-expanded .contacts-popup__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html.header-expanded .contacts-popup__bottom .md-socials {
  margin-top: 0;
}

html.header-expanded .header-contacts-popup .md-socials--vert {
  position: static;
}

html.header-expanded.cover-in .header-cover {
  display: none;
}

html.header-expanded.cover-in .header-menu__item:not(.header-search) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: hidden;
}

html.header-expanded.cover-in .header-search {
  position: static;
}

html.header-expanded .header-search__icon {
  display: block;
}

html.header-expanded .header-menu .header-menu__item.tooltipsted:hover .header-enter-popup,
html.header-expanded .header-menu__item.tooltipsted:hover .header-menu__hidden-text {
  display: none;
}

html.header-expanded.header-search-open .header-search {
  position: static;
}

html.header-expanded.header-search-open .header-search__label {
  top: 0;
  left: auto;
  right: 150px;
}

html.header-expanded.header-search-open .header-search a .icon {
  display: none;
}

html.header-expanded .header-favourites {
  display: none;
}

html.header-expanded .header-contacts .header-menu__link-span {
  display: none;
}

html.header-expanded .header-logo-block {
  position: relative;
  -webkit-animation: logo-animate 2s;
  animation: logo-animate 2s;
}

@-webkit-keyframes logo-animate {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes logo-animate {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

html.header-expanded .header-menu {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

html.header-expanded .contacts-popup__bottom .md-socials {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

html.header-expanded .header-popup__tels a,
html.header-expanded .header-popup__mail a,
html.header-expanded .header-contacts-popup .md-socials li a .icon,
html.header-expanded .header-langs li a {
  color: #EBEBEB;
}

html.header-search-open:not(.header-scroll) {
  overflow: hidden;
}

html.header-search-open:not(.header-scroll) body {
  overflow: hidden;
}

html.header-search-open .header-wt .header-menu__item > a .icon-magnifier {
  color: #fff !important;
}

html.header-search-open .header-main .wrapper {
  background-color: transparent;
}

html.favourites-open .header-enter-popup,
html.favourites-open .header-enter-popup .header-menu__hidden-text {
  display: block;
}

html.favourites-open .header-menu__item.tooltipsted.header-favourites .header-menu__hidden-text {
  display: inline-block;
}

html.favourites-open .header-wt .header-menu__star,
html.favourites-open .header-menu__star,
html.favourites-open .header-wt .header-menu__item.tooltipsted:hover .header-menu__star {
  background-image: url(../img/icons-svg/star-filled.svg);
}
.header-wt .header-menu__star:hover { background-image: url(../img/icons-svg/star-filled-gray.svg);}
html.favourites-open .header-favourites {
  z-index: 3;
}

html.favourites-open .header-enter-popup {
  z-index: 2;
}

html.contacts-open .header-menu__item.tooltipsted .header-contacts-popup {
  display: block;
}

html.contacts-open .header-menu__item.tooltipsted.header-contacts {
  z-index: 3;
}

html.contacts-open .header-contacts .header-menu__link-span {
  color: #fff;
}

html.contacts-open .header-contacts .header-menu__link-span .icon {
  color: #fff;
}

html.contacts-open .header-contacts .header-menu__link-span:hover {
  font-family: "MontserratRegular", sans-serif;
}

html.contacts-open .header-menu__star {
  z-index: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "MontserratRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #212121;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 1460px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.about_slide { max-width: 1460px;
	margin: 0 auto;
	width: 100%;}
.about_slide .decisions-slide__title {  margin: 50px 0;}
.wrapper.no-fl {
  display: block;
}

.wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.heading-wrapper h1,
.heading-wrapper h2,
.heading-wrapper h3,
.heading-wrapper h4,
.heading-wrapper h5,
.heading-wrapper h6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.heading-caption {
  max-width: 862px;
  line-height: 160%;
}

.md-cover {
  position: fixed;
  top: 218px;
  left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 57, 57, 0.75);
  z-index: 99;
}

input {
  outline: none;
  font-family: "MontserratRegular", sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "MontserratBlack", sans-serif;
}

h1,
.main-slide__container h2 {
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: normal;
  font-family: "MontserratBlack", sans-serif;
  font-size: 72px;
  line-height: 120%;
}

h2 {
  margin: 0;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #FF7F00;
}

h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #FF7F00;
}

.md-socials li {
  margin-right: 30px;
  list-style-type: none;
  display: inline-block;
}

.md-socials li a {
  text-decoration: none;
}

.md-socials li a .icon {
  color: #fff;
  font-size: 35px;
}

.md-socials li:last-child {
  margin-right: 0;
}

.md-socials--vert li {
  display: block;
  margin-bottom: 15px;
}

.md-socials--vert li:last-child {
  margin-bottom: 0;
}

.md-form .md-form-label {
  margin-bottom: 13px;
  display: block;
}

.md-form .md-form-label input,
.md-form .md-form-label textarea {
  padding: 12px 27px;
  display: block;
  width: 100%;
  border: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  font-weight: normal;
  font-family: "MontserratRegular", sans-serif;
}


.md-form .md-form-label input::-webkit-input-placeholder,
.md-form .md-form-label textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.md-form .md-form-label input::-moz-placeholder,
.md-form .md-form-label textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.md-form .md-form-label input:-moz-placeholder,
.md-form .md-form-label textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.md-form .md-form-label input:-ms-input-placeholder,
.md-form .md-form-label textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.md-form .md-form-label textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 212px;
  min-height: 212px;
  max-height: 212px;
}

.md-form .md-form-label textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.md-form .md-form-label textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.md-form .md-form-label textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.md-form .md-form-label textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.md-form .false-check {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  vertical-align: middle;
  border: 1px solid #FFFFFF;
}

.md-form .false-check:after {
  content: '';
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 70%;
  height: 70%;
  background-color: #fff;
}

.md-form .md-form-label-check {
  display: block;
  padding-left: 26px;
  margin-bottom: 10px;
}

.md-form .md-form-label-check input {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1px;
  height: 1px;
  display: block;
  left: 50%;
  top: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.md-form .md-form-label-check input:checked ~ .false-check:after {
  display: block;
}

.md-form .md-form-label-check .check-text {
  font-size: 14px;
  color: #fff;
}

.md-form .button {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
}

.md-form .pass-forgot,
.md-form .enter {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 26px;
}

.md-form .enter {
  margin-left: 0;
}

.button {
  display: inline-block;
  min-width: 275px;
  border: none;
  color: #fff;
  text-decoration: none;
  padding: 14px 27px;
  font-size: 18px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  font-weight: normal;
  outline: none;
  font-family: "MontserratBold", sans-serif;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  background-color: transparent;
  border: 1px solid #fff;
}

.button-white {
  background-color: #fff !important;
  color: #FF7F00 !important;
}

.button-accent {
  background-color: #FF7F00;
  color: #fff;
}

.md-arrow-rounded {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: relative;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.md-arrow-rounded .icon {
  font-size: 12.26px;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.md-arrow-rounded:hover {
  background-color: #262626;
}

.md-arrow-rounded:hover .icon {
  color: #fff;
}

.md__underlined {
  padding-bottom: 7px;
  position: relative;
  margin-bottom: 27px;
}

.md__underlined:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #212121;
}

.md-slider-nav .md-arrow-rounded,
.md-slider-counter {
  display: inline-block;
  vertical-align: middle;
}

.md-slider-nav {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

.md-slider-nav .md-arrow-rounded {
  margin-left: 13px;
  cursor: pointer;
}

.md-slider-nav .md-arrow-rounded:first-child {
  margin-left: 0;
}

.md-slider-nav--with-counter .md-arrow-rounded {
  margin-left: 0;
  cursor: pointer;
}

.md-slider-counter {
  margin: 0 27px;
}
.md-slider-counter {
    margin: 0;
    opacity: 0;
} 
.md-slider-counter span {
  vertical-align: middle;
  font-size: 13px;
  font-family: "MontserratBold", sans-serif;
  line-height: 16px;
  color: #393939;
}

.why-only {
  padding-bottom: 7.14286rem;
}

.why-only .wrapper {
  padding-top: 3.57143rem;
  border-top: 1px solid #C4C4C4;
}
.home .why-only { box-shadow: 0px -20px 30px -30px #000;}
.home .why-only .wrapper { border-top: none;}

.why-only .why-only__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(83.33333% - 20px);
  width: calc(83.33333% - 20px);
  margin-left: -webkit-calc(8.33333% + 10px);
  margin-left: calc(8.33333% + 10px);
}

.why-only .why-only__block h3 {
  margin-bottom: 25px;
  color: #000;
}

.why-only .why-only__block p {
	margin: 0;
    font-size: 14px;
    line-height: 160%
}

.md-pargf {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
}

.md-empty-num {
  font-family: "InterBlack", sans-serif;
  color: #fff;
  text-shadow: -0 -1px 0 #000000, 0 -1px 0 #000000, -0 1px 0 #000000, 0 1px 0 #000000, -1px -0 0 #000000, 1px -0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

.md-breadcrumbs {
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.md-breadcrumbs ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.md-breadcrumbs ul li h1{
	font-size: 16px;
    line-height: 16px;
    color: #393939;
    text-decoration: none;
    margin-bottom: 0;
    font-family: "MontserratRegular", sans-serif;
}
.md-breadcrumbs ul li .icon {
  color: #C4B2B2;
  font-size: 15px;
}

.md-breadcrumbs ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #393939;
  text-decoration: none;
}

.md-breadcrumbs ul li:after {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  margin-top: -2px;
  font-size: 16px;
  line-height: 16px;
}

.md-breadcrumbs ul li:last-child:after {
  display: none;
}

.md-breadcrumbs ul li:first-child:after {
  margin-left: 11px;
  margin-top: -4px;
}

.md-breadcrumbs__back {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #C4C4C4;
  text-decoration: none;
}

.md-breadcrumbs__back .md-arrow-rounded {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  border-color: #C4C4C4;
}

.md-breadcrumbs__back .md-arrow-rounded .icon {
  color: #C4C4C4;
}

.md-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  text-align: center;
  margin-top: 30px;
}

.md-pagination ul,
.md-pagination .md-pagination-prev,
.md-pagination .md-pagination-next {
  display: inline-block;
  vertical-align: middle;
}

.md-pagination ul .icon,
.md-pagination .md-pagination-prev .icon,
.md-pagination .md-pagination-next .icon {
  font-size: 13px;
  color: #BDC6C6;
}

.md-pagination ul li {
  display: inline-block;
  list-style-type: none;
}

.md-pagination ul li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  font-family: "MontserratBold", sans-serif;
  text-decoration: none;
  border: 1px solid transparent;
  color: #393939;
  -webkit-border-radius: 50em;
  border-radius: 50em;
}

.md-pagination ul li a:hover,
.md-pagination ul li a:active {
  color: #FF7F00;
  border-color: #FF7F00;
}

.md-pagination-prev:hover .icon,
.md-pagination-prev:active .icon,
.md-pagination-next:hover .icon,
.md-pagination-next:active .icon {
  color: #FF7F00;
}

.md-pagination-next {
  margin-left: 17px;
}

.md-pagination-prev {
  margin-right: 10px;
}

.card-num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #FF7F00;
}

.scrollpane-padded {
  padding-right: 30px;
}

.md-to-page-top {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  border: none;
  cursor: pointer;
  background-color: #FF7F00;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.md-to-page-top .icon {
  font-size: 11px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  color: #fff;
}

.md-to-page-top.translated {
  bottom: -34px;
}

.md-callback-popup {
  margin: 0 auto;
  position: relative;
  padding: 30px 36px 36px 41px;
  max-width: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7F00), to(#FF7F00));
  background: -webkit-linear-gradient(top, #FF7F00 0%, #FF7F00 100%);
  background: linear-gradient(180deg, #FF7F00 0%, #FF7F00 100%);
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.md-callback-popup .md-form .button {
  margin-bottom: 0;
}

.callback-popup-title {
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 150%;
  font-family: "MontserratBold", sans-serif;
  text-align: center;
  color: #101010;
}
.callback-popup-title textarea { background: none;
	border: none;
	font-size: 24px;
	font-family: "MontserratBold", sans-serif;
  text-align: center;
  color: #101010;
  overflow: hidden;
	resize: none;
	height: 65px;
    width: 100%;}

ul,
li {
  margin: 0;
  padding: 0;
}

.justify {
  content: '';
  width: 100%;
  height: 0;
  display: inline-block;
  overflow: hidden;
  visibility: hidden;
  line-height: 0;
}

.hidden {
  display: none;
}

.header {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 218px;
  margin-top: 47px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-burger {
  display: none;
  margin-top: 8px;
  margin-left: auto;
  margin-right: 10px;
  width: 43px;
  height: 16px;
  cursor: pointer;
  background: center top no-repeat;
  background-image: url(../img/icons-svg/burger.svg);
}

.header-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(57, 57, 57, 0.75);
  z-index: 1;
}

.header-white {
  color: #000;
}

.header-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-langs {
  position: absolute;
  bottom: 16px;
  left: -45px;
  display: none;
}

.header-langs li {
  list-style-type: none;
  margin-top: 22px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-langs li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.header-langs li.active a {
  font-family: "MontserratBold", sans-serif;
}

.header-logo-block {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 46px;
  width: 100%;
max-width: 594px;
}

.header-logo {
  display: block;
  max-width: 218px;
  width: 100%;
  margin-right: 46px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-logo img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-logo.logo-mini,
.header-logo.logo-monochrome {
  display: none;
}

.header-logo-text {
  max-width: 330px;
  font-size: 14px;
  line-height: 17px;
}

.header-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -5px;
}

.header-menu__item {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin-right: 72px;
  z-index: 0;
}

.header-menu__item > a,
.header-menu__item .header-menu__link-span {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  z-index: 1;
}

.header-menu__item > a .icon,
.header-menu__item .header-menu__link-span .icon {
  color: #fff;
}

.header-menu__item > a .icon-arrow-down,
.header-menu__item .header-menu__link-span .icon-arrow-down {
  vertical-align: middle;
  margin-left: 14px;
  font-size: 12.26px;
}

.header-menu__item > a .icon-magnifier,
.header-menu__item .header-menu__link-span .icon-magnifier {
  font-size: 21px;
}

.header-menu__item > a .icon-star-empty,
.header-menu__item .header-menu__link-span .icon-star-empty {
  font-size: 26px;
}

.header-menu__item > a:after,
.header-menu__item .header-menu__link-span:after {
  display: block;
  content: attr(title);
  height: 1px;
  font-family: "MontserratBold", sans-serif;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.header-menu__item > a:hover,
.header-menu__item .header-menu__link-span:hover {
/*  font-family: "MontserratBold", sans-serif; */
  font-weight: bold;
  text-decoration: underline;
}

.header-menu__item > a:hover .header-menu__hidden-text,
.header-menu__item .header-menu__link-span:hover .header-menu__hidden-text {
  font-family: "MontserratRegular", sans-serif;
}

.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__item.tooltipsted {
  position: relative;
  z-index: 2;
}

.header-menu__item.tooltipsted > a:hover,
.header-menu__item.tooltipsted .header-menu__link-span:hover {
  text-decoration: none;
}

.header-menu__item.tooltipsted .header-menu__hidden-text {
  display: none;
  position: absolute;
  right: 150%;
  text-decoration: underline;
}

.header-menu__item.tooltipsted:hover .header-menu__star {
  background-image: url(../img/icons-svg/star-filled.svg);
}

.header-menu__item.active > a, .header-menu__item.current_page_item > a {
  font-family: "MontserratBold", sans-serif;
  text-decoration: underline;
}

.header-menu__item--mob {
  display: none;
}

.header-main, .page-template-default header {
  height: auto;
}

.header-main .wrapper, .page-template-default .wrapper {
  padding-top: 16px;
  padding-bottom: 11px;

}
.header-scroll .page-template-default .header .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.header-wt {
  color: #393939;
  background: transparent;
}

.header-wt .header-langs li a,
.header-wt .header-menu__item > a,
.header-wt .header-menu__item > a .icon,
.header-wt .header-menu__link-span,
.header-wt .header-menu__link-span .icon {
  color: #393939;
}

.header-wt .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.header-wt .header-menu__star {
  background-image: url(../img/icons-svg/star-empty.svg);
}

.header-wt .header-menu__hidden-text {
  color: #fff;
}

.header-wt .header-menu__item.tooltipsted:hover .header-menu__star {
  background-image: url(../img/icons-svg/star-filled-gray.svg);
}

.header-favorites .md-favorites-name {
  display: block;
}

.header-favorites .header-menu__star {
  background-image: url(../img/icons-svg/star-filled-accent.svg);
}

.header-popup {
  position: absolute;
  top: -42px;
  z-index: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7F00), to(#FF7F00));
  background: -webkit-linear-gradient(top, #FF7F00 0%, #FF7F00 100%);
  background: linear-gradient(180deg, #FF7F00 0%, #FF7F00 100%);
  color: #fff;
  font-size: 18px;
}

.header-popup__title {
  font-size: 24px;
  line-height: 150%;
  font-family: "MontserratBold", sans-serif;
  color: #101010;
}

.header-popup__title div {
  font-size: 18px;
}

.header-contacts-popup {
  padding-top: 82px;
  padding-left: 106px;
  padding-right: 36px;
  padding-bottom: 52px;
  left: -106px;
}

.header-contacts-popup .header-popup__title {
  margin-bottom: 28px;
}

.header-contacts-popup .md-socials {
  margin-top: 35px;
}

.header-contacts-popup .md-socials--vert {
  margin-top: 0;
  position: absolute;
  bottom: auto;
  left: 30px;
  top: 260px;
}

.header-contacts-popup .md-socials li a:hover .icon {
  color: #393939;
}

.header-enter-popup {
  padding: 101px 36px 0 41px;
  height: 583px;
  right: -21px;
}

.header-enter-popup .header-popup__title {
  margin-bottom: 33px;
}

.header-enter-popup.autorization .header-enter-popup__reg {
  display: block;
}

.header-enter-popup.autorization .header-enter-popup__start {
  display: none;
}

.header-popup__tels a,
.header-popup__mail a,
.header-popup__addr a {
  text-decoration: none;
  color: #fff;
}

.header-popup__mail {
  margin-top: -5px;
}

.header-popup__tels,
.header-popup__addr {
  font-family: "MontserratBold", sans-serif;
}

.header-popup__addr {
  line-height: 150%;
  margin-bottom: 30px;
}

.header-popup__tels p {
  margin: 0;
}

.header-popup__tels a {
  display: inline-block;
  margin-bottom: 36px;
}

.header-popup__mail p {
  margin: 0;
}

.header-popup__mail a {
  display: block;
  margin-bottom: 12px;
}

.header-enter-popup__reg {
  display: none;
  text-align: center;
}

.header-enter-popup__reg .md-form-label:last-of-type {
  margin-bottom: 49px;
}

.header-menu__star {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  top: -4px;
  cursor: pointer;
  background-image: url(../img/icons-svg/star-empty-wt.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

body a.recall-button { background: none !important;
    padding: 0;
    display: block;
    opacity: 1 !important;}
.header-menu__item > a.favorite_link { display: none;}
.header-menu__item > a.favorite_link .header-menu__star { background-image: url(../img/icons-svg/star-filled-accent.svg);
	background-position: 0 4px;}
body.logged-in .header-menu__item > a.recall-button { display: none;}
body.logged-in .header-menu__item > a.favorite_link { display: inline-block;}
body.logged-in .header-menu__item > a.favorite_link .header-menu__star { background-image: url(../img/icons-svg/star-empty-wt.svg);
	background-position: 0 0;
	display: block;
    top: 2px;}

.header-search__label {
  display: block;
  position: absolute;
  right: -webkit-calc(100% + 28px);
  right: calc(100% + 28px);
  width: 567px;
  bottom: 0;
  display: none;
}
.header-search__label .submit {
	position: absolute;
    background: none;
    border: none;
    color: #fff;
    top: 2px;
    right: -55px;
	z-index: 2;
	cursor: pointer;
	outline: 0 !important;
    outline-offset: 0 !important;
}
.header-search__label .submit .icon-magnifier {
	font-size: 21px;
}
.header-search__icon {
  display: none;
  position: absolute;
  top: 10px;
  right: -50px;
}

.header-search__icon .icon {
  font-size: 21px;
  color: #fff;
}

.header-search__field {
  padding: 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.header-search__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.header-search__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.header-search__field:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.header-search__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}

.md-favorites-name {
  display: none;
  position: absolute;
  min-width: 300px;
  top: 37px;
  right: 0;
  text-align: right;
}

.md-favorites-name span {
  font-size: 16px;
  font-family: "MontserratBold", sans-serif;
  line-height: 20px;
  color: #393939;
  text-decoration: underline;
}

.contacts-popup__top .header-logo-text {
  display: none;
}

.header-wt .header-menu__item > a.header-menu__hidden-text {
  color: #fff;
}

.header-menu__link-span {
  padding-right: 15px;
  cursor: pointer;
}

.header-menu__link-span .icon {
  position: absolute;
  right: 0;
  top: 3px;
}

.header-popup {
  display: none;
}

.enter-popup-mob-link {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.enter-popup-mob-link .header-menu__star,
.enter-popup-mob-link .header-menu__hidden-text {
  display: inline-block;
  vertical-align: middle;
  top: 0;
}

.enter-popup-mob-link .header-menu__star {
  margin-left: 10px;
}

.enter-popup-mob-link .header-menu__hidden-text {
  font-size: 14px;
}

.contacts-popup__bottom .md-socials--vert {
  display: none;
}

.main-slide {
  position: relative;
  padding-bottom: 140px;
  min-height: 850px;
}

.main-slide__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  z-index: 0;
}

.main-slide__content {
  position: relative;
  padding-top: 220px;
  z-index: 1;
}

.main-slide__substrate {
  max-width: 623px;
  padding: 10px 20px 17px 30px;
  margin-left: 7.14286rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.main-slide__substrate .button {
  min-width: 325px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.main-slide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.main-slide__container h2 {
  color: #fff;
  font-size: 46px;
  line-height: 120%;
  text-transform: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.main-slide__caption {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 46px;
}

.main-slide__num {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 3px;
  max-height: 160px;
  max-width: 120px;
  margin-right: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slide__num img {
  display: block;
  max-width: 100%;
  max-height: 77px;
}

.main-slide__text {
  margin: 0;
  max-width: 430px;
  line-height: 26px;
  color: #FFFFFF;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-slider .slick-dots {
  bottom: 110px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  bottom: 75px;
  top: auto;
  z-index: 2;
  width: 40px;
    height: 40px;}

.main-slider .slick-prev {
  left: -webkit-calc((100% - 1444px)/2);
  left: calc((100% - 1444px)/2);
}

.main-slider .slick-next {
  right: 0;
  right: -webkit-calc((100% - 1444px)/2);
  right: calc((100% - 1444px)/2);
}

.main-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 22px;
}

.main-slider .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.main-slider .slick-dots li button::before {
  content: '';
}

.main-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.main-slider .slick-prev::before,
.main-slider .slick-next::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: center center no-repeat;
    padding: 10px;
    background-color: #FF7F00;
}

.main-slider .slick-prev::before {
  background-image: url(../img/icons-svg/main-slider-back.svg);
}

.main-slider .slick-next::before {
  background-image: url(../img/icons-svg/main-slider-forw.svg);
}

.main-slider .main-slider__animated .main-slide__substrate {
  opacity: 0;
}

.main-slider .main-slider__animated .main-slide__container h2 {
  opacity: 0;
  -webkit-transform: translate3d(-1000px, 0, 0);
  transform: translate3d(-1000px, 0, 0);
}

.main-slider .main-slider__animated .main-slide__num {
  opacity: 0;
}

.main-slider .main-slider__animated .main-slide__text {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.main-slider .main-slider__animated .main-slide__substrate .button {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.md-chapters {
  padding: 96px 0;
}

.md-chapter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  display: block;
  min-height: 500px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.md-chapter.link-hover .md-chapter__block {
  z-index: 3;
}

.md-chapter.link-hover .md-chapter__img,
.md-chapter.link-hover .md-chapter__text {
  visibility: hidden;
}

.md-chapter.link-hover .md-chapter__cover {
  top: 0;
}

.md-chapter.link-hover .md-chapter__icon .md-arrow-rounded {
  background-color: transparent;
  border-color: transparent;
  -webkit-transform: scale(4.5);
  -ms-transform: scale(4.5);
  transform: scale(4.5);
}

.md-chapter.link-hover .md-chapter__icon .md-arrow-rounded .icon {
  color: #fff;
}

.md-chapter:first-child .md-chapter__text {
  padding-right: 60px;
}

.md-chapter:nth-child(3) .md-chapter__text {
  padding-right: 30px;
}

.md-chapter:nth-child(4) .md-chapter__text {
  padding-right: 70px;
}

.md-chapter__block {
  margin-bottom: 15px;
  padding: 0px 25px 0 28px;
  padding-bottom: 34px;
  position: relative;
  z-index: 2;
}

.md-chapter__block:hover .md-chapter__img {
  visibility: hidden;
}

.md-chapter__block:hover ~ .md-chapter__icon .md-arrow-rounded {
  background-color: #FF7F00;
  border-color: #fff;
}

.md-chapter__block:hover ~ .md-chapter__icon .md-arrow-rounded .icon {
  color: #fff;
}

.md-chapter__block:hover ~ .md-chapter__photo {
  opacity: 1;
}

.md-chapter__block:hover .md-chapter__name {
  color: #FF7F00;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
/* 
.md-chapter__block:hover .md-chapter__name {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
 
.md-chapter__block:hover .md-chapter__name span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 5s infinite linear;
    -moz-animation: scroll 5s infinite linear;
    animation: scroll 5s infinite linear;
}
*/
.md-chapter__block:hover .md-chapter__text {
  visibility: hidden;
}

.md-chapter__img {
  width: 160px;
  height: 70px;
  position: relative;
  margin-bottom: 41px;
}

.md-chapter__img img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

.md-chapter__name {
  position: relative;
  min-height: 48px;
  z-index: 3;
  margin-bottom: 19px;
  font-family: "MontserratBlack", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
}

.md-chapter__text {
  font-size: 16px;
  line-height: 160%;
  color: #212121;
}

.md-chapter__icon {
  top: -34px;
  margin-right: 70px;
  text-align: right;
  position: relative;
  z-index: 3;
}

.md-chapter__icon .md-arrow-rounded {
  border-color: transparent;
  border-width: 2px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.md-chapter__photo,
.md-chapter__cover {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.md-chapter__photo {
  opacity: 0;
  background-size: cover;  
  animation: city 15s linear infinite;
  -webkit-animation: city 15s linear infinite;
}
@keyframes city {
  from { background-position: 2570px 100%, 0 0;}
  to { background-position: 0 100%, 0 0; }
}
@-webkit-keyframes city {
  from { background-position: 2570px 100%, 0 0;}
  to { background-position: 0 100%, 0 0; }
}

.md-chapter__cover {
  top: -100%;
  background-color: #FF7F00;
  z-index: 2;
}

.prod-section--rtl .prod-section-header__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.prod-section--rtl .prod-section-header__right {
  text-align: left;
}

.prod-section--rtl .prod-section__link {
  text-align: left;
}

.prod-section--rtl .prod-section__link div,
.prod-section--rtl .prod-section__link span {
  float: left;
}

.prod-section__top {
  margin-bottom: 88px;
  box-shadow: 0px -20px 30px -30px #000;
}

.prod-section__top .wrapper {
  padding-top: 40px;
  /* border-top: 1px solid #C4C4C4; */
}

.prod-section__top .video-previw {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.prod-section__descr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.video-previw {
  position: relative;
  display: block;
  height: 462px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.video-previw.now-played .video-previw__poster {
  opacity: 0;
}

.video-previw__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: center center 0 no-repeat;
  background-size: cover;
  z-index: 2;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.video-previw__play {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.video-previw__play .icon {
  font-size: 67px;
  color: #fff;
}

.prod-section__descr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod-section-header__left {
  max-width: 480px;
}

.prod-section-header__left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod-section-header__left .md-chapter__img {
  margin-bottom: 50px;
  text-align: right;
}

.prod-section-header__left .md-chapter__img img {
  position: static;
}

.prod-section-header__right .md-chapter__img {
  margin-bottom: 50px;
  text-align: right;
}

.prod-section-header__right .md-chapter__img img {
  position: static;
}

.prod-section-header__right {
  text-align: right;
}

.prod-section__num {
  margin-bottom: 23px;
  margin-top: -12px;
  font-family: "InterBlack", sans-serif;
  font-size: 118px;
  line-height: 118px;
  color: #FFFFFF;
  text-shadow: -0   -1px 0   #000000,
 0   -1px 0   #000000,
 -0    1px 0   #000000,
 0    1px 0   #000000,
 -1px -0   0   #000000,
 1px -0   0   #000000,
 -1px  0   0   #000000,
 1px  0   0   #000000,
 -1px -1px 0   #000000,
 1px -1px 0   #000000,
 -1px  1px 0   #000000,
 1px  1px 0   #000000,
 -1px -1px 0   #000000,
 1px -1px 0   #000000,
 -1px  1px 0   #000000,
 1px  1px 0   #000000;
}

.prod-section__link {
  display: inline-block;
  color: #212121;
  line-height: 140%;
  text-align: right;
}

.prod-section__link:before,
.prod-section__link:after {
  content: '';
  display: table;
}

.prod-section__link:after {
  clear: both;
}

.prod-section__link div,
.prod-section__link span {
  float: right;
}

.prod-section__link span {
  margin-bottom: 10px;
  font-family: "MontserratBold", sans-serif;
}

.prod-section__link div {
  clear: both;
}

.prod-section-header__text {
  max-height: 220px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 160%;
}

.prod-section-header__text p {
  padding-right: 30px;
}

.jspVerticalBar {
  left: auto;
  right: 2px;
  width: 1px;
  background-color: #C4C4C4;
}

.jspHorizontalBar {
  display: none;
}

.jspDrag {
  width: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: -3px;
  background-color: #C4C4C4;
}

.cards-slider {
  position: relative;
}

.cards-slider.up-on-stack {
  z-index: 3;
}

.cards-slider__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 43px;
}

.cards-slider__block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cards-slider__block h3 {
  margin-right: 30px;
}

.cards-slider__caption {
  margin-right: 65px;
  line-height: 160%;
}
.cards-slider__caption.cards-slider__caption768 { display: none;}
.md-card {
  position: relative;
  width: 100%;
  padding-bottom: 75px;
  padding-top: 6px;
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.md-card:after {
  content: '';
  display: none;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 15px;
  background: #F0F0F0;
}

.md-card__to-favorites {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 3;
}

.md-card__to-favorites .icon {
  color: #C4C4C4;
  font-size: 26px;
}

.md-card__to-favorites:hover .icon,
.md-card__to-favorites:active .icon {
  color: #FF7F00;
}

.md-card__to-favorites .simplefavorite-button span { display: none;}
.md-card__to-favorites .simplefavorite-button.active .icon { color: #FF7F00!important;}

.md-card__img {
  position: relative;
  border: 1px solid #BDC6C6;
  height: 334px;
  top: -6px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.md-card__labels {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.md-card__label {
  position: relative;
  width: 100px;
  margin-left: -25px;
  height: 49px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.md-card__label:first-child {
  margin-left: 0;
  z-index: 4;
}

.md-card__label:nth-child(2n) {
  z-index: 3;
}

.md-card__label:nth-child(3n) {
  z-index: 2;
}

.md-card__label:nth-child(4n) {
  margin-left: 0;
  z-index: 2;
}

.md-card__bottom {
  position: absolute;
  top: -webkit-calc(100% - 89px);
  top: calc(100% - 89px);
  left: 0;
  width: 100%;
  padding: 21px 22px 0 22px;
  color: #393939;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.md-card__short {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 75px;
}

.md-card__title {
  text-overflow: elipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.md-card__name {
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 16px;
  font-family: "MontserratBold", sans-serif;
}

.md-card__model {
  font-size: 19px;
  font-family: "MontserratBlack", sans-serif;
  line-height: 23px;
}

.md-card__link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

.md-card .md-arrow-rounded {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.md-card__chars {
  padding-bottom: 16px;
  -webkit-transition: height .4s;
  transition: height .4s;
}

.md-card__chars table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.md-card__chars table tr td {
  padding-top: 7px;
  padding-bottom: 7px;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
}

.md-card__chars table tr td:first-child {
  width: 160px;
}

.md-card__chars table tr td:last-child {
  font-family: "MontserratBold", sans-serif;
  padding-left: 10px;
}

.md-card__chars table tr.md-card__price td:last-child {
  color: #FF7F00;
  font-family: "MontserratBlack", sans-serif;
}

.md-card:hover,
.md-card:active {
  z-index: 5;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  outline: none;
}

.md-card:hover .md-arrow-rounded,
.md-card:active .md-arrow-rounded {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  background: #FF7F00;
  border: 1.63431px solid #FFFFFF;
}

.md-card:hover .md-arrow-rounded .icon,
.md-card:active .md-arrow-rounded .icon {
  color: #fff;
}

/*.md-card:hover .md-card__labels,
.md-card:active .md-card__labels {
  padding-top: 7px;
}
*/
.md-card:hover .md-card__img,
.md-card:active .md-card__img {
  /*top: 0;
  margin: 0 6px 0 6px;*/
  border-color: transparent;
}

.md-card:hover .md-card__bottom,
.md-card:active .md-card__bottom {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.md-card:hover:after,
.md-card:active:after {
  display: block;
}

.md-prod-color {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  display: inline-block;
  vertical-align: middle;
}

.md-prod-color:last-child {
  margin-right: 0;
}

.cards-slider__carousel .cards-slider__card-wrap {
  position: relative;
  vertical-align: top;
  padding-left: 14px;
  padding-right: 14px;
}

.cards-slider__carousel .cards-slider__card-wrap:hover,
.cards-slider__carousel .cards-slider__card-wrap:active {
  z-index: 5;
}

.cards-slider__carousel .slick-list {
  padding-bottom: 190px;
  padding-top: 3px;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.cards-slider__carousel .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.cards-slider__carousel .slick-slide.slick-active {
  opacity: 1;
}

.cards-slider__carousel .slick-slide > div {
  margin-left: -14px;
  margin-right: -14px;
}

.cards-slider__carousel .slick-slide > div:first-child .cards-slider__card-wrap:nth-of-type(2) .md-card__img {
  height: 402px;
}

.cards-slider__carousel .slick-slide > div:first-child .cards-slider__card-wrap:nth-of-type(3) .md-card__img {
  height: 260px;
}

.cards-slider__carousel .slick-slide > div:first-child .cards-slider__card-wrap:nth-of-type(4) .md-card__img {
  height: 329px;
}

.cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:first-child {
  margin-top: -68px;
}

.cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:first-child .md-card__img {
  height: 266px;
}

.cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(2) {
  margin-top: -10px;
}

.cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(2) .md-card__img {
  height: 199px;
}

.cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(3) {
  margin-top: -153px;
}

.cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(3) .md-card__img {
  height: 342px;
}

.cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(4) {
  margin-top: -83px;
}

.cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(4) .md-card__img {
  height: 272px;
}

.chapter-photos {
  position: relative;
  margin-bottom: 8.14286rem;
}
.home .chapter-photos { padding: 75px 0 0;}
.chapter-photos--upped {
  margin-top: -160px;
}

.chapter-photos__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
 /* -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;*/
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 43px;
}
.chapter-photos__left .md-slider-nav { display: flex;}
.chapter-photos__left .md-slider-nav h2 { margin-right: 60px;}

.chapter-photos__display {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/*  margin-left: 10px;
  margin-right: 10px; */
  width: 100%;
}

.chapter-photos__slide-wrap {
  padding: 0 8px;
}

.chapter-photos__slide {
  height: 350px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.chapter-photos__slide:hover,
.chapter-photos__slide:active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.photo-captions {
  display: none;
}

.article-caption .photo-slider-caption__title {
  font-family: "MontserratRegular", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #393939;
}

.photo-slider-caption__title {
  margin-bottom: 8px;
  font-family: "MontserratBold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.photo-slider-caption__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #393939;
  line-height: 150%;
}

.photo-slider-caption__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 20px;
  font-size: 14px;
}

.photo-slider-caption__comment {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 400px;
  -ms-flex: 1 0 400px;
  flex: 1 0 400px;
  margin-left: 30px;
  font-size: 12px;
}

.photo-slider-caption__review {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.photo-slider-caption__review p {
  margin: 0;
}

.photo-slider-caption__userpic {
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  margin-left: 10px;
  overflow: hidden;
}

.photo-slider-caption__userpic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photo-slider-caption__author {
  color: #000;
  font-style: italic;
}

.mfp-with-caption .mfp-content {
  min-width: /*1176px; */ inherit;
  max-width: /*1176px; */ inherit;
}
.page-id-19 .mfp-with-caption .mfp-content {
  min-width: inherit;
  max-width: inherit;
}
.mfp-with-caption button.mfp-arrow.mfp-arrow-left {
  left: -webkit-calc((100% - 1176px)/2 - 50px);
  left: calc((100% - 1176px)/2 - 50px);
}

.mfp-with-caption button.mfp-arrow.mfp-arrow-right {
  right: -webkit-calc((100% - 1176px)/2 - 50px);
  right: calc((100% - 1176px)/2 - 50px);
}

.mfp-figure,
.mfp-bottom-bar {
  padding: 15px 15px 33px 43px;
  background-color: #fff;
}

.mfp-figure {
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  color: #000;
}

.mfp-figure figure {
  background-color: #000;
}

.mfp-title {
  padding-right: 0;
}

img.mfp-img {
  padding: 0;
}

button.mfp-arrow {
  width: 34px;
  height: 34px;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #FF7F00;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FF7F00;
}

button.mfp-arrow.mfp-arrow-left {
  background-image: url(../img/icons-svg/arrow-left-wt.svg);
}

button.mfp-arrow.mfp-arrow-right {
  background-image: url(../img/icons-svg/arrow-right-wt.svg);
}

button.mfp-arrow:before {
  content: '';
  border: none;
}

button.mfp-arrow:after {
  content: '';
  border: none;
}

.mfp-counter {
  right: auto;
  left: 7px;
  bottom: 10px;
  top: auto;
  font-size: 16px;
  font-family: "MontserratBold", sans-serif;
  color: #393939;
}

.articles {
  padding-bottom: 8rem;
  box-shadow: 0px -20px 30px -30px #000;
    padding-top: 50px;
}

.articles-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.articles-title h3 {
  margin-left: 34px;
}

.articles-title__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  max-width: 44px;
  max-height: 56px;
}

.md-article {
  float: left;
  margin-bottom: 3.57143rem;
}

.md-article__img {
  display: block;
  margin-bottom: 12px;
}

.md-article__img img {
  width: 100%;
  display: block;
}

.md-article__date {
  margin-bottom: 10px;
  font-size: 14.7088px;
  line-height: 18px;
  color: #C4C4C4;
}

.md-article__title {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #393939;
}

.md-article__text p {
  font-size: 14px;
  line-height: 150%;
  color: #393939;
  margin: 0;
}

.grid-sizer,
.md-article {
  width: -webkit-calc(33.33333% - 18px);
  width: calc(33.33333% - 18px);
}

.md-articles-popup .mfp-counter {
  display: none;
}

.md-articles-popup .mfp-bottom-bar {
  padding-bottom: 15px;
}

.articles-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  text-align: center;
}

.articles-button a {
  color: #212121;
  text-decoration: none;
}

.articles-button a img,
.articles-button a span {
  vertical-align: middle;
}

.articles-button a span {
  margin-left: 22px;
}

.md-catalog .md-padded-heading {
  margin-bottom: 30px;
}

.md-catalog .md-padded-heading h1 {
  margin-bottom: 15px;
  word-wrap: break-word;
}

.md-catalog .md-padded-heading .heading-caption {
  margin-left: 10px;
  margin-right: 10px;
}

.md-padded-heading {
  padding-top: 230px;
  padding-left: 43px;
}

.md-padded-heading h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-top: -10px;
  margin-bottom: 3.57143rem;
}

.md-catalog-filter {
  margin-bottom: 52px;
  color: #393939;
}

.md-catalog-filter__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
}

.md-catalog-filter__label {
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 16px;
}

.md-range__hadlers {
  margin-bottom: 26px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
}

.md-range__hadlers input {
  min-width: 15px;
  font-size: 16px;
  font-family: "MontserratBold", sans-serif;
  color: #393939;
  width: 100px;
  display: inline-block;
  border: none;
}

.md-range__hadlers input::-webkit-input-placeholder {
  color: #393939;
}

.md-range__hadlers input::-moz-placeholder {
  color: #393939;
  opacity: 1;
}

.md-range__hadlers input:-moz-placeholder {
  color: #393939;
  opacity: 1;
}

.md-range__hadlers input:-ms-input-placeholder {
  color: #393939;
  opacity: 1;
}

.md-range__hadlers input.maxvalinp {
  text-align: right;
}

.md-range__hadler {
  position: relative;
}

.md-range__hadler span {
  margin-left: 5px;
  font-size: 16px;
  font-family: "MontserratBold", sans-serif;
}

.md-range__hadler span sup {
  font-size: 10px;
}

.md-range__hadler .input-buffer {
  position: absolute;
  left: -1000px;
  visibility: hidden;
  top: -100px;
  display: inline-block;
  font-size: 16px;
  font-family: "MontserratBold", sans-serif;
  white-space: nowrap;
}

.noUi-base,
.noUi-horizontal {
  height: 2px;
}

.noUi-connect {
  background-color: #FF7F00;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 2px;
  top: -1px;
  margin-right: 5px;
  margin-left: -5px;
}

.noUi-target {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  background-color: #FF7F00;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  top: 50%;
  margin-top: -7px;
  border: 2px solid #fff;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  margin-left: 5px;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-target {
  padding-left: 15px;
  padding-right: 0;
  border-color: #7F7F7F;
}

.md-catalog-filter__catgs {
  padding-left: 15px;
}

.md-catalog-filter__catgs label {
  cursor: pointer;
  margin-left: 25px;
}

.md-catalog-filter__catgs label input[type="radio"] {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1px;
  height: 1px;
  display: block;
  left: 50%;
  top: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.md-catalog-filter__catgs label input[type="radio"]:checked ~ .filter-false-radio {
  color: #FF7F00;
}

.md-catalog-filter__catgs label:first-child {
  margin-left: 0;
}

.filter-false-radio {
  font-size: 16px;
  font-family: "MontserratBold", sans-serif;
  text-transform: uppercase;
}

.ui-selectmenu-button.ui-button {
  background-color: transparent;
  width: 100%;
  padding: 12px 15px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.ui-selectmenu-text {
  font-size: 16px;
  font-family: "MontserratBold", sans-serif;
  color: #FF7F00;
}

.ui-button .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  width: 9px;
  height: 12px;
  background-image: url(../img/icons-svg/arrow-down.svg);
  background-size: auto 100%;
}

.ui-icon-triangle-1-s {
  background-position: 0 0;
}

.ui-selectmenu-icon.ui-icon {
  margin-top: 5px;
}

.ui-menu .ui-menu-item {
  padding: 12px 0 12px 30px;
  color: #393939;
  font-family: "MontserratRegular", sans-serif;
  font-family: 16px;
  border-bottom: 2px solid #E1E1E1;
}

.ui-menu .ui-menu-item:first-child {
  padding-top: 0;
}

.ui-menu .ui-menu-item:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}

.ui-menu-item-wrapper {
  position: relative;
}

.ui-menu-item-wrapper:before {
  content: '';
  position: absolute;
  display: none;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background: url(../img/icons-svg/arrow-right-accent.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.ui-menu-item-wrapper.ui-state-active {
  font-family: "MontserratBold", sans-serif;
  color: #FF7F00;
}

.ui-menu-item-wrapper.ui-state-active:before {
  display: block;
}

.ui-selectmenu-menu .ui-menu {
  padding: 15px;
  margin-top: 2px;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: none;
  background-color: transparent;
  color: #FF7F00;
}

.ui-menu
.ui-state-active {
  margin: 0;
}

.ui-selectmenu-open {
  margin-top: 2px;
}

.ui-selectmenu-menu {
  background: rgba(255, 255, 255, 0.9);
}

.ui-widget-content {
  background-color: transparent;
}

.catalog-content__tiles .card-sizer {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
}

.catalog-content__tiles .md-card {
  float: left;
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
}
.md-card a.read_more { position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.catalog-content__tiles .md-card:nth-of-type(2n) .md-card__img {
  height: 402px;
}

.catalog-content__tiles .md-card:nth-of-type(3n) .md-card__img {
  height: 260px;
}

.catalog-content__tiles .md-card:nth-of-type(4n) .md-card__img {
  height: 329px;
}

.catalog-content__tiles .md-card:nth-of-type(5n) .md-card__img {
  height: 266px;
}

.catalog-content__tiles .md-card:nth-of-type(6n) .md-card__img {
  height: 199px;
}

.catalog-content__tiles .md-card:nth-of-type(7n) .md-card__img {
  height: 342px;
}

.catalog-content__tiles .md-card:nth-of-type(8n) .md-card__img {
  height: 272px;
}

.design-order .wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.design-order-title,
.design-order-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

.design-order-title {
  width: -webkit-calc(58.33333% - 20px);
  width: calc(58.33333% - 20px);
  font-family: "MontserratBold", sans-serif;
  font-size: 54px;
  line-height: 66px;
  text-transform: uppercase;
  color: #393939;
}

.design-order-title div {
  color: #BDC6C6;
}

.design-order-button {
  width: -webkit-calc(41.66667% - 20px);
  width: calc(41.66667% - 20px);
}

.design-order-bottom {
  height: 691px;
  background-size: cover;
}

.md-features {
  padding-top: 8.78571rem;
  margin-bottom: 100px;
}

.md-features__top {
  margin-bottom: 3.57143rem;
}

.md-features__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  font-family: "MontserratBlack", sans-serif;
  font-size: 64px;
  line-height: 120%;
  color: #91A4B0;
}

.md-features__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

.md-features__column:first-child {
  width: -webkit-calc(33.33333% - 20px);
  width: calc(33.33333% - 20px);
}

.md-features__column:nth-child(2) {
  width: -webkit-calc(41.66667% - 20px);
  width: calc(41.66667% - 20px);
}

.md-features__column:nth-child(3) {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
}

.md-features__text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.md-features__num {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -15px;
  margin-right: 40px;
  font-size: 140px;
  font-family: "InterBlack", sans-serif;
  line-height: 140px;
  color: #FFFFFF;
  text-shadow: -0 -1px 0 #91A4B0, 0 -1px 0 #91A4B0, -0 1px 0 #91A4B0, 0 1px 0 #91A4B0, -1px -0 0 #91A4B0, 1px -0 0 #91A4B0, -1px 0 0 #91A4B0, 1px 0 0 #91A4B0, -1px -1px 0 #91A4B0, 1px -1px 0 #91A4B0, -1px 1px 0 #91A4B0, 1px 1px 0 #91A4B0, -1px -1px 0 #91A4B0, 1px -1px 0 #91A4B0, -1px 1px 0 #91A4B0, 1px 1px 0 #91A4B0;
}

.md-timer {
  text-align: right;
  color: #91A4B0;
}

.md-timer__wrap {
  display: inline-block;
}

.md-timer__title {
  margin-bottom: 15px;
  margin-left: 15px;
  font-family: "MontserratBlack", sans-serif;
  text-align: left;
  font-size: 24px;
  line-height: 120%;
  color: #91A4B0;
  text-align: left;
}

.md-timer__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}

.md-timer__field {
  font-size: 36px;
  line-height: 36px;
  text-shadow: -0   -1px 0   #91A4B0,
 0   -1px 0   #91A4B0,
 -0    1px 0   #91A4B0,
 0    1px 0   #91A4B0,
 -1px -0   0   #91A4B0,
 1px -0   0   #91A4B0,
 -1px  0   0   #91A4B0,
 1px  0   0   #91A4B0,
 -1px -1px 0   #91A4B0,
 1px -1px 0   #91A4B0,
 -1px  1px 0   #91A4B0,
 1px  1px 0   #91A4B0,
 -1px -1px 0   #91A4B0,
 1px -1px 0   #91A4B0,
 -1px  1px 0   #91A4B0,
 1px  1px 0   #91A4B0;
}

.md-timer__wait {
  display: none;
}

.md-timer.await .md-timer__wait {
  display: block;
}
.md-timer.await .md-timer__wait.none {
  display: none;
}
.md-timer.await .md-timer__cell {
  display: none;
}

.md-timer__clock {
  margin-bottom: 38px;
  display: inline-block;
}

.md-timer__cell {
  display: inline-block;
  vertical-align: top;
  margin-left: 21px;
}

.md-timer__cell:first-child {
  margin-left: 0;
}

.decisions .wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.decisions-slide {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.decisions-slide__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(83.33333% - 20px);
  width: calc(83.33333% - 20px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px;
  padding-right: 67px;
}

.decisions-slide__title {
  margin-right: 20px;
  font-family: "MontserratBlack", sans-serif;
  font-size: 57.8339px;
  line-height: 120%;
  color: #393939;
}

.decisions-slide__preview {
  width: 136px;
  height: 136px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  overflow: hidden;
}

.decisions-slide__preview img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.decisions {
  margin-bottom: 50px;
}

.decisions-slide__bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(83.33333% - 20px);
  width: calc(83.33333% - 20px);
  margin-left: -33px;
  margin-right: -33px;
  margin-bottom: 40px;
}

.decisions-column {
  width: -webkit-calc(33.33333% - 66px);
  width: calc(33.33333% - 66px);
  margin-right: 66px;
}

.decisions-slider .slick-arrow-prev,
.decisions-slider .slick-arrow-next {
  position: absolute;
  top: 23%;
  margin-top: -17px;
  cursor: pointer;
  z-index: 2;
}

.decisions-slider .slick-arrow-prev {
  left: -webkit-calc((100% - 1444px)/2 + 40px);
  left: calc((100% - 1444px)/2 + 40px);
}

.decisions-slider .slick-arrow-next {
  right: -webkit-calc((100% - 1444px)/2 + 40px);
  right: calc((100% - 1444px)/2 + 40px);
}

.static-gallery__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin-bottom: 30px;
  text-align: center;
}
.about_gallery .static-gallery__item { color: #000;
	font-family: "MontserratBold", sans-serif;
	text-decoration: none;}
.about_gallery .static-gallery__item .md-pargf { margin: 15px 0 0;}
.why-only h3 { margin: 25px 0;}
.why-only ul { padding: 0 0 0 30px;
	margin: 20px 0;}
.static-gallery__item img {
  max-width: 100%;
  display: inline-block;
}

.card {
  /* padding-top: 182px; */
  padding-top: 220px;
  }

.card .md-features, .card .md-3d {
  padding-top: 6.78571rem;
}

.card .why-only {
  margin-top: -160px;
  position: relative;
  z-index: 1;
}

.card .md-breadcrumbs {
  padding-left: 40px;
}
.ipnrm {
    height: 460px!important;
}
.product-top {
  margin-bottom: 7.14286rem;
}

.product-display,
.product-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.product-view__item {
  /* margin-bottom: 30px; */
  position: relative;
  /* border: 1px solid #BDC6C6; */
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* -webkit-border-radius: 15px;
  border-radius: 15px;
  /* background: center center no-repeat;
  background-size: cover;*/
}
.product-view img, .product-nav .slick-slide img { max-width: 100%; height: auto;}
/*--new--*/
.product-display { 
	width: 100%;
}
.product-view__item-inner {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-img {
	width: calc(50% - 20px);
    height: 510px;
    background-size: cover;
	border: 1px solid #BDC6C6;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-border-radius: 15px;
    border-radius: 15px;
}
.product-nav768 {
	display: none;
}
/*--/new--*/
.product-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 0 25px;
  margin-top: 10px;
}

.product-nav .slick-slide {
  padding: 0 4px;
  opacity: .6;
}
.product-nav .slick-slide.slick-current.slick-active { opacity: 1;}
.product-nav .slick-slide img {
  width: 100%;
}

.product-nav__item {
  height: 125.17px;
  overflow: hidden;
  background-color: #393939;  
  background-size: cover;
  border: 1px solid #BDC6C6;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.slick-current .product-nav__item { cursor: auto;}

.product-nav .slick-prev .icon,
.product-nav .slick-next .icon {
  color: #BDC6C6;
  font-size: 15px;
}

.product-nav .slick-next {
  right: 0;
}

.product-nav .slick-prev {
  left: 0;
}

.product-nav .slick-prev::before,
.product-nav .slick-next::before {
  content: '';
  position: absolute;
}

.product-info {
  padding-left: 32px;
  color: #393939;
}

.product-info__top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-info__top .md__underlined {
  padding-right: 20px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "MontserratBold", sans-serif;
}

.product-info__top .md__underlined:before {
  height: 2px;
  bottom: -10px;
}

.md-add-to-fav,
.simplefavorite-button,
.recall-button.rcl-login.favorite {
  margin-left: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #393939;
  text-decoration: none;
  cursor: pointer;
}

.md-add-to-fav span,
.recall-button.rcl-login.favorite span,
.simplefavorite-button span {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

.md-add-to-fav .icon,
.recall-button.rcl-login.favorite .icon,
.simplefavorite-button .icon {
  font-size: 26px;
  color: #C4C4C4!important;
}
.simplefavorite-button.active .icon { color: #FF7F00!important;}
.md-add-to-fav:hover .icon,
.md-add-to-fav:active .icon,
.recall-button.rcl-login.favorite:hover .icon,
.recall-button.rcl-login.favorite:active .icon,
.simplefavorite-button:hover .icon,
.simplefavorite-button:active .icon {
  color: #FF7F00;
}

.product-info__title {
  margin-bottom: 31px;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  font-family: "MontserratBold", sans-serif;
  color: #FF7F00;
}

.product-info__chars {
  max-height: 280px;
  overflow: hidden;
  padding-bottom: 27px;
}

.product-info__main {
  margin-bottom: 24px;
  padding-right: 30px;
  font-family: "MontserratBold", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.product-info__other {
  padding-right: 30px;
}

.product-info__other p {
  margin-top: 9px;
  margin-bottom: 0;
}

.product-info__other p span:first-child {
  margin-right: 4px;
  font-family: "MontserratBold", sans-serif;
}

.product-info__order {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  padding-top: 10px;
  border-top: 1px solid #C4C4C4;
}

.product-info__column {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.product-info__column:last-child {
  padding-top: 24px;
  text-align: right;
}

.product-info__column:last-child .button {
  margin-bottom: 22px;
}

.product-info__column:last-child p {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-info__column:last-child p:last-child {
  margin-bottom: 0;
}

.product-info__column:last-child p a {
  font-size: 14px;
  color: #393939;
}

.product-info__column:last-child p a .icon {
  position: relative;
  top: 8px;
  margin-left: 4px;
  font-size: 12px;
  color: #101010;
}

.product-info__size {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  font-family: "MontserratBold", sans-serif;
}

.product-info__price {
  margin-bottom: 26px;
  font-size: 36px;
  line-height: 44px;
  color: #FF7F00;
}

.product-info__colors {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-info__colors .md-prod-colors {
  margin-right: 14px;
}

.product-info__colors label input[type="radio"] {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1px;
  height: 1px;
  display: block;
  left: 50%;
  top: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.product-info__colors label input[type="radio"]:checked ~ .md-prod-color {
  opacity: .5;
}

.product-info__colors .md-prod-color {
  width: 48px;
  height: 48px;
  margin-right: 18px;
}

.product-info__colors-link {
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  color: #393939;
}

.product-model__descr,
.product-model__video,
.product-model__3d,
.product-model__descr_3d {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}
.product-model__3d p{ margin-top: 0; }
.product-model__descr h3,
.product-model__video h3 {
  margin-bottom: 37px;
}

.product-model__video, .product-model__descr_3d {
  padding-left: 30px;
}

.product-model__descr h3 {
  color: #393939;
}

.product-model__detail {
  max-height: 396px;
  overflow: hidden;
}

.product-model__main,
.product-model__ordinary p:first-child {
  margin-bottom: 19px;
  font-family: "MontserratBold", sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #212121;
}

.product-model__ordinary p {
  margin: 0;
  font-size: 14px;
  line-height: 160%;
}

.product-model__ordinary p span, strong {
  font-family: "MontserratBold", sans-serif;
  font-weight: normal;
}

.page-visual {
  padding-top: 261px;
  position: relative;
  min-height: 938px;
  background: center center no-repeat;
  background-size: cover;
  color: #fff;
}

.page-visual .wrapper {
  position: relative;
  z-index: 1;
}

.page-visual .md-breadcrumbs li a {
  color: #fff;
}

.page-visual h1 {
  margin-bottom: 7.42857rem;
}

.page-visual:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(57, 57, 57, 0.7);
  z-index: 0;
}

.services-options {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-option {
  text-align: right;
  color: #fff;
  text-decoration: none;
}

.services-option__inner {
  display: inline-block;
}

.services-option .icon {
  font-size: 54px;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.services-option:hover .services-option__num {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.services-option:focus .icon {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.services-option__num {
  margin-bottom: 29px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.services-option__num img {
  display: block;
  max-width: 100%;
  max-height: 100px;
}

.services-option__title {
  text-align: left;
  margin-bottom: 29px;
  font-family: "MontserratBlack", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

.services-content {
  padding-top: 5.71429rem;
}

.services-chapter {
  padding-top: 3.57143rem;
  margin-bottom: 3.57143rem;
}

.services-chapter .md__underlined {
  margin-bottom: 30px;
}

.services-chapter .md__underlined:before {
  bottom: -13px;
}

.services-chapter:first-of-type .md-headline {
  color: #C4C4C4;
}

.services-chapter:nth-child(odd) .services-chapter__avatar {
  display: none;
}

.services-chapter:nth-child(odd) .services-chapter__text {
  padding-left: 30px;
}

.services-chapter:nth-child(even) .services-chapter__header {
  padding-right: 0;
}

.services-chapter:nth-child(even) .services-chapter__text {
  width: -webkit-calc(58.33333% - 20px);
  width: calc(58.33333% - 20px);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 25px;
}

.services-chapter:nth-child(even) .services-chapter__photo {
  width: -webkit-calc(41.66667% - 20px);
  width: calc(41.66667% - 20px);
  padding-left: 30px;
  padding-right: 30px;
}

.services-chapter:nth-child(even) .services-chapter__photo .services-chapter__img {
  height: 720px;
}

.services-chapter__text,
.services-chapter__photo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.services-chapter__photo {
  padding-left: 79px;
}

.services-chapter__img {
  height: 599px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: 0 0 no-repeat;
  background-size: cover;
}

.services-chapter__header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 125px;
  margin-bottom: 2.85714rem;
}

.services-chapter__header .prod-section__num {
  margin-bottom: 0;
  margin-top: -20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

.md-headline {
  margin-bottom: 3.57143rem;
  font-family: "MontserratBold", sans-serif;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #393939;
}

.services-chapter__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-chapter__avatar {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.services-chapter__avatar div {
  width: 170px;
  height: 170px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50em;
  border-radius: 50em;
  margin-bottom: 40px;
}

.services-chapter__avatar div img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-chapter__avatar p {
  color: #393939;
}

.md-about .page-visual h1 {
  margin-bottom: 5.71429rem;
}

.about-history {
  padding-bottom: 175px;
}

.about-history .wrapper {
  position: relative;
}

.about-features { }
.about-features__left,
.about-features__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  /* margin-right: 10px; */
  /* width: -webkit-calc(41.66667% - 20px); */
  width: 49%;
}
.about-features__left .md-pargf { text-transform: uppercase;
	font-family: "MontserratBold", sans-serif;}
.about-features__left .md-pargf p { margin: 0;
	font-size: 32px;
	line-height: 39px;}
.about-features__right {
  padding-left: -webkit-calc(6.33333% + 10px);
  padding-left: calc(6.33333% + 10px);
}
.about-features__right .md-pargf p { margin: 0;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
    font-family: "MontserratBold", sans-serif;}
.about-features__right ul { padding: 0 0 0 30px;}
.about-features__right .md-headline {
  color: #fff;
}

.about-features__right .md-headline span {
  color: #BDC6C6;
}

.about-features__title {
  margin-bottom: 30px;
  font-family: "MontserratBold", sans-serif;
  font-size: 47px;
  letter-spacing: -1px;
  line-height: 58px;
}
.about-features__bottom { width: 100%; margin: 50px 10px 75px;}
.about-features__bottom .counter { font-family: "MontserratBlack", sans-serif !important;
    font-size: 118px;
    line-height: 118px;
    color: rgba(255,255,255,0);
    /* text-shadow: 0 -1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px  0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
	-webkit-text-stroke: 1px #fff;} 
.about-features__bottom .wpsm_count_title { font-size: 24px !important;
    line-height: 29px !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-family: "MontserratBlack", sans-serif !important;
    letter-spacing: normal !important;}
.wpsm_row { display: flex;
	display: -webkit-flex;
    justify-content: space-between;}	
.wpsm_col-md-inner {}
.wpsm_box {}	
.about-history__left,
.about-history__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.about-history__left {
  position: relative;
  z-index: 2;
  /* margin-left: -webkit-calc(8.33333% + 10px); */
  margin-left: 0;
}

.about-history__left h2 {
  margin-bottom: 30px;
}

.about-history__left .md-headline {
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "MontserratBlack", sans-serif;
  line-height: 40px;
}

.about-history__left p {
  font-size: 14px;
  padding: 0 20px 0 0;
}

.about-history__right {
  /*position: absolute;
  top: 0;
  right: 102px;
  z-index: 1;*/
}

.about-history__right .video-previw {
  height: 425px;
}

.about-history__visual {
  height: 550px;
  margin-bottom: 12px;
  position: relative;
  margin-top: -90px;
  background: url(../img/about-page/history.png) center top no-repeat;
}

.about-experience .decisions-slide__top {
  margin-bottom: 21px;
  width: -webkit-calc(83.33333% - 20px);
  width: calc(83.33333% - 20px);
}

.about-experiences__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  padding-left: 38px;
  margin-bottom: 15px;
}
.about-experiences__column ul { padding: 0 0 0 18px;}
.about-experiences__column:first-child {
  padding-left: 0;
  margin-left: -webkit-calc(8.33333% + 10px);
  margin-left: calc(8.33333% + 10px);
}

.about-experiences__column:last-child {
  width: -webkit-calc(16.66667% - 20px);
  width: calc(16.66667% - 20px);
  text-align: right;
}

.about-experiences__column:last-child .decisions-slide__preview {
  display: inline-block;
  position: relative;
  top: -44px;
}

.about-us {
  margin-top: 35px;
}

.about-us .wrapper {
  position: relative;
}

.about-us__top {

}
.about-us__top img, .about-us__bottom img { max-width: 100%;}
.about-interior__top .md-headline span {
  color: #BDC6C6;
}

.about-us__middle { margin: 50px 0 120px;}
.about-us__middle h2 { text-align: center;
	color: #F27405;}
.our_advantages { margin: 45px 0 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.our_advantages_box { flex: 1 1 434px;
	box-shadow: -5.9px 11.6px 21px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	margin: 0 10px 27px;
	padding: 48px 5px 48px 40px;
	position: relative;}
.our_advantages_box img { position: absolute;
	left: 40px;
	top: 48px;}
.our_advantages_title { font-size: 18px;
	line-height: 22px;
	font-family: "MontserratBold", sans-serif;
	color: #F27405;
	text-transform: uppercase;
	padding: 0 0 0 75px;
	margin: 0 0 22px;}
.our_advantages_text p { font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0;}
.about-us_advantages {}	
.our_advantages2 { display: flex;
	width: 100%;}
.our_advantages2:nth-child(odd) { justify-content: flex-end;}
.our_advantages2_box { max-width: 669px;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-end;
	margin: -57px 0 0;}
.our_advantages2:nth-child(1) .our_advantages2_box { margin: -110px 0 0;}
.our_advantages2:nth-child(odd) .our_advantages2_box { justify-content: left;}
.our_advantages2_box_top { background: #FF7F00;
	border-radius: 25px 25px 0 0;
	padding: 35px 40px 40px;
	font-family: "MontserratBold", sans-serif;
	width: 96%;}	
.our_advantages2_title { font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;	
	color: #FFFFFF;
	margin: 0 0 15px;}
.our_advantages2_title strong { display: block;
	font-family: "MontserratBlack", sans-serif;}	
.our_advantages2_subtitle { font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #303030;}
.our_advantages2_text { background: #FFFFFF;
	box-shadow: -5.9px 11.6px 21px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 30px 15px 30px 40px;
	margin: -20px 0 0;
	width: 100%;}	
.our_advantages2_text ul { list-style-type: none;}	
.our_advantages2_text ul li { font-size: 16px;
	color: #303030;
	margin: 0 0 25px;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 25px;}
.our_advantages2_text ul li:last-child { margin: 0;}
.our_advantages2_text ul li::before { content: '';
    display: block;
    width: 13px;
    height: 10px;
    background: url(../img/arrow_li.svg) no-repeat 0 0;
    left: 0;
    top: 3px;
    position: absolute;
    background-size: cover;}	
.about-us_slogan { height: 500px;
	margin: 70px 0 50px;}
.about-us_slogan h2 { width: 100%;
	line-height: 50px;
	padding: 0 0 0 40px;}
.black { color: #000;}
.trust_us {}
.trust_us .wrapper { position: relative;}
.trust_us h2 { text-align: center;
	margin: 0 0 75px;}
.trust_us .chapter-photos__left { margin: -60px 0 40px; z-index: 1;}
.trust_us .md-slider-nav { width: 100%;
	justify-content: flex-end;
	margin: 0;}
.trust_us_logo {}
.logo_company { height: 234px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 60px;}
.logo_company img {}
.name_company { text-align: center;
	text-transform: uppercase;
	color: #101010;
	font-family: "MontserratBold", sans-serif;
	font-size: 14px;
	line-height: 17px;}
.our_work { margin-top: 200px;
	margin-bottom: 110px;}
.our_work .decisions-slide__title { margin: 0 0 135px;
	text-align: center;}
.our_work .decisions-slider .slick-arrow-prev, .our_work .decisions-slider .slick-arrow-next { top: -74px;
	left: auto;
	margin: 0;
	margin: 0;
    right: 0;}
.our_work .decisions-slider .slick-arrow-prev { right: 50px;}
.our_work a.chapter-photos__slide { background: #FFFFFF;
    border-radius: 20px;
    display: block;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    box-shadow: 0px 18px 26px -12px rgba(0, 0, 0,.2);
	height: auto;
    filter: none;}
.our_work a.chapter-photos__slide:hover { box-shadow: 0px 18px 26px -12px rgba(0, 0, 0,.5);}
.our_work .chapter-photos__slide-wrap { padding-bottom: 30px;}
.our_work_slide_img { margin: 0;
	height: 350px;
	overflow: hidden;
	background-image: none !important;}
.our_work_slide_img img { max-width: none;
    width: auto;
    height: 100%;
	display: block !important;}
.our_work_slide_bottom { margin: 0;
	padding: 20px 70px 28px 20px;
	position: relative;}	
.our_work_slide_bottom span { display: block;}	
.our_work_slide_bottom span:first-child { font-size: 13px;
	line-height: 16px;
	font-family: "MontserratBold", sans-serif;
	color: #393939;
	margin: 0 0 5px;}	
.our_work_slide_bottom span:nth-child(2) { font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
	font-family: "MontserratBlack", sans-serif;
	color: #FF7F00;}
.our_work_slide_bottom .md-arrow-rounded { position: absolute;
	display: block;
	right: 18px;
    top: 23px;
    transform: rotate(-90deg);}
.about-specialist { margin: 120px 0 80px;}	
.about-bottom .wrapper > *,
.about-social_block .wrapper > *,
.about-specialist .wrapper > *,
.about-departments .wrapper > * { width: 100%;}	
.about-specialist h2 {}	
.about-social_block h2 span,
.about-specialist h2 span,
.about-departments h2 span { display: block;}	
.specialist_blocks { margin: 80px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;}
.specialist_block { /*box-shadow: -5.9px 11.6px 21px rgba(0, 0, 0, 0.1);*/
	border-radius: 20px;
	flex: 0 1 272px;
	text-align: center;
    /* padding: 60px 0 35px; */
    padding: 30px 0;
	margin: 0 10px 40px;}
.specialist_ico { margin: 0 0 40px;}
.specialist_ico img { height: 100px;
    width: auto;}
.specialist_position { color: #393939;
	font-size: 20px;
	font-family: "MontserratBold", sans-serif;
	text-transform: uppercase;
	line-height: 28px;}
.about-departments {}
.departments_blocks { margin: 80px 0 0;
	display: flex;
	justify-content: space-between;}
.departments_block { width: 210px;}
.departments_ico { height: 95px;
	text-align: center;}
.departments_ico img { height: 100%;
    width: auto;}
.departments_name { color: #393939;
	font-size: 24px;
	font-family: "MontserratBold", sans-serif;
	text-transform: uppercase;
	line-height: 32px;
	margin: 30px 0 15px;}
.departments_desc { color: #000000;
	font-size: 18px;}
.about-social_block { margin: 120px 0 100px;}
.social_blocks { display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0;}
.social_block { margin: 10px;
	border: 1px solid #91A4B0;
	border-radius: 20px;
	position: relative;
	padding: 50px 20px 40px 40px;}
.social_block:nth-child(1) { width: calc(35% - 20px);}
.social_block:nth-child(2) { width: calc(37% - 20px);}
.social_block:nth-child(3) { width: calc(28% - 20px);}
.social_block:nth-child(4) { width: calc(68% - 20px);}
.social_block:nth-child(5) { width: calc(32% - 20px);}
.social_block_ico { width: 50px;
    height: 50px;
    position: absolute;
    left: 40px;
    top: 40px;}
.social_block_ico img { height: 100%;
    width: auto;}
.social_block_name { color: #393939;
	font-size: 24px;
	font-family: "MontserratBold", sans-serif;
	text-transform: uppercase;
	line-height: 32px;
	margin: 0 0 35px;
    padding: 0 0 0 70px;}
.social_block_desc { color: #000000;
	font-size: 18px;
	line-height: 24px;}
.social_block a { display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;}
.social_block .md-arrow-rounded { position: absolute;
	right: 10px;
	bottom: 10px;}
.social_block:hover { box-shadow: 0px 18px 26px -12px rgba(0, 0, 0,.5);}
.about-bottom { margin: 0 0 80px;}
.about_bottom_blocks { display: flex;
	justify-content: center;
	align-items: center;}
.about_bottom_blocks > * { width: 50%;}
.about-bottom .about_bottom_blocks + a { display: block;
	background: #2F4858;
	border-radius: 25px;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "MontserratBlack", sans-serif;
	margin: 100px 0 0;
	text-decoration: none;
	height: 78px;
	line-height: 78px;}
.about-bottom .about_bottom_blocks + a:hover { box-shadow: 0px 18px 26px -12px rgba(0, 0, 0,.5);}

.panel_lk_recall.pageform .form-tab-rcl { box-shadow: none;
	background: none;
	border-radius: 0;}
	
.about-interior__bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.about-interior__bottom .md-pargf {
  display: inline-block;
  vertical-align: bottom;
  max-width: 346px;
  margin-right: 90px;
}

.about-interior__bottom .int-1 {
  display: inline-block;
  vertical-align: bottom;
  max-width: 581px;
  max-height: 466px;
}

.about-interior__bottom .int-2 {
  position: absolute;
  right: -120px;
  top: 0;
  max-width: 672px;
  max-height: 678px;
}

.about-production {
  margin-bottom: 10rem;
}

.about-production__left,
.about-production__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

.about-production__right {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.about-production__left {
  width: -webkit-calc(41.66667% - 20px);
  width: calc(41.66667% - 20px);
  margin-left: -webkit-calc(8.33333% + 10px);
  margin-left: calc(8.
  33333% + 10px);
}

.about-production__left h3 {
  margin-bottom: 45px;
}

.about-production__block {
  text-align: center;
  margin-bottom: 20px;
}

.about-production__img {
  display: inline-block;
  width: 376px;
  height: 386px;
  background: center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.about-production__features {
  margin-left: -15px;
  margin-right: -15px;
}

.about-production__features:before,
.about-production__features:after {
  content: '';
  display: table;
}

.about-production__features:after {
  clear: both;
}

.about-production__feature {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
}

.about-production__feature .md-empty-num {
  margin-bottom: 6px;
  font-size: 116px;
  line-height: 115px;
  text-shadow: -0   -1px 0   #393939,
 0   -1px 0   #393939,
 -0    1px 0   #393939,
 0    1px 0   #393939,
 -1px -0   0   #393939,
 1px -0   0   #393939,
 -1px  0   0   #393939,
 1px  0   0   #393939,
 -1px -1px 0   #393939,
 1px -1px 0   #393939,
 -1px  1px 0   #393939,
 1px  1px 0   #393939,
 -1px -1px 0   #393939,
 1px -1px 0   #393939,
 -1px  1px 0   #393939,
 1px  1px 0   #393939;
}

.about-production__filled {
  margin-left: 30px;
  padding-top: 47px;
  padding-left: 49px;
  padding-bottom: 38px;
  position: relative;
}

.about-production__filled:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 935px;
  background: #393939;
  opacity: 0.5;
  z-index: 0;
}

.about-production__filled .md-headline,
.about-production__filled p.md-pargf,
.about-production__filled .md-pargf {
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-production__filled .md-headline {
  margin-bottom: 23px;
}

.about-production__filled .md-headline span {
  color: #101010;
}

.the-best {
  padding-bottom: 21.64286rem;
}

.the-best .wrapper {
  padding-top: 1.07143rem;
  border-top: none;
}

.the-best .why-only__block h3 {
  color: #FF7F00;
}
.the-best .why-only__block h3 a {
  text-transform: uppercase;
    margin: 0;
    font-size: 28px;
    line-height: 34px;
    color: #FF7F00;
	white-space: normal;
}

.static-gallery-popup .mfp-counter {
  display: none;
}

.static-gallery-popup .mfp-bottom-bar {
  padding: 0;
}

.favorites h1 {
  margin-bottom: 57px;
}

.favorites .catalog-content {
  padding-bottom: 140px;
}
.error-404{
  justify-content: space-between;
}
.md-padded-heading .error-404 h1{
  margin-top: 100px;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #393939;
  }
.error-404 p{
  line-height: 160%;
    margin: 0;
  }
.error-404 .right-content img {
    width: 100%;
    margin-bottom: 100px;
}
.error-404 .button{
  margin: 45px 0;
}
.footer {
  padding-top: 75px;
  padding-bottom: 97px;
  background-color: #424242;
}

.footer .md-socials li a:hover .icon,
.footer .md-socials li a:active .icon {
  color: #FF7F00;
}

.footer-top {
  margin-bottom: 78px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-logo,
.footer-contacts,
.footer-socials {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-logo {
  width: -webkit-calc(16.66667% - 20px);
  width: calc(16.66667% - 20px);
}

.footer-logo img {
  display: block;
  width: 100%;
}

.footer-contacts {
  width: -webkit-calc(58.33333% - 20px);
  width: calc(58.33333% - 20px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 67px;
}

.footer-contacts .md-socials {
  width: 90px;
  text-align: right;
}

.footer-contacts .md-socials li {
  margin-left: 15px;
  margin-bottom: 20px;
  margin-right: 0;
}

.footer-contacts .md-socials li:first-child {
  margin-left: 0;
}

.footer-contacts__column {
  margin-left: 39px;
  margin-right: 77px;
}

.footer-contacts__column .md-socials {
  display: none;
}

.footer-contacts .footer-menu {
  margin-top: 10px;
}

.footer-contacts .footer-menu li {
  margin-bottom: 34px;
  list-style-type: none;
}

.footer-contacts .footer-menu li.footer-menu__item--mob {
  display: none;
}

.footer-contacts .footer-menu li a {
  font-size: 16px;
}

.footer-contacts .footer-menu li a:after {
  display: block;
  content: attr(title);
  height: 1px;
  font-family: "MontserratBold", sans-serif;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.footer-contacts .footer-menu li a:hover {
  font-family: "MontserratBold", sans-serif;
  color: #FF7F00;
  text-decoration: underline;
}

.footer-phones {
  margin-top: 8px;
  margin-bottom: 29px;
}

.footer-phones p {
  margin: 0;
  display: inline-block;
  margin-right: 28px;
}

.footer-phones p:last-child {
  margin-right: 0;
}

.footer-phones a {
  display: inline-block;
  text-decoration: none;
  font-family: "MontserratBold", sans-serif;
  font-size: 18px;
}

.footer-phones a:hover,
.footer-phones a:active {
  color: #FF7F00;
}

.footer .footer-mail p {
  margin-bottom: 23px;
}

.footer .footer-mail a {
  font-size: 18px;
  text-decoration: none;
  line-height: 150%;
}

.footer .footer-mail a:hover,
.footer .footer-mail a:active {
  color: #FF7F00;
}

.footer-socials {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
}

.footer-copyright {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.footer-copyright__line {
  height: 1px;
  background-color: #C4C4C4;
}

.footer-copyright__logo {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: -15px;
}

.footer-copyright__logo a {
  display: inline-block;
  padding-right: 12px;
  background-color: #424242;
}

.footer-copyright__logo p {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 25px;
  vertical-align: top;
  font-size: 12px;
  line-height: 125%;
  color: #C4C4C4;
}
.footer-copy{
    float: right;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    vertical-align: top;
    font-size: 12px;
    line-height: 125%;
    color: #C4C4C4;
}
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */

/* Medium Devices, Desktops */

/* Small Devices, Tablets */

/* Extra Small Devices, Phones */

/* Custom, iPhone Retina */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

/* Extra Small Devices, Phones */

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*# sourceMappingURL=maps/main.css.map */

@media only screen and (min-width: 320px) {
  /**/
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }

  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

@media only screen and (min-width: 480px) {
  /**/
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  /**/
}

@media only screen and (min-width: 992px) {
  html.header-scroll .header {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .md-card:hover,
  .md-card:active {
    background: #F0F0F0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: visible;
    z-index: 5;
  }

  .md-card:hover .md-card__img,
  .md-card:active .md-card__img {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .md-card:hover .md-card__short,
  .md-card:active .md-card__short {
    height: auto;
  }

  .md-card:hover .md-card__bottom,
  .md-card:active .md-card__bottom {
    background: #F0F0F0;
  }

  .md-card:hover .md-card__title,
  .md-card:active .md-card__title {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .md-card:hover .md-card__labels,
  .md-card:active .md-card__labels {
    top: 0;
  }

  .md-card:hover .md-card__model,
  .md-card:active .md-card__model {
    color: #FF7F00;
  }
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1200px) {
  /**/
}

@media only screen and (min-width: 1920px) {
  .design-order-bottom {
    height: 1000px;
  }
}

@media only screen and (max-width: 1480px) {
  .md-features__title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 1460px) {
  .decisions-slider .slick-arrow-prev {
    left: -webkit-calc((100% - 1200px)/2);
    left: calc((100% - 1200px)/2);
  }

  .decisions-slider .slick-arrow-next {
    right: -webkit-calc((100% - 1200px)/2 + 40px);
    right: calc((100% - 1200px)/2 + 40px);
  }

  html {
    font-size: 13px;
  }

  .header-contacts-popup .md-socials--vert {
    top: 175px;
  }

  html.header-expanded .contacts-popup__top {
    -webkit-flex-shrink: .5;
    -ms-flex-negative: .5;
    flex-shrink: .5;
  }

  .wrapper {
    max-width: 1368px;
  }

  .catalog-content__tiles {
    max-width: 960px;
  }

  .header {
    margin-top: 30px;
  }

  .header-logo {
    max-width: 150px;
  }

  .header-langs {
    bottom: 0;
  }

  .md-cover {
    top: 110px;
  }

  .header-search__label {
    width: 367px;
  }

  .header-popup {
    top: -26px;
  }

  .header-enter-popup {
    padding: 51px 20px 20px 20px;
    height: auto;
  }

  .header-enter-popup .md-form .md-form-label input,
  .header-enter-popup .button {
    font-size: 14px;
  }

  .header-popup__title {
    font-size: 18px;
    line-height: normal;
  }

  .header-enter-popup .header-popup__title {
    margin-bottom: 15px;
  }

  .header-enter-popup__reg .md-form-label:last-of-type {
    margin-bottom: 13px;
  }

  .header-popup {
    font-size: 14px;
  }
/*
  .header-popup__addr {
    margin-bottom: 10px;
  }
*/
  /* .header-popup__addr br { */
    /* display: none; */
  /* } */

  .header-contacts-popup {
    padding-top: 62px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 360px;
  }

  .header-contacts-popup .md-socials li {
    margin-right: 10px;
  }

  .header-contacts-popup .header-popup__title {
    margin-bottom: 10px;
  }
/*
  .header-popup__tels a {
    margin-bottom: 10px;
  }
*/
  .header-popup__tels {
    margin-bottom: 0;
  }

  .header-popup__mail a {
    margin-bottom: 5px;
  }

  .header-contacts-popup .md-socials {
    margin-bottom: 20px;
  }
/*
  .header-contacts-popup .md-socials li {
    margin-bottom: 8px;
  }
*/
  html.header-expanded .header-right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  html.header-expanded .header-logo-text {
    max-width: 230px;
  }

  html.header-scroll .logo-monochrome {
    max-width: 100px;
  }

  .footer-contacts__column {
    margin-right: 40px;
  }

  .main-slider .slick-prev {
    left: -webkit-calc((100% - 1200px)/2 + 30px);
    left: calc((100% - 1200px)/2 + 30px);
  }

  .main-slider .slick-next {
    right: -webkit-calc((100% - 1200px)/2 + 30px);
    right: calc((100% - 1200px)/2 + 30px);
  }
.main-slider .slick-prev, .main-slider .slick-next { bottom: 45px;}
  .prod-section-header__left {
    max-width: 360px;
    margin-right: 15px;
  }

  .prod-section--rtl .prod-section-header__left {
    margin-left: 15px;
  }

  .prod-section-header__right .prod-section__num {
    font-size: 80px;
    line-height: 80px;
  }

  .prod-section-header__left h2 {
    word-wrap: break-word;
  }

  .product-info__colors .md-prod-color {
    width: 34px;
    height: 34px;
    margin-right: 5px;
  }

  .product-info__price {
    font-size: 30px;
    line-height: normal;
  }

  .md-features__text {
    display: block;
  }

  .md-features__num {
    margin-right: 0;
  }

  .card,
  .md-padded-heading,
  .page-visual {
    padding-top: 150px;
  }

  .services-chapter__header {
    padding-right: 0;
  }

  .services-chapter__header .prod-section__num {
    font-size: 90px;
    line-height: 90px;
  }

  .services-chapter__photo {
    padding-left: 0;
  }

  .md-headline {
    font-size: 28px;
    line-height: 36px;
  }

  .services-chapter:nth-child(even) .services-chapter__photo {
    padding-left: 0;
    padding-right: 0;
  }

  .about-history__right {
    position: static;
  }

  .about-production__filled::before {
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
  }

  .about-production__feature .md-empty-num {
    font-size: 80px;
    line-height: 80px;
  }

  html.header-expanded .header-contacts-popup .md-socials li {
    margin-right: 10px;
  }

  .contacts-popup__bottom {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  html.header-expanded .header-menu__item {
    margin-right: 35px;
  }

  .main-slide {
    min-height: 600px;
  }

  .main-slide__content {
    padding-top: 200px;
  }
}

@media screen and (max-width: 1460px) {
  /*.md-chapter {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }

  .md-chapter {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }*/
  .main-slider .slick-dots {
    bottom: 70px;
}

  .catalog-content__tiles .card-sizer {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .catalog-content__tiles .md-card {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .md-features__column:nth-child(2) {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }

  .md-features__column:nth-child(3) {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }

  .about-history__left {
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }

  .about-interior__top {
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }
}

@media only screen and (max-width: 1400px) {
  .md-services .page-visual {
    min-height: 638px;
  }

  .main-slide__content {
    padding-top: 170px;
  }

  .main-slide__container h2 {
    font-size: 36px;
  }

  .main-slide__container h2 br {
    display: none;
  }

  .main-slide__num img {
    max-height: 60px;
  }

  .main-slide__caption {
    margin-bottom: 26px;
  }

  .main-slide {
    min-height: 628px;
  }
}

@media screen and (max-width: 1200px) {
  .about-experiences__column:first-child {
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }

  .about-interior__top {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .about-production__left {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .about-production__left {
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }

  .footer-contacts {
    width: -webkit-calc(66.66667% - 20px);
    width: calc(66.66667% - 20px);
  }

  .footer-socials {
    width: -webkit-calc(16.66667% - 20px);
    width: calc(16.66667% - 20px);
  }
}

@media only screen and (max-width: 1200px) {
  .mfp-with-caption .mfp-content {
    min-width: 992px;
    max-width: 992px;
  }

  .mfp-with-caption button.mfp-arrow.mfp-arrow-left {
    left: 10px;
  }

  .mfp-with-caption button.mfp-arrow.mfp-arrow-right {
    right: 10px;
  }

  .md-features__title {
    font-size: 44px;
  }

  .services-option__num {
    max-width: 100px;
    margin-bottom: 15px;
  }

  .services-option__num:first-child img {
    max-height: 58px;
  }

  .services-option__title {
    font-size: 18px;
    line-height: 23px;
  }

  html {
    font-size: 10px;
  }

  .wrapper {
    max-width: 1140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-logo {
    margin-right: 15px;
  }

  .header-logo-text {
    font-size: 12px;
    max-width: 280px;
  }

  .header-langs li a {
    font-size: 12px;
  }

  .header-langs {
    bottom: 20px;
  }

  .header-menu__item {
    margin-right: 50px;
  }

  html.header-expanded .contacts-popup__top {
    margin-right: 20px;
  }

  html.header-expanded .contacts-popup__bottom {
    margin-left: 20px;
  }

  .header-right {
    min-width: 550px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-contacts__column {
    margin-right: 50px;
  }

  .footer-contacts {
    padding-left: 15px;
  }

  .footer-socials .md-socials li {
    margin-bottom: 20px;
  }

  h1,
  .main-slide__container h2 {
    font-size: 52px;
  }

  .main-slide__container h2 br {
    display: none;
  }

  .main-slide__content {
    padding-top: 180px;
  }

  .main-slider .slick-prev {
    left: 30px;
  }

  .main-slider .slick-next {
    right: 30px;
  }

  .prod-section-header__right .prod-section__num {
    font-size: 80px;
    line-height: 80px;
  }

  /*.product-view__item {
    height: 400px;
  }*/
  .product-img {
    height: 400px;
  }

  .product-info__column:last-child .button {
    min-width: 0;
    width: 100%;
  }

  .design-order-title {
    font-size: 44px;
    line-height: 54px;
  }

  .design-order-bottom {
    height: 591px;
  }

  .about-interior__top .md-headline br {
    display: none;
  }

  .about-experiences__column {
    padding-left: 0;
  }

  .about-production__filled {
    margin-left: 0;
  }

  .about-production__left {
    margin-bottom: 30px;
  }

  .about-production__filled::before {
    width: 100%;
  }

  .about-production__filled {
    padding: 30px;
  }

  html.header-expanded .header-logo-block {
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  html.header-scroll .logo-monochrome {
    max-width: 160px;
    margin-bottom: 10px;
  }

  html.header-expanded .header-langs {
    bottom: auto;
    top: -15px;
  }
}

@media screen and (max-width: 1100px) {
  .prod-section__top .video-previw {
    width: -webkit-calc(41.66667% - 20px);
    width: calc(41.66667% - 20px);
  }

  .prod-section__descr {
    width: -webkit-calc(58.33333% - 20px);
    width: calc(58.33333% - 20px);
  }

  .static-gallery__item {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }

  .about-features__left,
  .about-features__right {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .about-features__right {
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }

  .about-experiences__column:last-child {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
}

@media only screen and (max-width: 1100px) {
  .decisions-slider .slick-arrow-prev {
    left: -webkit-calc((100% - 1100px)/2 + 40px);
    left: calc((100% - 1100px)/2 + 40px);
  }

  .decisions-slider .slick-arrow-next {
    right: -webkit-calc((100% - 1100px)/2 + 40px);
    right: calc((100% - 1100px)/2 + 40px);
  }

  .header-menu__item {
    margin-right: 40px;
  }

  .product-nav__item {
    height: 100px;
  }

  .product-info__order {
    display: block;
  }

  .product-info__column:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-info__colors-wrapper {
    margin-left: 20px;
  }

  .page-visual {
    min-height: 100vh;
  }

  .page-visual h1 {
    margin-bottom: 40px;
  }

  .md-about .page-visual {
    padding-bottom: 50px;
  }

  .about-features__title {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 50px;
  }

  .about-experiences__column:last-child .decisions-slide__preview {
    top: 0;
  }
}

@media screen and (max-width: 992px) {
  .md-chapter {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  /*.chapter-photos__left {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }

  .chapter-photos__display {
    width: -webkit-calc(75% - 20px);
    width: calc(75% - 20px);
  }

  .md-catalog-filter__column {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }*/

  .catalog-content__tiles .card-sizer {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .catalog-content__tiles .md-card {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .md-features__column:first-child {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }

  .md-features__column:nth-child(3) {
    width: -webkit-calc(41.66667% - 20px);
    width: calc(41.66667% - 20px);
  }

  .product-top .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-info {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .product-display {
    width: -webkit-calc(66.66667% - 20px);
    width: calc(66.66667% - 20px);
  }

  .about-experiences__column {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .about-experiences__column:last-child {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .about-production__right {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .about-production__left {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .footer-contacts {
    width: -webkit-calc(75% - 20px);
    width: calc(75% - 20px);
  }

  .footer-socials {
    width: -webkit-calc(8.33333% - 20px);
    width: calc(8.33333% - 20px);
  }
}

@media only screen and (max-width: 992px) {
  .cards-slider__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cards-slider__block h3 {
    margin-bottom: 10px;
  }

  .cards-slider__block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .cards-slider__block {
    display: block;
	margin: 0;
  }

  .cards-slider__caption {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
	display: none;
  }
 .cards-slider__caption.cards-slider__caption768 {
    display: block;
	margin: 30px 0;
}

  .photo-slider-caption__comment {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
  }

  .mfp-with-caption .mfp-content {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .mfp-with-caption button.mfp-arrow.mfp-arrow-left {
    left: 30px;
  }

  .mfp-with-caption button.mfp-arrow.mfp-arrow-right {
    right: 30px;
  }

  .grid-sizer,
  .md-article {
    width: -webkit-calc(50% - 18px);
    width: calc(50% - 18px);
  }

  .md-features__title {
    font-size: 34px;
  }

  .decisions-slide__top {
    margin-bottom: 40px;
  }

  .decisions-slide__title {
    font-size: 40px;
  }

  .decisions-column {
    width: -webkit-calc(33.33333% - 33px);
    width: calc(33.33333% - 33px);
    margin-right: 33px;
  }

  .decisions-slider .slick-arrow-prev {
    left: 20px;
  }

  .decisions-slider .slick-arrow-next {
    right: 20px;
  }

  html {
    font-size: 9px;
  }

  .wrapper {
    max-width: 960px;
  }

  .header-main .wrapper {
    background-color: transparent;
  }

  html.header-expanded .header-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  html.header-expanded .header {
    height: -webkit-calc(100vh + 33px);
    height: calc(100vh + 33px);
    height: 100vh;
    overflow: auto;
    background-color: #FF7F00;
  }

  html.header-expanded .header:before {
    display: none;
  }

  .header, .page-template-default header {
  	margin-top: 0;
    padding-top: 20px;
    height: 73px;
    background-color: rgba(57, 57, 57, 0.5);
  }

  .header-langs {
    display: none;
  }

  .header-logo {
    max-width: 390px;
  }

  .logo-std {
    display: none;
  }

  .header-logo.logo-mini {
    display: block;
    max-width: 273px;
  }

  .header-menu {
    display: none;
  }

  html.header-expanded .header-logo-block {
    -webkit-animation: none;
    animation: none;
  }

  .header-burger {
    display: block;
  }

  .md-cover {
    top: 103px;
  }

  .header-menu__item {
    margin-right: 20px;
  }

  .header-right {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-expanded .header-logo.logo-mini {
    display: none;
  }

  html.header-expanded .header-logo {
    max-width: 120px;
  }

  html.header-expanded .header-logo-block {
    top: 0;
  }

  .header-langs {
    bottom: 0;
  }

  html.header-expanded .header-right {
    position: static;
  }

  .header-menu__item > a .icon-magnifier {
    font-size: 15px;
  }

  .header-burger {
    margin-top: 0;
    margin-left: 0;
  }

  html.header-expanded .header::before {
    height: 100vh;
    min-height: 1px;
  }

  .header-menu__item > a,
  .header-menu__item .header-menu__link-span {
    font-size: 12px;
  }

  .header-favourites {
    display: none;
  }

  html.header-expanded .header-contacts-popup {
    background: transparent;
  }

  .header-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  html.header-expanded .header-menu__item--mob {
    display: inline-block;
  }

  .header-contacts .header-menu__link-span {
    display: none;
  }

  .header-expanded .header-logo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-langs {
    bottom: auto;
    top: -20px;
  }

  .header-right {
    min-width: 0;
  }

  html.header-expanded .header-logo-text {
    display: none;
  }

  html.header-expanded .contacts-popup__top .header-logo-text {
    display: block;
    margin-bottom: 20px;
    max-width: none;
  }

  html.header-expanded .contacts-popup__top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    margin-right: 50px;
  }

  html.header-expanded .contacts-popup__bottom {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  html.header-expanded .contacts-popup__bottom .md-socials {
    margin-top: 0;
    margin-left: 30px;
  }

  html.header-expanded .contacts-popup__bottom .md-socials li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .header-logo-text,
  .header-favorites .md-favorites-name {
    display: none;
  }

  .header-popup {
    font-size: 18px;
  }

  .header-popup__tels {
    margin-top: 5px;
  }

  .header-popup__tels a {
    margin-bottom: 30px;
  }

  .header-popup__mails a {
    margin-bottom: 15px;
  }

  .header-search__label {
    width: 80%;
  }

  .footer-socials .md-socials li {
    margin-right: 0;
  }

  .footer-contacts .md-socials {
    width: auto;
  }

  .footer-contacts .md-socials li {
    display: block;
  }

  .footer-contacts__column {
    margin-left: 15px;
  }

  .footer-contacts {
    padding-left: 0;
  }

  .main-slide {
    min-height: 100vh;
    padding-bottom: 60px;
  }

  h1,
  .main-slide__container h2 {
    font-size: 46px;
  }

  .main-slide__num {
    max-width: 100px;
  }

  .main-slide__text {
    max-width: none;
  }

  .prod-section__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prod-section-header__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .prod-section--rtl .prod-section-header__left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .prod-section__num,
  .prod-section__link {
    display: inline-block;
    vertical-align: top;
  }

  .prod-section__link {
    text-align: left;
  }

  .prod-section__link div,
  .prod-section__link span {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .prod-section--rtl .prod-section__link div,
  .prod-section--rtl .prod-section__link span {
    float: none;
  }

  .prod-section__link div,
  .prod-section--rtl .prod-section__link div {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
  }

  .prod-section-header__text {
    max-height: 150px;
    margin-bottom: 30px;
  }

  .prod-section-header__left {
    max-width: none;
  }

  .prod-section-header__right .prod-section__num {
    margin-bottom: 0;
  }

  .prod-section-header__left .md-chapter__img,
  .prod-section-header__right .md-chapter__img {
    margin-bottom: 0;
    text-align: left;
  }

  .prod-section-header__left h2 {
    margin-bottom: 20px;
  }

  .product-display {
    margin-bottom: 20px;
  }

  .product-info__order {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-info__column:first-child {
    display: block;
  }

  .product-info__colors-wrapper {
    margin-left: 0;
  }

  .product-info__column:last-child {
    padding-top: 0;
  }

  .md-features__num {
    font-size: 100px;
    line-height: 100px;
  }

  .md-features__title br {
    display: none;
  }

  .design-order-title {
    font-size: 34px;
    line-height: 44px;
  }

  .md-catalog-filter__column {
    margin-bottom: 30px;
  }

  .md-catalog-filter {
    margin-bottom: 22px;
  }

  .favorites h1 {
    margin-bottom: 30px;
  }

  .catalog-content__tiles {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .md-headline {
    font-size: 24px;
    line-height: 33px;
  }

  .services-chapter__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-chapter__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .services-chapter__header .prod-section__num {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .services-chapter__bottom {
    display: block;
  }

  .services-chapter__avatar {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }

  .services-chapter__avatar div {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    margin-right: 15px;
  }

  .services-chapter__avatar div {
    margin-bottom: 0;
  }

  .about-features__title {
    font-size: 30px;
    line-height: 40px;
  }

  .about-history__right .video-previw {
    height: 0;
    padding-bottom: 80%;
  }

  .about-history__visual {
    margin-top: 0;
    height: 350px;
    background-size: cover;
  }

  .about-experience {
    margin-bottom: 30px;
  }

  .about-experiences__column {
    margin-bottom: 30px;
  }

  .decisions-slide__preview {
    width: 100px;
    height: 100px;
  }

  .the-best {
    padding-bottom: 100px;
  }

  .about-interior__bottom .int-2 {
    right: 0;
    max-width: 50%;
  }

  .about-interior__bottom .int-1 {
    max-width: 50%;
  }

  .about-interior__bottom .md-pargf {
    max-width: -webkit-calc(50% - 50px);
    max-width: calc(50% - 50px);
    margin-right: 50px;
  }

  html.favourites-open .header-enter-popup .header-menu__hidden-text {
    display: inline-block;
  }

  .header-enter-popup {
    top: -33px;
  }

  .enter-popup-mob-link {
    display: block;
  }

  .header-contacts {
    margin-right: 0;
  }

  html.header-expanded .header-menu__item > a .icon-magnifier {
    top: 0;
    position: static;
  }

  .footer-contacts .footer-menu li.footer-menu__item--mob {
    display: block;
  }

  html.header-expanded.header-search-open .header-search__label {
    left: 0;
    right: auto;
  }

  .main-slide__substrate {
    max-width: none;
    margin-left: 0;
  }

  .md-slider-nav {
    margin-left: 0;
  }

  .product-display {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .product-info {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .product-img { 
	width: 100%;
	margin: 0 0 65px;
	}
  
  .product-nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
    z-index: 1;
  }

  html.header-expanded .header-menu__item {
    margin-right: 25px;
  }

  .header-main .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-slide__content {
    padding-top: 0;
  }

  .main-slide__container {
    min-height: 1px;
  }

  .main-slide__substrate {
    margin-top: 100px;
  }

  .main-slider .slick-dots {
    bottom: 170px;
  }

  .main-slider .slick-prev,
  .main-slider .slick-next {
    bottom: 160px;
  }

  .main-slide__caption {
    margin-bottom: 20px;
  }

  html.header-expanded .contacts-popup__requisites {
    padding-top: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-with-caption.mfp-img-mobile .mfp-bottom-bar {
    top: 100%;
    bottom: auto;
    position: absolute;
    padding: 15px 15px 43px 43px;
    background: #fff;
  }

  .mfp-img-mobile .mfp-counter {
    right: auto;
    left: 7px;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .why-only .why-only__block {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .why-only .why-only__block {
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }

  .prod-section__top .video-previw {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .prod-section__descr {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .md-catalog-filter__column {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .design-order-title {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .md-features__column:first-child {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .md-features__column:nth-child(2) {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .md-features__column:nth-child(3) {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .static-gallery__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .product-display {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .product-model__descr,
  .product-model__video,
  .product-model__3d,
  .product-model__descr_3d {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .services-chapter:nth-child(even) .services-chapter__text {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .services-chapter:nth-child(even) .services-chapter__photo {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .services-chapter__text,
  .services-chapter__photo {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .about-features__left,
  .about-features__right {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .about-history__left,
  .about-history__right {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .about-experience .decisions-slide__top {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .about-experiences__column {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .about-experiences__column:last-child {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
	text-align: left;
  }

  .about-interior__top {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .footer-logo {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }

  .footer-socials {
    width: -webkit-calc(75% - 20px);
    width: calc(75% - 20px);
  }

  .footer-socials {
    margin-left: -webkit-calc(25% + 10px);
    margin-left: calc(25% + 10px);
  }
}

@media only screen and (max-width: 768px) {
  .photo-slider-caption__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photo-slider-caption__comment {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 0;
  }

  .mfp-with-caption .mfp-bottom-bar {
    padding-left: 15px;
    padding-bottom: 43px;
  }

  .design-order-title {
    margin-bottom: 20px;
  }

  .md-features__title {
    font-size: 24px;
  }

  .decisions-slide__top {
    padding-right: 0;
  }

  .decisions-slide__title {
    font-size: 30px;
	
  }
  .about_slide .decisions-slide__title { padding: 0 20px;}

  .decisions-column {
    width: -webkit-calc(50% - 33px);
    width: calc(50% - 33px);
  }

  .services-option {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
  }

  .services-option__title {
    margin-bottom: 10px;
  }

  html {
    font-size: 8px;
  }

  .wrapper {
    max-width: 720px;
  }
  .page-template-default .header .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  html.header-expanded .contacts-popup__top {
    margin-right: 20px;
  }

  .header-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-burger {
    margin-right: 0;
  }

  .header-right {
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  html.header-expanded .header-right {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .header-logo-block {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .header-menu__item {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(33.33333% - 25px);
    -ms-flex: 1 0 calc(33.33333% - 25px);
    flex: 1 0 calc(33.33333% - 25px);
  }

  .header-contacts {
    width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
  }

  .header-search {
    text-align: right;
  }

  html.header-expanded .contacts-popup__bottom {
    display: block;
  }

  html.header-expanded .contacts-popup__bottom .md-socials {
    margin-top: 20px;
    margin-left: 0;
  }

  html.header-expanded .contacts-popup__bottom .md-socials li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }

  html.header-expanded .header-menu__item.tooltipsted .header-contacts-popup {
    display: block;
    top: 60%;
  }

  html.header-expanded .header-menu__item.tooltipsted .header-contacts-popup .md-socials--vert li {
    display: inline-block;
  }

  html.header-expanded .header-menu__item.tooltipsted .header-contacts-popup .contacts-popup__bottom {
    margin-left: 0;
  }

  .header-logo-block {
    margin-left: 0;
  }

  html.header-expanded .header-logo-block {
    margin-left: 46px;
  }

  .footer-socials .md-socials li {
    margin-right: 20px;
  }

  .footer-phones {
    margin-top: 0;
    margin-bottom: 22px;
  }

  .footer-top {
    margin-bottom: 30px;
  }

  .footer-contacts .md-socials {
    text-align: left;
  }

  .footer-contacts .md-socials li {
    margin-left: 0;
  }

  h1,
  .main-slide__container h2 {
    font-size: 40px;
  }

  .md-chapter {
    min-height: 100px;
    padding-top: 50px;
  }

  .md-chapter__name {
    word-wrap: break-word;
  }

  .prod-section__top {
    margin-bottom: 50px;
  }

  .prod-section__top .video-previw {
    margin-bottom: 30px;
    height: 350px;
  }

  .prod-section-header__text {
    margin-bottom: 30px;
  }

  .prod-section--rtl .prod-section__descr {
    margin-bottom: 30px;
  }

  .cards-slider__header {
    margin-bottom: 20px;
  }

  .prod-section-header__left {
    margin-right: 0;
  }

  .prod-section--rtl .prod-section-header__left {
    margin-left: 0;
  }

  .articles-title h3 {
    margin-left: 0;
  }

  .product-info__column:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-info__colors-wrapper {
    margin-left: 20px;
  }

  .product-info {
    padding-left: 0;
  }

  .product-model__video, .product-model__descr_3d {
    padding-left: 0;
  }

  .product-model__video .video-previw {
    height: 362px;
  }
  .ipnrm {
    height: 350px!important;
  }
  .product-model__descr, .product-model__3d {
    margin-bottom: 30px;
  }
  .md-timer {
    margin-top: 30px;
    text-align: center;
  }

  .md-timer__title {
    margin-left: 0;
    text-align: center;
  }

  .md-timer__title br {
    display: none;
  }

  .md-timer__cell {
    margin-left: 0;
    margin-right: 21px;
  }

  .md-features {
    margin-bottom: 50px;
  }

  .design-order-bottom {
    height: 491px;
  }

  .md-timer.await .button {
    margin-left: 30px;
  }

  .md-timer__clock {
    width: 100%;
  }

  .services-chapter:nth-child(odd) .services-chapter__text,
  .services-chapter:nth-child(even) .services-chapter__text {
    padding-left: 0;
  }

  .services-chapter:nth-child(even) .services-chapter__text {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    /*Disable Animation on Mobile Devices*/
  }

  .services-chapter__text {
    margin-bottom: 30px;
  }

  .services-chapter:nth-child(even) .services-chapter__photo .services-chapter__img {
    height: 0;
  }

  .services-chapter__img {
    height: 0;
    padding-bottom: 80%;
  }

  .about-features__left {
    margin-bottom: 30px;
  }

  .about-history__left {
    margin-bottom: 30px;
  }

  .about-history__right .video-previw {
    padding-bottom: 70%;
  }

  .about-history__visual {
    margin-top: 30px;
  }

  .about-history__left h3,
  .about-experience .decisions-slide__title,
  .about-production__left h3 {
    margin-bottom: 24px;
  }

  .about-experience .decisions-slide__top {
    margin-bottom: 0;
  }

  .about-history {
    padding-top: 37px;
  }

  .about-experience__col-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .about-interior__bottom .int-2 {
    display: none;
  }

  .about-production__feature {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .about-production__features {
    margin-left: 0;
    margin-right: 0;
  }

  .header-burger {
    margin-top: 0;
  }

  .services-option__num {
    display: inline-block;
  }

  .md-services .page-visual h1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: center;
  }

  .main-slide__container h2 {
    word-wrap: break-word;
  }

  html.header-expanded .header-burger {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  html.header-expanded .header-menu__item {
    text-align: left;
  }

  html.header-expanded .header-contacts {
    margin-right: 0;
  }

  html.header-expanded .header-right {
    margin-left: 0;
  }

  .footer-logo {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-logo img {
    max-width: 250px;
  }

  .footer-contacts__column,
  .footer-menu {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .footer-phones p {
    display: block;
  }

  .footer-socials {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .cards-slider__block h3 {
    margin-right: 0;
  }

  .cards-slider__carousel .slick-slide > div:first-child .cards-slider__card-wrap:nth-of-type(2) .md-card__img {
    height: 352px;
  }

  .cards-slider__carousel .slick-slide > div:first-child .cards-slider__card-wrap:nth-of-type(3) .md-card__img {
    height: 352px;
  }

  .cards-slider__carousel .slick-slide > div:first-child .cards-slider__card-wrap:nth-of-type(4) .md-card__img {
    height: 352px;
  }

  .cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:first-child {
    margin-top: 0;
  }

  .cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:first-child .md-card__img {
    height: 352px;
  }

  .cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(2) .md-card__img {
    height: 352px;
  }

  .cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(3) {
    margin-top: 0;
  }

  .cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(3) .md-card__img {
    height: 352px;
  }

  .cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(4) {
    margin-top: 0;
  }

  .cards-slider__carousel .slick-slide > div:last-child .cards-slider__card-wrap:nth-of-type(4) .md-card__img {
    height: 352px;
  }

  .chapter-photos__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /*-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid-sizer,
  .md-article {
    width: -webkit-calc(100% - 18px);
    width: calc(100% - 18px);
  }

  .decisions-slide__title {
    font-size: 24px;
  }

  .decisions-slide__preview {
    width: 76px;
    height: 76px;
  }

  .decisions-column {
    width: 100%;
    margin-right: 0;
  }

  html {
    font-size: 7px;
  }

  .wrapper {
    max-width: 540px;
  }
  
  .page-template-default .header .wrapper {
	padding-top: 0;
	padding-bottom: 0;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  
  .the-best .why-only__block h3 a {
    font-size: 22px;
    line-height: 26px;
  }

  .header-menu__item {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    margin-right: 10px;
  }

  .header-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  html.header-expanded .header-menu {
    display: block;
  }

  .footer-contacts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contacts .footer-menu {
    width: 100%;
  }

  .footer-contacts__column {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-phones {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer .footer-mail p {
    margin-bottom: 30px;
  }

  .footer-contacts .footer-menu li {
    display: inline-block;
    margin-right: 20px;
  }

  .main-slide__caption {
    display: block;
  }

  .main-slide__num {
    margin-bottom: 20px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }
   
.chapter-photos__title p{
    font-size: 24px;
    line-height: 30px;
}
  .cards-slider__header h3 {
    margin-bottom: 15px;
  }

  .cards-slider__header .md-slider-nav {
    margin-left: 0;
  }

 /* .product-view__item {
    height: 300px;
  }*/

  .product-img {
    height: 300px;
  }  

  .product-info__column:first-child {
    display: block;
    margin-bottom: 30px;
  }

  .product-info__colors-wrapper {
    margin-left: 0;
  }

  .product-info__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  html.header-scroll .header-logo.logo-mini {
    max-width: 200px;
  }

  .header-logo.logo-mini {
    max-width: 200px;
  }

  .design-order-bottom {
    height: 391px;
    background-size: cover!important;
  }

  .md-about .page-visual {
    padding-bottom: 30px;
  }

  .about-features__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .md-about .page-visual h1 {
    margin-bottom: 30px;
  }

  .about-experience {
    margin-bottom: 0;
  }

  .the-best {
    padding-bottom: 50px;
  }

  .about-interior__bottom .int-1 {
    max-width: 100%;
  }

  .about-interior__bottom .md-pargf {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .header-enter-popup {
    width: 100%;
    right: 0;
  }

  .footer-phones p {
    display: block;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-contacts {
    padding-left: 9%;
  }

  .footer-contacts .md-socials {
    display: none;
  }

  .footer-socials {
    padding-left: 9%;
  }

  .footer-contacts__column {
    position: relative;
    padding-left: 50px;
    margin-left: 0;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .footer-contacts .footer-contacts__column .md-socials {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .footer-contacts .footer-contacts__column .md-socials li {
    margin-bottom: 8px;
  }

  .footer-contacts .footer-menu li {
    margin-bottom: 18px;
  }

  .footer-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px;
  }

  .footer-contacts .footer-menu li {
    margin-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  .footer-contacts .footer-menu li.footer-menu__about {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-contacts .footer-menu li.footer-menu__mafs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-contacts .footer-menu li.footer-menu__bmz {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-contacts .footer-menu li.footer-menu__metalls {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .footer-contacts .footer-menu li.footer-menu__services {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer-phones p {
    margin-bottom: 22px;
  }

  .footer .footer-mail p {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .footer-socials {
    margin-top: 13px;
  }

  .footer-top {
    margin-bottom: 10px;
  }

  .footer {
    padding-top: 25px;
  }

  .main-slide__substrate .button {
    min-width: 0;
  }

  .card {
    padding-top: 120px;
  }

  .card .md-breadcrumbs {
    padding-left: 0;
  }

  .product-info__order {
    display: block;
  }
  .decisions.about_slide { padding: 0 20px;}
  .decisions.about_slide .decisions-slide__top { width: 100%;}
  .decisions-slider .slick-arrow-prev, .decisions-slider .slick-arrow-next { top: -15px;}
}

@media screen and (max-width: 576px) {
  .md-chapter {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .chapter-photos__left {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
	flex-wrap: wrap;
  }

  .chapter-photos__display {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .catalog-content__tiles .card-sizer {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .catalog-content__tiles .md-card {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .design-order-button {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .footer-logo {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .footer-contacts {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .footer-socials {
    margin-left: -webkit-calc(0% + 10px);
    margin-left: calc(0% + 10px);
  }
}

@media only screen and (max-width: 480px) {
  .md-features__title {
    font-size: 18px;
  }

  .decisions-slide__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .decisions-slide__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
.decisions.about_slide .decisions-slide__title { padding: 0;}
.decisions.about_slide .decisions-slide__title br { display: none;}
.decisions.about_slide .decisions-slider .slick-arrow-prev { left: 0px;}
.decisions.about_slide .decisions-slider .slick-arrow-next { right: 0px;}
.decisions.about_slide .decisions-slide__top { margin: 0;}
.decisions.about_slide .decisions-slide.wrapper { padding: 0;}
  .decisions-slide__preview {
    margin-bottom: 15px;
  }

  .decisions-slider .slick-arrow-prev {
    left: 10px;
  }

  .decisions-slider .slick-arrow-next {
    right: 10px;
  }

  .services-option__title {
    font-size: 14px;
    line-height: normal;
  }

  .header-menu__item {
    margin-bottom: 0;
  }

  html.header-expanded .header-right {
    margin-left: 0;
  }

  html.header-expanded .header-logo-block {
    margin-left: 20px;
  }

  html.header-expanded .header-langs {
    left: -25px;
    bottom: 10px;
    top: auto;
  }

  html.header-expanded .header-langs li {
    margin-top: 10px;
  }

  .header-logo.logo-mini,
  .footer-phones {
    margin-top: 0;
    margin-bottom: 20px;
  }

  h1,
  .main-slide__container h2 {
    font-size: 30px;
  }

  .main-slide__text {
    font-size: 16px;
  }

  .md-chapter__name {
    font-size: 16px;
  }

  .md-chapter__text {
    font-size: 14px;
    line-height: normal;
  }

  .md-chapter {
    padding-top: 0;
    min-height: 1px;
  }

  .prod-section-header__right .prod-section__num {
    font-size: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-top: -3px;
    margin-bottom: 0;
  }

  .md-chapter__img {
    width: 80px;
  }

  .prod-section__link {
    font-size: 12px;
    line-height: normal;
  }

  .prod-section__link div {
    margin-top: 0;
  }

  .prod-section__link div,
  .prod-section--rtl .prod-section__link div {
    margin-top: 0;
  }

  .product-nav__item {
    height: 80px;
  }

  /*.product-view__item {
    height: 250px;
  }*/
  
  .product-img {
    height: 250px;
	margin: 0 0 25px;
  }
  .product-nav {

  }

  .product-model__video .video-previw {
    height: 262px;
  }

  .md-features__num {
    font-size: 70px;
    line-height: 70px;
  }

  .md-features__parg {
    font-size: 12px;
  }

  .design-order-title {
    font-size: 24px;
    line-height: 34px;
  }

  .design-order-title br {
    display: none;
  }

  .services-chapter__header .prod-section__num {
    font-size: 60px;
    line-height: 60px;
  }

  .md-headline {
    font-size: 20px;
    line-height: 29px;
  }

  .services-chapter__avatar div {
    width: 90px;
    height: 90px;
  }

  .about-history__visual {
    height: 300px;
  }

  .about-production__img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .product-info__top {
    position: relative;
    padding-top: 50px;
  }

  .product-info__top .md-add-to-fav,
  .product-info__top .recall-button.rcl-login.favorite {
    position: absolute;
    top: 0;
    right: 0;
  }

  .product-info__top .md__underlined {
    padding-right: 0;
  }

  .header-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-right {
    position: static;
    margin-top: 40px;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  html.header-expanded .header-menu__item--mob,
  .header-menu__item {
    display: block;
  }

  .header-menu__item {
    margin-right: 0;
    margin-bottom: 11px;
  }

  .header-menu__item:last-child {
    margin-bottom: 0;
	position: absolute;
    top: 0;
    right: 30px;
  }

  .header-menu__item > a {
    font-size: 18px;
    height: 22px;
  }
html.header-expanded .header-menu__item.menu-item > a { height: auto;}
  .header-burger {
    position: absolute;
    right: 0;
    top: 0;
  }

  html.header-expanded .header-logo {
    max-width: 110px;
  }

  .header-search {
    position: absolute;
    top: 0;
    right: 80px;
  }

  .header-menu__item > a .icon-magnifier {
    font-size: 18px;
  }

  html.header-expanded .header-menu__item.tooltipsted .header-contacts-popup {
    position: static;
    padding: 0;
    margin-top: 20px;
  }

  html.header-expanded .contacts-popup__top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-logo-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 11px;
    line-height: 13px;
  }

  html.header-expanded .contacts-popup__top .header-logo-text {
    margin-bottom: 13px;
  }

  .header-popup__title div {
    font-size: 12px;
  }

  .header-popup__addr {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
    margin-bottom: 13px;
  }

  .header-menu {
    padding-left: 20px;
  }

  html.header-expanded .header-contacts-popup .md-socials--vert {
    position: absolute;
    left: 0;
    top: -4px;
    bottom: auto;
  }

  html.header-expanded .contacts-popup__bottom {
    padding-left: 44px;
  }

  html.header-expanded .header-menu__item.tooltipsted .header-contacts-popup .md-socials--vert li {
    display: block;
  }

  html.header-expanded .header-contacts-popup .md-socials--vert {
    display: none;
  }

  .md-socials li a .icon {
    font-size: 30px;
  }

  .contacts-popup__bottom {
    position: relative;
  }

  html.header-expanded .header-contacts-popup .contacts-popup__bottom .md-socials--vert {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  html.header-expanded .header-contacts-popup .contacts-popup__bottom .md-socials--vert li {
    margin-bottom: 5px;
  }

  .header-popup__tels {
    margin-top: 10px;
  }

  .header-popup__tels a {
    margin-bottom: 18px;
  }

  html.header-expanded .contacts-popup__bottom .md-socials:not(.md-socials--vert) {
    margin-top: 14px;
    margin-left: -44px;
  }

  html.header-expanded .contacts-popup__bottom .md-socials:not(.md-socials--vert) li {
    margin-right: 17px;
  }

  .prod-section-header__left .md-chapter__img,
  .prod-section-header__right .md-chapter__img {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .static-gallery__item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
.wpsm_counterbox { margin-top: 15px !important;
    margin-bottom: 15px !important;}
.wpsm_counterbox .wpsm_number { font-size: 40px !important;
	margin-top: 0px !important;
    line-height: 1em !important;}
.wpsm_counterbox .wpsm_count-title { font-size: 18px !important;}
}


@media only screen and (max-width: 375px) {
  .photo-slider-caption__text {
    margin-bottom: 30px;
  }

  .photo-slider-caption__review p {
    margin-bottom: 15px;
  }

  .photo-slider-caption__review {
    display: block;
  }

  .md-features__title {
    font-size: 16px;
  }

  .decisions-slider .slick-arrow-prev {
    left: 0;
  }

  .decisions-slider .slick-arrow-next {
    right: 0;
  }

  .main-slide__text {
    font-size: 14px;
    line-height: normal;
  }

  .main-slide__caption {
    margin-bottom: 20px;
  }

  .main-slider .slick-prev,
  .main-slider .slick-next {
    bottom: 50px;
  }

  .main-slider .slick-dots {
    bottom: 60px;
  }

  .md-to-page-top {
    bottom: 10px;
  }

  .main-slide__num img {
    max-height: 57px;
  }

  .main-slide__container h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .main-slide__substrate {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .prod-section__top .video-previw {
    height: 280px;
  }

  .prod-section__link span {
    margin-bottom: 0;
  }

  .prod-section-header__left .md-chapter__img,
  .prod-section-header__right .md-chapter__img {
    width: 60px;
    height: 50px;
    position: relative;
  }

  .prod-section-header__left .md-chapter__img img,
  .prod-section-header__right .md-chapter__img img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  
  .the-best .why-only__block h3 a {
    font-size: 18px;
    line-height: 24px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .md-breadcrumbs {
    display: block;
  }

  .md-breadcrumbs__back {
    margin-left: 0;
    display: inline-block;
    margin-top: 15px;
  }

  .md-features__num {
    font-size: 50px;
    line-height: 50px;
  }

  .md-features__parg {
    font-size: 10px;
  }

  .md-timer__cell {
    margin-right: 15px;
  }

  .md-timer__field {
    font-size: 30px;
    line-height: 30px;
  }

  .md-range__hadlers input,
  .md-range__hadler .input-buffer,
  .md-range__hadler span {
    font-size: 14px;
  }

  .services-chapter__avatar {
    display: block;
  }

  .services-chapter__avatar div {
    margin-bottom: 15px;
  }

  .about-production__filled {
    padding: 20px;
  }

  .about-production__filled .md-headline {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-logo {
    max-width: 147px;
  }

  .footer-contacts,
  .footer-socials {
    padding-left: 8%;
  }

  .footer-socials .md-socials li {
    margin-right: 17px;
  }
  .md-callback-popup { padding: 30px 15px 36px 15px;}
}

@media only screen and (max-width: 320px) {
  .md-features__title {
    font-size: 14px;
  }

  .services-option .icon {
    font-size: 30px;
  }

  .services-option {
    width: 100%;
    margin-bottom: 30px;
  }

  .services-option__num {
    display: inline-block;
  }

  .header-contacts-popup .md-socials {
    margin-bottom: 0;
  }

  .header-popup__tels a {
    margin-bottom: 10px;
  }

  html.header-expanded .header-menu__item.tooltipsted .header-contacts-popup {
    top: 70%;
  }

  html.header-expanded .contacts-popup__top .header-logo-text {
    margin-bottom: 10px;
  }

  .header-popup {
    font-size: 15px;
    line-height: normal;
  }

  html.header-expanded .contacts-popup__bottom .md-socials {
    margin-top: 10px;
  }

  .header-popup__title,
  .header-popup__title div {
    font-size: 17px;
  }

  .footer .footer-mail a,
  .footer-phones a {
    font-size: 14px;
  }

  .footer-contacts .md-socials li {
    margin-bottom: 15px;
  }

  .footer-socials .md-socials li {
    margin-right: 10px;
  }

  .about-production__feature .md-empty-num {
    font-size: 60px;
    line-height: 60px;
  }

  .about-production__filled {
    padding: 20px;
  }

  .about-production__filled .md-headline {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-logo img {
    width: 100%;
  }

  .header-langs li {
    width: 50px;
    height: 30px;
  }

  .header-menu__star {
    top: -2px;
  }
}
.ajax-loader { display: none !important;}


.filter-wrapper {
		justify-content:space-between;
}
.filter-item {
	width: calc(25% - 20px);
	margin-left: 10px;
    margin-right: 10px;
}
.filter_header {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 16px;
}
.filter-radio-list {
 padding-left: 15px;
}
.filter-select {
	
}


.filter-radio-list {
	display: flex;
}
.filter-radio-list input {
	display: none;
}
.filter-radio-list .radio-item label {
	font-size: 16px;
    font-family: "MontserratBold", sans-serif;
    text-transform: none;
	margin-right: 25px;
	cursor: pointer;
}
.filter-radio-list.active .radio-item label {
	color: #777;
}
.filter-radio-list .radio-item input:checked+label {
	color: #FF7F00;
}

.filter-item .ui-slider {
	border: none;
	background: #7F7F7F;
	position: relative;
    text-align: left;
	height: 2px;
}
.filter-item .ui-slider-range {
	position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
	top: 0;
    height: 100%;
	background: #FF7F00;
}
.filter-item .ui-slider-handle {
	border: 2px solid #fff;
    background: #FF7F00;
    font-weight: normal;
    color: #454545;
	position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
	top: -6px;
    margin-left: -.6em;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.filter-item .ui-slider-handle.ui-state-active {
    /*background: #007fff;
    font-weight: normal;
    color: #ffffff;*/
}
.filter-item input[type=text], .input-buffer {
	min-width: 15px;
    font-size: 16px;
    font-family: "MontserratBold", sans-serif;
    color: #393939;
    display: inline-block;
    border: none;
}
@media screen and (max-width: 992px){
.filter-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
	margin-bottom: 30px;
}
.md-card__bottom { position: relative;}
.md-card__short { height: 50px;}
.cards-slider__carousel .slick-list { padding-bottom: 75px;}
}
@media screen and (max-width: 768px){
.filter-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}}
.input-buffer {
	display: none;
}
.filter-area-fields, .filter-price-fields {
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
	padding-left: 15px;
}
.filter-inputtext-label {
	font-size: 16px;
    font-family: "MontserratBold", sans-serif;
    color: #393939;
	margin-left: 5px;
}
.filter-price-input span sup {
    font-size: 10px;
}
.filter-wrapper input[type="submit"] { margin: 25px 0 0 5px;
    background: #FF7F00;
    border: none;
    color: #fff;
    padding: 10px 15px;
	transition: all .3s ease-out;
	cursor: pointer;
	border-radius: 26px;}
.filter-wrapper input[type="submit"]:hover { background: #262626;}
.panel_lk_recall { max-width: 400px;
	background: linear-gradient(180deg, #FF7F00 0%, #FF7F00 100%);
	padding: 40px;
	-webkit-border-radius: 25px;
    border-radius: 25px;
	font-family: "MontserratRegular", sans-serif;}
.panel_lk_recall .header-popup__title { margin: 0 0 30px; text-align: center;}
.panel_lk_recall.floatform { margin-left: -200px;}
.panel_lk_recall.floatform .form-tab-rcl { box-shadow: none;
    background: none;
    color: #fff;
    width: 100%;
    font-size: 18px;}
.panel_lk_recall .form_head { margin: 25px 0 0;
	display: block;}
.panel_lk_recall .form_reg, .panel_lk_recall .form_auth { background: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    border: 1px solid #fff;
    width: 100%;
    float: none;
    font-family: "MontserratRegular", sans-serif;}
.panel_lk_recall .form_reg.form_active, .panel_lk_recall .form_auth.form_active { background: none;
	color: #fff;
	border: none;
	display: none;}
.panel_lk_recall .form-tab-rcl .form_head a { border-bottom: none;
    color: #fff;
    display: block;
    padding: 8px 0;
    text-align: center;
    border-radius: 25px;
    background: none;
    font-size: 16px;}
.panel_lk_recall .form-tab-rcl .form_head a:hover { background: #fff; color: #FF7F00;}
.panel_lk_recall .form-tab-rcl .form_head.form_rmmbr { margin: 0 0 25px;}
.panel_lk_recall .form-tab-rcl .form_head.form_rmmbr a { background: #fff; color: #FF7F00; border: 1px solid #fff;}
.panel_lk_recall .form-tab-rcl .form_head.form_rmmbr a:hover { background: none; color: #fff; border: 1px solid #fff;}
.panel_lk_recall .form-block-rcl { clear: both;
    line-height: inherit;
    margin: 0 0 13px;
    position: relative;}
.panel_lk_recall .default-field input,
.panel_lk_recall #rcl-field-phone input[type="tel"] { padding: 12px 27px;
    display: block;
    width: 100%;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    font-weight: normal;
    font-family: "MontserratRegular", sans-serif;
	box-shadow: none !important;
	line-height: normal;
    margin: 0;}
.panel_lk_recall .default-field input::-webkit-input-placeholder,
.panel_lk_recall #rcl-field-phone input[type="tel"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.panel_lk_recall .default-field input::-moz-placeholder,
.panel_lk_recall #rcl-field-phone input[type="tel"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.panel_lk_recall .default-field input:-moz-placeholder,
.panel_lk_recall #rcl-field-phone input[type="tel"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.panel_lk_recall .default-field input:-ms-input-placeholder,
.panel_lk_recall #rcl-field-phone input[type="tel"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.panel_lk_recall .form-block-rcl.md-form-label-check { padding-left: 26px;
    margin-bottom: 10px;}
.rcl-loginform label.block-label { background-color: transparent;
    border: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "MontserratRegular", sans-serif;}
.rcl-field-input label.block-label::before { background-color: transparent;
    border: 1px solid #FFFFFF;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0 15px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: text-bottom;
    width: 15px;}
.rcl-field-input input[type="checkbox"]:checked + label.block-label::before {     background-color: #fff !important;
    padding: 0;
    border-color: #fff !important;
    box-shadow: 0 0 0 3px #FF7F00 inset;
	content: "";}
.panel_lk_recall .form-tab-rcl input[type="submit"] { font-size: 18px;
    margin: 0 0 12px;
    max-width: none;
    outline: none;
    padding: 14px 27px;
    text-transform: none;
    width: 100%;
    border-radius: 25px;
    background: #fff;
    color: #FF7F00;}
.form-tab-rcl .form-block-rcl a.link-remember-rcl { color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 0 0 0 26px;
    float: none;
    padding: 0;}
#true_loadmore, #true_loadmore_main { position: absolute;
	bottom: -50px;
	text-align: center;
	cursor: pointer;
	width: 100%;
	left: 0;}
.video_category { margin-top: 150px;}
@media only screen and (max-width: 400px) {	
.panel_lk_recall.floatform { margin-left: -150px;
    width: 300px;
	padding: 20px;}
.panel_lk_recall .form-tab-rcl input[type="submit"] { min-width: 100%;}
}

.new_prod_section { text-align: left;
    display: flex;
    align-items: flex-end;}
.new_prod_section .prod-section__link { color: #fff;
    line-height: 140%;
    width: 215px;
    background: #FF7F00;
    height: 230px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 22px 22px 36px 22px;
	padding: 20px;}
.new_prod_section .prod-section__link span { margin: 0;}
.new_prod_section .prod-section__link > span { display: block;
	width: 100%;
	text-align: left;}
.new_prod_section .prod-section__link > span:last-child { display: flex;
    justify-content: space-between;
    align-items: flex-end;}
.new_prod_section .prod-section__link > span img { max-width: 105px;}
.header-scroll .md-favorites-name { display: none;}
.header-scroll.header-expanded .md-favorites-name { display: block;
	top: 30px;
	right: 20px;}
@media only screen and (max-width: 992px) {	
.header-expanded .md-favorites-name { display: block;
	top: 30px;
	right: 20px;}
body.logged-in .header-menu__item > a.favorite_link .header-menu__star { background-image: url(../img/icons-svg/star-empty-wt.svg);
	background-position: 0 0;
	top: -4px;}
.md-pargf { font-size: 14px;}
}
.why-only-top { padding-bottom: 7.14286rem;}
/* .group_foto_gallery .wrapper { position: relative;} */
.footer-top .wrapper { justify-content: space-between; max-width: 1300px;}
.footer-logo { width: 140px;}
.footer-top p { margin: 0;}
.footer-top p .icon { width: 35px;
    height: 35px;}
.footer-top p a { font-weight: bold;
	font-size: 18px;}
.footer-top p a:first-child { margin-right: 20px;}
.footer-top p:hover a { color: #FF7F00;}
.footer-top p, .footer-top ul { display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
    padding: 0 0 0;
    height: 50px;}
.footer-top p.footer-mail a { font-weight: normal;
	text-decoration: underline;}
.footer-top { margin-bottom: 0;}
.footer-middle { margin: 30px 0 50px;}
.footer-middle .footer-logo { display: none;}
.footer-middle .wrapper { justify-content: flex-end; max-width: 1300px;}
.footer-middle .wrapper ul { width: 100%;
    max-width: 1100px;
    list-style-type: none;
    display: flex;
	position: relative;}
.footer-middle .wrapper ul li { border: 1px solid #424242;
	background: #424242;}
.footer-middle .wrapper ul li:hover { border: 1px solid #fff;}
.footer-middle .wrapper ul li a { display: block;
	height: 100%;}
.footer-middle .wrapper ul li.menu-item-object-category { position: relative;
	width: 315px;
	height: 86px;
    box-shadow: -10px 0px 35px #FF4D00;
	border-radius: 10px 20px 10px 60px;
    transform: matrix(1, 0, 0.3, 1, 0, 0);
    margin: 0 10px 0 0;}
.footer-middle .wrapper ul li.menu-item-object-category a { font-weight: bold;
	font-size: 14px;
	text-decoration-line: underline;	
    transform: matrix(1, 0, -0.3, 1, 0, 0);
	padding: 0px 0 0 40px;
    display: flex;
    align-items: center;}
.footer-middle .wrapper ul li.menu-item-object-category.footer-menu__mafs a { background: url(../img/maf.svg) no-repeat top 23px right 25px;}
.footer-middle .wrapper ul li.menu-item-object-category.footer-menu__bmz a { background: url(../img/bmz.svg) no-repeat top 23px right 25px;}
.footer-middle .wrapper ul li.menu-item-object-category.footer-menu__metalls a { background: url(../img/metall.svg) no-repeat top 23px right 25px;}
.footer-middle .wrapper ul li.footer-menu__services,
.footer-middle .wrapper ul li.footer-menu__about { width: 110px;
	text-align: center;
	box-shadow: -10px 0px 35px #FF4D00;
	border-radius: 15px;
	font-weight: bold;
	font-size: 14px;
	text-decoration-line: underline;
	position: absolute;
    right: 0;
    padding: 10px 0;}
.footer-middle .wrapper ul li.footer-menu__services { bottom: 0;}
.footer-middle .wrapper ul li.footer-menu__about { top: 0;}
.md-socials li { margin-right: 25px;}
.hidden-menu, .hidden_header_contacts { display: none;}
html.header-expanded .header { height: auto;}
html.header-expanded .header:before { height: 100%;}
html.header-expanded .header-logo-block { top: 0;
	margin-right: 55px;
	max-width: 480px;}
html.header-expanded .header-logo-text .site-description { margin: 7px 0 0;}
.header-expanded .hidden-menu, .header-expanded .hidden_header_contacts { display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;}
html.header-expanded .header-menu .menu-item-object-category, html.header-expanded .header-menu .menu-item, html.header-expanded .header-menu .header-contacts { display: none;}
html.header-expanded .header-right { position: absolute; top: 0; right: 0;}
html.header-expanded .header-menu__star { top: 0; background-image: url(../img/icons-svg/star-filled.svg);}
html.header-expanded .header-inner { -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
	padding: 85px 0 0;}
html.header-expanded .header_contacts_block { margin: 0 35px 0 0;
	position: relative;}
html.header-expanded .header_contacts_block:last-child { margin: 0;}
html.header-expanded .header_contacts_block .header-logo-text { display: none;}
html.header-expanded .header_contacts_block .header-popup__addr { margin: 0;
	position: absolute;
	bottom: 0;
	font-size: 18px;
	color: #fff;}
html.header-expanded .header_contacts_block .footer-phones { margin: 0 0 15px;}
html.header-expanded .header_contacts_block .footer-phones a { color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;}
html.header-expanded .header_contacts_block a { vertical-align: middle; display: inline-block;}
html.header-expanded .header_contacts_block a .icon { font-size: 35px;}
html.header-expanded .header_contacts_block .footer-mail { margin: 0;}
html.header-expanded .header_contacts_block .footer-mail a { color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;}
html.header-expanded .header_contacts_block p a:first-child { margin-right: 27px; height: 35px;}
html.header-expanded .header_contacts_block p:hover a { color: #393939;}
.header-expanded .hidden-menu { width: 100%;
    margin: 65px 0 100px;
    list-style-type: none;
	position: relative;
	padding: 0 0 0 50px;}
.header-expanded .hidden-menu li { border: 1px solid #FF7F00;
    background: #FF7F00;}
.header-expanded .hidden-menu li:hover { border: 1px solid #fff;}
.header-expanded .hidden-menu li a { color: #fff;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	display: block;}
.header-expanded .hidden-menu li.menu-item-object-category a { transform: matrix(1, 0, -0.3, 1, 0, 0);
    padding: 0px 0 0 40px;
    display: flex;
    align-items: center;}
.header-expanded .hidden-menu li.menu-item-object-category { position: relative;
    width: 387px;
    height: 106px;
    box-shadow: -10px 0px 35px #FF4D00;
    border-radius: 10px 20px 10px 60px;
    transform: matrix(1, 0, 0.3, 1, 0, 0);
    margin: 0 15px 0 0;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__mafs a { background: url(../img/maf.svg) no-repeat top 33px right 25px;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__bmz a { background: url(../img/bmz.svg) no-repeat top 33px right 25px;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__metalls a { background: url(../img/metall.svg) no-repeat top 33px right 25px;}
.header-expanded .hidden-menu li.footer-menu__services,
.header-expanded .hidden-menu li.footer-menu__about { width: 135px;
    height: 50px;
    line-height: 50px;
	text-align: center;
	box-shadow: -10px 0px 35px #FF4D00;
	border-radius: 15px;
	font-weight: bold;
	font-size: 14px;
	text-decoration-line: underline;
	position: absolute;
    right: 60px;
    padding: 0;}
.header-expanded .hidden-menu li.footer-menu__services { bottom: 0;}
.header-expanded .hidden-menu li.footer-menu__about { top: 0;}
.header-logo-block_768 { display: none;}
body.logged-in .header.header-wt .header-menu__item > a.favorite_link .header-menu__star { background-image: url(../img/icons-svg/star-empty.svg); top: 0px;}
.header-expanded body.logged-in .header.header-wt .header-menu__item > a.favorite_link .header-menu__star { top: 4px;}
.services-content #production,
.services-content #delivery,
.services-content #installation { box-shadow: 0px -20px 30px -30px #000;}
.group_foto_gallery { max-width: 1460px;
    margin: 0 auto;
    width: 100%;}
.group_foto_gallery a { color: #000;
	text-decoration: none;
	position: relative;
	background-size: auto 100%;
	height: 235px;}
.group_foto_gallery a p { margin: 0;}
.group_foto_gallery a span { display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;}
.group_foto_gallery .chapter-photos__left,
.our_work .chapter-photos__left { margin: 0 0 30px;
    justify-content: flex-end;}
/*.group_foto_gallery .chapter-photos__slide-wrap { text-align: center;}
.group_foto_gallery .chapter-photos__slide-wrap img { max-width: 100%;}
.group_foto_gallery .chapter-photos__slide-wrap a { position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;}*/
.link_all_product { position: absolute;
    bottom: 120px;
	left: 0;
    width: 100%;}
.link_all_product a { color: #fff;
    width: 300px;
    background: #FF7F00;
    height: 60px;
    border-radius: 28px;
    line-height: 60px;
    display: block;
    text-decoration: none;
    font-family: "MontserratBold", sans-serif;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 25px;
    font-size: 16px;}
.link_all_product .md-arrow-rounded { position: absolute;
    display: block;
    right: 22px;
    top: 13px;}
.link_all_product a:hover { box-shadow: 0 25px 41px -25px #000;}
.link_all_product a:hover .md-arrow-rounded { color: #fff;
    border: 1px solid #fff;}
.about-experience .slick-slide img { max-width: 100%;}
.about-experience .chapter-photos__slide-wrap { text-align: center;
	font-size: 20px;
	font-family: "MontserratBlack", sans-serif;}
.social_link {}
.social_link br { display: none;}
.social_link img { width: 25px;}
.social_link a { color: #000;
	font-family: "MontserratBlack", sans-serif;
	display: inline-block;
	margin: 0 10px 0 0;
    text-decoration: none;}
.social_link a:hover { color: #FF7F00;}
.search-form { display: block;
    width: 100%;
	padding: 0 0 0 15px;}
.search-form input[type="search"] { border: 1px solid #c5c5c5;
    height: 45px;
    line-height: 45px;
	padding: 0 0 0 20px;
    width: 300px;
	display: inline-block;
    vertical-align: top;}
.search-form input[type="submit"] { height: 45px;
    line-height: 45px;
    background: #FF7F00;
    margin: 0px 0 0px -4px;
    width: 100px;
    color: #fff;
    font-size: 16px;
    font-family: "MontserratBold", sans-serif;
    border: 1px solid #FF7F00;
    display: inline-block;
    vertical-align: top;
	cursor: pointer;}

@media only screen and (max-width: 1599px) {
.header-expanded .hidden-menu { padding: 0 30px;}
.header-expanded .hidden-menu li.footer-menu__services, .header-expanded .hidden-menu li.footer-menu__about { right: 30px;}
.header-expanded .hidden-menu li.menu-item-object-category { width: 380px;}
html.header-expanded .header-logo-block { max-width: 380px;}
}
@media only screen and (max-width: 1439px) {
.header-expanded .hidden-menu li.menu-item-object-category { width: 370px;}
.our_advantages_text p { font-size: 14px;}
.md-about .wrapper { padding: 0 10px;}
.specialist_position { line-height: 20px; font-size: 16px;}
.departments_name { font-size: 18px; line-height: 24px; margin: 25px 0 10px;}
.departments_desc { font-size: 16px;}
.social_block_desc { font-size: 16px;}
.social_block_desc br { display: none;}
}	
@media only screen and (max-width: 1200px) {
html.header-expanded .header-right { min-width: auto;}
.header-expanded .hidden-menu li a { font-size: 14px;}
.header-expanded .hidden-menu li.menu-item-object-category { width: 315px; height: 86px; margin: 0 10px 0 0;}
.header-expanded .hidden-menu { padding: 0 10px;}
.header-expanded .hidden-menu li.footer-menu__services, .header-expanded .hidden-menu li.footer-menu__about { width: 110px; height: 40px; line-height: 40px; right: 10px;}
html.header-expanded .header-logo-block { margin-right: 30px;}
html.header-expanded .header_contacts_block { margin: 0 30px 0 0;}
html.header-expanded .header-logo-block { max-width: 230px;}
.about-features__left .md-pargf p { font-size: 22px; line-height: 30px;}
.about-features__bottom .counter { font-size: 84px; line-height: 84px;}
.about-features__bottom .wpsm_count_title { font-size: 18px !important; line-height: 20px !important;}
.md-about .page-visual { min-height: 695px;}
.about-us__middle { margin: 50px 0 50px;}
.our_advantages2_box { max-width: 500px;}
.our_advantages2_title { font-size: 18px; line-height: 24px;}
.our_advantages2_subtitle { font-size: 14px; line-height: 18px;}
.our_advantages2_text ul li { font-size: 14px; margin: 0 0 20px;}
.our_work_slide_img { height: 410px;}
.our_work { margin-top: 100px; margin-bottom: 60px;}
.our_work .decisions-slide__title { margin: 0 0 65px; font-size: 40px;}
.our_work_slide_bottom { padding: 20px 55px 28px 10px;}
.about-history__left .md-headline { font-size: 22px; line-height: 30px;}
.about-history { padding-bottom: 75px;}
.about-specialist { margin: 60px 0 80px;}
.departments_block { text-align: center; padding: 0 5px;}
.social_block_name { font-size: 18px; margin: 0 0 25px; padding: 0 0 0 55px;}
.social_block { padding: 30px 20px 20px 20px;}
.social_block_ico { width: 40px; height: 40px; left: 20px; top: 25px;}
.social_block_desc { font-size: 14px; line-height: 20px;}
}
@media only screen and (max-width: 1151px) {
.footer { padding-top: 50px; padding-bottom: 50px;}
.footer-top p, .footer-top ul { height: 35px;}
.footer-top p a, .footer .footer-mail a { font-size: 14px;}
.footer-top p .icon { width: 30px; height: 30px;}
.footer-top p a:first-child { margin-right: 10px;}
.md-socials li a .icon { font-size: 30px;}
.md-socials li { margin-right: 15px;}
.footer-middle .wrapper ul li.menu-item-object-category { width: 305px; height: 72px; margin: 0 0 15px 15px; box-shadow: -8px 0px 15px rgba(255, 77, 0, 0.82); border-radius: 10px 20px 10px 50px;}
.footer-middle .wrapper ul {display: block;}
.footer-middle .wrapper ul li.menu-item-object-category.footer-menu__metalls a { background: url(../img/metall.svg) no-repeat top 18px right 25px/53px;}
.footer-middle .wrapper ul li.menu-item-object-category.footer-menu__bmz a { background: url(../img/bmz.svg) no-repeat top 18px right 25px/70px;}
.footer-middle .wrapper ul li.menu-item-object-category.footer-menu__mafs a { background: url(../img/maf.svg) no-repeat top 15px right 25px/60px;}
.footer-middle .wrapper ul li.footer-menu__services { bottom: auto; top: 65px;}
.footer-middle .wrapper ul li.footer-menu__services, .footer-middle .wrapper ul li.footer-menu__about { box-shadow: -8px 0px 15px rgba(255, 77, 0, 0.82);}
html.header-expanded .header-logo-block, html.header-expanded .header_contacts_block { margin-right: 20px;}
html.header-expanded .header-popup__title { font-size: 18px;}
.header-popup__title div { font-size: 16px;}
html.header-expanded .header_contacts_block .header-popup__addr { font-size: 14px;}
html.header-expanded .header_contacts_block a .icon { font-size: 30px;}
html.header-expanded .header_contacts_block p a:first-child { margin-right: 15px; height: 30px;}
html.header-expanded .header_contacts_block .footer-phones a, html.header-expanded .header_contacts_block .footer-mail a { font-size: 16px;}
.header-expanded .hidden-menu li.menu-item-object-category { width: 280px;}
.header-expanded .hidden-menu li.menu-item-object-category a { padding: 0px 0 0 25px;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__mafs a { background: url(../img/maf.svg) no-repeat top 25px right 15px;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__bmz a { background: url(../img/bmz.svg) no-repeat top 25px right 15px;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__metalls a { background: url(../img/metall.svg) no-repeat top 25px right 15px;}
.header-expanded .hidden-menu li.footer-menu__services, .header-expanded .hidden-menu li.footer-menu__about { right: 0px;}
.our_work .decisions-slider .slick-arrow-prev, .our_work .decisions-slider .slick-arrow-next { top: -60px; right: 30px;}
.our_work .decisions-slider .slick-arrow-prev { right: 75px;}
.our_work .static-gallery__item, .group_foto_gallery .static-gallery__item { width: -webkit-calc(50% - 20px); width: calc(50% - 20px);}
.group_foto_gallery .decisions-slider .slick-arrow-next { right: -webkit-calc((100% - 1100px)/2 + 50px); right: calc((100% - 1100px)/2 + 50px);}
.group_foto_gallery .decisions-slider .slick-arrow-prev { left: -webkit-calc((100% - 1100px)/2 + 50px); left: calc((100% - 1100px)/2 + 50px);}
}
@media only screen and (max-width: 1023px) { 
.footer-top { position: relative;}
.md-socials { position: absolute; left: 187px; top: 50px;}
html.header-expanded .header .wrapper { max-width: 374px; padding: 0 30px;}
html.header-expanded .header-inner { order: 2; position: inherit; padding: 55px 0 0;}
.header-expanded .hidden-menu { padding: 0; order: 1; flex-wrap: wrap;}
.header-expanded .header-logo-block_768 { display: block;}
.header-expanded .hidden-menu { margin: 25px 0;}
.header-expanded .hidden-menu li.menu-item-object-category { width: 100%; height: 72px; margin: 0 0 10px; border-radius: 10px 20px 10px 50px;}
.header-expanded .hidden-menu li.menu-item-object-category a { padding: 0px 0 0 40px;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__metalls a { background: url(../img/metall.svg) no-repeat top 18px right 25px/53px;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__bmz a { background: url(../img/bmz.svg) no-repeat top 18px right 25px/70px;}
.header-expanded .hidden-menu li.menu-item-object-category.footer-menu__mafs a { background: url(../img/maf.svg) no-repeat top 15px right 25px/60px;}
.header-expanded .hidden-menu li.footer-menu__services, .header-expanded .hidden-menu li.footer-menu__about { top: auto; bottom: -50px; width: 153px; padding: 0; height: 50px; line-height: 50px;}
.header-expanded .hidden-menu li.footer-menu__services { left: 0px; right: auto;}
.header-expanded .hidden-menu li.footer-menu__about { right: -5px;}
.header-expanded .header-inner .header-logo-block { display: none;}
.header-expanded .hidden_header_contacts { flex-wrap: wrap;}
html.header-expanded .header_contacts_block { margin-right: 20px;}
html.header-expanded .header_contacts_block .header-popup__addr { position: relative; margin: 10px 0;}
html.header-expanded .header_contacts_block .header-logo-text { display: block; margin: 10px 0 0; max-width: 100%;}
html.header-expanded .header_contacts_block { margin: 0; width: 100%;}
html.header-expanded .header_contacts_block .header-popup__addr br { display: none;}
html.header-expanded .md-socials { position: relative; left: auto; top: auto; margin: 25px 0 35px;}
html.header-expanded .header { height: -webkit-calc(100vh + 33px); height: calc(100vh + 33px); height: 100vh; overflow: auto; background-color: #FF7F00;}
html.header-expanded .header-right { top: 10px; right: 20px;}
html.header-expanded .header-menu__item { margin: 0 20px 0 0;}
html.header-expanded .header-menu__star { width: 22px;}
html.header-expanded .header-burger { -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 18px;}
.link_all_product { position: relative; margin: 85px 0 0;}
.md-card:hover:after, .md-card:active:after { display: none !important;}
.md-card { padding-bottom: 0; border-radius: 0 0 22px 22px;}
.group_foto_gallery .decisions-slider .slick-arrow-next { right: -webkit-calc((100% - 1100px)/2 + 50px); right: 20px; top: -20px;}
.group_foto_gallery .decisions-slider .slick-arrow-prev { left: auto; top: -20px; right: 75px;}
.our_advantages2, .our_advantages2:nth-child(odd) { justify-content: center;}
.our_advantages2_box { margin: 45px 0 0;}
.departments_ico { height: 60px;}
.departments_name { font-size: 14px; line-height: 18px;}
.departments_desc { font-size: 14px;}
.specialist_ico img { height: 75px;}
.specialist_position { font-size: 14px; line-height: 18px;}
.social_block_name { font-size: 14px;}
.social_block_desc { font-size: 12px; line-height: 18px;}
.about_bottom_blocks { flex-wrap: wrap;}
.about_bottom_blocks > * { width: 100%;}
.about_bottom_blocks h2 { margin: 0 0 50px; text-align: center;}
.product-view__item { margin: 0;}
}
@media only screen and (max-width: 899px) {
.about-features__right { padding-left: 0;}
.about-features__bottom .counter { font-size: 64px; line-height: 64px;}
.about-features__bottom .wpsm_count_title { font-size: 14px !important; line-height: 18px !important;}
.about-features__bottom { margin: 50px 10px 0px;}
.about-us_slogan h2 { line-height: 34px; padding: 0; font-size: 24px;}
.about-us_slogan { height: 385px; margin: 70px 0 20px;}
.logo_company { height: 135px; margin: 0 0 25px;}
.our_work_slide_img { height: 310px;}
.departments_blocks { justify-content: center; flex-wrap: wrap;}
.departments_block { margin: 0 0 30px;}
.about-social_block { margin: 30px 0 60px;}
.about-social_block h2 span, .about-specialist h2 span, .about-departments h2 span { display: inline-block;}
.about-specialist { margin: 40px 0 40px;}
.logo_company img { height: 100%;}
.social_block { width: 100% !important;}
}
@media only screen and (max-width: 767px) {
.footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 28px; padding-bottom: 45px;}
.footer > div { width: 100%}
.footer-middle .wrapper { justify-content: start; max-width: 360px;}
.footer-middle .wrapper ul { }
.footer-middle .wrapper ul li.footer-menu__services, .footer-middle .wrapper ul li.footer-menu__about { top: auto; bottom: -50px; width: 153px; padding: 0; height: 50px; line-height: 50px;}
.footer-middle .wrapper ul li.footer-menu__services { left: 7px; right: auto;}
.footer-middle .wrapper ul li.footer-menu__about { right: 7px;}
.footer-middle { margin: 0px 0 100px; order: 1;}
.footer-top { order: 2; margin: 0 0 35px;}
.footer-bottom { order: 3;}
.footer-top .footer-logo { display: none;}
.footer-middle .footer-logo { display: block; margin-left: 30px;}
.footer-top .wrapper { max-width: 250px;}
.footer-top .wrapper > * { margin: 0 0 15px;}
.md-socials { position: relative; left: auto; top: auto;}
.footer-top p.footer-phones a { font-size: 18px;}
.about-features__bottom .counter { font-size: 46px; line-height: 46px;}
.specialist_block { flex: 0 1 45%;}
.services-chapter { margin-bottom: 10.57143rem;}
}
@media only screen and (max-width: 599px) {
html.header-expanded.header-search-open .header-search__label{width: 30%;top: -5px;right: 85px;left: auto;}	
.footer-middle .footer-logo { margin-bottom: 30px;}
.about-features__left .md-pargf p { font-size: 18px; line-height: 24px;}
.about-features__right .md-pargf p { font-size: 14px; line-height: 20px;}
.wpsm_row { flex-wrap: wrap;}
.wpsm_col-md-inner { width: 100%; text-align: center; margin: 0 0 30px;}
.about-us_slogan h2 { line-height: 22px; font-size: 14px;}
.about-us_slogan { height: 320px; background-position: -370px bottom !important;}
.our_work .static-gallery__item, .group_foto_gallery .static-gallery__item { width: 100%;}
.our_work .decisions-slide__title { font-size: 24px;}
.specialist_block { fflex: 0 1 50%; margin: 0 0 40px; padding: 0;}
.about-bottom .about_bottom_blocks + a { font-size: 12px; height: 50px; line-height: 50px; margin: 35px 0 0;}
.social_block .md-arrow-rounded { width: 25px; height: 25px;}
.social_block .md-arrow-rounded .md-arrow-rounded .icon { font-size: 8px;}
.md-padded-heading .error-404 h1 {margin-top: 10px;}
}
@media only screen and (max-width: 374px) {
.footer-middle .wrapper ul li.menu-item-object-category { width: 270px;}
.footer-middle .wrapper ul li.footer-menu__services, .footer-middle .wrapper ul li.footer-menu__about { width: 135px;}
.footer-middle .wrapper ul li.menu-item-object-category a { font-size: 12px; padding: 0 0 0 30px;}
.footer-middle .wrapper ul li.footer-menu__services, .footer-middle .wrapper ul li.footer-menu__about { font-size: 12px;}
html.header-expanded .header .wrapper { max-width: 100%; padding: 0 15px;}
.header-expanded .hidden-menu li.menu-item-object-category a { padding: 0px 0 0 30px;}
.header-expanded .hidden-menu li.footer-menu__services, .header-expanded .hidden-menu li.footer-menu__about { width: 140px;}
html.header-expanded .header-right { margin-top: 10px;}
.our_advantages_box { padding: 20px 15px 20px 15px;}
.our_advantages_box img { left: 15px; top: 20px;}
.our_advantages_title { padding: 0 0 0 70px; font-size: 16px;}
.our_advantages2_box_top { padding: 20px 20px 40px;}
.our_advantages2_text { padding: 30px 15px 30px 20px;}
.about-us_slogan h2 br { display: none;}
.social_block_desc br { display: none;}
.panel_lk_recall { padding: 20px;}
.about-bottom .about_bottom_blocks + a { font-size: 11px;}
}
#select_all_cat {
	display: block;
	padding: 18px 0 0 15px;
	cursor: pointer;
	color: #FF7F00;
	font-weight: 700;
}