/* ==========================================================================
   FORMS STYLES
   ========================================================================== */
@font-face {
  font-family: "Open Sans Semibold";
  src: url("../fonts/OpenSans-Semibold.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans Light";
  src: url("../fonts/OpenSans-Light.ttf");
  font-style: normal;
  font-weight: normal;
}
.section-wr_product {
  height: 100vh;
}
.section-wr_main {
  height: 100vh;
}
.section-wr_example {
  background-image: url(../images/bg/line.svg);
  background-repeat: no-repeat;
  background-size: 100% 3601px;
  background-position: 0 -1577px;
}
.section-triangle_before {
  border-color: red;
}
.section-triangle_before:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg/line.svg);
  width: 100%;
  height: 100%;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: 100% 3601px;
  background-position: 0 0;
}
.line-helper {
  background-image: url(../images/bg/line.svg);
  background-repeat: no-repeat;
  background-size: 100% 3601px;
}
.line-helper-0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}
.line-helper-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-position: 0 -577px;
}
.line-helper-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-position: 0 -650px;
  z-index: 1;
}
.line-helper-3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: 0 -1350px;
  z-index: 1;
}
.section-table_product {
  height: 100vh;
}
@media (min-width: 1200px) {
  .line-helper-1,
  .line-helper-2 {
    height: 85px;
  }
}
@media (min-width: 1900px) {
  .line-helper-1,
  .line-helper-2 {
    height: 100px;
  }
}
/* ==========================================================================
   LAYOUT STYLES
   ========================================================================== */
.page-buffer {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
body {
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-wrapper {
    min-height: 100%;
  }
}
/* ==========================================================================
   TYPOGRAPHY STYLES
   ========================================================================== */
html,
body {
  height: 100%;
  width: 100%;
  color: #3e3e3d;
  font-family: 'OpenSans', Arial, sans-serif;
  font-size: 14px;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
button:focus {
  outline: none;
}
.bt {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.btc {
  display: table-cell;
  vertical-align: middle;
}
.row-np > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row-np-all [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.social-likes__icon {
  display: inline-block;
  font: normal normal normal 14px/1 Arial;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.social-likes__icon_facebook:before {
  content: "\f09a";
}
.social-likes__icon_twitter:before {
  content: "\f099";
}
.social-likes__icon_mailru:before {
  content: "\f0d5";
}
.social-likes__icon_vkontakte:before {
  content: "\f189";
}
.social-likes__icon_odnoklassniki:before {
  content: "\f263";
}
.social-likes__icon_plusone:before {
  content: "\f0d5";
}
.social-likes__icon_pinterest:before {
  content: "\f0d2";
}
.social-likes_cycle .social-likes__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #cc0000;
  color: #fff;
  margin-right: 6px;
}
.social-likes_cycle .social-likes__icon:last-child,
.lt-ie9 .social-likes_cycle .social-likes__icon._last {
  margin-right: 0;
}
.social-likes_cycle .social-likes__icon:hover {
  background-color: #cc0000;
}
.social-likes_follow-me {
  overflow: hidden;
}
.social-likes_follow-me .social-likes__button {
  display: block;
  width: 16.6%;
  float: left;
  text-align: center;
}
.social-likes_follow-me .social-likes__icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 480px) {
  .social-likes_follow-me .social-likes__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .social-likes_follow-me .social-likes__icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .social-likes_follow-me .social-likes__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.cForm-field {
  border: 1px solid #229EDC;
  border-radius: 4px;
  overflow: hidden;
}
.cForm-field__label,
.cForm-field__input {
  height: 38px;
  display: block;
  float: left;
}
.cForm-field__label {
  width: 26%;
  line-height: 38px;
  margin-bottom: 0;
  color: #999;
  font-size: 14px;
  background-color: #F4F4F4;
}
.cForm-field__input {
  border: none;
  border-radius: 0;
  width: 74%;
  padding: 0 13px;
}
.cForm-field__textarea {
  width: 100%;
  border: none;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 13px;
  resize: none;
  display: block;
}
.cForm-field__input:focus,
.cForm-field__textarea:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .cForm-field__label {
    font-size: 16px;
  }
}
.cForm-group {
  margin-bottom: 21px;
}
.cForm-submit {
  max-width: 360px;
  width: 100%;
  height: 80px;
  background-color: #1478DC;
  border: none;
  padding: 0 0 0 35px;
  border-radius: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cForm-submit__text,
.cForm-submit__icon {
  display: inline-block;
  vertical-align: middle;
}
.cForm-submit__text {
  color: #11C1EE;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
}
.cForm-submit__icon {
  width: 111px;
  height: 11px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAAALCAMAAABGfiMeAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAARwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4Rwe4AAAD3H4AFAAAAD3RSTlMAGyLqPiNK71FH7kRCS6ryalwKAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADxJREFUOMtjYKAXYKSbTWDAxMxCXwtZRoaF/HQFrPT0Hxs7Bz2t4+Tipqd1PFyc9LSOhZ2XntYx8EHiDgCYBgcjocXWOgAAAABJRU5ErkJggg==');
}
.cForm-submit:hover {
  background-color: #00CBFF;
}
.cForm-submit:hover .cForm-submit__text {
  color: #ffffff;
}
.cForm-submit:hover .cForm-submit__icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAAALCAMAAABGfiMeAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAD///////////////////////////////////////////////////////////8AAAC3K8SQAAAAD3RSTlMAGyLqPiNK71FH7kRCS6ryalwKAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADxJREFUOMtjYKAXYKSbTWDAxMxCXwtZRoaF/HQFrPT0Hxs7Bz2t4+Tipqd1PFyc9LSOhZ2XntYx8EHiDgCYBgcjocXWOgAAAABJRU5ErkJggg==');
}
.cModal .modal-body {
  padding: 8px 40px 15px 40px;
}
.cModal .modal-close {
  top: -12px;
  position: absolute;
  right: -18px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  background-color: #1478DC;
}
.cModal .modal-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8.5px;
  margin-top: -9px;
  display: inline-block;
  width: 17px;
  height: 18px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAMAAACKJ8VmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAM1BMVEUAAAD///////////////////////////////////////////////////////////8AAAC3K8SQAAAAEHRSTlMABKw9Bq5g6K/pQ/6+PmGtMJk2SQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAABXSURBVBjTVdDbDoAgDAPQaTcVvP3/3wpBoG3SLDlPzcw0S+kKAo/NDDsIDi8HCQqTBnQiaCRQKSuY5fNS8LgSFMLBVIF3/UDUYdCESrdCoydkB972I84HWFUCOdNqBOMAAAAASUVORK5CYII=');
}
.cModal .modal-content {
  box-shadow: none;
  border-radius: 4px;
  border: none;
  padding-bottom: 30px;
}
.cModal .modal-description {
  color: #333;
  font-size: 16px;
}
.cModal .modal-dialog {
  width: auto;
  margin: 32px;
  top: 50%;
  margin-top: -130px;
}
@media (min-width: 768px) {
  .cModal .modal-dialog {
    margin: 30px auto;
    max-width: 560px;
    top: 50%;
    margin-top: -130px;
  }
}
.cModal .modal-header {
  position: relative;
  border-bottom: none;
  padding: 35px 15px 15px 40px;
}
.dialogOverlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #05b2f4;
  opacity: 0.7;
}
.cModal {
  z-index: 1001;
}
.cModal .modal-title {
  color: #1478DC;
  font-size: 24px;
  text-transform: uppercase;
}
.cSlider-block {
  padding: 43px 10px 10px 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 420px;
}
.cSlider-block__title,
.cSlider-block__description {
  color: #FFF;
  max-width: 320px;
  text-shadow: 1px 1px 2px #000;
}
.cSlider-block__img {
  max-width: 1100px;
  margin: 10px auto 0 auto;
}
.cSlider-block__title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}
.cSlider-block__description {
  font-size: 12px;
  line-height: 15px;
  margin-top: 8px;
}
.cSlider-block_sport {
  background-image: url(../images/example/slider/1.jpg);
}
.cSlider-block_concert {
  background-image: url(../images/example/slider/2.jpg);
}
.cSlider-block_convention {
  background-image: url(../images/example/slider/3.jpg);
}
.cSlider-block_corporate {
  background-image: url(../images/example/slider/4.jpg);
}
@media (min-width: 480px) {
  .cSlider-block {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  .cSlider-block {
    padding-top: 50px;
  }
  .cSlider-block__title {
    font-size: 46px;
    line-height: 46px;
  }
  .cSlider-block__description {
    font-size: 14px;
    line-height: 22px;
    margin-top: 17px;
  }
  .cSlider-block__title,
  .cSlider-block__description {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .cSlider-block {
    padding-top: 82.5px;
    padding-left: 0;
    min-height: 600px;
  }
  .cSlider-block__title {
    font-size: 46px;
    line-height: 46px;
  }
  .cSlider-block__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1340px) {
  .cSlider-block {
    padding-top: 50px;
  }
}
@media (min-width: 1900px) {
  .cSlider-block {
    min-height: 829px;
    padding-top: 120px;
  }
  .cSlider-block__title {
    font-size: 56px;
    line-height: 56px;
  }
}
.cSlider-help {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 1;
  color: #1478DC;
  background-color: rgba(0, 0, 0, 0.2);
}
.no-touchevents .cSlider-help {
  display: none;
}
.cSlider-img {
  width: 200px;
  height: 246px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cSlider-img {
    width: 326px;
    height: 401px;
  }
}
@media (min-width: 1900px) {
  .cSlider-img {
    width: 400px;
    height: 492px;
  }
}
.cSlider-wr {
  position: relative;
}
.cSlider-wr .owl-dots {
  position: absolute;
  right: 0;
}
.cSlider-wr .owl-dots:before {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  top: 5px;
  left: 0;
  background-color: #000000;
  width: 100%;
}
.cSlider-wr .owl-dot {
  position: relative;
  float: left;
  cursor: pointer;
  pointer-events: none;
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
  margin-right: 32px;
}
.cSlider-wr .owl-dot.active {
  background-color: #1478dc;
}
.cSlider-wr .owl-dot:last-child {
  margin-right: 0;
}
.cSlider-wr .dots-container {
  position: absolute;
  bottom: 30px;
  max-width: 1100px;
  margin: 0 auto;
  left: 0;
  right: 30px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cSlider-wr .dots-container {
    right: 0;
  }
}
@media (min-width: 1900px) {
  .cSlider-wr .dots-container {
    bottom: 50px;
    right: 138px;
  }
}
.cSlider-wr {
  position: relative;
  z-index: 3;
}
.contacts-block__phone,
.contacts-block__address {
  color: #333;
  font-size: 20px;
  padding-top: 13px;
}
.contacts-block__phone:hover,
.contacts-block__phone:focus {
  color: #333333;
  text-decoration: none;
}
.cCheckbox {
  position: relative;
  width: 100%;
}
.cCheckbox__label {
  width: 100%;
  margin-bottom: 0;
}
.cCheckbox__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.cCheckbox__field {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
}
.cCheckbox__input:checked + .cCheckbox__field:before {
  content: '';
  width: 14px;
  height: 11px;
  display: inline-block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAMAAAB4W0xQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAkFBMVEUAAAAUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwUeNwAAADaeX1xAAAALnRSTlMABYVmCbLODsDwLQoUzPU/OPueBhzX/E4jEibg/mhS2lPoeICWAa6lAwzSvRp06nWhQAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAABmSURBVAjXY2BAAEYmZiQeC6seG4LHzqHHycXAwA3h8fDq8fEzMAgICgkDeSKiemLiQFqCT49DkkFKWk9GFqxKTkZPXkFRT08JaoayHgiowIxUVQPy1DXgVmhq6WkLIzlAR5cdygIA+iMHlKXyvMQAAAAASUVORK5CYII=');
}
.cCheckbox__title,
.cCheckbox__description {
  display: block;
  text-align: left;
  padding-left: 30px;
}
.cCheckbox__title {
  color: #FFF;
  font-size: 14px;
}
.cCheckbox__description {
  color: #B7E8FA;
  font-size: 12px;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .cCheckbox__title {
    font-size: 16px;
  }
  .cCheckbox__description {
    font-size: 14px;
  }
}
.cForm {
  border: 1px solid #229EDC;
  border-radius: 4px;
  padding: 15px 15px 45px 15px;
  position: relative;
}
.cForm .row {
  margin: 0 -10px;
}
.cForm .col {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .cForm {
    padding: 30px 30px 45px 30px;
  }
}
.cellulux-scrollbar {
  display: none;
  position: absolute;
  right: 0;
  height: inherit;
  top: 0;
  z-index: 4;
  height: 100%;
}
.cellulux-scrollbar__inner {
  width: inherit;
  background-color: #1478dc;
  height: 0;
}
.cSlider {
  position: relative;
  clip-path: polygon(100% 50px, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 0, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 50px, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 0, 100% 100%, 100% 100%);
}
.cSlider:before {
  display: none;
  content: '';
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 77px 0 0 100vw;
  border-color: #1d1d1d transparent transparent   transparent;
}
@media (min-width: 1200px) {
  .cSlider {
    clip-path: polygon(100% 75px, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 75px, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 0, 100% 100%, 100% 100%);
  }
  .cSlider:before {
    border-width: 155px 0 0 100vw;
  }
}
@media (min-width: 1900px) {
  .cSlider {
    clip-path: polygon(100% 155px, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 155px, 0 0, 0 100%, 100% 100%, 100% 100%, 100% 0, 100% 100%, 100% 100%);
  }
}
.footer-content {
  min-height: 100px;
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-content__description {
  padding-top: 10px;
}
.footer-content__contacts {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .footer-content {
    text-align: left;
  }
  .footer-content__logo,
  .footer-content__description {
    float: left;
  }
  .footer-content__logo {
    padding-top: 17px;
  }
  .footer-content__contacts {
    padding-top: 4px;
    float: right;
  }
  .footer-content__description {
    padding-top: 22px;
    padding-left: 30px;
  }
}
.info-block__icon,
.info-block__text {
  display: block;
}
.info-block__icon {
  margin: 0 auto;
}
.info-block__text {
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.info-block_box .info-block__icon {
  background: url(../images/feedback/box.png);
  width: 30px;
  height: 32px;
}
.info-block_leaf .info-block__icon {
  background: url(../images/feedback/leaf.png);
  width: 30px;
  height: 31px;
}
.info-block_tie .info-block__icon {
  background: url(../images/feedback/necktie.png);
  width: 30px;
  height: 55px;
}
@media (min-width: 768px) {
  .info-block__icon,
  .info-block__text {
    display: inline-block;
    vertical-align: top;
  }
  .info-block__text {
    max-width: 300px;
    text-align: left;
  }
  .info-block__icon {
    margin-top: 7px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .info-block__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 560px;
    margin-top: 0;
  }
  .info-block__icon {
    margin-right: 20px;
  }
}
.pocket {
  position: relative;
  display: block;
  width: 290px;
  margin: 0 auto;
}
.pocket__img {
  overflow: hidden;
  width: 270px;
  height: 270px;
  margin: 0 auto;
}
.pocket__notation {
  display: none;
}
@media (min-width: 1200px) {
  .pocket {
    width: auto;
    margin: 0;
  }
  .pocket__img {
    width: 360px;
    height: 360px;
  }
}
@media (min-width: 1340px) {
  .pocket__img {
    width: 540px;
    height: 540px;
    margin: 0;
  }
}
.pocket-notation {
  color: #1478DC;
  font-size: 10px;
  font-weight: 400;
  border-bottom: 2px #1478DC dotted;
  position: absolute;
  text-align: left;
}
.pocket-notation__text {
  display: inline-block;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.3);
  padding-right: 5px;
  border-radius: 0 5px 0 0;
}
.pocket-notation_cellphone {
  width: 133px;
  top: 100px;
  left: 0;
}
.pocket-notation_mode {
  width: 133px;
  top: 172px;
  left: 0;
}
.pocket-notation_bright {
  bottom: 60px;
  left: 0;
  width: 163px;
  text-align: left;
}
.pocket-notation_led,
.pocket-notation_switcher,
.pocket-notation_charger {
  width: 110px;
  left: 0;
}
.pocket-notation_led {
  bottom: 93px;
}
.pocket-notation_switcher {
  bottom: 55px;
}
.pocket-notation_charger {
  top: 180px;
}
@media (min-width: 1200px) {
  .pocket-notation {
    border-bottom-width: 3px;
    font-size: 13px;
  }
  .pocket-notation__text {
    text-transform: uppercase;
    background-color: transparent;
  }
  .pocket-notation_led,
  .pocket-notation_switcher,
  .pocket-notation_charger {
    width: 130px;
    left: -60px;
  }
  .pocket-notation_cellphone {
    width: 222px;
    top: 131px;
    left: -80px;
  }
  .pocket-notation_bright {
    right: -80px;
    left: auto;
    bottom: 10px;
    width: 182px;
    text-align: right;
  }
  .pocket-notation_mode {
    width: 232px;
    top: 227px;
    left: -67px;
  }
  .pocket-notation_led {
    width: 195px;
    bottom: 100px;
  }
  .pocket-notation_switcher {
    bottom: 43px;
  }
  .pocket-notation_charger {
    top: 185px;
  }
  .pocket-notation_bright:before,
  .pocket-notation_charger:before,
  .pocket-notation_switcher:before,
  .pocket-notation_charger:after,
  .pocket-notation_switcher:after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 3px #1478DC dotted;
  }
  .pocket-notation_charger:before,
  .pocket-notation_switcher:before {
    width: 51px;
    left: 123px;
  }
  .pocket-notation_charger:after,
  .pocket-notation_switcher:after {
    width: 27px;
    right: -64px;
  }
  .pocket-notation_bright:before {
    width: 100px;
    left: -79px;
    bottom: 36px;
    transform: rotate(53deg);
  }
  .pocket-notation_charger:before {
    transform: rotate(35deg);
    top: 34px;
  }
  .pocket-notation_charger:after {
    bottom: -31px;
  }
  .pocket-notation_switcher:before {
    transform: rotate(-35deg);
    top: 6px;
  }
  .pocket-notation_switcher:after {
    bottom: 25px;
  }
}
@media (min-width: 1340px) {
  .pocket-notation_cellphone {
    width: 285px;
    top: 208px;
    left: -45px;
  }
  .pocket-notation_mode {
    top: 351px;
    width: 291px;
    left: -40px;
  }
  .pocket-notation_bright {
    bottom: 43px;
    right: -3px;
  }
  .pocket-notation_led {
    bottom: 150px;
    width: 267px;
  }
  .pocket-notation_switcher,
  .pocket-notation_charger {
    width: 135px;
  }
  .pocket-notation_charger:after,
  .pocket-notation_switcher:after {
    width: 50px;
    right: -130px;
  }
  .pocket-notation_charger:before,
  .pocket-notation_switcher:before {
    width: 105px;
  }
  .pocket-notation_charger {
    top: 270px;
  }
  .pocket-notation_charger:before {
    top: 48px;
  }
  .pocket-notation_switcher:before {
    top: -10px;
  }
  .pocket-notation_charger:after {
    bottom: -60px;
  }
  .pocket-notation_switcher:after {
    bottom: 57px;
  }
}
.pocket-preview {
  overflow: hidden;
  width: 246px;
  height: 196px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .pocket-preview {
    width: 627px;
    height: 500px;
  }
}
@media (min-width: 1900px) {
  .pocket-preview {
    width: 100%;
    height: 526px;
  }
}
.pocket-rotate__icon {
  color: #1478DC;
}
.preloader {
  background-color: #126fcc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 2s;
  z-index: 1000;
}
.preloader .preloader_inner {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 80%;
  /* Base unit */
}
.preloader .preloader_inner .preloader_logo {
  display: inline-block;
  margin-bottom: 20px;
}
.preloader .preloader_inner .battery {
  display: inline-block;
  height: 60px;
  margin-bottom: 20px;
}
.preloader .preloader_inner .loading {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 20px auto;
  width: 160px;
  font: 26px "Courier new", courier, monospace;
  color: #eee;
  text-align: center;
  animation: loading 3s linear infinite;
}
@keyframes loading {
  0%,
  7.99% {
    right: 160px;
    text-indent: 160px;
  }
  8%,
  15.99% {
    right: 144px;
    text-indent: 144px;
  }
  16%,
  23.99% {
    right: 128px;
    text-indent: 128px;
  }
  24%,
  31.99% {
    right: 112px;
    text-indent: 112px;
  }
  32%,
  39.99% {
    right: 96px;
    text-indent: 96px;
  }
  40%,
  47.99% {
    right: 80px;
    text-indent: 80px;
  }
  48%,
  55.99% {
    right: 64px;
    text-indent: 64px;
  }
  56%,
  63.99% {
    right: 48px;
    text-indent: 48px;
  }
  64%,
  71.99% {
    right: 32px;
    text-indent: 32px;
  }
  72%,
  79.99% {
    right: 16px;
    text-indent: 16px;
  }
  80%,
  100.00% {
    right: 0px;
    text-indent: 0px;
  }
}
.section {
  text-align: center;
  position: relative;
  z-index: 3;
}
.section__separate {
  width: 199px;
  margin: 0 auto;
  height: 2px;
  background-color: #ffffff;
}
.no-touchevents .section__rotate {
  display: none;
}
.section__rotate {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.section__description,
.section__subscription,
.section__info {
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
}
.section_main .section__logo {
  max-width: 200px;
  margin: 10px auto 0 auto;
}
.section_main .section__separate {
  margin-top: 10px;
}
.section_main .section__subscription {
  margin-top: 5px;
}
.section_main .section__description {
  max-width: 290px;
}
.section_main .section__content {
  margin-top: 22px;
}
.section_main .section__button {
  display: none;
  position: absolute;
  bottom: -42px;
  z-index: 1;
  left: 0;
  right: 0;
}
.section_product:after {
  content: '';
  display: block;
  clear: both;
}
.section_example .section__title {
  padding-top: 10px;
}
.section_example .section__separate {
  background-image: linear-gradient(to right, #1478DC 0%, #0BEEE1 100%);
  margin-top: 10px;
}
.section_feedback {
  padding-top: 30px;
}
.section_feedback .section__description {
  margin-top: 5px;
}
.section_feedback .section__list {
  margin-top: 73px;
}
.section_feedback .section__picture {
  margin-top: 50px;
}
.section_feedback .section__form {
  max-width: 700px;
  margin: 10px auto 80px auto;
}
@media (min-width: 768px) {
  .section_main .section__separate {
    margin-top: 15px;
  }
  .section_main .section__logo {
    margin-top: 17px;
  }
  .section_feedback {
    padding-top: 65px;
  }
  .section_product .section__info {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .section__description,
  .section__subscription,
  .section__info {
    max-width: none;
  }
  .section_main .section__logo {
    max-width: 240px;
  }
  .section_main .section__description {
    max-width: 650px;
  }
  .section_example .section__title {
    padding-top: 20px;
  }
  .section_example .section__separate {
    margin-top: 28px;
  }
  .section_product .section__content {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .section__rotate {
    display: none;
  }
  .section_main .section__content {
    padding-left: 221px;
  }
  .section_main .section__button {
    display: block;
  }
  .section_product .section__info {
    display: table;
    float: left;
    max-width: 480px;
    height: 360px;
  }
  .section_product .section__content {
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
  .section_feedback .section__picture {
    padding-left: 160px;
  }
}
@media (min-width: 1340px) {
  .section_product .section__content {
    max-width: 540px;
  }
  .section_product .section__info {
    height: 540px;
  }
}
@media (min-width: 1900px) {
  .section_main .section__logo {
    margin-top: 27px;
  }
  .section_main .section__subscription {
    margin-top: 21px;
  }
  .section_main .section__separate {
    margin-top: 35px;
  }
}
.section-description {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.section_main .section-description {
  font-size: 12px;
  line-height: 18px;
}
.section_feedback .section-description {
  text-transform: lowercase;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section-description {
    font-size: 24px;
    line-height: 32px;
  }
  .section_main .section-description {
    font-size: 22px;
    line-height: 28px;
  }
}
.section-info__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #1478DC;
  text-transform: uppercase;
}
.section-info__subscription {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  min-height: 72px;
}
.section_product .section-info {
  display: none;
  opacity: 0;
  position: relative;
  left: -100px;
}
.section_product .section-info.active {
  display: table-cell;
  opacity: 1;
  left: 0;
  transition: 1s;
}
@media (min-width: 768px) {
  .section-info__subscription {
    margin-top: 26px;
    min-height: 54px;
  }
}
@media (min-width: 1200px) {
  .section_product .section-info {
    vertical-align: middle;
  }
  .section-info__description {
    font-size: 24px;
    line-height: 32px;
  }
  .section-info__subscription {
    font-size: 16px;
    line-height: 24px;
    min-height: 96px;
  }
}
@media (min-width: 1340px) {
  .section-info__subscription {
    min-height: 96px;
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(-150%, 0, 0);
  }
}
.section-list {
  padding: 0;
  margin: 0;
}
.section-list__title,
.section-list__item {
  list-style: none;
}
.section-list__item {
  margin-bottom: 25px;
}
.section-list__item:last-child {
  margin-bottom: 0;
}
.section-list__title {
  font-family: 'Open Sans SemiBold';
  text-transform: uppercase;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .section-list__title {
    margin-bottom: 45px;
  }
}
.section-mouse {
  margin: 0 auto;
  opacity: 0.9;
  position: absolute;
  bottom: 35px;
  transition: opacity 0.9s;
  left: 0;
  right: 0;
  text-align: left;
}
.section-mouse__down {
  margin: 0 auto;
  border: 3px solid #FFFFFF;
  border-radius: 17px;
  height: 50px;
  position: relative;
  background: transparent;
  width: 30px;
}
.section-mouse__wheel {
  position: relative;
  left: 50%;
  transition: opacity 0.5s;
}
.section-mouse__wheel:before,
.section-mouse__wheel:after {
  content: '';
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: -2px;
  height: 4px;
  position: absolute;
  top: 5px;
  transition: top 0.5s, height 0.5s, opacity 0.5s;
  width: 4px;
}
.section-mouse__wheel:before {
  animation: scroll 1.5s 0.75s infinite ease-in-out;
}
.section-mouse__wheel:after {
  animation: scroll 1.5s infinite ease-in-out;
}
.section-mouse__arrow {
  animation: arrow-down 0.6s infinite alternate ease-in-out;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  display: block;
  height: 5px;
  margin: 0 auto;
  transform: rotate(45deg);
  transition: opacity 0.5s;
  width: 5px;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
}
@-webkit-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@-webkit-keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
@keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
.section-picture {
  letter-spacing: -4px;
}
.section-picture__icon,
.section-picture__img {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
}
.section-picture__icon {
  font-size: 15px;
  padding-bottom: 102px;
  color: #ffffff;
  animation: colorChange 1s infinite alternate;
  animation-delay: 1.5s;
  padding-left: 6px;
  padding-right: 6px;
}
.section-picture__icon + .section-picture__icon {
  animation-delay: 2s;
}
.section-picture__icon + .section-picture__icon + .section-picture__icon {
  animation-delay: 3s;
}
@-webkit-keyframes colorChange {
  0% {
    color: #ffffff;
  }
  100% {
    color: #faa5be;
  }
}
@keyframes colorChange {
  0% {
    color: #ffffff;
  }
  100% {
    color: #faa5be;
  }
}
@media (max-width: 767px) {
  .section-picture__img:first-child {
    max-width: 53px;
  }
  .section-picture__img:last-child {
    max-width: 150px;
  }
  .section-picture__icon {
    padding-bottom: 51px;
  }
}
@media (min-width: 768px) {
  .section-picture__img:first-child {
    padding-right: 44px;
  }
  .section-picture__img:last-child {
    padding-left: 44px;
  }
}
.section-subscription {
  color: #ffffff;
  font-size: 8px;
  line-height: 14px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section-subscription {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-table {
  width: 100%;
  display: table;
}
.section-table .section {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 100px;
}
.section-table_product {
  max-width: 1100px;
  margin: 0 auto;
  min-height: 370px;
}
@media (min-width: 1200px) {
  .section-table_product {
    min-height: 530px;
  }
}
@media (min-width: 1340px) {
  .section-table_product {
    min-height: 730px;
  }
}
.section_example .section-title {
  color: #1478DC;
  font-family: 'Open Sans Light';
  font-size: 25px;
}
.section_example .section-title__sub {
  text-transform: uppercase;
  font-family: 'Open Sans SemiBold';
}
.section_feedback .section-title {
  font-family: 'Open Sans SemiBold';
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .section-title .section_example {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .section_example .section-title {
    font-size: 46px;
  }
  .section-title .section_feedback {
    font-size: 46px;
    line-height: 46px;
  }
}
.section-triangle_before,
.section-triangle_after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.section-triangle_before {
  border-width: 50px 100vw 0 0;
  border-color: #136fcc transparent transparent transparent;
}
.section-triangle_after {
  border-color: transparent transparent #1d1d1d   transparent;
  border-width: 0 100vw 50px 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .section-triangle_before {
    border-width: 85px 100vw 0 0;
  }
  .section-triangle_after {
    border-width: 0 100vw 85px 0;
  }
}
@media (min-width: 1900px) {
  .section-triangle_before {
    border-width: 100px 100vw 0 0;
  }
  .section-triangle_after {
    border-width: 0 100vw 100px 0;
  }
}
.section-wr {
  position: relative;
}
.section-wr_main,
.section-wr_feedback {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: 50% 0;
}
.section-wr_main {
  background-image: url(../images/bg/main.jpg);
}
.section-wr_product {
  width: 100%;
  min-height: 450px;
  padding-bottom: 10px;
}
.section-wr_feedback {
  background-image: url(../images/bg/feedback.jpg);
}
.section-wr_example {
  background-color: #1d1d1d;
}
@media (min-width: 992px) {
  .section-wr_product {
    min-height: 650px;
  }
}
