/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*00 - FONTS IMPORT*/
/*01 - LIBRARIES*/
/*02 - GLOBAL SETTINGS*/
/*03 - FOOTER*/
/*04 - ELEMENTS*/
/*05 - POPUPS*/
/*06 - ADDITIONAL STYLES CONNECTED TO STYLE-TOP.CSS*/
/*07 - OTHER*/
/*--------------------------------------------------------*/
/* 00 - FONTS IMPORT: */
/*--------------------------------------------------------*/
@font-face {
  font-family: "TiemposHeadline";
  src: url("../fonts/TiemposHeadline-Semibold.eot");
  src: url("../fonts/TiemposHeadline-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposHeadline-Semibold.woff") format("woff"), url("../fonts/TiemposHeadline-Semibold.ttf") format("truetype"), url("../fonts/TiemposHeadline-Semibold.svg#TiemposHeadline") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg#CircularStd") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Medium.eot");
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype"), url("../fonts/CircularStd-Medium.svg#CircularStd") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

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

/*--------------------------------------------------------*/
/* 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;
  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 {
  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;
  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;
  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;
  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;
  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: -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: -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: -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: -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;
  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);
  transform: scale(0.33);
  position: relative; }

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-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%);
  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;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-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%);
  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;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-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;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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%;
  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;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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;
  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;
  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; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 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; }

/*--------------------------------------------------------*/
/* FOOTER: */
/*--------------------------------------------------------*/
.apps-list {
  font-size: 0;
  line-height: 1; }
  .apps-list li {
    display: inline-block;
    margin-right: 20px; }
    .apps-list li:last-child {
      margin-right: 0; }
    .apps-list li a {
      position: relative;
      display: inline-block; }
      .apps-list li a:active {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
    .apps-list li .img {
      height: 42px; }

.footer {
  max-width: 1440px;
  margin: 0 auto; }
  .footer_top {
    padding: 60px 0;
    border-top: 2px solid #ecf6fe; }
  .footer_logo {
    display: inline-block;
    position: relative;
    margin-bottom: 25px; }
    .footer_logo:active {
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
  .footer_logo-text {
    margin-bottom: 30px;
    font-weight: 500;
    max-width: 155px; }
  .footer_title {
    margin: 15px 0 30px; }
  .footer_nav li {
    margin-bottom: 10px; }
    .footer_nav li:last-child {
      margin-bottom: 0; }
    .footer_nav li a {
      position: relative; }
      .footer_nav li a:not(:only-child) {
        margin-right: 10px; }
    .footer_nav li .tag {
      vertical-align: middle; }
  .footer_bottom-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 0; }
  .footer_bottom-nav li {
    display: inline-block;
    margin-right: 40px; }
    .footer_bottom-nav li:last-child {
      margin-right: 0; }
    .footer_bottom-nav li a {
      position: relative;
      display: inline-block; }
      .footer_bottom-nav li a:active {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
  .footer_bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .apps-list a:hover {
    opacity: .7; }
  html:not(.touch-screen) .footer_logo:hover {
    opacity: .7; }
  html:not(.touch-screen) .footer_nav li a:hover {
    color: #b1c7e2; }
  html:not(.touch-screen) .footer_bottom-nav li a:hover {
    color: #b1c7e2; } }

@media (max-width: 991px) {
  .footer_nav-row > [class*=col-]:nth-child(n+3) {
    margin-top: 40px; }
  .footer_top {
    margin-left: 15px;
    margin-right: 15px; }
  .footer_bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer_bottom-links .socials {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 40px;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: 2px solid #ecf6fe; }
    .footer_bottom-links .apps-list {
      margin-top: 50px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .footer_bottom-copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer_bottom-nav {
    display: none; } }

@media (max-width: 575px) {
  .footer_logo-text {
    display: none; }
  .footer_top {
    padding-top: 25px;
    margin-left: 5px;
    margin-right: 5px; }
  .footer .icon_link-list {
    margin-top: 20px; }
  .footer_bottom-links .apps-list {
    margin-top: 45px; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 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 {
  cursor: default; }

.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 45px;
  bottom: auto !important; }

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

.swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #dde5ee;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .swiper-pagination-bullet:active {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }

.swiper-pagination-bullet-active {
  background-color: #108aeb; }

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

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  border: solid 2px #e2f0fc;
  background: none;
  margin-top: -24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 50%; }
  .swiper-button-prev:active,
  .swiper-button-next:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  .swiper-button-prev .arr,
  .swiper-button-next .arr {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    border-left: 2px solid #6d809b;
    border-top: 2px solid #6d809b;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .swiper-button-prev.style2,
  .swiper-button-next.style2 {
    border-color: #fff;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 151, 247, 0.05);
            box-shadow: 0 4px 4px 0 rgba(30, 151, 247, 0.05); }
    .swiper-button-prev.style2 .arr,
    .swiper-button-next.style2 .arr {
      border-color: #108aeb; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: .7; }

.swiper-button-prev {
  left: 0; }
  .swiper-button-prev .arr {
    margin-left: 2px; }

.swiper-button-next {
  right: 0; }
  .swiper-button-next .arr {
    margin-left: -2px; }

.swiper-button-next .arr {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg); }

@media (min-width: 1200px) {
  .swiper-pagination-bullet:focus {
    background: #108aeb; }
  html:not(.touch-screen) .swiper-button-prev:hover,
  html:not(.touch-screen) .swiper-button-next:hover {
    background: rgba(226, 240, 252, 0.5); }
  html:not(.touch-screen) .swiper-button-prev.style2:hover,
  html:not(.touch-screen) .swiper-button-next.style2:hover {
    border-color: #e6f2fc;
    background: #e6f2fc; }
  html:not(.touch-screen) .swiper-pagination-bullet:hover {
    background: #108aeb; } }

@media (max-width: 991px) {
  .swiper-pagination.swiper-pagination-relative {
    margin-top: 30px; } }

/* swiper-pagination-custom */
@media (min-width: 767px) {
  .custom-bullet-wrap {
    position: relative;
    width: 100%;
    text-align: left; }
    .custom-bullet-wrap:last-child {
      width: auto; }
    .custom-bullet-wrap:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: 25px;
      right: 10px;
      height: 2px;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 151, 247, 0.3)), color-stop(25%), color-stop(0%, rgba(255, 255, 255, 0)));
      background-image: linear-gradient(to right, rgba(30, 151, 247, 0.3), 25%, rgba(255, 255, 255, 0) 0%);
      background-position: top;
      background-size: 10px 2px;
      background-repeat: repeat-x; }
    .custom-bullet-wrap .custom-bullet-line {
      position: absolute;
      top: 50%;
      margin-top: -1px;
      left: 25px;
      right: 10px;
      height: 2px;
      background-color: #108aeb;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  @-webkit-keyframes bulletLineAnime {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0); }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); } }
  @keyframes bulletLineAnime {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0); }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); } }
  .swiper-pagination-bullet-active + .custom-bullet-line {
    -webkit-animation: bulletLineAnime 4.8s forwards;
            animation: bulletLineAnime 4.8s forwards;
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  .stop-line-animation .swiper-pagination-bullet-active + .custom-bullet-line {
    -webkit-animation: none;
            animation: none; }
  .swiper-pagination-custom {
    position: absolute;
    bottom: 35px !important;
    width: 55% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 70px; }
    .swiper-pagination-custom .swiper-pagination-bullet {
      background-color: transparent;
      opacity: 1;
      width: 8px;
      height: 8px; }
      .swiper-pagination-custom .swiper-pagination-bullet:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 24px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border: solid 2px rgba(30, 151, 247, 0.3);
        border-radius: 50%;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
    .swiper-pagination-custom .swiper-pagination-bullet-active {
      background-color: #108aeb; }
  .custom-bullet {
    white-space: nowrap; }
  .bullet-text {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.36px;
    color: rgba(16, 138, 235, 0.3);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    padding: 8px; } }

@media (min-width: 1200px) {
  html:not(.touch-screen) .swiper-pagination-bullet:hover:before {
    border-color: transparent;
    background-color: rgba(30, 151, 247, 0.3); }
  html:not(.touch-screen) .swiper-pagination-bullet:hover .bullet-text {
    color: #108aeb; } }

/* end of swiper-pagination-custom */
/* swiper controls positions */
.swiper-button-prev.pos1,
.swiper-button-next.pos1 {
  top: auto;
  bottom: -20px; }

.swiper-button-prev.pos2,
.swiper-button-next.pos2 {
  top: 70px;
  margin-top: 0;
  right: 50px; }

.swiper-button-next.pos1 {
  right: 109px; }

.swiper-button-prev.pos1 {
  left: auto;
  right: 170px; }

.swiper-button-prev.pos2 {
  left: auto;
  right: 110px; }

/* end of swiper controls positions */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a1b2cf;
  opacity: 1; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #a1b2cf;
  opacity: 1; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a1b2cf;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a1b2cf;
  opacity: 1; }

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-wrapper {
  position: relative;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px 0 rgba(30, 151, 247, 0.07);
          box-shadow: 0 5px 12px 0 rgba(30, 151, 247, 0.07);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-wrapper .input-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 28px; }
    .input-wrapper .input-icon svg {
      display: block;
      max-width: 100%;
      max-height: 100%; }
    .input-wrapper .input-icon .fill-hover {
      -webkit-transition: 0.25s;
      transition: 0.25s;
      fill: #a1b2cf; }
  .input-wrapper .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .input-wrapper.focus .fill-hover, .input-wrapper.dirty .fill-hover {
    fill: #108aeb; }
  .input-wrapper.invalid {
    -webkit-box-shadow: 0 5px 12px 0 rgba(190, 0, 0, 0.3);
            box-shadow: 0 5px 12px 0 rgba(190, 0, 0, 0.3); }
    .input-wrapper.invalid .input-icon .fill-hover {
      fill: #be0000; }

.input {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  font-weight: 500;
  color: #434e6c;
  text-overflow: ellipsis;
  overflow: hidden; }

.input-wrapper-btn {
  padding-right: 5px; }

.input-wrapper-icon .input {
  padding-left: 65px; }

textarea.input {
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 18px; }

@media (max-width: 575px) {
  .input-wrapper-btn .btn-text {
    font-size: 0; }
  .input-wrapper-btn .btn-arr {
    margin-left: 0; } }

/* styled-input */
.styled-input-wrapper {
  border: 2px solid #1E97F7;
  border-radius: 4px;
  position: relative; }
  .styled-input-wrapper .styled-input-icon + .styled-input {
    padding-left: 44px; }

.styled-input-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 22px;
  max-height: 22px; }

.styled-input {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/* end of styled-input */
/*--------------------------------------------------------*/
/* ELEMENTS: */
/*--------------------------------------------------------*/
/* socials */
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .socials li {
    margin-right: 15px; }
  .socials a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .socials a:active {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    .socials a img, .socials a svg {
      display: block;
      width: 100%;
      height: 100%; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .socials a:hover {
    background: #e2f0fc; } }

/* end of socials */
/* tags */
.tag-list {
  font-size: 0; }
  .tag-list .tag {
    margin-right: 12px;
    margin-bottom: 12px; }
    .tag-list .tag:last-child {
      margin-right: 0; }

.tag {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 6px 15px 4px;
  border-radius: 20px; }
  .tag-sm {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
    padding: 1px 6px;
    border-radius: 10px; }
  .tag-xs {
    font-size: 10px;
    line-height: 14px;
    padding: 2px 5px;
    border-radius: 4px; }
  .tag.color-purple {
    background-color: #ebe7fd; }
  .tag.color-green {
    background-color: #e3f6f6; }
  .tag.color-orange {
    background-color: #fcecd9; }
  .tag.color-additional {
    background-color: #e6eaef; }

.color-purple > .tag {
  background-color: #ebe7fd; }

.color-green > .tag {
  background-color: #e3f6f6; }

.color-orange > .tag {
  background-color: #fcecd9; }

.color-additional > .tag {
  background-color: #e6eaef; }

/* end of tags */
/* tool_logo */
.tool_logo-block {
  padding: 35px 0 25px; }
  .tool_logo-block .tool_logo-list:nth-child(3n + 1) {
    text-align: left; }
  .tool_logo-block .tool_logo-list:nth-child(3n + 2) {
    text-align: center; }
  .tool_logo-block .tool_logo-list:nth-child(3n + 3) {
    text-align: right; }
  .tool_logo-block .tool_logo-list .tool_logo {
    margin-bottom: 50px; }

.tool_logo-list .tool_logo {
  margin-right: 105px; }
  .tool_logo-list .tool_logo:last-child {
    margin-right: 0; }

.tool_logo {
  position: relative;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 20px 20px 0 rgba(186, 198, 220, 0.1), 0 10px 10px 0 rgba(186, 198, 220, 0.2);
          box-shadow: 0 20px 20px 0 rgba(186, 198, 220, 0.1), 0 10px 10px 0 rgba(186, 198, 220, 0.2);
  height: 70px;
  padding: 5px 45px;
  border-radius: 35px; }
  .tool_logo .img {
    max-height: 40px; }

@media (max-width: 1199px) {
  .tool_logo-block .tool_logo-list {
    text-align: center !important; }
  .tool_logo-list .tool_logo {
    margin-right: 22px; } }

@media (max-width: 991px) {
  .tool_logo {
    padding: 5px 27px; } }

@media (max-width: 767px) {
  .tool_logo-block {
    padding-bottom: 0; }
  .tool_logo-list {
    display: inline; }
    .tool_logo-list .tool_logo {
      margin-right: 10px; }
      .tool_logo-list .tool_logo:last-child {
        margin-right: 10px; } }

/* end of tool_logo */
/* check-list */
.check_list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px; }
  .check_list li:last-child {
    margin-bottom: 0; }
  .check_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.155em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center center;
    background-size: 10px 9px;
    background-repeat: no-repeat; }

.check_list-purple li:before {
  background-color: #ebe7fd;
  background-image: url(../img/icons/icon-checked-purple.svg); }

.check_list-green li:before {
  background-color: #e3f6f6;
  background-image: url(../img/icons/icon-checked-green.svg); }

.check_list-orange li:before {
  background-color: #fcecd9;
  background-image: url(../img/icons/icon-checked-orange.svg); }

/* end of check-list */
/* item1 */
.item1.space2 {
  margin-top: 60px; }

.item1_title {
  margin-bottom: 25px; }

.item1_img-top {
  margin-bottom: 30px; }

.item1 .tag-list {
  margin-bottom: 28px; }

.item1_img-main {
  margin-top: 60px; }

.item1_img-main2 {
  margin-top: 0; }

.item1 .article:not(:last-child) {
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .item1.space2 {
    margin-top: 0; }
  .item1_img-main2 {
    margin-top: 60px; } }

@media (max-width: 767px) {
  .item1_img-main {
    display: none; }
  .item1 .tag-list {
    margin-bottom: 23px; } }

/* end of item1 */
/* item2 */
.item2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  border-bottom: 2px solid #ecf6fe; }
  .item2-wrap .item2 {
    padding: 0 40px 60px;
    width: 33.3333%; }

.item2_inner {
  max-width: 260px; }

.item2_img {
  margin-bottom: 30px; }

.item2_title {
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .item2-wrap .item2 {
    padding: 0 40px 60px 0; }
    .item2-wrap .item2:nth-child(3n) {
      padding-right: 0; }
  .item2_inner {
    max-width: 100%; } }

/* end of item2 */
/* icon_link */
.icon_link-list li {
  margin-bottom: 12px; }
  .icon_link-list li:last-child {
    margin-bottom: 0; }

.icon_link {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #108aeb; }
  .icon_link .img {
    vertical-align: middle;
    margin-right: 8px; }
  .icon_link span {
    vertical-align: middle; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .icon_link:hover {
    opacity: .7; } }

/* end of icon_link */
/* partners list */
.partners_list {
  padding-top: 10px; }
  .partners_list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 34px;
    line-height: 1.14em;
    text-align: left;
    margin-bottom: 15px; }
    .partners_list li:last-child {
      margin-right: 0; }
    .partners_list li .img {
      max-height: 60px; }

@media (max-width: 1499px) {
  .partners_list {
    padding-top: 0; } }

@media (max-width: 767px) {
  .partners_list li {
    margin-right: 20px; } }

/* end of partners list */
/* swiper-type1 */
.swipers-wrap-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }

.swiper_type1 {
  width: 66%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .swiper_type1-img {
    width: 100%; }
  .swiper_type1 .swiper-slide {
    overflow: hidden;
    border-radius: 22px; }
  .swiper_type1 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media (max-width: 991px) {
  .swipers-wrap-1 .swiper-button-prev,
  .swipers-wrap-1 .swiper-button-next {
    display: none; }
  .swiper_type1 {
    width: 100%; } }

@media (max-width: 767px) {
  .swipers-wrap-1 {
    margin-top: 0; } }

/* end of swiper-type1 */
/* item3_swiper */
.item3_swiper {
  width: 41%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -70px;
  margin-top: 87px;
  margin-bottom: -30px;
  border-radius: 22px;
  background-color: #108aeb;
  z-index: 1; }
  .item3_swiper .swiper-container {
    height: 100%; }
    .item3_swiper .swiper-container .swiper-wrapper {
      height: 100%; }
      .item3_swiper .swiper-container .swiper-wrapper .swiper-slide {
        height: 100%; }

@media (max-width: 1199px) {
  .item3_swiper {
    margin-top: 30px; } }

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

/* end of item3_swiper */
/* item3 */
.item3 {
  padding: 55px 55px 55px 65px;
  height: 100%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .item3_title {
    display: -webkit-box;
    min-height: auto !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 8.28em; }
  .item3 .person {
    margin-top: auto; }

/* end of item3 */
/* person item */
.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .person_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden; }
  .person_content {
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 20px; }

/* end of person item */
/* as-tabs */
.as-tabs {
  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;
  margin-bottom: 55px; }
  .as-tabs:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10000px;
    bottom: 0;
    height: 1px;
    background: rgba(30, 151, 247, 0.15); }
  .as-tabs li {
    margin-right: 50px; }
    .as-tabs li:last-child {
      margin-right: 0; }
    .as-tabs li.active a {
      color: #108aeb;
      border-bottom: 2px solid #108aeb; }
    .as-tabs li a {
      position: relative;
      display: inline-block;
      padding: 5px 0 20px;
      cursor: pointer;
      border-bottom: 2px solid transparent; }
      .as-tabs li a:active {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }

@media (min-width: 1200px) {
  html:not(.touch-screen) .as-tabs li a:hover {
    color: #108aeb; } }

@media (max-width: 575px) {
  .as-tabs {
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(30, 151, 247, 0.15); }
    .as-tabs:before {
      content: none; }
    .as-tabs li, .as-tabs li:last-child {
      margin-right: 0;
      padding-right: 20px; } }

/* end of as-tabs */
/* switch radiobutton */
.switch-wrap {
  text-align: center;
  margin-bottom: 50px; }

.switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(30, 151, 247, 0.1);
  border-radius: 200px;
  color: #108aeb;
  padding: 5px;
  font-weight: 500; }
  .switch-item {
    position: relative;
    min-width: 186px;
    margin-right: 5px;
    cursor: pointer; }
    .switch-item:last-child {
      margin-right: 0; }
    .switch-item input {
      position: absolute;
      opacity: 0;
      font-size: 0;
      display: none; }
      .switch-item input + span {
        display: block;
        border-radius: 200px;
        padding: 12px 25px;
        opacity: .5;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
      .switch-item input:checked + span {
        opacity: 1;
        background-color: #FFF; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .switch-item:hover input + span {
    opacity: 1; } }

@media (max-width: 767px) {
  .switch-item {
    min-width: auto; }
    .switch-item input + span {
      padding-left: 20px;
      padding-right: 20px; } }

/* end of switch radiobutton */
/* plans */
.plans {
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgba(186, 198, 220, 0.3);
          box-shadow: 0 10px 20px rgba(186, 198, 220, 0.3);
  border-radius: 10px;
  background-color: #FFF;
  overflow: hidden; }
  .plans-header {
    padding: 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .plans-header-info {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .plans-header .styled-input-wrapper {
      width: 130px;
      margin-left: 25px; }
    .plans-header .ranger-wrapper {
      width: 100%; }
  .plans-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .plans-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    border: solid #E2EFFA;
    border-width: 1px 1px 1px 0;
    text-align: center;
    font-weight: 400; }
    .plans-item:last-child {
      border-right: 0; }
    .plans-item-top {
      margin-bottom: 15px; }
    .plans-item .title {
      margin-bottom: 8px; }
    .plans-item sup {
      font-size: 33%;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
      top: -1.3em; }
    .plans-item .btn {
      margin-top: 25px;
      margin-bottom: 18px; }
    .plans-item .check_list-title {
      margin-bottom: 10px; }
    .plans-item .check_list-wrap {
      margin-top: 34px;
      text-align: left;
      margin-bottom: 20px;
      color: #515E80; }
    .plans-item-add {
      color: #515E80; }
    .plans-item .no-inline-link + .check_list-wrap {
      margin-top: 60px; }
    .plans-item-bottom {
      margin-top: auto; }
  .plans-footer {
    padding: 15px 35px;
    text-align: center;
    font-weight: 500; }

.js-show-enterprise-price {
  display: none; }

@media (max-width: 991px) {
  .plans-header-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .plans-header-info .styled-input-wrapper {
      margin-left: 0;
      margin-top: 15px; }
  .plans-item {
    padding-left: 0;
    padding-right: 0; }
    .plans-item-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      margin-bottom: 40px; }
    .plans-item-content {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      padding-left: 20px;
      padding-right: 20px; }
    .plans-item .check_list-wrap {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; }
    .plans-item .no-inline-link + .check_list-wrap {
      margin-top: 0; }
  .plans-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 767px) {
  .plans-footer .inline-link {
    display: inline-block;
    width: 100%;
    margin-top: 10px; } }

@media (max-width: 575px) {
  .plans-header {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .plans-header-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px; }
    .plans-header-info .styled-input-wrapper {
      margin-top: 0;
      margin-left: 15px; }
  .plans-item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .plans-item-content {
    width: 100%;
    margin-bottom: 40px; } }

/* end of plans */
/* ranger */
.ranger-wrapper {
  position: relative;
  padding-top: 32px; }
  .ranger-wrapper .noUi-pips-horizontal {
    top: auto;
    bottom: 100%;
    height: 40px;
    padding: 0; }
  .ranger-wrapper .noUi-marker {
    display: none; }
  .ranger-wrapper .noUi-value {
    top: 0;
    font-weight: 500;
    color: rgba(16, 138, 235, 0.5);
    cursor: pointer;
    z-index: 2;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .ranger-wrapper .noUi-value:nth-child(2) {
      -webkit-transform: translate(0, 50%);
              transform: translate(0, 50%); }
    .ranger-wrapper .noUi-value:last-child {
      -webkit-transform: translate(-100%, 50%);
              transform: translate(-100%, 50%); }
      .ranger-wrapper .noUi-value:last-child:after {
        left: auto;
        right: 0;
        -webkit-transform: none;
                transform: none; }
    .ranger-wrapper .noUi-value:after {
      content: '';
      position: absolute;
      top: 29px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #1E97F7;
      pointer-events: none; }
    .ranger-wrapper .noUi-value.active {
      color: #108aeb; }
  .ranger-wrapper .noUi-horizontal {
    border-radius: 20px;
    height: 8px;
    background: #DDEFFE;
    border: none; }
  .ranger-wrapper .noUi-connect {
    background: #78C1FA; }
  .ranger-wrapper .noUi-base, .ranger-wrapper .noUi-connects {
    z-index: unset; }
  .ranger-wrapper .noUi-horizontal .noUi-handle {
    width: 26px;
    height: 26px;
    right: -13px;
    border-radius: 50%;
    background-color: #108aeb;
    border: 3px solid #FFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: -9px;
    cursor: e-resize;
    z-index: 3; }
    .ranger-wrapper .noUi-horizontal .noUi-handle:before, .ranger-wrapper .noUi-horizontal .noUi-handle:after {
      background-color: #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 8px;
      width: 2px;
      border-radius: 2px;
      left: 7px; }
    .ranger-wrapper .noUi-horizontal .noUi-handle:after {
      left: 11px; }
  .ranger-wrapper-text {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 4px;
    color: #108aeb; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .noUi-value:hover {
    color: #108aeb; } }

@media (max-width: 575px) {
  .ranger-wrapper-text {
    display: none; } }

/* end of ranger */
/* other */
.inline-link {
  display: inline;
  color: #f3992d; }
  .inline-link img, .inline-link span {
    vertical-align: middle; }
  .inline-link img + span,
  .inline-link span + img {
    margin-left: 2px; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .inline-link:hover {
    opacity: .7; } }

/* end of other */
/* accordeon */
.accordeon-entry {
  position: relative;
  padding: 30px 200px 30px 0;
  border-bottom: 2px solid #E2EFFA; }
  .accordeon-entry.active .accordeon-button:after {
    opacity: 0; }

.accordeon-title {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

.accordeon-toggle {
  display: none;
  padding: 20px 0 0 0; }

.accordeon-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #E2EFFA;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .accordeon-button:before, .accordeon-button:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #6d809b;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  .accordeon-button:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

@media (min-width: 1200px) {
  html:not(.touch-screen) .accordeon-title:hover {
    opacity: .7; }
  html:not(.touch-screen) .accordeon-button:hover {
    opacity: .7; } }

@media (max-width: 767px) {
  .accordeon-entry {
    padding-right: 70px; } }

/* end of accordeon */
/* plan-table */
.plan-table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-word; }
  .plan-table tbody {
    border: 1px solid #E2EFFA; }
    .plan-table tbody td:not(:first-child) {
      color: #5cc0be; }
  .plan-table th, .plan-table td {
    width: auto; }
    .plan-table th:first-child, .plan-table td:first-child {
      width: 26%;
      text-align: left; }
  .plan-table th {
    padding: 20px 10px; }
    .plan-table th:not(:empty) {
      border: 1px solid #E2EFFA; }
  .plan-table td {
    padding: 10px 35px;
    border-left: 1px solid #E2EFFA;
    border-right: 1px solid #E2EFFA; }
  .plan-table tfoot td {
    border: 1px solid #E2EFFA;
    padding: 20px 10px; }
  .plan-table tfoot td:empty {
    border: none; }
  .plan-table tfoot .title {
    margin-bottom: 20px; }
  .plan-table tfoot .btn:not(:last-child) {
    margin-bottom: 15px; }
  .plan-table tfoot .btn {
    min-width: unset;
    padding-left: 25px;
    padding-right: 25px; }
  .plan-table .title {
    margin-bottom: 5px; }
    .plan-table .title span {
      font-size: 24px; }
  .plan-table .main-title {
    padding: 10px 0; }
  .plan-table sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.8em; }
  .plan-table .info-line {
    font-weight: 400;
    color: #515E80;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .plan-table .info-icon {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/info-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 3px 0 10px 3px; }
    .plan-table .info-icon:hover .info-tooltip {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .plan-table .info-tooltip {
    position: absolute;
    bottom: 26px;
    left: -5px;
    background: #525F7F;
    border-radius: 4px;
    padding: 10px 15px;
    width: 130px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .plan-table .info-tooltip:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      height: 26px;
      width: 100%; }

/* end of plan-table */
/* tabs */
.tab-entry {
  display: none; }

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

.popup-wrapper.active {
  left: 0;
  -webkit-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;
  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;
  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;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px; }

.popup-content.active {
  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;
  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;
  background: #FFF; }

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

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

.popup-align {
  padding: 60px 70px 70px 70px;
  overflow: hidden; }

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

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

/*--------------------------------------------------------*/
/* TOP IN BOTTOM: */
/*--------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ELEMENTS INTEGRATION PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.row.row-20 {
  margin: 0 -10px; }
  .row.row-20 > [class*=col-] {
    padding: 0 10px; }

.content-space-8 {
  padding: 65px 0 140px 0; }

.section {
  position: relative; }
  .section.style-light {
    background-color: #fff; }

.decor.fixed-height {
  height: 1200px; }

.content-section-top.none-bt {
  padding-bottom: 0;
  margin-bottom: 0; }

.wrap-btn-mr {
  margin-bottom: 70px; }

.filter-toggle {
  position: relative; }
  .filter-toggle:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10000px;
    bottom: 0;
    height: 1px;
    background: rgba(30, 151, 247, 0.15); }
  .filter-toggle li {
    margin-right: 30px;
    position: relative;
    display: inline-block;
    padding: 5px 10px 20px 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .filter-toggle li.active {
      border-bottom: 2px solid #108aeb; }

.filter-thumbs-wrap > [class*=col-] {
  margin-bottom: 35px; }

.thumbs-integrations {
  border-radius: 16px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .thumbs-integrations .favorite {
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden; }
    .thumbs-integrations .favorite:before {
      content: '';
      display: block;
      width: 150%;
      height: 150%;
      background-color: #9B85F4;
      position: absolute;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: top left;
              transform-origin: top left; }
    .thumbs-integrations .favorite .icon {
      display: inline-block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 6px;
      right: 8px; }
      .thumbs-integrations .favorite .icon img {
        max-width: 100%;
        max-height: 100%; }
  .thumbs-integrations .info {
    padding-left: 20px; }
  .thumbs-integrations .name {
    font-size: 20px;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  .thumbs-integrations .th-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px; }
  .thumbs-integrations .image {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 8px rgba(186, 198, 220, 0.5);
            box-shadow: 0px 4px 8px rgba(186, 198, 220, 0.5);
    background-color: #fff;
    position: relative; }
    .thumbs-integrations .image img {
      max-width: 80%;
      max-height: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

@media (min-width: 1200px) {
  html:not(.touch-screen) .filter-toggle li:hover {
    color: #108aeb; }
  html:not(.touch-screen) .thumbs-integrations .name:hover {
    color: #6d809b; }
  html:not(.touch-screen) .thumbs-integrations:hover {
    -webkit-box-shadow: 0px 20px 20px rgba(186, 198, 220, 0.1), 0px 10px 10px rgba(186, 198, 220, 0.2);
            box-shadow: 0px 20px 20px rgba(186, 198, 220, 0.1), 0px 10px 10px rgba(186, 198, 220, 0.2); } }

@media (max-width: 991px) {
  .content-space-8 {
    padding: 25px 0 80px 0; }
  .btn-primary.md-orange {
    background-color: #f3992d;
    border-color: #f3992d; }
  .filter-toggle li {
    margin-right: 0;
    padding: 5px 10px 20px 10px; } }

@media (max-width: 766px) {
  .filter-thumbs-wrap > [class*=col-] {
    margin-bottom: 0px; }
  .filter-toggle li {
    margin-right: 0;
    padding: 5px 5px 20px 5px; } }

@media (max-width: 575px) {
  .wrap-btn-mr {
    margin-bottom: 40px; }
  .filter-toggle {
    display: none; }
  .content-space-8 {
    padding: 20px 0 50px 0; } }

@media (max-width: 420px) {
  .btn {
    padding: 16px 20px; } }

/*# sourceMappingURL=maps/style.css.map */
