*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  height: 100%; }

body,
input,
button,
textarea,
select,
.fancybox-skin {
  font-family: "MADE Evolve Sans";
  font-size: 14px;
  line-height: 1.2;
  color: #414141; }

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%; }

a {
  color: #414141;
  text-decoration: none; }
  a.underlined {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    a.underlined:hover {
      border-bottom-color: transparent; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' '; }

.clearfix:after,
.clear {
  clear: both; }

.hidden,
.modals {
  display: none; }

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

.text-strike {
  text-decoration: line-through; }

.text-nowrap {
  white-space: nowrap; }

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

.d-table {
  display: table; }

.d-table-row {
  display: table-row; }

.d-table-cell {
  display: table-cell; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.transition-1,
.transition-1:before,
.transition-1:after,
.slick-arrow,
.slick-dots button {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important; }

[placeholder]:focus:-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus::-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important; }

.jq-selectbox.select-1 {
  text-align: left; }
  .jq-selectbox.select-1 .jq-selectbox__select {
    padding: 18px 45px 18px 28px;
    text-align: left;
    border: 1px solid #000;
    -webkit-border-radius: 6px;
            border-radius: 6px; }
  .jq-selectbox.select-1 .jq-selectbox__select-text {
    font-size: 14px;
    line-height: 30px;
    color: #000; }
  .jq-selectbox.select-1 .jq-selectbox__trigger {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 6px;
    margin: -3px 0 0;
    background: url("../images/arrow-down-1.svg");
    -webkit-background-size: 10px 6px;
            background-size: 10px 6px; }
  .jq-selectbox.select-1 .jq-selectbox__dropdown {
    width: 100%;
    border: 1px solid #000;
    background: #fff; }
    .jq-selectbox.select-1 .jq-selectbox__dropdown li {
      padding: 5px 28px;
      cursor: pointer; }
      .jq-selectbox.select-1 .jq-selectbox__dropdown li:hover {
        background: #000;
        color: #fff; }
  .jq-selectbox.select-1.opened.dropdown .jq-selectbox__select {
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0; }
  .jq-selectbox.select-1.opened.dropdown .jq-selectbox__dropdown {
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
  .jq-selectbox.select-1.opened.dropup .jq-selectbox__select {
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px; }
  .jq-selectbox.select-1.opened.dropup .jq-selectbox__dropdown {
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1); }

.input-1, .textarea-1 {
  position: relative;
  padding: 3px 10px;
  background: #fff;
  border: 2px solid #737373; }
  .input-1 input, .textarea-1 input,
  .input-1 textarea,
  .textarea-1 textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 30px;
    padding: 0;
    font: 16px/30px 'Roboto';
    color: #414141;
    text-align: center;
    border: none;
    outline: none;
    background: none; }
    .input-1 input::-webkit-input-placeholder, .textarea-1 input::-webkit-input-placeholder,
    .input-1 textarea::-webkit-input-placeholder,
    .textarea-1 textarea::-webkit-input-placeholder {
      color: #414141; }
    .input-1 input:-moz-placeholder, .textarea-1 input:-moz-placeholder,
    .input-1 textarea:-moz-placeholder,
    .textarea-1 textarea:-moz-placeholder {
      color: #414141;
      opacity: 1; }
    .input-1 input::-moz-placeholder, .textarea-1 input::-moz-placeholder,
    .input-1 textarea::-moz-placeholder,
    .textarea-1 textarea::-moz-placeholder {
      color: #414141;
      opacity: 1; }
    .input-1 input:-ms-input-placeholder, .textarea-1 input:-ms-input-placeholder,
    .input-1 textarea:-ms-input-placeholder,
    .textarea-1 textarea:-ms-input-placeholder {
      color: #414141; }
  .input-1.error, .error.textarea-1 {
    border-color: #df0024; }

.textarea-1 {
  height: 80px;
  padding: 3px 10px; }
  .textarea-1 textarea {
    height: 100%;
    line-height: normal;
    resize: none; }

.button-1, .button-3, .button-4 {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 20px;
  font: bold 18px/1 'Roboto';
  color: #408dc0 !important;
  text-align: center !important;
  border: 4px solid #408dc0;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  cursor: pointer;
  background: none; }
  .button-1:hover, .button-3:hover, .button-4:hover {
    background: #408dc0;
    color: #fff !important; }
  .button-1:active, .button-3:active, .button-4:active {
    opacity: 0.8; }

.button-2 {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #fff !important;
  text-align: center !important;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#df0024), to(#b3001d));
  background: -webkit-linear-gradient(top, #df0024 0%, #b3001d 100%);
  background: -o-linear-gradient(top, #df0024 0%, #b3001d 100%);
  background: linear-gradient(to bottom, #df0024 0%, #b3001d 100%);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(26, 56, 77, 0.4);
          box-shadow: 0px 2px 4px 0px rgba(26, 56, 77, 0.4); }
  .button-2:hover {
    opacity: 0.9; }
  .button-2:active {
    opacity: 0.8; }

.button-3 {
  color: #fff !important;
  border-color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase; }
  .button-3:hover {
    background: #fff;
    color: #414141 !important; }

.button-4 {
  color: #df0023 !important;
  border-color: #df0023; }
  .button-4:hover {
    background: #df0023;
    color: #fff !important; }

.button-highlight {
  overflow: hidden; }
  .button-highlight:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 35%);
    background: -o-linear-gradient(340deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 35%);
    background: linear-gradient(110deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.75) 25%, rgba(255, 255, 255, 0) 35%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: bt 2.5s linear infinite;
            animation: bt 2.5s linear infinite; }

.fancybox-close {
  width: 24px;
  height: 24px;
  right: -44px;
  top: 0;
  background: url("../images/icon-close-1.png") no-repeat; }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes bt {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  16% {
    opacity: 1;
    -webkit-transform: translate(35%, 0);
            transform: translate(35%, 0); }
  22% {
    opacity: 0.5;
    -webkit-transform: translate(55%, 0);
            transform: translate(55%, 0); }
  40% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); }
  100% {
    opacity: 0.35;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); } }

@keyframes bt {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  16% {
    opacity: 1;
    -webkit-transform: translate(35%, 0);
            transform: translate(35%, 0); }
  22% {
    opacity: 0.5;
    -webkit-transform: translate(55%, 0);
            transform: translate(55%, 0); }
  40% {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); }
  100% {
    opacity: 0.35;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0); } }

/*
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba($color_purple_4, 0.1), 0 0 10px 10px $color_purple_4, 0 0 0 10px rgba($color_purple_4, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba($color_purple_4, 0.1), 0 0 10px 10px $color_purple_4, 0 0 0 10px rgba($color_purple_4, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
*/
.main-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.container {
  position: relative;
  z-index: 1;
  width: 960px;
  margin: 0 auto; }

.mobile-menu {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  -webkit-transform: translateX(240px);
      -ms-transform: translateX(240px);
          transform: translateX(240px);
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); }
  .mobile-menu ul {
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
    list-style: none; }
    .mobile-menu ul a {
      display: block;
      padding: 10px 15px;
      color: #408dc0; }
      .mobile-menu ul a:hover {
        background: #408dc0;
        color: #fff; }

.b-modal-video {
  width: 650px; }

.b-modal-video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .b-modal-video-content iframe,
  .b-modal-video-content object,
  .b-modal-video-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.b-up {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5) url("../images/arrow-up-1.png") center center no-repeat;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); }
  .b-up.active {
    visibility: visible;
    opacity: 1; }

.b-header-menu-button {
  position: fixed;
  z-index: 5;
  right: 10px;
  top: 25px;
  display: none;
  width: 40px;
  height: 40px;
  background: #fff url("../images/icon-menu-1.svg") center center no-repeat;
  -webkit-background-size: 21px 17px;
          background-size: 21px 17px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5); }

/* START HERE */
.b-header {
  font-family: 'Roboto';
  color: #404040; }
  .b-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 17px; }

.b-header-left,
.b-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px; }

.b-header-logo {
  display: inline-block;
  height: 91px; }

.b-header-phone {
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 0 16px; }
  .b-header-phone:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    background: url("../images/icon-phone-1.svg") no-repeat; }

.b-header-button {
  width: 220px;
  margin: 0 0 0 20px; }

.b-menu {
  position: relative;
  z-index: 2;
  background: #404040;
  font: bold 18px 'Roboto';
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.34);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.34); }
  .b-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none; }
  .b-menu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    padding: 0 10px;
    color: #fff; }
    .b-menu a:hover {
      background: #fff;
      color: #404040; }

.b-homescreen {
  background: url("../images/bg-1.jpg") center top no-repeat; }
  .b-homescreen .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 57px;
    padding-bottom: 56px; }

.b-homescreen-content {
  margin: 0 10px;
  color: #fff;
  text-transform: uppercase; }

.b-homescreen-title {
  font-size: 30px;
  line-height: 1.06; }

.b-homescreen-subtitle {
  margin: 26px 0 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold; }

.b-homescreen-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 453px;
  height: 94px;
  margin: 53px 30px 0 0;
  padding: 10px 22px 10px 10px;
  font-size: 29px;
  letter-spacing: 0.3px;
  font-weight: bold;
  color: #408ec0;
  background: #fff;
  -webkit-box-shadow: 0px 11px 40px 0px rgba(26, 56, 76, 0.25);
          box-shadow: 0px 11px 40px 0px rgba(26, 56, 76, 0.25); }
  .b-homescreen-connect:before {
    display: block;
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    background: #fff;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.b-homescreen-form, .b-trial-form, .b-faq-form {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 380px;
  margin: 3px 10px 0;
  padding: 65px 35px 68px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 20px 11px 40px 0px rgba(26, 56, 76, 0.5);
          box-shadow: 20px 11px 40px 0px rgba(26, 56, 76, 0.5); }
  .b-homescreen-form.callback-modal, .callback-modal.b-trial-form, .callback-modal.b-faq-form {
    margin: 0; }

.b-homescreen-form-title, .b-faq-form-title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #df0024; }
  .b-homescreen-form-title span, .b-faq-form-title span {
    display: block;
    font-size: 24px; }

.b-homescreen-form-subtitle, .b-trial-form-title, .b-faq-form-subtitle {
  margin: 32px 0 0;
  font-size: 20px;
  line-height: 0.8; }

.b-homescreen-form-inputs, .b-trial-form-inputs, .b-faq-form-inputs {
  margin: 23px 13px 0; }

.b-homescreen-form-input, .b-trial-form-input, .b-faq-form-input {
  margin: 20px 0 0; }
  .b-homescreen-form-input:first-child, .b-trial-form-input:first-child, .b-faq-form-input:first-child {
    margin-top: 0; }

.b-homescreen-form-button, .b-trial-form-button, .b-faq-form-button {
  width: 100%;
  margin: 24px 0 0; }

.b-advantages {
  text-align: center; }
  .b-advantages .container {
    padding-top: 64px;
    padding-bottom: 86px; }

.b-advantages-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.b-advantages-item {
  width: 25%;
  padding: 0 10px; }

.b-advantages-item-icon {
  height: 55px; }

.b-advantages-item-title {
  max-width: 205px;
  margin: 2px auto 0;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase; }

.b-title {
  margin: 0 10px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase; }
  .b-title strong {
    display: block;
    font-size: 48px;
    font-weight: bold; }
  .b-title.m-blue {
    color: #54beff;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#54beff), to(#3f8dbf));
    -webkit-mask-image: -webkit-linear-gradient(top, #54beff, #3f8dbf); }
  .b-title.m-red {
    color: #54beff;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#df0024), to(#b2001e));
    -webkit-mask-image: -webkit-linear-gradient(top, #df0024, #b2001e); }

.b-capabilities {
  min-height: 1860px;
  text-align: center;
  background: url("../images/bg-2.png") center top no-repeat; }
  .b-capabilities .container {
    padding-top: 22px;
    padding-bottom: 54px; }

.b-capabilities-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 13px 0 0;
  text-align: left; }

.b-capabilities-item {
  width: 50%;
  padding: 20px 0 0; }

.b-capabilities-item-content {
  position: relative;
  height: 289px;
  margin: 0 10px;
  padding: 37px 40px 0 40px;
  background: #fff;
  -webkit-box-shadow: 0px 11px 40px 0px rgba(21, 47, 64, 0.25);
          box-shadow: 0px 11px 40px 0px rgba(21, 47, 64, 0.25);
  overflow: hidden; }

.b-capabilities-item-title {
  font-size: 24px;
  line-height: 1;
  font-weight: bold; }

.b-capabilities-item-text {
  margin: 26px 0 0;
  font-size: 20px; }

.b-capabilities-item-icon {
  position: absolute;
  right: 0;
  bottom: 40px;
  margin: 0 -10px 0 0; }
  .b-capabilities-item-icon img {
    max-width: none; }

.b-capabilities-button {
  width: 300px;
  margin: 40px 0 0; }

.b-channels {
  position: relative;
  z-index: 4;
  margin: -221px 0 -104px; }

.b-channels-content {
  position: relative; }

.b-channels-items {
  margin: 0 10px; }

.b-channels-item {
  position: relative;
  width: 240px;
  height: 99px;
  margin: 0 auto 44px;
  padding: 37px 10px 18px;
  text-align: center;
  border: 2px solid #737373; }
  .b-channels-item:nth-child(2n+2) {
    float: left;
    clear: both; }
  .b-channels-item:nth-child(2n+3) {
    float: right; }
  .b-channels-item:nth-child(9n+1) {
    float: none;
    clear: both; }
  .b-channels-item:nth-child(6n+2) {
    margin-left: 80px; }
  .b-channels-item:nth-child(6n+3) {
    margin-right: 80px; }
  .b-channels-item:nth-child(4n) .b-channels-item-num, .b-channels-item:nth-child(4n+1) .b-channels-item-num {
    color: #df0024;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#df0024), to(#b2001e));
    -webkit-mask-image: -webkit-linear-gradient(top, #df0024, #b2001e); }
  .b-channels-item:before {
    display: block;
    content: '';
    position: absolute;
    left: 25%;
    top: -35px;
    width: 50%;
    height: 70px;
    background: #fff; }

.b-channels-item-num {
  position: absolute;
  z-index: 1;
  left: 25%;
  top: -35px;
  width: 50%;
  font: bold 70px/1 'Roboto';
  color: #54beff;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#54beff), to(#3f8dbf));
  -webkit-mask-image: -webkit-linear-gradient(top, #54beff, #3f8dbf); }

.b-channels-item-title {
  font: bold 20px/1 'Roboto';
  letter-spacing: 2px;
  color: #2a2a2a; }

.b-channels-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 300px 70px; }

.b-channels-cta-button {
  width: 300px;
  margin: 40px 0 0; }

.b-devices {
  position: relative;
  min-height: 1380px;
  z-index: 3;
  color: #fff;
  background: url("../images/bg-3.jpg") center top no-repeat; }
  .b-devices .container {
    padding-top: 174px; }

.b-devices-advantages-items {
  margin: 29px 10px 0; }

.b-devices-advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0; }
  .b-devices-advantages-item:first-child {
    margin-top: 0; }
  .b-devices-advantages-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right; }

.b-devices-advantages-item-content {
  max-width: 530px;
  margin: 0 20px; }

.b-devices-advantages-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 140px;
  height: 162px;
  background: url("../images/icon-bg-1.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.b-devices-advantages-item-title {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase; }

.b-devices-advantages-item-text {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 1; }

.b-devices-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 60px 0 0; }

.b-devices-item {
  position: relative;
  width: 33.33%;
  padding: 0 10px; }
  .b-devices-item:before {
    display: block;
    content: '';
    width: 220px;
    height: 220px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0px 11px 40px 0px rgba(21, 47, 64, 0.25);
            box-shadow: 0px 11px 40px 0px rgba(21, 47, 64, 0.25); }
  .b-devices-item:hover .b-devices-item-hint {
    visibility: visible;
    opacity: 1;
    margin-top: 34px; }

.b-devices-item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.b-devices-item-hint {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px 10px;
  font: bold 20px/1 'Roboto';
  color: #2a2a2a;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 11px 40px 0px rgba(21, 47, 64, 0.25);
          box-shadow: 0px 11px 40px 0px rgba(21, 47, 64, 0.25);
  visibility: hidden;
  opacity: 0; }
  .b-devices-item-hint:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
    background: #fff;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.b-trial {
  margin: -43px 0 0; }
  .b-trial .container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 54px; }

.b-trial-content {
  margin: 0 10px; }

.b-trial-title {
  display: inline-block;
  font-size: 36px;
  line-height: 1.08;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #df0024;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#df0024), to(#b2001e));
  -webkit-mask-image: -webkit-linear-gradient(top, #df0024, #b2001e); }
  .b-trial-title span {
    display: block;
    font-size: 72px; }

.b-trial-decor {
  margin: 14px 0 0; }

.b-trial-form {
  position: relative;
  z-index: 2;
  margin-top: 6px;
  padding: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#df0024), to(#b3001e));
  background: -webkit-linear-gradient(top, #df0024 0%, #b3001e 100%);
  background: -o-linear-gradient(top, #df0024 0%, #b3001e 100%);
  background: linear-gradient(to bottom, #df0024 0%, #b3001e 100%); }

.b-trial-form-content {
  padding: 27px 27px 32px; }

.b-trial-form-title {
  margin: 0; }

.b-trial-form-content {
  background: #fff; }

.b-trial-form-button {
  margin-top: 20px; }

.b-redmax {
  position: relative;
  z-index: 1;
  min-height: 1421px;
  margin: -295px 0 0;
  color: #fff;
  background: url("../images/bg-4.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .b-redmax .container {
    padding-top: 175px;
    padding-bottom: 150px; }

.b-redmax-cert-items {
  min-height: 520px;
  margin: 12px 15px 0;
  padding: 142px 0 0;
  background: url("../images/image-redmax-1.png") center top no-repeat; }

.b-redmax-cert-item {
  float: left;
  width: 200px;
  height: 155px;
  font: bold 20px/1 'Roboto';
  text-transform: uppercase;
  text-align: center; }
  .b-redmax-cert-item:nth-child(even) {
    float: right; }
  .b-redmax-cert-item:nth-child(2n+1) {
    clear: both; }

.b-redmax-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 10px 0; }

.b-redmax-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 19px 0 35px;
  padding: 0 10px; }

.b-redmax-item-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 55px; }

.b-redmax-item-text {
  margin: 0 0 0 20px;
  font-size: 20px;
  line-height: 1; }

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 32px;
  margin: -16px 0 0;
  border: none;
  text-indent: -999px;
  overflow: hidden; }
  .slick-arrow.slick-prev {
    left: -70px;
    background: url("../images/arrow-left-1.png") no-repeat; }
  .slick-arrow.slick-next {
    right: -70px;
    background: url("../images/arrow-right-1.png") no-repeat; }

.b-partners {
  position: relative;
  z-index: 2;
  margin: -14px 0 -185px; }

.b-partners-slider {
  margin: 30px 80px 0; }
  .b-partners-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.b-partners-slide {
  text-align: center; }
  .b-partners-slide img {
    display: inline !important; }

.b-reviews {
  min-height: 1302px;
  color: #fff;
  text-align: center;
  background: url("../images/bg-5.jpg") center top no-repeat; }
  .b-reviews .container {
    padding-top: 393px; }

.b-reviews-slider {
  margin: 31px 10px 0; }

.b-reviews-slide-image {
  width: 140px;
  margin: 0 auto; }

.b-reviews-slide-text {
  margin: 17px 80px 0;
  font-size: 20px;
  line-height: 1; }

.b-reviews-slide-title {
  margin: 13px 0 0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase; }

.b-reviews-nav-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 37px 0 0; }

.b-reviews-nav-slide {
  width: 60px;
  margin: 0 10px;
  cursor: pointer; }
  .b-reviews-nav-slide img {
    -webkit-filter: brightness(50%); }
  .b-reviews-nav-slide:hover img, .b-reviews-nav-slide.active img {
    -webkit-filter: brightness(100%); }

.b-faq {
  position: relative;
  z-index: 2;
  margin: -255px 0 -64px; }

.b-faq-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 28px 0 0; }

.b-faq-items {
  margin: 6px 10px 0;
  color: #404040; }
  .b-faq-items .ui-accordion-header {
    position: relative;
    margin: 20px 0 0;
    padding: 17px 50px 17px 19px;
    font: bold 14px/1 'Roboto';
    color: #fff;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#54bdff), to(#3f8dbf));
    background: -webkit-linear-gradient(top, #54bdff 0%, #3f8dbf 100%);
    background: -o-linear-gradient(top, #54bdff 0%, #3f8dbf 100%);
    background: linear-gradient(to bottom, #54bdff 0%, #3f8dbf 100%); }
    .b-faq-items .ui-accordion-header.ui-state-active {
      background: -webkit-gradient(linear, left top, left bottom, from(#3f8dbf), to(#54bdff));
      background: -webkit-linear-gradient(top, #3f8dbf 0%, #54bdff 100%);
      background: -o-linear-gradient(top, #3f8dbf 0%, #54bdff 100%);
      background: linear-gradient(to bottom, #3f8dbf 0%, #54bdff 100%); }
      .b-faq-items .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
        background-image: url("../images/arrow-down-1.png"); }
    .b-faq-items .ui-accordion-header.m-red {
      background: -webkit-gradient(linear, left top, left bottom, from(#df0024), to(#b3001e));
      background: -webkit-linear-gradient(top, #df0024 0%, #b3001e 100%);
      background: -o-linear-gradient(top, #df0024 0%, #b3001e 100%);
      background: linear-gradient(to bottom, #df0024 0%, #b3001e 100%); }
      .b-faq-items .ui-accordion-header.m-red.ui-state-active {
        background: -webkit-gradient(linear, left top, left bottom, from(#b3001e), to(#df0024));
        background: -webkit-linear-gradient(top, #b3001e 0%, #df0024 100%);
        background: -o-linear-gradient(top, #b3001e 0%, #df0024 100%);
        background: linear-gradient(to bottom, #b3001e 0%, #df0024 100%); }
    .b-faq-items .ui-accordion-header:first-child {
      margin-top: 0; }
  .b-faq-items .ui-accordion-content {
    padding: 17px 10px 0 21px;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.65px; }
  .b-faq-items .ui-accordion-header-icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 18px;
    margin: -9px 0 0;
    background: url("../images/arrow-up-1.png") no-repeat; }

.b-faq-form {
  margin-top: 0;
  padding-top: 43px;
  padding-bottom: 40px; }

.b-faq-form-subtitle {
  margin: 12px 15% 0; }

.b-faq-form-inputs {
  margin-top: 19px; }

.b-faq-form-button {
  margin-top: 20px; }

.b-steps {
  min-height: 1153px;
  color: #fff;
  background: url("../images/bg-6.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .b-steps .container {
    padding-top: 175px;
    padding-bottom: 295px; }

.b-steps-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .b-steps-items:before {
    display: block;
    content: '';
    position: absolute;
    left: 15%;
    top: 101px;
    width: 70%;
    border-bottom: 2px dashed #fff; }

.b-steps-item {
  position: relative;
  z-index: 1;
  width: 33.33%;
  margin: 32px 0 0; }

.b-steps-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 141px;
  height: 141px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.b-steps-item-num {
  position: absolute;
  right: -2px;
  top: -2px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold; }

.b-steps-item-title {
  margin: 18px 30px 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }

.b-steps-form {
  margin: 56px 10px 0;
  padding: 51px 68px 60px;
  background: #fff;
  -webkit-box-shadow: 0px 11px 40px 0px rgba(26, 56, 76, 0.25);
          box-shadow: 0px 11px 40px 0px rgba(26, 56, 76, 0.25); }

.b-steps-form-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 13px 0 0; }

.b-steps-form-input {
  width: 30.1%;
  margin: 20px 0 0;
  padding: 0 10px; }
  .b-steps-form-input:last-child {
    width: 39.8%; }

.b-steps-form-button {
  width: 100%; }

.b-contacts {
  position: relative;
  z-index: 2;
  margin: -244px 0 -60px;
  color: #404040; }
  .b-contacts a {
    color: #404040; }

.b-contacts-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.b-contacts-item {
  width: 25%;
  margin: 22px 0 0; }

.b-contacts-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px; }

.b-contacts-item-title {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1;
  text-align: center; }

.b-contacts-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none; }
  .b-contacts-social li {
    margin: 36px 10px 0; }
    .b-contacts-social li:nth-child(even) a {
      background: url("../images/icon-bg-3.svg"); }
  .b-contacts-social a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 69px;
    background: url("../images/icon-bg-2.svg") no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }

.b-contacts-buttons {
  margin: 60px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.b-contacts-button {
  width: 220px;
  margin: 0 10px; }

.b-map {
  height: 666px; }
  .b-map .gm-style-pbc + div {
    background: url("../images/bg-7.png") center top no-repeat; }
  .b-map img {
    max-width: none;
    max-height: none; }

.b-footer {
  font: bold 16px/1 'Roboto';
  color: #fff;
  background: #404040; }
  .b-footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px; }
  .b-footer a {
    color: #3f8dbf; }

.b-footer-left,
.b-footer-right {
  padding: 0 10px; }

.b-footer-right img {
  height: 50px;
  vertical-align: baseline; }

.b-footer-logo {
  display: inline-block;
  height: 60px; }

.b-thanks .container {
  padding-top: 195px;
  padding-bottom: 204px; }

.b-thanks-text {
  max-width: 650px;
  padding: 0 10px;
  color: #54beff;
  text-transform: uppercase;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#54beff), to(#3f8dbf));
  -webkit-mask-image: -webkit-linear-gradient(top, #54beff, #3f8dbf); }

.b-thanks-title {
  font-size: 48px;
  line-height: 1;
  font-weight: bold; }

.b-thanks-subtitle {
  margin: 37px 0 0;
  font-size: 30px;
  line-height: 1.2; }

.b-thanks-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin: 52px 10px 0; }

.b-decor {
  position: absolute;
  z-index: -1; }
  .b-decor.image-1 {
    left: 25px;
    top: 461px; }
  .b-decor.image-2 {
    right: -411px;
    top: -15px; }
  .b-decor.image-3 {
    left: -303px;
    top: -112px; }
  .b-decor.image-4 {
    right: -84px;
    top: 362px; }
  .b-decor.image-5 {
    right: -441px;
    top: 588px; }
  .b-decor.image-6 {
    left: -48px;
    top: 714px; }
  .b-decor.image-7 {
    right: -181px;
    top: 1137px; }
  .b-decor.image-8 {
    left: -270px;
    top: 1337px; }
  .b-decor.image-9 {
    right: -157px;
    top: 1658px; }
  .b-decor.image-10 {
    right: -351px;
    top: -111px; }
  .b-decor.image-11 {
    left: -133px;
    top: 92px; }
  .b-decor.image-12 {
    right: -5px;
    top: 316px; }
  .b-decor.image-13 {
    left: -429px;
    top: 403px; }
  .b-decor.image-14 {
    left: 25px;
    top: 955px; }
  .b-decor.image-15 {
    right: -418px;
    top: 959px; }
  .b-decor.image-16 {
    left: -134px;
    top: 1235px; }
  .b-decor.image-17 {
    left: -319px;
    top: 5px; }
  .b-decor.image-18 {
    right: -276px;
    top: 185px; }
  .b-decor.image-19 {
    left: -9px;
    top: 451px; }
  .b-decor.image-20 {
    right: -43px;
    top: 675px; }
  .b-decor.image-21 {
    right: -349px;
    top: 1147px; }
  .b-decor.image-22 {
    left: 106px;
    top: 266px; }
  .b-decor.image-23 {
    left: -294px;
    top: 712px; }
  .b-decor.image-24 {
    left: -280px;
    top: 138px; }
  .b-decor.image-25 {
    right: -298px;
    top: -64px; }
  .b-decor.image-26 {
    right: -4px;
    bottom: 0; }

.debug {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  padding: 5px;
  color: #fff;
  background: #000; }
  .debug:before {
    content: 'desktop'; }

@media (max-width: 991px) {
  .debug:before {
    content: '991'; }
  .container {
    width: auto; }
  .button-1, .button-3, .button-4 {
    height: 50px;
    font-size: 16px;
    border-width: 3px;
    -webkit-border-radius: 25px;
            border-radius: 25px; }
  .button-2 {
    height: 50px;
    font-size: 16px;
    -webkit-border-radius: 25px;
            border-radius: 25px; }
  .menu-active .mobile-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .b-header-logo {
    height: 60px; }
  .b-header-right {
    padding-right: 60px; }
  .b-header-menu-button {
    display: inline-block; }
  .b-menu {
    display: none; }
  .b-homescreen-title,
  .b-homescreen-connect {
    font-size: 24px; }
  .b-homescreen-subtitle {
    font-size: 30px; }
  .b-homescreen-form, .b-trial-form, .b-faq-form {
    width: 360px;
    padding: 50px 30px; }
  .b-advantages-item-title {
    font-size: 14px; }
  .b-title {
    font-size: 24px; }
    .b-title strong {
      font-size: 28px; }
  .b-capabilities-item-title {
    font-size: 20px; }
  .b-capabilities-item-text {
    font-size: 16px; }
  .b-channels-cta-button {
    width: auto; }
  .b-devices-item:before {
    width: 150px;
    height: 150px; }
  .b-devices-item-image img {
    width: 80%; }
  .b-trial .container {
    display: block; }
  .b-trial-title {
    display: block; }
  .b-trial-decor {
    display: none; }
  .b-trial-form {
    margin: 50px auto 0;
    padding: 5px; }
  .b-redmax {
    min-height: auto;
    margin: 0; }
  .b-redmax-cert-items {
    min-height: 300px;
    padding-top: 50px;
    -webkit-background-size: auto 300px;
            background-size: auto 300px; }
  .b-redmax-cert-item {
    height: 100px; }
  .b-redmax-item-text {
    font-size: 16px; }
  .b-reviews-slide-text {
    margin: 17px 0 0; }
  .b-steps-form {
    max-width: 480px;
    margin: 50px auto 0;
    padding: 50px; }
  .b-steps-form-inputs {
    display: block; }
  .b-steps-form-input {
    width: auto !important; }
    .b-steps-form-input:first-child {
      margin-top: 0; }
  .b-contacts {
    margin-bottom: 0; }
    .b-contacts .container {
      padding-bottom: 50px; }
  .b-contacts-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .b-map {
    height: 400px; }
    .b-map .gm-style-pbc + div {
      background: none; }
  .b-decor {
    display: none; }
  .b-thanks {
    background: url("../images/decor-27.jpg") center bottom no-repeat;
    -webkit-background-size: auto 400px;
            background-size: auto 400px; }
    .b-thanks .container {
      padding-top: 100px;
      padding-bottom: 420px; }
  .b-thanks-text {
    max-width: auto;
    text-align: center; }
  .b-thanks-button {
    margin: 30px auto 0; } }

@media (max-width: 767px) {
  .debug:before {
    content: '767'; }
  .b-homescreen .container {
    display: block; }
  .b-homescreen-content {
    text-align: center; }
  .b-homescreen-title,
  .b-homescreen-connect {
    font-size: 30px; }
  .b-homescreen-subtitle {
    font-size: 36px; }
  .b-homescreen-connect {
    margin: 30px auto 0; }
    .b-homescreen-connect:before {
      right: 50%;
      top: 100%;
      margin: -15px -15px 0 0; }
  .b-homescreen-form, .b-trial-form, .b-faq-form {
    margin: 50px auto 0; }
  .b-capabilities-item-content {
    padding: 20px 20px 20px 20px; }
  .b-capabilities-item-icon {
    width: 40px; }
    .b-capabilities-item-icon img {
      width: 100%; }
  .b-channels .container {
    padding-bottom: 50px; }
  .b-channels-cta {
    position: static;
    width: auto;
    height: auto;
    margin: 50px 10px 0;
    padding: 0; }
  .b-channels-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; }
    .b-channels-items:before, .b-channels-items:after {
      display: none; }
  .b-channels-item {
    margin: 50px 10px 0 !important;
    float: none !important;
    clear: both !important; }
  .b-devices-advantages-item-icon {
    width: 70px;
    height: 81px; }
    .b-devices-advantages-item-icon img {
      max-width: 60%;
      max-height: 60%; }
  .b-devices {
    min-height: auto;
    -webkit-background-size: cover;
            background-size: cover; }
  .b-devices-advantages-item-title {
    font-size: 18px; }
  .b-devices-advantages-item-text {
    font-size: 14px; }
  .b-devices-item:before {
    width: 100px;
    height: 100px; }
  .b-devices-item-hint {
    padding: 15px 10px;
    font-size: 16px; }
  .b-trial {
    margin: 0; }
    .b-trial .container {
      padding-top: 50px; }
  .b-trial-title {
    font-size: 28px; }
    .b-trial-title span {
      font-size: 36px; }
  .b-redmax-cert-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 300px; }
    .b-redmax-cert-items:before, .b-redmax-cert-items:after {
      display: none; }
  .b-redmax-cert-item {
    width: 25%;
    height: auto;
    margin: 50px 0 0;
    padding: 0 10px;
    font-size: 16px;
    float: none !important;
    clear: none !important; }
  .b-redmax-items {
    margin-top: 50px; }
  .b-redmax-item-text,
  .b-reviews-slide-text {
    font-size: 16px; }
  .b-faq-content {
    display: block; }
  .b-steps-items:before {
    top: 82px; }
  .b-steps-item-icon {
    width: 100px;
    height: 100px; }
    .b-steps-item-icon img {
      max-width: 60%;
      max-height: 60%; }
  .b-steps-item-title {
    font-size: 16px; }
  .b-contacts-item-title {
    font-size: 16px; }
  .b-modal-video {
    width: 480px; } }

@media (max-width: 575px) {
  .debug:before {
    content: '575'; }
  .b-header-phone,
  .b-header-button {
    display: none; }
  .b-homescreen-title,
  .b-homescreen-connect {
    font-size: 24px; }
  .b-homescreen-subtitle {
    font-size: 30px; }
  .b-homescreen-connect {
    line-height: 1; }
  .b-homescreen-form, .b-trial-form, .b-faq-form {
    width: auto;
    margin: 50px 10px 0;
    padding: 50px 10px; }
  .b-advantages .container {
    padding-top: 0;
    padding-bottom: 30px; }
  .b-advantages-item {
    width: 50%;
    margin: 30px 0 0; }
  .b-capabilities-item {
    padding-top: 10px; }
  .b-capabilities-item-content {
    margin: 0 5px;
    padding: 10px 10px 10px 10px; }
  .b-capabilities-item-title {
    font-size: 16px; }
  .b-capabilities-item-text {
    font-size: 13px; }
  .b-capabilities-button {
    width: auto; }
  .b-channels-item {
    width: 140px;
    margin: 30px 5px 0 !important; }
    .b-channels-item:before {
      height: 40px;
      top: -20px; }
  .b-channels-item-num {
    font-size: 40px;
    top: -20px; }
  .b-channels-item-title {
    font-size: 13px;
    letter-spacing: 0; }
  .b-devices-advantages-item-content {
    margin: 0 10px; }
  .b-devices-item:before {
    width: 60px;
    height: 60px; }
  .b-trial-form {
    padding: 5px; }
  .b-redmax-cert-items {
    padding-top: 200px;
    -webkit-background-size: auto 200px;
            background-size: auto 200px; }
  .b-redmax-cert-item {
    width: 50%;
    margin-top: 20px;
    font-size: 14px; }
  .b-redmax-items {
    display: block;
    margin: 0; }
  .b-redmax-item {
    width: auto;
    margin: 30px 0 0; }
  .b-redmax-item-text {
    margin-left: 10px; }
  .b-reviews-nav-slide {
    width: 40px;
    margin: 0 5px; }
  .b-steps-items:before {
    display: none; }
  .b-steps-item {
    width: 50%; }
  .b-steps-item-title {
    font-size: 14px;
    font-weight: bold; }
  .b-contacts-item {
    width: 50%; }
  .b-steps-form {
    width: auto;
    max-width: none;
    margin: 50px 10px 0;
    padding: 50px 10px; }
  .b-contacts-buttons {
    display: block; }
  .b-contacts-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
    width: auto; }
    .b-contacts-button:first-child {
      margin-top: 0; }
  .b-footer {
    font-size: 14px;
    text-align: center; }
    .b-footer .container {
      display: block; }
  .b-footer-right {
    margin: 30px 0 0; }
  .b-thanks-title {
    font-size: 36px; }
  .b-thanks-subtitle {
    font-size: 24px; }
  .b-modal-video {
    width: auto; } }
