body {
  font-family: "Gotham Pro";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
h1 {
  font-size: 34px;
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 46px;
  position: relative;
}
h2 span {
  font-weight: 400;
  font-size: 42px;
}
h2 b {
  font-size: 42px;
}
h3 {
  font-size: 30px;
  font-weight: 500;
}
h4 {
  font-size: 22px;
  font-weight: bold;
}
h5 {
  font-size: 36px;
  text-align: center;
  position: relative;
}
h6 {
  font-size: 24px;
}
p {
  margin: 0px;
  font-size: 18px;
}
a {
  color: #fff;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #00aeff;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style-type: none;
}
textarea {
  resize: none;
}
iframe {
  border: none !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.ovh {
  overflow: hidden;
}
.rel {
  position: relative;
}
.plr {
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.df {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fdc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.aic {
  -ms-flex-align: center;
  align-items: center;
}
.aie {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.ais {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.jcc {
  -ms-flex-pack: center !important;
  justify-content: center;
}
.jcb {
  -ms-flex-pack: justify !important;
  justify-content: space-between;
}
.w100 {
  width: 100%;
}
.vh100 {
  height: 100vh;
  min-height: 630px;
  padding-left: 0;
  padding-right: 0;
}
.screenshot {
  /*    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
    -webkit-transition: transform 1s, left 1s, top 1s;
    -o-transition: transform 1s, left 1s, top 1s;
    transition: transform 1s, left 1s, top 1s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    overflow: hidden;*/
}
.fortranslate {
  z-index: 9;
  position: relative;
  -webkit-transition: transform 1.2s;
  -o-transition: transform 1.2s;
  transition: transform 1.2s;
}
.activescreen {
  width: 100%;
  height: auto;
}
.whiteblock {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 40;
  background-color: #fff;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.activescreen .whiteblock {
  opacity: 0;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  background: url(../img/bgheader.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
}
.screenshot header {
  position: relative;
}
.forheader {
  padding-top: 27px;
}

.fixobvertka {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
}
.fixedmenu {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 20;
}
.visiblemenu {
  opacity: 1 !important;
}
.fixedmenu .forheader {
  padding-top: 10px;
  padding-bottom: 15px;
}
.blueborder {
  border-bottom: 1px dashed #00aeff;
  cursor: pointer;
  display: inline-table;
  position: relative;
  /*font-size: 12px;*/
  margin-top: 10px;
}
.blueborder:hover {
  color: #00aeff;
}
.forbtn {
  display: block;
}
.btn {
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  box-shadow: 0px 5px 20px 0px rgba(0, 174, 255, 0.5);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 174, 255, 0.5);
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: cubic-bezier(0, 0.98, 0.98, 1) 800ms;
  -o-transition: cubic-bezier(0, 0.98, 0.98, 1) 800ms;
  transition: cubic-bezier(0, 0.98, 0.98, 1) 800ms;
}
.backbtn {
  height: 141.6%;
  width: 107.2%;
  background: url(../img/btnimage.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: -20.6%;
  left: -3.6%;
  z-index: 0;
  -webkit-transition: cubic-bezier(0, 0.98, 0.98, 1) 800ms;
  -o-transition: cubic-bezier(0, 0.98, 0.98, 1) 800ms;
  transition: cubic-bezier(0, 0.98, 0.98, 1) 800ms;
}
.hover .btn {
  box-shadow: 0px 20px 0px 0px rgba(0, 174, 255, 0.7);
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 174, 255, 0.7);
}
.hover .backbtn {
  height: 200%;
  width: 150%;
  top: -50%;
  left: -25%;
  opacity: 0;
}
.wbtn,
.brs {
  border-radius: 24px;
}
.wbtn {
  width: 278px;
  height: 48px;
}
.btnheader {
  margin-top: 25px;
}
.blocklogo {
  width: 195px;
}
.logo {
  margin: 0 auto;
  position: relative;
  width: 165px;
  height: 72px;
  background: url(../img/logo.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  z-index: 2;
}
.logocircle {
  -webkit-transition: transform 800ms;
  -o-transition: transform 800ms;
  transition: transform 800ms;
  position: absolute;
  height: 61.111111%;
  width: 27.8787879%;
  top: 0px;
  left: 36.060606%;
  background: url(../img/logocircle.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.logo:hover .logocircle {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.menu {
  text-align: center;
  /*margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
  margin-left: -15px;
  margin-right: -15px;
}
.menu a {
  font-size: 12px;
  text-transform: uppercase;
}
.havemenu {
  display: inline-table;
}
.havemenu > a:after {
  content: "";
  margin-left: 5px;
  margin-bottom: 1px;
  width: 7px;
  height: 5px;
  background: url(../img/strmenudown.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
}
.havemenu > a {
  z-index: 2;
  position: relative;
}
.havemenu:hover > a::after {
  background-image: url(../img/strmenuup.png);
}
.havemenu:hover > a {
  color: #00aeff;
}
.podmenu {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1;
  overflow: hidden;
  -webkit-transition: opacity 400ms, padding 400ms;
  -o-transition: opacity 400ms, padding 400ms;
  transition: opacity 400ms, padding 400ms;
}
.havemenu:hover .podmenu {
  padding-top: 89px;
  padding-bottom: 35px;
  height: auto;
  opacity: 1;
}
.ulpodmenu {
  text-align: left;
  max-width: 190px;
}
.ulpodmenu p {
  font-size: 12px;
  padding-bottom: 5px;
  color: #00aeff;
  text-transform: uppercase;
}
.ulpodmenu li a {
  margin-top: 10px;
  font-size: 12px;
  text-transform: none;
  position: relative;
  display: table;
}
.svaz,
.svazfooter {
  width: 210px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.svaz a {
  font-size: 20px;
  font-weight: 900;
}
.svaz a span {
  font-weight: 500;
  color: #00aeff;
}
.btnzvon {
  font-size: 12px;
  margin-top: 10px;
}
.leftheader {
  max-width: 640px;
  width: 100%;
}

header .h1 {
  text-shadow: 0px 11.1893px 11.1893px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  font-size: 92px;
  line-height: 1;
}
header .h1-small {
  font-size: 29px;
  font-weight: 300;
}
header .h1-small .blueborder {
  margin-top: 0;
}
.typewrite {
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  margin: 36px 0 50px;
  width: 100%;
}
.typewrite:before {
  content: "+";
  display: inline-block;
  font-weight: 900;
  font-size: 32px;
  margin-right: 5px;
  color: #fff;
}

/* header .h1 strong{
    font-weight: bold;
    font-size: 70px;
}
header .h1{
    font-size: 34px;
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
}
header .h1 {
    line-height: 45px;
}
header .h1 strong .clickquestion {
    line-height: 65px;
}
header .h1 b{
    font-weight: bold;
} */

.bottomheader {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 50px 15px 15px;
  text-align: center;
}

.centerheader,
.rightheader {
  width: 245px;
}

.centerheader .zametka:last-child {
  margin-top: 250px;
}
.zametka strong {
  display: table;
}
.question {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff0000;
  color: #ff0000;
  text-align: center;
  padding-top: 0.5px;
  position: absolute;
  right: -19px;
  top: 0px;
  font-size: 10px;
  cursor: pointer;
  line-height: normal !important;
  font-family: "Gotham Pro";
  font-weight: 400;
}
.question:before {
  content: "?";
  display: block;
}
.clickquestion {
  margin-right: 19px;
}

.hidedes {
  position: absolute;
  height: 0px;
  width: 0px;
  left: 7px;
  top: 5px;
  padding: 0px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  color: #000 !important;
  font-size: 0px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-transform: none;
  text-align: left;
  font-weight: 400;
}
.hidedes:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0px;
  top: 50%;
  opacity: 0;
  background: url(../img/triangle.png) left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.activequestion .hidedes {
  opacity: 1;
  left: 28px;
  top: calc(50% - 35px);
  height: 70px;
  width: 168px;
  border-radius: 0px;
  font-size: 12px;
  padding: 8px;
  padding-right: 3px;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.5);
}
.activequestion .hidedes:after {
  width: 14px;
  height: 29px;
  left: -14px;
  top: calc(50% - 14.5px);
  opacity: 1;
}

.bgbody {
  background: url(../img/bgbody.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.building {
  position: absolute;
  width: 859px;
  height: 1075px;
  top: 185px;
  left: 0px;
  background: url(../img/building.png) left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.lefttest {
  width: 390px;
  margin-left: 82px;
  z-index: 8;
}
.lefttest .question {
  font-weight: bold;
}
.lefttest h2 {
  text-align: left;
}
.lefttest p {
  margin-top: 35px;
  line-height: 22px;
}
.btnfreescreen {
  margin-top: 35px;
}
.box {
  width: 1163px;
  height: 923px;
  position: absolute;
  right: -312px;
  top: 0px;
}
#testdrive .box {
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  /*-webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);*/
  top: 80%;
}
#testdrive .boxShow {
  /*-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);*/
  top: 0px;
}
.mhbox {
  height: 1000px;
}
.box > * {
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
.otstup {
  width: 100%;
  height: 20.37%;
}
.boxhat {
  position: relative;
  width: 27.34%;
  height: 23.29%;
  margin-left: 40.94%;
  background: url(../img/box-hat.png) center no-repeat;
  z-index: 5;
  -webkit-animation: animBoxHat 2s infinite ease-in-out alternate;
  -o-animation: animBoxHat 2s infinite ease-in-out alternate;
  animation: animBoxHat 2s infinite ease-in-out alternate;
}
#testdrive .boxhat {
  opacity: 0;
}
.boxbody {
  position: relative;
  margin-left: 15.82%;
  width: 58.03%;
  height: 31.64%;
  overflow: hidden;
}
.boxbodyback {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/box-body-back.png) bottom left no-repeat;
  z-index: 3;
  -webkit-background-size: contain;
  background-size: contain;
}
#testdrive .boxbodyback {
  z-index: 8;
}
.boxbodyfront {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/box-body.png) left bottom no-repeat;
  z-index: 5;
  -webkit-background-size: contain;
  background-size: contain;
}
#testdrive .boxbodyfront {
  z-index: 10;
}
.screen {
  position: absolute;
  width: 31.4%;
  height: 34.59%;
  top: 0.7%;
  left: 41.1%;
  background: url(../img/screen.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 4;
}
#testdrive .screen {
  -webkit-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  transform: translate(0, 120%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  z-index: 9;
}
#testdrive .visiblescreen {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.shadowbox {
  width: 100%;
  height: 37.7%;
  margin-top: -8.17%;
  background: url(../img/shadowbox.png) center no-repeat;
}
.semiblueshadow {
  display: none;
  position: absolute;
  width: 62.51%;
  height: 63.48%;
  top: 24%;
  left: 12.8%;
  background: url(../img/semiblueshadow-box.png) center no-repeat;
  z-index: 2;
  -webkit-animation: animSemiBlueShadow 2s infinite linear alternate;
  -o-animation: animSemiBlueShadow 2s infinite linear alternate;
  animation: animSemiBlueShadow 2s infinite linear alternate;
}
.shadowcreen {
  position: absolute;
  width: 63.2%;
  height: 71.4%;
  top: 24%;
  left: 11%;
  background: url(../img/shadowscreen.png) center no-repeat;
  z-index: 6;
  -webkit-animation: animScreenShadow 3s infinite cubic-bezier(0.3, 1, 0.5, -1) alternate;
  -o-animation: animScreenShadow 3s infinite cubic-bezier(0.3, 1, 0.5, -1) alternate;
  animation: animScreenShadow 3s infinite cubic-bezier(0.3, 1, 0.5, -1) alternate;
}
.whiteshadow {
  position: absolute;
  width: 94.41%;
  height: 84.83%;
  top: 1.1%;
  left: 2.9%;
  background: url(../img/whiteshadow-box.png) center no-repeat;
  z-index: 2;
  -webkit-animation: animWhiteShadow 2s infinite ease-in-out alternate;
  -o-animation: animWhiteShadow 2s infinite ease-in-out alternate;
  animation: animWhiteShadow 2s infinite ease-in-out alternate;
}
.blueshadow {
  position: absolute;
  width: 100%;
  height: 50.16%;
  top: 23.5%;
  left: 1%;
  background: url(../img/blueshadow-box.png) center no-repeat;
  z-index: 1;
  -webkit-animation: animBlueShadow 5s infinite cubic-bezier(0.8, 1.5, 0.2, -1) alternate;
  -o-animation: animBlueShadow 5s infinite cubic-bezier(0.8, 1.5, 0.2, -1) alternate;
  animation: animBlueShadow 5s infinite cubic-bezier(0.8, 1.5, 0.2, -1) alternate;
}
.stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

@-webkit-keyframes animBoxHat {
  from {
  }
  to {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@-o-keyframes animBoxHat {
  from {
  }
  to {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@-moz-keyframes animBoxHat {
  from {
  }
  to {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes animBoxHat {
  from {
  }
  to {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@-webkit-keyframes animWhiteShadow {
  from {
  }
  to {
    opacity: 0.6;
  }
}
@-o-keyframes animWhiteShdow {
  from {
  }
  to {
    opacity: 0.6;
  }
}
@-moz-keyframes animWhiteShdow {
  from {
  }
  to {
    opacity: 0.6;
  }
}
@keyframes animWhiteShdow {
  from {
  }
  to {
    opacity: 0.6;
  }
}

@-webkit-keyframes animBlueShadow {
  from {
  }
  to {
    opacity: 0.4;
  }
}
@-o-keyframes animBlueShadow {
  from {
  }
  to {
    opacity: 0.4;
  }
}
@-moz-keyframes animBlueShadow {
  from {
  }
  to {
    opacity: 0.4;
  }
}
@keyframes animBlueShadow {
  from {
  }
  to {
    opacity: 0.4;
  }
}

@-webkit-keyframes animScreenShadow {
  from {
  }
  to {
    opacity: 0.5;
  }
}
@-o-keyframes animScreenShadow {
  from {
  }
  to {
    opacity: 0.5;
  }
}
@-moz-keyframes animScreenShadow {
  from {
  }
  to {
    opacity: 0.5;
  }
}
@keyframes animScreenShadow {
  from {
  }
  to {
    opacity: 0.5;
  }
}

@-webkit-keyframes animSemiBlueShadow {
  from {
  }
  to {
    opacity: 0.3;
  }
}
@-o-keyframes animSemiBlueShadow {
  from {
  }
  to {
    opacity: 0.3;
  }
}
@-moz-keyframes animSemiBlueShadow {
  from {
  }
  to {
    opacity: 0.3;
  }
}
@keyframes animSemiBlueShadow {
  from {
  }
  to {
    opacity: 0.3;
  }
}

@-webkit-keyframes aniStart {
  from {
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes aniStart {
  from {
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes aniStart {
  from {
  }
  to {
    opacity: 0;
  }
}
@keyframes aniStart {
  from {
  }
  to {
    opacity: 0;
  }
}

.yacht {
  position: absolute;
  width: 705px;
  height: 414px;
  bottom: -250px;
  right: 0px;
  background: url(../img/yacht.png) left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.btnslide {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: url(../img/btnslide.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}
.btnslide:before {
  content: "";
  width: 8px;
  height: 13px;
  left: calc(50% - 4.5px);
  top: calc(50% - 6.5px);
  background: url(../img/strleft.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
}
.btnslide2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btnslide:hover {
  border-radius: 15px;
  background-image: -moz-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  box-shadow: 0px 2px 10px 0px rgba(0, 174, 255, 0.5);
}
.pos {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.slidepos {
  padding-left: 50px;
  padding-right: 50px;
  background: url(../img/linepos.png) center no-repeat;
  -webkit-background-size: 100% 2px;
  background-size: 100% 2px;
}
.slidepos .circlepos,
.slidepos .circlepos2 {
  margin-left: 45px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  position: relative;
  cursor: pointer;
}
.slidepos .circlepos:before,
.slidepos .circlepos2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0px;
  width: 0px;
  background: url(../img/btnslide.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.slidepos .activepos:before,
.slidepos .circlepos:hover:before,
.slidepos .activepos2:before,
.slidepos .circlepos2:hover:before {
  width: 166.67%;
  height: 166.67%;
  left: -33.335%;
  top: -33.335%;
}
.allslides {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.slide {
  width: 100%;
}

#keys {
  margin-top: -260px;
  padding-bottom: 8px;
  padding-top: 100px;
}
.slidekeys {
  margin-top: 40px;
}
.slidekeys .ovh,
.slidekeys .obrazec,
.feedbacks .ovh {
  width: 100%;
}
.slidekeys .btnprev {
  top: 0px;
  right: 69px;
}
.slidekeys .btnnext {
  top: 0px;
  right: 30px;
}
.slidekeys .slidepos {
  margin-top: 50px;
}
.slidekeys .slide {
  min-height: 392px;
  padding-bottom: 20px;
}
.imgkeys {
  margin-top: 25px;
  width: 50.5%;
  height: 242px;
  margin-left: 5%;
}
.img3d {
  width: 100%;
  height: 100%;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
.shadowkeys {
  height: 184.71%;
  width: 303.68%;
  position: absolute;
  top: 26.45%;
  left: -90%;
  background: url(../img/shadow3d.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.txtkey {
  width: 41.5%;
  margin-left: 3%;
}
.txtkey h3 {
  padding-right: 85px;
}
.txtkey p {
  margin-top: 12px;
  font-size: 12px;
  color: #ccc;
}
.txtkey b {
  margin-top: 25px;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  color: #00aeff;
}
.works {
  max-width: 390px;
}
.works li {
  margin-top: 12px;
  margin-right: 20px;
  display: table;
  padding-left: 18px;
  font-size: 12px;
  color: #808080;
  background: url(../img/li.png) left center no-repeat;
  -webkit-background-size: 12px 11px;
  background-size: 12px 11px;
}
.works li:last-child,
.result:last-child {
  margin-right: 0px;
}
.works .activework {
  color: #fff;
  background: url(../img/activeli.png) left -4px center no-repeat;
  -webkit-background-size: 22px;
  background-size: 22px;
}
.result {
  margin-top: 15px;
  margin-right: 28px;
  display: table;
}
.txtkey .result p {
  margin-top: 0px;
  color: #fff;
}
.result strong {
  display: block;
  font-size: 34px;
  font-weight: 500;
}
.btnwant {
  margin-top: 35px;
}

#howwork {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}
.verticalSlide {
  width: 555px;
  height: 592px;
  margin: 0 auto;
  margin-top: 52px;
}
.btnprevrev,
.btnnextrev {
  right: 28px;
}
.btnprevrev {
  bottom: 70px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btnnextrev {
  bottom: 30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.desSlide {
  display: none;
  opacity: 0;
}
.activesObj {
  display: block;
  opacity: 1;
}
.description {
  font-size: 14px;
  width: 145px;
  position: absolute;
}
.description:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 59px;
  top: calc(50% - 1px);
  background: url(../img/lindedes.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.leftdes {
  left: -205px;
  text-align: right;
}
.leftdes:before {
  right: -59px;
}
.rightdes {
  right: -205px;
  text-align: left;
}
.rightdes:before {
  left: -59px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.verticalSlide .ovh {
  width: 556px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.allActivationObj {
  width: 556px;
  height: 100%;
  left: calc(50% - 278px);
  top: 0px;
  position: absolute;
  z-index: 2;
}
.allslidesrev,
.allslidesprototype {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.verticalSlide,
.sliderev {
  width: 100%;
  position: relative;
}
.sliderev {
  left: 0px;
  position: absolute;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.shadowVerticalSlider {
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0px;
  z-index: 1;
}

input[type="range"]::-moz-focus-outer {
  border: 0 !important;
}

.range {
  width: 100%;
  height: calc(100% + 100px);
  left: 0px;
  top: -50px;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.range input[type="range"] {
  width: calc(100% + 28px);
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 1px;
  margin: 0px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: -14px;
  background: none;
}
.range input[type="range"]:focus {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/* Полоса в Хроме */
.range input[type="range"]::-webkit-slider-runnable-track {
  height: 0px;
  background: none;
  cursor: pointer;
  width: 100%;
}

/* Полоса в Мозиле */
.range input[type="range"]::-moz-range-track {
  height: 0px;
  background: none;
  cursor: pointer;
  width: 100%;
}

/* Полоса в Internet Explorer */
.range input[type="range"]::-ms-track {
  height: 0px;
  background: none;
  cursor: pointer;
  width: 100%;
}

/* Бегунок в Хроме */
.range input[type="range"]::-webkit-slider-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  -webkit-appearance: none;
  margin-top: -14px;
  z-index: 1;
  background: url(../img/rangecircle.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 234, 255, 0.5), 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}

/* Бегунок в Мозиле */
.range input[type="range"]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  -moz-appearance: none;
  margin-top: -14px;
  z-index: 1;
  background: url(../img/rangecircle.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 234, 255, 0.5), 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}

/* Бегунок в Internet Explorer */
.range input[type="range"]::-ms-thumb {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  -ms-appearance: none;
  margin-top: -14px;
  z-index: 1;
  background: url(../img/rangecircle.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 234, 255, 0.5), 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}

.linerange {
  height: 100%;
  position: absolute;
  width: 4px;
  left: 0px;
  margin-left: -2px;
  top: 0px;
  background: url(../img/linerange.png) center no-repeat;
  -webkit-background-size: 100% 103%;
  background-size: 100% 103%;
}
.forfilters {
  margin-left: -35px;
  padding-top: 15px;
}
.btnfilter {
  height: 39px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 36.5px;
  padding-right: 36.5px;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background: url(../img/btnbot.png) bottom center no-repeat;
  -webkit-background-size: calc(100% - 40px) 1.75px;
  background-size: calc(100% - 40px) 1.75px;
  border-radius: 20px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.btnfilter:last-child {
  margin-right: 0;
}
.btnfilter:before,
.btnfilter:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  bottom: 0px;
  background: url(../img/leftbtn.png) no-repeat;
  background-position: left bottom;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.btnfilter:before {
  left: 0px;
}
.btnfilter:after {
  right: 0px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.btnfilter:hover,
.activefilter {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  color: #fff;
}
.btnfilter:hover:before,
.btnfilter:hover:after,
.activefilter:before,
.activefilter:after {
  background: none;
}
#ourworks {
  padding-top: 30px;
  padding-bottom: 35px;
}
.ourworks {
  background-color: #000321;
}
.ourwork {
  width: 20%;
  min-height: 390px;
  position: relative;
  perspective: 500px;
  display: block;
}
.ourwork:hover {
  z-index: 1;
}
.for3d {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 48px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.hoverwork {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../img/hoverwork.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.ourwork:hover .hoverwork,
.ourwork:hover .infoourwork,
.ourwork:hover .btnwatchkeys {
  opacity: 1;
}
.ourwork:hover {
  color: #fff;
}
.infoourwork,
.btnwatchkeys {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  position: relative;
}
.infoourwork .works {
  max-width: 100%;
  padding-top: 10px;
}
.infoourwork .works li {
  margin-right: 0px;
}
.btnwithline {
  font-size: 12px;
  font-weight: bold;
  color: #00acfd;
  text-transform: uppercase;
  -ms-align-self: flex-start;
  align-self: flex-start;
  position: relative;
  display: table;
  cursor: pointer;
}
.btnwithline:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  top: calc(50% - 1px);
  right: -58px;
  background: url(../img/lindedes.png) left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btnwatchkeys {
  margin-top: 20px;
}
.hidework {
  height: 0px !important;
  display: none !important;
}
.moreworks .hoverwork {
  opacity: 1 !important;
}
.moreworks .infoourwork,
.moreworks .btnwatchkeys {
  opacity: 0 !important;
}
.btnmoreworks {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 139px);
  opacity: 0;
  height: 0px;
}
.moreworks .btnmoreworks {
  opacity: 1 !important;
  height: 48px;
}
.bgbody2 {
  background: url(../img/bgbody2.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
}
#solutions {
  padding-top: 130px;
}
.styletabs {
  margin: 0 auto;
  background-image: -webkit-linear-gradient(
    left,
    rgb(20, 36, 151) 0%,
    rgb(0, 14, 113) 100%
  );
  background-image: -o-linear-gradient(left, rgb(20, 36, 151) 0%, rgb(0, 14, 113) 100%);
  background-image: linear-gradient(to right, rgb(20, 36, 151) 0%, rgb(0, 14, 113) 100%);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
}
.tabssolutions {
  margin-top: 45px;
  max-width: 835px;
}
.styletab {
  height: 48px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 400ms ease-out;
  -o-transition: 400ms ease-out;
  transition: 400ms ease-out;
  opacity: 0.8;
  margin-right: -1px;
  margin-left: -1px;
}
.styletab:first-child {
  border-radius: 24px 0px 0px 24px;
}
.styletab:last-child {
  border-radius: 0px 24px 24px 0px;
}
.styletab:after {
  content: "";
  width: 1px;
  height: 26px;
  background-color: rgb(0, 174, 255);
  position: absolute;
  right: 1px;
  top: calc(50% - 13px);
}
.styletab:last-child:after {
  display: none;
}
.styletab:hover,
.activetab {
  background: -moz-linear-gradient(90deg, rgb(0, 192, 255) 0%, rgb(59, 157, 249) 100%);
  background: -webkit-linear-gradient(90deg, rgb(0, 192, 255) 0%, rgb(59, 157, 249) 100%);
  background: -ms-linear-gradient(90deg, rgb(0, 192, 255) 0%, rgb(59, 157, 249) 100%);
  box-shadow: 0px 5px 20px 0px rgba(0, 174, 255, 0.5);
  opacity: 1;
}
.styletab:before {
  content: "";
  width: 13px;
  height: 6px;
  background: url(../img/activestrdown.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  box-shadow: 0px 5px 20px 0px rgba(0, 174, 255, 0.5);
  position: absolute;
  left: calc(50% - 6.5px);
  bottom: -11px;
  -webkit-transition: 400ms ease-out;
  -o-transition: 400ms ease-out;
  transition: 400ms ease-out;
  opacity: 0;
}
.activetab:before {
  opacity: 1;
}
.texttab {
  display: none;
  margin: 0 auto;
}
.texttabsol {
  text-align: center;
  margin-top: 32px;
  max-width: 995px;
}
.texttabsol .question {
  top: -3px;
  font-weight: bold;
}
.laptop {
  max-width: 980px;
  width: 100%;
  height: 538px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  background: url(../img/laptop.png) top center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.imgvideosol {
  position: absolute;
  width: 75.52%;
  height: 86.5%;
  top: 5%;
  left: 12.25%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: none;
}
.video {
  cursor: pointer;
}
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.activevideo iframe {
  display: block;
}
.starsdrive1 {
  background: url(../img/starsdrive1.png) center no-repeat;
  height: 1739px;
  top: 47px;
  left: 56px;
  -webkit-animation: aniStart 0.9s infinite ease-in-out alternate;
  -o-animation: aniStart 0.9s infinite ease-in-out alternate;
  animation: aniStart 0.9s infinite ease-in-out alternate;
}
.starsdrive2 {
  background: url(../img/starsdrive2.png) center no-repeat;
  height: 1596px;
  top: 112px;
  left: 148px;
  -webkit-animation: aniStart 1.3s infinite ease-in-out alternate;
  -o-animation: aniStart 1.3s infinite ease-in-out alternate;
  animation: aniStart 1.3s infinite ease-in-out alternate;
}
.starssolution {
  background: url(../img/starssolution.png) center no-repeat;
  height: 1233px;
  right: 40px;
  top: 150px;
  -webkit-animation: aniStart 1.8s infinite ease-in-out alternate;
  -o-animation: aniStart 1.8s infinite ease-in-out alternate;
  animation: aniStart 1.8s infinite ease-in-out alternate;
}
.starsdrive3 {
  top: 199px;
}
.mtminus {
  margin-top: -210px;
}
.forbtnback {
  display: none;
}
.btnback {
  margin-top: 30px;
}
#services {
  padding-top: 110px;
}
.tabsservices {
  margin-top: 30px;
  max-width: 740px;
}
.texttabservices {
  margin-top: 45px;
}
.service {
  width: 25%;
  padding-left: 35px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../img/bgservice.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid rgb(0, 7, 56);
  position: relative;
}
.service:hover {
  -webkit-box-shadow: 0px 0px 50px 5px rgba(0, 174, 255, 0.7);
  box-shadow: 0px 0px 50px 5px rgba(0, 174, 255, 0.7);
  z-index: 1;
}
.topservice p {
  margin-top: 12px;
  font-size: 12px;
  color: #c7c7c7;
}
.topservice p > span {
  color: #fff;
}
.topservice p strong {
  margin-top: 5px;
}
.topservice b {
  font-size: 12px;
  display: block;
  margin-top: 15px;
}
.topservice b strong {
  font-weight: 400;
  padding-bottom: 1px;
}
.botservice {
  margin-top: 30px;
}
.botservice span {
  display: block;
  font-size: 18px;
  padding-bottom: 14px;
}
.service .question {
  font-weight: 700;
  top: -5px;
}
#calc {
  padding-top: 120px;
}
#calc h5 {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.calc {
  margin-top: 50px;
  margin-left: -33px;
  margin-right: -33px;
  position: relative;
  z-index: 1;
}
.stepcalc {
  width: 430px;
  height: 182px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 35px;
  padding-left: 75px;
  padding-right: 45px;
}
.stepcalc:nth-child(1) {
  background-image: url(../img/bgnisha.png);
}
.stepcalc:nth-child(2) {
  width: 405px;
  background-image: url(../img/bgbudget.png);
  margin-left: -30px;
}
.stepcalc:nth-child(3) {
  background-image: url(../img/bgcheck.png);
  margin-left: -30px;
}
.hovercalc {
  opacity: 0;
  position: absolute;
  width: calc(100% + 5px);
  height: calc(100% + 20px);
  right: 0px;
  top: -10px;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.stepcalc:nth-child(1) .hovercalc {
  background-image: url(../img/hovnisha.png);
}
.stepcalc:nth-child(2) .hovercalc {
  background-image: url(../img/hovbudget.png);
}
.stepcalc:nth-child(3) .hovercalc {
  background-image: url(../img/hovcheck.png);
}
.activecalc .hovercalc {
  opacity: 1;
}
.canhover .hovercalc {
  opacity: 0;
}
.canhover:hover {
  opacity: 1;
  z-index: 1;
}
.canhover:hover .hovercalc {
  opacity: 1;
}
.cannotuse {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.canhover .cannotuse {
  display: none;
}
.contentcalc {
  position: relative;
}
.contentcalc b {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.contentcalc p {
  font-size: 10px;
  font-weight: 300;
  margin-top: 15px;
  max-width: 250px;
}
.fornisha,
.forcity {
  margin: 0px;
  position: relative;
  margin-top: 10px;
}
#nisha,
#city,
#date {
  width: calc(100% - 5px);
  height: 48px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  padding-left: 20px;
  padding-right: 30px;
  cursor: pointer;
  border-radius: 24px;
  background: #fff url(../img/strdropmenu.png) right 20px center no-repeat;
  -webkit-background-size: 7px 5px;
  background-size: 7px 5px;
}
.hidenisha,
.hidesfera,
.hidecity {
  display: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 10px;
  border: 1px solid #6d6d6d;
  border-top: none;
  position: absolute;
  left: 0px;
  top: 49px;
  margin-left: 23px;
  width: calc(100% - 48px);
  z-index: 2;
  max-height: 163px;
  overflow: auto;
}
.qwiz .hidenisha,
.hidecity {
  z-index: 11;
}
.hidenisha li,
.hidesfera li,
.hidecity li {
  color: #6d6d6d;
  font-size: 14px;
  padding-top: 14px;
  font-weight: 500;
  cursor: pointer;
}
.hidenisha li:last-child,
.hidesfera li:last-child,
.hidecity li:last-child {
  padding-bottom: 12px;
}
.hidenisha li:hover,
.hidesfera li:hover,
.hidecity li:hover {
  color: #333;
}
.range2 {
  position: relative;
  margin-top: 31px;
  width: 100%;
  height: 5px;
}
.range2 input[type="range"] {
  width: 100%;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  margin: 0px;
  height: 5px;
  display: block;
}
.range2 input[type="range"]:focus {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.range2 input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background-color: rgb(244, 244, 244);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.range2 input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -5px;
  border-width: 3px;
  border-color: rgb(0, 174, 255);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
}

.range2 input[type="range"]::-moz-range-track {
  height: 5px;
  background-color: rgb(244, 244, 244);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
}
.range2 input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  margin-top: -5px;
  border-width: 3px;
  border-color: rgb(0, 174, 255);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box !important;
}

.range2 input[type="range"]::-ms-track {
  height: 5px;
  background-color: rgb(244, 244, 244);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.range2 input[type="range"]::-ms-thumb {
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-width: 1px;
  border-color: rgb(0, 174, 255);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -ms-appearance: none;
  position: relative;
  z-index: 1;
}

.rangeline {
  background-color: rgb(0, 174, 255);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  height: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.range2 input[type="range"]::-moz-range-progress {
  background-color: rgb(0, 174, 255);
}

.range2 input[type="range"]::-ms-fill-lower {
  background-color: rgb(0, 174, 255);
}

.step {
  position: absolute;
  top: 14px;
  padding-top: 15px;
  display: table;
  font-size: 10px;
  background: url(../img/bgstep.png) center top no-repeat;
  -webkit-background-size: 1px 10px;
  background-size: 1px 10px;
}
.currentval {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  display: table;
  top: -25px;
}
.forwidth {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
  position: relative;
}
.resultscalc {
  background: url(../img/bgresult.png) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 469px;
  left: 0px;
  top: -329px;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-right: 45px;
}
.resultcalc {
  display: table;
  max-width: 240px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 1;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.activeresult {
  opacity: 1;
}
.resultcalc b {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #00aeff;
}
.resultcalc strong {
  display: block;
  font-weight: 500;
  font-size: 26px;
  margin-top: 10px;
}
.forbuttons {
  padding-top: 150px;
}
.btnlp {
  margin-top: 30px;
}
.btndiscount {
  margin-top: 30px;
  margin-left: 20px;
  box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 0.004);
  background: url(../img/hovbtndis.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
}
.btndiscount:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 1),
    inset 0px 0px 6px 0px rgba(255, 0, 0, 1);
  box-shadow: 0px 0px 6px 0px rgba(255, 0, 0, 1), inset 0px 0px 6px 0px rgba(255, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.additionallyinfo {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  max-width: 454px;
  font-size: 10px;
  font-weight: 300;
  color: #6c6f87;
}
.groupstars,
.groupstars2,
.groupstars3 {
  position: absolute;
  left: 0;
  top: 300px;
  width: 100%;
}
.groupstars2 {
  top: 300px;
}
.groupstars3 {
  top: -500px;
}
#administration {
  padding-top: 125px;
}
.tabsadministration {
  max-width: 685px;
  margin-top: 35px;
}
.texttabadmin {
  text-align: center;
  max-width: 530px;
  margin-top: 25px;
}
.macbook {
  position: absolute;
  left: 0px;
  margin-top: -70px;
  width: 100%;
  height: 1060px;
  background: url(../img/macbook.png) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.imgvideomac {
  position: absolute;
  top: 11.2%;
  left: calc(50% - 292px);
  width: 576px;
  height: 33.21%; /*352px*/
  -webkit-background-size: cover !important;
  background-size: cover !important;
  display: none;
}
.playmac {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../img/playmac.png) center no-repeat;
  -webkit-background-size: 60px 63px;
  background-size: 60px 63px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 7.77px;
  color: #00aeff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
}
.breef {
  position: relative;
  max-width: 755px;
  margin: 0 auto;
  margin-top: 448px;
}
.breef p {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}
.btnbreef {
  margin: 0 auto;
  margin-top: 20px;
}
#command {
  padding-top: 150px;
  position: relative;
  z-index: 1;
}
.commandslider {
  margin-top: 35px;
  width: calc(50% - 24px);
}
.prevslide,
.nextslide {
  bottom: 30px;
}
.prevslide {
  right: calc(34% - 51px);
}
.nextslide {
  right: calc(34% - 92px);
}

.prevslide2,
.nextslide2 {
  top: 0px;
}
.prevslide2 {
  left: calc(34% - 92px);
}
.nextslide2 {
  left: calc(34% - 51px);
}

/*.prevslide, .nextslide{
    width: 31px;
    height: 95px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 47.5px);
    z-index: 3;
}
.prevslide{
    left: 35px;
}
.nextslide{
    right: 35px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
.gallery {
  overflow-x: hidden;
  height: 430px;
  position: relative;
  background: none;
}
.fotogall0,
.fotogall1,
.fotogall2,
.fotogall3,
.fotogall4,
.fgall0,
.fgall1,
.fgall2,
.fgall3,
.fgall4 {
  position: absolute;
  overflow: visible !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.fotogall0,
.fotogall1,
.fgall3,
.fgall4 {
  height: calc(100% - 30px);
  width: 66%;
  top: 0px;
}
.fotogall0,
.fotogall1 {
  left: 0px;
  right: auto !important;
}
.fgall3,
.fgall4 {
  right: 0px;
}
.fotogall2,
.fotogall3,
.fotogall4,
.fgall0,
.fgall1,
.fgall2 {
  height: calc(50% - 50px);
  width: calc(34% - 20px);
}
.fotogall2,
.fotogall3,
.fotogall4 {
  right: 0px;
}
.fgall0,
.fgall1,
.fgall2 {
  left: 0px;
}
.fotogall2 {
  top: 0px;
}
.fgall2 {
  top: 50px;
}
.fotogall3,
.fotogall4 {
  top: calc(50% - 30px);
}
.fgall0,
.fgall1 {
  top: calc(50% + 20px);
}
.fotogall0 .whoisit,
.fotogall2 .whoisit,
.fotogall3 .whoisit,
.fotogall4 .whoisit {
  opacity: 0;
}
.fotogall,
.fgall {
  display: none;
}
.posgall,
.posgall2 {
  margin-top: 20px;
}
.whoisit {
  width: 77.8%;
  left: 11.1%;
  height: 81px;
  bottom: -30px;
  padding-left: 25px;
  background: url(../img/bgwho.png) center left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.whoisit b {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: font-size 800ms;
  -o-transition: font-size 800ms;
  transition: font-size 800ms;
}
.whoisit p {
  font-size: 12px;
  margin-top: 6px;
  -webkit-transition: font-size 800ms;
  -o-transition: font-size 800ms;
  transition: font-size 800ms;
}
.fotogall2 .whoisit *,
.fotogall3 .whoisit *,
.fotogall4 .whoisit * {
  font-size: 0px !important;
}
.shadowcommand,
.shadowoffice,
.ramka {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.5);
}
.bigshadow {
  background: url(../img/shadowbigphoto.png) center no-repeat;
  opacity: 0;
}
.smallshadow {
  background: url(../img/shadowsmallphoto.png) center no-repeat;
  opacity: 1;
}
.bottomoffice {
  position: absolute;
  width: 78%;
  height: 30px;
  left: 11%;
  bottom: -30px;
  background: url(../img/bottomoffice.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
}
.ramka {
  background: url(../img/ramka.png) center bottom no-repeat;
  -webkit-background-size: 100.5% auto !important;
  background-size: 100.5% auto !important;
  opacity: 0;
}
.shadowoffice {
  background: url(../img/shadowoffice.png) center no-repeat;
  opacity: 1;
}

.fotogall1 .smallshadow,
.fgall3 .shadowoffice {
  opacity: 0;
}
.fotogall1 .bigshadow,
.fgall3 .bottomoffice,
.fgall3 .ramka {
  opacity: 1;
}

#feedbacks {
  padding-top: 110px;
}
.feedbacks {
  margin-top: -20px;
}
.feedbacks .btnslide {
  top: calc(50% - 15.5px);
}
.feedbacks .btnprev {
  left: -61px;
}
.feedbacks .btnnext {
  right: -61px;
}
.feedbacks .obrazec {
  width: 25%;
}
.feedbacks .ovh {
  padding-top: 70px;
  padding-bottom: 70px;
}
.feedbacks .slide {
  padding-left: 15px;
  padding-right: 15px;
  height: 190px;
}
.feedbacks .pos {
  bottom: 25px;
  position: absolute;
}
.imgfeedback {
  width: 100%;
  height: 100%;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  cursor: pointer;
  position: relative;
}
#feedbacks {
  z-index: 2;
}
.txtfeedback .imgfeedback {
  background: url(../img/txtfb.png) center no-repeat;
}
.videofeedback .imgfeedback {
  background: url(../img/videofb.png) center no-repeat;
}
.videofeedback .imgfeedback:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 59px;
  left: calc(50% - 45px);
  top: calc(50% - 35px);
  background: url(../img/playmac.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.imgfeedback > * {
  display: none;
}
.imgfeedback:after {
  content: "";
  width: 354px;
  height: 319px;
  left: calc(50% - 177px);
  top: calc(50% - 160px);
  position: absolute;
  background: url(../img/hoverfb.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  z-index: -1;
}
.imgfeedback:hover:after {
  opacity: 0.8;
}
#smallbreef {
  padding-top: 100px;
}
.smallbreef {
  position: relative;
}
.leftbreef {
  width: 100%;
  margin-top: 35px;
  max-width: 390px;
}
.leftbreef .works {
  max-width: 100%;
}
.rightbreef {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 35px;
  max-width: 360px;
  margin-left: 15px;
  margin-right: 15px;
  background: url(../img/ramka2.png) bottom center no-repeat;
  -webkit-background-size: 100.5% auto;
  background-size: 100.5% auto;
}
.forma {
  margin: 0 auto;
  display: none;
  opacity: 0;
}
.formasb1 {
  opacity: 1;
}
.forma input,
.forsfera {
  margin-top: 15px;
  border: none;
  background: url(../img/bginput.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  font-weight: bold;
  color: #fff;
  outline: none !important;
  padding-left: 23px;
  padding-right: 23px;
  text-transform: uppercase;
  font-size: 12px;
  display: table;
}
.forsfera {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.forma input:focus,
.forma input:hover,
.forsfera:hover {
  box-shadow: 0px 0px 8px 1px rgba(0, 174, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}
.forma input::-webkit-input-placeholder {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.forma input::-moz-placeholder {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.forma input:-moz-placeholder {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.forma input:-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.btnnextform,
.btnsendsmallbreef {
  margin-top: 15px;
}
.sfera {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../img/whitestrdown.png) right 2px center no-repeat;
  -webkit-background-size: 7px 5px;
  background-size: 7px 5px;
}
.hidesfera li {
  font-size: 12px;
}
#qa {
  padding-top: 115px;
}
.qa {
  margin-top: 25px;
  position: relative;
}
.qs {
  width: 250px;
}
.q {
  width: calc(100% - 8px);
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  background: url(../img/bgquestion.png) left center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  cursor: pointer;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin-top: 10px;
}

.q:first-child {
  margin-top: 0px;
}
.q:hover,
.activeq {
  background-image: url(../img/bgwho.png);
}
.activeq {
  width: 100%;
  padding: 12px 18px;
}
.as {
  width: 100%;
  max-width: 680px;
  position: relative;
}
.a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  opacity: 0;
  padding: 22px;
  padding-top: 0;
  border-width: 1px;
  border-color: rgb(0, 7, 56);
  border-style: solid;
  background-image: -moz-linear-gradient(
    45deg,
    rgba(4, 9, 54, 0.94902) 0%,
    rgba(4, 9, 54, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(4, 9, 54, 0.94902) 0%,
    rgba(4, 9, 54, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgba(4, 9, 54, 0.94902) 0%,
    rgba(4, 9, 54, 0.8) 100%
  );
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.5);

  display: none;
}
.activea {
  opacity: 1;
  display: block;
}
.a p,
.a ul {
  margin-top: 20px;
  font-size: 12px;
}
.a p,
.a ul li {
  line-height: 16px;
}
.a ul li {
  list-style-type: disc;
  margin-left: 15px;
}
#begin {
  padding-top: 200px;
}
.begin h6 {
  width: 100%;
  max-width: 500px;
  padding-right: 30px;
}
footer {
  position: relative;
  padding-top: 170px;
  padding-bottom: 55px;
  background-image: -moz-linear-gradient(90deg, rgb(0, 2, 39) 0%, rgba(0, 2, 39, 0) 100%);
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 2, 39) 0%,
    rgba(0, 2, 39, 0) 100%
  );
  background-image: -ms-linear-gradient(90deg, rgb(0, 2, 39) 0%, rgba(0, 2, 39, 0) 100%);
}
.svazfooter {
  width: 195px;
}
.svazfooter a {
  font-size: 18px;
  color: #fff;
  margin-top: 2px;
}
#footer nav {
  width: 100%;
  max-width: 140px;
}
#footer nav.twocols {
  max-width: 280px;
}
#footer nav a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: table;
  margin-top: 11px;
}
#footer nav a:first-child,
.svazfooter a:first-child {
  margin-top: 0;
}
.svazfooter a:hover,
#footer nav a:hover {
  color: #00aef0;
}
.forcont {
  width: 100%;
  max-width: 315px;
  margin-right: 50px;
}
.forcont p {
  font-size: 12px;
  padding-left: 18px;
  background: url(../img/adr.png) left top 2px no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
}
.email {
  font-size: 12px;
  color: #fff;
  padding-left: 18px;
  background: url(../img/mail.png) left center no-repeat;
  -webkit-background-size: 13px 10px;
  background-size: 13px 10px;
  margin-top: 12px;
  display: table;
}
.bgpt {
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 110px;
}
.qwiz {
  height: 435px;
  width: 750px;
  padding-left: 68px;
  padding-right: 68px;
  margin: 0 auto;
  margin-top: 80px;
  background-color: #040935;
  border: 2px solid #399ff9;
  position: relative;
}
.qwiz:first-child {
  margin-top: 0;
}
.qwizstep {
  text-transform: uppercase;
  font-size: 16px;
  color: #00aeff;
  font-weight: bold;
}
#begintest .qwizstep {
  margin-top: 30px;
}
.qwiz h6 {
  position: relative;
  z-index: 10;
}
#begintest h6 {
  padding-right: 15px;
}
.ulqwiz {
  padding-top: 7px;
}
.qwiz ol {
  padding-left: 15px;
}
.qwiz ol li {
  font-size: 14px;
  margin-top: 7px;
}
.ulqwiz li b {
  text-decoration: line-through;
}
.btnqwiz {
  margin-top: 35px;
  z-index: 10;
}
.boxqwiz {
  width: 881px;
  height: 700px;
  top: auto;
  bottom: -51%;
  right: -44%;
}
.shadowqwiz {
  position: absolute;
  width: 1920px;
  height: 1282px;
  top: calc(50% - 641px);
  left: calc(50% - 960px);
  background: url(../img/shadowqwiz.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: -1;
  opacity: 0.8;
}
.leftqwiz {
  width: 100%;
  max-width: 282px;
}
.leftqwiz h6 {
  margin-top: 30px;
}
.qwiz form {
  padding-top: 5px;
}
.radio,
.check {
  font-size: 14px;
  margin-top: 12px;
  padding-left: 25px;
  position: relative;
  display: table;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.radio:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  visibility: visible;
  background: url(../img/btnslide.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  box-shadow: 0px 0px 6px 0px rgba(0, 174, 255, 1),
    inset 0px 0px 6px 0px rgba(0, 174, 255, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.activeradio:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: calc(50% - 4px);
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(0, 204, 255) 0%,
    rgb(0, 102, 255) 100%
  );
  z-index: 1;
  visibility: visible;
}

.qwiz .check {
  padding-left: 30px;
}
.check:before {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  visibility: visible;
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  background: url(../img/checkbox.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.activecheck:before {
  background-image: url(../img/checked.png);
}

.rightqwiz {
  width: 100%;
  max-width: 268px;
}
.radioinfo {
  display: none;
}
.rightqwiz strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 7px;
}
.rightqwiz p {
  font-size: 12px;
  margin-top: 11px;
  line-height: 18px;
}
.rightqwiz span {
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-top: 20px;
}
.rightqwiz > b,
.radioinfo > b {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  color: #00aeff;
  margin-top: 23px;
  font-weight: normal;
}
.rightqwiz a {
  display: table;
  margin-top: 10px;
  padding-left: 16px;
  font-size: 12px;
  background: url(../img/ssulka.png) left center no-repeat;
  -webkit-background-size: 12px;
  background-size: 12px;
  text-decoration: underline;
}
.rightqwiz a:hover {
  background-image: url(../img/ssulkahover.png);
}
#step1 {
  margin-top: 170px;
}
.qwiz .contentcalc {
  padding-top: 10px;
}
.qwiz .contentcalc b {
  margin-top: 18px;
}
.rightqwiz ul li {
  font-size: 12px;
  margin-top: 5px;
}
.rightqwiz ul li:before {
  content: "- ";
}
.btnstep4 {
  margin-top: 75px;
}
#date {
  outline: none !important;
  font-size: 14px;
  color: #b3b3b3;
  text-transform: uppercase;
  font-family: "Gotham Pro";
  border: none;
  margin-top: 6px;
  background-image: none;
  cursor: default;
}
::-webkit-inner-spin-button {
  display: none;
}
::-webkit-clear-button {
  display: none;
}
::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  background: #fff url(../img/strdropmenu.png) center right 0px no-repeat;
  -webkit-background-size: 7px 5px;
  background-size: 7px 5px;
  cursor: pointer;
}
#step5 .rightqwiz {
  margin-top: -40px;
}
.btnendtest {
  margin-top: 20px;
}
#endtest h6 {
  max-width: 450px;
}
#endtest .forma {
  display: block;
  opacity: 1;
  margin-left: 0;
  position: relative;
  z-index: 11;
}

.mh100 {
  min-height: 100vh;
}
.none,
.costclick,
.ctr {
  display: none !important;
}
.active {
  /*display: block!important;*/
  display: block;
}
.activetable {
  display: table !important;
}
.noneanim,
.activescreen .stars,
.noneanim * {
  -webkit-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.m0 {
  margin: 0px !important;
  padding: 0px !important;
}
.hideworkfilter {
  height: 0px !important;
  display: none !important;
}
.relheader {
  position: relative !important;
}
.btnmenu {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: box-shadow 400ms;
  -o-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 192, 255) 0%,
    rgb(59, 157, 249) 100%
  );
  box-shadow: 0px 5px 20px 0px rgba(0, 174, 255, 0.5);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 174, 255, 0.5);
  margin-right: 15px;
  margin-left: 15px;
}
.btnmenu:hover {
  -webkit-box-shadow: 0px 0px 35px 2px rgba(247, 48, 48, 0.31);
  box-shadow: 0px 0px 35px 2px rgba(247, 48, 48, 0.31);
}

.linemenu {
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin-top: 8px;
}
.linemenu:first-child {
  margin-top: 0 !important;
}
.linemenu:nth-child(2) {
  width: 78%;
  -webkit-transition: width 400ms;
  -o-transition: width 400ms;
  transition: width 400ms;
}
.btnmenu:hover .linemenu:nth-child(2) {
  width: 100%;
}
.closemenu {
  position: absolute;
  top: 26px;
  right: 26px;
  display: none;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.closemenu span,
.closeform span {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 2px;
  -webkit-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.btnclose,
.closebtnform {
  width: 19px;
  height: 20px;
  margin-left: 15px;
  position: relative;
  -webkit-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}
.closemenu:hover .btnclose,
.closeform:hover .closebtnform {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.closemenu:hover span,
.closeform:hover span {
  color: #00aeff;
}
.linemenu2 {
  position: absolute;
  top: 9px;
  left: -3px;
  width: 24px;
  height: 1.5px;
  background-color: #fff;
  -webkit-transition: background 400ms;
  -o-transition: background 400ms;
  transition: background 400ms;
}
.closemenu:hover .linemenu2,
.closeform:hover .linemenu2 {
  background-color: #00aeff;
}
.linemenu2:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.linemenu2:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closeblock {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100vh;
  background-color: #000;
  cursor: pointer;
  z-index: 19;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.openblock {
  width: 100%;
  opacity: 0.3;
}
.forforma {
  position: fixed;
  top: 0;
  left: -100%;
  width: 0%;
  height: 100vh;
  z-index: 50;
  display: none;
  opacity: 0;
  background: url(../img/bgform.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: opacity 400ms, left 400ms;
  -o-transition: opacity 400ms, left 400ms;
  transition: opacity 400ms, left 400ms;
}
.foranim {
  left: 0;
  opacity: 1;
}
.openform {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

.closeform span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  margin-top: 14px;
  padding-top: 0;
}
.closeform {
  position: absolute;
  right: 50px;
  top: 40px;
  cursor: pointer;
  z-index: 55;
}
.closebtnform {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
.closebtnform .linemenu2 {
  position: absolute;
  top: 48.8%;
  left: -20%;
  width: 140%;
  height: 2px;
}

.thisforma {
  width: 100%;
  max-width: 580px;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;
}
.thisforma2 {
  max-width: 715px;
}
.thisforma h1 {
  text-align: center;
}
.thisforma span {
  font-size: 16px;
  display: block;
  margin-top: 25px;
}
.mlform {
  margin-left: -150px;
}
.mlform h1 {
  text-align: left;
}
.foranim .thisforma {
  opacity: 1;
}
.thisforma .rightbreef {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.thisforma .forma {
  display: block;
  opacity: 1;
}
.thisforma input {
  margin: 0 auto;
  margin-top: 20px;
}
.thisforma input:first-child {
  margin-top: 0;
}
.btnsend {
  margin: 0 auto;
  margin-top: 30px;
}
.pedro,
.fbpedro {
  width: 100%;
}
.circlepedro {
  background: url(../img/circleotzuv.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 207px;
  height: 207px;
  flex-shrink: 0;
}
.imgpedro {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.txtpedro {
  padding-left: 30px;
}
.txtpedro > b {
  font-size: 24px;
  text-transform: uppercase;
}
.txtpedro p {
  margin-top: 10px;
}
.fbpedro,
.videofb {
  margin-top: 30px;
}
.videofb {
  width: 140%;
  height: 600px;
  margin-left: -20%;
  position: relative;
}
.videofb iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.videofb,
.fbpedro {
  display: none;
}
.fbpedro p,
.txtpedro p {
  font-size: 16px;
}
.planet,
.raketa,
.kater {
  -webkit-transition: transform 800ms;
  -o-transition: transform 800ms;
  transition: transform 800ms;
}
.planet {
  background: url(../img/planet.png) right bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1140px;
  height: 814px;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}
.raketa {
  background: url(../img/raketa.png) left bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 727px;
  height: 1080px;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  -o-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
.raketman {
  background: url(../img/raketman.png) right top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 1242px;
  height: 1080px;
}
.kater {
  background: url(../img/kater.png) left bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 805px;
  height: 1080px;
  -webkit-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}
.foranim .planet,
.foranim .raketa,
.foranim .kater {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.infoourwork h4 {
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.open {
  display: block;
}
.none {
  display: none !important;
}
.error {
  display: none;
  text-align: center;
  margin-top: 5px;
}
.qwiz .error {
  margin-top: 10px;
}
.erroractive .error {
  display: block;
}

.forlanding-title {
  font-size: 18px;
  text-align: center;
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.fly_bt_virus {
  width: 161px;
  height: 145px;
  background: url(../img/fly_bt_virus.svg) left bottom no-repeat;
  position: fixed;
  right: 10%;
  top: 30%;
  z-index: 900;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}

.fly_bt_virus:hover {
  transform: rotate(-20deg) scale(1.1);
}

@media (max-width: 740px) {
  .fly_bt_virus {
    right: 10px;
    top: 72px;
    width: 132px;
    height: 116px;
  }
}

.svaz a {
  font-size: 18px;
}

/* 05.05.2022 добавить кнопку калькулятора в шапку на главной */
.btn-group {
  display: flex;
  flex-wrap: wrap;
}
.btn-group__col {
  width: auto;
}

.btn-group__col_type_calc {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .btn-group {
    justify-content: center;
  }
  .btn-group__col {
    width: 100%;
  }
  .btn-group__col_type_calc {
    padding-top: 20px;
    padding-left: 0;
  }
}
.subnav-box {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.subnav-box__toggler {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}
.subnav-box__toggler:hover {
  color: #00aeff;
}
.subnav-box__arrow {
  flex-shrink: 0;
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 9px;
  transition: transform 0.4s ease;
}
.subnav-box__arrow.active {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .subnav-box__toggler {
    font-size: 14px;
  }
}
.mnl-subnav {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: none;
  width: 220px;
  padding: 20px 15px;
  background-color: rgba(12, 12, 12, 0.8);
  transform: translate(-50%, 100%);
  z-index: 1000;
}
.mnl-subnav__item {
  padding: 7px 0;
  text-align: center;
}
.mnl-subnav__link {
  color: #fff;
}
@media (max-width: 768px) {
  .mnl-subnav {
    position: static;
    display: none;
    width: 220px;
    padding: 20px 15px;
    background-color: rgba(12, 12, 12, 0.8);
    transform: none;
  }
}
.mnl-contact {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.mnl-contact__head {
  position: relative;
  background-color: transparent;
  z-index: 1200;
}
.mnl-contact__body {
  padding: 180px 0;
}
.mnl-contact__group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -15px;
}
.mnl-contact__col {
  padding: 15px;
}
.mnl-contact__col_md {
  width: 42%;
}
.mnl-contact__col_lg {
  width: 58%;
}
@media (max-width: 1200px) {
  .mnl-contact__col_md {
    width: 100%;
  }
  .mnl-contact__col_lg {
    width: 100%;
  }
}
.mnl-contact__info {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.mnl-contact__info:last-child {
  padding-bottom: 0;
}
.mnl-contact__plate {
  padding: 50px 60px;
  background: linear-gradient(
    140.51deg,
    rgba(6, 7, 37, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 102.81%
  );
  box-shadow: 0px 4.00043px 4.00043px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30.0032px);
  border: 1px solid rgba(255, 255, 255, 0.247);
  border-radius: 5px;
}
@media (max-width: 575px) {
  .mnl-contact__plate {
    padding: 25px 15px;
  }
}
.mnl-contact__plate_mb_12 {
  margin-bottom: 12px;
}
.mnl-contact__title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .mnl-contact__title {
    font-size: 25px;
  }
}
.mnl-contact__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mnl-contact__adds {
  font-size: 14px;
  padding-left: 19px;
  transition: color 0.4s ease;
}
a.mnl-contact__adds:hover {
  color: #00aeff;
}
.mnl-contact__box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 480px) {
  .mnl-contact__box {
    flex-wrap: wrap;
  }
}
.mnl-contact__map {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 250px;
}
.mnl-contact__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
}
@media (max-width: 575px) {
  .mnl-contact__item {
    font-size: 12px;
  }
}
.mnl-contact__item span {
  width: 50%;
}
.mnl-contact__item span:first-child {
  padding-right: 15px;
}
.mnl-contact__item span:last-child {
  text-align: right;
}
.mnl-contact__footer {
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.623);
}
.mnl-contact__footer footer {
  padding-top: 70px;
}
