* {
  margin: 0;
  padding: 0; }

/* Базовый стил для адаптивной картинки */
img {
  width: 100%;
  height: auto; }


/* Базовые стили демо страницы */
html, body {
  width: 100%;
  height: 100%; }

.hide {  display: none;}

@-webkit-keyframes go-right-left {
  from {
    -webkit-transform: translateX(30%);
            transform: translateX(30%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes go-right-left {
  from {
    -webkit-transform: translateX(30%);
            transform: translateX(30%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

/* popup */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1 !important; }

.mfp-content {
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 50px 60px 0 60px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  width: 80% !important;
  max-width: 900px !important;
  min-height: 550px;
  background: #fff1e7 url(../img/popup-bg.jpg) 0 0 no-repeat;
  background-size: 100%; }

.mfp-content h1:before {
  content: ' ';
  width: 52%;
  width: -webkit-calc(50% + 45px);
  width: calc(50% + 45px);
  background: #fff;
  height: 1px;
  opacity: 0.8;
  position: absolute;
  top: 126px;
  left: 0px;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000; }

.mfp-content:after {
  content: ' ';
  position: absolute;
  top: 170px;
  height: 1px;
  opacity: 0.8;
  background: #ffffff;
  width: 52%;
  width: -webkit-calc(50% - 58px);
  width: calc(50% - 58px);
  right: 0px;
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000; }

.mfp-content:before {
  content: ' ';
  margin: 30px 0;
  height: 110px;
  width: 100%;
  display: block;
  background: url("../img/popup-logo.png") center center/contain no-repeat; }

.mfp-close:before,
.mfp-close:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 0px;
  width: 35px;
  height: 2px;
  background: #ffffff; }

.mfp-close:before {
  webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.mfp-close:after {
  webkit-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.mfp-arrow {
  position: fixed !important; }

/* custom */
#logo-pixel {
  position: absolute;
  height: 1px;
  background-color: #fff;
  z-index: 999;
  width: -webkit-calc((100%/2) - 233px);
  width: calc((100%/2) - 233px);
  left: 0;
  opacity: 1 !important; }

#logo {
  width: 320px;
  position: absolute;
  top: 32px;
  z-index: 1001;
  left: -webkit-calc((100%/2) - 400px);
  left: calc((100%/2) - 400px); }

#container-wrapper {
  background: #160f09;
  position: absolute; }

.content-style {
  height: 100%;
  min-height: 640px; }

.main-nav {
  display: none; }

#container {
  /*min-width: 1087px*/
  /*min-height: 675px*/
  background: #160f09 url("../img/bg.jpg") center center/contain no-repeat;
  position: absolute;
  right: 0;
  left: -webkit-calc((100% - 1087px) / 2);
  left: calc((100% - 1087px) / 2);
  display: block; }

#header-pixel {
  background: url(../img/pixel.png) repeat-x;
  background-size: contain;
  position: absolute;
  height: 149px;
  top: 402px;
  z-index: 999;
  width: -webkit-calc((100%/2) - 229px);
  width: calc((100%/2) - 229px);
  right: 0;
  visibility: visible;
  -webkit-animation: go-right-left 0.2s ease-out;
          animation: go-right-left 0.2s ease-out;
}

.short-info {
  color: #fff;
  position: absolute;
  top: 400px;
  width: 300px;
  right: -webkit-calc((100% / 2) - 530px);
  right: calc((100% / 2) - 530px); }
  .short-info > div {
    position: absolute;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    opacity: 0;
    visibility: hidden; }
  .short-info > div.selected {
    opacity: 1;
    visibility: visible;
    -webkit-animation: visibility 1s linear, opacity 1s linear;
            animation: visibility 1s linear, opacity 1s linear; }
  .short-info h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 50px 0 0 0;
    padding: 0; }
  .short-info p {
    font-size: 13px;
    line-height: 18px; }

.transition {
  -webkit-transition: .2s;
  transition: .2s;
  /* width: 840px left: calc((100% / 2) - 420px) top: 6px */ }

#things {
  display: block;
  z-index: 999;
  /*min-width: 913px*/
  /*min-height: 583px*/
  position: absolute;
  left: -webkit-calc((100% - 913px) / 2);
  left: calc((100% - 913px) / 2);
  right: 0; }

/* Одна колонка для смартфонов */
.breakpoint {
  max-width: 100%;
  display: inline-block; }

/* Две колонки для планшетов */
@media only screen and (min-width: 420px) {
  .breakpoint {
    max-width: 48%; } }

/* Четыре колонки для больших экранов */
@media only screen and (min-width: 760px) {
  .breakpoint {
    max-width: 24%; } }

body {
  font: normal 300 18px/25px "OpenSans", Arial, Helvetica, sans-serif;
  color: #484848;
  background: #160f09;
  overflow-x: hidden; }

/* Демо страница: типография */
h1, h2, h3 {
  font-weight: 700; }

h2, h3 {
  margin: 40px auto 20px auto; }

h1 {
  margin: 10px auto 50px auto;
  font-size: 38px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 2px; }

h2 {
  font-size: 28px;
  line-height: 34px; }

h3 {
  font-size: 22px;
  line-height: 26px; }

p, .button {
  margin: 5px auto 20px auto; }

.button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 96%;
  max-width: 200px;
  text-align: center;
  background: #3185fc;
  color: #e3eefc;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in; }
  .button:hover {
    background: #1978fc;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out; }

a {
  color: #3185fc;
  text-decoration: none;
  font-weight: 700; }
  a:hover {
    color: #1978fc; }

@media only screen and (max-width: 400px) {
  body {
    font-size: 16px; }
  h1 {
    font-size: 28px;
    line-height: 34px; }
  h2 {
    font-size: 22px;
    line-height: 26px; }
  h3 {
    font-size: 18px;
    line-height: 22px; } }



.send-button-label  span {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.send-button-label  h4 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.5;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 13px;
    color: #fff;
    text-decoration: none;
}
.send-button-label {
    margin-left: 66px;
    color: #fff;
    text-decoration: none;
}
.send-button-wrapper  a {
    text-decoration: none;
}
.send-button-wrapper {
    clear: both;
    float: right;
    z-index: 99;
    position: relative;
    height: 56px;
    width:260px;
}
.send-button {
    background: url(../images/plusic.png) no-repeat center;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    background-color: #ed1c24;
    position: absolute;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 56px;
    outline: none;
    text-align: center;
    width: 56px;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-animation: expandFab .4s ease-out;
    animation: expandFab .4s ease-out;
}

