@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Arimo);
.smartbanner-show {
	margin-top: 80px;
}

.smartbanner-show .smartbanner {
	display: block;
}

/** Default **/
.smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-family: 'Helvetica Neue', sans-serif;
	background: #f4f4f4;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
	font-family: 'ArialRoundedMTBold', Arial;
	font-size: 20px;
	text-align: center;
	color: #888;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
}

.smartbanner-title {
	font-size: 13px;
	line-height: 18px;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #6a6a6a;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
	color: #aaa;
}

.smartbanner-button-text {
}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {
}

/** iOS **/
.smartbanner-ios {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-ios .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
	color: #4d4d4d;
	font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {
}

/** Android **/
.smartbanner-android {
	background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
	box-shadow: inset 0 4px 0 #88b131;
	line-height: 82px;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
	color: #b1b1b3;
	background: #1c1e21;
	text-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
	color: #eee;
}

.smartbanner-android .smartbanner-icon {
	background-color: transparent;
	box-shadow: none;
}

.smartbanner-android .smartbanner-info {
	color: #ccc;
	text-shadow: 0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
	color: #fff;
	font-weight: bold;
}

.smartbanner-android .smartbanner-button {
	min-width: 12%;
	color: #d1d1d1;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
	background: none;
}

.smartbanner-android .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 10px;
	background: #42b6c9;
	background: linear-gradient(to bottom, #42b6c9, #39a9bb);
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
	background: #2ac7e1;
}

/** Windows **/
.smartbanner-windows {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-windows .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-windows .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-windows .smartbanner-title {
	color: #4d4d4d;
	font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-windows .smartbanner-button-text {
}

.smartbanner-windows .smartbanner-button-text:active,
.smartbanner-windows .smartbanner-button-text:hover {
}

@charset "UTF-8";

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
     transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
     transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
}

/* Navigation arrows */

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

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

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
     transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  -o-animation: fancybox-rotate .8s infinite linear;
     animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
     transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
     transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
     transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */

.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */

.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

/* 
    Created on : Aug 18, 2017, 12:11:40 PM
    Author     : Chameleon
*/

/* Tablets / Mobile in landscape / portrait */

.winter_animation_wrap {
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.star_1 {
  position: absolute;
  top: 21%;
  left: 13%;
  width: 11.9rem;
  height: 12rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_2 {
  position: absolute;
  top: 30%;
  left: 16%;
  width: 6.3rem;
  height: 6.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_3 {
  position: absolute;
  top: 29%;
  left: 13%;
  width: 6.3rem;
  height: 6.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_4 {
  position: absolute;
  top: 20%;
  left: 34%;
  width: 8.3rem;
  height: 8.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_5 {
  position: absolute;
  top: 72%;
  left: 20%;
  width: 11.3rem;
  height: 11.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_6 {
  position: absolute;
  top: 69%;
  left: 24%;
  width: 9.3rem;
  height: 9.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_7 {
  position: absolute;
  top: 26%;
  left: 50%;
  width: 11.9rem;
  height: 12rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_8 {
  position: absolute;
  top: 66%;
  left: 46%;
  width: 6.3rem;
  height: 6.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_9 {
  position: absolute;
  top: 75%;
  left: 59%;
  width: 6.3rem;
  height: 6.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_10 {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 8.3rem;
  height: 8.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_11 {
  position: absolute;
  top: 60%;
  left: 5%;
  width: 11.3rem;
  height: 11.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.star_12 {
  position: absolute;
  top: 25%;
  left: 63%;
  width: 9.3rem;
  height: 9.3rem;
  -webkit-animation: scale_star 5s infinite linear;
       -o-animation: scale_star 5s infinite linear;
          animation: scale_star 5s infinite linear;
}

.main_star {
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: 0;
  left: 35%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: left 2.5s ease-out, top 2.4s ease-in, -webkit-transform 2.4s ease-out;
  transition: left 2.5s ease-out, top 2.4s ease-in, -webkit-transform 2.4s ease-out;
  -o-transition: left 2.5s ease-out, top 2.4s ease-in, -o-transform 2.4s ease-out;
  transition: left 2.5s ease-out, top 2.4s ease-in, transform 2.4s ease-out;
  transition: left 2.5s ease-out, top 2.4s ease-in, transform 2.4s ease-out, -webkit-transform 2.4s ease-out, -o-transform 2.4s ease-out;
}

.main_star_anim {
  top: 28%;
  left: 72%;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.logo_star {
  background: url(/wp-content/themes/sparkling-child/inc/dist/img/winter_star_logo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateX(-0.6rem);
       -o-transform: translateX(-0.6rem);
          transform: translateX(-0.6rem);
}

.people_star {
  background: url(/wp-content/themes/sparkling-child/inc/dist/img/star_people.png) no-repeat;
  background-size: contain;
  height: 98%;
  width: 98%;
}

.people_star_anim {
  -webkit-transform-origin: 49% 49%;
       -o-transform-origin: 49% 49%;
          transform-origin: 49% 49%;
  -webkit-animation: rotate_people 20s infinite linear;
       -o-animation: rotate_people 20s infinite linear;
          animation: rotate_people 20s infinite linear;
}

@-webkit-keyframes scale_star {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-o-keyframes scale_star {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }

  50% {
    -o-transform: scale(0.4);
       transform: scale(0.4);
  }

  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes scale_star {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.4);
         -o-transform: scale(0.4);
            transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rotate_star {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }

  50% {
    -webkit-transform: scale(0.4) rotate(180deg);
            transform: scale(0.4) rotate(180deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@-o-keyframes rotate_star {
  0% {
    -o-transform: scale(1) rotate(0deg);
       transform: scale(1) rotate(0deg);
  }

  50% {
    -o-transform: scale(0.4) rotate(180deg);
       transform: scale(0.4) rotate(180deg);
  }

  100% {
    -o-transform: scale(1) rotate(360deg);
       transform: scale(1) rotate(360deg);
  }
}

@keyframes rotate_star {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
         -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }

  50% {
    -webkit-transform: scale(0.4) rotate(180deg);
         -o-transform: scale(0.4) rotate(180deg);
            transform: scale(0.4) rotate(180deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
         -o-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes rotate_people {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes rotate_people {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotate_people {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .back-animation {
    display: none;
  }
}

.back-animation [class^=star_] svg {
  max-width: 100%;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s, -o-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s, -o-transform 2s;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
  border-radius: 0.34em;
  font-family: "Arimo", monospace;
  padding: 0.15em;
  background: #000;
  color: #eee0d3;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), to(#333333));
  background-image: -o-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  padding: 0 0.15em;
}

.odometer.odometer-auto-theme .odometer-digit:first-child,
.odometer.odometer-theme-car .odometer-digit:first-child {
  border-radius: 0.2em 0 0 0.2em;
}

.odometer.odometer-auto-theme .odometer-digit:last-child,
.odometer.odometer-theme-car .odometer-digit:last-child {
  border-radius: 0 0.2em 0.2em 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZWVlMGQzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNiYmFhOWEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), color-stop(100%, #eee0d3));
  background-image: -webkit-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), to(#eee0d3));
  background-image: -o-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: linear-gradient(to bottom, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-color: #eee0d3;
  color: #000;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0.15em;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
     transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-button-prev.swiper-button-dark,
.swiper-container-rtl .swiper-button-next.swiper-button-dark {
  background-image: none;
  background-color: #000000;
  height: 28px;
  margin-top: -14px;
  text-align: center;
}

.swiper-button-prev.swiper-button-dark:after,
.swiper-container-rtl .swiper-button-next.swiper-button-dark:after {
  content: '\f177';
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 28px;
}

.swiper-button-next.swiper-button-dark,
.swiper-container-rtl .swiper-button-prev.swiper-button-dark {
  background-image: none;
  background-color: #000000;
  height: 28px;
  margin-top: -14px;
  text-align: center;
}

.swiper-button-next.swiper-button-dark:after,
.swiper-container-rtl .swiper-button-prev.swiper-button-dark:after {
  content: '\f178';
  color: #ffffff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 28px;
}

/*! =======================================================
                      VERSION  10.0.0              
========================================================= */

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal .tooltip {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: auto;
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: 0;
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: auto;
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .tooltip {
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical .tooltip {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: auto;
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: auto;
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: 0;
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac1ef), to(#82b3de));
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: none;
          filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac1ef), to(#82b3de));
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  opacity: 1;
}

.smartbanner {
  position: fixed;
}

.smartbanner-android {
  background: #ECECEC;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.smartbanner-android .smartbanner-info {
  text-shadow: none;
  font-size: 10px;
  line-height: 14px;
  color: #A3A3A3;
}

.smartbanner-android .smartbanner-icon {
  background-color: #fff;
  padding: 8px;
  border-radius: 13.0723px;
  background-size: 39px 39px;
  background-repeat: no-repeat;
  background-position: center;
}

.smartbanner-android .smartbanner-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #233E98;
}

.smartbanner-android .smartbanner-close {
  border-radius: 0;
  background-color: transparent;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/close-app.svg);
  font-size: 0;
  color: #A3A3A3;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 9px 0 16px;
}

.smartbanner-android .smartbanner-button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.smartbanner-android .smartbanner-button-text {
  background: #233E98;
  border-radius: 4px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 10px;
  }

  50% {
    height: 20px;
    width: 10px;
  }
}

@-o-keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 10px;
  }

  50% {
    height: 20px;
    width: 10px;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 10px;
  }

  50% {
    height: 20px;
    width: 10px;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    -o-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
}

@-o-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    -o-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    -o-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes sdb07 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes circle1 {
  0% {
    width: 9rem;
    height: 9rem;
    opacity: 0;
  }

  70% {
    width: 13rem;
    height: 13rem;
    opacity: 1;
  }

  100% {
    width: 13rem;
    height: 13rem;
    opacity: 0;
  }
}

@-o-keyframes circle1 {
  0% {
    width: 9rem;
    height: 9rem;
    opacity: 0;
  }

  70% {
    width: 13rem;
    height: 13rem;
    opacity: 1;
  }

  100% {
    width: 13rem;
    height: 13rem;
    opacity: 0;
  }
}

@keyframes circle1 {
  0% {
    width: 9rem;
    height: 9rem;
    opacity: 0;
  }

  70% {
    width: 13rem;
    height: 13rem;
    opacity: 1;
  }

  100% {
    width: 13rem;
    height: 13rem;
    opacity: 0;
  }
}

@-webkit-keyframes circle2 {
  0% {
    width: 9rem;
    height: 9rem;
    opacity: 0;
  }

  50% {
    width: 10.5rem;
    height: 10.5rem;
    opacity: 1;
  }

  100% {
    width: 10.5rem;
    height: 10.5rem;
    opacity: 0;
  }
}

@-o-keyframes circle2 {
  0% {
    width: 9rem;
    height: 9rem;
    opacity: 0;
  }

  50% {
    width: 10.5rem;
    height: 10.5rem;
    opacity: 1;
  }

  100% {
    width: 10.5rem;
    height: 10.5rem;
    opacity: 0;
  }
}

@keyframes circle2 {
  0% {
    width: 9rem;
    height: 9rem;
    opacity: 0;
  }

  50% {
    width: 10.5rem;
    height: 10.5rem;
    opacity: 1;
  }

  100% {
    width: 10.5rem;
    height: 10.5rem;
    opacity: 0;
  }
}

@-webkit-keyframes phone {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  60% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  70% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  80% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  90% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes phone {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  60% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  70% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  80% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  90% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes phone {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  60% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  70% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  80% {
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  90% {
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes titleAnimation {
  from {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 115%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 115%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@-o-keyframes titleAnimation {
  from {
    -o-transform: translateY(-50px);
       transform: translateY(-50px);
    opacity: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 115%);
  }

  to {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

@keyframes titleAnimation {
  from {
    -webkit-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 115%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 115%);
  }

  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

/* Tablets / Mobile in landscape / portrait */

/* ПРИБИТЬ ПОДВАЛ
---------------------------------------- */

html,
body {
  height: 100%;
}

html #page,
body #page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

html #page #content,
body #page #content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* ЦВЕТ СКРОЛА
---------------------------------------- */

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(84, 84, 84, 0.13);
}

::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #1f3f99;
  background-color: #1f3f99;
}

.max_width_container {
  max-width: 1542px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.inline {
  display: inline;
}

.inline-table {
  display: inline-table;
}

.rel {
  position: relative;
}

html body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #151515;
  position: relative;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  html body {
    padding-top: 60px;
  }
}

html body:not(.logged-in) .wpdberror {
  display: none;
}

html body h1,
html body .h1 {
  color: #2a489e;
  /*color: $white;*/
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
}

html body .widget-area h1 {
  margin-top: 0;
}

html body h2,
html body .h2 {
  color: #2a489e;
  /*color: $white;*/
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
}

html body .widget-area h2 {
  margin-top: 0;
}

html body h3,
html body .h3 {
  color: #2a489e;
  /*color: $white;*/
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
}

html body .widget-area h3 {
  margin-top: 0;
}

html body h4,
html body .h4 {
  color: #2a489e;
  /*color: $white;*/
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
}

html body .widget-area h4 {
  margin-top: 0;
}

html body h5,
html body .h5 {
  color: #2a489e;
  /*color: $white;*/
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
}

html body .widget-area h5 {
  margin-top: 0;
}

html body h6,
html body .h6 {
  color: #2a489e;
  /*color: $white;*/
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
}

html body .widget-area h6 {
  margin-top: 0;
}

html body .pointer {
  cursor: pointer;
}

html body a {
  color: #2a489e;
  cursor: pointer;
}

html body a:hover {
  color: #ffde00;
  text-decoration: none;
}

html body a.read-more {
  font-size: 16px;
}

html body a.read-more:after {
  content: '\f178';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}

html body .btn.trans_btn {
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .btn.trans_btn:hover {
  border-color: #2a489e;
  background-color: #2a489e;
  color: #ffffff;
  text-decoration: none;
}

html body .btn.yellow_btn {
  border-color: transparent;
  color: #2a489e;
  background-color: #ffde00;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .btn.yellow_btn:hover {
  background-color: #2a489e;
  color: #ffde00;
  text-decoration: none;
}

html body .btn.blue_btn {
  border-color: transparent;
  color: #ffffff;
  background-color: #2a489e;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .btn.blue_btn:hover {
  background-color: #ffde00;
  color: #2a489e;
  text-decoration: none;
}

html body .btn.trans_yellow_btn {
  border-color: #ffde00;
  color: #ffde00;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .btn.trans_yellow_btn:hover {
  border-color: #2a489e;
  background-color: #2a489e;
  color: #ffde00;
  text-decoration: none;
}

html body .btn.trans_blue_btn {
  border-color: #2a489e;
  color: #2a489e;
  background-color: transparent;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .btn.trans_blue_btn:hover {
  border-color: #2a489e;
  background-color: #2a489e;
  color: #ffffff;
  text-decoration: none;
}

html body .gallery_container {
  padding: 10px 50px;
}

html body .site-content .main-content-area {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row {
  margin-bottom: 30px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row h1,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row .h1 {
  display: inline-table;
  line-height: 48px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row h2,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row .h2 {
  display: inline-table;
  line-height: 48px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row h3,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row .h3 {
  display: inline-table;
  line-height: 48px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row h4,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row .h4 {
  display: inline-table;
  line-height: 48px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row h5,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row .h5 {
  display: inline-table;
  line-height: 48px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row h6,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .title_row .h6 {
  display: inline-table;
  line-height: 48px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content h1,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content .h1 {
  color: #2a489e;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content h2,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content .h2 {
  color: #2a489e;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content h3,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content .h3 {
  color: #2a489e;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content h4,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content .h4 {
  color: #2a489e;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content h5,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content .h5 {
  color: #2a489e;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content h6,
html body .site-content .main-content-area .main-content-inner .content-area .site-main .post-inner .entry-content .h6 {
  color: #2a489e;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .contact-info {
  font-size: 18px;
  margin-top: 10px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .contact-info .contact-phone:before {
  content: '\f095';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-table;
  vertical-align: middle;
  margin-right: 10px;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .contact-info .contact-shedule {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

html body .site-content .main-content-area .main-content-inner .content-area .site-main .contact-info .contact-shedule .day {
  min-width: 100px;
  display: inline-block;
}

html body .site-content .main-content-area .main-content-inner .subpages-section {
  padding: 40px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  html body .site-content .main-content-area .main-content-inner .subpages-section {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  html body .site-content .main-content-area .main-content-inner .subpages-section .subpage {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  html body .site-content .main-content-area .main-content-inner .subpages-section .subpage.col-md-2-5 {
    width: 20%;
    float: left;
  }
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage .icon-box {
  width: 100px;
  height: 100px;
  background-color: #ffde00;
  margin-bottom: 10px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage .icon-box i {
  font-size: 60px;
  color: #2a489e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage .icon-box svg,
html body .site-content .main-content-area .main-content-inner .subpages-section .subpage .icon-box svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage .icon-box .custom-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage .icon-box .custom-icon .static {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage .icon-box .custom-icon .hover {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage .page-title {
  font-size: 20px;
  color: #ffffff;
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage:hover .icon-box {
  background-color: #2a489e;
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage:hover .icon-box i {
  color: #ffde00;
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage:hover .icon-box svg path {
  fill: #ffde00;
  stroke: #ffde00;
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage:hover .icon-box .custom-icon .hover {
  opacity: 1;
}

html body .site-content .main-content-area .main-content-inner .subpages-section .subpage:hover .icon-box .custom-icon .static {
  opacity: 0;
}

html body .site-content .main-content-area .main-content-inner .gallery-section {
  padding: 50px 0;
}

html body .site-content .main-content-area .main-content-inner .gallery-section .section-title {
  color: #2a489e;
  margin-bottom: 50px;
}

html body .fancybox-container button.fancybox-close-small:focus:after {
  outline: none;
}

html body .fancybox-container button.fancybox-close-small:hover {
  background-color: transparent;
}

html body.objects-template-default .site-content .main-content-area,
html body.objects-template-angular-object .site-content .main-content-area {
  padding-bottom: 0;
}

body .footer .scroll-to-top {
  right: auto;
  left: 56px;
  bottom: 48px;
  width: 48px;
  line-height: 46px;
  font-size: 21px;
  color: #FFF103;
  border-radius: 50%;
  border: 1px solid #FFF103;
  background-color: rgba(35, 62, 152, 0.5);
}

@media (max-width: 991px) {
  body .footer .scroll-to-top {
    left: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  body.page-template-default.page #page article.page.type-page {
    overflow-x: auto;
  }
}

body.page-template-default.page #page article.page.type-page table {
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  border: #ccc 1px solid;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
          box-shadow: 0 1px 2px #d1d1d1;
}

.bg_default_page:after {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

body.page-template-files a:hover {
  color: #1f3f99;
  text-decoration: underline;
}

h1.entry-title {
  margin-bottom: 20px;
}

.breadcrumbs {
  margin-bottom: 20px;
}

body.page-id-34691 .entry-title,
body.page-id-5158 .entry-title {
  color: red;
}

body.page-id-34691 .table-hover > tbody > tr:hover td,
body.page-id-5158 .table-hover > tbody > tr:hover td {
  background-color: #ffde00 !important;
  color: #2a489e;
}

body.page-id-34691 .table-hover > tbody > tr:hover td a,
body.page-id-5158 .table-hover > tbody > tr:hover td a {
  color: #2a489e;
}

body .table-hover > tbody > tr:hover {
  background-color: inherit !important;
  color: #2a489e;
}

body .table-hover > tbody > tr:hover a {
  color: #2a489e;
}

.text-body-current {
  margin-bottom: 25px;
}

.select2-selection {
  border-radius: 5px;
}

body.page-id-5158 .post-inner-content,
body.page-id-34691 .post-inner-content {
  padding: 25px 35px;
}

@media only screen and (max-width: 992px) {
  body.page-id-5158 .footer-phone,
  body.page-id-34691 .footer-phone {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  body.page-id-5158 .post-inner-content,
  body.page-id-34691 .post-inner-content {
    padding: 10px;
  }

  body.page-id-5158 .entry-title,
  body.page-id-34691 .entry-title {
    font-size: 24px;
  }

  body.page-id-5158 .table > tbody > tr > td,
  body.page-id-5158 .table > tbody > tr > th,
  body.page-id-5158 .table > tfoot > tr > td,
  body.page-id-5158 .table > tfoot > tr > th,
  body.page-id-5158 .table > thead > tr > td,
  body.page-id-5158 .table > thead > tr > th,
  body.page-id-34691 .table > tbody > tr > td,
  body.page-id-34691 .table > tbody > tr > th,
  body.page-id-34691 .table > tfoot > tr > td,
  body.page-id-34691 .table > tfoot > tr > th,
  body.page-id-34691 .table > thead > tr > td,
  body.page-id-34691 .table > thead > tr > th {
    padding: 5px;
    vertical-align: inherit;
  }

  body.page-id-5158 strong,
  body.page-id-34691 strong {
    font-size: 22px !important;
  }
}

body.page-id-721 .hfeed:before,
body.page-id-715 .hfeed:before,
body.page-id-718 .hfeed:before,
body.page-id-32428 .hfeed:before,
body.page-id-32442 .hfeed:before,
body.page-id-32440 .hfeed:before,
body.page-id-32438 .hfeed:before,
body.page-id-32436 .hfeed:before,
body.page-id-32436 .hfeed:before,
body.page-id-249 .hfeed:before,
body.page-id-5158 .hfeed:before,
body.page-id-34691 .hfeed:before,
body.page-id-32434 .hfeed:before {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

body.postid-1145 .hfeed:before {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

body.postid-1145 #main {
  padding: 45px 50px;
  background-color: #fff;
  border: 1px solid #dadada;
}

@media only screen and (max-width: 768px) {
  body.postid-1145 #main {
    padding: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .object_gallery {
    display: none;
  }
}

@media (max-width: 767px) {
  body .entry-content img {
    width: 100%;
    margin: auto;
    float: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.page-template-template-investors:before {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

.wp-pagenavi-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-table;
  margin-top: 20px;
  margin-bottom: 25px;
}

.wp-pagenavi-pagination li {
  display: inline;
}

.wp-pagenavi-pagination li:not(:last-child) {
  margin-right: 10px;
}

.wp-pagenavi-pagination li span,
.wp-pagenavi-pagination li a {
  float: none;
  background-color: transparent;
  border-radius: 0;
  border-color: #ffffff;
  color: #ffffff;
}

.wp-pagenavi-pagination li span.current,
.wp-pagenavi-pagination li span:hover,
.wp-pagenavi-pagination li a.current,
.wp-pagenavi-pagination li a:hover {
  border-color: #ffde00;
  color: #ffde00;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body .as-operator-select {
  /*&:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      background-color: #2A489E;
      opacity: 0;
      pointer-events: none;
      transition: .3s;
    }*/
}

body .as-operator-select {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  display: inline-table;
  padding: 0;
  /*&:hover:before {
        opacity: 1;
        transition: .3s;
      }*/
}

body .as-operator-select > span {
  position: relative;
  z-index: 1;
}

body .as-operator-select > span {
  display: inline-table;
}

body .as-operator-select .request_callback_input {
  display: none;
}

body .as-operator-select .saver_put-phone {
  width: auto !important;
  margin: 0 !important;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row {
  margin-right: 0;
  background: transparent;
  border: 0;
  width: auto;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row:before {
  display: none;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row:after {
  display: none;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-input:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(50%, -75%) rotate(45deg);
       -o-transform: translate(50%, -75%) rotate(45deg);
          transform: translate(50%, -75%) rotate(45deg);
}

@media (max-width: 767px) {
  body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-input {
    min-width: 30px !important;
    padding: 0 10px 0 4px;
  }

  body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-input:before {
    right: 5px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-input.items.full {
  position: relative;
  min-width: 45px;
  padding-right: 16px;
  background: transparent;
  z-index: 2;
  overflow: hidden;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-input.items.full .item {
  text-indent: -99px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-input.items.full .item {
    line-height: 18px !important;
  }
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-input.items.full .item i {
  margin: 0;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown {
  top: 35px;
  left: -12px;
  width: 220px;
  padding: 0 16px;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  color: #7B879E;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: -1;
  /*top: 20px;
            left: -12px;
            width: 215px;
            padding-top: 20px;
            border: none;
            border-radius: 0 0 20px 20px;
            background-color: #4767c3;
            color: #fff;
            z-index: -1;*/
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown-content {
  border-bottom: 1px solid #DADADA;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown-content:hover {
  text-decoration: none;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown .option {
  padding: 11px 0;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  color: #7B879E;
  border-radius: 0;
  border-bottom: 1px solid #DADADA;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown .option:hover {
  color: #3577F8;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown .option:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown .option {
    padding: 5px 10px;
    font-weight: normal;
    font-size: 12px;
  }
}

body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown .option .f-icon {
  margin-right: 20px;
}

@media (max-width: 767px) {
  body .as-operator-select .saver_put-phone .saver_pp-select-row .selectize-control .selectize-dropdown {
    left: -5px;
    width: 167px;
  }
}

body .as-operator-select .saver_put-phone .saver_pp-input-row {
  display: none;
}

body .callback {
  width: 9rem;
  max-width: 90px;
  height: 9rem;
  max-height: 90px;
  border-radius: 50%;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/callback-icon.png);
  /*background-image:url('../images/callback-icon.png');*/
  background-position: center;
  background-color: rgba(255, 222, 0, 0.6);
  background-repeat: no-repeat;
  background-size: 50% auto;
  position: fixed;
  z-index: 10;
  bottom: 250px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: pulse 3s linear infinite;
  -o-animation: pulse 3s linear infinite;
     animation: pulse 3s linear infinite;
}

body .callback span {
  background-color: #ffde00;
  color: #1f3f99;
  font-family: "PFAgoraSansPro-Bold";
  font-size: 2rem;
  height: 4rem;
  line-height: 2rem;
  position: absolute;
  right: 8rem;
  top: 2rem;
  width: 18rem;
  padding: 1.5rem 1.5rem 0;
  opacity: 0;
  display: none;
}

body .callback:hover {
  background-color: #ffde00;
  -webkit-animation: pulse 0s linear infinite;
  -o-animation: pulse 0s linear infinite;
     animation: pulse 0s linear infinite;
}

@media only screen and (max-width: 768px) {
  body .callback {
    width: 60px;
    height: 60px;
    bottom: 88px;
    right: 25px;
  }
}

.fb_dialog.fb_dialog_advanced iframe {
  left: 12px;
  right: auto;
}

.fb-customerchat iframe {
  left: 0;
  right: auto;
}

/* The following are for the chat box, on display and on hide */

/* Tablets / Mobile in landscape / portrait */

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

.mob-menu {
  position: fixed;
  display: none;
  top: 60px;
  right: 0;
  width: 0;
  height: auto;
  min-height: calc(100% - 60px);
  background-color: #ffffff;
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 100;
  overflow: hidden;
}

@media (max-width: 991px) {
  .mob-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mob-menu--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mob-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
}

.mob-menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin: 32px 0 auto;
  padding: 0;
}

.mob-menu .menu-item {
  float: none;
  margin-bottom: 0;
  padding: 0;
}

.mob-menu .menu-item:last-child {
  margin-bottom: 0;
}

.mob-menu .menu-item a {
  padding: 16px 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #2a489e;
  text-decoration: none;
  text-transform: none;
}

.mob-menu .menu-item a:hover {
  background: transparent;
}

.mob-menu .menu-item.bold a {
  font-weight: bold;
}

.mob-menu .menu-item.active a {
  text-decoration: underline;
}

.mob-menu__languages.languages {
  width: 100%;
  padding: 25px 0 40px;
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.languages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 8px;
}

.languages__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.languages__item a,
.languages__item a:hover {
  color: #2a489e;
}

.languages__item a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FFF103;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.languages__item--current a:before {
  opacity: 1;
}

/* Tablets / Mobile in landscape / portrait */

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

body .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .social-icons {
  position: relative;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

body .social-icons {
  margin-top: 20px;
  margin-right: 10px;
}

body .social-icons__default {
  display: block;
  opacity: 1;
}

body .social-icons__hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  body .social-icons .social-menu {
    text-align: center;
  }
}

body .social-icons:hover {
  cursor: pointer;
}

body .social-icons:hover .social-icons__default {
  opacity: 0;
}

body .social-icons:hover .social-icons__hover {
  opacity: 1;
}

.loading {
  position: relative;
}

.loading:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.loading:before {
  content: '';
  display: block;
  color: #ffffff;
  font-size: 20px;
  /*margin: 100px auto;*/
  width: 1em;
  height: 1em;
  text-indent: -9999em;
  position: absolute;
  top: calc(50% - 1em);
  left: calc(50% - 1em);
  z-index: 9999;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: load4 1.3s infinite linear;
  -o-animation: load4 1.3s infinite linear;
     animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@-o-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Tablets / Mobile in landscape / portrait */

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

body .object-breadcrumbs {
  padding: 20px 0;
}

body .object-breadcrumbs ul,
body .object-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body .object-breadcrumbs ul li,
body .object-breadcrumbs ol li {
  display: inline;
}

body .breadcrumbs-path {
  margin-bottom: 50px;
}

body .breadcrumbs-path ul,
body .breadcrumbs-path ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body .breadcrumbs-path ul li,
body .breadcrumbs-path ol li {
  display: inline;
  font-size: 18px;
}

body .breadcrumbs-path ul li:not(:last-child):after,
body .breadcrumbs-path ol li:not(:last-child):after {
  content: ' > ';
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body .transform-select {
  font-size: 16px;
}

body .select2-container.select2-container--header .selection .select2-selection {
  background-color: #ffde00;
  width: 35px;
  height: 35px;
  outline: none;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ffde00;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body .select2-container.select2-container--header .selection .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #2a489e;
  font-size: 12px;
}

body .select2-container.select2-container--header .selection .select2-selection .select2-selection__arrow {
  display: none;
}

body .select2-container.select2-container--header .selection .select2-selection:hover {
  background-color: #2a489e;
}

body .select2-container.select2-container--header .selection .select2-selection:hover .select2-selection__rendered {
  color: #ffde00;
}

body .select2-container.select2-container--header .select2-dropdown {
  border: 0;
  background-color: transparent;
  margin-top: -5px;
}

body .select2-container.select2-container--header .select2-dropdown .select2-results .select2-results__options li[aria-selected=true] {
  display: none;
}

body .select2-container.select2-container--header .select2-dropdown .select2-results .select2-results__options li {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  padding: 5px 0;
  background-color: #6379b8;
  width: 35px;
  height: 35px;
  line-height: 25px;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body .select2-container.select2-container--header .select2-dropdown .select2-results .select2-results__options li:not(:last-child) {
  margin-top: 15px;
}

body .select2-container.select2-container--header .select2-dropdown .select2-results .select2-results__options li:before {
  /*content: '';*/
  display: none;
  width: 70%;
  height: 1px;
  background-color: #ffde00;
  position: absolute;
  top: -5px;
  left: 15%;
}

body .select2-container.select2-container--header .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted {
  background-color: #1f3f99;
}

body .select2-container.select2-container--post-filters .selection .select2-selection {
  background-color: transparent;
  outline: none;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  height: 34px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body .select2-container.select2-container--post-filters .selection .select2-selection .select2-selection__rendered {
  line-height: 34px;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
}

body .select2-container.select2-container--post-filters .selection .select2-selection .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .select2-container.select2-container--post-filters .selection .select2-selection .select2-selection__arrow b:before {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

body .select2-container.select2-container--post-filters .selection .select2-selection:hover {
  /*background-color: $blue;*/
}

body .select2-container.select2-container--post-filters .selection .select2-selection:hover .select2-selection__rendered {
  /*color: $yellow;*/
}

body .select2-container.select2-container--post-filters .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #ededed;
}

body .select2-container.select2-container--post-filters .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #ffde00;
}

body .select2-container.select2-container--contact-form .selection .select2-selection {
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  height: 34px;
  /*border: 1px solid $white;*/
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body .select2-container.select2-container--contact-form .selection .select2-selection .select2-selection__rendered {
  line-height: 34px;
  /*                        color: $white;*/
  color: #373737;
  font-size: 14px;
  text-align: left;
}

body .select2-container.select2-container--contact-form .selection .select2-selection .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .select2-container.select2-container--contact-form .selection .select2-selection .select2-selection__arrow b:before {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #373737;
  font-size: 16px;
  font-weight: bold;
}

body .select2-container.select2-container--contact-form .selection .select2-selection:hover {
  /*background-color: $blue;*/
}

body .select2-container.select2-container--contact-form .selection .select2-selection:hover .select2-selection__rendered {
  /*color: $yellow;*/
}

body .select2-container.select2-container--contact-form .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #ededed;
}

body .select2-container.select2-container--contact-form .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #ffde00;
}

body .select2-container.select2-container--objects-filters .selection .select2-selection {
  background-color: transparent;
  outline: none;
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  height: 34px;
  border: 1px solid #8e8d8d;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body .select2-container.select2-container--objects-filters .selection .select2-selection .select2-selection__rendered {
  line-height: 34px;
  color: #000000;
  font-size: 14px;
  text-align: left;
}

body .select2-container.select2-container--objects-filters .selection .select2-selection .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .select2-container.select2-container--objects-filters .selection .select2-selection .select2-selection__arrow b:before {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8e8d8d;
  font-size: 16px;
  font-weight: bold;
}

body .select2-container.select2-container--objects-filters .selection .select2-selection:hover {
  /*background-color: $blue;*/
}

body .select2-container.select2-container--objects-filters .selection .select2-selection:hover .select2-selection__rendered {
  /*color: $yellow;*/
}

body .select2-container.select2-container--objects-filters .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  background-color: #ededed;
}

body .select2-container.select2-container--objects-filters .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #ffde00;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

.header#masthead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 60px;
  background-color: #2a489e;
  color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

@media (min-width: 1200px) {
  .header#masthead .container {
    width: 1180px !important;
  }
}

.header#masthead.animated {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 991px) {
  .header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding-left: 22px;
    padding-right: 0;
  }
}

.header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header__controls {
    margin-right: auto;
  }
}

.header .logo {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 185px;
  height: auto;
}

@media (max-width: 991px) {
  .header .logo {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .header .logo {
    width: 40px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .header .logo {
    width: 185px;
  }
}

.header .logo__img {
  width: 46px;
  height: auto;
  /* width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;

    @include mobile {
      object-fit: cover;
    }*/
}

@media (max-width: 767px) {
  .header .logo__img {
    width: 40px;
  }
}

.header .logo__text {
  margin-left: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #fded3b;
}

@media (max-width: 767px) {
  .header .logo__text {
    display: none;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .header .logo__text {
    display: block;
  }
}

.header__hamburger {
  position: relative;
  display: none;
  width: 76px;
  height: 60px;
  margin-left: 7px;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .header__hamburger {
    width: 63px;
    margin: 0 0 0 16px;
  }
}

.header__hamburger--active {
  background-color: #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.header__hamburger--active .header__hamburger-line {
  background-color: #2a489e;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.header__hamburger--active .header__hamburger-line:nth-child(1) {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
       -o-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}

.header__hamburger--active .header__hamburger-line:nth-child(2) {
  right: -64px;
}

.header__hamburger--active .header__hamburger-line:nth-child(3) {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
       -o-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

.header__hamburger-line {
  position: absolute;
  display: block;
  right: 20px;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffde00;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.header__hamburger-line:nth-child(1) {
  top: calc(50% - 12px);
}

.header__hamburger-line:nth-child(2) {
  top: calc(50% - 2px);
}

.header__hamburger-line:nth-child(3) {
  top: calc(50% + 8px);
}

.header .menu_container {
  color: #fff;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .header .menu_container {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .menu_container {
    display: none;
  }
}

.header .menu_container .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu_container .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header .menu_container .menu-item {
  padding: 0;
}

.header .menu_container .menu-item a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  margin: 0 10px;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

.header .menu_container .menu-item a:hover,
.header .menu_container .menu-item a:active,
.header .menu_container .menu-item a:focus {
  color: #f9dd2f;
  background-color: #234095;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

.header .saveblock {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .header .saveblock {
    font-weight: normal;
    font-size: 12px;
  }
}

.header .saveblock .as-operator-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  /*&:hover {
        background-color: #2A489E;
      }*/
}

@media (max-width: 767px) {
  .header .saveblock .as-operator-select {
    width: auto;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header .saveblock .as-operator-select .as-select-active {
    padding-right: 0;
  }
}

.header .saveblock .as-operator-select .as-select-active .as-select-arrow {
  width: 11px;
  height: auto;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .header .saveblock .as-operator-select .as-select-active .as-select-arrow {
    margin-left: 8px;
  }
}

.header .saveblock .as-operator-select .as-select-active .as-select-arrow path {
  stroke: #ffffff;
}

@media (max-width: 767px) {
  .header .saveblock .as-operator-select .as-select-active .as-icon[data-v-397de8ab] {
    margin-right: 8px;
  }
}

.header .saveblock .as-operator-select.as-select-open .as-select-arrow {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .saveblock .dynamicnumber {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  z-index: 1;
}

@media (max-width: 767px) {
  .header .saveblock .dynamicnumber {
    font-weight: normal;
    font-size: 12px;
  }
}

.header .saveblock .f-icon {
  width: 24px;
  height: 24px;
}

.header .saveblock__icon {
  width: 24px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .header .saveblock__icon {
    display: none;
  }
}

.header .saveblock__number {
  color: inherit;
  text-decoration: none;
}

.header .saveblock__secondary {
  padding-top: 40px;
  max-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: inherit;
  pointer-events: none;
  opacity: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.header .lang-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background-color: #2a489e;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  list-style: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.header .lang-list:hover {
  background-color: #234095;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .lang-list a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 991px) {
  .header .lang-list {
    display: none;
  }
}

.header .lang-list__item {
  text-align: center;
}

.header .lang-list__item--main {
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
}

.header .lang-list__item--main:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .lang-list__item--main.act:after {
  -webkit-transform: rotate(-135deg) translateY(-1px);
       -o-transform: rotate(-135deg) translateY(-1px);
          transform: rotate(-135deg) translateY(-1px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .lang-list__secondary {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 100%;
  width: 100%;
  height: 60px;
  max-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  background-color: #4767C3;
  pointer-events: none;
  overflow: hidden;
  list-style: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .lang-list__secondary:hover {
  background-color: #234095;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .lang-list__secondary.open {
  max-height: 80px;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .lang-list__secondary a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.header__mob-menu {
  position: absolute;
  display: none;
  top: 60px;
  right: 0;
  width: 0;
  height: auto;
  background-color: #ffde00;
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 1;
  overflow: hidden;
}

.header__mob-menu--active {
  width: 300px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  .header__mob-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__mob-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  height: auto;
  min-height: 410px;
}

.header__mob-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin: 32px 0;
  padding: 0;
}

.header__mob-menu .menu-item {
  float: none;
  margin-bottom: 24px;
  padding: 0;
}

.header__mob-menu .menu-item:last-child {
  margin-bottom: 0;
}

.header__mob-menu .menu-item a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #2a489e;
  text-decoration: none;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

#footer-area .footer#colophon {
  position: relative;
  min-height: 80px;
  margin-top: auto;
  padding: 56px 0 32px;
  border-top: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a489e), to(#1D3886));
  background: -webkit-linear-gradient(top, #2a489e 0%, #1D3886 100%);
  background: -o-linear-gradient(top, #2a489e 0%, #1D3886 100%);
  background: linear-gradient(180deg, #2a489e 0%, #1D3886 100%);
  color: #fff;
  font-size: 14px;
  z-index: 1;
}

@media (max-width: 991px) {
  #footer-area .footer#colophon {
    padding: 32px 0 24px;
  }
}

#footer-area .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-area .footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  #footer-area .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer-area .footer .logo {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  #footer-area .footer .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer-area .footer .logo__img {
  width: 46px;
  height: auto;
}

#footer-area .footer .logo__text {
  margin-left: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #fded3b;
}

@media (max-width: 767px) {
  #footer-area .footer .logo__text {
    margin: 4px 0 0;
    font-size: 14px;
  }
}

#footer-area .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media (max-width: 767px) {
  #footer-area .footer__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
}

#footer-area .footer__nav ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  #footer-area .footer__nav ul.nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

#footer-area .footer__nav li.menu-item {
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  #footer-area .footer__nav li.menu-item:not(:last-child) {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  #footer-area .footer__nav li.menu-item:not(:last-child) {
    margin-right: 40px;
  }
}

#footer-area .footer__nav li.menu-item.favourites-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#footer-area .footer__nav li.menu-item.home {
  display: none;
}

#footer-area .footer__nav li.menu-item.bold a {
  font-weight: bold;
}

#footer-area .footer__nav li.menu-item.current-menu-item a {
  color: #FFF103;
  text-decoration: underline;
}

#footer-area .footer__nav li.menu-item a {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 8px 0;
  color: inherit;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: normal;
}

@media (max-width: 991px) {
  #footer-area .footer__nav li.menu-item a {
    padding: 8px 10px;
    font-size: 12px;
  }
}

#footer-area .footer__nav li.menu-item a:hover {
  text-decoration: underline;
}

#footer-area .footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -73px;
}

#footer-area .footer__socials {
  margin-left: auto;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  #footer-area .footer__socials {
    margin: 0 auto 32px;
  }
}

#footer-area .footer__app-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media (min-width: 992px) {
  #footer-area .footer__app-btns {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

#footer-area .footer__app-btns__text {
  display: none;
  max-width: 220px;
  margin-right: 30px;
}

#footer-area .footer__app-btns__text span {
  font-weight: bold;
  color: #F9DD2F;
}

@media (min-width: 992px) {
  #footer-area .footer__app-btns__text {
    display: block;
  }
}

#footer-area .footer__app-btns .app-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: "Open sans", "Roboto", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#footer-area .footer__app-btns .app-link:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 767px) {
  #footer-area .footer__app-btns .app-link:not(:last-child) {
    margin-right: 0;
  }
}

#footer-area .footer__app-btns .app-link__logo {
  width: 22px;
  height: auto;
  margin-right: 8px;
}

#footer-area .footer__app-btns .app-link__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer-area .footer__app-btns .app-link__label span {
  font-size: 12px;
  line-height: 16px;
}

#footer-area .footer__app-btns .app-link--apple svg path {
  fill: #fff;
}

#footer-area .footer__app-btns .app-link:hover {
  cursor: pointer;
  background: #fff;
}

#footer-area .footer__app-btns .app-link:hover .app-link__label span {
  color: #233E98;
}

#footer-area .footer__app-btns .app-link:hover .app-link__label svg path {
  fill: #233E98;
}

#footer-area .footer__app-btns .app-link:hover .app-link__logo.apple svg path {
  fill: #233E98;
}

@media (max-width: 767px) {
  #footer-area .footer__app-btns .app-link {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #footer-area .footer__app-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  #footer-area .footer__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 56px auto 0;
  }
}

@media (max-width: 767px) {
  #footer-area .footer__call {
    margin: 24px 0;
  }
}

#footer-area .footer__languages {
  margin-left: auto;
}

@media (min-width: 1200px) {
  #footer-area .footer__languages {
    margin-right: 72px;
  }
}

@media (max-width: 767px) {
  #footer-area .footer__languages {
    margin-right: auto;
  }
}

#footer-area .footer__languages .languages__item a {
  color: #FFF103;
}

#footer-area .footer__languages .languages__item a:hover {
  color: #2a489e;
}

#footer-area .footer__languages .languages__item a:hover:before {
  opacity: 1;
}

#footer-area .footer__languages .languages__item--current a {
  color: #2a489e;
}

#footer-area .footer__languages .languages__item--current a:hover {
  color: #2a489e;
}

#footer-area .footer__copyright,
#footer-area .footer__developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  margin-top: 48px;
}

@media (max-width: 991px) {
  #footer-area .footer__copyright,
  #footer-area .footer__developer {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  #footer-area .footer__copyright,
  #footer-area .footer__developer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    margin-top: 0;
  }
}

#footer-area .footer__copyright {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
}

#footer-area .footer__developer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  #footer-area .footer__developer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px;
  }
}

#footer-area .footer__developer a {
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  color: #ffffff;
  opacity: .5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#footer-area .footer__developer a:hover {
  opacity: 1;
}

#footer-area .footer__developer img {
  margin-left: 8px;
}

@media (max-width: 767px) {
  #footer-area .footer .call-badge__label {
    font-size: 14px;
  }
}

#footer-area .call-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto 0;
  padding: 8px 25px 8px 15px;
  background-color: #F9DD2F;
  color: #2a489e;
  border-radius: 5px;
}

#footer-area .call-badge__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2a489e;
}

#footer-area .call-badge__btn img {
  width: 34px;
  height: auto;
  -o-object-fit: contain;
     font-family: "object-fit:contain;object-position:50%";
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}

#footer-area .call-badge__info {
  margin-left: 20px;
}

#footer-area .call-badge__label {
  font-size: 12px;
  line-height: 13px;
}

#footer-area .call-badge__phone {
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #2a489e;
}

#footer-area .call-badge__phone:hover {
  text-decoration: none;
}

#footer-area .call-badge__phone a,
#footer-area .call-badge__phone a:hover,
#footer-area .call-badge__phone span {
  color: #2a489e;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.home .site-content:before {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

body.home .site-content .top-section {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -60px;
  padding-top: 60px;
  overflow: hidden;
  /*@include respond-to(xs) {
            margin-top: 20px;
          }*/
}

body.home .site-content .top-section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a489e;
}

body.home .site-content .top-section__video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a489e;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section__video.animated:before {
  background-color: rgba(15, 24, 49, 0.25);
}

body.home .site-content .top-section__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  body.home .site-content .top-section .container {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 60px);
  }
}

body.home .site-content .top-section h1.slogan {
  margin: 0 0 64px;
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  /*@include respond-to(max_md) {
              font-size: 30px;
            }

            @include respond-to(xs) {
              text-align: center;
            }*/
}

@media (max-width: 767px) {
  body.home .site-content .top-section h1.slogan {
    /*margin: 55px 0 48px;*/
    margin: 0;
    font-size: 32px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  body.home .site-content .top-section h1.slogan {
    margin: 16px 0;
  }
}

body.home .site-content .top-section h1.slogan span {
  display: block;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 115%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 115%);
  -webkit-transform: translateY(-50px);
       -o-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

body.home .site-content .top-section h1.slogan.animated span:first-child {
  -webkit-animation: titleAnimation 0.8s ease forwards .5s;
       -o-animation: titleAnimation 0.8s ease forwards .5s;
          animation: titleAnimation 0.8s ease forwards .5s;
}

body.home .site-content .top-section h1.slogan.animated span:last-child {
  -webkit-animation: titleAnimation 0.8s ease forwards 1.4s;
       -o-animation: titleAnimation 0.8s ease forwards 1.4s;
          animation: titleAnimation 0.8s ease forwards 1.4s;
}

@media (min-width: 992px) {
  body.home .site-content .top-section .inner {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  body.home .site-content .top-section .inner {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

body.home .site-content .top-section .mobile_logo {
  text-align: center;
}

@media only screen and (max-width: 425px) {
  body.home .site-content .top-section .mobile_logo {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.home .site-content .top-section .mobile_logo svg {
  max-width: 200px;
  height: auto;
  margin: 20px auto 20px;
  display: inline-block;
}

@media only screen and (max-width: 425px) {
  body.home .site-content .top-section .mobile_logo svg {
    margin: -60px 0 0 0;
    height: inherit;
    max-width: 85%;
  }
}

body.home .site-content .top-section .sale {
  position: relative;
}

body.home .site-content .top-section .sale .Wr_img {
  position: relative;
}

body.home .site-content .top-section .sale .Wr_img:after {
  display: block;
  content: '';
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/sale-ru.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 77%;
  height: 80%;
  position: absolute;
  opacity: .8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.home .site-content .top-section .sale .Wr_img.lang-ua:after {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/sale-ua.png);
}

body.home .site-content .top-section .post-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  body.home .site-content .top-section .post-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  body.home .site-content .top-section .post-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  body.home .site-content .top-section .post-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body.home .site-content .top-section .post-links {
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  body.home .site-content .top-section .post-links {
    margin-bottom: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  body.home .site-content .top-section .post-links .col-xs-12 {
    width: 50%;
  }
}

body.home .site-content .top-section .post-links:before,
body.home .site-content .top-section .post-links:after {
  display: inline-block;
}

body.home .site-content .top-section .post-links .pages_item:last-child .post-link__text {
  padding-right: 7px;
}

@media (max-width: 767px) {
  body.home .site-content .top-section .post-links .pages_item {
    width: 100%;
  }
}

body.home .site-content .top-section .post-links .post-link {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 210px;
  height: 80px;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

@media (max-width: 767px) {
  body.home .site-content .top-section .post-links .post-link {
    max-width: 100%;
    height: 70px;
    margin-bottom: 8px;
    padding-right: 0;
  }
}

body.home .site-content .top-section .post-links .post-link.sale .post-link__sale {
  background: #FC041B;
  border-radius: 4px;
  padding: 2px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  color: #fff;
}

body.home .site-content .top-section .post-links .post-link.new .post-link__sale {
  background: #FCF321;
  border-radius: 4px;
  padding: 2px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  color: #2D3D96;
}

body.home .site-content .top-section .post-links .post-link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.94, 0.63);
       -o-transform: scale(0.94, 0.63);
          transform: scale(0.94, 0.63);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  background-color: white;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
  z-index: -1;
  will-change: transform;
}

body.home .site-content .top-section .post-links .post-link:hover:before {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section .post-links .post-link:hover .post-link__text {
  color: #2a489e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section .post-links .post-link:hover .post-link__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.home .site-content .top-section .post-links .post-link:hover .post-link__img:before {
  background-color: rgba(255, 222, 51, 0.6);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section .post-links .post-link:hover .post-link__img svg {
  -webkit-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
}

body.home .site-content .top-section .post-links .post-link:hover .post-link__img svg path {
  fill: #2A489E;
}

body.home .site-content .top-section .post-links .post-link:hover .post-link__img .static {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section .post-links .post-link:hover .post-link__img .active {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section .post-links .post-link__img {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 48px;
  height: 48px;
  margin-left: 16px;
  margin-right: 18px;
}

@media (max-width: 767px) {
  body.home .site-content .top-section .post-links .post-link__img {
    margin-right: 18px;
  }
}

body.home .site-content .top-section .post-links .post-link__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 222, 51, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
  z-index: 0;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

body.home .site-content .top-section .post-links .post-link__img svg {
  -webkit-transform: translate(10px);
       -o-transform: translate(10px);
          transform: translate(10px);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}

body.home .site-content .top-section .post-links .post-link__img .static {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section .post-links .post-link__img .active {
  position: absolute;
  right: 50%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section .post-links .post-link__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: #ffffff;
  padding-right: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .top-section .post-links .post-link__text span {
  display: block;
  font-size: 10px;
}

@media (max-width: 767px) {
  body.home .site-content .top-section .post-links .post-link__text span {
    font-size: 14px;
  }
}

body.home .site-content .top-section .post-links .post-link__sale {
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  color: #FC6464;
}

@media (max-width: 767px) {
  body.home .site-content .top-section .post-links .col-xs-12:last-child .post-link {
    margin-bottom: 0;
  }
}

body.home .site-content .top-section .post-links.animated .el_0 {
  -webkit-animation: fadeInUp .8s ease forwards 1.4s;
       -o-animation: fadeInUp .8s ease forwards 1.4s;
          animation: fadeInUp .8s ease forwards 1.4s;
}

body.home .site-content .top-section .post-links.animated .el_1 {
  -webkit-animation: fadeInUp .8s ease forwards 1.8s;
       -o-animation: fadeInUp .8s ease forwards 1.8s;
          animation: fadeInUp .8s ease forwards 1.8s;
}

body.home .site-content .top-section .post-links.animated .el_2 {
  -webkit-animation: fadeInUp .8s ease forwards 2.2s;
       -o-animation: fadeInUp .8s ease forwards 2.2s;
          animation: fadeInUp .8s ease forwards 2.2s;
}

body.home .site-content .top-section .post-links.animated .el_3 {
  -webkit-animation: fadeInUp .8s ease forwards 2.6s;
       -o-animation: fadeInUp .8s ease forwards 2.6s;
          animation: fadeInUp .8s ease forwards 2.6s;
}

body.home .site-content .top-section .post-links.animated .el_4 {
  -webkit-animation: fadeInUp .8s ease forwards 3s;
       -o-animation: fadeInUp .8s ease forwards 3s;
          animation: fadeInUp .8s ease forwards 3s;
}

body.home .site-content .top-section .post-links.animated .el_5 {
  -webkit-animation: fadeInUp .8s ease forwards 3.4s;
       -o-animation: fadeInUp .8s ease forwards 3.4s;
          animation: fadeInUp .8s ease forwards 3.4s;
}

@media (max-width: 991px) {
  body.home .site-content .top-section .post-links {
    padding: 0 16px;
  }
}

body.home .site-content .top-section .btn_row {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

body.home .site-content .top-section .btn_row .scroll-down.type-4 {
  padding-top: 60px;
  position: relative;
  color: transparent;
}

body.home .site-content .top-section .btn_row .scroll-down.type-4 span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  -o-animation: sdb04 2s infinite;
     animation: sdb04 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

body.home .site-content .top-section .btn_row .scroll-down.type-7 {
  padding-top: 80px;
  position: relative;
  color: transparent;
}

body.home .site-content .top-section .btn_row .scroll-down.type-7 span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  -o-animation: sdb07 2s infinite;
     animation: sdb07 2s infinite;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.home .site-content .top-section .btn_row .scroll-down.type-7 span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
     animation-delay: 0s;
}

body.home .site-content .top-section .btn_row .scroll-down.type-7 span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  -o-animation-delay: .15s;
     animation-delay: .15s;
}

body.home .site-content .top-section .btn_row .scroll-down.type-7 span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
     animation-delay: .3s;
}

body.home .site-content .main-content-area {
  background-color: #2a489e;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

body.home .site-content .main-content-area.animate {
  background-color: transparent;
  -webkit-transition: all .8s ease 0.5s;
  -o-transition: all .8s ease 0.5s;
  transition: all .8s ease 0.5s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main h1,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .h1 {
  color: #ffffff;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main h2,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .h2 {
  color: #ffffff;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main h3,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .h3 {
  color: #ffffff;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main h4,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .h4 {
  color: #ffffff;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main h5,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .h5 {
  color: #ffffff;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main h6,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .h6 {
  color: #ffffff;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section {
  padding: 50px 0;
  color: #ffffff;
}

@media (max-width: 767px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section {
    padding: 30px 0;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .section-title {
  color: #ffffff;
  font-size: 35px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .section-description {
  font-size: 18px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section [class^="col-"] .trans_yellow_btn {
  display: none;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .title_row {
  margin-bottom: 30px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .title_row .section-title {
  display: inline-table;
  line-height: 48px;
}

@media (max-width: 767px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .title_row .section-title {
    line-height: 35px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .title_row .trans_btn {
  margin-top: 10px;
  float: right;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .section-title {
  opacity: 0;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .section-title.animate {
  -webkit-animation: fadeInUp 0.8s ease forwards;
       -o-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new .col-md-4 {
  opacity: 0;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(1) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.1s;
       -o-animation: fadeInUp 0.8s ease forwards 0.1s;
          animation: fadeInUp 0.8s ease forwards 0.1s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(2) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.2s;
       -o-animation: fadeInUp 0.8s ease forwards 0.2s;
          animation: fadeInUp 0.8s ease forwards 0.2s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(3) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.3s;
       -o-animation: fadeInUp 0.8s ease forwards 0.3s;
          animation: fadeInUp 0.8s ease forwards 0.3s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(4) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.4s;
       -o-animation: fadeInUp 0.8s ease forwards 0.4s;
          animation: fadeInUp 0.8s ease forwards 0.4s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(5) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.5s;
       -o-animation: fadeInUp 0.8s ease forwards 0.5s;
          animation: fadeInUp 0.8s ease forwards 0.5s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(6) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.6s;
       -o-animation: fadeInUp 0.8s ease forwards 0.6s;
          animation: fadeInUp 0.8s ease forwards 0.6s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(7) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.7s;
       -o-animation: fadeInUp 0.8s ease forwards 0.7s;
          animation: fadeInUp 0.8s ease forwards 0.7s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(8) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.8s;
       -o-animation: fadeInUp 0.8s ease forwards 0.8s;
          animation: fadeInUp 0.8s ease forwards 0.8s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(9) {
  -webkit-animation: fadeInUp 0.8s ease forwards 0.9s;
       -o-animation: fadeInUp 0.8s ease forwards 0.9s;
          animation: fadeInUp 0.8s ease forwards 0.9s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(10) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1s;
       -o-animation: fadeInUp 0.8s ease forwards 1s;
          animation: fadeInUp 0.8s ease forwards 1s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(11) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.1s;
       -o-animation: fadeInUp 0.8s ease forwards 1.1s;
          animation: fadeInUp 0.8s ease forwards 1.1s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(12) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.2s;
       -o-animation: fadeInUp 0.8s ease forwards 1.2s;
          animation: fadeInUp 0.8s ease forwards 1.2s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(13) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.3s;
       -o-animation: fadeInUp 0.8s ease forwards 1.3s;
          animation: fadeInUp 0.8s ease forwards 1.3s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(14) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.4s;
       -o-animation: fadeInUp 0.8s ease forwards 1.4s;
          animation: fadeInUp 0.8s ease forwards 1.4s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(15) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.5s;
       -o-animation: fadeInUp 0.8s ease forwards 1.5s;
          animation: fadeInUp 0.8s ease forwards 1.5s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(16) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.6s;
       -o-animation: fadeInUp 0.8s ease forwards 1.6s;
          animation: fadeInUp 0.8s ease forwards 1.6s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(17) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.7s;
       -o-animation: fadeInUp 0.8s ease forwards 1.7s;
          animation: fadeInUp 0.8s ease forwards 1.7s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(18) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.8s;
       -o-animation: fadeInUp 0.8s ease forwards 1.8s;
          animation: fadeInUp 0.8s ease forwards 1.8s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(19) {
  -webkit-animation: fadeInUp 0.8s ease forwards 1.9s;
       -o-animation: fadeInUp 0.8s ease forwards 1.9s;
          animation: fadeInUp 0.8s ease forwards 1.9s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .object_new.animate .col-md-4:nth-of-type(20) {
  -webkit-animation: fadeInUp 0.8s ease forwards 2s;
       -o-animation: fadeInUp 0.8s ease forwards 2s;
          animation: fadeInUp 0.8s ease forwards 2s;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .btn_row {
  opacity: 0;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .btn_row.animate {
  -webkit-animation: fadeInUp 0.8s ease forwards;
       -o-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.complex-section .btn_row .btn {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section {
    padding-bottom: 30px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item {
  margin-bottom: 50px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item {
    margin-bottom: 20px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle-container {
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin: 0 auto;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle-container {
    display: none;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle-container:hover .circle {
  -webkit-transform: rotate3d(45, 45, 0, 180deg);
          transform: rotate3d(45, 45, 0, 180deg);
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle-container:hover .outer-ring {
  -webkit-transform: rotate3d(45, 0, 0, 180deg);
          transform: rotate3d(45, 0, 0, 180deg);
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle-container:hover .outer-outer-ring {
  -webkit-transform: rotate3d(0, 45, 0, 180deg);
          transform: rotate3d(0, 45, 0, 180deg);
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle-container,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .front,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .back {
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 425px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle-container,
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .front,
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .back {
    width: 100px;
    height: 100px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .outer-ring,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .outer-outer-ring {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
       -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle {
  position: relative;
  width: 120px;
  height: 120px;
}

@media only screen and (max-width: 425px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .circle {
    width: 100px;
    height: 100px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .front,
body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .back {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .front {
  background-color: #ffde00;
  z-index: 2;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .front p {
  margin-top: 1.5em;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  color: #2a489e;
}

@media only screen and (max-width: 425px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .front p {
    font-size: 24px;
    margin-top: 35px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .back {
  -webkit-transform: rotate3d(45, 45, 0, 180deg);
          transform: rotate3d(45, 45, 0, 180deg);
  background-color: #ffde00;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .back-logo {
  display: block;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .back-logo svg {
  height: auto;
  max-width: 100%;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .outer-ring {
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 2px solid #ffde00;
  width: 140px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 425px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .outer-ring {
    width: 120px;
    height: 120px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .outer-outer-ring {
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 211px;
  height: 211px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .round-number {
  width: 130px;
  max-width: 100%;
  height: auto;
  line-height: 130px;
  color: #2a489e;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #ffde00;
  border-radius: 50%;
  display: none;
}

@media (max-width: 992px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .round-number {
    width: 90px;
    line-height: 90px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item .round-number {
    display: inline-block;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item h3 {
  color: #ffffff;
}

@media (max-width: 992px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.built-section .built-item h3 {
    font-size: 13px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.news-section .post-box {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 425px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .contacts-shedule-block {
    text-align: center;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .contacts-shedule-block .contact-phone {
  color: #fff !important;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .contacts-shedule-block .contact-phone span {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .contacts-shedule-block .contact-phone a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .contacts-shedule-block .contact-phone a[href^="tel"] {
  color: #fff !important;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .contact-shedule {
  margin: 15px 0;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .left_col {
  text-align: center;
}

@media (max-width: 767px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .left_col {
    margin-top: 30px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

@media (max-width: 767px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link {
    margin-bottom: 20px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link.map_link {
  max-width: 100px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link.map_link {
    margin-bottom: 0;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link:not(:last-child) {
  margin-right: 20px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link .btn {
  margin-top: 10px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link .icon_round {
  background-color: #ffde00;
  width: 60px;
  height: 60px;
  color: #2a489e;
  outline: none;
  margin-bottom: 10px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link .icon_round i {
  font-size: 30px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link .icon_round.main {
  width: 80px;
  height: 80px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link .icon_round.main i {
  font-size: 50px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link .marker-title {
  font-size: 14px;
  line-height: 1.2;
  min-height: 48px;
}

@media (max-width: 767px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link .marker-title {
    font-size: 9px;
  }
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link:hover .icon_round {
  background-color: #2a489e;
  color: #ffde00;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section.contacts-section .icon_link:hover .trans_yellow_btn {
  border-color: #2a489e;
  background-color: #2a489e;
  color: #ffde00;
  text-decoration: none;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .section-description-links__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .section-description-links__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 24px;
}

body.home .site-content .main-content-area .main-content-inner .content-area .site-main .section .section-description-links__item .icon_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

body.home .btn_row {
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.page-template-contacts .site-content:before {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main h1,
body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main .h1 {
  color: #ffffff;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main h2,
body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main .h2 {
  color: #ffffff;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main h3,
body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main .h3 {
  color: #ffffff;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main h4,
body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main .h4 {
  color: #ffffff;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main h5,
body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main .h5 {
  color: #ffffff;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main h6,
body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main .h6 {
  color: #ffffff;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments {
  color: #ffffff;
  margin-bottom: 50px;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .marker_btn {
  background-color: #ffde00;
  width: 60px;
  height: 60px;
  color: #2a489e;
  outline: none;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .marker_btn:before {
  content: '\f041';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .marker_btn:hover {
  background-color: #2a489e;
  color: #ffde00;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border {
  display: block;
  border: 3px solid #ffde00;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border {
    margin-top: 15px;
  }
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border img {
  width: 100%;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border:before {
  content: '';
  background-color: rgba(42, 72, 158, 0.4);
  /*@content transparentize(#2a489e, 0.4);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border:after {
  content: '\f00e';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 44px;
  color: #ffde00;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border:before,
body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border:after {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border:hover:before,
body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .img-border:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .contact-phone {
    margin-bottom: 15px;
  }
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .contact-phone:before {
  content: '\f095';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-table;
  vertical-align: middle;
  margin-right: 10px;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .contact-phone a {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-contacts .site-content .main-content-area .main-content-inner .content-area .site-main article.type-departments .contact-phone a:hover {
  color: #ffde00;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.page-template-contacts #google_map {
  height: 672px;
}

@media only screen and (max-width: 1024px) {
  body.page-template-contacts #google_map {
    height: 70vh;
  }
}

body.page-template-contacts #google_map .info-box,
body.page-template-contacts #google_map .info-box h4 {
  color: #000000;
}

body.page-template-contacts #google_map .info-box .phone {
  font-weight: bold;
}

body.page-template-contacts .form_section {
  margin-top: 50px;
}

body.page-template-contacts .form_section .wpcf7 {
  color: #ffffff;
}

body.page-template-contacts .form_section .wpcf7 .form-line {
  margin-bottom: 20px;
}

body.page-template-contacts .form_section .wpcf7 .form-line:last-child,
body.page-template-contacts .form_section .wpcf7 .form-line.last {
  margin-bottom: 0;
}

body.page-template-contacts .form_section .wpcf7 .form-line[data-style=select2] .wpcf7-form-control-wrap {
  /*width: 90%;*/
}

body.page-template-contacts .form_section .wpcf7 .form-line label {
  width: 100%;
}

body.page-template-contacts .form_section .wpcf7 .form-line label .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}

body.page-template-contacts .form_section .wpcf7 .form-message {
  width: 90%;
}

body.page-template-contacts .form_section .wpcf7 .req_text {
  font-style: italic;
}

body.page-template-contacts .form_section .wpcf7 .req_text:before {
  content: '\f069';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffde00;
  margin-right: 5px;
}

body.page-template-contacts .form_section .wpcf7 .req-line {
  position: relative;
}

body.page-template-contacts .form_section .wpcf7 .req-line:after {
  content: '\f069';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffde00;
  margin-left: 10px;
}

body.page-template-contacts .form_section .wpcf7 input:not([type=submit]),
body.page-template-contacts .form_section .wpcf7 textarea:not([type=submit]) {
  width: 90%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #373737;
}

body.page-template-contacts .form_section .wpcf7 select {
  width: 90%;
}

body.page-template-contacts .form_section .wpcf7 input:not([type=submit]) {
  line-height: 34px;
  padding: 0 10px;
}

body.page-template-contacts .form_section .wpcf7 input[type=submit] {
  border-color: transparent;
  color: #2a489e;
  background-color: #ffde00;
  border-radius: 5px;
  outline: none;
  width: 90%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.page-template-contacts .form_section .wpcf7 input[type=submit]:hover {
  background-color: #2a489e;
  color: #ffde00;
  text-decoration: none;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.page-template-parent .hfeed:before {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

body.page-template-parent .site-content {
  position: relative;
}

body.page-template-parent .site-content .main-content-area .main-content-inner .content-area .site-main,
body.page-template-parent .site-content .main-content-area .main-content-inner .content-area .site-main h1 {
  color: #ffffff;
}

body.page-template-parent .site-content .main-content-area .main-content-inner .content-area .site-main section .subpages-section {
  background-color: rgba(31, 63, 153, 0.4);
  padding: 40px 0;
  margin-top: 50px;
}

body.page-template-parent .site-content .main-content-area .main-content-inner .content-area .site-main section .subpages-section .subpage .icon-box {
  width: 100px;
  height: 100px;
  background-color: #ffde00;
  margin-bottom: 10px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.page-template-parent .site-content .main-content-area .main-content-inner .content-area .site-main section .subpages-section .subpage .icon-box i {
  font-size: 60px;
  color: #2a489e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.page-template-parent .site-content .main-content-area .main-content-inner .content-area .site-main section .subpages-section .subpage .page-title {
  font-size: 20px;
  color: #ffffff;
}

body.page-template-parent .site-content .main-content-area .main-content-inner .content-area .site-main section .subpages-section .subpage:hover .icon-box {
  background-color: #2a489e;
}

body.page-template-parent .site-content .main-content-area .main-content-inner .content-area .site-main section .subpages-section .subpage:hover .icon-box i {
  color: #ffde00;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body .bg_color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(42, 72, 158, 0.8);
  /*@content transparentize(#2a489e, 0.8);*/
  z-index: -1;
}

body.page-template-news:before,
body.page-template-template-investors:before,
body.post-type-archive-news .hfeed:before {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

body.page-template-news .site-content,
body.page-template-template-investors .site-content,
body.post-type-archive-news .hfeed .site-content {
  position: relative;
}

body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main,
body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main h1,
body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main,
body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main h1,
body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main,
body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main h1 {
  color: #ffffff;
}

@media only screen and (max-width: 425px) {
  body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters,
  body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters,
  body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters {
    text-align: center;
  }
}

body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child),
body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child),
body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 425px) {
  body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child),
  body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child),
  body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child) {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 375px) {
  body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child),
  body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child),
  body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:not(:last-child) {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 375px) {
  body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:nth-child(2),
  body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:nth-child(2),
  body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:nth-child(2) {
    margin-right: 0;
  }
}

body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:last-child,
body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:last-child,
body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:last-child {
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 375px) {
  body.page-template-news .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:last-child,
  body.page-template-template-investors .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:last-child,
  body.post-type-archive-news .hfeed .site-content .main-content-area .main-content-inner .content-area .site-main .post-filters > div:last-child {
    display: block;
    text-align: -webkit-center;
  }
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

@media (max-width: 767px) {
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .box-news:nth-child(2),
  body.home .site-content .main-content-area .main-content-inner .content-area .site-main .box-news:nth-child(3) {
    display: none;
  }
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .date {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  min-height: 150px;
}

@media (max-width: 767px) {
  body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news {
    min-height: inherit;
  }
}

@media only screen and (max-width: 992px) {
  body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news {
    display: block;
  }
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news > a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 992px) {
  body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news > a {
    display: block;
  }
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .img-box {
  position: relative;
  max-height: 150px;
}

@media only screen and (max-width: 992px) {
  body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .img-box {
    max-height: inherit;
  }
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .img-box img {
  width: 100%;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .img-box .status {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .img-box .status.under_construction {
  background-color: #2a489e;
  color: #ffffff;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .img-box .status.commissioned {
  background-color: #ffde00;
  color: #2a489e;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .specs {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  padding: 15px 15px 35px 15px;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .specs h3 {
  color: #000000;
  font-weight: normal;
  font-size: 16px;
}

@media (max-width: 767px) {
  body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .specs h3 {
    font-size: 14px;
  }
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .specs p {
  margin-bottom: 0;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news .specs .price_line {
  border-top: 1px solid #ededed;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-news:hover .specs {
  background-color: #ffde00;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-management {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-management > a {
  /*@include flexbox;*/
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-management .img-box {
  position: relative;
  margin-bottom: 15px;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-management .name {
  text-transform: uppercase;
  font-size: 20px;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-management .name .first {
  display: block;
  font-size: 26px;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-management .short_position {
  color: #373737;
}

body .site-content .main-content-area .main-content-inner .content-area .site-main .box-management:hover .specs {
  background-color: #ffde00;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.single {
  background-color: #ffffff;
}

body.single .site-content {
  position: relative;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner h1,
body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .h1 {
  color: #000000;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner h2,
body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .h2 {
  color: #000000;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner h3,
body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .h3 {
  color: #000000;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner h4,
body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .h4 {
  color: #000000;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner h5,
body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .h5 {
  color: #000000;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner h6,
body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .h6 {
  color: #000000;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner a {
  text-decoration: underline;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .page-header .breadcrumbs {
  margin-bottom: 20px;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .page-header .breadcrumbs [property=itemListElement] > [property=name] {
  color: #2a489e;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .page-header .entry-meta .date {
  color: #8e8d8d;
  font-size: 12px;
}

body.single .site-content .main-content-area .main-content-inner .content-area .site-main article .post-inner .page-header h1.entry-title {
  margin-bottom: 20px;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.page-template-management .site-content .main-content-area .main-content-inner .content-area .site-main .boss_line {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.page-template-management .site-content .main-content-area .main-content-inner .content-area .site-main .boss_line .boss {
  float: none;
}

body.page-template-management .site-content .main-content-area .main-content-inner .content-area .site-main .gallery_line {
  margin-top: 50px;
}

body.page-template-management .site-content .main-content-area .main-content-inner .content-area .site-main .gallery_line .box-management .name {
  text-transform: uppercase;
  font-size: 14px;
}

body.page-template-management .site-content .main-content-area .main-content-inner .content-area .site-main .gallery_line .box-management .name .first {
  display: block;
  font-size: 18px;
}

body.page-template-management .site-content .main-content-area .main-content-inner .content-area .site-main .gallery_line .swiper-container {
  padding: 10px 50px;
}

body.page-template-management .site-content .main-content-area .main-content-inner .subpages-section {
  background-color: rgba(255, 255, 255, 0.8);
}

body.page-template-management .site-content .main-content-area .main-content-inner .subpages-section .subpage .page-title {
  color: #2a489e;
}

body.page-template-management .management_card .name {
  color: #2a489e;
}

body.page-template-management .management_card .main_info {
  padding: 15px;
  background-color: #ededed;
  margin-top: 20px;
}

body.page-template-management .management_card .main_info .line:not(:last-child) {
  margin-bottom: 10px;
}

body.page-template-management .management_card .main_info .label_info {
  font-weight: bold;
}

body.page-template-management .management_card .experience {
  padding: 20px 0;
}

body.page-template-management .management_card .experience .line {
  padding: 10px 0;
}

body.page-template-management .management_card .experience .line:not(:last-child) {
  /*margin-bottom: 10px;*/
  border-bottom: 1px solid #ededed;
}

body.page-template-management .management_card .experience .date-range {
  color: #2a489e;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.single-objects .fancybox-slide .message {
  padding: 30px;
  max-width: 1000px;
}

body.single-objects .site-content .main-content-area {
  padding-top: 0;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header {
  padding: 30px 50px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header:before {
  content: '';
  display: block;
  background-color: #2a489e;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .inner {
  position: relative;
  z-index: 2;
  min-height: 100px;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .page-title {
  text-align: center;
  color: #ffffff;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 50px;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs li {
  display: inline-table;
  cursor: pointer;
  font-size: 16px;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs li a {
  background-color: #2a489e;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
  padding: 10px 20px;
  display: block;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs li a:before {
  margin-right: 5px;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs li a[data-type=living-spaces]:before {
  content: '\f015';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs li a[data-type=non-residential-premises]:before {
  content: "\f338";
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs li a[data-type=parking]:before {
  content: '\f288';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs li:hover a,
body.single-objects .site-content .main-content-area .main-content-inner .object_header .types-tabs li.active a {
  background-color: #ffffff;
  color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .back {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ffde00;
  color: #2a489e;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 3;
  font-size: 20px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

@media (max-width: 767px) {
  body.single-objects .site-content .main-content-area .main-content-inner .object_header .back {
    top: 50%;
    margin-top: -20px;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .back:hover {
  background-color: #2a489e;
  color: #ffffff;
}

body.single-objects .site-content .main-content-area .main-content-inner .object_header .back:before {
  content: '\f060';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area {
  padding-top: 30px;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .lines {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .lines {
    margin-bottom: 20px;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .line {
  margin: 10px 0;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .field_label {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .inline-field_label {
  line-height: 24px;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .borderBottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .house-info .discounts {
  background-color: #f4f4f4;
  color: #ff3d00;
  padding: 10px;
  /*padding-bottom: 0;*/
  margin-top: 10px;
  border-top: 1px solid #ededed;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .house-info .discounts .discount-title {
  font-weight: bold;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .house-info .discounts .conditions {
  font-style: italic;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .house-info .spec_btn {
  background: transparent;
  color: #2a489e;
  border: 1px solid #2a489e;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-size: 14px;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .house-info .spec_btn:hover {
  background-color: #2a489e;
  color: #ffffff;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .panorama_btn {
  display: block;
  width: 100%;
  background-color: #2a489e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .panorama_btn:before {
  content: '\f21d';
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .objects_sidebar .panorama_btn:hover {
  background-color: #ffde00;
  color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area {
  overflow: hidden;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .houses_filter {
  margin: 20px 0;
  min-height: 32px;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .houses_filter .filter_label {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .houses_filter .houses_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-table;
  border: 1px solid #2a489e;
  font-size: 18px;
  line-height: 1;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .houses_filter .houses_list li {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #2a489e;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .houses_filter .houses_list li:not(:last-child) {
  border-right: 1px solid #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .houses_filter .houses_list li.active,
body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .houses_filter .houses_list li:hover {
  background-color: #2a489e;
  color: #ffffff;
}

@media (max-width: 760px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .houses_filter {
    display: none;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map {
  /* Tablets / Mobile in landscape / portrait */
  /* Colors */
  /* Fonts */
  /*$font-family: 'Oswald', sans-serif;*/
  /* Sizes */
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map {
  position: relative;
  display: table;
}

@media (max-width: 767px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map {
    display: block;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .points .point {
  position: absolute;
  display: block;
  width: 32px;
  height: 39px;
  margin-left: -4px;
  margin-top: -38px;
  line-height: 32px;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/marker_obj.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  text-decoration: none;
  z-index: 5;
  cursor: default;
  pointer-events: none;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .points .point.active {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/marker_obj_h.png);
  color: #1f3f99;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .sections_marker .section_marker {
  position: absolute;
  display: none;
  width: 93px;
  height: 39px;
  margin-left: -4px;
  margin-top: -38px;
  line-height: 32px;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/section.png);
  background-position: left;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 15px;
  color: #1f3f99;
  text-decoration: none;
  z-index: 5;
  pointer-events: none;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .floors_label {
  color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map #chooseFloorTitle {
  position: absolute;
  top: -7rem;
  right: 6.6rem;
  opacity: 0;
  z-index: -1;
  font-size: 2.5rem;
  -webkit-transform: scale(3);
       -o-transform: scale(3);
          transform: scale(3);
  margin: 2% 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map #chooseFloorTitle.showTitle {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1 !important;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map #chooseFloorTitle:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 106%;
  width: 3.6rem;
  height: 3.2rem;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/arrow_floors.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0.5rem;
  right: 0.5rem;
  text-align: center;
  width: 4rem;
  height: calc(100% - 1rem);
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor.showFloors {
  visibility: visible;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor.showFloors a {
  background-color: #ffde00;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor .swiper-container {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  bottom: 5rem;
  margin: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor .swiper-slide {
  height: auto !important;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor a {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 5% auto;
  border: 2px solid #1f3f99;
  text-align: center;
  font-size: 1.4rem;
  color: #1f3f99;
  cursor: pointer;
  text-decoration: none;
  background-color: #ffde00;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor a:hover {
  background-color: #1f3f99;
  color: #ffffff;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor .active {
  background-color: #1f3f99;
  color: #ffffff;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor .up {
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: auto;
  border: 2px solid #1f3f99;
  background-color: #1f3f99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor .up:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  background-color: #ffde00;
  border: 2px solid #ffde00;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor .down {
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: auto;
  border: 2px solid #1f3f99;
  background-color: #1f3f99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor .down:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  background-color: #ffde00;
  border: 2px solid #ffde00;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor .swiper-button-disabled {
  opacity: 0.5;
  cursor: default !important;
}

@media (max-width: 767px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor.showFloors {
    position: relative;
    width: 100%;
    padding: 0 40px;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }

  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor.showFloors .up {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    margin: 0;
  }

  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor.showFloors .down {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }

  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor.showFloors .swiper-container.swiper-container-horizontal {
    position: relative;
    top: auto;
    bottom: auto;
  }

  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor.showFloors .swiper-container.swiper-container-horizontal .swiper-slide {
    width: auto;
  }

  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .object_widget_area .image_map .chooseFloor.showFloors .swiper-container.swiper-container-horizontal .swiper-slide a {
    margin: 0;
  }
}

@media (min-width: 992px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure .legend {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure .legend li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure .legend li:not(:last-child) {
  margin-bottom: 10px;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure .legend li .img_box {
  margin-right: 20px;
}

@media (min-width: 992px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure .flex-100 {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure .route_map_btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  display: block;
  -webkit-box-shadow: 0px 0px 5px #333;
          box-shadow: 0px 0px 5px #333;
  color: #2a489e;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*@include vendor-prefix('transition', $argument);*/
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure .route_map_btn:hover {
  color: #ffffff;
  background-color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .map-infrastructure #infrastructure-map {
  min-height: 300px;
}

@media (min-width: 992px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main {
    height: 100%;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-container {
    height: 300px;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-container .swiper-slide .back-slide {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-top {
  width: 100%;
  height: 80%;
}

@media only screen and (max-width: 992px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-top {
    height: 66%;
  }
}

@media only screen and (max-width: 767px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-top {
    height: 82%;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-thumbs-wrap {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0;
  overflow: hidden;
  position: relative;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-thumbs-wrap img {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-thumbs-wrap {
    height: 15%;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-thumbs {
  width: 74%;
  height: 100%;
  margin: 0 13%;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-thumbs .swiper-slide {
  width: 22%;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}

@media only screen and (max-width: 1024px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-thumbs .swiper-slide {
    width: 30%;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .gallery-thumbs .swiper-slide.swiper-slide-active {
  opacity: 1;
  border-color: #ffde00;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main [class^=swiper-button] {
  top: 0;
  margin-top: 10px;
  height: calc(100% - 10px);
  width: 10%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-button-prev {
  left: 0;
  background: none;
  border: 3px solid #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-button-prev:before {
  content: '\f104';
  color: #2a489e;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 44px;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-button-prev:hover {
  background-color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-button-prev:hover:before {
  color: #ffffff;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-button-next {
  right: 0;
  background: none;
  border: 3px solid #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-button-next:before {
  content: '\f105';
  color: #2a489e;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 44px;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-button-next:hover {
  background-color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-main .swiper-button-next:hover:before {
  color: #ffffff;
}

@media (min-width: 992px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .line-3 {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .youtube-player {
  border: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .youtube-player {
    margin-bottom: 20px;
    min-height: 300px;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-progress .gallery-thumbs-wrap {
  /*height: 20%;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding: $off 0 0;*/
  overflow: hidden;
  position: relative;
  background-color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-progress .gallery-thumbs {
  width: 74%;
  height: 100%;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-progress .gallery-thumbs .swiper-slide {
  overflow: hidden;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid transparent;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-progress .gallery-thumbs .swiper-slide.swiper-slide-active {
  opacity: 1;
  border-color: #ffde00;
  background-color: #ffde00;
  color: #2a489e;
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-bottom .swiper-slide {
  overflow: hidden;
  position: relative;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-bottom .swiper-slide {
    height: 400px;
  }
}

body.single-objects .site-content .main-content-area .main-content-inner .content-area .site-main .gallery-bottom .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.single-objects .preloader_wp {
  border-radius: 0;
  height: 100%;
}

body.single-objects .preloader_wp .spinner,
body.single-objects .preloader_wp img {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  margin: 0;
  margin: initial;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.single-objects .preloader_wp img {
  margin: 40px;
}

body .about_object {
  overflow-y: auto;
}

body .gallery-main {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  body .gallery-main {
    margin-top: 15px;
  }
}

body .points .point {
  position: absolute;
  display: block;
  width: 32px;
  height: 39px;
  margin-left: -4px;
  margin-top: -38px;
  line-height: 32px;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/marker_obj.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  text-decoration: none;
  z-index: 5;
  cursor: default;
  pointer-events: none;
}

body .points .point.active {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/marker_obj_h.png);
  color: #1f3f99;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.page-template-objects .hfeed:before {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  content: ' ';
  display: block;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;
}

body.page-template-objects .site-content {
  overflow: hidden;
}

body.page-template-objects .site-content {
  position: relative;
}

body.page-template-objects .site-content h1,
body.page-template-objects .site-content .h1 {
  color: #000000;
}

body.page-template-objects .site-content h2,
body.page-template-objects .site-content .h2 {
  color: #000000;
}

body.page-template-objects .site-content h3,
body.page-template-objects .site-content .h3 {
  color: #000000;
}

body.page-template-objects .site-content h4,
body.page-template-objects .site-content .h4 {
  color: #000000;
}

body.page-template-objects .site-content h5,
body.page-template-objects .site-content .h5 {
  color: #000000;
}

body.page-template-objects .site-content h6,
body.page-template-objects .site-content .h6 {
  color: #000000;
}

body.page-template-objects .site-content h4.no_results {
  color: #ffffff;
}

body.page-template-objects .site-content .main-content-area {
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .site-main .select2 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .site-main .fltr {
    margin-bottom: 15px;
  }
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .site-main .mapBox {
  display: block;
  width: 100%;
  margin-left: -100000px;
  padding-bottom: 20px;
  position: absolute;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .site-main .mapBox.active {
  margin-left: 0;
  position: relative;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .site-main .mapBox .map_container {
  width: 100%;
  height: 70vh;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .site-main > div {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .right-side .row,
body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .right-side .row > div {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form select,
body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form button {
  width: 100%;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form > .row:first-child {
  margin-bottom: 15px;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 992px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .min,
body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .max {
  display: inline-table;
  min-width: 46px;
}

@media (max-width: 992px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .min,
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .max {
    margin: 0 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .min,
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .max {
    width: 50%;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .max {
    text-align: right;
  }
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .slider-horizontal {
  margin: 0 10px;
}

@media (max-width: 992px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .slider-horizontal {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range .slider-horizontal {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .price_range span {
  color: #fff;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form label {
  color: #fff;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .select2-selection__rendered {
  color: #fff;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form .select2-selection {
  border-color: #fff;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters form #reset {
  background-color: #2a489e;
  color: #fff;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters .custom .blue_btn:hover {
  background-color: #2a489e;
  color: #fff;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters .custom .yellow_btn:hover {
  background-color: #ffde00;
  color: #000;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters .dropdown-menu > li {
  padding: 0;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters .dropdown-menu > li > a {
  padding: 10px 15px;
  width: 100%;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters .dropdown-menu > li > a:hover {
  color: #ffde00;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .filters .dropdown-menu > li:hover > a {
  color: #ffde00;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .row_filter_control {
  padding: 15px 0;
}

@media (min-width: 992px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header {
  padding: 10px 0;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .legend {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .legend li {
  display: inline-table;
  padding: 10px;
  font-size: 16px;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .legend li i {
  color: #2a489e;
  margin-right: 5px;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .legend li:first-child {
  padding-left: 0;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .legend li:last-child {
  padding-right: 0;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .files-dropdown .dropdown-menu {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .files-dropdown .dropdown-menu li {
  padding: 0;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .files-dropdown .dropdown-menu li a {
  padding: 10px 15px;
  color: #2a489e;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .files-dropdown .dropdown-menu li a:hover {
  text-decoration: underline;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .pdf {
  width: 100%;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-header .pdf:before {
  content: '\f1c1';
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .result-area .result-objects {
    height: 100%;
  }
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .info-box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .info-box a {
  color: #000000;
  display: block;
}

body.page-template-objects .site-content .main-content-area .main-content-inner .content-area .info-box a:hover {
  color: #000000;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

.object_new {
  display: block;
}

@media only screen and (max-width: 768px) {
  .object_new {
    margin-top: 20px;
  }
}

.object_new a {
  display: block;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.object_new a.hasHover .cover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.object_new a.hasHover .cover .discount {
  right: 15px;
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.object_new a.hasHover .cover .status {
  left: 15px;
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.object_new a.hasHover .cover .desc {
  bottom: 15px;
  opacity: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.object_new .cover {
  height: 100%;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.object_new .cover .title {
  padding: 30px 18px 6px;
}

.object_new .cover .title h4 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
}

.object_new .cover .header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.object_new .cover .header .status {
  left: -100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  display: inline-block;
  border: 1px solid #8899c9;
  color: #2a489e;
  background-color: #ffffff;
  letter-spacing: 1px;
  padding: 7px;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  .object_new .cover .header .status {
    left: 15px;
  }
}

.object_new .cover .header .discount {
  right: -100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  display: inline-block;
  border: 1px solid #000087;
  color: #000;
  background-color: #ffde00;
  padding: 7px 12px;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  .object_new .cover .header .discount {
    right: 15px;
  }
}

.object_new .cover .desc {
  bottom: -100%;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  color: #1f3f99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #3251a3;
  padding: 8px 5px;
  width: 93%;
}

@media only screen and (max-width: 1024px) {
  .object_new .cover .desc {
    bottom: 15px;
  }
}

.object_new .cover .desc .icon {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 10px;
}

.object_new .cover .desc .icon .map-marker {
  font-size: 18px;
}

.object_new .cover .desc .address {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 18px;
}

.object_new .cover .desc .address p {
  margin: 0;
  font-size: 12px;
}

.object_new .cover .desc .price {
  font-size: 12px;
  padding-right: 0;
}

.object_new .cover .desc .price img {
  margin-right: 5px;
  width: 15px;
  margin-bottom: 3px;
}

.object_new .cover .desc .price p {
  margin: 0;
}

.object_new .cover .desc .price span {
  color: black;
}

.object_new .specs {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

.object_new .specs > div {
  padding: 15px;
}

.object_new .specs h3,
.object_new .specs h4 {
  color: #000000;
}

.object_new .specs p {
  margin-bottom: 0;
}

.object_new .specs .price_line {
  border-top: 1px solid #ededed;
}

.object_new:hover .specs {
  background-color: #ffde00;
}

/* 
    Created on : Oct 24, 2017, 5:37:15 PM
    Author     : Chameleon
*/

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.panorama_page .site-content .main-content-area {
  padding: 0;
}

body.panorama_page .site-content .main-content-area .canvas_wrap {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

body.panorama_page .site-content .main-content-area .backToObj {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ffde00;
  color: #2a489e;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
  font-size: 20px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.panorama_page .site-content .main-content-area .backToObj:hover {
  background-color: #2a489e;
  color: #ffffff;
}

body.panorama_page .site-content .main-content-area .backToObj:before {
  content: '\f060';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.tax-floors .site-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

body.tax-floors .site-content .main-content-area {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main {
  width: 100%;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .btn {
  background: transparent;
  color: #1f3f99;
  border: 1px solid #1f3f99;
  border-radius: 5px;
  display: table;
  font-size: 14px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .btn:hover {
  background-color: #2a489e;
  color: #ffffff;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .btn.wide_btn {
  width: 100%;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .btn.download_btn:before {
  content: '\f019';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan {
  margin-top: 30px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan h1,
body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan .h1 {
  color: #2a489e;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan h2,
body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan .h2 {
  color: #2a489e;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan h3,
body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan .h3 {
  color: #2a489e;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan h4,
body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan .h4 {
  color: #2a489e;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan h5,
body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan .h5 {
  color: #2a489e;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan h6,
body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan .h6 {
  color: #2a489e;
}

@media (max-width: 992px) {
  body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area {
    padding: 80px 0;
  }
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker {
  position: absolute;
  width: 11rem;
  /*height: 8rem;*/
  border: 2px solid #2a489e;
  text-align: center;
  color: #2a489e;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker:after {
  position: absolute;
  content: '';
  margin: auto;
  display: block;
  width: 0;
  height: 0;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker.pointerTop {
  margin-top: 1.6rem;
  margin-left: -5.5rem;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker.pointerTop:after {
  left: 0;
  right: 0;
  bottom: 100%;
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-bottom: 1.6rem solid #2a489e;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker.pointerLeft {
  margin-top: -4.5rem;
  margin-left: 1.6rem;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker.pointerLeft:after {
  top: 0;
  right: 100%;
  bottom: 0;
  border-top: 1.6rem solid transparent;
  border-right: 1.6rem solid #2a489e;
  border-bottom: 1.6rem solid transparent;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker.pointerRight {
  margin-top: -4.5rem;
  margin-left: -12.6rem;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker.pointerRight:after {
  top: 0;
  left: 100%;
  bottom: 0;
  border-top: 1.6rem solid transparent;
  border-left: 1.6rem solid #2a489e;
  border-bottom: 1.6rem solid transparent;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker.pointerBottom {
  margin-top: -10.1rem;
  margin-left: -5.5rem;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker.pointerBottom:after {
  top: 100%;
  left: 0;
  right: 0;
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-top: 1.6rem solid #2a489e;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker p {
  margin-bottom: 0;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker > p {
  background-color: #2a489e;
  color: #ffffff;
  height: 3rem;
  line-height: 3rem;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker div .parts {
  display: block;
  float: left;
  height: 4.6rem;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker div .parts:first-child {
  font-size: 4rem;
  width: 4rem;
  line-height: 4.5rem;
  border-right: 2px solid #2a489e;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker div .parts:nth-child(2) {
  padding-top: 0.5rem;
  height: 4.5rem;
  /*width: calc(7rem - 2px);*/
  width: calc(7rem - 4px);
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .marker .tech-type .parts.left-part {
  background-color: #2a489e;
  color: #ffffff;
  font-size: 14px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area .other_marker {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  width: 8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  margin-top: -2.8rem;
  margin-left: -4rem;
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #3F529F;
  pointer-events: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .tech-list {
  margin-top: 50px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .tech-list .table-striped {
  margin-bottom: 50px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .tech-list .table-striped thead tr th {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .tech-list .table-striped thead tr th:not(:first-child) {
  width: 20%;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .right-bar {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 992px) {
  body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .right-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .buttons_wrap {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 5px 20px;
  width: 100%;
}

@media (max-width: 992px) {
  body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .buttons_wrap {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors {
  height: 100%;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 992px) {
  body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .floors_title {
  font-size: 16px;
  color: #2a489e;
  padding-bottom: 10px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_vertical {
  height: 100%;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .control-btns {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #2a489e;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  background-color: #ffde00;
  color: #2a489e;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .control-btns:not(.swiper-button-disabled):hover {
  background-color: #2a489e;
  color: #ffde00;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .control-btns.swiper-button-disabled {
  cursor: default;
  opacity: 0.6;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .control-btns:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 1;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .control-btns.button-prev {
  margin-bottom: 10px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .control-btns.button-prev:before {
  content: '\f106';
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .control-btns.button-next {
  margin-top: 10px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .control-btns.button-next:before {
  content: '\f107';
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_horizontal {
  display: none;
}

@media (max-width: 992px) {
  body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_horizontal {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_horizontal .control-btns {
  padding: 0 10px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_horizontal .control-btns.button-prev {
  margin: 0;
  margin-right: 10px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_horizontal .control-btns.button-prev:before {
  content: '\f104';
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_horizontal .control-btns.button-next {
  margin: 0;
  margin-left: 10px;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_horizontal .control-btns.button-next:before {
  content: '\f105';
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper_horizontal .swiper-slide {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper-container {
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper-container .swiper-slide {
  height: auto;
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper-container .swiper-slide .floor_num {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #2a489e;
  font-size: 18px;
  line-height: 1;
  background-color: #ffde00;
  color: #2a489e;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /*@include vendor-prefix('transition', $argument);*/
}

body.tax-floors .site-content .main-content-area .main-content-inner .content-area .site-main .choose_floors .swiper-container .swiper-slide .floor_num:hover {
  background-color: #2a489e;
  color: #ffde00;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.single-wp_router_page .site-content .main-content-area,
body.single-apartments .site-content .main-content-area {
  padding-top: 0;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area {
  padding-top: 30px;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan h3,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .section_plan h3 {
  color: #2a489e;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .btn,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .btn {
  background: transparent;
  color: #1f3f99;
  border: 1px solid #1f3f99;
  border-radius: 5px;
  display: table;
  font-size: 14px;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .btn:hover,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .btn:hover {
  background-color: #2a489e;
  color: #ffffff;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .btn.wide_btn,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .btn.wide_btn {
  width: 100%;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .btn.download_btn:before,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .btn.download_btn:before {
  content: '\f019';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .floor_widget_area {
  margin-top: 50px;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .buttons_wrap,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .buttons_wrap {
  margin-top: 20px;
  margin-bottom: 50px;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .buttons_wrap a,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .buttons_wrap a {
  margin-bottom: 10px;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .flat-title,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .flat-title {
  color: #000000;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .flat-features,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .flat-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .flat-features li,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .flat-features li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #8e8d8d;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .flat-features li .features-label,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .flat-features li .features-label {
  font-size: 16px;
  font-weight: bold;
  color: #2a489e;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .discounts,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .discounts {
  background-color: #f4f4f4;
  color: #ff3d00;
  padding: 10px;
  /*padding-bottom: 0;*/
  margin-top: 10px;
  border-top: 1px solid #ededed;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .discounts .discount-title,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .discounts .discount-title {
  font-weight: bold;
}

body.single-wp_router_page .site-content .main-content-area .main-content-inner .content-area .site-main .discounts .conditions,
body.single-apartments .site-content .main-content-area .main-content-inner .content-area .site-main .discounts .conditions {
  font-style: italic;
}

body .flat_block {
  position: relative;
  text-align: center;
}

body .flat_block .flat_menu {
  position: relative;
  top: 70px;
  display: inline-block;
}

body .flat_block .flat_menu ul {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .flat_block .flat_menu ul li {
  display: inline-block;
  position: relative;
}

body .flat_block .flat_menu ul li a {
  color: white;
  font-size: 18px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
}

body .flat_block .flat_menu ul li a.active {
  border-bottom: 1px solid white;
}

body .flat_block .flat_menu ul li a:hover span {
  -webkit-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
}

body .flat_block .flat_menu ul li a span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #4A65AE;
  z-index: -1;
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -o-transform .5s;
}

body .flat_block .flat_menu ul li a span:nth-child(1) {
  left: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

body .flat_block .flat_menu ul li a span:nth-child(2) {
  left: 25%;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

body .flat_block .flat_menu ul li a span:nth-child(3) {
  left: 50%;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

body .flat_block .flat_menu ul li a span:nth-child(4) {
  left: 75%;
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.page-template-history {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.page-template-history:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*@include hex_to_rgba('background-color', '', $blue, 0.8);*/
}

body.page-template-history .site-content {
  position: relative;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut:not(last-child) {
  margin-bottom: 50px;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut.loyaut_image .text {
  padding-top: 10px;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut.loyaut_image .img_box {
  position: relative;
  display: table;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut.loyaut_image .img_box .loyaut_logo {
  position: absolute;
  bottom: 0;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut.loyaut_image.left_image .loyaut_logo {
  right: 0;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut.loyaut_image.right_image .loyaut_logo {
  left: 0;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut.loyaut_content ul {
  list-style: none;
  padding: 0;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut.loyaut_content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

body.page-template-history .site-content .main-content-area .main-content-inner .content-area .site-main .loyaut.loyaut_content ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #ffde00;
  border-radius: 50%;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.page-template-constituent {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.page-template-constituent:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*@include hex_to_rgba('background-color', '', $blue, 0.8);*/
}

body.page-template-constituent .site-content {
  position: relative;
}

body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main h1,
body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main h2,
body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main h3 {
  color: #2a489e;
}

body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main .entry-content .main-statute {
  border: 1px solid #ededed;
  display: inline-block;
}

body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main section.subpages-section {
  background-color: rgba(255, 255, 255, 0.8);
}

body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main section.subpages-section h2 {
  margin-bottom: 30px;
}

body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main section.subpages-section .swiper-container {
  padding: 20px 60px;
}

body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main section.subpages-section .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}

body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main section.subpages-section .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-table;
  border: 1px solid #000000;
}

body.page-template-constituent .site-content .main-content-area .main-content-inner .content-area .site-main section.files-section {
  padding: 50px 0;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body .pum.pum-theme-popup .pum-container {
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/popup-pattern.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 70px;
}

body .pum.pum-theme-popup .pum-close,
body .pum.pum-theme-popup .pum-close:hover,
body .pum.pum-theme-popup .pum-close:focus {
  outline: none;
}

body .pum.pum-theme-popup .pum-content {
  max-width: 300px;
  margin: 0 auto;
}

body .pum.pum-theme-popup .pum-content h3 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  body .pum.pum-theme-popup .pum-content h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

body .pum.pum-theme-popup .pum-content p {
  text-align: center;
  line-height: 1.2;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form label {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form label {
    margin-bottom: 20px;
  }
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form input {
  background: none;
  border-color: #8e8d8d;
  margin-bottom: 0;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form input:focus {
  outline: none;
  border-color: #373737;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form input::-webkit-input-placeholder {
  color: #8e8d8d;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form input:-moz-placeholder {
  color: #8e8d8d;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form input::-moz-placeholder {
  color: #8e8d8d;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form input:-ms-input-placeholder {
  color: #8e8d8d;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form button.yikes-easy-mc-submit-button {
  width: 80%;
  margin: 0 auto;
  background-color: #2a489e;
  border: 0;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-form button.yikes-easy-mc-submit-button:hover {
  background-color: #ffde00;
  color: #2a489e;
}

body .pum.pum-theme-popup .pum-content .yikes-mailchimp-container .yikes-easy-mc-success-message {
  font-size: 32px;
  font-weight: bold;
  color: #2a489e;
  background: none;
  text-align: center;
}

.odometer-digit {
  background: white !important;
  margin: 0 2px;
}

.ulp-submit {
  background: -webkit-gradient(linear, left top, left bottom, from(#2A489E), to(#4767C3)) !important;
  background: -webkit-linear-gradient(top, #2A489E 0%, #4767C3 100%) !important;
  background: -o-linear-gradient(top, #2A489E 0%, #4767C3 100%) !important;
  background: linear-gradient(180deg, #2A489E 0%, #4767C3 100%) !important;
}

.count_subscribers {
  background: transparent !important;
}

.odometer-digit {
  background: white !important;
  margin: 0 2px;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.8) !important;
          box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.8) !important;
}

.odometer-digit:last-of-type {
  background: yellow !important;
}

.ulp-submit {
  background: -webkit-gradient(linear, left top, left bottom, from(#2A489E), to(#4767C3)) !important;
  background: -webkit-linear-gradient(top, #2A489E 0%, #4767C3 100%) !important;
  background: -o-linear-gradient(top, #2A489E 0%, #4767C3 100%) !important;
  background: linear-gradient(180deg, #2A489E 0%, #4767C3 100%) !important;
}

.count_subscribers {
  background: transparent !important;
}

.blue_text {
  font-size: 16px !important;
  color: #214297 !important;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

body.objects-template-single-objects-new-php,
.postid-32509 {
  font-family: "Open sans", "PT sans", "Roboto", arial, sans-serif;
  /* Colors */
  /* Fonts */
  /*$font-family: 'Oswald', sans-serif;*/
  /* Sizes */
  /* Tablets / Mobile in landscape / portrait */
}

@media only screen and (min-width: 1600px) {
  body.objects-template-single-objects-new-php .container,
  .postid-32509 .container {
    width: 1570px;
  }
}

body.objects-template-single-objects-new-php .section-title,
.postid-32509 .section-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: bold;
}

body.objects-template-single-objects-new-php .header#masthead,
.postid-32509 .header#masthead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  background-color: #2a489e;
  color: #fff;
  z-index: 99;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .header .container,
  .postid-32509 .header .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  body.objects-template-single-objects-new-php .header .header__lang,
  .postid-32509 .header .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.objects-template-single-objects-new-php .header__inner,
.postid-32509 .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .header__inner,
  .postid-32509 .header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding-left: 22px;
    padding-right: 0;
  }
}

body.objects-template-single-objects-new-php .header__controls,
.postid-32509 .header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.objects-template-single-objects-new-php .header .logo,
.postid-32509 .header .logo {
  width: 136px;
  height: 36px;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .header .logo,
  .postid-32509 .header .logo {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .header .logo,
  .postid-32509 .header .logo {
    width: 37px;
  }
}

body.objects-template-single-objects-new-php .header .logo__img,
.postid-32509 .header .logo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain;object-position:top left";
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .header .logo__img,
  .postid-32509 .header .logo__img {
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
  }
}

body.objects-template-single-objects-new-php .header__hamburger,
.postid-32509 .header__hamburger {
  position: relative;
  display: none;
  width: 76px;
  height: 60px;
  margin-left: 7px;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .header__hamburger,
  .postid-32509 .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .header__hamburger,
  .postid-32509 .header__hamburger {
    width: 79px;
  }
}

body.objects-template-single-objects-new-php .header__hamburger--active,
.postid-32509 .header__hamburger--active {
  background-color: #ffde00;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

body.objects-template-single-objects-new-php .header__hamburger--active .header__hamburger-line,
.postid-32509 .header__hamburger--active .header__hamburger-line {
  background-color: #2a489e;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

body.objects-template-single-objects-new-php .header__hamburger--active .header__hamburger-line:nth-child(1),
.postid-32509 .header__hamburger--active .header__hamburger-line:nth-child(1) {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
       -o-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}

body.objects-template-single-objects-new-php .header__hamburger--active .header__hamburger-line:nth-child(2),
.postid-32509 .header__hamburger--active .header__hamburger-line:nth-child(2) {
  right: -64px;
}

body.objects-template-single-objects-new-php .header__hamburger--active .header__hamburger-line:nth-child(3),
.postid-32509 .header__hamburger--active .header__hamburger-line:nth-child(3) {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
       -o-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

body.objects-template-single-objects-new-php .header__hamburger-line,
.postid-32509 .header__hamburger-line {
  position: absolute;
  display: block;
  right: 20px;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffde00;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

body.objects-template-single-objects-new-php .header__hamburger-line:nth-child(1),
.postid-32509 .header__hamburger-line:nth-child(1) {
  top: calc(50% - 12px);
}

body.objects-template-single-objects-new-php .header__hamburger-line:nth-child(2),
.postid-32509 .header__hamburger-line:nth-child(2) {
  top: calc(50% - 2px);
}

body.objects-template-single-objects-new-php .header__hamburger-line:nth-child(3),
.postid-32509 .header__hamburger-line:nth-child(3) {
  top: calc(50% + 8px);
}

body.objects-template-single-objects-new-php .header__mob-menu,
.postid-32509 .header__mob-menu {
  position: absolute;
  display: none;
  top: 60px;
  right: 0;
  width: 0;
  height: auto;
  background-color: #ffde00;
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 1;
  overflow: hidden;
}

body.objects-template-single-objects-new-php .header__mob-menu--active,
.postid-32509 .header__mob-menu--active {
  width: 300px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .header__mob-menu,
  .postid-32509 .header__mob-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.objects-template-single-objects-new-php .header__mob-wrapper,
.postid-32509 .header__mob-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  height: auto;
  min-height: 410px;
}

body.objects-template-single-objects-new-php .header__mob-list ul,
.postid-32509 .header__mob-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin: 32px 0;
  padding: 0;
}

body.objects-template-single-objects-new-php .header .header__mob-menu .menu-item,
.postid-32509 .header .header__mob-menu .menu-item {
  float: none;
  margin-bottom: 24px;
  padding: 0;
}

body.objects-template-single-objects-new-php .header .header__mob-menu .menu-item:last-child,
.postid-32509 .header .header__mob-menu .menu-item:last-child {
  margin-bottom: 0;
}

body.objects-template-single-objects-new-php .header .header__mob-menu .menu-item a,
.postid-32509 .header .header__mob-menu .menu-item a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #2a489e;
  text-decoration: none;
}

body.objects-template-single-objects-new-php .header__lang,
.postid-32509 .header__lang {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}

body.objects-template-single-objects-new-php .header__lang-item,
.postid-32509 .header__lang-item {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: transparent;
  font-size: 14px;
  line-height: 40px;
  color: #2a489e;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header__lang-item:last-child,
.postid-32509 .header__lang-item:last-child {
  margin-right: 0;
}

body.objects-template-single-objects-new-php .header__lang-item a,
body.objects-template-single-objects-new-php .header__lang-item a:hover,
.postid-32509 .header__lang-item a,
.postid-32509 .header__lang-item a:hover {
  color: #2a489e;
}

body.objects-template-single-objects-new-php .header__lang-item.current_lang,
.postid-32509 .header__lang-item.current_lang {
  background-color: #2a489e;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header__lang-item.current_lang a,
body.objects-template-single-objects-new-php .header__lang-item.current_lang a:hover,
.postid-32509 .header__lang-item.current_lang a,
.postid-32509 .header__lang-item.current_lang a:hover {
  color: #fff;
}

body.objects-template-single-objects-new-php .header .menu_container,
.postid-32509 .header .menu_container {
  color: #fff;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .header .menu_container,
  .postid-32509 .header .menu_container {
    display: none;
  }
}

body.objects-template-single-objects-new-php .header .menu_container .nav,
.postid-32509 .header .menu_container .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.objects-template-single-objects-new-php .header .menu_container .navbar-nav,
.postid-32509 .header .menu_container .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body.objects-template-single-objects-new-php .header .menu_container .menu-item,
.postid-32509 .header .menu_container .menu-item {
  padding: 0;
}

body.objects-template-single-objects-new-php .header .menu_container .menu-item a,
.postid-32509 .header .menu_container .menu-item a {
  margin: 0 10px;
  font-size: 14px;
  line-height: 19px;
  color: inherit;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.3px;
}

body.objects-template-single-objects-new-php .header .menu_container .menu-item a:hover,
body.objects-template-single-objects-new-php .header .menu_container .menu-item a:active,
body.objects-template-single-objects-new-php .header .menu_container .menu-item a:focus,
.postid-32509 .header .menu_container .menu-item a:hover,
.postid-32509 .header .menu_container .menu-item a:active,
.postid-32509 .header .menu_container .menu-item a:focus {
  text-decoration: underline;
  background-color: transparent;
}

body.objects-template-single-objects-new-php .header .saveblock,
.postid-32509 .header .saveblock {
  position: relative;
  color: #fff;
  background-color: #4767C3;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .header .saveblock,
  .postid-32509 .header .saveblock {
    font-weight: normal;
    font-size: 12px;
  }
}

body.objects-template-single-objects-new-php .header .saveblock .as-operator-select,
.postid-32509 .header .saveblock .as-operator-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 40px 8px 10px;
  border-radius: 100px;
  color: #fff;
}

body.objects-template-single-objects-new-php .header .saveblock .as-operator-select:after,
.postid-32509 .header .saveblock .as-operator-select:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(50%, -75%) rotate(45deg);
       -o-transform: translate(50%, -75%) rotate(45deg);
          transform: translate(50%, -75%) rotate(45deg);
}

body.objects-template-single-objects-new-php .header .saveblock .as-operator-select:hover,
.postid-32509 .header .saveblock .as-operator-select:hover {
  background-color: #2A489E;
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .header .saveblock .as-operator-select,
  .postid-32509 .header .saveblock .as-operator-select {
    padding: 5px 30px 5px 5px;
  }
}

body.objects-template-single-objects-new-php .header .saveblock .dynamicnumber,
.postid-32509 .header .saveblock .dynamicnumber {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .header .saveblock .dynamicnumber,
  .postid-32509 .header .saveblock .dynamicnumber {
    font-weight: normal;
    font-size: 12px;
  }
}

body.objects-template-single-objects-new-php .header .saveblock .f-icon,
.postid-32509 .header .saveblock .f-icon {
  width: 24px;
  height: 24px;
}

body.objects-template-single-objects-new-php .header .saveblock__icon,
.postid-32509 .header .saveblock__icon {
  width: 24px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .header .saveblock__icon,
  .postid-32509 .header .saveblock__icon {
    display: none;
  }
}

body.objects-template-single-objects-new-php .header .saveblock__number,
.postid-32509 .header .saveblock__number {
  color: inherit;
  text-decoration: none;
}

body.objects-template-single-objects-new-php .header .saveblock__secondary,
.postid-32509 .header .saveblock__secondary {
  padding-top: 40px;
  max-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: inherit;
  pointer-events: none;
  opacity: 0;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

body.objects-template-single-objects-new-php .header .lang-list,
.postid-32509 .header .lang-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background-color: #2a489e;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  list-style: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header .lang-list:hover,
.postid-32509 .header .lang-list:hover {
  background-color: #234095;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header .lang-list a,
.postid-32509 .header .lang-list a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .header .lang-list,
  .postid-32509 .header .lang-list {
    display: none;
  }
}

body.objects-template-single-objects-new-php .header .lang-list__item,
.postid-32509 .header .lang-list__item {
  text-align: center;
}

body.objects-template-single-objects-new-php .header .lang-list__item--main,
.postid-32509 .header .lang-list__item--main {
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
}

body.objects-template-single-objects-new-php .header .lang-list__item--main:after,
.postid-32509 .header .lang-list__item--main:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header .lang-list__item--main.act:after,
.postid-32509 .header .lang-list__item--main.act:after {
  -webkit-transform: rotate(-135deg) translateY(-1px);
       -o-transform: rotate(-135deg) translateY(-1px);
          transform: rotate(-135deg) translateY(-1px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header .lang-list__secondary,
.postid-32509 .header .lang-list__secondary {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 100%;
  width: 100%;
  height: 60px;
  max-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  background-color: #4767C3;
  pointer-events: none;
  overflow: hidden;
  list-style: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header .lang-list__secondary:hover,
.postid-32509 .header .lang-list__secondary:hover {
  background-color: #234095;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header .lang-list__secondary.open,
.postid-32509 .header .lang-list__secondary.open {
  max-height: 80px;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .header .lang-list__secondary a,
.postid-32509 .header .lang-list__secondary a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

body.objects-template-single-objects-new-php .section_head .thumb_object,
.postid-32509 .section_head .thumb_object {
  height: 500px;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  width: 100%;
  top: 0;
}

body.objects-template-single-objects-new-php .section_head .thumb_object .this_thumb_bgcolor,
.postid-32509 .section_head .thumb_object .this_thumb_bgcolor {
  position: absolute;
  background-color: #223466;
  height: 100%;
  width: 100%;
  opacity: .8;
}

body.objects-template-single-objects-new-php .section_head .thumb_object .title_object,
.postid-32509 .section_head .thumb_object .title_object {
  color: #FFFFFF;
  font-size: 36px;
  font-family: Playfair Display;
  position: absolute;
  width: 100%;
  top: 50px;
}

body.objects-template-single-objects-new-php .section_head .thumb_object .block_js_menu,
.postid-32509 .section_head .thumb_object .block_js_menu {
  position: absolute;
  color: white;
  width: 100%;
  top: 130px;
}

body.objects-template-single-objects-new-php .section_head .thumb_object .block_js_menu ul li a,
.postid-32509 .section_head .thumb_object .block_js_menu ul li a {
  color: white;
}

body.objects-template-single-objects-new-php .section_head .thumb_object .jk_menu,
.postid-32509 .section_head .thumb_object .jk_menu {
  padding-left: 0px;
}

body.objects-template-single-objects-new-php .section_head .thumb_object .jk_menu li,
.postid-32509 .section_head .thumb_object .jk_menu li {
  padding: 10px 25px;
  border-radius: 100px;
  display: inline-block;
}

@media only screen and (max-width: 375px) {
  body.objects-template-single-objects-new-php .section_head .thumb_object .jk_menu li,
  .postid-32509 .section_head .thumb_object .jk_menu li {
    padding: 10px 17px;
  }
}

body.objects-template-single-objects-new-php .section_head .thumb_object .jk_menu li.active,
.postid-32509 .section_head .thumb_object .jk_menu li.active {
  background: #4767C3;
}

@media (max-width: 760px) {
  body.objects-template-single-objects-new-php .section_head .thumb_object,
  .postid-32509 .section_head .thumb_object {
    height: 285px;
  }
}

body.objects-template-single-objects-new-php.single-wp_router_page .thumb_object,
.postid-32509.single-wp_router_page .thumb_object {
  height: 200px;
  position: inherit;
}

@media only screen and (max-width: 630px) {
  body.objects-template-single-objects-new-php.single-wp_router_page .thumb_object,
  .postid-32509.single-wp_router_page .thumb_object {
    height: 235px;
  }
}

body.objects-template-single-objects-new-php.single-wp_router_page .thumb_object .this_thumb_bgcolor,
.postid-32509.single-wp_router_page .thumb_object .this_thumb_bgcolor {
  position: relative;
}

body.objects-template-single-objects-new-php .section_main .inline-block li,
.postid-32509 .section_main .inline-block li {
  display: inline-block;
}

body.objects-template-single-objects-new-php .section_main .swiper-wrapper,
.postid-32509 .section_main .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 80%;
}

body.objects-template-single-objects-new-php .section_main .container,
.postid-32509 .section_main .container {
  margin-top: 200px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap,
.postid-32509 .section_main .section_main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object,
.postid-32509 .section_main .section_main__wrap .object {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor,
.postid-32509 .section_main .section_main__wrap .object #showFloor {
  position: absolute;
  right: 20px;
  z-index: 999;
  height: 100%;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper-button-prev,
body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper-button-next,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper-button-prev,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper-button-next {
  background-image: none;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper_obj,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper_obj {
  height: 85%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 5%;
}

@media (max-width: 1366px) {
  body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper_obj,
  .postid-32509 .section_main .section_main__wrap .object #showFloor .swiper_obj {
    height: 83%;
    top: 5%;
  }
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper_button,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper_button {
  position: relative;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .btn-prev-x,
.postid-32509 .section_main .section_main__wrap .object #showFloor .btn-prev-x {
  top: 30px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  color: white;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .btn-prev-x:before,
.postid-32509 .section_main .section_main__wrap .object #showFloor .btn-prev-x:before {
  content: '\f139';
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .btn-next-x,
.postid-32509 .section_main .section_main__wrap .object #showFloor .btn-next-x {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  color: white;
  top: 47px;
  left: 5px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .btn-next-x:before,
.postid-32509 .section_main .section_main__wrap .object #showFloor .btn-next-x:before {
  content: '\f13a';
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper-slide,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper-slide {
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  width: 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper-slide a,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper-slide a {
  padding: 3px;
  color: #808DB3;
  font-size: 28px;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper-slide a:hover,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper-slide a:hover {
  color: #2A489E;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper-slide a span,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper-slide a span {
  font-family: Open Sans;
  font-size: 14px;
  padding-top: 5px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object #showFloor .swiper-slide:hover,
.postid-32509 .section_main .section_main__wrap .object #showFloor .swiper-slide:hover {
  background: #F9DD2F;
  -webkit-box-shadow: 0px 2px 15px #2A489E;
          box-shadow: 0px 2px 15px #2A489E;
  border-radius: 4px;
  width: 100px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object .swiper-slide:hover a span,
.postid-32509 .section_main .section_main__wrap .object .swiper-slide:hover a span {
  display: inline-block !important;
  color: #2A489E;
  font-size: 14px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object .body,
.postid-32509 .section_main .section_main__wrap .object .body {
  position: relative;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object .body img,
.postid-32509 .section_main .section_main__wrap .object .body img {
  width: 100%;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object .body .btnWr,
.postid-32509 .section_main .section_main__wrap .object .body .btnWr {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 9;
  pointer-events: none;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object .body .btnWr .panorama,
.postid-32509 .section_main .section_main__wrap .object .body .btnWr .panorama {
  background-color: #fff;
  border-radius: 30px;
  padding: 7px 20px;
  display: inline-block;
  pointer-events: all;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .object .body .btnWr .panorama img,
.postid-32509 .section_main .section_main__wrap .object .body .btnWr .panorama img {
  width: 100px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main,
.postid-32509 .section_main .section_main__wrap .sidebar_main {
  background-color: #ffffff;
  z-index: 9;
  position: relative;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  width: 510px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .content_sidebar,
.postid-32509 .section_main .section_main__wrap .sidebar_main .content_sidebar {
  padding: 0px 15px 15px 15px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .title,
.postid-32509 .section_main .section_main__wrap .sidebar_main .title {
  text-align: center;
  font-size: 30px;
  color: #fff;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sidebar_menu,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sidebar_menu {
  background: #EBEBEB;
  display: inline-block;
  text-align: center;
  padding-left: 0px;
  width: 100%;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sidebar_menu li a,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sidebar_menu li a {
  color: #9A9A9A;
  font-size: 14px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sidebar_menu li.active,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sidebar_menu li.active {
  background: #ffde00;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sidebar_menu .col-md-6,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sidebar_menu .col-md-6 {
  padding: 10px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sidebar_menu .col-md-12,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sidebar_menu .col-md-12 {
  padding: 10px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sidebar_menu li,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sidebar_menu li {
  display: inline-block;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_1_sidebar .title_sidebar,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_1_sidebar .title_sidebar {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #5D5D5D;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_1_sidebar ul,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_1_sidebar ul {
  padding-left: 0px;
  margin-top: 20px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_1_sidebar ul li,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_1_sidebar ul li {
  background: #EEEEEE;
  border-radius: 22.5px;
  padding: 10px 20px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_1_sidebar ul li.active,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_1_sidebar ul li.active {
  background: #FFFFFF;
  border-radius: 22.5px;
  -webkit-box-shadow: 0px 2px 10px #F9D92F;
          box-shadow: 0px 2px 10px #F9D92F;
}

@media (max-width: 1366px) {
  body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_1_sidebar ul li,
  .postid-32509 .section_main .section_main__wrap .sidebar_main .sec_1_sidebar ul li {
    padding: 3px 13px;
  }
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_2_sidebar,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_2_sidebar {
  margin-top: 20px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_2_sidebar .price_sidebar,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_2_sidebar .price_sidebar {
  color: #4767C3;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 24px;
  padding: 15px 0;
}

@media (max-width: 1366px) {
  body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_2_sidebar .price_sidebar,
  .postid-32509 .section_main .section_main__wrap .sidebar_main .sec_2_sidebar .price_sidebar {
    padding: 0px 0px;
  }
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_3_sidebar,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_3_sidebar {
  margin-top: 20px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group .title_sidebar_red,
body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group .desc_sidebar_red,
body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group .text_1_sidebar,
body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group .text_2_sidebar,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group .title_sidebar_red,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group .desc_sidebar_red,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group .text_1_sidebar,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group .text_2_sidebar {
  color: #ff3d00;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group:last-child,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_3_sidebar .group:last-child {
  margin-top: 20px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_4_sidebar,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_4_sidebar {
  margin-top: 25px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_4_sidebar .technical_information span,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_4_sidebar .technical_information span {
  background: #ECECEC;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_4_sidebar .technical_information span img,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_4_sidebar .technical_information span img {
  padding-left: 20px;
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_4_sidebar .technical_information span:hover,
.postid-32509 .section_main .section_main__wrap .sidebar_main .sec_4_sidebar .technical_information span:hover {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

@media (max-width: 760px) {
  body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .sec_4_sidebar,
  .postid-32509 .section_main .section_main__wrap .sidebar_main .sec_4_sidebar {
    margin-bottom: 25px;
  }
}

body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .popup_pattern,
.postid-32509 .section_main .section_main__wrap .sidebar_main .popup_pattern {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1366px) {
  body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main .popup_pattern,
  .postid-32509 .section_main .section_main__wrap .sidebar_main .popup_pattern {
    display: none;
  }
}

@media (max-width: 760px) {
  body.objects-template-single-objects-new-php .section_main .section_main__wrap .sidebar_main,
  .postid-32509 .section_main .section_main__wrap .sidebar_main {
    width: 100%;
  }
}

body.objects-template-single-objects-new-php .section_main .body .points,
.postid-32509 .section_main .body .points {
  position: relative;
}

body.objects-template-single-objects-new-php .section_main .body .points .point,
.postid-32509 .section_main .body .points .point {
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

body.objects-template-single-objects-new-php .section_main .body .points img,
.postid-32509 .section_main .body .points img {
  max-width: 50px;
}

@media (max-width: 760px) {
  body.objects-template-single-objects-new-php .section_main .container,
  .postid-32509 .section_main .container {
    margin-top: 0px;
    padding: 0px;
  }

  body.objects-template-single-objects-new-php .section_main .section_main__wrap,
  .postid-32509 .section_main .section_main__wrap {
    display: block;
  }

  body.objects-template-single-objects-new-php .section_main .btnWr,
  .postid-32509 .section_main .btnWr {
    display: none;
  }

  body.objects-template-single-objects-new-php .section_main .thumb_object,
  .postid-32509 .section_main .thumb_object {
    position: relative;
  }

  body.objects-template-single-objects-new-php .section_main .thumb_object .this_thumb_bgcolor,
  body.objects-template-single-objects-new-php .section_main .thumb_object .title_object,
  body.objects-template-single-objects-new-php .section_main .thumb_object .block_js_menu,
  .postid-32509 .section_main .thumb_object .this_thumb_bgcolor,
  .postid-32509 .section_main .thumb_object .title_object,
  .postid-32509 .section_main .thumb_object .block_js_menu {
    top: auto;
    z-index: 9999;
  }

  body.objects-template-single-objects-new-php .section_main .jk_menu,
  .postid-32509 .section_main .jk_menu {
    padding-left: 0px;
  }

  body.objects-template-single-objects-new-php .section_main .points,
  .postid-32509 .section_main .points {
    display: none;
  }
}

@media (min-width: 1900px) {
  body.objects-template-single-objects-new-php .section_main .sec_2_sidebar,
  body.objects-template-single-objects-new-php .section_main .sec_3_sidebar,
  .postid-32509 .section_main .sec_2_sidebar,
  .postid-32509 .section_main .sec_3_sidebar {
    margin-top: 40px;
  }

  body.objects-template-single-objects-new-php .section_main .sec_4_sidebar,
  .postid-32509 .section_main .sec_4_sidebar {
    margin-top: 80px;
  }
}

body.objects-template-single-objects-new-php .breadcrumbsWr,
.postid-32509 .breadcrumbsWr {
  margin-top: 45px;
  margin-bottom: 45px;
}

body.objects-template-single-objects-new-php .breadcrumbsWr .breadcrumbs,
.postid-32509 .breadcrumbsWr .breadcrumbs {
  margin-bottom: 0;
  display: inline-block;
  border-radius: 17px;
}

body.objects-template-single-objects-new-php .breadcrumbsWr .breadcrumbs .home,
body.objects-template-single-objects-new-php .breadcrumbsWr .breadcrumbs .cities,
.postid-32509 .breadcrumbsWr .breadcrumbs .home,
.postid-32509 .breadcrumbsWr .breadcrumbs .cities {
  color: #828282;
}

body.objects-template-single-objects-new-php .breadcrumbsWr .breadcrumbs span[property="itemListElement"]:last-child,
.postid-32509 .breadcrumbsWr .breadcrumbs span[property="itemListElement"]:last-child {
  color: #2a489e;
}

@media (max-width: 760px) {
  body.objects-template-single-objects-new-php .breadcrumbsWr .breadcrumbs .breadcrumbs,
  .postid-32509 .breadcrumbsWr .breadcrumbs .breadcrumbs {
    display: none;
  }
}

body.objects-template-single-objects-new-php .price,
.postid-32509 .price {
  padding-top: 50px;
  background-color: #F6F6F6;
}

body.objects-template-single-objects-new-php .price .info,
.postid-32509 .price .info {
  margin-bottom: 45px;
}

body.objects-template-single-objects-new-php .price .info .title,
.postid-32509 .price .info .title {
  font-size: 18px;
  margin-bottom: 20px;
}

body.objects-template-single-objects-new-php .price .info .description,
.postid-32509 .price .info .description {
  font-size: 14px;
}

body.objects-template-single-objects-new-php .price .info .description strong,
.postid-32509 .price .info .description strong {
  font-size: 24px;
  color: #525252;
}

body.objects-template-single-objects-new-php .price .tabs .tabs_nav,
.postid-32509 .price .tabs .tabs_nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  body.objects-template-single-objects-new-php .price .tabs .tabs_nav,
  .postid-32509 .price .tabs .tabs_nav {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

body.objects-template-single-objects-new-php .price .tabs .tabs_nav::-webkit-scrollbar-thumb,
.postid-32509 .price .tabs .tabs_nav::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
}

body.objects-template-single-objects-new-php .price .tabs .tabs_nav::-webkit-scrollbar,
.postid-32509 .price .tabs .tabs_nav::-webkit-scrollbar {
  height: 3px;
  background-color: #fff;
}

body.objects-template-single-objects-new-php .price .tabs .tabs_nav li,
.postid-32509 .price .tabs .tabs_nav li {
  list-style-type: none;
  background-color: #D9D9D9;
  margin-right: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}

body.objects-template-single-objects-new-php .price .tabs .tabs_nav li.active,
.postid-32509 .price .tabs .tabs_nav li.active {
  background-color: #ffde00;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 4;
}

@media only screen and (max-width: 992px) {
  body.objects-template-single-objects-new-php .price .tabs .tabs_nav li.active,
  .postid-32509 .price .tabs .tabs_nav li.active {
    -webkit-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
  }
}

body.objects-template-single-objects-new-php .price .tabs .tabs_nav li a,
.postid-32509 .price .tabs .tabs_nav li a {
  display: block;
  padding: 10px 45px;
  color: #5D5D5D;
}

body.objects-template-single-objects-new-php .price .tab_content,
.postid-32509 .price .tab_content {
  background-color: #fff;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item,
.postid-32509 .price .tab_content .tab_item {
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item.active,
.postid-32509 .price .tab_content .tab_item.active {
  display: block;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .pricesWr,
.postid-32509 .price .tab_content .tab_item .pricesWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  body.objects-template-single-objects-new-php .price .tab_content .tab_item .pricesWr,
  .postid-32509 .price .tab_content .tab_item .pricesWr {
    display: block;
  }
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices,
.postid-32509 .price .tab_content .tab_item .offers__prices {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
  padding: 40px 40px 10px 20px;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table,
.postid-32509 .price .tab_content .tab_item .offers__prices table {
  width: 100%;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table thead tr th,
.postid-32509 .price .tab_content .tab_item .offers__prices table thead tr th {
  padding-bottom: 20px;
  font-size: 12px;
  color: #BBBBBB;
  font-weight: normal;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table thead tr th:last-child,
.postid-32509 .price .tab_content .tab_item .offers__prices table thead tr th:last-child {
  text-align: right;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table thead tr th:nth-child(2),
.postid-32509 .price .tab_content .tab_item .offers__prices table thead tr th:nth-child(2) {
  width: 15%;
}

@media only screen and (max-width: 530px) {
  body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table thead tr th:nth-child(2),
  .postid-32509 .price .tab_content .tab_item .offers__prices table thead tr th:nth-child(2) {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table thead tr th:nth-child(2),
  .postid-32509 .price .tab_content .tab_item .offers__prices table thead tr th:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 530px) {
  body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table thead tr th:nth-child(3),
  .postid-32509 .price .tab_content .tab_item .offers__prices table thead tr th:nth-child(3) {
    display: none;
  }
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table tbody tr,
.postid-32509 .price .tab_content .tab_item .offers__prices table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table tbody tr:last-child,
.postid-32509 .price .tab_content .tab_item .offers__prices table tbody tr:last-child {
  border-color: transparent;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table tbody tr td,
.postid-32509 .price .tab_content .tab_item .offers__prices table tbody tr td {
  padding: 14px 0;
  color: #5D5D5D;
}

body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table tbody tr td:last-child,
.postid-32509 .price .tab_content .tab_item .offers__prices table tbody tr td:last-child {
  text-align: right;
}

@media only screen and (max-width: 480px) {
  body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table tbody tr td:nth-child(2),
  .postid-32509 .price .tab_content .tab_item .offers__prices table tbody tr td:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 530px) {
  body.objects-template-single-objects-new-php .price .tab_content .tab_item .offers__prices table tbody tr td:nth-child(3),
  .postid-32509 .price .tab_content .tab_item .offers__prices table tbody tr td:nth-child(3) {
    display: none;
  }
}

body.objects-template-single-objects-new-php .price .progressbarWr,
.postid-32509 .price .progressbarWr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #2a489e;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.objects-template-single-objects-new-php .price .progressbarWr .progressbar,
.postid-32509 .price .progressbarWr .progressbar {
  padding: 25px 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.objects-template-single-objects-new-php .price .progressbarWr .progressbar .cont,
.postid-32509 .price .progressbarWr .progressbar .cont {
  padding-right: 15px;
}

body.objects-template-single-objects-new-php .price .progressbarWr .progressbar .cont .title,
.postid-32509 .price .progressbarWr .progressbar .cont .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

body.objects-template-single-objects-new-php .price .progressbarWr .progressbar .cont p,
.postid-32509 .price .progressbarWr .progressbar .cont p {
  font-size: 14px;
  margin-bottom: 5px;
}

body.objects-template-single-objects-new-php .price .progressbarWr .progressbar .cont strong,
.postid-32509 .price .progressbarWr .progressbar .cont strong {
  font-size: 14px;
}

body.objects-template-single-objects-new-php .price .progressbarWr .progressbar .diagram .chart,
.postid-32509 .price .progressbarWr .progressbar .diagram .chart {
  display: inline-block;
  width: 85px;
  height: 85px;
  padding-top: 27px;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 22px;
}

body.objects-template-single-objects-new-php .price .progressbarWr .progressbar .diagram .chart span,
.postid-32509 .price .progressbarWr .progressbar .diagram .chart span {
  font-weight: normal;
}

body.objects-template-single-objects-new-php .price .progressbarWr .progressbar .diagram .chart canvas,
.postid-32509 .price .progressbarWr .progressbar .diagram .chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

body.objects-template-single-objects-new-php .price .promotions,
.postid-32509 .price .promotions {
  padding: 18px 30px 0 30px;
  background-color: #fff;
  width: 100%;
}

body.objects-template-single-objects-new-php .price .promotions .title,
.postid-32509 .price .promotions .title {
  color: #ED4B4B;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

body.objects-template-single-objects-new-php .price .promotions .detail,
.postid-32509 .price .promotions .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.objects-template-single-objects-new-php .price .promotions .detail .item,
.postid-32509 .price .promotions .detail .item {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  color: #ED4B4B;
  font-size: 12px;
  margin-bottom: 20px;
}

body.objects-template-single-objects-new-php .price .promotions .detail .item p,
.postid-32509 .price .promotions .detail .item p {
  margin-bottom: 0;
}

@media only screen and (max-width: 425px) {
  body.objects-template-single-objects-new-php .price .promotions .detail .item,
  .postid-32509 .price .promotions .detail .item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 15px;
  }

  body.objects-template-single-objects-new-php .price .promotions .detail .item p,
  .postid-32509 .price .promotions .detail .item p {
    margin-bottom: 5px;
  }
}

body.objects-template-single-objects-new-php .price .btn_apartments,
.postid-32509 .price .btn_apartments {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

@media only screen and (max-width: 400px) {
  body.objects-template-single-objects-new-php .price .btn_apartments,
  .postid-32509 .price .btn_apartments {
    padding: 40px 15px 40px 15px;
  }
}

body.objects-template-single-objects-new-php .price .btn_apartments a,
.postid-32509 .price .btn_apartments a {
  display: inline-block;
  background-color: #879DDC;
  color: #fff;
  padding: 12px 80px;
  border-radius: 26px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
}

@media only screen and (max-width: 400px) {
  body.objects-template-single-objects-new-php .price .btn_apartments a,
  .postid-32509 .price .btn_apartments a {
    width: 100%;
    padding: 12px 12px;
  }
}

body.objects-template-single-objects-new-php .about .section-title,
.postid-32509 .about .section-title {
  color: #545454;
  padding-top: 45px;
  padding-bottom: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

body.objects-template-single-objects-new-php .about__inner,
.postid-32509 .about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30vw;
}

@media only screen and (max-width: 991px) {
  body.objects-template-single-objects-new-php .about__inner,
  .postid-32509 .about__inner {
    display: block;
    height: auto;
  }
}

body.objects-template-single-objects-new-php .about__inner:before,
body.objects-template-single-objects-new-php .about__inner:after,
.postid-32509 .about__inner:before,
.postid-32509 .about__inner:after {
  display: none;
}

body.objects-template-single-objects-new-php .about__col,
.postid-32509 .about__col {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 991px) {
  body.objects-template-single-objects-new-php .about__col,
  .postid-32509 .about__col {
    width: 100%;
  }
}

body.objects-template-single-objects-new-php .about__slider-wrapper,
.postid-32509 .about__slider-wrapper {
  position: relative;
  height: 100%;
}

body.objects-template-single-objects-new-php .about__slider,
.postid-32509 .about__slider {
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  body.objects-template-single-objects-new-php .about__slider,
  .postid-32509 .about__slider {
    position: inherit;
  }
}

body.objects-template-single-objects-new-php .about__slider .owl-stage-outer,
body.objects-template-single-objects-new-php .about__slider .owl-stage,
body.objects-template-single-objects-new-php .about__slider .owl-item,
.postid-32509 .about__slider .owl-stage-outer,
.postid-32509 .about__slider .owl-stage,
.postid-32509 .about__slider .owl-item {
  height: 100%;
}

body.objects-template-single-objects-new-php .about__slider .owl-nav,
.postid-32509 .about__slider .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #000;
}

body.objects-template-single-objects-new-php .about__slider button.owl-prev,
body.objects-template-single-objects-new-php .about__slider button.owl-next,
.postid-32509 .about__slider button.owl-prev,
.postid-32509 .about__slider button.owl-next {
  position: relative;
  padding: 33px 35px 30px !important;
  display: block;
  background-color: #fff;
  border-radius: 0;
  z-index: 2;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body.objects-template-single-objects-new-php .about__slider button.owl-prev,
  body.objects-template-single-objects-new-php .about__slider button.owl-next,
  .postid-32509 .about__slider button.owl-prev,
  .postid-32509 .about__slider button.owl-next {
    padding: 15px !important;
    margin-right: 3px;
    margin-bottom: 3px;
  }
}

body.objects-template-single-objects-new-php .about__slider button.owl-prev:hover,
body.objects-template-single-objects-new-php .about__slider button.owl-next:hover,
.postid-32509 .about__slider button.owl-prev:hover,
.postid-32509 .about__slider button.owl-next:hover {
  color: #fff;
  z-index: 3;
}

body.objects-template-single-objects-new-php .about__slider button.owl-prev:hover:after,
body.objects-template-single-objects-new-php .about__slider button.owl-next:hover:after,
.postid-32509 .about__slider button.owl-prev:hover:after,
.postid-32509 .about__slider button.owl-next:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.12);
       -o-transform: translate(-50%, -50%) scale(1.12);
          transform: translate(-50%, -50%) scale(1.12);
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

body.objects-template-single-objects-new-php .about__slider button.owl-prev:after,
body.objects-template-single-objects-new-php .about__slider button.owl-next:after,
.postid-32509 .about__slider button.owl-prev:after,
.postid-32509 .about__slider button.owl-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100%);
  height: 100%;
  background-color: #2a489e;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.objects-template-single-objects-new-php .about__slide,
.postid-32509 .about__slide {
  height: 100%;
}

body.objects-template-single-objects-new-php .about__slide img,
.postid-32509 .about__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}

body.objects-template-single-objects-new-php .about__info,
.postid-32509 .about__info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.objects-template-single-objects-new-php .about__text,
.postid-32509 .about__text {
  font-size: 12px;
  margin-bottom: 10px;
  padding-right: 20px;
  color: #3c3c3c;
  height: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow-y: scroll;
}

body.objects-template-single-objects-new-php .about__text::-webkit-scrollbar,
.postid-32509 .about__text::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

body.objects-template-single-objects-new-php .about__text::-webkit-scrollbar-thumb,
.postid-32509 .about__text::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}

body.objects-template-single-objects-new-php .advantages,
.postid-32509 .advantages {
  padding: 70px 0;
}

body.objects-template-single-objects-new-php .advantages .section-title,
.postid-32509 .advantages .section-title {
  color: #545454;
}

body.objects-template-single-objects-new-php .advantages__grid,
.postid-32509 .advantages__grid {
  margin-top: 70px;
}

body.objects-template-single-objects-new-php .advantages__item,
.postid-32509 .advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.objects-template-single-objects-new-php .advantages__icon,
.postid-32509 .advantages__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body.objects-template-single-objects-new-php .advantages__text,
.postid-32509 .advantages__text {
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.35;
}

body.objects-template-single-objects-new-php .construction__header,
.postid-32509 .construction__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.objects-template-single-objects-new-php .construction .switchers,
.postid-32509 .construction .switchers {
  margin-left: 43px;
}

body.objects-template-single-objects-new-php .construction .section-title,
.postid-32509 .construction .section-title {
  color: #2a489e;
}

body.objects-template-single-objects-new-php .construction__wrapper,
.postid-32509 .construction__wrapper {
  margin-top: 15px;
  overflow: hidden;
}

body.objects-template-single-objects-new-php .stage,
.postid-32509 .stage {
  overflow: hidden;
  padding-top: 30px;
}

body.objects-template-single-objects-new-php .stage__timeline,
.postid-32509 .stage__timeline {
  position: relative;
}

body.objects-template-single-objects-new-php .stage__label,
.postid-32509 .stage__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}

body.objects-template-single-objects-new-php .stage__marker,
.postid-32509 .stage__marker {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 14px;
  border-radius: 50%;
  background-color: #2a489e;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .stage__marker,
  .postid-32509 .stage__marker {
    margin-left: 0;
  }
}

body.objects-template-single-objects-new-php .stage__marker:after,
.postid-32509 .stage__marker:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  display: block;
  width: 1px;
  height: 2000px;
  background-color: #cfcfcf;
  z-index: -1;
}

body.objects-template-single-objects-new-php .stage:first-child .stage__marker:after,
.postid-32509 .stage:first-child .stage__marker:after {
  top: 0px;
}

body.objects-template-single-objects-new-php .stage:last-child .stage__marker:after,
.postid-32509 .stage:last-child .stage__marker:after {
  top: auto;
  bottom: 100%;
}

body.objects-template-single-objects-new-php .stage__date,
.postid-32509 .stage__date {
  font-size: 12px;
  color: #828282;
}

body.objects-template-single-objects-new-php .stage__gallery:after,
.postid-32509 .stage__gallery:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #c1c1c1), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #c1c1c1 33%, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, #c1c1c1 33%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #c1c1c1 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 20px 1px;
  background-repeat: repeat-x;
}

body.objects-template-single-objects-new-php .stage__gallery-grid,
.postid-32509 .stage__gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .stage__gallery-grid,
  .postid-32509 .stage__gallery-grid {
    margin-left: 0;
    margin-right: 0;
  }
}

body.objects-template-single-objects-new-php .stage__item,
.postid-32509 .stage__item {
  display: block;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  body.objects-template-single-objects-new-php .stage__item,
  .postid-32509 .stage__item {
    width: calc(100% / 3);
  }
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .stage__item,
  .postid-32509 .stage__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body.objects-template-single-objects-new-php .stage__item,
  .postid-32509 .stage__item {
    width: 100%;
    padding: 0;
  }
}

body.objects-template-single-objects-new-php .stage__item--video,
.postid-32509 .stage__item--video {
  position: relative;
}

body.objects-template-single-objects-new-php .stage__item--video:before,
body.objects-template-single-objects-new-php .stage__item--video:after,
.postid-32509 .stage__item--video:before,
.postid-32509 .stage__item--video:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
       -o-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  will-change: transform;
}

body.objects-template-single-objects-new-php .stage__item--video:before,
.postid-32509 .stage__item--video:before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f9dd2f;
}

body.objects-template-single-objects-new-php .stage__item--video:after,
.postid-32509 .stage__item--video:after {
  margin-left: 1px;
  border-left: 12px solid #2a489e;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

body.objects-template-single-objects-new-php .stage__item--video:hover:before,
body.objects-template-single-objects-new-php .stage__item--video:hover:after,
.postid-32509 .stage__item--video:hover:before,
.postid-32509 .stage__item--video:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
       -o-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

body.objects-template-single-objects-new-php .stage__description,
.postid-32509 .stage__description {
  background-color: #f6f6f6;
  padding: 8px 12px;
  margin-bottom: 40px;
  border-radius: 4px;
}

body.objects-template-single-objects-new-php .stage__description p,
.postid-32509 .stage__description p {
  min-height: 45px;
  margin: 0;
  color: #8b8b8b;
}

body.objects-template-single-objects-new-php .switchers,
.postid-32509 .switchers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

body.objects-template-single-objects-new-php .switchers__item,
.postid-32509 .switchers__item {
  margin-right: 9px;
  padding: 11px 25px 14px;
  color: #fff;
  border-radius: 4px;
  background-color: #dcdcdc;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .switchers__item--active,
body.objects-template-single-objects-new-php .switchers__item:hover,
.postid-32509 .switchers__item--active,
.postid-32509 .switchers__item:hover {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  background-color: #f9dd2f;
  color: #5d5d5d;
}

body.objects-template-single-objects-new-php .infrastructure .section-title,
.postid-32509 .infrastructure .section-title {
  color: #545454;
  padding-top: 45px;
  padding-bottom: 40px;
}

body.objects-template-single-objects-new-php .infrastructure__grid,
.postid-32509 .infrastructure__grid {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.objects-template-single-objects-new-php .infrastructure__item,
.postid-32509 .infrastructure__item {
  color: #454545;
  margin-bottom: 30px;
}

body.objects-template-single-objects-new-php .infrastructure__heading,
.postid-32509 .infrastructure__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

body.objects-template-single-objects-new-php .infrastructure__icon-wrapper,
.postid-32509 .infrastructure__icon-wrapper {
  position: relative;
  width: 71px;
  height: 84px;
  margin-left: -3px;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/i-infrastructure-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.objects-template-single-objects-new-php .infrastructure__icon,
.postid-32509 .infrastructure__icon {
  position: absolute;
  width: 30px;
  left: 32px;
  top: 30px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.objects-template-single-objects-new-php .infrastructure__title,
.postid-32509 .infrastructure__title {
  margin-left: 15px;
  margin-bottom: 9px;
  font-size: 18px;
}

body.objects-template-single-objects-new-php .infrastructure__text,
.postid-32509 .infrastructure__text {
  font-size: 12px;
}

body.objects-template-single-objects-new-php .infrastructure__text p,
.postid-32509 .infrastructure__text p {
  line-height: 1.5;
}

body.objects-template-single-objects-new-php .infrastructure__text ul,
.postid-32509 .infrastructure__text ul {
  padding-left: 0;
}

body.objects-template-single-objects-new-php .infrastructure__text ul li,
.postid-32509 .infrastructure__text ul li {
  list-style-position: inside;
  line-height: 1.5;
}

body.objects-template-single-objects-new-php .similar,
.postid-32509 .similar {
  padding-top: 50px;
  background-color: #f6f6f6;
}

body.objects-template-single-objects-new-php .similar .section-title,
.postid-32509 .similar .section-title {
  color: #525252;
}

body.objects-template-single-objects-new-php .similar__grid,
.postid-32509 .similar__grid {
  margin-top: 50px;
}

body.objects-template-single-objects-new-php .similar__item,
.postid-32509 .similar__item {
  display: block;
  margin-bottom: 50px;
}

body.objects-template-single-objects-new-php .similar__item-inner,
.postid-32509 .similar__item-inner {
  position: relative;
}

body.objects-template-single-objects-new-php .similar__item-inner img,
.postid-32509 .similar__item-inner img {
  border-radius: 5px;
  width: 100%;
}

body.objects-template-single-objects-new-php .similar__heading,
.postid-32509 .similar__heading {
  position: absolute;
  left: 19px;
  top: 17px;
  color: #FFFFFF;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: bold;
}

body.objects-template-single-objects-new-php .news .section-title,
.postid-32509 .news .section-title {
  color: #2a489e;
}

body.objects-template-single-objects-new-php .news__grid,
.postid-32509 .news__grid {
  margin-top: 36px;
}

body.objects-template-single-objects-new-php .news__item,
.postid-32509 .news__item {
  margin-bottom: 50px;
}

body.objects-template-single-objects-new-php .news__item-inner,
.postid-32509 .news__item-inner {
  display: block;
  position: relative;
  padding-bottom: 15px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  overflow: hidden;
}

body.objects-template-single-objects-new-php .news__item-inner:hover,
.postid-32509 .news__item-inner:hover {
  border-radius: 10px;
  -webkit-transform: scale(1.07);
       -o-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

body.objects-template-single-objects-new-php .news__item-inner:hover .news__heading,
body.objects-template-single-objects-new-php .news__item-inner:hover .news__date,
body.objects-template-single-objects-new-php .news__item-inner:hover .news__text,
.postid-32509 .news__item-inner:hover .news__heading,
.postid-32509 .news__item-inner:hover .news__date,
.postid-32509 .news__item-inner:hover .news__text {
  -webkit-transform: scale(0.935);
       -o-transform: scale(0.935);
          transform: scale(0.935);
}

body.objects-template-single-objects-new-php .news__item-inner:hover .news__image,
.postid-32509 .news__item-inner:hover .news__image {
  -webkit-filter: saturate(1.4);
          filter: saturate(1.4);
}

body.objects-template-single-objects-new-php .news__image,
.postid-32509 .news__image {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .news .news__heading,
body.objects-template-single-objects-new-php .news .news__date,
body.objects-template-single-objects-new-php .news .news__text,
.postid-32509 .news .news__heading,
.postid-32509 .news .news__date,
.postid-32509 .news .news__text {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

body.objects-template-single-objects-new-php .news__heading,
.postid-32509 .news__heading {
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 0 40px;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .news__heading,
  .postid-32509 .news__heading {
    padding: 0 20px;
  }
}

body.objects-template-single-objects-new-php .news__date,
.postid-32509 .news__date {
  margin-top: 16px;
  color: #c5c5c5;
  font-size: 12px;
  text-align: center;
}

body.objects-template-single-objects-new-php .news__text,
.postid-32509 .news__text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.35em;
  color: #3c3c3c;
}

body.objects-template-single-objects-new-php .news__pagination,
.postid-32509 .news__pagination {
  margin-top: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  body.objects-template-single-objects-new-php .news__pagination,
  .postid-32509 .news__pagination {
    margin-top: 50px;
  }
}

body.objects-template-single-objects-new-php .news__pagination-link,
.postid-32509 .news__pagination-link {
  width: 52px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  text-align: center;
  color: #fff;
  background-color: #dcdcdc;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

body.objects-template-single-objects-new-php .news__pagination-link:last-of-type,
.postid-32509 .news__pagination-link:last-of-type {
  margin-right: 0;
}

body.objects-template-single-objects-new-php .news__pagination-link--active,
body.objects-template-single-objects-new-php .news__pagination-link:hover,
.postid-32509 .news__pagination-link--active,
.postid-32509 .news__pagination-link:hover {
  background-color: #f9dd2f;
  color: #5d5d5d;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

body.objects-template-single-objects-new-php .news-single,
.postid-32509 .news-single {
  margin-bottom: 50px;
}

body.objects-template-single-objects-new-php .news-single__image,
.postid-32509 .news-single__image {
  margin-bottom: 25px;
}

body.objects-template-single-objects-new-php .news-single .section-title,
.postid-32509 .news-single .section-title {
  color: #2a489e;
  margin-bottom: 33px;
}

body.objects-template-single-objects-new-php .news-single__date,
.postid-32509 .news-single__date {
  margin-bottom: 12px;
  font-size: 12px;
  color: #c5c5c5;
}

body.objects-template-single-objects-new-php .news-single__text,
.postid-32509 .news-single__text {
  font-size: 14px;
  line-height: 1.35em;
  color: #3c3c3c;
}

body.objects-template-single-objects-new-php .apartment,
.postid-32509 .apartment {
  margin-bottom: 50px;
}

body.objects-template-single-objects-new-php .apartment__plan,
.postid-32509 .apartment__plan {
  text-align: center;
}

body.objects-template-single-objects-new-php .apartment__design,
.postid-32509 .apartment__design {
  margin-bottom: 45px;
}

body.objects-template-single-objects-new-php .apartment .btn-icon,
.postid-32509 .apartment .btn-icon {
  margin-top: 15px;
}

body.objects-template-single-objects-new-php .flat-info,
.postid-32509 .flat-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px 15px 27px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

body.objects-template-single-objects-new-php .flat-info__item,
.postid-32509 .flat-info__item {
  width: calc(100% / 3);
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

body.objects-template-single-objects-new-php .flat-info__item:last-of-type .flat-info__number:after,
.postid-32509 .flat-info__item:last-of-type .flat-info__number:after {
  display: none;
}

body.objects-template-single-objects-new-php .flat-info__label,
.postid-32509 .flat-info__label {
  margin-bottom: 3px;
  font-size: 12px;
  color: #a9a9a9;
}

body.objects-template-single-objects-new-php .flat-info__number,
.postid-32509 .flat-info__number {
  position: relative;
  margin-top: 10px;
  font-family: "Playfair Display";
  font-size: 48px;
  line-height: 1;
  color: #545454;
}

body.objects-template-single-objects-new-php .flat-info__number:after,
.postid-32509 .flat-info__number:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 90%;
  -webkit-transform: translateY(-35%);
       -o-transform: translateY(-35%);
          transform: translateY(-35%);
  background-color: #d0d0d0;
}

body.objects-template-single-objects-new-php .flat-specs__heading,
.postid-32509 .flat-specs__heading {
  color: #828282;
  font-size: 18px;
  line-height: 1.35em;
}

body.objects-template-single-objects-new-php .flat-specs__table,
.postid-32509 .flat-specs__table {
  margin-top: 10px;
  font-size: 12px;
  color: #696969;
}

body.objects-template-single-objects-new-php .flat-specs__row,
.postid-32509 .flat-specs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
}

body.objects-template-single-objects-new-php .flat-specs__cell,
.postid-32509 .flat-specs__cell {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body.objects-template-single-objects-new-php .flat-specs__cell:nth-of-type(2),
.postid-32509 .flat-specs__cell:nth-of-type(2) {
  font-size: 14px;
}

body.objects-template-single-objects-new-php .flat-specs .discount,
.postid-32509 .flat-specs .discount {
  margin-top: 30px;
}

body.objects-template-single-objects-new-php .flat-specs .btn-general,
.postid-32509 .flat-specs .btn-general {
  margin-top: 12px;
}

body.objects-template-single-objects-new-php .flat-specs__visitors,
.postid-32509 .flat-specs__visitors {
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
  color: #959595;
}

body.objects-template-single-objects-new-php .flat-specs__visitors div:nth-of-type(2),
.postid-32509 .flat-specs__visitors div:nth-of-type(2) {
  font-size: 14px;
}

body.objects-template-single-objects-new-php .discount,
.postid-32509 .discount {
  padding: 13px 15px;
  background-color: #faa;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

body.objects-template-single-objects-new-php .discount__heading,
.postid-32509 .discount__heading {
  font-weight: bold;
  margin-bottom: 20px;
}

body.objects-template-single-objects-new-php .btn-general,
.postid-32509 .btn-general {
  display: block;
  max-width: 400px;
  padding: 11px 30px 9px;
  border-radius: 4px;
  background-color: #f9dd2f;
  color: #2a489e;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .btn-general:hover,
.postid-32509 .btn-general:hover {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

body.objects-template-single-objects-new-php .btn-general:active,
.postid-32509 .btn-general:active {
  -webkit-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
}

body.objects-template-single-objects-new-php .btn-general--alt,
.postid-32509 .btn-general--alt {
  background-color: #2a489e;
  color: #fff;
}

body.objects-template-single-objects-new-php .btn-icon,
.postid-32509 .btn-icon {
  position: relative;
  display: block;
  max-width: 400px;
  padding: 8px 35px 8px 20px;
  border-radius: 100px;
  background-color: #ececec;
  color: #8a8a8a;
  font-size: 14px;
}

body.objects-template-single-objects-new-php .btn-icon__image,
.postid-32509 .btn-icon__image {
  position: absolute;
  top: 50%;
  right: 6px;
  max-width: 28px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.objects-template-single-objects-new-php .btn-icon:hover,
.postid-32509 .btn-icon:hover {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

body.objects-template-single-objects-new-php .btn-icon:active,
.postid-32509 .btn-icon:active {
  -webkit-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
}

body.objects-template-single-objects-new-php .floor,
.postid-32509 .floor {
  padding: 50px 0;
  border: 1px solid green;
  color: #828282;
}

body.objects-template-single-objects-new-php .floor__selector,
.postid-32509 .floor__selector {
  text-align: center;
}

body.objects-template-single-objects-new-php .floor__design,
.postid-32509 .floor__design {
  text-align: center;
}

body.objects-template-single-objects-new-php .floor__map,
.postid-32509 .floor__map {
  width: 100%;
  margin-bottom: 20px;
}

body.objects-template-single-objects-new-php .floor-table,
.postid-32509 .floor-table {
  margin-top: 8px;
  font-size: 12px;
}

body.objects-template-single-objects-new-php .floor-table__row,
.postid-32509 .floor-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

body.objects-template-single-objects-new-php .floor-table__row:hover,
.postid-32509 .floor-table__row:hover {
  -webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

body.objects-template-single-objects-new-php .floor-table__cell:nth-of-type(1),
.postid-32509 .floor-table__cell:nth-of-type(1) {
  width: 20%;
}

body.objects-template-single-objects-new-php .floor-table__cell:nth-of-type(2),
.postid-32509 .floor-table__cell:nth-of-type(2) {
  width: 50%;
}

body.objects-template-single-objects-new-php .floor-table__cell:nth-of-type(3),
.postid-32509 .floor-table__cell:nth-of-type(3) {
  width: 30%;
}

body.objects-template-single-objects-new-php .map,
.postid-32509 .map {
  height: 430px;
  position: relative;
  z-index: 1;
}

body.objects-template-single-objects-new-php .map__content,
.postid-32509 .map__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

body.objects-template-single-objects-new-php .map__tabs,
.postid-32509 .map__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 52px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  pointer-events: all;
  border-radius: 4px;
}

body.objects-template-single-objects-new-php .map__tab,
.postid-32509 .map__tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  cursor: pointer;
}

body.objects-template-single-objects-new-php .map__tab:first-of-type,
.postid-32509 .map__tab:first-of-type {
  border-radius: 5px 5px 0 0;
}

body.objects-template-single-objects-new-php .map__tab:last-of-type,
.postid-32509 .map__tab:last-of-type {
  border-radius: 0 0 5px 5px;
}

body.objects-template-single-objects-new-php .map__tab img,
.postid-32509 .map__tab img {
  max-width: 80%;
}

body.objects-template-single-objects-new-php .map__tab--active,
body.objects-template-single-objects-new-php .map__tab:hover,
.postid-32509 .map__tab--active,
.postid-32509 .map__tab:hover {
  background-color: #ffd500;
  border-color: transparent;
}

body.objects-template-single-objects-new-php .map__tab:hover .map__label,
.postid-32509 .map__tab:hover .map__label {
  max-width: 200px;
}

body.objects-template-single-objects-new-php .map__label,
.postid-32509 .map__label {
  max-width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: inherit;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  text-align: center;
}

body.objects-template-single-objects-new-php .map__label span,
.postid-32509 .map__label span {
  padding: 0 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

body.objects-template-single-objects-new-php .gmap,
.postid-32509 .gmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

/* Tablets / Mobile in landscape / portrait */

.telegram {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open sans", arial, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  color: #fff;
}

@media (max-width: 991px) {
  .telegram {
    font-size: 14px;
  }
}

.telegram__badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  color: #4E4E4E;
  margin-bottom: 32px;
  z-index: 1;
}

@media (max-width: 991px) {
  .telegram__badge {
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .telegram__badge {
    padding-left: 16px;
  }
}

.telegram__badge:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 8px;
  background-color: #fff;
  z-index: -1;
}

.telegram__badge-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 45px;
  padding-top: 60px;
  padding-bottom: 28px;
}

@media (max-width: 767px) {
  .telegram__badge-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12px;
    padding-top: 30px;
    padding-left: 0;
  }
}

.telegram__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .telegram__image-wrapper {
    display: none;
  }
}

.telegram__image {
  width: 100%;
  width: auto;
}

.telegram__text {
  padding-right: 12%;
}

@media (max-width: 767px) {
  .telegram__text {
    text-align: center;
    padding-right: 0;
  }
}

.telegram__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 150px;
  height: 32px;
  margin-top: 13px;
  line-height: 32px;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  background-color: #F9DD2F;
  text-align: center;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .telegram__button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.telegram__button:hover,
.telegram__button:active,
.telegram__button:focus {
  outline: none;
  color: #000;
}

.telegram__button:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/icon-telegram.png);
  background-size: cover;
  background-position: center;
}

.telegram__description {
  margin-top: 32px;
  margin-bottom: 24px;
  text-align: center;
}

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

.telegram__link {
  display: table;
  width: 32px;
}

.telegram__link--youtube {
  margin-left: 24px;
}

/* Tablets / Mobile in landscape / portrait */

/* Colors */

/* Fonts */

/*$font-family: 'Oswald', sans-serif;*/

/* Sizes */

body.error404 #masthead {
  margin-bottom: 0 !important;
}

body.error404 .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  background-image: url(/wp-content/themes/sparkling-child/inc/dist/img/main_dark_sky.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media only screen and (max-width: 767px) {
  body.error404 .site-content {
    height: auto;
  }
}

body.error404 .site-content .site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}

.error-page__image {
  margin-bottom: 10px;
}

.error-page__image svg {
  width: 508px;
  height: 139px;
}

@media only screen and (max-width: 767px) {
  .error-page__image {
    margin-bottom: 0;
  }

  .error-page__image svg {
    max-width: 100%;
  }
}

.error-page__image path {
  -webkit-transition: all 6s;
  -o-transition: all 6s;
  transition: all 6s;
}

.error-page__image .er-path1 {
  stroke-dasharray: 2124;
  stroke-dashoffset: 2124;
}

.error-page__image .er-path2 {
  stroke-dasharray: 2172;
  stroke-dashoffset: 2172;
}

.error-page__image .er-path3 {
  stroke-dasharray: 1676;
  stroke-dashoffset: 1676;
}

.error-page__image.animate path {
  stroke-dashoffset: 0;
  -webkit-transition: all 6s;
  -o-transition: all 6s;
  transition: all 6s;
}

.error-page__header {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .error-page__header {
    margin-bottom: 35px;
  }
}

.error-page__header-h1 {
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .error-page__header-h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

.error-page__header-h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .error-page__header-h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.error-page__interesting {
  width: 100%;
  margin-bottom: 24px;
}

.error-page__interesting-title {
  margin: 0;
  margin-bottom: 35px;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}

.error-page__interesting-items > div {
  padding-right: 30px;
  padding-left: 30px;
}

.error-page__interesting-items a {
  height: 250px;
}

.error-page__interesting-items .cover .title h4 {
  text-align: left;
}

.error-page__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .error-page__btn-wrapper {
    margin-bottom: 30px;
  }
}

.error-page__btn {
  display: inline-block;
  width: 215px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background-color: #ffde00;
  font-size: 18px;
  line-height: 50px;
  color: #2a489e;
  outline: none;
  cursor: pointer;
  text-transform: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.error-page__btn:hover {
  background-color: #2a489e;
  color: #ffde00;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.txt-h1,
.txt-h2,
.txt-h3,
.txt {
  margin: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
}

.txt-h1 {
  font-weight: bold;
  font-size: 65px;
  line-height: 1.08;
}

@media (max-width: 767px) {
  .txt-h1 {
    font-size: 24px;
    line-height: 1.21;
  }
}

.txt-h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
}

@media (max-width: 767px) {
  .txt-h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
  }
}

.txt-h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.18;
}

@media (max-width: 767px) {
  .txt-h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.36;
  }
}

.txt {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.21;
}

@media (max-width: 767px) {
  .txt {
    font-size: 14px;
    line-height: 1.36;
  }
}

.num-xl {
  font-size: 100px;
  line-height: 1;
}

.num-lg {
  font-size: 65px;
  line-height: 1.08;
}

.num-xl,
.num-lg {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .num-xl,
  .num-lg {
    font-size: 40px;
    line-height: 1.12;
  }
}

.uppercase {
  text-transform: uppercase;
}

.c-blue {
  color: #233D99;
}

.c-yellow {
  color: #FEF104;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body.page-template-infographic .site-content .main-content-area {
  padding: 0;
}

.i-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 48px;
  border-bottom-left-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .i-header {
    padding: 30px 0 35px;
    border-bottom-left-radius: 100% 40%;
    border-bottom-right-radius: 100% 40%;
  }
}

@media (max-width: 767px) {
  .i-header {
    padding: 17px 0 12px;
    border-bottom-left-radius: 100% 35%;
    border-bottom-right-radius: 100% 35%;
  }
}

.i-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.i-header__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 241, 4, 0.75);
}

.i-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.i-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  margin-bottom: 8px;
  padding: 15px 17px 9px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .i-header__logo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    padding: 8px 9px 5px;
  }
}

.i-header__kmb {
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .i-header__kmb {
    margin-bottom: 2px;
    font-size: 36px;
    line-height: 42px;
  }
}

.i-header__year {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .03em;
}

@media (max-width: 767px) {
  .i-header__year {
    font-size: 14px;
    line-height: 16px;
  }
}

.i-cta {
  background: #fef104;
}

.i-cta__wrapper {
  position: relative;
  padding: 98px 0 91px;
}

@media (max-width: 767px) {
  .i-cta__wrapper {
    padding: 35px 0 53px;
    text-align: center;
  }
}

.i-cta__title {
  max-width: 60%;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .i-cta__title {
    max-width: 100%;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
  }
}

.i-cta__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .i-cta__img {
    right: calc((-100vw + 720px) / 2);
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .i-cta__img {
    display: none;
  }
}

.i-cta__btn {
  padding: 16px 68px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 8px;
  background-color: #233E99;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /*@include vendor-prefix('transition', $argument);*/
}

@media (max-width: 767px) {
  .i-cta__btn {
    padding: 12px 48px;
  }
}

.i-cta__btn:hover {
  color: #fef104;
}

.i-steps {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF)), #CEF6FE;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), #CEF6FE;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), #CEF6FE;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), #CEF6FE;
  margin-top: -96px;
  padding: 96px 0 106px;
  z-index: -1;
}

@media (max-width: 991px) {
  .i-steps {
    margin-top: -70px;
    padding: 70px 0 106px;
  }
}

.i-steps__title {
  margin: 37px 0 106px;
}

@media (max-width: 767px) {
  .i-steps__title {
    margin: 60px 0 67px;
  }
}

.i-steps__title span {
  font-size: 205px;
  line-height: 225px;
}

@media (max-width: 767px) {
  .i-steps__title span {
    font-size: 100px;
    line-height: 100px;
  }
}

.i-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .i-step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.i-step:not(:last-child) {
  margin: 0 0 80px;
}

@media (max-width: 767px) {
  .i-step:not(:last-child) {
    margin: 0 0 30px;
  }
}

.i-step__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 157px;
          flex: 0 0 157px;
  width: 157px;
  height: 157px;
  padding-left: 36px;
  background: #fef104;
  border-radius: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .i-step__num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
            flex: 0 0 76px;
    width: 76px;
    height: 76px;
    padding-left: 24px;
  }
}

.i-step__num-val {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  line-height: 72px;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0;
}

.i-step__num-label {
  display: block;
  text-transform: uppercase;
  color: rgba(35, 61, 153, 0.7);
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 34% 80%;
       -o-transform-origin: 34% 80%;
          transform-origin: 34% 80%;
}

@media (max-width: 767px) {
  .i-step__num-label {
    -webkit-transform-origin: 35% 66%;
         -o-transform-origin: 35% 66%;
            transform-origin: 35% 66%;
  }
}

.i-step__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding-left: 40px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 991px) {
  .i-step__text {
    padding-left: 24px;
  }
}

.i-step__text p {
  margin: 0;
}

@media (max-width: 767px) {
  .i-step__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}

.i-step__img--left {
  padding-right: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 991px) {
  .i-step__img--left {
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .i-step__img--left {
    padding: 30px 0 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.i-step__img--right {
  padding-left: 40px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (max-width: 991px) {
  .i-step__img--right {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .i-step__img--right {
    padding: 0 0 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.i-h-header {
  padding: 130px 0 0;
}

@media (max-width: 991px) {
  .i-h-header {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .i-h-header {
    padding-top: 46px;
  }
}

@media (max-width: 767px) {
  .i-h-header__row {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.i-h-header__img {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.i-h-header__img img {
  margin-bottom: -1px;
}

.i-h-header__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .i-h-header__title {
    padding-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .i-h-header__title {
    padding-bottom: 28px;
  }
}

.i-h-header .txt-h2 {
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 992px) {
  .i-h-header .txt-h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}

.i-h-idea {
  padding: 40px 0;
  background: #233D99;
}

@media (max-width: 767px) {
  .i-h-idea {
    padding: 32px 0;
  }
}

.i-h-idea__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 992px) {
  .i-h-idea__text {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .i-h-idea__text {
    font-size: 18px;
    text-align: left;
  }
}

.i-h-idea__text span {
  display: block;
  color: #fef104;
}

.i-h-idea__img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .i-h-idea__img {
    display: none;
  }
}

@media (max-width: 767px) {
  .flex-row > .i-h-idea__img {
    display: none;
  }
}

.i-h-variants {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .i-h-variants {
    padding: 64px 0 80px;
  }
}

@media (max-width: 767px) {
  .i-h-variants {
    padding: 50px 0 32px;
  }
}

.i-h-variants__title {
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .i-h-variants__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .i-h-variants__title {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 1.21;
  }
}

.i-h-variants__items {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .i-h-variants__items {
    margin-bottom: 40px;
  }
}

.i-h-variants__condition {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.20;
  color: #BEBEBE;
}

@media (max-width: 767px) {
  .i-h-variants__condition {
    font-size: 14px;
    line-height: 1.2;
  }
}

.i-h-variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i-h-variant:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .i-h-variant:not(:last-child) {
    margin-bottom: 56px;
  }
}

@media (max-width: 767px) {
  .i-h-variant:not(:last-child) {
    margin-bottom: 28px;
  }
}

.i-h-variant__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 118px;
  margin-bottom: 11px;
  padding: 0 32px 5px 0;
}

@media (max-width: 767px) {
  .i-h-variant__header {
    min-height: 56px;
    margin-bottom: 8px;
    padding: 0 8px 2px 0;
  }
}

.i-h-variant__header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 0;
  height: 3px;
  background: #233D99;
}

@media (max-width: 767px) {
  .i-h-variant__header:before {
    left: 24px;
    height: 2px;
  }
}

.i-h-variant__num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  margin-right: 32px;
  line-height: 1;
}

@media (max-width: 767px) {
  .i-h-variant__num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70px;
    margin-right: 16px;
    padding-left: 24px;
  }
}

.i-h-variant__num:before {
  content: '';
  position: absolute;
  left: 0;
  width: 160px;
  height: 160px;
  background: #fef104;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .i-h-variant__num:before {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .i-h-variant__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
  }
}

.i-h-variant__text {
  max-width: 750px;
  padding-left: 192px;
}

@media (max-width: 767px) {
  .i-h-variant__text {
    padding-left: 86px;
  }
}

.i-general {
  padding: 45px 0;
}

@media (max-width: 991px) {
  .i-general {
    padding: 60px 0 80px;
  }
}

@media (max-width: 767px) {
  .i-general {
    padding: 40px 0 80px;
  }
}

.i-general__items {
  position: relative;
}

.i-general__items:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #BEBEBE;
}

@media (max-width: 767px) {
  .i-general__items:before {
    top: 35px;
    bottom: 55px;
    width: 1px;
    height: auto;
  }
}

.i-general__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  width: 100%;
  max-width: 33.33333%;
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .i-general__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0 0 0 40px;
  }
}

.i-general__item:last-child {
  margin-bottom: 0;
}

.i-general__item:before,
.i-general__item:after {
  content: '';
  position: absolute;
  top: 54px;
  background: #BEBEBE;
}

@media (max-width: 991px) {
  .i-general__item:before,
  .i-general__item:after {
    top: 35px;
  }
}

@media (min-width: 768px) {
  .i-general__item:before {
    left: 0;
    bottom: 0;
    width: 1px;
  }
}

@media (max-width: 767px) {
  .i-general__item:before {
    left: 0;
    width: 40px;
    height: 1px;
  }
}

.i-general__item:after {
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .i-general__item:after {
    left: 0;
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .i-general__item:after {
    left: 40px;
    width: 12px;
    height: 12px;
  }
}

.i-general__item-num,
.i-general__item-label {
  padding-left: 40px;
}

@media (max-width: 991px) {
  .i-general__item-num,
  .i-general__item-label {
    padding-left: 24px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .i-general__item-num {
    font-size: 64px;
  }
}

@media (max-width: 767px) {
  .i-general__item-num {
    margin-bottom: 3px;
    font-size: 65px;
    line-height: 1;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .i-general__item-label {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .i-general__item-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
  }
}

.i-geography {
  padding-bottom: 74px;
  text-align: center;
}

@media (max-width: 767px) {
  .i-geography {
    padding-bottom: 60px;
  }
}

.i-geography__title {
  margin-bottom: 70px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .i-geography__title {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .i-geography__title {
    margin-bottom: 55px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
  }
}

.i-geography__image {
  margin-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .i-geography__image {
    margin-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .i-geography__image {
    margin-bottom: 58px;
  }
}

@media (max-width: 767px) {
  .i-geography__image img {
    width: 100%;
  }
}

.i-object {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .i-object:nth-of-type(2) ~ .i-object {
    margin-top: 40px;
  }
}

.i-object__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  background-color: #fef104;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .i-object__icon {
    width: 84px;
    height: 84px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .i-object__icon img {
    max-width: 45px;
  }
}

.i-object__num {
  margin-bottom: 13px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .i-object__num {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .i-object__num {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .i-object__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
  }
}

.i-reconstruct {
  padding: 80px 0;
  background-color: #233D99;
}

@media (max-width: 991px) {
  .i-reconstruct {
    padding: 56px 0 160px;
  }
}

@media (max-width: 767px) {
  .i-reconstruct {
    padding: 32px 0 56px;
  }
}

.i-reconstruct__title {
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .i-reconstruct__title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.21;
  }
}

.i-reconstruct__item {
  text-align: center;
  color: #ffffff;
}

.i-reconstruct__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 164px;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .i-reconstruct__item-icon {
    min-height: 130px;
  }
}

@media (max-width: 767px) {
  .i-reconstruct__item-icon {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .i-reconstruct__item:nth-of-type(2) ~ .i-reconstruct__item {
    margin-top: 40px;
  }
}

.btn_online {
  background: url(/wp-content/themes/sparkling-child/inc/dist/img/online.png) no-repeat;
  background-size: cover;
  width: 88px;
  height: 88px;
  position: fixed;
  z-index: 10;
  top: 20%;
  right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

.btn_online,
.btn_online:hover {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .btn_online {
    width: 60px;
    height: 60px;
    top: auto;
    bottom: 150px;
    right: 25px;
  }
}



/*# sourceMappingURL=main.css.map*/