/* 

	! legacy: avoid writing new styles here
	use index-v2.scss 
	(motivation present in it as well)

*/
/* ----- container ----- */
.container {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ----- spacing ----- */
.mb12 {
  margin-bottom: 12px;
}

.pb36 {
  padding-bottom: 36px;
}

.pl36 {
  padding-left: 36px;
}

.pr36 {
  padding-right: 36px;
}

.pt36 {
  padding-top: 36px;
}

.py36 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-contact-us {
  padding-top: 90px;
  padding-bottom: 80px;
}

.py-features-head {
  padding-top: 110px;
  padding-bottom: 50px;
}

.py-alarms {
  padding-top: 10px;
  padding-bottom: 100px;
}

/* ----- text ----- */
b {
  font-weight: 600;
}

p {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

.title-font {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
}

.intro-features {
  font-size: 18px;
}

.basic-section .section-title {
  margin-bottom: 10px;
  color: var(--app-darker);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
}

.basic-section .features-title {
  margin-bottom: 10px;
  color: var(--app-darker);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
}

.basic-section .section-title.blue-darker {
  color: var(--app-blue-darker);
}

.basic-section .section-title.white {
  color: var(--app-white);
}

.body-container > .body-content {
  display: flex;
}

.body-container > .body-content > .page-content {
  flex: 1;
}

.body-container > .body-content > .page-sidebar {
  background-color: var(--app-blue-darker);
  width: 250px;
}

@media (min-width: 1200px) {
  .body-container > .body-content > .page-sidebar {
    width: 300px;
  }
}
.pg-header .navbar {
  background-color: var(--app-white);
  color: var(--app-darker);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.pg-header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item.active, .pg-header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
  background-color: var(--app-blue);
}

.pg-header .logo {
  /*height: 50px;*/
  height: 30px;
}

.pg-header .logo.mode-2 {
  display: none;
}

.pg-header .navbar-toggler {
  outline: 0;
  color: inherit;
  transition: color 0.15s linear;
}

.pg-header .navbar-toggler .btn-icon {
  font-size: 30px;
  vertical-align: middle;
}

.pg-header .navbar-nav .nl-btn {
  color: inherit;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, font-weight 0.15s ease-in-out;
}

@media (min-width: 992px) {
  .pg-header .navbar-nav .nl-btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pg-head {
  padding-top: 100px;
  /*position: relative;*/
}

.pg-head .img-main {
  max-height: 550px;
  /*max-width: 80%;*/
}

.img-features {
  width: 600px;
  height: auto;
}

.pg-why {
  /*padding-top: 50px;*/
  /*padding-bottom: 50px;*/
}

.pg-why .why-list .li {
  display: flex;
}

.pg-why .why-list .li:not(:last-child) {
  margin-bottom: 8px;
}

.pg-why .why-list .li-icon {
  margin-top: -1px;
  color: var(--app-warn);
  font-size: 16px;
  line-height: 2;
}

.pg-why .why-list .li-text {
  padding-left: 8px;
  line-height: 2;
}

.pg-video .video-preview {
  max-width: 800px;
}

.pg-features .features {
  max-width: 600px;
}

.pg-features .feature {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-features .feature:not(:last-child) {
  margin-bottom: 24px;
}

.pg-features .feature .feature-col:not(:last-child) {
  padding-right: 20px;
}

.pg-features .feature .feat-img {
  height: 60px;
}

.pg-features .feature .how-img {
  height: 225px;
  margin: 15px 0 15px 0;
}

.side-icon {
  height: 60px;
  width: auto;
  margin-bottom: 30px;
}

.pg-features .feature .feature-col-info {
  flex: 1;
}

.pg-features .feature .feat-info-title {
  color: var(--app-darker);
  font-weight: 600;
}

@media (min-width: 1200px) {
  .pg-features .features {
    max-width: none;
    display: flex;
  }

  .pg-features .feature {
    flex: 1;
    flex-direction: column;
    align-items: stretch;
  }

  .pg-features .feature:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .pg-features .feature .feature-col:not(:last-child) {
    padding-right: 0;
  }

  .pg-features .feature .feature-col-img {
    /*noinspection CssNegativeValue*/
    order: -1;
  }

  .pg-features .feature .feature-col-info {
    padding-top: 12px;
  }
}
.pg-app {
  position: relative;
}

.pg-app .sect-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
  background-image: url("../assets/img/bg-app-cloud.svg");
}

.pg-app .sect-col-main .part-text {
  padding-bottom: 36px;
  color: var(--app-white);
}

.pg-app .sect-col-main .part-text .text-w-bg {
  position: relative;
}

.pg-app .sect-col-main .part-text .text-w-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -10px;
  height: calc(100% + 10px);
  width: calc(100% + 20px);
  border-radius: 5px;
}

.pg-app .sect-col-main .part-btns {
  padding-left: 4px;
}

.pg-app .sect-col-main .part-btns .btn {
  text-align: left;
}

.pg-app .sect-col-main .part-btns .btn-icon {
  margin-right: 4px;
  /*font-size: 16px;*/
  /* (height) */
  width: 16px;
  text-align: center;
}

.pg-app .sect-col-img .phone-img {
  margin-top: -50px;
}

@media (min-width: 1200px) {
  .pg-app .sect-col-main .part-btns .btn {
    /* .btn-lg */
    padding: 8px 16px;
  }

  .pg-app .sect-col-img .phone-img {
    margin-top: -60px;
  }
}
.pg-features-2 .pane:not(:last-child) {
  padding-bottom: 36px;
}

.pg-features-2 .pane .row {
  flex-direction: column;
}

.pg-features-2 .pane .pane-col-info {
  padding-bottom: 24px;
  /*display: flex;*/
  /*justify-content: center;*/
  text-align: center;
}

.pg-features-2 .pane .pane-title {
  margin-bottom: 20px;
  margin-top: 40px;
}

.pg-features-2 .pane .pane-col-img {
  text-align: center;
  /* needed? */
}

.pg-features-2 .pane .pane-img {
  /* .img-fluid */
  height: auto;
  max-height: 400px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .pg-features-2 .pane:not(:last-child) {
    padding-bottom: 48px;
  }

  .pg-features-2 .pane.type-standard .row {
    flex-direction: row;
  }

  .pg-features-2 .pane.type-reversed .row {
    flex-direction: row-reverse;
  }

  .pg-features-2 .pane .pane-col-info {
    padding-bottom: 0;
    /*justify-content: flex-start;*/
    text-align: left;
  }

  .pg-features-2 .pane.type-standard .pane-col-info .pane-col-inner {
    padding-right: 36px;
  }

  .pg-features-2 .pane.type-reversed .pane-col-info .pane-col-inner {
    padding-left: 36px;
  }

  .pg-features-2 .pane .pane-img {
    /*max-height: none;*/
  }
}
.pg-pricing .pards {
  display: inline-flex;
  flex-direction: column;
}

.pg-pricing .pards .cards-hr {
  display: none;
  margin: 24px 36px 16px;
  width: 1px;
  background-color: var(--app-white);
}

.pg-pricing .pricing-card {
  border-radius: 10px;
  max-width: 300px;
  color: var(--app-white);
}

.pg-pricing .pricing-card:not(:last-child) {
  margin-bottom: 16px;
}

.pg-pricing .pard-inner {
  padding: 20px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pg-pricing .pard-inner.w-border-bot {
  border-bottom: 1px solid var(--app-white);
}

/* card head */
.pg-pricing .pard-head {
  text-align: center;
}
.pg-pricing .pard-head .image {
  height: 70px;
}

.pg-pricing .pard-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.pg-pricing .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pg-pricing .cost {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 0.95;
}
.pg-pricing .cost > .mpn-cent, .pg-pricing .cost > small {
  font-size: 65%;
}

.pg-pricing .currency {
  padding-left: 5px;
  font-size: 1.1rem;
}

.pg-pricing .currency-worker {
  padding-left: 16px;
  font-size: 18px;
}

.pg-pricing .interval {
  padding-left: 10px;
}

/* card body */
.pg-pricing .pard-body {
  flex: 1;
  padding: 24px 0;
  text-align: center;
}

.pg-pricing .feature-list {
  margin-bottom: 0;
  text-align: left;
  display: inline-block;
}

.pg-pricing .feature-list .li {
  display: flex;
}

.pg-pricing .feature-list .li:not(:last-child) {
  margin-bottom: 12px;
}

.pg-pricing .feature-list .li-icon {
  margin-top: -1px;
  /*color: var(--app-warn);*/
  /*color: var(--app-white);*/
  font-size: 16px;
}

.pg-pricing .feature-list .li-text {
  padding-left: 8px;
  /*color: var(--app-white);*/
  font-size: 16px;
}

/* card foot */
.pg-pricing .pard-foot {
  text-align: center;
}

.pg-pricing .pard-foot .btn {
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 576px) {
  .pg-pricing .pards {
    flex-direction: row;
  }

  .pg-pricing .pricing-card {
    flex: 1;
  }

  .pg-pricing .pricing-card:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .pg-pricing .pard-inner.w-border-bot {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .pg-pricing .pards .cards-hr {
    display: block;
  }

  .pg-pricing .pricing-card:not(:last-child) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .pg-pricing .pards .cards-hr {
    margin-left: 48px;
    margin-right: 48px;
  }

  .pg-pricing .pricing-card {
    max-width: 350px;
  }

  .pg-pricing .pard-title {
    font-size: 1.5rem;
  }

  .pg-pricing .cost {
    font-size: 3rem;
  }

  .pg-pricing .currency {
    font-size: 1.3rem;
  }

  .pg-pricing .feature-list .li-icon {
    /*margin-top: -1px;*/
    font-size: 17px;
  }

  .pg-pricing .feature-list .li-text {
    font-size: 17px;
  }

  .pg-pricing .pard-foot .btn {
    padding: 8px 16px;
  }
}
.plus-card-divider {
  font-size: 60px;
  font-weight: 400;
}

.big-txt {
  font-weight: 600;
  font-size: 22px;
}

.big-txt-2 {
  font-size: 16px;
  font-weight: 500;
}

.pg-pricing .gard-foot-link {
  align-self: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: rgba(var(--app-blue-rgb), 0.75);
  cursor: pointer;
}
.pg-pricing .gard-foot-link:hover {
  color: rgba(var(--app-blue-rgb), 1);
}

.pg-quotes .csel {
  margin: 0 auto;
  max-width: 690px;
}

.pg-quotes .csel-inner {
  /*overflow: visible;*/
}

.pg-quotes .csel-item {
  height: 400px;
  text-align: center;
}

.pg-quotes .csel-img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  background-color: darkred;
  /* 4 tests */
}

.pg-quotes .csel-capt {
  right: 5%;
  left: 5%;
  border-radius: 3px;
  padding: 20px;
  background-color: var(--app-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  color: var(--app-gray);
  text-align: left;
}

.pg-quotes .csel-capt-text {
  /*font-size: 16px;*/
  font-size: 16px;
  font-style: italic;
}

/* controls */
.pg-quotes .csel-controls {
  padding-top: 5px;
  display: flex;
  justify-content: center;
}

/* chevrons */
.pg-quotes .csel-chev {
  padding: 0 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.pg-quotes .csel-chev.csel-chev-prev {
  margin-right: 5px;
}

.pg-quotes .csel-chev.csel-chev-next {
  margin-left: 5px;
}

.pg-quotes .csel-chev .chev-icon {
  color: var(--app-gray);
  font-size: 20px;
  width: 20px;
  text-align: center;
}

/* indicators */
.pg-quotes .csel-indexes {
  margin: 0;
  position: static;
  display: inline-flex;
  justify-content: center;
}

.pg-quotes .index {
  padding: 20px 8px;
  cursor: pointer;
}

.pg-quotes .index-inner {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background-color: var(--app-gray-lighter);
  transition: background-color 0.6s;
}

.pg-quotes .index.active .index-inner {
  background-color: var(--app-blue-dark);
}

@media (min-width: 460px) {
  .pg-quotes .csel-item {
    height: 430px;
    text-align: right;
  }

  .pg-quotes .csel-img {
    margin: 0 50px;
    height: calc(100% - 30px);
    max-width: calc(100% - 100px);
  }

  .pg-quotes .csel-capt {
    right: 25%;
    bottom: 10px;
    left: 5%;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .pg-quotes .csel-item {
    height: 400px;
    text-align: center;
  }

  .pg-quotes .csel-img {
    margin: 0;
    height: 100%;
    max-width: 100%;
  }

  .pg-quotes .csel-capt {
    right: 15%;
    bottom: 20px;
    left: 15%;
  }

  .btn-features {
    display: none;
  }
}
.pg-faq .qa-list {
  margin: 0 auto;
  max-width: 800px;
}

.pg-faq .qa-pane {
  border: 1px solid var(--app-gray-light);
  border-radius: 6px;
}

.pg-faq .qa-pane:not(:last-child) {
  margin-bottom: 20px;
}

.pg-faq .pane-head {
  padding: 15px 20px;
  display: flex;
  /*align-items: flex-start;*/
  align-items: center;
  cursor: pointer;
}

.pg-faq .pane-question {
  flex: 1;
  padding-left: 0;
  padding-right: 20px;
  color: var(--app-blue-dark);
  font-weight: 600;
}

.pg-faq .pane-head .chev-icon {
  color: var(--app-darker);
  font-size: 20px;
  transition: transform 0.2s;
  /* vertical-align */
  display: flex;
  /*align-items: center; !* useful when height is specified *!*/
  /*justify-content: center; !* useful when width is specified *!*/
}

.pg-faq .pane-head .chev-icon.rotated {
  transform: rotate(180deg);
}

.pg-faq .pane-answer {
  /*padding-top: 15px;*/
  padding: 0 20px 15px;
}

.pg-faq .gard-foot-link {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 20px;
  color: rgba(var(--app-blue-rgb), 0.75);
  cursor: pointer;
}
.pg-faq .gard-foot-link:hover {
  color: rgba(var(--app-blue-rgb), 1);
}

.pg-how {
  background-color: var(--app-light);
}

.pg-advice {
  background-color: var(--app-light);
}

.pg-advice .sect-img {
  max-height: 300px;
}

@media (min-width: 768px) {
  .pg-advice .sect-btn {
    min-width: 180px;
  }
}
@media (min-width: 1200px) {
  .pg-advice {
    padding-bottom: 0;
  }

  .pg-advice .sect-img {
    max-height: 400px;
  }
}
.pg-foot {
  background-color: var(--app-blue-darker);
  color: var(--app-gray-lighter);
}

.pg-foot .btn-brand {
  color: inherit;
  transition: color 0.25s;
}

.pg-foot .btn-brand:hover {
  color: #fff;
}

.pg-foot .sets {
  max-width: 400px;
}

@media (min-width: 576px) {
  .pg-foot .sets {
    max-width: 600px;
  }
}
.pg-foot .sets .divider {
  height: 1px;
  width: 100%;
  /* useful in d-flex container */
  max-width: calc(100% - (12px * 2));
  background-color: var(--app-gray-lighter);
}

.pg-foot .list-head {
  padding-left: 12px;
  /* .btn */
  padding-right: 12px;
  /* .btn */
  padding-bottom: 7px;
  color: var(--app-light);
  font-size: 18px;
  font-weight: 600;
}

.pg-foot .li-link {
  width: 100%;
  border: 0;
  padding: 5px 12px;
  /* default: 6px 12px */
  color: inherit;
  /*font-size: 15px;*/
  line-height: 1.1;
  text-align: left;
}

@media (min-width: 360px) and (max-width: 575.98px) {
  .pg-foot .li-link {
    width: 50%;
    float: left;
    /* I need this to remove "text space" between inline-blocks */
  }
}
.pg-foot .li-link.type-2 {
  display: flex;
  align-items: center;
}

.pg-foot .li-link.type-2 .btn-text {
  flex: 1;
  max-width: 160px;
}

.pg-foot .li-link.type-2 .btn-img {
  margin-left: 15px;
  height: 30px;
}

.pg-foot .li-link:hover {
  color: #fff;
}

.pg-foot .foot-row-2 {
  max-width: calc(600px - (12px * 2));
  text-align: center;
}

@media (min-width: 992px) {
  .pg-foot .foot-row-2 {
    max-width: calc(100% - (12px * 2));
  }
}
.pg-foot .fc-logo {
  height: 36px;
}

.pg-foot .company .disclaimer {
  font-size: 14px;
}

@media (min-width: 576px) {
  .pg-foot .company .disclaimer {
    padding-left: 36px;
  }
}
@media (min-width: 1300px) {
  .pg-foot .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .pg-foot .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .pg-foot .sets {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
  }

  .pg-foot .sets .set {
    width: 50%;
  }

  .pg-foot .sets .set.set-1 {
    padding-bottom: 24px !important;
  }

  .pg-foot .foot-row-2 {
    padding-bottom: 4px;
    text-align: left;
  }

  .pg-foot .company {
    padding-bottom: 0 !important;
  }
}
.pg-sidebar {
  position: fixed;
  top: 52px;
  /* header's height */
  right: 0;
  height: 100%;
  width: inherit;
  display: flex;
  flex-direction: column;
  /*overflow-y: auto;*/
  /* use if needed */
  /*transition: opacity .3s;*/
  opacity: 0;
  pointer-events: none;
}

.pg-sidebar.mode-2 {
  background-color: inherit;
}

.pg-sidebar.mode-1.active,
.pg-sidebar.mode-2.active {
  opacity: 1;
  pointer-events: auto;
}

.pg-sidebar .first-img {
  display: block;
}

.pg-sidebar.mode-1 .first-img {
  margin-left: auto;
  width: 85%;
}

.pg-sidebar.mode-2 .first-img {
  margin-right: auto;
  width: 95%;
}

.pg-sidebar .sidebar-content {
  flex: 1;
  /*overflow-y: auto;*/
  /* use if needed */
}

.pg-sidebar .sidebar-content-inner .btn-purchase {
  display: inline-flex;
  align-items: center;
}
.pg-sidebar .sidebar-content-inner .btn-img {
  height: 24px;
}

.pg-sidebar .sidebar-divider {
  margin: 36px auto;
  border-color: var(--app-white);
  width: 35%;
}

/*# sourceMappingURL=index.css.map */
