

/* 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;
  filter: alpha(opacity=80); }

.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;
  -moz-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
  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; }
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;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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%;
    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;
  -moz-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;
    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; }

@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;
    -moz-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; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(/images/openhand.cur), default;
}

.sp-grabbing {
	cursor: url(/images/closedhand.cur), default;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.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;
}

/*div.form { position: relative; !* for placeholder in IE *! }*/
	/*div.form h2 { color: #666; font-family: arial,helvetica,sans-serif; border-bottom: 1px dotted #666; }*/
	/*table.form th { padding-right:10px; text-align: left; font-size: 12px; font-weight: normal; }*/
	/*table.form td { padding: 2px 10px 0 0; width: 100%; }*/
		/*table.form td.input-text input,table.form td.input-textarea textarea { border:1px solid #888; padding:2px; }*/
	/*div.form input.text,div.form input[type="text"],div.form input[type="file"],div.form input[type="password"],*/
    /*div.form textarea,div.form select { border: 1px solid #888; padding:2px; }*/
	/*div.form fieldset { border:none; padding: 0; margin: 0; }*/

/*.form-placeholder { color: #ccc; }*/
/*div.form [placeholder]::-moz-placeholder { opacity: 1; color: #ccc; }*/
/*div.form [placeholder]::-webkit-input-placeholder { color: #ccc; }*/
	


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}
body {
	line-height: 1;
	box-sizing: border-box;
}
ol, ul {
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
	box-sizing: border-box;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

@font-face {
  font-family: 'bliss';
  src: url('/fonts/BlissPro-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bliss';
  src: url('/fonts/BlissPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bliss';
  src: url('/fonts/BlissPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bliss';
  src: url('/fonts/BlissPro-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bliss';
  src: url('/fonts/BlissPro-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bliss';
  src: url('/fonts/BlissPro-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'waldorf';
  src: url('/fonts/waldorftlpro-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1000px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1000px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1000px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
body {
  min-width: 320px;
  margin: 0 !important;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body.has-open-menu {
    overflow: hidden;
  }
  body.has-open-menu::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
  }
}
b,
strong {
  font-weight: 700;
}
.hide-block {
  display: none;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
h1 {
  font: 800 30px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h2,
.h2 {
  margin: 0 0 20px;
  font: 800 24px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h3 {
  font: 800 18px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h4 {
  font: 800 16px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
a {
  outline: none;
  color: #ff6e3d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.main-text h3 {
  margin: 0 0 8px;
}
.main-text p {
  font: 300 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 25px;
  margin: 0 0 15px;
}
.main-text ul {
  margin: 0 0 35px;
  list-style-position: inside;
}
.main-text ul li {
  font: 300 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  line-height: 26px;
}
.middle-text {
  margin-left: 20px;
  text-align: justify;
  font: 300 16px bliss;
  color: #454a4f;
  line-height: 25px;
  margin-bottom: 20px;
  width: 100%;
}
.site-wrapper {
  background: #f0edea;
  width: 100%;
}
header {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 5px 0 9px;
  font: 600 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
header img {
  position: absolute;
  top: 6px;
}
header > a > span {
  color: #ff6e3d;
  font-weight: 800;
  margin: 0 0 0 27px;
  text-decoration: underline;
}
header > a > span:hover {
  text-decoration: none;
}
header > span {
  margin: 0 0 0 7px;
}
.page-error {
  margin-top: 70px;
}
.page-error img {
  margin: 0 auto !important;
  display: block;
}
.content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  background: #fff;
}
.content section {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .content {
    max-width: 1200px;
    min-height: 859px;
  }
}
.content .content-top-info {
  display: flex;
}
.content .content-top-info .logo {
  width: 132px;
  height: 30px;
  margin-right: auto;
  margin-top: 15px;
}
.content .content-top-info .slogan {
  display: none;
}
.content .content-top-info .lang {
  width: 140px;
  margin: 7px 24px 0 0;
  font: 200 14px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
.content .content-top-info .lang > a > span {
  margin: 0 3px;
  font: 200 14px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
.content .content-top-info .lang > span > span {
  margin: 0 3px;
  font: 200 14px 'bliss';
  color: #ff6e3d;
  letter-spacing: 0.02em;
}
.content .content-top-info .add-info {
  position: relative;
}
.content .content-top-info .add-info .phone {
  position: absolute;
  top: 40px;
  right: -34px;
  display: inline-block;
  font: 200 18px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.content .content-top-info .add-info .phone b {
  font: 800 18px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
.content .content-top-info .add-info .working-hours {
  display: none;
}
.content .content-top-info .menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 0 0 4px;
  padding: 0;
  background-color: #f15e22;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.content .content-top-info .menu-button span {
  position: relative;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  transition: background 0s 0.3s;
}
.content .content-top-info .menu-button span::before,
.content .content-top-info .menu-button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1px;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.content .content-top-info .menu-button span::before {
  top: -6px;
  transition-property: top, transform;
}
.content .content-top-info .menu-button span::after {
  bottom: -6px;
  transition-property: bottom, transform;
}
.has-open-menu .content .content-top-info .menu-button span {
  background: none;
}
.has-open-menu .content .content-top-info .menu-button span::before,
.has-open-menu .content .content-top-info .menu-button span::after {
  transition-delay: 0s, 0.3s;
}
.has-open-menu .content .content-top-info .menu-button span::before {
  top: 0;
  transform: rotate(45deg);
}
.has-open-menu .content .content-top-info .menu-button span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
@media screen and (min-width: 576px) {
  .content .content-top-info .logo {
    margin-right: 20px;
  }
  .content .content-top-info .slogan {
    display: block;
    width: 180px;
    margin-right: auto;
    font: 300 15px 'bliss';
    color: #454a4f;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .content .content-top-info .slogan span {
    display: inline-block;
    line-height: 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #454a4f;
  }
}
@media screen and (min-width: 768px) {
  .content .content-top-info .logo {
    align-self: center;
    width: 176px;
    height: 40px;
  }
  .content .content-top-info .add-info {
    width: 220px;
    text-align: right;
  }
  .content .content-top-info .add-info .phone {
    position: static;
    width: 100%;
    font-size: 22px;
  }
  .content .content-top-info .add-info .phone b {
    font-size: 22px;
  }
  .content .content-top-info .add-info .working-hours {
    font: 200 14px 'bliss';
    color: #a2a4a6;
    letter-spacing: 0.02em;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
  }
  .content .content-top-info .menu-button {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .content .content-top-info .logo {
    width: 220px;
    height: 50px;
    margin: 0 34px 0 0;
  }
  .content .content-top-info .slogan {
    margin: 0 50px 0 0;
  }
  .content .content-top-info .add-info {
    width: 220px;
  }
}
.content .content-top-menu {
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-transition: top 0.6s linear 0s;
  -moz-transition: top 0.6s linear 0s;
  -ms-transition: top 0.6s linear 0s;
  -o-transition: top 0.6s linear 0s;
  transition: top 0.6s linear 0s;
}
.content .content-top-menu > ul {
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 30px 20px;
  overflow: auto;
  background-color: #f0edea;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.content .content-top-menu > ul.open {
  left: 0;
  box-shadow: 0 20px 30px 0 rgba(35, 37, 40, 0.5);
}
.content .content-top-menu > ul > li {
  margin: 0;
  padding: 0 0 3px;
  list-style-type: none;
}
.content .content-top-menu > ul > li.logo a::after {
  display: none;
}
.content .content-top-menu > ul > li.logo img {
  mix-blend-mode: multiply;
  vertical-align: middle;
}
.content .content-top-menu > ul > li.phone {
  display: none;
}
.content .content-top-menu > ul > li.phone span {
  font: 200 15px 'bliss';
  line-height: 16px;
  color: #fb6d3b;
}
.content .content-top-menu > ul > li.phone span > b {
  font: 800 15px 'bliss';
  color: #fb6d3b;
}
.content .content-top-menu > ul > li > a {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  font: 800 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-in-out 0s;
  -moz-transition: color 0.25s ease-in-out 0s;
  -ms-transition: color 0.25s ease-in-out 0s;
  -o-transition: color 0.25s ease-in-out 0s;
  transition: color 0.25s ease-in-out 0s;
}
.content .content-top-menu > ul > li > a::after {
  border-bottom: 2px solid #ff6e3d;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  bottom: -5px;
  -webkit-transition: width 0.25s ease 0s;
  -moz-transition: width 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s;
  transition: width 0.25s ease 0s;
}
.content .content-top-menu > ul > li > a:hover {
  color: #ff6e3d;
}
.content .content-top-menu > ul > li > a.active::after {
  width: 100%;
}
.content .content-top-menu > ul > li > ul {
  padding: 0 0 0 20px;
}
.content .content-top-menu > ul > li > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content .content-top-menu > ul > li > ul > li > a {
  display: inline-block;
  margin: 0 0 10px 0;
  font: 400 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-in-out 0s;
  -moz-transition: color 0.25s ease-in-out 0s;
  -ms-transition: color 0.25s ease-in-out 0s;
  -o-transition: color 0.25s ease-in-out 0s;
  transition: color 0.25s ease-in-out 0s;
}
.content .content-top-menu > ul > li > ul > li > a:hover,
.content .content-top-menu > ul > li > ul > li > a.active {
  color: #ff6e3d;
}
.content .content-top-menu .warning {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  font: 800 16px 'bliss';
  text-align: center;
  text-transform: uppercase;
  color: red;
}
@media screen and (min-width: 768px) {
  .content .content-top-menu > ul {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    left: auto;
    margin: auto;
    padding: 0;
    background-color: transparent;
    overflow: visible;
  }
  .content .content-top-menu > ul > li {
    position: relative;
    -webkit-transition: none 0s none 0s;
    -moz-transition: none 0s none 0s;
    -ms-transition: none 0s none 0s;
    -o-transition: none 0s none 0s;
    transition: none 0s none 0s;
  }
  .content .content-top-menu > ul > li.logo,
  .content .content-top-menu > ul > li.phone {
    display: none;
  }
  .content .content-top-menu > ul > li.parent-nodus2,
  .content .content-top-menu > ul > li.parent-nodus1,
  .content .content-top-menu > ul > li.parent-download,
  .content .content-top-menu > ul > li.parent-nodus28,
  .content .content-top-menu > ul > li.parent-contacts {
    position: static;
  }
  .content .content-top-menu > ul > li:nth-last-child(2) a::after {
    right: 0;
  }
  .content .content-top-menu > ul > li:nth-last-child(2) ul {
    right: 0;
  }
  .content .content-top-menu > ul > li:nth-last-child(2) ul::after {
    right: 0;
    left: auto;
  }
  .content .content-top-menu > ul > li > a {
    margin: 0;
    letter-spacing: 0.2em;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .content .content-top-menu > ul > li > a:hover::after {
    width: 100%;
  }
  .content .content-top-menu > ul > li > ul {
    position: absolute;
    top: 100%;
    z-index: 99;
    display: block;
    padding: 8px 20px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(35, 37, 40, 0.5);
    -moz-box-shadow: 0px 20px 30px 0px rgba(35, 37, 40, 0.5);
    box-shadow: 0px 20px 30px 0px rgba(35, 37, 40, 0.5);
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
  }
  .content .content-top-menu > ul > li > ul.menu-nodus1,
  .content .content-top-menu > ul > li > ul.menu-nodus2,
  .content .content-top-menu > ul > li > ul.menu-download,
  .content .content-top-menu > ul > li > ul.menu-nodus28,
  .content .content-top-menu > ul > li > ul.menu-contacts {
    left: 0;
    right: 0;
    border: 2px solid #F15E22;
    border-width: 2px 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 30px;
  }
  .content .content-top-menu > ul > li > ul.menu-nodus1 > li,
  .content .content-top-menu > ul > li > ul.menu-nodus2 > li,
  .content .content-top-menu > ul > li > ul.menu-download > li,
  .content .content-top-menu > ul > li > ul.menu-nodus28 > li,
  .content .content-top-menu > ul > li > ul.menu-contacts > li {
    width: 30%;
    box-sizing: border-box;
    padding: 8px 0;
  }
  .content .content-top-menu > ul > li > ul.menu-nodus1 > li:not(:nth-child(3n)),
  .content .content-top-menu > ul > li > ul.menu-nodus2 > li:not(:nth-child(3n)),
  .content .content-top-menu > ul > li > ul.menu-download > li:not(:nth-child(3n)),
  .content .content-top-menu > ul > li > ul.menu-nodus28 > li:not(:nth-child(3n)),
  .content .content-top-menu > ul > li > ul.menu-contacts > li:not(:nth-child(3n)) {
    border-right: 1px solid #666;
  }
  .content .content-top-menu > ul > li > ul.menu-nodus1 a,
  .content .content-top-menu > ul > li > ul.menu-nodus2 a,
  .content .content-top-menu > ul > li > ul.menu-download a,
  .content .content-top-menu > ul > li > ul.menu-nodus28 a,
  .content .content-top-menu > ul > li > ul.menu-contacts a {
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    white-space: normal;
    line-height: 1;
  }
  .content .content-top-menu > ul > li > ul.menu-nodus1 a:hover,
  .content .content-top-menu > ul > li > ul.menu-nodus2 a:hover,
  .content .content-top-menu > ul > li > ul.menu-download a:hover,
  .content .content-top-menu > ul > li > ul.menu-nodus28 a:hover,
  .content .content-top-menu > ul > li > ul.menu-contacts a:hover {
    color: #fff;
    background-color: #F15E22;
  }
  .content .content-top-menu > ul > li > ul::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: -2px;
    left: 0;
    -webkit-transition: width 0.25s ease 0s;
    -moz-transition: width 0.25s ease 0s;
    -ms-transition: width 0.25s ease 0s;
    -o-transition: width 0.25s ease 0s;
    transition: width 0.25s ease 0s;
  }
  .content .content-top-menu > ul > li > ul > li > a {
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 30px;
  }
  .content .content-top-menu > ul > li:hover > ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  .content .content-top-menu > ul > li:hover > ul::after {
    width: 100%;
  }
  .content .content-top-menu .warning {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .content .content-top-menu.fixed {
    position: fixed;
    top: 0;
    width: 992px;
    z-index: 99;
    background: #fff;
  }
  .content .content-top-menu.fixed > ul > li.logo,
  .content .content-top-menu.fixed > ul > li.phone {
    display: block;
  }
  .content .content-top-menu.fixed > ul > li a {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) and screen and (max-width: 1400px) {
  .content .content-top-menu.fixed {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .content .content-top-menu.fixed {
    width: 1200px;
  }
}
.content .content-top-menu .animated-navigation-route {
  display: block;
  margin: auto;
  max-width: 940px;
  height: 0px;
  position: relative;
}
.content .content-top-menu .animated-navigation-route .animated-route-line {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  top: 5px;
}
.content .content-top-menu .animated-navigation-route .animated-route-line.fixed {
  opacity: 1;
}
.content .content-top-menu .animated-navigation-route .animated-route-line .animated-route-item {
  font: 200 14px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
.content .content-top-menu .animated-navigation-route .animated-route-line .animated-route-item a {
  font: 200 14px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  position: relative;
  margin: 0 8px 0 0;
}
.content .content-top-menu .animated-navigation-route .animated-route-line .animated-route-item a:hover {
  text-decoration: underline;
}
.content .content-top-menu .animated-navigation-route .animated-route-line .animated-route-item a::after {
  content: '/';
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
}
.content .content-top-menu .animated-navigation-route .animated-route-line .animated-route-item.last {
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.content .content-top-menu .animated-navigation-route .animated-route-line .animated-route-item.last.fixed {
  opacity: 1;
}
.content .navigation-route {
  border-top: 1px solid #e3e4e4;
  min-height: 90px;
  margin: 0 auto 20px;
}
.content .navigation-route .route-line {
  margin: 25px 0 25px;
  min-height: 16px;
}
.content .navigation-route .route-line .route-item a {
  font: 200 14px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  position: relative;
  margin: 0 8px 0 0;
}
.content .navigation-route .route-line .route-item a:hover {
  text-decoration: underline;
}
.content .navigation-route .route-line .route-item a::after {
  content: '/';
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
}
.content .navigation-route .route-line .route-item > span {
  font: 200 14px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  position: relative;
  margin: 0 8px 0 0;
}
.content .navigation-route .route-last {
  font: 800 30px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .content .navigation-route .route-last {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .content .navigation-route .route-last {
    font-size: 22px;
  }
}
.content .navigation-route .route-page-info {
  font: 200 16px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 30px 0 40px;
  text-align: justify;
}
.content .content-main-slider,
.content .page-slider {
  margin-bottom: 70px;
}
.content .content-main-slider .wrap .bx-wrapper,
.content .page-slider .wrap .bx-wrapper {
  display: none;
}
.content .content-main-slider .wrap .slider-window,
.content .page-slider .wrap .slider-window {
  position: relative;
  height: 300px;
  background: #f0edea;
}
.content .content-main-slider .wrap .slider-window:hover .controls,
.content .page-slider .wrap .slider-window:hover .controls {
  opacity: 1 !important;
}
.content .content-main-slider .wrap .slider-window::after,
.content .page-slider .wrap .slider-window::after {
  content: '';
  position: absolute;
  bottom: 67px;
  right: 25px;
  left: 25px;
  width: auto;
  height: 1px;
  background: #ff6e3d;
}
.content .content-main-slider .wrap .slider-window .sliders-list,
.content .page-slider .wrap .slider-window .sliders-list {
  position: absolute;
  right: 25px;
  left: 25px;
  height: 260px;
  margin: 20px 0;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text,
.content .page-slider .wrap .slider-window .sliders-list .slider-text {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text span,
.content .page-slider .wrap .slider-window .sliders-list .slider-text span {
  display: inline-block;
  width: 100%;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text .top-text,
.content .page-slider .wrap .slider-window .sliders-list .slider-text .top-text {
  position: absolute;
  top: 0;
  z-index: 1;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text .top-text span,
.content .page-slider .wrap .slider-window .sliders-list .slider-text .top-text span {
  font: 900 20px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text .top-text span:last-child,
.content .page-slider .wrap .slider-window .sliders-list .slider-text .top-text span:last-child {
  color: #ff6e3d;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text .top-text span:first-child,
.content .page-slider .wrap .slider-window .sliders-list .slider-text .top-text span:first-child {
  color: #454a4f;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text .bottom-text,
.content .page-slider .wrap .slider-window .sliders-list .slider-text .bottom-text {
  position: absolute;
  top: 135px;
  z-index: 1;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text .bottom-text span:last-child,
.content .page-slider .wrap .slider-window .sliders-list .slider-text .bottom-text span:last-child {
  font: 200 14px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
}
.content .content-main-slider .wrap .slider-window .sliders-list .slider-text .bottom-text span:first-child,
.content .page-slider .wrap .slider-window .sliders-list .slider-text .bottom-text span:first-child {
  font: 200 20px 'bliss';
  color: #ff6e3d;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}
.content .content-main-slider .wrap .slider-window .slider-ui,
.content .page-slider .wrap .slider-window .slider-ui {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .content-main-slider .wrap .slider-window .slider-ui .controls,
.content .page-slider .wrap .slider-window .slider-ui .controls {
  position: absolute;
  top: 105px;
  left: 20px;
  width: 85%;
  height: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.35s linear 0s;
  -moz-transition: opacity 0.35s linear 0s;
  -ms-transition: opacity 0.35s linear 0s;
  -o-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.content .content-main-slider .wrap .slider-window .slider-ui .controls a,
.content .page-slider .wrap .slider-window .slider-ui .controls a {
  position: absolute;
  background: url(/images/p_arrows.png) 0 -25px;
  width: 15px;
  height: 25px;
}
.content .content-main-slider .wrap .slider-window .slider-ui .controls .bx-prev,
.content .page-slider .wrap .slider-window .slider-ui .controls .bx-prev {
  left: 5px;
}
.content .content-main-slider .wrap .slider-window .slider-ui .controls .bx-prev:hover,
.content .page-slider .wrap .slider-window .slider-ui .controls .bx-prev:hover {
  background-position: 0 0;
}
.content .content-main-slider .wrap .slider-window .slider-ui .controls .bx-next,
.content .page-slider .wrap .slider-window .slider-ui .controls .bx-next {
  right: 5px;
  background-position: -15px -25px;
}
.content .content-main-slider .wrap .slider-window .slider-ui .controls .bx-next:hover,
.content .page-slider .wrap .slider-window .slider-ui .controls .bx-next:hover {
  background-position: -15px 0;
}
.content .content-main-slider .wrap .slider-window .slider-ui .pager,
.content .page-slider .wrap .slider-window .slider-ui .pager {
  position: absolute;
  bottom: 35px;
  left: 26px;
}
.content .content-main-slider .wrap .slider-window .slider-ui .pager a,
.content .page-slider .wrap .slider-window .slider-ui .pager a {
  width: 10px;
  height: 2px;
  float: left;
  margin: 0 5px 0 0;
  background: #454a4f;
  cursor: pointer;
}
.content .content-main-slider .wrap .slider-window .slider-ui .pager a.active,
.content .page-slider .wrap .slider-window .slider-ui .pager a.active {
  background-color: #ff6e3d;
  background: -webkit-gradient(right, from(#ff6e3d), to(#454a4f));
  background: -webkit-linear-gradient(right, #ff6e3d, #454a4f);
  background: -moz-linear-gradient(right, #ff6e3d, #454a4f);
  background: -ms-linear-gradient(right, #ff6e3d, #454a4f);
  background: -o-linear-gradient(right, #ff6e3d, #454a4f);
  background-position: 10px 0;
  background-size: 200px;
  animation: background 5s linear;
}
@keyframes background {
  0% {
    background-color: #ff6e3d;
    background: -webkit-gradient(right, from(#ff6e3d), to(#454a4f));
    background: -webkit-linear-gradient(right, #ff6e3d, #454a4f);
    background: -moz-linear-gradient(right, #ff6e3d, #454a4f);
    background: -ms-linear-gradient(right, #ff6e3d, #454a4f);
    background: -o-linear-gradient(right, #ff6e3d, #454a4f);
    background-position: 0 0;
    background-size: 2000px;
  }
  100% {
    background-color: #ff6e3d;
    background: -webkit-gradient(right, from(#ff6e3d), to(#454a4f));
    background: -webkit-linear-gradient(right, #ff6e3d, #454a4f);
    background: -moz-linear-gradient(right, #ff6e3d, #454a4f);
    background: -ms-linear-gradient(right, #ff6e3d, #454a4f);
    background: -o-linear-gradient(right, #ff6e3d, #454a4f);
    background-size: 2000px;
    background-position: 10px 0;
  }
}
@media screen and (min-width: 576px) {
  .content .content-main-slider .wrap,
  .content .page-slider .wrap {
    position: relative;
  }
  .content .content-main-slider .wrap .bx-wrapper,
  .content .page-slider .wrap .bx-wrapper {
    display: block;
  }
  .content .content-main-slider .wrap .bx-wrapper .bx-viewport,
  .content .page-slider .wrap .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .content .content-main-slider .wrap .bx-wrapper .bx-viewport ul li,
  .content .page-slider .wrap .bx-wrapper .bx-viewport ul li {
    line-height: normal;
    padding: 0;
    background: none;
    z-index: 0 !important;
  }
  .content .content-main-slider .wrap .bx-wrapper .bx-viewport ul li img,
  .content .page-slider .wrap .bx-wrapper .bx-viewport ul li img {
    margin: 0;
  }
  .content .content-main-slider .wrap .slider-window,
  .content .page-slider .wrap .slider-window {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 363.5px;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 768px) {
  .content .content-main-slider .wrap .slider-window,
  .content .page-slider .wrap .slider-window {
    width: 50%;
  }
  .content .content-main-slider .wrap .slider-window::after,
  .content .page-slider .wrap .slider-window::after {
    bottom: 82px;
  }
  .content .content-main-slider .wrap .slider-window .sliders-list,
  .content .page-slider .wrap .slider-window .sliders-list {
    height: 340px;
    margin: 30px 0;
  }
  .content .content-main-slider .wrap .slider-window .sliders-list .slider-text .top-text span,
  .content .page-slider .wrap .slider-window .sliders-list .slider-text .top-text span {
    font-size: 24px;
  }
  .content .content-main-slider .wrap .slider-window .sliders-list .slider-text .bottom-text,
  .content .page-slider .wrap .slider-window .sliders-list .slider-text .bottom-text {
    top: 215px;
  }
  .content .content-main-slider .wrap .slider-window .slider-ui .controls,
  .content .page-slider .wrap .slider-window .slider-ui .controls {
    top: 195px;
  }
  .content .content-main-slider .wrap .slider-window .slider-ui .pager,
  .content .page-slider .wrap .slider-window .slider-ui .pager {
    bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .content .content-main-slider .wrap .slider-window,
  .content .page-slider .wrap .slider-window {
    top: 50px;
    bottom: 50px;
    right: 50px;
    width: 300px;
    height: auto;
  }
  .content .content-main-slider .wrap .slider-window::after,
  .content .page-slider .wrap .slider-window::after {
    left: 50px;
  }
}
.content .content-advantages {
  margin-bottom: 38px;
}
.content .content-advantages .elements {
  margin-bottom: -30px;
}
.content .content-advantages .elements .block {
  margin: 0 0 30px 0;
  text-align: center;
}
.content .content-advantages .elements .block .image-background {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  padding: 16px 0;
  background: #898585;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  cursor: pointer;
  position: relative;
}
.content .content-advantages .elements .block .image-background::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
  height: 100%;
}
.content .content-advantages .elements .block .image-background:hover {
  border-radius: 0;
  background: #ff6e3d;
}
.content .content-advantages .elements .block .image-background:hover::after {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.content .content-advantages .elements .block .image-background:hover + span {
  color: #ff6e3d;
}
.content .content-advantages .elements .block .image-background .image {
  background: url(/images/i_sprite_advantages.png);
  height: 30px;
  width: 20px;
  margin: auto;
}
.content .content-advantages .elements .block span {
  font: 800 12px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.content .content-advantages .elements .block:nth-child(2) .image {
  background-position: -22px 0;
  width: 26px;
}
.content .content-advantages .elements .block:nth-child(3) .image {
  background-position: -49px 0;
  width: 28px;
  margin-top: -1px;
}
.content .content-advantages .elements .block:nth-child(4) .image {
  background-position: -78px 0;
  width: 30px;
}
.content .content-advantages .elements .block:nth-child(5) .image {
  background-position: -108px 0;
  width: 28px;
}
.content .content-advantages .elements .block:nth-child(6) .image {
  background-position: -137px 0;
  width: 28px;
}
@media screen and (min-width: 1000px) {
  .content .content-advantages .elements {
    justify-content: space-between;
  }
  .content .content-advantages .elements .block {
    width: 140px;
  }
}
.content .content-catalog-area {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #454a4f;
}
.content .content-catalog-area .catalog-blocks {
  margin-bottom: -20px;
}
.content .content-catalog-area .catalog-blocks .cat-block {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 64.17vw;
  margin-bottom: 20px;
  padding: 25px 20px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.content .content-catalog-area .catalog-blocks .cat-block:hover {
  -webkit-box-shadow: 0px 20px 30px 0px #232528;
  -moz-box-shadow: 0px 20px 30px 0px #232528;
  box-shadow: 0px 20px 30px 0px #232528;
}
.content .content-catalog-area .catalog-blocks .cat-block::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  background-color: rgba(68, 67, 67, 0.65);
  background: -webkit-gradient(top, from(rgba(68, 67, 67, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(68, 67, 67, 0.65), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(68, 67, 67, 0.65), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(68, 67, 67, 0.65), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(68, 67, 67, 0.65), rgba(0, 0, 0, 0));
}
.content .content-catalog-area .catalog-blocks .cat-block img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}
.content .content-catalog-area .catalog-blocks .cat-block span {
  font: 800 18px 'bliss';
  color: #ffffff;
  letter-spacing: 0.02em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .content .content-catalog-area .catalog-blocks .cat-block {
    height: 300px;
  }
  .content .content-catalog-area .catalog-blocks .cat-block.bottom-2,
  .content .content-catalog-area .catalog-blocks .cat-block.bottom-3 {
    height: 140px;
  }
}
@media screen and (min-width: 1000px) {
  .content .content-catalog-area {
    height: 720px;
  }
  .content .content-catalog-area .catalog-blocks {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
  .content .content-catalog-area .catalog-blocks .cat-block.top-1 {
    width: 460px;
  }
  .content .content-catalog-area .catalog-blocks .cat-block.top-2,
  .content .content-catalog-area .catalog-blocks .cat-block.top-3,
  .content .content-catalog-area .catalog-blocks .cat-block.bottom-1 {
    width: 220px;
  }
  .content .content-catalog-area .catalog-blocks .cat-block.bottom-2,
  .content .content-catalog-area .catalog-blocks .cat-block.bottom-3 {
    width: 300px;
  }
  .content .content-catalog-area .catalog-blocks .cat-block.bottom-4 {
    width: 380px;
  }
  .content .content-catalog-area .catalog-blocks .cat-block.bottom-4 span {
    width: 100px;
    display: inline-block;
  }
}
.content .content-about-us {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e4e4;
}
.content .content-about-us .text-area {
  margin-top: 70px;
  /*
            .left-block {
                float: left;
                width: 300px;
                margin: 0 100px 0 0;
                box-sizing: content-box;
                padding: 0 0 30px;
                border-bottom: 1px solid @orange;

                p {
                    .bliss(24px; 900; #000;
                    );
                    text-transform: uppercase;
                    line-height: 30px;
                }
            }

            .right-block {
                float: left;
                width: 540px;
                margin: 5px 0 0;

                ul {
                    list-style-position: outside;
                    margin: 0 0 35px 20px;
                }
            }

            .more-info {
                position: absolute;
                bottom: 0;
                left: 0;

                span {
                    .waldorf();
                    position: relative;
                    border-bottom: 1px dashed @orange;
                    display: block;
                    cursor: pointer;

                    &:hover {
                        text-decoration: none;
                    }

                    &::after {
                        content: '';
                        display: block;
                        position: absolute;
                        right: -16px;
                        top: 7px;
                        background: url(/images/p_arrows.png) -30px -19px;
                        width: 10px;
                        height: 6px;
                        .transition(all; 0.35s; ease-in-out;
                        );
                    }

                    &:last-child {
                        display: none;
                    }
                }

                &.active {
                    span {
                        &::after {
                            .transform(rotate(180deg));
                        }

                        &:last-child {
                            display: block;
                        }

                        &:first-child {
                            display: none;
                        }
                    }
                }
            }
            */
}
.content .content-providers-slider .title span {
  display: inline-block;
  font: 200 24px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-transform: uppercase;
}
.content .content-providers-slider .slider {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.content .content-providers-slider .slider #makeMeScrollable {
  width: 100%;
}
.content .content-providers-slider .slider #makeMeScrollable::before {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, #ffffff 1%, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 1%, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 1%, #ffffff 25%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.content .content-providers-slider .slider #makeMeScrollable::after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 100px;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 99%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.content .content-providers-slider .slider #makeMeScrollable div.scrollableArea img {
  position: relative;
  display: block;
  float: left;
  margin: 0 25px;
  padding: 0;
  width: auto;
}
.content .content-providers-slider .slider img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.content .content-providers-slider .slider img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
}
.content .content-providers-slider .slider .providers-control {
  position: absolute;
  background: url(/images/p_arrows.png) 0 -25px;
  width: 15px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
}
.content .content-providers-slider .slider .providers-control.left {
  left: 0;
  top: 43px;
}
.content .content-providers-slider .slider .providers-control.left:hover {
  background-position: 0 0;
}
.content .content-providers-slider .slider .providers-control.right {
  background-position: -15px -25px;
  right: 0;
  top: 43px;
}
.content .content-providers-slider .slider .providers-control.right:hover {
  background-position: -15px 0;
}
@media screen and (min-width: 768px) {
  .content .content-providers-slider {
    display: flex;
    align-items: center;
  }
  .content .content-providers-slider .title {
    width: 160px;
    margin: 0 40px 0 0;
  }
  .content .content-providers-slider .slider {
    flex: 1 1 528px;
    max-width: 740px;
  }
}
.footer {
  position: relative;
}
.footer .wrapper {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.footer .footer-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  padding: 28px 0;
  margin-right: auto;
  margin-left: auto;
}
.footer .footer-nav ul {
  list-style: none;
}
.footer .footer-nav li {
  margin-bottom: 5px;
}
.footer .footer-nav a {
  text-decoration: underline;
  color: #454a4f;
  font-family: bliss;
  font-size: 14px;
}
.footer .middle-info {
  width: 260px;
}
.footer .middle-info span {
  font: 400 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-align: left;
  display: inline-block;
  margin: 0 0 4px;
}
.footer .middle-info .show-map {
  font: 400 14px 'waldorf';
  color: #000000;
  font-style: italic;
  border-bottom: 1px dashed #ff6e3d;
  margin: 16px 0 0;
  position: relative;
  cursor: pointer;
}
.footer .middle-info .show-map:hover {
  text-decoration: none;
}
.footer .middle-info .show-map::after {
  content: '';
  display: block;
  position: absolute;
  right: -16px;
  top: 7px;
  background: url(/images/p_arrows.png) -30px -19px;
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.footer .middle-info .show-map.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer .right-info {
  position: absolute;
  right: 0;
  top: 28px;
}
.footer .right-info span {
  text-align: right;
  font: 200 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
.footer .right-info span a {
  color: #a2a4a6;
  text-decoration: none;
}
.footer .right-info span a:hover {
  text-decoration: underline;
}
.footer .bottom-info {
  width: 100%;
}
.footer .bottom-info span {
  font: 200 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  text-align: left;
}
.footer #footer-map {
  display: none;
  height: 500px;
  width: 100%;
}
.footer #footer-map > .map-info-window {
  display: none;
}
@media (max-width: 1199px) {
  .footer .footer-content {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .footer .right-info {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
  .footer .bottom-info {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .middle-info {
    margin-top: 20px;
  }
}
.map-info-window {
  width: 465px;
  height: 155px;
  font: 400 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
.map-info-window img {
  float: left;
}
.map-info-window div {
  float: left;
  width: 230px;
  margin: 0 0 0 15px;
}
.map-info-window a {
  color: #ff6e3d;
  text-decoration: underline;
}
.map-info-window a:hover {
  text-decoration: none;
}
.site-buttons {
  padding: 0 0 28px;
}
.site-buttons .button {
  position: relative;
  margin: 3px 0 0 0;
  height: 30px;
  cursor: pointer;
}
.site-buttons .button:last-child {
  margin: 0;
}
.site-buttons .button .image {
  width: 30px;
  height: 100%;
  background: #acadaf url('/images/i_sprite_icon.png') no-repeat;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.site-buttons .button.up-button {
  display: none;
}
.site-buttons .button.up-button .image {
  background-position: 0 -240px;
}
.site-buttons .button.up-button .image:hover {
  background-color: #ff6e3d;
}
.site-buttons .button.vk .image:hover {
  background-color: #45759e;
}
.site-buttons .button.facebook .image {
  background-position: 0 -30px;
}
.site-buttons .button.facebook .image:hover {
  background-color: #355c98;
}
.site-buttons .button.twitter .image {
  background-position: 0 -60px;
}
.site-buttons .button.twitter .image:hover {
  background-color: #1ab1e8;
}
.site-buttons .button.youtube .image {
  background-position: 0 -90px;
}
.site-buttons .button.youtube .image:hover {
  background-color: #e62117;
}
.site-buttons .social-buttons {
  display: flex;
}
.site-buttons .social-buttons .button {
  margin: 0 3px 0 0;
}
.site-buttons .right-column {
  position: fixed;
  right: 20px;
  bottom: 28px;
  z-index: 100;
}
.site-buttons .callback-buttons {
  top: 370px;
}
.site-buttons .callback-buttons > .button {
  position: relative;
  min-width: 30px;
}
.site-buttons .callback-buttons > .button .image {
  position: absolute;
  right: 0;
  max-width: 30px;
  width: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
  -o-transition: all 0.3s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
  transition: all 0.3s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
}
.site-buttons .callback-buttons > .button .image:hover {
  max-width: 210px;
}
.site-buttons .callback-buttons > .button .image span {
  font: 300 16px 'bliss';
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 5px 33px 0 9px;
  white-space: nowrap;
}
.site-buttons .callback-buttons .search .image {
  background-position: 0 -150px;
  -webkit-transition: all 0.35s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
  -ms-transition: all 0.35s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
  -o-transition: all 0.35s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
  transition: all 0.35s cubic-bezier(0.8, -0.05, 0, 1.04) 0s;
}
.site-buttons .callback-buttons .call .image {
  background-position: 0 -180px;
}
.site-buttons .callback-buttons .message .image {
  background-position: 0 -210px;
}
.site-buttons .callback-buttons .print .image {
  background-position: 0 -120px;
}
.site-buttons .callback-buttons .print .image:hover {
  background-color: #ff6e3d;
}
@media screen and (min-width: 1000px) {
  .site-buttons {
    padding: 0;
  }
  .site-buttons .button {
    display: block;
    margin-bottom: 3px;
  }
  .site-buttons .button.up-button {
    position: absolute;
    top: -369px;
  }
  .site-buttons .left-column {
    position: fixed;
    top: 50%;
    left: calc(50% - 500px);
    z-index: 100;
    display: block;
    transform: translateY(-50%);
  }
  .site-buttons .social-buttons {
    display: block;
  }
  .site-buttons .social-buttons .button {
    margin: 0 0 3px 0;
  }
  .site-buttons .right-column {
    top: 50%;
    bottom: auto;
    right: calc(50% - 500px);
    transform: translateY(-50%);
  }
}
@media (min-width: 1062px) {
  .site-buttons .left-column {
    left: calc(50% - 530px);
  }
  .site-buttons .right-column {
    right: calc(50% - 530px);
  }
}
@media (min-width: 1200px) {
  .site-buttons .left-column {
    left: calc(50% - 600px);
  }
  .site-buttons .right-column {
    right: calc(50% - 600px);
  }
}
@media (min-width: 1280px) {
  .site-buttons .left-column {
    left: calc(50% - 630px);
  }
  .site-buttons .right-column {
    right: calc(50% - 630px);
  }
}
.search.button.fixed {
  background: url(/images/search2.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
}
/** Страница контактов|Contacts page **/
.site-wrapper .content .contact-map {
  max-width: none;
  height: 420px;
  padding: 0;
}
.site-wrapper .content .contact-map #contact-map {
  width: 100%;
  height: 450px;
}
@media screen and (min-width: 1000px) {
  .site-wrapper .content .contact-map {
    height: 470px;
  }
  .site-wrapper .content .contact-map #contact-map {
    height: 500px;
  }
}
/**END Страница контактов|Contacts page END**/
/** Пагинация для одной записи нодуса|Pagination nodus full item **/
.nodus-full-pager {
  width: 100%;
}
.nodus-full-pager .pager-line {
  height: 16px;
  width: 100%;
  margin: 0 0 30px;
  position: relative;
}
.nodus-full-pager .pager-line::after,
.nodus-full-pager .pager-line::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: calc(50% - 90px);
  background: #E4E4E4;
  top: 7px;
}
.nodus-full-pager .pager-line::after {
  right: 80px;
}
.nodus-full-pager .pager-line::before {
  left: 80px;
}
.nodus-full-pager .pager-line .arrow {
  width: 60px;
  left: 0;
  top: 0;
  height: 15px;
  position: absolute;
  background: url(/images/p_arrows.png) -40px -25px;
  cursor: pointer;
}
.nodus-full-pager .pager-line .arrow.left {
  transform: rotate(180deg);
}
.nodus-full-pager .pager-line .arrow.right {
  right: 0;
  left: auto;
}
.nodus-full-pager .pager-line .arrow:hover {
  background-position: -40px -40px;
}
.nodus-full-pager .pager-blocks {
  display: flex;
  margin: 0 0 55px -20px;
}
.nodus-full-pager .pager-blocks .block {
  display: flex;
  flex: 1 1 130px;
  max-width: calc(50% - 20px);
  margin-left: auto;
}
.nodus-full-pager .pager-blocks .block .block-image {
  position: relative;
  flex: 1 1 0;
  max-width: 220px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .nodus-full-pager .pager-blocks .block .block-image {
    flex-grow: 0;
  }
}
.nodus-full-pager .pager-blocks .block .block-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.nodus-full-pager .pager-blocks .block .block-info {
  position: relative;
  flex: 1 1 130px;
  max-width: 240px;
  min-height: 140px;
  background: #f0edea;
  padding: 15px 20px 30px;
}
@media screen and (max-width: 767px) {
  .nodus-full-pager .pager-blocks .block .block-info {
    max-width: none;
    padding: 10px 15px 30px;
  }
}
.nodus-full-pager .pager-blocks .block .block-info .block-title {
  font: 400 18px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .nodus-full-pager .pager-blocks .block .block-info .block-title {
    font-size: 16px;
  }
}
.nodus-full-pager .pager-blocks .block .block-info .block-add-info {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font: 200 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .nodus-full-pager .pager-blocks .block .block-info .block-add-info {
    bottom: 10px;
    left: 15px;
  }
}
.nodus-full-pager .pager-blocks .block .block-info .block-points {
  position: absolute;
  right: 20px;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .nodus-full-pager .pager-blocks .block .block-info .block-points {
    right: 15px;
  }
}
.nodus-full-pager .pager-blocks .block .block-info .block-points .point {
  width: 4px;
  height: 4px;
  margin: 0 1px;
  background: #ff6e3d;
  border-radius: 100%;
  float: left;
  position: relative;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nodus-full-pager .pager-blocks .block:hover .block-info .block-points .point {
  background: #454a4f;
}
.nodus-full-pager .pager-blocks .block:hover .block-info .block-points .point:nth-child(1) {
  right: 12px;
}
.nodus-full-pager .pager-blocks .block:hover .block-info .block-points .point:nth-child(2) {
  right: 8px;
}
.nodus-full-pager .pager-blocks .block:hover .block-info .block-points .point:nth-child(3) {
  right: 4px;
}
.nodus-full-pager .all-items {
  height: 20px;
  width: 100%;
  margin: 0 0 35px;
}
.nodus-full-pager .all-items a {
  font: 400 14px 'waldorf';
  color: #000000;
  font-style: italic;
  border-bottom: 1px solid #ff6e3d;
  position: relative;
  cursor: pointer;
  margin: 0 0 0 30px;
}
.nodus-full-pager .all-items a:hover {
  border-bottom: none;
}
.nodus-full-pager .all-items a::after {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 20px;
  background: url(/images/i_news_articles.png) 0;
  top: 1px;
}
.nodus-full-pager.designer-full-pager {
  margin: 0;
}
.nodus-full-pager.designer-full-pager .block-add-info {
  font: 200 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  display: inline-block;
  margin: 20px 0 0;
  position: static !important;
}
.nodus-full-pager.projects-full-pager .pager-blocks .block .block-image {
  max-width: 300px;
}
.nodus-full-pager.projects-full-pager .pager-blocks .block .block-info .block-add-info {
  display: none;
}
@media screen and (min-width: 768px) {
  .nodus-full-pager.projects-full-pager .pager-blocks .block .block-info {
    max-width: 160px;
  }
}
/**END Пагинация для одной записи нодуса|Pagination nodus full item END**/
/**Слайдер-про для одной записи нодуса|Slider-pro nodus full item**/
.slider-pro {
  margin: 35px 0 35px;
  overflow: hidden;
  padding: 0 0 10px;
}
.slider-pro .sp-bottom-thumbnails {
  overflow: visible;
}
.slider-pro .sp-bottom-thumbnails .sp-thumbnail-container {
  width: 95px !important;
  margin: auto 5px;
  position: relative;
  -webkit-transition: color 0.25s ease-in-out 0s;
  -moz-transition: color 0.25s ease-in-out 0s;
  -ms-transition: color 0.25s ease-in-out 0s;
  -o-transition: color 0.25s ease-in-out 0s;
  transition: color 0.25s ease-in-out 0s;
  overflow: visible;
}
.slider-pro .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin: auto 0 auto 5px;
}
.slider-pro .sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin: auto 5px auto 0;
}
.slider-pro .sp-bottom-thumbnails .sp-thumbnail-container:nth-child(9) {
  width: 100px !important;
}
.slider-pro .sp-bottom-thumbnails .sp-thumbnail-container::after {
  border-bottom: 2px solid #ff6e3d;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  bottom: -10px;
  -webkit-transition: width 0.25s ease 0s;
  -moz-transition: width 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s;
  transition: width 0.25s ease 0s;
}
.slider-pro .sp-bottom-thumbnails .sp-thumbnail-container.sp-selected-thumbnail::after {
  width: 100%;
}
.slider-pro .sp-fade-full-screen {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.slider-pro .sp-fade-full-screen::before {
  content: '';
  background: url(/images/exp.png);
  width: 40px;
  height: 40px;
  display: block;
}
.slider-pro.sp-full-screen .sp-thumbnail-container::after {
  bottom: 2px;
}
/**END Слайдер-про для одной записи нодуса|Slider-pro nodus full item END**/
/**Табы для селектора нодуса|Tabs nodus selector**/
.tab-nav {
  margin: 7px 0 35px;
}
.tab-nav span {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: baseline;
}
.tab-nav span > a {
  font: 800 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.25s ease-in-out 0s;
  -moz-transition: color 0.25s ease-in-out 0s;
  -ms-transition: color 0.25s ease-in-out 0s;
  -o-transition: color 0.25s ease-in-out 0s;
  transition: color 0.25s ease-in-out 0s;
  position: relative;
  height: 16px;
  display: inline-block;
}
.tab-nav span > a::after {
  border-bottom: 2px solid #ff6e3d;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  bottom: -5px;
  -webkit-transition: width 0.25s ease 0s;
  -moz-transition: width 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s;
  transition: width 0.25s ease 0s;
}
.tab-nav span > a:hover {
  color: #ff6e3d;
}
.tab-nav span > a:hover::after {
  width: 100%;
}
.tab-nav span > a.active::after {
  width: 100%;
}
.tab-nav .filter {
  display: inline-block;
}
.tab-nav .filter input[type=text] {
  box-sizing: border-box;
  background: #f0edea;
  width: 220px;
  height: 30px;
  border: 1px solid #a2a4a6;
  font: 200 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0 15px 0 0;
}
.tab-nav .filter input[type=text]:focus {
  outline: none;
  border: 1px solid #ff6e3d;
}
.tab-nav .filter button[type=submit] {
  display: none;
  background: #fff;
  width: 80px;
  height: 30px;
  border: 1px solid #ff6e3d;
  font: 600 16px 'bliss';
  color: #ff6e3d;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.tab-nav .filter button[type=submit]:hover {
  background: #ff6e3d;
  color: #fff;
}
.tab-nav.search-form {
  position: relative;
}
.tab-nav.search-form .search-count {
  position: absolute;
  right: 110px;
  top: 7px;
  font: 200 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
/**END Табы для селектора нодуса|Tabs nodus selector END**/
/**Пагинация для селектора нодуса|Pagination nodus selector **/
.more_btn_wrapper {
  margin: 15px 0 50px;
  text-align: center;
  min-height: 17px;
}
.more_btn_wrapper .more_btn {
  font: 400 14px 'waldorf';
  color: #000000;
  font-style: italic;
  border-bottom: 1px dashed #ff6e3d;
  margin: 16px 0 0;
  position: relative;
  cursor: pointer;
}
.more_btn_wrapper .more_btn::after {
  content: '';
  display: block;
  position: absolute;
  background: url(/images/i_refresh.png);
  height: 10px;
  width: 10px;
  right: -17px;
  top: 5px;
}
.more_btn_wrapper .more_btn:hover::after {
  animation-name: spin;
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.nodus-page-navigator {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.nodus-page-navigator a.href {
  display: inline-block;
  vertical-align: middle;
  font: 200 16px 'bliss';
  color: #58595b;
  letter-spacing: 0.02em;
  margin: 0 15px 15px;
  line-height: 24px;
  width: 18px;
  padding: 0 6px;
}
.nodus-page-navigator a.href:hover,
.nodus-page-navigator a.href.active {
  font-weight: 900;
  color: #ff6e3d;
}
.nodus-page-navigator a.href.active {
  cursor: default;
}
.nodus-page-navigator a.arrow {
  display: inline-block;
  vertical-align: middle;
  background: url('/images/p_arrows.png') 0 -25px;
  width: 15px;
  height: 25px;
  cursor: pointer;
}
.nodus-page-navigator a.arrow.prev {
  margin: 0 15px 15px 0;
}
.nodus-page-navigator a.arrow.prev:hover {
  background-position: 0 0;
}
.nodus-page-navigator a.arrow.next {
  background-position: -15px -25px;
  margin: 0 0 15px 15px;
}
.nodus-page-navigator a.arrow.next:hover {
  background-position: -15px 0;
}
@media screen and (min-width: 768px) {
  .nodus-page-navigator a.href {
    float: left;
    margin-right: 30px;
    margin-left: 30px;
  }
  .nodus-page-navigator a.arrow {
    float: left;
  }
  .nodus-page-navigator a.arrow.prev {
    margin-right: 20px;
  }
  .nodus-page-navigator a.arrow.next {
    margin-left: 20px;
  }
}
/**END Пагинация для селектора нодуса|Pagination nodus selector END**/
/**Посетители|Visitors**/
#visitor_number {
  position: fixed;
  bottom: 0;
  left: 10px;
  padding: 2px 10px 2px 10px;
  background-color: #47484c;
  color: #d7d7d9;
  font-size: 13px;
  z-index: 1000;
}
#visitor_number .visitor_uid {
  font-weight: bold;
  color: #d7d7d9;
}
/**END Посетители|Visitors END**/
/**Слик-слайдер смежных товаров для одной записи каталога | Slick-slider catalog item**/
.others-items {
  padding: 30px 0 0;
  border-top: 1px solid #e3e4e4;
  margin: 0 0 20px;
}
.others-items h2 {
  margin: 0 0 25px;
  display: inline-block;
}
.others-items .owl-carousel .owl-item {
  outline: none;
  cursor: url(/images/openhand.cur), default;
}
.others-items .owl-carousel .owl-item:hover .slide-caption::after {
  width: 100%;
}
.others-items .owl-carousel .owl-item:active {
  cursor: url(/images/closedhand.cur), default;
}
.others-items .owl-carousel .owl-item .elem {
  position: relative;
}
.others-items .owl-carousel .owl-item .elem img {
  margin: auto;
}
.others-items .owl-carousel .owl-item .elem a {
  cursor: url(/images/openhand.cur), default;
}
.others-items .owl-carousel .owl-item .elem a:active {
  cursor: url(/images/closedhand.cur), default;
}
.others-items .owl-carousel .owl-item .elem.active .slide-caption::after {
  width: 100%;
}
.others-items .owl-carousel .owl-item .elem.active img {
  opacity: 0.3;
}
.others-items .owl-carousel .owl-item .elem.active a {
  pointer-events: none;
}
.others-items .owl-carousel .owl-item .slide-caption {
  position: relative;
  display: block;
  margin-top: 12px;
  font: 800 15px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.others-items .owl-carousel .owl-item .slide-caption::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #ff6e3d;
  left: 0;
  top: -2px;
  -webkit-transition: width 0.35s ease 0s;
  -moz-transition: width 0.35s ease 0s;
  -ms-transition: width 0.35s ease 0s;
  -o-transition: width 0.35s ease 0s;
  transition: width 0.35s ease 0s;
}
/**END Слик-слайдер смежных товаров для одной записи каталога | Slick-slider catalog item END**/
/**Селекторы нодуса|Nodus selector**/
.nodus-selector .description {
  font: 300 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  margin: 0 0 40px;
  line-height: 25px;
  letter-spacing: 0.04em;
}
.nodus-selector .description-bottom {
  border-top: 1px solid #e3e4e4;
  padding: 30px 0 0;
}
.nodus-selector .tab-nav + .description {
  margin-top: -25px;
}
.nodus-selector .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.nodus-selector .item {
  display: flex;
  width: 25%;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 991px) {
  .nodus-selector .item {
    width: 33.33334%;
  }
}
@media screen and (max-width: 767px) {
  .nodus-selector .item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .nodus-selector .item {
    width: 100%;
  }
}
.nodus-selector .item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 20px;
}
.nodus-selector .item > a:hover {
  text-decoration: none;
}
.nodus-selector .item .image img {
  display: block;
  width: 100%;
}
.nodus-selector .item .sub-info {
  position: relative;
  z-index: 15;
  flex-grow: 1;
}
.nodus-selector .item .sub-info .name {
  font: 800 20px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  margin: 12px 0 25px;
  text-transform: uppercase;
}
.nodus-selector .item .sub-info .position {
  font: 200 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
.nodus-selector .item .back-layer {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -25px;
  left: -20px;
  z-index: 14;
  padding: 20px 20px 25px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(35, 37, 40, 0.5);
  -moz-box-shadow: 0px 20px 30px 0px rgba(35, 37, 40, 0.5);
  box-shadow: 0px 20px 30px 0px rgba(35, 37, 40, 0.5);
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -ms-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
.nodus-selector .item .back-layer .announce {
  position: relative;
  height: 160px;
  font: 300 14px 'bliss';
  color: #737578;
  letter-spacing: 0.02em;
  line-height: 20px;
  overflow: hidden;
}
.nodus-selector .item .back-layer .announce::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.45)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
}
.nodus-selector .item .back-layer .detail {
  font: 400 14px 'waldorf';
  color: #000000;
  font-style: italic;
  border-bottom: 1px dashed #ff6e3d;
  display: inline-block;
  margin: 25px 0 0;
}
.nodus-selector .item:hover .back-layer {
  opacity: 1;
}
.nodus-selector .empty-selector {
  margin: 0 0 15px;
  font: 300 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  line-height: 25px;
}
.nodus-selector.download-selector .item > a {
  border-bottom: 1px solid #e3e4e4;
}
.nodus-selector.download-selector .item.rar::after {
  z-index: 14;
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background: url(/images/i_3D_dwnld.png) #ff6e3d -8px 10px no-repeat;
}
.nodus-selector.download-selector .item .sub-info .name {
  font: 400 18px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  min-height: 42px;
  text-transform: none;
}
.nodus-selector.download-selector .item .size {
  font: 200 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  position: relative;
  top: 8px;
  z-index: 15;
  align-self: flex-start;
  max-width: 100%;
  padding: 0 15px 1px 30px;
  background: #fff;
}
.nodus-selector.download-selector .item .size::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 18px;
  height: 16px;
}
.nodus-selector.download-selector .item .size.catalog::before {
  background: url(/images/i_news_articles.png) -72px 0;
  width: 16px;
  height: 20px;
}
.nodus-selector.download-selector .item .size.rar::before {
  background: url(/images/i_news_articles.png) -88px 0;
  width: 16px;
  height: 20px;
}
.nodus-selector.download-selector .item .back-layer {
  top: -20px;
  right: -20px;
  bottom: -25px;
  left: -20px;
  padding: 20px 20px 25px;
}
.nodus-selector.download-selector .item .back-layer span {
  cursor: pointer;
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
  left: 0;
}
.nodus-selector.download-selector .item .back-layer span::after {
  position: absolute;
  top: -21px;
  left: 50%;
  display: block;
  content: '';
  width: 14px;
  height: 17px;
  margin-left: -7px;
  background: url(/images/i_3D_dwnld.png);
}
.nodus-selector.download-selector .item:hover .back-layer {
  opacity: 0.8;
}
.nodus-selector.reviews-selector .item .image {
  display: flex;
  height: 270px;
  margin: 0 0 12px;
  border: 1px solid #e3e4e4;
}
.nodus-selector.reviews-selector .item .image img {
  width: auto;
  display: block;
  height: 90%;
  margin: auto;
}
.nodus-selector.reviews-selector .item .sub-info .title {
  font: 400 18px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-transform: none;
}
.nodus-selector.reviews-selector .item .sub-info .city {
  font: 400 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-transform: none;
}
.nodus-selector.reviews-selector .item .back-layer {
  background: transparent;
}
.nodus-selector.reviews-selector .item .back-layer span {
  font: 400 14px 'waldorf';
  color: #000000;
  font-style: italic;
  cursor: pointer;
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  left: 0;
}
.nodus-selector.reviews-selector .item .back-layer span::after {
  position: absolute;
  display: block;
  content: '';
  background: rgba(255, 255, 255, 0.5) url(/images/zoom.png) center no-repeat;
  border-radius: 50%;
  height: 60px;
  left: 50%;
  margin: -30px auto auto -30px;
  top: 50%;
  width: 60px;
}
.nodus-selector.reviews-selector .item:hover .back-layer {
  opacity: 1;
}
.nodus-selector.pressroom-selector .item,
.nodus-selector.projects-selector .item {
  width: 33.33334%;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .nodus-selector.pressroom-selector .item,
  .nodus-selector.projects-selector .item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .nodus-selector.pressroom-selector .item,
  .nodus-selector.projects-selector .item {
    width: 100%;
  }
}
.nodus-selector.pressroom-selector .item > a,
.nodus-selector.projects-selector .item > a {
  border-bottom: 1px solid #e3e4e4;
}
.nodus-selector.pressroom-selector .item > a:hover,
.nodus-selector.projects-selector .item > a:hover {
  text-decoration: none;
}
.nodus-selector.pressroom-selector .item .image,
.nodus-selector.projects-selector .item .image {
  z-index: 15;
  position: relative;
}
.nodus-selector.pressroom-selector .item .sub-info,
.nodus-selector.projects-selector .item .sub-info {
  overflow: hidden;
}
.nodus-selector.pressroom-selector .item .sub-info .name,
.nodus-selector.projects-selector .item .sub-info .name {
  line-height: 30px;
  margin: 12px 0 5px;
}
.nodus-selector.pressroom-selector .item .sub-info .announce,
.nodus-selector.projects-selector .item .sub-info .announce {
  font: 300 14px 'bliss';
  color: #737578;
  letter-spacing: 0.02em;
  height: 77px;
  margin: 0 0 40px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
}
.nodus-selector.pressroom-selector .item .sub-info .announce::after,
.nodus-selector.projects-selector .item .sub-info .announce::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.45)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45));
}
.nodus-selector.pressroom-selector .item .date,
.nodus-selector.projects-selector .item .date {
  font: 200 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  position: relative;
  top: 5px;
  left: 0;
  z-index: 15;
  align-self: flex-start;
  max-width: 100%;
  padding: 0 15px 1px 30px;
  background: #fff;
}
.nodus-selector.pressroom-selector .item .date::before,
.nodus-selector.projects-selector .item .date::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 18px;
  height: 16px;
}
.nodus-selector.pressroom-selector .item .date.info::before,
.nodus-selector.projects-selector .item .date.info::before {
  background: url(/images/i_news_articles.png) 0 0;
}
.nodus-selector.pressroom-selector .item .date.news::before,
.nodus-selector.projects-selector .item .date.news::before {
  background: url(/images/i_news_articles.png) -18px 0;
}
.nodus-selector.pressroom-selector .item .date.projects,
.nodus-selector.projects-selector .item .date.projects {
  text-transform: capitalize;
}
.nodus-selector.pressroom-selector .item .date.projects::before,
.nodus-selector.projects-selector .item .date.projects::before {
  background: url(/images/i_news_articles.png) 0 0;
}
.nodus-selector.pressroom-selector .item .back-layer,
.nodus-selector.projects-selector .item .back-layer {
  top: -20px;
  right: -20px;
  bottom: -40px;
  left: -20px;
  padding: 20px 20px 40px;
}
.nodus-selector.pressroom-selector .item:hover .back-layer,
.nodus-selector.projects-selector .item:hover .back-layer {
  z-index: 16;
}
.nodus-selector.pressroom-selector .item:hover .image,
.nodus-selector.projects-selector .item:hover .image {
  z-index: 17;
}
.nodus-selector.pressroom-selector .item:hover .sub-info,
.nodus-selector.projects-selector .item:hover .sub-info {
  z-index: 17;
}
.nodus-selector.pressroom-selector .item:hover .date,
.nodus-selector.projects-selector .item:hover .date {
  z-index: 17;
}
.nodus-selector.pressroom-selector .item .sub-info .announce {
  height: auto;
  margin-bottom: 20px;
}
.nodus-selector.filter-selector .item.catalog-item,
.nodus-selector.catalog-section .item.catalog-item {
  width: 33.33334%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .nodus-selector.filter-selector .item.catalog-item,
  .nodus-selector.catalog-section .item.catalog-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .nodus-selector.filter-selector .item.catalog-item,
  .nodus-selector.catalog-section .item.catalog-item {
    width: 100%;
  }
}
.nodus-selector.filter-selector .item.catalog-item .image,
.nodus-selector.catalog-section .item.catalog-item .image {
  position: relative;
  z-index: 15;
}
.nodus-selector.filter-selector .item.catalog-item .sub-info,
.nodus-selector.catalog-section .item.catalog-item .sub-info {
  overflow: hidden;
}
.nodus-selector.filter-selector .item.catalog-item .sub-info .name,
.nodus-selector.catalog-section .item.catalog-item .sub-info .name {
  line-height: 30px;
  margin: 12px 0 5px;
}
.nodus-selector.filter-selector .item.catalog-item .sub-info .announce,
.nodus-selector.catalog-section .item.catalog-item .sub-info .announce {
  font: 200 14px 'bliss';
  color: #737578;
  letter-spacing: 0.02em;
}
.nodus-selector.filter-selector .item.catalog-item .sub-info .provider,
.nodus-selector.catalog-section .item.catalog-item .sub-info .provider {
  font: 200 14px 'bliss';
  color: #737578;
  letter-spacing: 0.02em;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 15px 1px 0;
  z-index: 15;
  display: inline-block;
}
.nodus-selector.filter-selector .item.catalog-item .sub-info .provider::after,
.nodus-selector.catalog-section .item.catalog-item .sub-info .provider::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 300px;
  background: #e3e4e4;
  left: 100%;
  top: 7px;
}
.nodus-selector.filter-selector .item.catalog-item .date,
.nodus-selector.catalog-section .item.catalog-item .date {
  display: none;
}
.nodus-selector.filter-selector .item.catalog-item .back-layer,
.nodus-selector.catalog-section .item.catalog-item .back-layer {
  bottom: -30px;
  padding-bottom: 30px;
}
.nodus-selector.filter-selector .item.catalog-item:hover,
.nodus-selector.catalog-section .item.catalog-item:hover {
  z-index: 16;
}
section.nodus-selector.catalog-section .item.catalog-item {
  border-bottom: none;
}
/**END Селекторы нодуса|Nodus selector END**/
/**Шаблон одной записи нодуса|Nodus item full**/
.nodus-full {
  position: relative;
}
.nodus-full .date {
  font: 400 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  position: absolute;
  top: -10px;
}
.nodus-full .announce {
  font: 200 16px 'bliss';
  color: #737578;
  letter-spacing: 0.02em;
  letter-spacing: 0.04em;
  line-height: 25px;
  margin: 60px auto 25px;
}
.nodus-full .page-content {
  margin: 0 0 50px;
  position: relative;
}
.nodus-full .page-content img {
  width: 100%;
  margin: 8px 0 8px;
}
.nodus-full .page-content img.left-img {
  width: auto;
  margin: 0 20px 0 0;
}
.nodus-full .page-content img.right-img {
  width: auto;
  margin: 0 0 0 20px;
  float: right;
}
.nodus-full .page-content img.left-img + p,
.nodus-full .page-content img.right-img + p {
  margin-top: 0;
}
.nodus-full .page-content a {
  outline: none;
  color: #ff6e3d;
  text-decoration: underline;
}
.nodus-full .page-content a:hover {
  text-decoration: none;
}
.nodus-full .page-content p {
  margin: 0 0 15px;
  font: 300 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  line-height: 25px;
}
.nodus-full .page-content b,
.nodus-full .page-content strong {
  font-weight: 800;
}
.nodus-full .page-content ul {
  list-style: none;
}
.nodus-full .page-content ul li {
  font: 300 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  line-height: 26px;
  padding: 0 0 0 15px;
  background: url('/images/ul_arrow.png') 3px 10px no-repeat;
}
.nodus-full .page-content img + p {
  margin: 20px 0 15px;
}
.nodus-full .page-content p + img {
  margin: 20px 0 8px;
}
.nodus-full .page-content img.col-2 {
  width: 460px;
  margin: 10px 0;
}
.nodus-full .page-content img.col-2 + img.col-2 {
  margin: 10px 0 10px 20px;
}
.nodus-full .page-content .large-content {
  display: none;
}
.nodus-full .page-content .more-info {
  display: inline-block;
  bottom: 0;
  left: 0;
}
.nodus-full .page-content .more-info span {
  font: 400 14px 'waldorf';
  color: #000000;
  font-style: italic;
  position: relative;
  border-bottom: 1px dashed #ff6e3d;
  display: block;
  cursor: pointer;
}
.nodus-full .page-content .more-info span:hover {
  text-decoration: none;
}
.nodus-full .page-content .more-info span::after {
  content: '';
  display: block;
  position: absolute;
  right: -16px;
  top: 7px;
  background: url(/images/p_arrows.png) -30px -19px;
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.nodus-full .page-content .more-info span:last-child {
  display: none;
}
.nodus-full .page-content .more-info.active span::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nodus-full .page-content .more-info.active span:last-child {
  display: block;
}
.nodus-full .page-content .more-info.active span:first-child {
  display: none;
}
.nodus-full .page-content .contacts-left-column {
  float: left;
  width: 240px;
  margin: 0 80px 0 0;
}
@media screen and (max-width: 991px) {
  .nodus-full .page-content .contacts-left-column {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
}
.nodus-full .page-content .contacts-right-column {
  float: left;
  width: 540px;
}
@media screen and (max-width: 991px) {
  .nodus-full .page-content .contacts-right-column {
    float: none;
    width: auto;
  }
}
.nodus-full .page-content .text h4 {
  margin: 0 0 19px;
}
.nodus-full .page-content .text p + h4 {
  margin: 20px 0 19px;
}
.nodus-full.catalog-full .catalog-anchor {
  font: 400 13px 'waldorf';
  color: #000000;
  font-style: italic;
  border-bottom: 1px solid #ff6e3d;
  cursor: pointer;
}
.nodus-full.catalog-full .catalog-anchor:hover {
  border-bottom: none;
}
.nodus-full.catalog-full .announce {
  margin: 25px auto 45px;
}
.nodus-full.catalog-full .nodus-full-content {
  margin: 0 0 20px;
}
.nodus-full.catalog-full .nodus-full-content .left-column {
  margin: 0 0 70px 0;
}
.nodus-full.catalog-full .nodus-full-content .left-column .info-table {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
.nodus-full.catalog-full .nodus-full-content .left-column .info-table .elem {
  position: relative;
  margin: 0 0 15px 0;
  font: 300 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
.nodus-full.catalog-full .nodus-full-content .left-column .info-table .elem:last-child {
  margin-bottom: 0;
}
.nodus-full.catalog-full .nodus-full-content .left-column .info-table .elem span {
  font: 400 14px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.nodus-full.catalog-full .nodus-full-content .left-column .order-form {
  min-height: 464px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block {
  margin: 0 0 35px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block h3 {
  margin: 0 0 15px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item {
  height: 140px;
  margin: 0 0 20px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .image {
  float: left;
  width: 140px;
  position: relative;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .image .back-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  opacity: 0;
  cursor: pointer;
  z-index: 14;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -ms-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  box-sizing: content-box;
  top: 0;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .image .back-layer span {
  font: 400 14px 'waldorf';
  color: #000000;
  font-style: italic;
  cursor: pointer;
  position: absolute;
  top: 66px;
  width: 100%;
  text-align: center;
  left: 0;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .image .back-layer span::after {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  height: 17px;
  background: url('/images/i_3D_dwnld.png');
  top: -21px;
  left: 63px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item:hover .back-layer {
  opacity: 0.8;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .info {
  float: left;
  width: 160px;
  background: #f0edea;
  height: 100%;
  padding: 15px 5px 15px 20px;
  position: relative;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .info .title {
  font: 400 18px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .info .activities {
  font: 200 12px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .info .block-points {
  position: absolute;
  right: 20px;
  bottom: 18px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item .info .block-points .point {
  width: 4px;
  height: 4px;
  margin: 0 1px;
  background: #ff6e3d;
  border-radius: 100%;
  float: left;
  position: relative;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item:hover .info .block-points .point {
  background: #454a4f;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item:hover .info .block-points .point:nth-child(1) {
  right: 12px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item:hover .info .block-points .point:nth-child(2) {
  right: 8px;
}
.nodus-full.catalog-full .nodus-full-content .right-column .related-types .related-block .related-item:hover .info .block-points .point:nth-child(3) {
  right: 4px;
}
.nodus-full.catalog-full .nodus-full-content .all-items {
  height: 20px;
  width: 100%;
  margin: 15px 0 0;
  float: left;
}
.nodus-full.catalog-full .nodus-full-content .all-items a {
  font: 400 14px 'waldorf';
  color: #000000;
  font-style: italic;
  border-bottom: 1px solid #ff6e3d;
  position: relative;
  cursor: pointer;
  margin: 0 0 0 30px;
}
.nodus-full.catalog-full .nodus-full-content .all-items a:hover {
  border-bottom: none;
}
.nodus-full.catalog-full .nodus-full-content .all-items a::after {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 20px;
  background: url(/images/i_news_articles.png) -104px 0;
  top: 1px;
}
@media screen and (min-width: 768px) {
  .nodus-full.catalog-full .nodus-full-content .left-column .info-table .elem {
    width: 33%;
    float: left;
    margin: 0;
    padding: 0 20px;
    height: 20px;
    border-left: 1px solid #000;
  }
  .nodus-full.catalog-full .nodus-full-content .left-column .info-table .elem span {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .nodus-full.catalog-full .catalog-anchor {
    position: absolute;
    top: -30px;
    right: 0;
    margin: 0 0 0 30px;
  }
  .nodus-full.catalog-full .nodus-full-content .left-column {
    float: left;
    width: 530px;
    margin: 0 110px 0 0;
  }
  .nodus-full.catalog-full .nodus-full-content .right-column {
    width: 300px;
    float: right;
  }
}
.nodus-full.page-full .announce {
  margin: 0 auto 25px;
}
.nodus-full.page-full .page-content .brand-block {
  padding: 0 0 20px;
  margin: 20px 0;
  border-bottom: 1px solid #e3e4e4;
}
.nodus-full.page-full .page-content .brand-block .image {
  float: left;
  width: 220px;
  margin: 0 0 20px 0;
}
.nodus-full.page-full .page-content .brand-block .image img {
  display: block;
  width: 100%;
  margin: 0;
}
.nodus-full.page-full .page-content .brand-block .brand-block-content {
  clear: both;
}
.nodus-full.page-full .page-content .page-slider {
  margin: 0 0 40px;
}
@media screen and (min-width: 576px) {
  .nodus-full.page-full .page-content .brand-block .image {
    margin-right: 20px;
  }
  .nodus-full.page-full .page-content .brand-block .brand-block-content {
    clear: none;
    overflow: hidden;
  }
}
.designer-page .activities {
  font: 200 16px 'bliss';
  color: #a2a4a6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 40px;
  line-height: 25px;
}
.designer-page .content-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px;
}
.designer-page .content-row .photo {
  width: 220px;
  height: 220px;
  margin: 0 20px 20px 0;
}
.designer-page .content-row .photo img {
  width: 100%;
}
.designer-page .content-row .text {
  flex: 1 1 220px;
  font: 300 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  line-height: 25px;
}
.designer-page .content-row .text p {
  margin: 0 0 15px;
}
.designer-page .joint-projects {
  width: 100%;
  margin-bottom: 40px;
  padding: 25px 0 0;
  overflow: hidden;
  border-top: 1px solid #e3e4e4;
}
.designer-page .joint-projects .joint-projects-row:hover .slick-arrow {
  opacity: 1;
}
.designer-page .joint-projects .joint-projects-row:hover .slick-arrow.slick-disabled {
  opacity: 0;
}
.designer-page .joint-projects .slick-arrow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 95px;
  width: 20px;
  height: 30px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  outline: none;
}
.designer-page .joint-projects .slick-arrow::before,
.designer-page .joint-projects .slick-arrow::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}
.designer-page .joint-projects .slick-arrow.slick-prev {
  left: 17px;
}
.designer-page .joint-projects .slick-arrow.slick-prev::before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
.designer-page .joint-projects .slick-arrow.slick-prev::after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
.designer-page .joint-projects .slick-arrow.slick-next {
  right: 17px;
}
.designer-page .joint-projects .slick-arrow.slick-next::before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.designer-page .joint-projects .slick-arrow.slick-next::after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.designer-page .joint-projects h2 {
  color: #454a4f;
  margin: 0 0 25px;
}
.designer-page .joint-projects .joint-projects-row {
  width: calc(100% + 16px);
  position: relative;
  left: -8px;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item {
  float: left;
  position: relative;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item:hover::after {
  width: 220px;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #ff6e3d;
  left: 9px;
  top: 227px;
  -webkit-transition: width 0.35s ease 0s;
  -moz-transition: width 0.35s ease 0s;
  -ms-transition: width 0.35s ease 0s;
  -o-transition: width 0.35s ease 0s;
  transition: width 0.35s ease 0s;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item img {
  margin: auto;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item > a {
  cursor: url(/images/openhand.cur), default;
  text-decoration: none;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item > a:hover {
  text-decoration: none;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item > a:active {
  cursor: url(/images/closedhand.cur), default;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item:last-child {
  margin: 0;
}
.designer-page .joint-projects .joint-projects-row .joint-projects-row-item .joint-projects-row-item-title {
  margin: 10px 0 0 8px;
  font: 400 18px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
/**END Шаблон одной записи нодуса|Nodus item full END**/
/**Формы|Forms**/
.form.nayada-form {
  width: 220px;
  margin: auto;
  position: relative;
}
.form.nayada-form input,
.form.nayada-form textarea {
  border: 1px solid #a2a4a6;
}
.form.nayada-form input[data-validate-match],
.form.nayada-form textarea[data-validate-match] {
  border: 1px solid #ff6e3d;
}
.form.nayada-form input.error,
.form.nayada-form textarea.error {
  border: 1px solid #ef3d3d !important;
}
.form.nayada-form input.valid,
.form.nayada-form textarea.valid {
  border: 1px solid #63c058 !important;
}
.form.nayada-form h2 {
  font: 900 24px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.form.nayada-form p {
  font: 200 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
}
.form.nayada-form .field-type--text,
.form.nayada-form .field-type--textarea {
  font: 200 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
}
.form.nayada-form .field-type--text .left,
.form.nayada-form .field-type--textarea .left {
  margin: 0 0 5px;
  display: inline-block;
}
.form.nayada-form .field-type--text input,
.form.nayada-form .field-type--textarea input,
.form.nayada-form .field-type--text textarea,
.form.nayada-form .field-type--textarea textarea {
  width: 220px;
  height: 40px;
  font: 200 16px 'bliss';
  color: #000000;
  letter-spacing: 0.02em;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-transition: border 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s;
  -ms-transition: border 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s;
  transition: border 0.2s linear 0s;
  max-width: 465px;
}
.form.nayada-form .field-type--text input:focus,
.form.nayada-form .field-type--textarea input:focus,
.form.nayada-form .field-type--text textarea:focus,
.form.nayada-form .field-type--textarea textarea:focus {
  outline: none;
  border: 1px solid #ff6e3d;
}
@media screen and (max-width: 991px) {
  .form.nayada-form .field-type--text input,
  .form.nayada-form .field-type--textarea input,
  .form.nayada-form .field-type--text textarea,
  .form.nayada-form .field-type--textarea textarea {
    width: 100% !important;
  }
}
.form.nayada-form .field-type--text textarea,
.form.nayada-form .field-type--textarea textarea {
  padding: 15px 20px;
}
.form.nayada-form .field-type--text.field-phone input,
.form.nayada-form .field-type--textarea.field-phone input,
.form.nayada-form .field-type--text.field-phone textarea,
.form.nayada-form .field-type--textarea.field-phone textarea {
  font-size: 20px;
}
.form.nayada-form .field-type--e_checkbox {
  min-height: 20px;
  height: auto;
  margin: 8px 0 9px;
  width: 100%;
  float: left;
}
.form.nayada-form .field-type--e_checkbox .right {
  display: inline-block;
  margin: 0 5px 0 0;
}
.form.nayada-form .field-type--e_checkbox .right input {
  display: none;
}
.form.nayada-form .field-type--e_checkbox .right label::before {
  content: '';
  display: inline-block;
  border: 1px solid #454a4f;
  cursor: pointer;
  height: 12px;
  margin-right: 5px;
  width: 12px;
  position: relative;
  top: 2px;
}
.form.nayada-form .field-type--e_checkbox .right input:checked + label {
  color: #ff6e3d;
}
.form.nayada-form .field-type--e_checkbox .right input:checked + label::before {
  content: '';
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAMAAADtRZdSAAAACVBMVEUAAABjwFj////qEX2wAAAAAXRSTlMAQObYZgAAAB5JREFUeAFjgAJGRjiDEYghDBiPESwBAgg1UABhAAADzwAaspbdKQAAAABJRU5ErkJggg==) center no-repeat;
  border: 1px solid #454a4f;
}
.form.nayada-form .field-type--e_checkbox .right input.validable + label {
  position: relative;
}
.form.nayada-form .field-type--e_checkbox .right input.validable + label::before {
  content: '';
  display: inline-block;
  border: 1px solid #ff6e3d;
}
.form.nayada-form .field-type--e_checkbox .right input.validable + label::after {
  position: absolute;
  right: -8px;
  width: 10px;
  height: 10px;
  background: url(/images/asterisk-red.svg) no-repeat;
  background-size: 10px;
}
.form.nayada-form .field-type--e_checkbox .right input:checked.validable + label::before {
  content: '';
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAMAAADtRZdSAAAACVBMVEUAAABjwFj////qEX2wAAAAAXRSTlMAQObYZgAAAB5JREFUeAFjgAJGRjiDEYghDBiPESwBAgg1UABhAAADzwAaspbdKQAAAABJRU5ErkJggg==) center no-repeat;
  border: 1px solid #63c058;
}
.form.nayada-form .field-type--e_checkbox .e-checkbox-caption {
  display: inline;
  font: 200 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
.form.nayada-form .field-type--e_checkbox .e-checkbox-caption span {
  border-bottom: 1px dashed #FF6E3D;
  cursor: pointer;
  position: relative;
}
.form.nayada-form .field-type--e_checkbox .e-checkbox-caption span:hover {
  text-decoration: none;
}
.form.nayada-form .field-type--e_checkbox .e-checkbox-caption span:after {
  transition: all 0.35s ease-in-out;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAMAAABstdySAAAACVBMVEUAAAD/bj3/bj1eapWJAAAAAnRSTlMAnxYjQ+0AAAApSURBVHgBY2BkZAABEM3IBGJDKAQBpsAsCBvEgmtBZSIUQLXhMRHJYgATFABJyWcOlAAAAABJRU5ErkJggg==) 0 0 no-repeat;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  right: -16px;
  top: 7px;
  width: 10px;
}
.form.nayada-form .field-type--e_checkbox .e-checkbox-text {
  display: none;
  margin: 10px 0 0;
  width: 100%;
  font-size: 12px;
  color: gray;
}
.form.nayada-form .field-type--protect {
  clear: both;
}
.form.nayada-form input[type=submit] {
  width: 220px;
  height: 60px;
  margin: 25px 0;
  font: 800 14px 'bliss';
  color: #feb89e;
  letter-spacing: 0.02em;
  background: #fff;
  border: 1px solid #a2a4a6;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-transform: uppercase;
}
.form.nayada-form input[type=submit].active {
  font: 800 14px 'bliss';
  color: #ffffff;
  letter-spacing: 0.02em;
  background: #ff6e3d;
  cursor: pointer;
  border: 1px solid #ff6e3d;
}
.form.nayada-form input[type=submit].active:hover {
  font: 800 14px 'bliss';
  color: #ff6e3d;
  letter-spacing: 0.02em;
  background: #fff;
  border: 1px solid #a2a4a6;
}
.form.nayada-form input[type=submit] {
  font: 800 14px 'bliss';
  color: #ff6e3d;
  letter-spacing: 0.02em;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ff6e3d;
  width: 220px;
  height: 60px;
  margin: 25px 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-transform: uppercase;
}
.form.nayada-form input[type=submit]:hover {
  font: 800 14px 'bliss';
  color: #ffffff;
  letter-spacing: 0.02em;
  background: #ff6e3d;
  border: 1px solid #ff6e3d;
}
.form.nayada-form input[type=submit].disActive {
  border: 1px solid #a2a4a6;
  font: 800 14px 'bliss';
  color: #feb89e;
  letter-spacing: 0.02em;
  cursor: default;
}
.form.nayada-form input[type=submit].disActive:hover {
  border: 1px solid #a2a4a6;
  font: 800 14px 'bliss';
  color: #feb89e;
  letter-spacing: 0.02em;
  background: #fff;
}
.form.nayada-form.callback {
  width: auto;
}
@media screen and (min-width: 1000px) {
  .form.nayada-form.callback {
    float: left;
    width: 465px;
  }
  .form.nayada-form.callback .field-type--text {
    float: left;
  }
  .form.nayada-form.callback .field-type--text:nth-child(2n+1) {
    margin-right: 25px;
  }
}
.form.nayada-form.ask,
.form.nayada-form.ask_en {
  left: 0;
  float: left;
}
.form.nayada-form.ask,
.form.nayada-form.ask_en {
  width: auto;
}
.form.nayada-form.ask .field-type--text:nth-child(2n+1),
.form.nayada-form.ask_en .field-type--text:nth-child(2n+1),
.form.nayada-form.ask .field-type--textarea:nth-child(2n+1),
.form.nayada-form.ask_en .field-type--textarea:nth-child(2n+1) {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 1000px) {
  .form.nayada-form.ask,
  .form.nayada-form.ask_en {
    width: 465px;
  }
  .form.nayada-form.ask .field-type--text,
  .form.nayada-form.ask_en .field-type--text,
  .form.nayada-form.ask .field-type--textarea,
  .form.nayada-form.ask_en .field-type--textarea {
    float: left;
  }
  .form.nayada-form.ask .field-type--text:nth-child(2n+1),
  .form.nayada-form.ask_en .field-type--text:nth-child(2n+1),
  .form.nayada-form.ask .field-type--textarea:nth-child(2n+1),
  .form.nayada-form.ask_en .field-type--textarea:nth-child(2n+1) {
    margin: 0 25px 15px 0;
  }
}
.mfp-wrap.nayada-forms .mfp-content {
  width: auto;
  max-width: 1000px;
  padding: 30px 70px 70px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax {
  right: -30px;
  background: #ff6e3d;
  opacity: 1;
  width: 30px;
  height: 30px;
}
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax::after,
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax::before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  background: #fff;
  top: 5px;
  right: 46%;
  font-size: 40px;
  font-weight: 500;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax::after {
  transform: rotate(45deg);
}
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax::before {
  transform: rotate(-45deg);
}
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax:hover::after,
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax:hover::before {
  height: 30px;
  top: 0;
  width: 3px;
}
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax:hover::after {
  transform: rotate(135deg);
}
.mfp-wrap.nayada-forms .mfp-content .mfp-close.ajax:hover::before {
  transform: rotate(45deg);
}
.mfp-wrap.nayada-forms .mfp-content .ajax-ok {
  max-width: 1024px;
}
/**END Формы|Forms END**/
/** Gallery popups **/
.mfp-wrap.popup-gallery .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -ms-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.mfp-wrap.popup-gallery .mfp-content .mfp-close {
  right: -30px;
  background: #ff6e3d;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
  top: 40px;
}
.mfp-wrap.popup-gallery .mfp-content .mfp-close::after,
.mfp-wrap.popup-gallery .mfp-content .mfp-close::before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  background: #fff;
  top: 5px;
  right: 46%;
  font-size: 40px;
  font-weight: 500;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.mfp-wrap.popup-gallery .mfp-content .mfp-close::after {
  transform: rotate(45deg);
}
.mfp-wrap.popup-gallery .mfp-content .mfp-close::before {
  transform: rotate(-45deg);
}
.mfp-wrap.popup-gallery .mfp-content .mfp-close:hover::after,
.mfp-wrap.popup-gallery .mfp-content .mfp-close:hover::before {
  height: 30px;
  top: 0;
  width: 3px;
}
.mfp-wrap.popup-gallery .mfp-content .mfp-close:hover::after {
  transform: rotate(135deg);
}
.mfp-wrap.popup-gallery .mfp-content .mfp-close:hover::before {
  transform: rotate(45deg);
}
.mfp-wrap.popup-gallery .mfp-content .mfp-bottom-bar {
  font: 400 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
/***/
/**404**/
.nodus-full.page-404 h1 {
  margin: 0 0 25px;
}
.nodus-full.page-404 ul > li > ul > li {
  margin: 0 0 0 15px;
}
/**END 404 END**/
table.w-table {
  border-collapse: collapse;
}
table.w-table td,
table.w-table th {
  border-right: 1px solid #e5e4e4;
  padding: 10px;
  font: 300 16px 'bliss';
  color: #454a4f;
  letter-spacing: 0.02em;
}
table.w-table td:last-child,
table.w-table th:last-child {
  border-right-width: 0;
}
@media screen and (max-width: 970px) {
  table.w-table td,
  table.w-table th {
    font-size: 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 638px) {
  table.w-table td,
  table.w-table th {
    font-size: 10px;
    line-height: 1;
    padding: 5px 2px 9px;
  }
}
table.w-table th {
  background-color: #8c8e91;
  border-bottom: 1px solid #e5e4e4;
  color: #ffffff;
  font-weight: 200;
  text-align: left;
  vertical-align: top;
}
table.w-table tr {
  font-weight: 400;
}
table.w-table tr:nth-of-type(2n + 1) {
  background-color: #f1f1f1;
}
.contacts {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .contacts {
    display: block;
    margin-top: -5px;
    margin-right: 30px;
  }
}
.contacts .button .image,
.contacts .message .image {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  background: url(/images/i_sprite_icon.png) no-repeat #acadaf;
  transition: all 0.1s linear 0s;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .contacts .button .image,
  .contacts .message .image {
    width: 200px;
    margin: 0 0 4px;
  }
}
.contacts .button .image:hover,
.contacts .message .image:hover,
.add-info .search:hover {
  background-color: #ff6e3d;
}
.contacts .button span,
.contacts .message span {
  font: 300 10px 'bliss';
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 12px 5px 35px;
}
@media screen and (min-width: 768px) {
  .contacts .button span,
  .contacts .message span {
    font: 300 14px 'bliss';
    padding: 3px 20px 5px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .contacts .button span,
  .contacts .message span {
    font: 300 16px 'bliss';
    color: #ffffff;
    letter-spacing: 0.02em;
    padding: 3px 20px 5px 35px;
    white-space: nowrap;
  }
}
.contacts .message .image {
  background-position: 0 -210px;
}
@media screen and (min-width: 768px) {
  .contacts .message .image {
    background-position: 0 -210px;
  }
}
.contacts .call .image {
  background-position: 0 -180px;
}
@media screen and (min-width: 768px) {
  .contacts .call .image {
    background-position: 0 -180px;
  }
}
.site-wrapper .content .content-top-info .add-info {
  position: relative;
}
.site-wrapper .content .content-top-info .add-info .lang {
  width: auto;
  margin-right: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.add-info .search {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/images/i_sprite_icon.png) no-repeat #acadaf;
  background-position: 0 -150px;
}
.add-info .search .image {
  width: 30px;
  height: 30px;
}
.add-info .search .image span {
  display: none;
}
@media screen and (min-width: 768px) {
  .add-info {
    padding-left: 40px;
  }
  .add-info .search {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .add-info {
    margin-top: -5px;
  }
}
.blockquote {
  text-align: center;
  background: #f15e22;
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 15px;
  margin-bottom: 1em;
  font: 300 24px 'bliss';
}
.blockquote a {
  color: #ffffff !important;
}
.main-form .order-check {
  /*width: 530px;*/
  width: 100%;
}
.main-form .field input,
.main-form.nayada-form.order .field.field-notes textarea,
.main-form.nayada-form.order_en .field.field-notes textarea {
  width: auto !important;
  max-width: none !important;
}
.main-form .field {
  width: 100% !important;
}
@media screen and (min-width: 992px) {
  .main-form .field input,
  .main-form .nayada-form.order .field.field-notes textarea,
  .main-form .nayada-form.order_en .field.field-notes textarea {
    width: 100% !important;
    max-width: none !important;
  }
  .main-form .field {
    width: 48% !important;
  }
}
.main-section {
  margin: 50px auto;
}
.b-projects {
  position: relative;
  padding: 40px 0;
}
.b-project {
  display: flex;
}
.b-main__column--right > div {
  height: 420px;
}
.b-projects .slick-arrow {
  background: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20height%3D'25'%20width%3D'15'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%2015%2025'%3E%3Cpath%20fill%3D'%23ffffff'%20fill-rule%3D'evenodd'%20d%3D'M4%2012.5L14.5%2023l-2%202L0%2012.5%2012.5%200l2%202L4%2012.5z'%20/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-width: 0;
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: 50px;
  top: 0;
  width: 50px;
  z-index: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .b-projects .slick-arrow {
    background-image: url(/images/svg/arrow_left-ffffff.svg);
  }
}
.b-projects .slick-arrow:active,
.b-projects .slick-arrow:focus {
  outline-width: 0;
}
.b-projects .slick-prev {
  left: 10px;
}
.b-projects .slick-next {
  -webkit-transform: scaleX(-1);
  -ms-transform: scale(-1);
  transform: scaleX(-1);
  right: 10px;
}
.b-projects .slick-slide:active,
.b-projects .slick-slide:focus {
  outline-width: 0;
}
.b-projects .slick-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  height: 50px;
  top: 50%;
}
.b-projects .slick-arrow:hover {
  background-color: #ff6e3d;
}
.b-projects .slick-next {
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 970px) {
  .b-projects .slick-prev {
    -webkit-transform: scaleX(1);
    -ms-transform: scale(1);
    transform: scaleX(1);
    bottom: 10px;
    left: auto;
    right: 70px;
    top: auto;
  }
  .b-projects .slick-next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scale(-1);
    transform: scaleX(-1);
    bottom: 10px;
    top: auto;
  }
}
.b-project__col1 {
  width: 450px;
  margin-right: 9px;
}
.b-project__col2 {
  box-sizing: border-box;
  padding: 0 9px;
  width: 280px;
  height: fit-content !important;
}
.b-project__col3 {
  padding: 0 9px;
  width: 200px;
}
.b-project__col3 .b-projects-gallery:first-child {
  margin-bottom: 20px;
}
.b-project__logo {
  margin-bottom: 15px;
}
.b-project__title {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
  text-decoration: none;
  font-family: bliss;
}
.b-project__title:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.b-project__title-wrapper {
  margin-bottom: 10px;
}
.b-project__announce {
  color: #d4d4d4;
  font-size: 16px;
  font-weight: 200;
  margin-top: 10px;
  font-family: bliss;
}
.b-project img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1278px) {
  .b-project__col2 {
    width: 598px;
  }
  .b-project__col2 {
    padding-right: 50px;
  }
  .b-project__col3 {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .b-project .b-main__column {
    width: 50%;
  }
  .b-project__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 638px) {
  .b-project .b-main__column {
    width: 100%;
  }
  .b-project__col1 {
    margin-right: 0;
  }
  .b-project__col2 {
    padding: 9px 18px 18px;
  }
}
.b-main-all-projects {
  width: 607px;
}
.site-container .b-main-all-projects a {
  background-color: #8c8e91;
}
.site-container .b-main-all-projects a:hover {
  background-color: #4b5055;
}
@media screen and (min-width: 640px) and (max-width: 970px) {
  .b-main-all-projects {
    width: 100%;
  }
}
.b-our-projects {
  background: none !important;
  max-height: none !important;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.b-our-projects h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 42.3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .b-our-projects h2 {
    font-size: 33px;
    margin-bottom: 0;
  }
}
.b-our-projects .b-project__title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .b-our-projects .b-project__title {
    color: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 42.3px;
  }
}
.b-our-projects .b-project__announce {
  color: #000;
  font-size: 15px;
  line-height: 20px;
}
.b-our-projects .c-button-link {
  background: none !important;
  color: #adadad !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 20.07px !important;
  border: none !important;
  text-transform: none !important;
  text-decoration: none !important;
  border-bottom: 1px solid #adadad !important;
  padding: 0 0 1px !important;
  height: auto !important;
  margin-bottom: 15px;
}
.b-our-projects .c-button-link:hover {
  border-color: transparent !important;
}
.b-our-projects .slick-dots {
  text-align: center;
  margin-top: 24px;
}
.b-our-projects .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.b-our-projects .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/images/Ellipse_5.png") no-repeat center center;
  margin: 0 8px;
}
.b-our-projects .slick-dots li.slick-active {
  background: url("/images/Ellipse_5_copy_4.png") no-repeat center center;
}
.b-our-projects .b-projects-gallery__image {
  overflow: hidden;
}
.b-our-projects .b-projects-gallery__image img {
  transition: 0.45s;
}
.b-our-projects .b-projects-gallery__image img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.b-our-projects .b-project-buttons button {
  text-align: center;
  padding: 6px;
  display: block;
  background: none;
  width: 100%;
  outline: 0 !important;
  cursor: pointer;
  border: 2px solid #ff5d31;
  color: #ff5d31;
  transition: 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1em;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.b-our-projects .b-project-buttons button:hover {
  background: #ff5d31;
  color: #fff;
}
.site-container .c-button-link:hover {
  color: #ff6e3d;
  background-color: transparent;
}
.site-container .b-main__columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 970px) {
  .site-container .b-main__columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.b-main__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.b-main__column--left {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 970px) {
  .b-main__column {
    width: 100%;
  }
  .b-main__column--left {
    overflow: hidden;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  .b-main__column--left {
    justify-content: center;
  }
}
.b-projects__item {
  display: inline-block;
}
.b-main-news {
  margin-bottom: 20px;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.b-main-news h2 {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 42.3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .b-main-news h2 {
    font-size: 33px;
    margin-bottom: 38px;
  }
}
.b-main-news__cell {
  margin-bottom: 20px;
  display: none;
}
.b-main-news__cell--first {
  display: block;
}
.b-main-news__content {
  margin: 0 auto;
  width: 100%;
}
.b-main-news__info-news {
  height: 200px;
  position: relative;
  background: #f1f1f1;
  padding: 20px;
  box-sizing: border-box;
}
.b-main-news a {
  text-decoration: none;
}
.b-main-news__news-name-block {
  color: #ff6e3d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: bliss;
}
.b-main-news__plus {
  font-family: bliss;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 18px;
  bottom: 26px;
  transition: .45s;
  overflow: hidden;
  color: #adadad !important;
  font-size: 15px !important;
  font-weight: 200 !important;
  line-height: 20.07px !important;
  border: none !important;
  padding: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.b-main-news__plus .b-main-news__plus-wrap {
  background: url("/images/Layer_1391.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  display: block;
  transition: .45s;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.b-main-news__plus:after {
  content: "\41F\43E\434\440\43E\431\43D\435\435";
  margin-left: 5px;
  border-bottom: 1px solid #adadad;
  padding-bottom: 1px;
}
.b-main-news__plus--en:after {
  content: "Read more";
}
.b-main-news__plus:hover {
  width: 100px;
}
.b-main-news__plus:hover .b-main-news__plus-wrap {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-main-news__news-hr {
  width: 100%;
}
.b-main-news__news-hr hr {
  border: none;
  border-top: 1px solid #ff6e3d;
  width: 42px;
  margin: 9px 0 0 13px;
}
.b-main-news__news-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-main-news__news-date {
  color: #adadad;
  font-size: 15px;
  font-weight: 200;
  line-height: 20px;
  white-space: nowrap;
}
.b-main-news__header-text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 12px;
  font-family: bliss;
}
@media (max-width: 620px) {
  .b-main-news__header-text {
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  .b-main-news__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -.625rem;
    margin-left: -.625rem;
    max-width: 598px;
    margin: 0 auto !important;
    width: 100%;
  }
}
@media print and (min-width: 500px), screen and (min-width: 500px) and (min-width: 39.875em) {
  .b-main-news__content {
    margin-right: -.625rem;
    margin-left: -.625rem;
  }
}
@media print and (min-width: 500px), screen and (min-width: 500px) and (min-width: 60.625em) {
  .b-main-news__content {
    margin-right: -.625rem;
    margin-left: -.625rem;
  }
}
@media screen and (min-width: 500px) and (min-width: 79.875em) {
  .b-main-news__content {
    margin-right: -.625rem;
    margin-left: -.625rem;
  }
}
@media (min-width: 500px) {
  .b-main-news__cell {
    display: block;
    width: calc(45.75%);
    margin-right: .625rem;
    margin-left: .625rem;
  }
}
@media (min-width: 970px) {
  .b-main-news__content {
    width: 930px;
    max-width: 100%;
  }
  .b-main-news__cell {
    width: calc(29.083333%);
    margin-right: .625rem;
    margin-left: .625rem;
  }
  .b-main-news__cell--noveltie {
    display: none;
  }
}
@media (min-width: 1280px) {
  .b-main-news__news-header {
    margin-top: 0;
  }
  .b-main-news__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-right: -.625rem;
    margin-left: -.625rem;
    width: 100%;
    max-width: 1232px;
    height: 412px;
  }
}
@media print and (min-width: 1280px), screen and (min-width: 1280px) and (min-width: 39.875em) {
  .b-main-news__content {
    margin-right: -.625rem;
    margin-left: -.625rem;
  }
}
@media print and (min-width: 1280px), screen and (min-width: 1280px) and (min-width: 60.625em) {
  .b-main-news__content {
    margin-right: -.625rem;
    margin-left: -.625rem;
  }
}
@media screen and (min-width: 1280px) and (min-width: 79.875em) {
  .b-main-news__content {
    margin-right: -.625rem;
    margin-left: -.625rem;
  }
}
@media (min-width: 1280px) {
  .b-main-news__info-news {
    height: 206px;
  }
  .b-main-news__info-news--image {
    display: none;
  }
  .b-main-news__cell {
    width: calc(23.75%);
    margin-right: .625rem;
    margin-left: .625rem;
    height: 206px;
    margin-bottom: 0;
  }
  .b-main-news__cell--first .b-main-news__info-news--image,
  .b-main-news__cell--noveltie,
  .b-main-news__cell--noveltie .b-main-news__info-news--image {
    display: block;
  }
  .b-main-news__cell--first {
    width: calc(48.75%);
    margin-right: .625rem;
    margin-left: .625rem;
    position: relative;
    height: 412px;
  }
  .b-main-news__cell--first .b-main-news__info-news {
    width: 288px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .b-main-news__cell--first .b-main-news__info-news--image {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .b-main-news__cell--orange {
    background: #ff6e3d;
  }
  .b-main-news__cell--orange .b-main-news__news-hr hr {
    border-top: 1px solid #ffffff;
  }
  .b-main-news__cell--orange .b-main-news__info-news {
    background: #ff6e3d;
  }
  .b-main-news__cell--orange .b-main-news__plus-wrap {
    background: url("/images/Layer_1392.png") no-repeat 0 0;
  }
  .b-main-news__cell--orange .b-main-news__news-name-block {
    color: #fff;
  }
  .b-main-news__cell--orange .b-main-news__news-date {
    color: #b85838;
  }
  .b-main-news__cell--orange .b-main-news__plus {
    font-family: bliss;
    color: #b85838 !important;
  }
  .b-main-news__cell--orange .b-main-news__plus:after {
    border-bottom: 1px solid #b85838;
  }
}
.b-projects-gallery__image img {
  width: auto !important;
  max-width: none !important;
  max-height: 100% !important;
}
.b-projects-gallery__image {
  height: 100%;
}
.b-projects-gallery {
  height: 100%;
}
.b-project__col3 .b-projects-gallery {
  height: 50%;
}
@media screen and (max-width: 970px) {
  .b-project {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.advantages__text-popup {
  left: 0;
  right: 0;
  border: 2px solid #F15E22;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  position: absolute;
  bottom: 120%;
  z-index: 99;
  transform: scaleY(0);
  transition: opacity 0.3s linear 0s;
  box-shadow: 0 20px 30px 0 rgba(35, 37, 40, 0.5);
  opacity: 0;
  color: #fff;
  font-family: 'bliss';
  text-align: left;
  width: 300px;
}
.image-background:hover > .advantages__text-popup {
  opacity: 1;
  transform: scaleY(1);
}
.footer .footer-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: initial;
  max-width: 960px;
  padding: 28px 0;
  margin-right: auto;
  margin-left: auto;
}
.footer__row {
  display: flex;
  flex-direction: column;
}
.footer__row--bottom {
  gap: 20px;
}
.footer__line {
  width: 100%;
  height: 1px;
  margin: 20px 0;
}
.footer__column {
  width: 100%;
  display: flex;
  flex-direction: column;
  font: 400 14px 'bliss';
}
.footer__column ul {
  list-style: none;
}
.footer__column ul li {
  margin-bottom: 5px;
}
.footer__column ul li:hover {
  cursor: pointer;
}
.footer__column ul li a {
  text-decoration: underline;
  color: #454a4f;
  font-family: bliss;
  font-size: 14px;
}
.footer__address {
  margin-top: 20px;
  color: #454a4f;
  letter-spacing: 0.02em;
  display: inline-block;
}
.footer__address > span {
  display: flex;
  flex-direction: column;
}
.footer__date {
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
.footer__info {
  letter-spacing: 0.02em;
}
.footer__techart {
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
.footer__techart a {
  color: #a2a4a6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 740px) {
  .footer__row {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__address {
    margin-top: 0;
  }
  .footer__column {
    width: 33.3333%;
  }
  .footer__row--bottom {
    gap: 0;
  }
}
.order-check {
  width: 100% !important;
}
.order__form-container {
  padding: 40px;
  background-image: url(/images/form/form-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.order__form {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
@media screen and (max-width: 420px) {
  .order__form-container {
    padding: 15px;
  }
  .order__form {
    padding: 10px;
  }
}
.nayada-form.order .field-type--text input {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 100% !important;
}
.nayada-form.order .field-type--textarea textarea {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 100% !important;
}
.nayada-form.order .field-type--e_checkbox {
  max-width: 450px;
}
.nayada-form.order input[type=submit] {
  float: right;
  margin: 0;
}
.nayada-form.order p {
  margin: 0 0 15px;
}
.footer__address .nayada-mebel_call_phone_2 a {
  color: inherit;
}
@media screen and (min-width: 640px) {
  .nayada-form.order .field-type--textarea {
    width: 48% !important;
  }
  .nayada-form.order .field-type--text {
    width: 48% !important;
  }
}
.nayada-form.order,
.nayada-form.order_en {
  width: 100%;
  left: 0;
}
@media screen and (min-width: 640px) {
  .nayada-form.order form,
  .nayada-form.order_en form {
    position: relative;
  }
}
.nayada-form.order .field.field-notes,
.nayada-form.order_en .field.field-notes {
  right: 0;
  top: 0;
}
@media screen and (min-width: 640px) {
  .nayada-form.order .field.field-notes,
  .nayada-form.order_en .field.field-notes {
    position: absolute;
  }
}
.nayada-form.order .field.field-notes textarea,
.nayada-form.order_en .field.field-notes textarea {
  max-height: 300px !important;
}
@media screen and (max-width: 991px) {
  .nayada-form.order .field.field-notes textarea,
  .nayada-form.order_en .field.field-notes textarea {
    max-width: 100% !important;
  }
}
.c-button-link {
  font-family: 'bliss' !important;
}
.form.nayada-form .field-type--e_checkbox .e-checkbox-text.e-checkbox-text--show {
  display: block;
  font-family: 'bliss' !important;
}
.b-news-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(213px, 1fr));
  gap: 18px;
}
.b-news-gallery__link {
  position: relative;
  cursor: pointer;
}
.b-news-gallery__link::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.b-news-gallery__link:hover::after {
  box-shadow: 0 10px 30px 0 rgba(140, 142, 145, 0.5);
  background: rgba(255, 255, 255, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACTUlEQVRIS8WWz29MURTHPyczoWYj0RUbO0EkJBIyzKMlYSPhT7Cgm5qntZQgfsTSmDuxUBb+AYkFG5JRvU+qQsJGwkos2CCxqaoxR9502pn3Zl7f65hXd/neuedzzr3nnPsVYpaOFraQkRPAEWA7MNjc8g14Bzzmjz6QW96HOF/t/yXKWIvOQUSvgjjJHKpF5YJU7LMk9h1gPTk0wPraTVRGgMjAIpwrohP8yI7Jvcm55QIIONbx/AZq2YcI+SRRR9oo02Rrx6Q0/T3KZgmsI7tzDOSqwN5/grY2zzA3e0gmXs9289cCu84d4FSfoItu7oqxpyPBC4XE0x7uNC5ORRnuVnCNjNV1LFCI8+L/F2MX92gSe8ATYzs6Q7RY2InIm4ROegGD6i6peG8DfaxnncsoF1MFC1ekbC8FwW6hCjKcKliZlIoNMERd5zOwMVUwfBFjN4Uydn4Ba7qWfLOQkgalrhNVcPNi7Nr/Af4pxubC4NU46k9i7ObVLy70iRjPf1aXlqxKOzWey6lrQXD6A8QfmzukYn3R0Mo49ZHZpYcbo7cBTu+RqKP1/VJ5/iLckm3P4oHboL7q6Oeawdi8QEd/pykEFhIQMZSnxsLwoPQZPTxIZv5RH1VIJLxT7I3n11HPlHoUe3XgFbCn475CmcfIW64D+xJdulAFPU/Ze4nrlIHicvBY+apnhrYiteMIR0G2NQX9b+Ar6HsQi3K/vU/V75Z4eKJ8VmwUB4/NeMXEtg2RcOFcquDGcAofuw8t21Lq4CBcP4rxbvjf/gKumwWHcBG2mAAAAABJRU5ErkJggg==) center no-repeat;
}
.b-news-gallery__link img {
  margin: 0 !important;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


.mfp-bg {
	background-color: #777;
	opacity: 0.7;
}
.mfp-container {
	padding: 0 30px;
}
.mfp-content {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .5);
}
.mfp-figure:after {
	display: none;
}
img.mfp-img {
	margin-top: -30px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAACjlBMVEUAAADZWiL///8AAAAmJiYAAAAAAAAtLS00NDQAAAAAAAACAgIJCQk2NjY4ODhGRkYAAAA+Pj5LS0sAAAABAQEAAAACAgIHBwcPDw8AAAABAQEGBgYAAACHh4cAAAAAAAAFBQUQEBASEhKVlZUAAAAAAAABAQEAAAACAgIDAwMAAAAAAAAAAAAAAAAAAAAAAAAuLi4AAAAAAACcQSsAAAAAAAAAAAAAAAAAAAAAAAB6LyIAAACdWkgAAAAAAAAAAAAAAACsQyaoQCUAAACrSS0AAAAAAAAAAAAiIiKqTTMAAAAAAAAAAABvQTkAAABDFhEAAAADAwMAAAAAAAAAAAAAAAAAAAA4ODgAAAABAQEnJycAAAAAAAAvLy8AAAAAAABbHhYAAAAsDgxVGxUqDQvNWSsAAAAAAADBTSbRViYAAAAAAAAAAADHUCVHFxLKZT8jCwhEFhGpPyPDVjCoPiO4VTWxWT3UWSXSViSILx+WNiCbRzLMUiTTXy3UWSWaQCuALB7DTSTKVyyLMh/NXjK4RyOzQyPNZj29SSPUWSWuQSPSZjnVXCnAWTW0TCy9VTPTViOuRiipPyLJUCPQUyPWXSq5TivRWijVZDTCTCPDTSPCUCjIWS7TZjnCTiXPXS/SYjTWWSPXWSPXWyXXXCbSVSPSViTXXinYXynYWiPZWiLZWiPZWyPYWyPZWiDZWiHZWiLZWyPZYCnZYCrZYCvZZjLZZjPZZzXaWh7aWh/aWiDaWiHaWx3aYCnackHbWh3bWxrbWxvbWxzbWx3bWx7cWxncWxrcWxvcWxzcelHdWxfdWxjdWxndXBbdXBfdXBjeXBXeXBbeiHD309v52uP52uT95u7/7fT/7vb///9z2sRrAAAArXRSTlMAAAABAQIDAwMEBQUFBQUFBgYGBwcICAgICQkJCgoLDAwMDAwNDg4PDw8QERITFBYWGBkZGhscHR8gICEiJSYnKCorLi4vMDExMTY3ODg5Oz4/QEJDRUZGR0lKS0xNVVZYWlteYWFiZWZnamttbXR2d3h5fIqMkJeYnZ6foKWnqaqrrK6wtb2/xMTIycnLzMzNzs/Q0dTX2Nrc5OXm5+nr6+7u8PL2+Pn5/v7+/n2i9PoAAAJnSURBVCjPfZPdixNnFIef92MmmcwmqZusWVGQ2S3WUlpBaEFK70q98C/sH9VbXdAdDYoVk5hNZjIf7zvvHC9W1zvP5Xk4HH7we5Tme6PQ9IAxDCKpbsdLO5CGEADQFlAQ2fG9x6enk2FbbFb/vTJX3iNfrkWb0fHT8x+/LPjw8t+TYh8CaINCx5NH//x5wmg6SYfKc3T3QbMfeBGUQWEnv/71h0Gm6SCO+kqhF9OtCw5RBsX0+O/fAZJIoZtaAbPxRdT5oIyBk2dPDHcWe0kM/S7YLLTcjl4MvUdruHsvgnF85jZVdahtFp+CPHw4TAwa+O0nRN709sx/OKyjzMoSmP2sU4tWMEfmi3EuNosOUWbldSMCizhJ0AbmjCajyeRSbGYzK3kzO50Ls7lO0AqOGQuSuFxsZiV3d9IkHTGc6uvfw1EK6NTlYiV3vTHogSRxFKOBWgDUwd5Xou5bHBBTBQ0aKFQPFDazkovNrHMqdDS1ucab6iB97c+s5C4Xe15uV3WjrkJ/jXesV+vVwkrucLnYM1+uK9ZdcGiBy7dU1XkkeTtbzNtcbAas/w8+oAN8WjoIkreLcXI0a3MJEN4WTVdjBdrnt34hh1EqYHAXwPJ13dQ1GmjKlxc35buu5vs3dVkfOoyCgfF9mFh8HPdN6cG9yzebq23ZYERhjGmL1h6psq23HlbLy+16V20PnbJAoSMJ7uPJrR/SqGvKT1e7YrcvVkUAC4QS3/l6Pxxajfi2LcpDtSrDV+x2vfN1OYgjTd+5pq13ZRHCN0siZdMksVohfVf7XSceQH+VCDA34cJNSvV9BT8DOihFQ47jFkEAAAAASUVORK5CYII=) center no-repeat;
	font-size: 0;
	height: 30px;
	opacity: 1;
	padding-right: 0;
	right: -15px;
	top: -15px;
	width: 30px;
	z-index: 1048;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.mfp-arrow {
	height: 100%;
	margin-top: 0;
	opacity: 0;
	top: 0;
	width: 10%;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.mfp-arrow:active {
	margin-top: 0;
}
.mfp-arrow:after {
	display: none;
}
.mfp-arrow:before {
	border-width: 0;
	height: 30px;
	margin: -15px 0 0;
	opacity: 1;
	top: 50%;
	width: 30px;
}
.mfp-arrow-left:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAFnklEQVR4AZVXfUzTVxR1LbWWgqUFixSQdnSIs2EgYybGEhMTcU02JotZdAyDMuNM2B9LhC0szsxtKBDFGDQscyAmxoCCzT4StomiVIzOIfMjxvABDgwT6MRiEQr97dzudim1peUmB9rfu++c373vvvteFwSwlwARYd26dSHp6emSlStXLtTr9dLy8nJ5VVVVGH0n0Bj5uP157vyMJ4kBCbBo+fLl4bt27VIfPnxYW1paqi8sLEw8dOjQ69XV1aszMjLi8/Pz4/ft2xeH/0tgYTSH54qZK2jREEBKJBs2bFAfOXLE0NLSYhoeHj44NTXVLniZw+HosFqt3164cOGtnJychLi4OBW/gJS5AoqL2FGm1WojNm/evOzEiRNrbTbbOSFIGxsbO4MM6dLS0jRKpVJBXMwpChRpKL1xbm6u3mw2vz0zM9NHhDNPRwRrY9kvfR8m1vbkLrkCdAH3enLVl/p2Jp78p6niN/IhQ1ZuIfotWPdlCoVCSZzekXuLyhYvXqzKysrS19fXbwLHJCDYLGc7e7fFnIXQo7lAPjZLQ4fA1tzc/H5ycrKWxWW+xMW8HoqUlBRdWVnZxunp6Yc02Xrmy59BepPJg8HNv099/v/SHD9+fJNGo4knbtbggsMfrsCwqKgoze7du9eiUH6kSeNXGztBdIMJ54Mb1ounXUWI+rgK7leBpaTBWiJ3QS2iFGdmZq6ora3Nd63pxLjQk7f0fCCR8fZGu8+xvOjz03abQNba2voF6uYV6Kh4q4ndwvLQ0FANqnhtb2/vSVeKG0qbA4na2uqfOacdwpOfqmy+xq31XzcT18jIyEVopAAxHHWIe30VsJdNJtNGu91+i5x7C7R1c0Z67bxdcM4IE/fbJ/0W246EOqfTKZBFRERkQkcHRAALF7B6ZHR0tCE7O3urwIaJFn+E9juXn5PPZG/nVICsWNzCxcXFheHh4cnQiuJ0L5CEhYWp0W8zCgoKPvYQfuCL7HlPx5Qr0nttz4Mosi6P6j4ol8tfg140IHMJY31jDAbDGvTaInKit6Tm8EKkd/+L9NmtXyf4WdDCOFAqobUK0ABylzB9UavVa4xGY6GH8CVfZJP9d6ackxPOpy1140EIWwS2PXv27JfJZG9AK3aWsEQiWa3T6Xag3T0mx74C7Sl/hJMP77rSbb99yX+6ubgENjSmj6DxgnAMHmZgnbd1d3dfJsfRhm/m3E6O4b+mSdx29RzvY//baWho6DY0tgDp3qlWQzg1KSnpPZyz35Gz49lTgZrAXOIUsavDtTfZfTQQs2308QyN/wCDRg7gUVy8nYAVUqnUhA5TNDg42BFsy5y4e8VXum+MtTV0cMt8FBkZWQz+jaThuZ3E3MB1ISEhRpVKtQPbqlpgG677rAlEnfPo03+OnCox4zh1cjU3gTsfMM5uINwyuZ2lisXiTWgmnx47duycwDbWevr3II/FhictdddQoC5Ri8VyHZxFQDZxe7dMEYeuAvRAJsS34fbw1dGjR80Cm8M65OrfXO1tQBejjZ7RmH14wCXIon+Aaz+QR5zM7XFIeByLfHQZgCyI70T/PoBLnnlgYOCBwOZugZ7fPZ+Njo4OVlRU0KFwANhJXMzpdSx6XQSAeCANMJE4uhq99feVlZVtXV1d9wU/1t/f311TU3Mdu6OGImVRE3P5uAh4XX0AJbCM1ySLU1WErlNBL4AsNK5fv/5KSUnJHQJONEtsbKyZxoAKXtM8npvKXH6uPl6XPXaM5xQZgXeA7cAnwF5UfylQjs/l9FkkEu3lse3sS3MMzOF12QtwvQUUvC6JQCqTvQm8C2wFPmBs5Wc0ZmTfRJ4b+Hrr41eElLeZkkkSgCTAwOSrGPTZwGMJ7KvkudJ5/5pguDMgYRIZp03uhVAek7IvR8g88zEU6iwwQUB4z/Nn/wINVh2+FIJOUwAAAABJRU5ErkJggg==);
	left: 20px;
}
.mfp-arrow-right:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAFq0lEQVR42qVXbUyTVxSeLbWWgqWARQsonR2iNCgyZmIsMTER12RjYMyiQw1KjMPgkiXAEhNn4jJUGOCYGrYx3I8tC06xk2UxDjZU1OGczq+IgQIG1AwtlEL56Me75zTnjVJo6bKTPPSl99znee+55557+oo/EwSBPmYBEsLatWtD0tLSZMnJybP1er28rKxMeezYsTD6n0Bj5CP601zmCN5YUArIgDlLliwJ3717t6aysjKhtLRUX1hYuLiiouL1mpqaVenp6fF5eXnxBw4ciMPnPFgYzeG5UuYKWjQEkBPJ+vXrNUePHjU0Nzeb+vv7D09MTFwVfMzpdN60Wq1fNjU1vZWTk7MoLi4ukl9ATlzBiEvYUZGQkBCxadOmhbW1tWvsdvtpXzGPxyNMZzab7QdESJeamqpVq9Uq4mJOyUwrDaU3zs3N1ZvN5rfdbnc3Ebps/cLAuc/bH+1d3mzZGvOnJXeeBWi3bJvfhu+aBhu/eOgc/Mcrjqjcwuo3Y98XqlQqNXGKK/cnqpg7d25kZmamvr6+Phsc40Q0fO3sk+58XQuEHgcC+diunOkT2M6fP/9eUlJSAosrphOX8n6oUlJSdEeOHNngcrl6aPJAQ/l9S67mNhEHha2aOzRHFD9x4kS2VquNJ27W4ITDH87AsOjoaG1BQcEaJEojTbJfMz8B0d9MGjwwZ+hqg3flyI8r4F4GzCcN1pKICTWHQpyRkbH05MmTed49ddiFrh3xF/2RD7V8PxJInOaO2we9GdjS0vIx8uY16ETyUZOKwsrQ0FAtsnhNV1fXt94Qmysf+CO1XagddjuG3CPXfx4NJD5wtuIBcT179uw3aKQAC3jVIeL+qmCvmkymDQ6H4xY5dxcsuxCIdOTGL6PexPvjJ4c/n549y5rEYxcREZEBHR0QAcwGvOpRMTExhqysrC3iGcWRuTHTXo4/ujcheNzC8PXG6cXBIQqXlJQUhoeHJ0Er2htumCwsLEyDepuen5+/VxTGxI5gEmmir93pTaLL9dPtueWl7D6sVCqXQy8GUHiFsb8LDAbDatTaYi6BJNwebBaPd9+e8IyPevq/+mDAnzAulCporQS0gNIrDGg1Gs1qo9FYSE5jY2Mey7aYtmBEBxur7c7+R66h378bmS7UonBRUdFBhULxBrRiJwnLZLJVOp1uJ8qdt+717ElunkmUwuseHfY4bv066i+5UIi8m4zC9D40pggvwJfp2OftnZ2dF8nR2vDZvYCiradGBLdLoOye6Tg9ffr0DjQ2A2m+odZAeEViYuK7uGe/JudRm9Xjr4DYr5x2eJzjHsfdi2MBCsglREMgOweDRg7wUnLxcQKWyuVyEypMcV9f300+o35L5vDVBkegkknllkvm46ioqBLwbyCNF8eJCwigCwkJMUZGRu7EsaoR2Kz1n97BJcFhDwr3rT+W3qMjydncAO48wDi5gHDJ5HK2QiqVZqOYfHT8+PHTojj2szfYa9F++VSvKNra2toGzmIgi7gnl0y+JLiA64EMiG9H9/BJdXW1WRR34ZKn+k3ZLjYCBDoy9B2NkQ8Zi/4FroPANuIkbp9L4sW1yFeXAciE+C7U70No8sy9vb0PX2550JX4bYOeP3/eV15eTpfCIWAXcRGn77U4pREA4oFUwETiqGr01t9UVVVd7ujoeCD4sZ6ens66uro2nI46WimLmphrSiMwpfUB1MBC3pNMDlUxqk45vQCicGbdunWX9u3bd5eAG601NjbWTGNAOfnynEziYK5JrY/fZo8d4zlERuAdYAfwIbAf2V8KlOG5jJ4lEsl+HtvBvkaayxy+zV7g9hZQ8b4sBlYw2ZvARmALsJXAzxt5zMi+i3mun/Y28K8IOR8zNZMsAhIBA5OvJPCzgccWsa+a58r/868JhhgBGZMoOGxKH4TymJx9eYXM8z9tVlAI0v4F9mQP7tXAPVsAAAAASUVORK5CYII=);
	left: auto;
	right: 20px;
}
.mfp-bottom-bar {
	background-color: #fff;
	bottom: 0;
	margin-top: -30px;
	overflow: hidden;
	padding: 5px 0;
	right: 0;
	vertical-align: top;
}
.mfp-title {
	color: #000;
	min-height: 18px;
	text-align: center;
}
.mfp-title button {
	margin: 5px 0;
}
.mfp-gallery .mfp-title {
	padding-right: 50px;
	padding-left: 50px;
}
.mfp-counter {
	color: #000;
	right: 5px;
	line-height: 1;
	top: 5px
}
.mfp-gallery .mfp-img {
	padding-bottom: var(--mp-title-height);
}
.mfp-gallery .mfp-bottom-bar {
	margin-top: var(--mp-title-height-revert);
	height: var(--mp-title-height);
}