html,
body {
  height: 100%;
  font-family: 'Rubik', sans-serif;
  background: #fff;
  font-weight: 300;
}
html *,
body * {
  font-family: inherit;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  color: #fff;
}
.container {
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
}
.content {
  width: auto;
  max-width: 946px;
  margin: 0 auto;
}
.header__menu-slide {
  display: none;
}
.header {
  height: 700px;
  background: transparent;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}
.header .content {
  position: relative;
  z-index: 10;
}
.header .header__nav {
  padding-top: 40px;
}
.header .header__sidebar {
  height: 40px;
  width: 100%;
  background: #323232;
  position: fixed;
  z-index: 20;
}
.header .header__sidebar .header__menu-scroll {
  height: 40px;
}
.header .header__sidebar .header__menu-scroll .header__menu {
  height: 40px;
}
.header .header__sidebar .header__menu-scroll .header__menu li {
  padding-top: 0;
}
.header .header__sidebar .header__menu-scroll .header__menu li.header__sign-in a {
  background-position: left center;
}
.header .header__sidebar.scroll {
  height: 50px;
}
.header .header__sidebar.scroll .header__menu-scroll {
  height: 50px;
}
.header .header__sidebar.scroll .header__menu-scroll .header__menu {
  height: 50px;
}
.header .header__bar {
  display: none;
}
.header .header__contacts {
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  color: #fff;
}
.header .header__contacts .header__phone {
  font-size: 20px;
  margin-right: 50px;
}
.header .header__contacts .header__support {
  display: inline-block;
  font-size: 14px;
  background: transparent;
  padding: 2px 0;
  border: 1px solid #fff;
  position: relative;
  line-height: 18px;
  border-radius: 1px;
  overflow: hidden;
}
.header .header__contacts .header__support .header__support-space {
  width: 15px;
  font-size: 14px;
  display: inline-block;
}
.header .header__contacts .header__support .header__support-slide {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: inherit;
  line-height: inherit;
  font-size: inherit;
  width: 0;
  overflow: hidden;
  color: #323232;
  background: #fff;
  transition: width 0.5s ease 0s;
  white-space: nowrap;
  text-align: center;
}
.header .header__contacts .header__support:hover .header__support-slide {
  width: 100%;
}
.header .header__menu {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
}
.header .header__menu li {
  flex-grow: 1;
  color: #fff;
  padding-top: 27px;
}
.header .header__menu li ul {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
}
.header .header__menu li ul li {
  padding: 0 10px;
}
.header .header__menu li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.header .header__menu li a:hover {
  border-bottom: 2px solid #349b56;
}
.header .header__menu li.header__logo {
  flex-grow: 3;
  padding-top: 0;
}
.header .header__menu li.header__logo a:hover {
  border-bottom: none;
}
.header .header__menu li.header__logo img {
  max-height: 92px;
}
.header .header__menu li.header__phone {
  display: none;
}
.header .header__menu li.header__sign-in {
  flex-grow: 2;
  height: 48px;
  text-align: right;
  padding-top: 14px;
}
.header .header__menu li.header__sign-in a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-left: 10px;
  padding-left: 48px;
  background: url('/img/cabinet.svg') no-repeat left 2px;
  background-size: auto 38px;
}
.header .header__menu li.header__sign-in a:hover {
  background-image: url('/img/cabinet-hover.svg');
  border-bottom: none;
}
.header .header__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 56px;
  font-weight: 300;
  margin-top: 75px;
  margin-bottom: 0;
}
.header .header__subtitle {
  color: #c4c4c4;
  text-transform: lowercase;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
}
.header .header__subtitle:after {
  display: block;
  content: '';
  width: 115px;
  height: 2px;
  background: #349b56;
  margin-top: 18px;
}
.header .header__store {
  color: #349b56;
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin-top: 35px;
}
.header .header__demo {
  text-align: center;
  margin-top: 50px;
}
.header .header__demo a {
  display: inline-flex;
  justify-self: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 2px;
  text-align: center;
  border: 2px solid #349b56;
  font-weight: 400;
  position: relative;
}
.header .header__demo a .header__demo-space {
  width: 40px;
  font-size: 18px;
  display: inline-block;
}
.header .header__demo a .header__demo-slide {
  position: absolute;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 13px 0;
  text-align: inherit;
  background: #349b56;
  font-weight: inherit;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 0;
  transition: width 0.5s ease 0s;
  white-space: nowrap;
  overflow: hidden;
}
.header .header__demo a:hover .header__demo-slide {
  width: calc(100% - 4px);
}
.header .header__demo-about {
  margin-top: 5px;
  color: #c4c4c4;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
}
.header video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 0;
}
.header .header__video-filter {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.722;
  background: #1d1d1b;
}
.header .header__video-focus {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: url('/img/Net_pattern.png') repeat left top;
  opacity: 0.36;
}
.header .header__video-rectangle {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: url('/img/radial_gradient.png') no-repeat center center;
  background-size: 100% auto;
  opacity: 0.95;
}
.layout {
  background: #fff;
  padding: 40px 0;
}
.page-index {
  padding: 65px 70px 20px 70px;
  border-top: 5px solid #7cbf93;
  background: #fff;
  margin-top: -120px;
  position: relative;
  z-index: 11;
  box-shadow: 0 -12px 10px 3px rgba(0, 0, 0, 0.15);
  height: 200px;
  overflow: visible;
}
.page-index__devices {
  text-align: right;
  position: relative;
  padding-right: 50px;
}
.page-index__packages {
  margin-top: 20px;
}
.page-index__hardware {
  margin-top: 80px;
  padding: 50px 0;
}
.page-index__header {
  margin: 0;
  color: #349b56;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  padding-top: 30px;
}
.page-index__header:after {
  display: block;
  content: '';
  width: 115px;
  height: 3px;
  background: #349b56;
  margin-top: 18px;
}
.page-index__list {
  list-style: none;
  padding: 0;
  border-top: 1px solid #c4c4c4;
}
.page-index__list li {
  padding: 14px 22px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #595959;
  border-bottom: 1px solid #c4c4c4;
}
.page-index__list li strong {
  font-weight: 400;
}
.page-index__about {
  margin-top: 50px;
}
.page-index__about .page-index__price {
  display: block;
  background: #f3a400;
  color: #fff;
  font-weight: 300;
  font-size: 84px;
  line-height: 84px;
  text-align: right;
  padding: 20px 15px 80px 0;
}
.page-index__about .page-index__price small {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
}
.page-index__camera {
  margin-top: 50px;
}
.page-index__camera .page-index__price {
  display: block;
  background: #f3a400;
  color: #fff;
  font-weight: 300;
  font-size: 84px;
  line-height: 84px;
  text-align: right;
  padding: 20px 15px 104px 0;
}
.page-index__camera .page-index__price small {
  display: inline-block;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
}
.page-index__reg {
  list-style: none;
  padding: 0;
}
.page-index__reg li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #595959;
}
.page-index__reg li:nth-child(1) {
  height: 190px;
  background: url('/img/camera.svg') no-repeat left top;
  background-size: auto 190px;
  padding: 0 0 0 180px;
}
.page-index__reg li:nth-child(2) {
  color: #349b56;
  font-size: 48px;
  line-height: 48px;
  padding: 20px 0 20px 60px;
}
.page-index__reg li:nth-child(3) {
  min-height: 118px;
  background: url('/img/boxie.svg') no-repeat left top;
  background-size: auto 118px;
  padding: 0 0 0 180px;
}
.page-index__reg li strong {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #349b56;
}
.page-index__works {
  margin-top: 50px;
}
.page-index__works .page-index__schema {
  margin-top: 50px;
  background: url('/img/scheme@2x.png') no-repeat center top;
  background-size: 945px auto;
  min-height: 685px;
}
.page-index__use {
  padding-left: 620px;
}
.page-index__use h3 {
  text-transform: uppercase;
  color: #349b56;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.page-index__use p {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.order .order__bg {
  position: fixed;
  background: rgba(255, 255, 255, 0.75);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
.order .order__container {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.order .order__container .order__form {
  position: relative;
  border-top: 3px solid #349b56;
  background: #323232;
  min-width: 300px;
  width: 440px;
  padding: 15px 25px 30px 25px;
  border-radius: 2px;
  color: #fff;
}
.order .order__container .order__form h3,
.order .order__container .order__form h4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.order .order__container .order__form h4 {
  font-size: 10px;
  line-height: 12px;
  margin-top: 10px;
}
.order .order__container .order__form input[type=text],
.order .order__container .order__form textarea {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.order .order__container .order__form input[type=text]:focus,
.order .order__container .order__form textarea:focus {
  box-shadow: none;
  border: none;
  background: #bbddc6;
}
.order .order__container .order__form button[type=submit] {
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 9px 10px 8px 10px;
  text-align: center;
  display: block;
  width: 100%;
  background: #349b56;
}
.order .order__container .order__form .order__close {
  border: none;
  background: transparent;
  position: absolute;
  right: -36px;
  top: -36px;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #323232;
  font-size: 36px;
  line-height: 36px;
}
.order .order__container .order__form .help-block {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
}
.page-index__order {
  margin-top: 40px;
  text-align: center;
}
.page-index__order button {
  border: none;
  background: #ab3161;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 60px;
  text-align: center;
}
.page-index__order button:hover {
  background: #F66;
}
.services-list {
  list-style: none;
  border-left: 2px solid #7cbf93;
  padding: 0 0 0 12px;
}
.services-list li {
  position: relative;
  color: #595959;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.services-list li:before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #7cbf93;
  background: #fff;
  float: left;
}
.footer {
  min-height: 100px;
  margin-top: 50px;
}
.footer .container {
  background: #323232;
  position: relative;
}
.footer .container:after {
  background: #349b56;
  position: absolute;
  z-index: 10;
  display: block;
  content: '';
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
}
.footer .footer__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.footer .footer__items-copyright {
  flex-grow: 1;
}
.footer .footer__items-copyright .footer__copyright {
  display: block;
  color: #909090;
  font-size: 12px;
  line-height: 14px;
  margin-top: 25px;
  flex-grow: 1;
}
.footer .footer__paytype {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  list-style: none;
}
.footer .footer__paytype li {
  border-left: 3px solid #349b56;
  padding-left: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.footer .footer__paytype li.footer__paytype-head {
  border-left-color: transparent;
  margin-bottom: 5px;
}
.footer .footer__items-support {
  flex-grow: 2;
  text-align: right;
  position: relative;
  z-index: 11;
  height: 100%;
}
.footer .footer__items-support .footer__phone {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer .footer__items-support .footer__support {
  display: inline-block;
  font-size: 16px;
  background: transparent;
  padding: 4px 0;
  border: 1px solid #fff;
  position: relative;
  line-height: 20px;
  border-radius: 1px;
}
.footer .footer__items-support .footer__support .footer__support-space {
  width: 20px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.footer .footer__items-support .footer__support .footer__support-slide {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: inherit;
  line-height: inherit;
  font-size: inherit;
  width: 0;
  overflow: hidden;
  color: #323232;
  background: #fff;
  transition: width 0.5s ease 0s;
  white-space: nowrap;
  text-align: center;
}
.footer .footer__items-support .footer__support:hover .footer__support-slide {
  width: 100%;
}
.header__support,
.footer__support {
  position: relative;
  cursor: pointer;
  z-index: 99;
}
#jivo-iframe-container {
  bottom: -50px !important;
}
#jivo-iframe-container.jivo-expanded {
  bottom: 0!important;
}
