* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #323232;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F2F9ED;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .container {
  justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.main-left {
  max-width: 546px;
  margin-top: 11vh;
}
@media screen and (max-height: 994px) {
  .main-left {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .main-left {
    width: 100%;
  }
}
.main-right {
  width: 69.8vmin;
  max-width: 650px;
  padding-left: 30px;
  margin-right: 5vw;
  margin-top: 10.5vh;
  margin-left: auto;
}
@media screen and (max-height: 994px) {
  .main-right {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .main-right {
    width: 100%;
  }
}

.header {
  padding: 23px 25px;
}
.header-logo {
  display: block;
}
.header-logo img {
  max-width: 100%;
}
@media screen and (max-device-height: 1079px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-logo img {
    max-width: 150px;
  }
}

.footer .container, .main .container {
  width: 100%;
  max-width: 1545px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-inner {
  padding: 15px 0 25px 10px;
}

@media screen and (max-width: 900px) {
  .footer-inner {
    display: flex;
    padding: 15px 25px 25px 10px;
    justify-content: center;
  }
}

.center-block {
  margin: auto;
}

.bg-leaf {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-stairs {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-dashboard {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.bg-dashboard-2 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.bg-bulb {
  background-image: url(../img/bg-bulb.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #FFF;
}

.h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  border: 1px solid transparent;
  text-decoration: none;
  color: #323232;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  text-decoration: none;
  color: #323232;
}
.btn-primary {
  background: #81D0F6;
  border-color: #81D0F6;
  color: #323232;
}
.btn-primary:hover {
  background: #56C8FF;
  color: #323232;
  border-color: #5CA9CF;
}
.btn-primary:focus {
  background: #56C8FF;
  -webkit-box-shadow: 0 0 0 3px rgba(86, 200, 255, 0.3);
          box-shadow: 0 0 0 3px rgba(86, 200, 255, 0.3);
}

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

.mobile-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 500px;
}

.w-100 {
  width: 100%;
}

.ml-auto {
  margin-left: auto !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.link-inherit {
  color: inherit;
}
.link-inherit:hover {
  color: inherit;
}

.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
}

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

.font-medium {
  font-weight: 500;
}

.fs-16 {
  font-size: 16px;
}

.color-text-light {
  color: #7BACC4;
}

a.color-inherit {
  color: inherit;
}

.banner-title {
  font-size: 133px;
  line-height: 124px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .banner-title {
    font-size: 100px;
  }
}

video {
  width: 100%;
  display: block;
}

.video-block {
  background: #C4C4C4;
  border-radius: 80px;
  overflow: hidden;
}
.video-block-description {
  padding-left: 20px;
}
.video-block-switcher {
  margin: 22px 0 10px;
}
.video-block-switcher input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.video-block-switcher input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.video-block-switcher input[type=checkbox] + label:before {
  content: "";
  width: 72px;
  height: 39px;
  background: #ffffff;
  display: block;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.video-block-switcher input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 32px;
  height: 32px;
  background: #F35726;
  border-radius: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.video-block-switcher input[type=checkbox] + label > span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 13px;
  font-size: 19px;
}
.video-block-switcher input[type=checkbox] + label > span .on {
  display: none;
}
.video-block-switcher input[type=checkbox]:checked + label:before {
  background: #F35726;
}
.video-block-switcher input[type=checkbox]:checked + label:after {
  left: 69px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #ffffff;
}
.video-block-switcher input[type=checkbox]:checked + label span .off {
  display: none;
}
.video-block-switcher input[type=checkbox]:checked + label span .on {
  display: inline;
}
.video-block-switcher label:active:after {
  width: 48px;
}
.video-block-title {
  font-size: 37px;
  line-height: 47px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}
.video-block-subtitle {
  font-size: 16px;
  line-height: 1.25;
}

.authentication-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 75.5vmin;
  max-height: 670px;
  width: 100%;
  max-width: 632px;
  padding: 9.2vmin 5.8vmin 4.8vmin;
}
@media screen and (max-height: 850px) {
  .authentication-block {
    padding: 35px 20px;
  }
}

@media (-webkit-min-device-pixel-ratio: 0.75) and (-webkit-max-device-pixel-ratio: 0.95) {
  .authentication-block {
    padding: 60px;
  }
}
.authentication-block-header {
  font-size: 5.8vmin;
}
@media (-webkit-min-device-pixel-ratio: 0.75) and (-webkit-max-device-pixel-ratio: 0.95) {
  .authentication-block-header {
    font-size: 50px;
  }
}
.authentication-block-title {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-height: 850px) {
  .authentication-block-title {
    font-size: 32px;
  }
}
.authentication-block-subtitle {
  font-size: 0.4em;
}
@media screen and (max-width: 960px) {
  .authentication-block-title {
    font-size: 32px;
  }
  .authentication-block-subtitle {
    font-size: 16px;
  }
}
.authentication-block-description {
  font-size: 0.35em;
  line-height: 1.35;
}
.authentication-block-form {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.authentication-block-footer {
  padding-top: 1em;
  font-size: 16px;
  color: #7BACC4;
}
@media screen and (min-width: 1700px) {
  .authentication-block {
    padding: 95px 60px 50px;
  }
  .authentication-block-header {
    font-size: 60px;
  }
  .authentication-block-description {
    font-size: 20px;
  }
}

.custom-control input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.custom-control input + label {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #7BACC4;
}
.custom-control input + label .control-icon {
  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;
  color: transparent;
  width: 30px;
  height: 30px;
  background: #DCEEF7;
  border-radius: 10px;
  border: 1px solid #DCEEF7;
  text-align: center;
  line-height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-control input + label .custom-control-text {
  margin-left: 13px;
}
.custom-control input:checked + label .control-icon {
  color: #7BACC4;
  border-color: #7BACC4;
  background: #CFE6F0;
}

.mt-auto {
  margin-top: auto;
}

.mt-sm {
  margin-top: 2vmin;
}

.mt-m {
  margin-top: 2.8vmin;
}

.mt-l {
  margin-top: 3.8vmin;
}

.mt-xl {
  margin-top: 4.8vmin;
}

.mt-xxl {
  margin-top: 7vmin;
}