/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*01 - LIBRARIES*/
/*02 - GLOBAL SETTINGS*/
/*03 - FOOTER*/
/*04 - SWIPER CUSTOM*/
/*05 - FORM ELEMENTS*/
/*06 - SUMOSELECT CUSTOM */
/*07 - DATERANGEPICKER CUSTOM */
/*08 - ELEMENTS*/
/*09 - LIGHTBOX CUSTOM */
/*10 - MAP BLOCK */
/*11 - POPUPS*/
/*12 - COLORS*/
/*--------------------------------------------------------*/
/* 01 - LIBRARIES */
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* SUMOSELECT */
/*--------------------------------------------------------*/
.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: 0;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
  visibility: hidden;
}

.SelectClass, .SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0;
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799D0;
          box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: .8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: .5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
          box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
          box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/*--------------------------------------------------------*/
/* SWIPER */
/*--------------------------------------------------------*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  -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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.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: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

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

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .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-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-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-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");
}

.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-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-lock {
  display: none;
}

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

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

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

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.swiper-pagination-lock {
  display: none;
}

.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;
}

.swiper-scrollbar-lock {
  display: none;
}

.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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-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);
    transform: rotate(360deg);
  }
}

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

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

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: auto;
}

body {
  height: auto;
  overflow: visible;
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

body ::selection {
  color: #fff;
  background: #000;
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

.swiper-slide:not(:first-child) {
  display: block;
}

.fill, .stroke {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

/*--------------------------------------------------------*/
/* 03 - FOOTER: */
/*--------------------------------------------------------*/
footer {
  color: #b1b1b1;
}

footer .subtitle {
  color: #fff;
  margin-bottom: 15px;
}

footer a:not(.btn):focus {
  color: #fff;
}

.footer-top {
  padding: 50px 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}

.footer-bottom {
  padding: 25px 0;
  letter-spacing: 0.36px;
}

.footer-bottom a {
  display: inline-block;
}

.footer-bottom a:not(:last-child) {
  margin-right: 55px;
}

.footer-cta {
  max-width: 270px;
  margin-left: auto;
}

.footer-subtitle {
  margin-top: 5px;
  margin-bottom: 20px;
}

.footer-logo {
  position: relative;
  display: block;
  width: 200px;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  margin-bottom: 15px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-logo:focus {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}

.footer-logo ~ a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) footer a:not(.btn):hover {
    color: #fff;
  }
}

@media (max-width: 1199px) {
  .footer-middle-row [class*="col-"] {
    margin-bottom: 30px;
  }
  .footer-middle-row [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer-middle-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-cta {
    margin-left: 0;
  }
  .footer-bottom a:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 565px) {
  .footer-logo {
    width: 120px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - SWIPER CUSTOM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry {
  position: relative;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}

.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper, .single-slide-swiper .swiper-container .swiper-wrapper {
  cursor: default;
}

.swiper-pagination {
  line-height: 0;
  z-index: 2;
}

.parallax-swiper .swiper-slide {
  overflow: hidden;
}

.swiper-controls-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-controls-wrap .swiper-pagination {
  position: relative;
}

.swiper-buttons {
  position: relative;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper-buttons:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: #fff;
}

.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 30px;
  height: 45px;
  background: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-buttons .swiper-button-prev:before,
.swiper-buttons .swiper-button-next:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-buttons .swiper-button-next {
  right: 0;
}

.swiper-buttons .swiper-button-next:before {
  left: auto;
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.swiper-buttons.type-2:before {
  background-color: #48484a;
}

.swiper-buttons.type-2 .swiper-button-prev:before,
.swiper-buttons.type-2 .swiper-button-next:before {
  border-color: #48484a;
}

.swiper-pagination-lock + .swiper-buttons:before {
  content: none;
}

.swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 30px 0 0;
  background: none;
  opacity: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(225, 255, 255, 0.6);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  border: 3px solid #ff671e;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-pagination-bullet-active {
  pointer-events: none;
}

.swiper-pagination-bullet-active:before {
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.swiper-pagination-bullet-active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.swiper-pagination.type-2 .swiper-pagination-bullet:before {
  background-color: #dbdbdb;
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-pagination-bullet:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.swiper-pagination.default-style {
  bottom: 15px;
  width: 100%;
}

.swiper-pagination.default-style .swiper-pagination-bullet {
  margin: 0 20px;
}

.swiper-pagination.vertical-pagination {
  position: absolute;
  right: 70px;
  top: 50%;
  left: auto;
  width: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.swiper-pagination.vertical-pagination .swiper-pagination-bullet {
  margin: 15px 0;
}

.swiper-button-prev:active {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.swiper-button-next:active {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 20px;
  bottom: auto;
}

@media (min-width: 1200px) {
  .swiper-pagination-bullet:focus:before {
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  .swiper-pagination-bullet:focus:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .swiper-button-prev:not(.swiper-button-disabled):focus:before,
  .swiper-button-next:not(.swiper-button-disabled):focus:before {
    border-color: #ff671e;
  }
  html:not(.touch-screen) .swiper-button-prev:hover:before,
  html:not(.touch-screen) .swiper-button-next:hover:before {
    border-color: #ff671e;
  }
  html:not(.touch-screen) .swiper-pagination-bullet:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  html:not(.touch-screen) .swiper-pagination-bullet:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 1710px) {
  .swiper-pagination.vertical-pagination {
    right: 15px;
  }
}

@media (max-width: 991px) {
  .swiper-pagination-bullet {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .swiper-pagination-bullet {
    margin-right: 15px;
  }
  .swiper-controls-wrap {
    margin-top: 15px;
  }
  .swiper-pagination.default-style .swiper-pagination-bullet {
    margin: 0 8px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #48484a;
  opacity: 1;
  font-weight: 300;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #48484a;
  opacity: 1;
  font-weight: 300;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #48484a;
  opacity: 1;
  font-weight: 300;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #48484a;
  opacity: 1;
  font-weight: 300;
}

input, textarea, select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

.input {
  font-size: 16px;
  letter-spacing: 0.48px;
  height: 51px;
  border: 1px solid #ebebeb;
  color: #48484a;
  font-weight: 300;
  line-height: 53px;
  padding: 0 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

textarea.input {
  height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  white-space: normal;
  overflow: auto;
}

.invalid-tip {
  color: #cf3b3b;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.36px;
  font-weight: 300;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

button[disabled] {
  cursor: not-allowed;
}

.form-field.disabled {
  cursor: not-allowed;
}

.form-field.disabled * {
  pointer-events: none;
}

.input[disabled] {
  cursor: not-allowed;
}

.input:focus, .input.dirty {
  border-color: #b1b1b1;
}

.input.invalid {
  border-color: #cf3b3b;
}

.bg-additional input::-webkit-input-placeholder, .bg-additional textarea::-webkit-input-placeholder {
  color: #c0c0c0;
}

.bg-additional input:-moz-placeholder, .bg-additional textarea:-moz-placeholder {
  color: #c0c0c0;
}

.bg-additional input::-moz-placeholder, .bg-additional textarea::-moz-placeholder {
  color: #c0c0c0;
}

.bg-additional input:-ms-input-placeholder, .bg-additional textarea:-ms-input-placeholder {
  color: #c0c0c0;
}

.bg-additional .input {
  border-color: rgba(235, 235, 235, 0.15);
  color: #fff;
}

.bg-additional .input:focus, .bg-additional .input.dirty {
  border-color: rgba(235, 235, 235, 0.6);
}

.bg-additional .input.invalid {
  border-color: #cf3b3b;
}

.icon-input-wrap {
  position: relative;
}

.icon-input-wrap:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 28px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.icon-input-wrap.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.icon-input-wrap .icon {
  position: absolute;
  display: block;
  width: 13px;
  height: auto;
  left: 20px;
  top: 19px;
  pointer-events: none;
}

.icon-input-wrap .input {
  padding-left: 45px;
  padding-right: 45px;
}

/*----------------------------------------*/
/* 06 - SUMOSELECT CUSTOM */
/*----------------------------------------*/
.SumoSelect {
  display: block;
  width: 100%;
  cursor: pointer;
  z-index: 3;
}

.SumoSelect.open {
  z-index: 4 !important;
}

.SumoSelect:hover {
  z-index: 3;
}

.SumoSelect > .CaptionCont {
  cursor: pointer;
  border-radius: 0;
  border: 1px solid rgba(235, 235, 235, 0.15);
  background: transparent;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.SumoSelect > .dark-select + .CaptionCont {
  border: 1px solid #ebebeb;
}

.SumoSelect > .dark-select + .CaptionCont > span, .SumoSelect > .dark-select + .CaptionCont span.placeholder {
  color: #48484a;
}

.SumoSelect > .dark-select + .CaptionCont > label > i:before {
  border-color: #48484a transparent transparent transparent;
}

.SumoSelect > .dark-select.dirty + .CaptionCont {
  border-color: #b1b1b1;
}

.SumoSelect > .dark-select ~ .optWrapper {
  color: #48484a;
}

.SumoSelect > .optWrapper {
  background-color: #373739;
  border-radius: 0;
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 100%;
  z-index: 2;
  display: block;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ededed;
  border-top-width: 0;
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(235, 235, 235, 0.6);
}

.SelectBox {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 13px 40px 12px 20px;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.48px;
  font-style: normal;
  color: #c0c0c0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.SumoSelect.open > .CaptionCont > span.placeholder {
  opacity: 1;
}

.SumoSelect > .CaptionCont > span {
  padding-right: 0;
  cursor: pointer;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.48px;
}

.SumoSelect > .CaptionCont > label {
  cursor: pointer;
  width: 40px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  opacity: 1;
  width: 32px;
  height: 32px;
}

.SumoSelect > .CaptionCont > label > i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.SumoSelect.open > .CaptionCont > label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.SumoSelect.open > .optWrapper {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  top: 100%;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  border-bottom: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li label {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.SumoSelect > .optWrapper > .options {
  max-height: 220px;
  border-radius: 0;
  padding: 10px 0;
}

.options > .opt.disabled:first-child {
  display: none;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 20px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt label {
  padding-left: 25px;
}

.SumoSelect .select-all {
  padding: 17px 20px;
  height: auto;
  background-color: #373739;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.SumoSelect .select-all.selected:not(.partial) {
  color: #ff671e;
}

.SumoSelect .select-all > label {
  padding-left: 25px;
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
  width: 10px;
  margin-left: 0;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  width: 10px;
  height: 10px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e3e3e3;
  bottom: 2px;
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #ff671e;
  -webkit-box-shadow: inset 0 0 1px 1px #373739;
          box-shadow: inset 0 0 1px 1px #373739;
  background-image: none;
}

.SumoSelect .select-all.partial > span i {
  opacity: .7;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected label {
  color: #ff671e;
}

.CaptionCont img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 13px;
  height: auto;
}

.CaptionCont img + span {
  padding-left: 25px;
}

.SelectBox.select-hours ~ .optWrapper > .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.SelectBox.select-hours ~ .optWrapper > .options > li.opt {
  width: 25%;
}

.SelectBox.select-hours ~ .optWrapper > .options > li.opt label {
  width: 60px;
  display: block;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.SelectBox.select-hours ~ .optWrapper > .options > li.opt:hover label {
  color: #fff;
  background-color: #ff671e;
}

.SumoSelect.disabled {
  opacity: 1;
}

.SumoSelect.disabled > .CaptionCont {
  border: 1px solid rgba(235, 235, 235, 0.15);
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont > span {
  cursor: not-allowed;
}

@media (min-width: 992px) {
  .SumoSelect > .CaptionCont:hover {
    border-color: rgba(235, 235, 235, 0.6);
  }
  .SumoSelect > .CaptionCont:hover > span.placeholder {
    opacity: 1;
  }
  .SumoSelect.disabled > .CaptionCont:hover {
    border: 1px solid rgba(235, 235, 235, 0.15);
  }
  .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: transparent;
  }
  .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #ff671e;
  }
  .SumoSelect .select-all:hover {
    color: #ff671e;
  }
}

@media (max-width: 767px) {
  .SelectBox {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/*--------------------------------------------------------*/
/* 07 - DATERANGEPICKER CUSTOM */
/*--------------------------------------------------------*/
.daterangepicker.opensright:after,
.daterangepicker.opensright:before {
  display: none;
}

.daterangepicker {
  margin-top: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}

.daterangepicker.show-calendar .ranges {
  margin-top: 0;
}

.daterangepicker .drp-calendar {
  max-width: 400px;
}

.daterangepicker .drp-calendar.left {
  padding: 0;
}

.daterangepicker .drp-calendar.left .calendar-table {
  padding: 0;
  border-bottom: 2px solid #fff;
}

.daterangepicker .drp-calendar.left .calendar-table tbody {
  padding-bottom: 5px;
}

.daterangepicker .calendar-table thead tr:first-child th {
  background-color: #202020;
  border-radius: 0;
  border: 0;
  height: 56px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: #fff;
}

.daterangepicker .calendar-table th {
  cursor: default;
}

.daterangepicker .calendar-table th.next,
.daterangepicker .calendar-table th.prev {
  cursor: pointer;
}

.daterangepicker .calendar-table th.next span,
.daterangepicker .calendar-table th.prev span {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.daterangepicker .calendar-table th.next:hover span,
.daterangepicker .calendar-table th.prev:hover span {
  border-color: #ff671e;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  font-size: 14px;
  height: 41px;
  color: #48484a;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.calendar-table tbody tr:not(:last-child) td.ends {
  opacity: 0;
  visibility: hidden;
}

.calendar-table tbody tr:last-child td {
  /*display: none;*/
}
.calendar-table tbody tr:last-child td.off.ends{
  display: none;
}

.daterangepicker .calendar-table thead tr:nth-child(2) th {
  border-bottom: 1px solid #e2e2e2;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  border-color: #fff;
  padding: 4px;
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
  color: #9e9ea3;
  text-decoration: none;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #ff671e;
  color: #fff;
}

/*--------------------------------------------------------*/
/* 08 - ELEMENTS: */
/*--------------------------------------------------------*/
/* simple-link */
.simple-link {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #ff671e;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.simple-link:before, .simple-link:after, .simple-link span:before, .simple-link span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  bottom: 0;
  height: 2px;
  background-color: #ff671e;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.simple-link span:after {
  width: calc(25% - 2px);
}

.simple-link:after {
  left: 25%;
}

.simple-link span:before {
  left: 50%;
}

.simple-link span:after {
  left: 75%;
}

.simple-link:active {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

@media (min-width: 1200px) {
  .simple-link:focus:before, .simple-link:focus:after, .simple-link:focus span:before, .simple-link:focus span:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  .simple-link:focus span:before {
    -webkit-transition-delay: .05s;
         -o-transition-delay: .05s;
            transition-delay: .05s;
  }
  .simple-link:focus:after {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
  }
  .simple-link:focus:before {
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
  }
  html:not(.touch-screen) .simple-link:hover:before, html:not(.touch-screen) .simple-link:hover:after, html:not(.touch-screen) .simple-link:hover span:before, html:not(.touch-screen) .simple-link:hover span:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  html:not(.touch-screen) .simple-link:hover span:before {
    -webkit-transition-delay: .05s;
         -o-transition-delay: .05s;
            transition-delay: .05s;
  }
  html:not(.touch-screen) .simple-link:hover:after {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
  }
  html:not(.touch-screen) .simple-link:hover:before {
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
  }
}

/* end of simple-link */
/* play */
.play {
  position: relative;
  width: 130px;
  height: 130px;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.play .play-line:before, .play .play-line:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}

.play .play-line:after {
  top: auto;
  bottom: 15px;
}

.play .play-line:nth-child(2):before, .play .play-line:nth-child(2):after {
  left: 15px;
  top: 0;
  height: 100%;
  width: 1px;
}

.play .play-line:nth-child(2):after {
  left: auto;
  right: 15px;
}

.play.type-small {
  width: 64px;
  height: 64px;
  padding: 0;
}

.play.type-small .play-round:after {
  border-width: 5.5px 0 5.5px 7px;
}

.play-round {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.play-round:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}

.play-round:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  margin-left: 2px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ff651e;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.play:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.play:focus .play-round {
  background: transparent;
}

.play:focus .play-round:before {
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.play:focus .play-round:after {
  border-color: transparent transparent transparent #fff;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .play:hover .play-round {
    background: transparent;
  }
  html:not(.touch-screen) .play:hover .play-round:before {
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  html:not(.touch-screen) .play:hover .play-round:after {
    border-color: transparent transparent transparent #fff;
  }
}

@media (max-width: 991px) {
  .play {
    width: 90px;
    height: 90px;
    padding: 10px;
  }
  .play .play-line:nth-child(1):before {
    top: 10px;
  }
  .play .play-line:nth-child(1):after {
    bottom: 10px;
  }
  .play .play-line:nth-child(2):before {
    left: 10px;
  }
  .play .play-line:nth-child(2):after {
    right: 10px;
  }
}

/* end of play */
/* socials */
.socials {
  font-size: 0;
}

.socials .social-icon {
  vertical-align: top;
  margin-right: 20px;
}

.socials .social-icon:last-child {
  margin-right: 0;
}

.social-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(226, 226, 226, 0.15);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.social-icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #ff671e;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.social-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  max-width: 16px;
  max-height: 16px;
}

.social-icon .fill, .social-icon path {
  fill: #ff671e;
}

.social-icon:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.social-icon:focus {
  border-color: transparent;
}

.social-icon:focus:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.social-icon:focus .fill {
  fill: #fff;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .social-icon:hover {
    border-color: transparent;
  }
  html:not(.touch-screen) .social-icon:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  html:not(.touch-screen) .social-icon:hover .fill, html:not(.touch-screen) .social-icon:hover path {
    fill: #fff;
  }
}

@media (max-width: 991px) {
  .socials .social-icon {
    margin-right: 15px;
  }
}

/* end of socials */
/* item1 */
.item1 {
  position: relative;
  display: block;
  padding-bottom: 69%;
  overflow: hidden;
}

.item1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 44%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}

.item1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff671e;
  z-index: 1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.item1 .bg-full {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.item1 .title {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  z-index: 1;
}

.item1 .title span {
  position: relative;
  display: inline-block;
}

.item1 .title span:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ff671e;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

@media (min-width: 1200px) {
  .item1:focus:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .item1:focus .bg-full {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .item1:focus .title span:after {
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
    border-color: transparent transparent transparent #fff;
  }
  html:not(.touch-screen) .item1:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  html:not(.touch-screen) .item1:hover .bg-full {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  html:not(.touch-screen) .item1:hover .title span:after {
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
    border-color: transparent transparent transparent #fff;
  }
}

@media (min-width: 992px) {
  .item1-row *[class*="col"]:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .item1-row *[class*="col"]:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .item1-row *[class*="col"]:nth-child(n+2) {
    margin-top: 30px;
  }
}

/* end of item1 */
/* item2 */
.item2 {
  position: relative;
  overflow: hidden;
}

.item2 .bg-full:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.item2 .cell-view {
  height: 77vh;
  padding: 80px 0;
}

.item2-content {
  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;
  padding: 0 15px;
  max-width: 850px;
  margin: 0 auto;
}

.item2-content .title {
  margin-right: 60px;
}

.item2-content .play {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (orientation: portrait) {
  .item2 .cell-view {
    height: 35vh;
  }
}

@media (max-width: 575px) {
  .item2 .cell-view {
    padding: 30px 0;
  }
  .item2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item2-content .title {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* end of item2 */
/* testimonial */
.testimonial-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.testimonial-swiper .swiper-slide {
  height: auto;
}

.testimonial-swiper .testimonial {
  height: 100%;
}

.testimonial-swiper .styled-title-wrap {
  min-height: calc(100% - 20px);
  border-bottom: 1px solid rgba(235, 235, 235, 0.15);
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.user .image {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.user .image img {
  width: 100%;
  max-width: 100%;
}

.user-info {
  margin-left: 20px;
  padding-top: 5px;
}

.user-info .stars {
  margin-bottom: 5px;
}

.user-info .subtitle {
  margin-bottom: 5px;
}

.stars {
  font-size: 0;
}

.stars li {
  display: inline-block;
  margin-right: 4px;
}

.stars svg {
  width: 12px;
  height: 12px;
}

.stars .fill {
  fill: #ff671e;
}

.stars .disabled .fill {
  fill: #545457;
}

.testimonial {
  position: relative;
  padding: 65px 65px 75px 0;
}

.testimonial:before {
  content: '';
  position: absolute;
  right: 20px;
  top: -20px;
  bottom: -20px;
  width: 1px;
  background-color: rgba(235, 235, 235, 0.15);
}

.testimonial:after {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 100%;
  border-top: 1px solid rgba(235, 235, 235, 0.15);
  border-bottom: 1px solid rgba(235, 235, 235, 0.15);
}

.testimonial .user {
  margin-bottom: 25px;
  position: relative;
}

.testimonial .description {
  line-height: 1.75em;
  font-weight: 300;
  word-spacing: 2px;
}

@media (max-width: 991px) {
  .testimonial-swiper .styled-title-wrap {
    height: auto;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .styled-title-wrap .article br {
    display: none;
  }
}

@media (max-width: 565px) {
  .testimonial-swiper .swiper-pagination {
    display: none;
  }
  .testimonial-swiper .swiper-controls-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .testimonial {
    padding: 50px 50px 50px 0;
  }
}

/* end of testimonial */
/* styled-title */
.styled-title-wrap .styled-title {
  display: inline-block;
}

.styled-title-wrap .styled-title .title + .article {
  margin-top: 20px;
}

.styled-title.type-2 {
  padding-top: 10px;
  padding-left: 30px;
}

.styled-title.type-2:before {
  top: -20px;
  height: 60px;
}

.styled-title.type-2:after {
  left: -20px;
  width: 60px;
}

.styled-title.type-2 .title:before {
  width: 16px;
  height: 16px;
}

.styled-title.type-3:before {
  top: -20px;
  height: 130px;
  max-height: 100%;
}

.styled-title.type-3:after {
  left: -20px;
  width: 290px;
  max-width: 100%;
}

@media (max-width: 1629px) {
  .styled-title-wrap {
    padding-left: 15px;
  }
}

@media (max-width: 565px) {
  .styled-title-wrap {
    padding-left: 0;
  }
  .styled-title-wrap .styled-title {
    margin-left: 15px;
  }
  .styled-title-wrap .styled-title.type-3 {
    margin-left: 0;
  }
  .styled-title-wrap .styled-title .title + .article {
    margin-left: -45px;
  }
  .styled-title-wrap .styled-title.type-3 .title + .article {
    margin-left: 0;
  }
}

/* end of styled-title */
/* text-icon */
.text-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-icon-wrap .text-icon {
  width: 50%;
  padding: 30px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.text-icon-wrap .text-icon:nth-child(odd) {
  padding-right: 10px;
}

.text-icon-wrap .text-icon:nth-child(even) {
  padding-left: 10px;
}

.text-icon-wrap .text-icon:nth-child(n+3) {
  border-top: 1px solid #ebebeb;
}

.text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-icon .icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #ff671e;
  -ms-flex-negative: 0;
      flex-shrink: 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;
}

.text-icon .icon img, .text-icon .icon svg {
  display: block;
  max-width: 28px;
  height: auto;
}

.text-icon .description {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .text-icon-wrap .text-icon {
    padding: 15px 0;
  }
}

@media (max-width: 565px) {
  .text-icon .icon {
    width: 40px;
    height: 40px;
  }
  .text-icon .icon img, .text-icon .icon svg {
    max-width: 20px;
  }
  .text-icon .description {
    margin-left: 10px;
  }
}

/* end of text-icon */
/* half-image */
.half-image-wrap {
  position: relative;
}

.half-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}

.half-image.right {
  right: 0;
}

@media (max-width: 991px) {
  .half-image {
    width: 30%;
  }
}

/* end of half-image */
/* step */
.step-wrap {
  margin-top: 40px;
}

.step-wrap .step-count {
  margin-bottom: 35px;
}

.step-wrap .step-content {
  padding-left: 115px;
}

.step-wrap .bottom {
  margin-top: 130px;
  padding-bottom: 120px;
}

.step-wrap.type-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  max-width: 1060px;
  margin-top: 0;
}

.step-wrap.type-2 .step-count {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.step-wrap.type-2 .styled-title-wrap {
  margin: 0 120px;
}

.step-wrap.type-3 {
  margin-top: 20px;
}

.step-content .styled-title {
  margin-bottom: 40px;
}

.styled-title-content {
  padding-left: 30px;
}

.step-count {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #ff671e;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 20px;
}

.step3-btn {
  margin-top: 65px;
}

@media (max-width: 1629px) {
  .step-wrap .step-content {
    padding-left: 50px;
  }
  .step-wrap .bottom {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  .step-wrap .step-content {
    padding-left: 0;
  }
  .step-wrap .bottom {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .step3-btn {
    margin-top: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .step-wrap.type-2 .styled-title-wrap {
    margin: 0;
    text-align: left;
  }
  .step3-btn {
    margin-left: 0;
  }
}

@media (max-width: 565px) {
  .step-wrap {
    margin-top: 0;
  }
  .step-wrap .step-content {
    padding-left: 0;
  }
  .styled-title-content {
    padding-left: 0;
  }
  .step-content .styled-title {
    margin-bottom: 20px;
  }
  .step-wrap .bottom {
    margin-top: 30px;
  }
}

/* end of step */
/* swiper-type1 */
.swiper-type1 {
  background-color: #fff;
  padding: 30px 30px 0;
  margin: -90px -30px 0;
}

.swiper-type1 .swiper-controls-wrap {
  margin-left: 145px;
  margin-right: 145px;
}

.swiper-type1-image {
  display: block;
  position: relative;
  padding-bottom: 74%;
  overflow: hidden;
}

.swiper-type1-image .bg-full {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 1200px) {
  a.swiper-type1-image:focus .bg-full {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  html:not(.touch-screen) a.swiper-type1-image:hover .bg-full {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 1629px) {
  .swiper-type1 .swiper-controls-wrap {
    margin-left: 95px;
    margin-right: 95px;
  }
}

@media (max-width: 991px) {
  .swiper-type1 {
    margin: 30px 0 0;
    padding: 0;
  }
  .swiper-type1 .swiper-controls-wrap {
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (max-width: 565px) {
  .swiper-type1 {
    margin-top: 25px;
  }
  .swiper-type1 .swiper-controls-wrap {
    margin: 15px 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .swiper-type1 .swiper-pagination {
    display: none;
  }
}

/* end of swiper-type1 */
/* item3 */
.item3-row > *[class*="col-"]:nth-child(n+4) {
  margin-top: 30px;
}

.item3-row2 > *[class*="col-"]:nth-child(n+5) {
  margin-top: 30px;
}

.item3-row2 .item3 .subtitle {
  font-size: 18px;
}

.item3 {
  height: 100%;
  border: 1px solid #ebebeb;
  border-top: 0;
}

.item3 .image {
  position: relative;
  padding-bottom: 69%;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
}

.item3 .image .bg-full {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.item3 .swiper-entry .image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
}

.item3 .item3-content {
  text-align: center;
  padding: 15px;
}

.item3 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item3.type-2 .item3-content {
  text-align: left;
  padding: 20px 30px;
}

.item3.type-2 .subtitle {
  position: relative;
  margin-bottom: 5px;
}

.item3.type-2 .subtitle:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #ff671e;
}

.item3.type-2 .description {
  font-weight: 300;
}

@media (min-width: 1200px) {
  .item3 .image:hover .bg-full {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (max-width: 1629px) {
  .item3.type-2 .item3-content {
    text-align: left;
    padding: 15px;
  }
  .item3.type-2 .item3-content .subtitle:before {
    left: -15px;
  }
}

@media (max-width: 1199px) {
  .item3-row2 > *[class*="col-"]:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .item3-row > *[class*="col-"]:nth-child(n+3), .item3-row2 > *[class*="col-"]:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 565px) {
  .item3-row > *[class*="col-"]:nth-child(n+2), .item3-row2 > *[class*="col-"]:nth-child(n+2) {
    margin-top: 30px;
  }
}

/* end of item3 */
/* swiper-type2 */
.rl-image {
  padding-bottom: 78%;
  position: relative;
}

.rl-image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rl-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  max-width: 90%;
  max-height: 75%;
}

.rl-image .img-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  max-height: 75%;
}

.rl-image .img-text img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.swiper-type2 {
  background-color: #f7f7f7;
}

.swiper-type2 .swiper-controls-wrap {
  position: absolute;
  right: 50px;
  left: 50px;
  bottom: 30px;
  z-index: 1;
}

.swiper-type2:not(.single-slide-swiper) .rl-image[data-bg]:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 34%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}

.caption-wrap {
  position: absolute;
  top: 30px;
  left: -10px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  color: #fff;
  background-color: #373739;
}

.caption-wrap .caption {
  padding: 0 15px;
}

.caption-wrap .custom-counter {
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.caption-wrap .custom-counter .current {
  color: #fff;
}

.single-slide-swiper .custom-counter {
  display: none;
}

@media (max-width: 565px) {
  .swiper-type2 .swiper-controls-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .swiper-type2 .swiper-controls-wrap .swiper-pagination {
    display: none;
  }
  .rl-image .img-text {
    margin-top: -10px;
  }
}

/* end of swiper-type2 */
/* before-after slider */
.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider .image:not(.resize-img):before, .ba-slider .image:not(.resize-img):after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.ba-slider .image:not(.resize-img):after {
  left: auto;
  right: 0;
}

.resize-img {
  width: 50%;
}

.handle {
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  left: 50%;
  margin-left: -2px;
  cursor: ew-resize;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.handle:before, .handle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% - 28px);
  background-color: #fff;
}

.handle:after {
  top: auto;
  bottom: 0;
  height: calc(50% - 28px);
}

.handle i {
  position: absolute;
  left: -26px;
  margin-top: -28px;
  top: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: inline-block;
}

.handle i:before, .handle i:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  margin-top: -7px;
  left: 10px;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #fff transparent transparent;
}

.handle i:after {
  left: auto;
  right: 10px;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fff;
}

.is-visible .handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  -o-transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}

.resize-img {
  overflow: hidden;
}

/* end of before-after slider */
/* item4 */
.item4 {
  position: relative;
  overflow: hidden;
}

.item4 .bg-full:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.item4 .cell-view {
  height: 85vh;
  vertical-align: bottom;
  padding: 70px 85px;
}

.item4 .step-wrap {
  margin-top: 0;
}

.item4 .step-content .styled-title {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .item4 .cell-view {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (orientation: portrait) {
  .item4 .cell-view {
    height: 40vh;
  }
}

@media (max-width: 565px) {
  .item4 .bg-full:before {
    height: 100%;
  }
  .item4 .cell-view {
    padding: 45px 15px 30px;
  }
}

/* end of item4 */
/* left right content */
.lr-content {
  margin-left: 80px;
}

@media (max-width: 1629px) {
  .lr-content {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .lr-content {
    margin-left: 0;
  }
}

/* end of left right content */
/* item5 */
.item5-row > *[class*="col-"]:nth-child(n+3) {
  margin-top: 40px;
}

.item5 .image {
  position: relative;
  padding-bottom: 63%;
}

.item5 .image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item5 .title {
  margin-top: 20px;
}

@media (max-width: 565px) {
  .item5-row > *[class*="col-"]:nth-child(n+2) {
    margin-top: 30px;
  }
}

/* end of item5 */
/* swiper-control-list */
.swiper-control-list {
  display: inline-block;
}

.swiper-control-list li {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.swiper-control-list li:before {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-control-list li.active {
  color: #ff671e;
  font-weight: 500;
}

.swiper-control-list li.active:before {
  background-color: #ff671e;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .swiper-control-list li:hover {
    color: #ff671e;
    font-weight: 500;
  }
  html:not(.touch-screen) .swiper-control-list li:hover:before {
    background-color: #ff671e;
  }
}

/* end of swiper-control-list */
/* swiper-type3 */
.swiper-type3 {
  text-align: center;
}

.swiper-type3 img {
  display: inline-block;
  max-width: 100%;
}

.img-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
}

.img-row-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  max-width: 33.333%;
  padding-right: 15px;
}

.img-row-wrap .img-wrap:nth-child(1) .height-n {
  left: 4.5%;
  height: 38.5%;
}

.img-row-wrap .img-wrap:nth-child(1) .height-n:before {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.img-row-wrap .img-wrap:nth-child(2) .height-n {
  left: 4.5%;
  height: 34.5%;
}

.img-row-wrap .img-wrap:nth-child(2) .height-n:before {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.img-row-wrap .img-wrap:nth-child(3) .height-n {
  left: 6%;
  height: 32%;
}

.img-row-wrap .img-wrap:nth-child(3) .height-n:before {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.img-row-wrap .img-wrap .height-n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 1%;
  font-size: 14px;
  font-weight: 400;
  padding: 3% 5px 0;
  overflow-y: hidden;
}

.img-row-wrap .img-wrap .height-n:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  height: 100%;
  width: 2px;
  border-left: 2px dashed #999999;
  -webkit-transition: top 1s ease;
  -o-transition: top 1s ease;
  transition: top 1s ease;
}

.animated .fade-anime .height-n:before {
  top: 0;
}

/* end of swiper-type3 */
.full-width-img {
  width: 100%;
}

/* count-item */
.count-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px -50px;
}

.count-item-wrap .count-item {
  margin: 0 50px;
}

.count-item-wrap .count-item:first-child .count {
  margin-top: 2px;
}

.count-item {
  text-align: center;
}

.count-item .icon {
  position: relative;
  height: 80px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}

.count-item .icon img {
  display: block;
  height: 100%;
  width: auto;
}

.count-item .icon .count {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ff671e;
  font-weight: 700;
}

.count-item .title {
  font-weight: 500;
}

@media (max-width: 1629px) {
  .count-item-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .count-item-wrap {
    margin: 30px -30px;
  }
  .count-item-wrap .count-item {
    margin: 0 30px;
  }
}

@media (max-width: 565px) {
  .count-item-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .count-item-wrap .count-item {
    margin-bottom: 20px;
  }
}

/* end of count-item */
/* swiper-type4  */
.swiper-type4 {
  position: relative;
}

@media (max-width: 565px) {
  .swiper-type4 .swiper-controls-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .swiper-type4 .swiper-pagination {
    display: none;
  }
}

/* end of swiper-type4  */
/* item6 */
.item6 {
  position: relative;
  padding-bottom: 73%;
  text-align: center;
}

.item6-content {
  display: -webkit-box;
  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;
  background-color: #f0f0f0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.item6 .image {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 40px;
}

.item6 .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: calc(100% - 40px);
  margin-top: 20px;
}

.item6 .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  padding: 20px 15px;
}

@media (min-width: 1200px) {
  .item6:focus .item6-content {
    opacity: 0;
    visibility: hidden;
  }
  html:not(.touch-screen) .item6:hover .item6-content {
    opacity: 0;
    visibility: hidden;
  }
}

/* item6 */
/* svg-to-control */
.svg-control-wrap {
  position: relative;
}

.svg-control {
  display: block;
  width: 100%;
  height: auto;
}

.svg-control-part {
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.svg-control-part:hover,
.svg-control-part.active {
  opacity: 1;
}

.swiper-control-list li, .svg-control-list li {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.article ul li.color1:before {
  background-color: #8da3b0;
}

.article ul li.color2:before {
  background-color: #d9852d;
}

.article ul li.color3:before {
  background-color: #0080c7;
}

.article ul li.color4:before {
  background-color: #f9b200;
}

.article ul li.color5:before {
  background-color: #db0133;
}

.article ul li.color6:before {
  background-color: #C2C0C1;
}

.article ul li.color7:before {
  background-color: #DADADA;
}

.article ul li.active {
  font-weight: 700;
}

.article ul li.active.color1 {
  color: #8da3b0;
}

.article ul li.active.color1:before {
  background-color: #8da3b0;
}

.article ul li.active.color2 {
  color: #d9852d;
}

.article ul li.active.color2:before {
  background-color: #d9852d;
}

.article ul li.active.color3 {
  color: #0080c7;
}

.article ul li.active.color3:before {
  background-color: #0080c7;
}

.article ul li.active.color4 {
  color: #f9b200;
}

.article ul li.active.color4:before {
  background-color: #f9b200;
}

.article ul li.active.color5 {
  color: #db0133;
}

.article ul li.active.color5:before {
  background-color: #db0133;
}

.article ul li.active.color6 {
  color: #C2C0C1;
}

.article ul li.active.color6:before {
  background-color: #C2C0C1;
}

.article ul li.active.color7 {
  color: #DADADA;
}

.article ul li.active.color7:before {
  background-color: #DADADA;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .swiper-control-list li:hover,
  html:not(.touch-screen) .svg-control-list li:hover {
    font-weight: 700;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color1,
  html:not(.touch-screen) .svg-control-list li:hover.color1 {
    color: #8da3b0;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color1:before,
  html:not(.touch-screen) .svg-control-list li:hover.color1:before {
    background-color: #8da3b0;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color2,
  html:not(.touch-screen) .svg-control-list li:hover.color2 {
    color: #d9852d;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color2:before,
  html:not(.touch-screen) .svg-control-list li:hover.color2:before {
    background-color: #d9852d;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color3,
  html:not(.touch-screen) .svg-control-list li:hover.color3 {
    color: #0080c7;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color3:before,
  html:not(.touch-screen) .svg-control-list li:hover.color3:before {
    background-color: #0080c7;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color4,
  html:not(.touch-screen) .svg-control-list li:hover.color4 {
    color: #f9b200;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color4:before,
  html:not(.touch-screen) .svg-control-list li:hover.color4:before {
    background-color: #f9b200;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color5,
  html:not(.touch-screen) .svg-control-list li:hover.color5 {
    color: #db0133;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color5:before,
  html:not(.touch-screen) .svg-control-list li:hover.color5:before {
    background-color: #db0133;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color6,
  html:not(.touch-screen) .svg-control-list li:hover.color6 {
    color: #C2C0C1;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color6:before,
  html:not(.touch-screen) .svg-control-list li:hover.color6:before {
    background-color: #C2C0C1;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color7,
  html:not(.touch-screen) .svg-control-list li:hover.color7 {
    color: #DADADA;
  }
  html:not(.touch-screen) .swiper-control-list li:hover.color7:before,
  html:not(.touch-screen) .svg-control-list li:hover.color7:before {
    background-color: #DADADA;
  }
}

.svg-informer {
  position: absolute;
  width: 378px;
  left: 0;
  bottom: 20%;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity .25s, visibility .25s;
  -o-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.svg-informer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.svg-informer .image {
  padding-bottom: 56%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.svg-informer-content {
  padding: 20px 45px 20px 30px;
}

.svg-informer-content .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.svg-control-outer {
  position: relative;
}

.svg-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  pointer-events: none;
}

.svg-icon img, .svg-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  .svg-informer {
    display: none;
    position: relative;
    left: 0 !important;
    bottom: 0 !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .svg-control {
    margin-bottom: 30px;
  }
}

@media (max-width: 565px) {
  .svg-informer-content {
    padding: 15px 20px;
  }
  .svg-icon {
    width: 30px;
    height: 30px;
  }
}

/* end of svg-to-control */
/*--------------------------------------------------------*/
/* 09 - LIGHTBOX CUSTOM */
/*--------------------------------------------------------*/
.arr {
  position: relative;
  width: 30px;
  height: 45px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.arr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.arr.arr-next:before {
  left: auto;
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.swiper-button-prev:active {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.sl-prev, .sl-next {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.sl-prev:active {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.sl-next:active {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.sl-wrapper .sl-navigation button.sl-prev, .sl-wrapper .sl-navigation button.sl-next {
  width: 30px;
  height: 30px;
  color: #fff;
}

.sl-wrapper .sl-navigation button.sl-prev .swiper-button-next, .sl-wrapper .sl-navigation button.sl-prev .swiper-button-prev, .sl-wrapper .sl-navigation button.sl-next .swiper-button-next, .sl-wrapper .sl-navigation button.sl-next .swiper-button-prev {
  position: relative;
  margin-top: 0;
  left: 0;
  top: 0;
}

.sl-wrapper .sl-navigation button.sl-prev:active {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.sl-wrapper .sl-navigation button.sl-next:active {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.lightbox-title {
  position: fixed;
  top: 30px;
  left: 130px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  z-index: 1050;
}

.sl-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 35px !important;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 35px !important;
}

.sl-wrapper button.sl-close {
  width: 56px !important;
  height: 56px !important;
  top: 30px !important;
  right: 30px !important;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  position: absolute;
  margin-bottom: 0;
  bottom: 100%;
  top: auto;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.54px;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .sl-prev:hover .arr:before {
    border-color: #ff671e;
  }
  html:not(.touch-screen) .sl-next:hover .arr:before {
    border-color: #ff671e;
  }
}

@media (max-width: 767px) {
  .sl-wrapper .sl-image .sl-caption.pos-top {
    font-size: 16px;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 5px !important;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 5px !important;
  }
  .lightbox-title {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* end of simple lightbox */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - MAP BLOCK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-outer-wrapper {
  position: relative;
  width: 100%;
}

.map-outer-wrapper .SumoSelect {
  position: absolute;
  width: 300px;
  left: 30px;
  top: 30px;
  background-color: #fff;
}

.map-wrapper {
  height: 100%;
}

/* infobox */
.infoBox {
  background-color: #fff;
  color: #68686b;
  font-size: 16px;
}

.infoBox > img {
  z-index: 1;
  width: 14px;
  margin: 10px !important;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.infoBox.no-image {
  bottom: -150px !important;
}

.infobox-image {
  padding-bottom: 44%;
}

.info-box:before {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 270px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.info-box.no-image:before {
  bottom: 120px;
}

.infobox-content {
  padding: 20px 20px 25px;
  position: relative;
}

.infobox-content .subtitle, .infobox-content .text-md {
  margin-bottom: 10px;
}

.infobox-content a {
  display: inline-block;
}

.infobox-content a.color-secondary {
  margin-bottom: 15px;
}

.infobox-content a.color-additional {
  font-weight: 500;
  margin-bottom: 5px;
}

.infobox-content .simple-link {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .infobox-content a:not(.simple-link):hover {
    text-decoration: underline;
  }
  html:not(.touch-screen) .infoBox > img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* end of infobox */
.map-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 75vh;
  width: 514px;
  padding: 75px 75px 50px;
}

.map-form .title {
  margin-bottom: 30px;
}

.map-form .step-list {
  margin-bottom: 40px;
}

.step-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #484848;
  overflow: hidden;
  font-weight: 300;
  counter-reset: number;
}

.step-list .step {
  position: relative;
  width: 50%;
  padding: 10px;
}

.step-list .step:before {
  position: relative;
  counter-increment: number;
  content: counter(number);
  margin-right: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.step-list .step:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #484848;
  z-index: 1;
}

.step-list .step.active {
  background-color: #ff671e;
}

.step-list .step.active:after {
  border-color: transparent transparent transparent #ff671e;
}

.step-list .step.checked:before {
  content: "\2714";
}

.step-list .step:nth-child(2) {
  padding-left: 20px;
}

.form-tabs {
  margin-bottom: 20px;
}

.form-tab {
  display: none;
}

.form-field {
  margin-bottom: 15px;
}

#not-found {
  opacity: 0;
  visibility: hidden;
  margin-top: auto;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

#not-found.visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1629px) {
  .map-form {
    width: 450px;
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .map-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .map-form {
    width: 100%;
    min-height: unset;
  }
  .map-outer-wrapper {
    height: 500px;
  }
  #not-found {
    display: none;
  }
}

@media (max-width: 565px) {
  .map-outer-wrapper .SumoSelect {
    left: 15px;
    top: 15px;
  }
  .map-form {
    padding: 30px 15px;
  }
  .map-form .step-list {
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}

.popup-content.active {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  position: relative;
}

.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
}

.popup-container.size-1 {
  max-width: 650px;
}

.popup-container.size-2 {
  max-width: 970px;
}

.popup-container.size-3 {
  max-width: 1170px;
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#video-popup .popup-align {
  padding: 0;
  background-color: #202020;
}

.popup-align {
  position: relative;
  padding: 70px 145px 80px 145px;
  background: #fff;
  margin: 20px 20px 0 0;
}

.popup-align:before, .popup-align:after {
  content: '';
  position: absolute;
  background-color: rgba(237, 237, 237, 0.2);
}

.popup-align:before {
  width: 100%;
  height: 1px;
  top: -20px;
  right: -50px;
}

.popup-align:after {
  top: -50px;
  right: -20px;
  width: 1px;
  height: calc(100% - 100px);
}

.popup-content .btn-close {
  position: absolute;
  right: 0;
  top: 0;
}

.popup-content .title {
  margin-bottom: 30px;
}

.popup-content .input-wrap, .popup-content .form-field {
  margin-bottom: 15px;
}

.popup-content form .button {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .popup-container.size-1 {
    max-width: 500px;
  }
  .popup-align {
    padding: 50px 15px 30px;
    margin: 0;
  }
  .popup-align:before, .popup-align:after {
    content: none;
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.top-banner-small .cell-view {
  height: 60vh;
  padding-bottom: 80px;
}

.top-banner-small .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.top-banner-small + .content-section {
  padding-top: 80px;
}

.blog-item-row > [class*=col-] {
  margin-bottom: 60px;
}

.blog-item .image {
  display: block;
}

.blog-item .subtitle {
  display: inline-block;
}

.blog-item .subtitle span {
  display: -webkit-box;
  min-height: auto !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.34em;
}

.blog-item .description {
  display: -webkit-box;
  min-height: auto !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
}

.blog-item .caption-wrap {
  left: auto;
  right: 20px;
  top: 20px;
}

@media (min-width: 1200px) {
  .blog-item .subtitle:focus {
    color: #ff671e;
  }
  html:not(.touch-screen) .blog-item .subtitle:hover {
    color: #ff671e;
  }
}

@media (max-height: 850px) and (min-width: 992px), (max-width: 991px) {
  .top-banner-small .cell-view {
    padding-bottom: 40px;
  }
  .blog-item-row > [class*=col-] {
    margin-bottom: 40px;
  }
}

@media (max-width: 1629px) {
  .top-banner-small + .content-section {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .blog-item-row > [class*=col-] {
    margin-bottom: 30px;
  }
}

/* blog pagination */
.pagin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagin a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #ebebeb;
  line-height: 53px;
  width: 55px;
  letter-spacing: 0.84px;
  font-size: 14px;
  color: #373739;
  margin-right: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-weight: 500;
}

.pagin a:last-child {
  margin-right: 0;
}

.pagin a:after, .pagin a:before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #ff671e;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.pagin a:after {
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.pagin a span:after, .pagin a span:before {
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  width: 2px;
  background-color: #ff671e;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.pagin a span:after {
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.pagin a.active {
  color: #373739;
  font-weight: 700;
  text-shadow: none !important;
  border-color: transparent;
}

.pagin a.active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.pagin a.active:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pagin a.active span:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.pagin a.active span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.pagin a.disabled {
  width: auto;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
  pointer-events: none;
}

.pagin.page-pagin a.active {
  background-color: #ff671e;
  color: #fff;
  pointer-events: none;
}

@media (min-width: 992px) {
  html:not(.touch-screen) .pagin:not(.filter-type) a:focus, html:not(.touch-screen) .pagin a:hover {
    color: #373739;
    border-color: transparent;
  }
  html:not(.touch-screen) .pagin:not(.filter-type) a:focus:before, html:not(.touch-screen) .pagin a:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  html:not(.touch-screen) .pagin:not(.filter-type) a:focus:after, html:not(.touch-screen) .pagin a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  html:not(.touch-screen) .pagin:not(.filter-type) a:focus span:before, html:not(.touch-screen) .pagin a:hover span:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
  }
  html:not(.touch-screen) .pagin:not(.filter-type) a:focus span:after, html:not(.touch-screen) .pagin a:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
  }
}

@media (max-width: 1499px) {
  .pagin a {
    line-height: 48px;
    width: 50px;
    margin-right: 10px;
  }
  .pagin a.disabled {
    padding-left: 3px;
    padding-right: 3px;
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.color-primary {
  color: #68686b;
}

.color-title {
  color: #48484a;
}

.color-secondary {
  color: #ff671e;
}

.color-additional {
  color: #373739;
}

.color-white {
  color: #fff;
}

.color-lighter {
  color: rgba(255, 255, 255, 0.7);
}

.color-grey {
  color: #b1b1b1;
}

/*# sourceMappingURL=style.css.map */
.mobile-scroll-test {display: none; background: transparent; color: #ff671e; padding: 5px; min-width: auto; max-width: 125px; font-size: 10px; line-height: 15px; 
  letter-spacing: 1px;}
@media (max-width: 575px) {
  .mobile-scroll-test.active {display: block;}
  .article.text ul {padding-left: 15px;}
}