a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: Roboto;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  scroll-behavior: smooth;
}
body {
  font-family: Roboto, sans-serif;
  background-color: #000;
  max-height: 768px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.header {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 999;
  background:#000;
}
.header,
.header__container {
  width: 100%;
}
@media (min-width: 568px) {
  .header__container {
    margin: 0 25px;
  }
}
.header__inner {
  padding: 28px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header__left {
  align-items: center;
}
@media (min-width: 568px) {
  .header__left {
    display: flex;
  }
}
.header__left-logo {
  margin-right: 22px;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  /* display: none; */
}
@media (min-width: 568px) {
  .header__left-logo {
    display: flex;
  }
}
.header__left span {
  height: 36px;
  width: 1px;
  background-color: #606060;
}
.header__left-text {
  margin-left: 21px;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
}
.header__right {
  /* display: none; */
  align-items: center;
  margin-right: 38px;
}
@media (min-width: 568px) {
  .header__right {
    display: flex;
  }
}

.header_social{
  margin-right: 10px;
}

.header__right-phoneIcon {
  margin-right: 9px;
  width: 18px;
  height: 18px;
  background: url(../images/phone-icon.svg?aafb515116d354f5758069490e07b2e4);
}
.header__right-phone {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.header__mobile {
  background: url(../images/phone-icon.svg?aafb515116d354f5758069490e07b2e4);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 24px;
}
@media (min-width: 568px) {
  .header__mobile {
    display: none;
  }
}
.main-section {
  position: relative;
  height: 200vh;
  overflow: hidden;
}
@media (min-width: 568px) {
  .main-section {
    height: 150vh;
  }
}
.main-section__text {
  margin-bottom: 50px;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
}
@media (min-width: 568px) {
  .main-section__text {
    display: none;
  }
}
.main-section__container {
  max-width: 1100px;
  margin: auto;
  width: 100%;
  display: block;
  position: relative;
  padding: 0 17px;
  box-sizing: border-box;
}
@media (min-width: 568px) {
  .main-section__container {
    padding: 0 50px;
  }
}
@media (min-width: 1441px) {
  .main-section__container {
    max-width: 1280px;
  }
}
.main-section__left {
  position: absolute;
  top: 15vh;
  left: 0;
  z-index: 3;
  width: 100%;
}
@media (min-width: 568px) {
  .main-section__left {
    top: 33.33333vh;
    width: auto;
  }
}
.main-section__left-title {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 568px) {
  .main-section__left-title {
    font-size: 50px;
    line-height: 59px;
  }
}
.main-section__left-text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.48px;
  color: #fff;
  margin-bottom: 19px;
}
@media (min-width: 568px) {
  .main-section__left-text {
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 60px;
  }
}
.main-section__right {
  position: absolute;
  bottom: calc(100% - 100vh);
  right: 0;
}
.main-section__right-img {
  background: url(../images/device1.png);
  background-size: 500%;
  background-position: 100% top;
  background-repeat: no-repeat;
  width: 50vh;
  height: 75vh;
  z-index: 1;
  /* transform: translateX(13px) translateY(35%); */
  transform: translateX(27px) translateY(35%);
  max-width: 350px;
  transform-style: preserve-3d;
  position: relative;
}
@media (min-width: 568px) {
  .main-section__right-img {
    max-width: unset;
    background-size: 500%;
    background-position: 0 top;
    width: 60vh;
    height: 75vh;
    transform: none;
  }
}
.main-section__right-img:before {
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, #e3f4ff 0, transparent 80%);
  mix-blend-mode: normal;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  height: 300px;
  z-index: -1;
  transform: translateZ(-1px) translateX(-58%) scale(1.2);
}
@media (min-width: 568px) {
  .main-section__right-img:before {
    opacity: 0.15;
    bottom: -135px;
    width: 700px;
    height: 790px;
  }
}
.main-section__bgText {
  z-index: -1;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.buttons {
  display: flex;
  margin-bottom: 31px;
}
@media (min-width: 568px) {
  .buttons {
    margin-bottom: 65px;
  }
}
@media (min-width: 568px) {
  .buttons__bottom {
    margin-bottom: 50px;
  }
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.button__buy {
  min-width: 140px;
  height: 40px;
  color: #fff;
  background-color: #2b8ee0;
  border-radius: 12px;
  text-decoration: none;
}
.button__testDrive {
  color: #2b8ee0;
  text-decoration: none;
  margin-left: 34px;
}
@media (min-width: 568px) {
  .button__testDrive {
    margin-left: 44px;
  }
}
.button__testDrive:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0 solid #2b8ee0;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
  box-sizing: border-box;
}
.bottom-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  padding: 50px 20px;
  width: 100%;
  left: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001), #000 57.04%);
}
@media (min-width: 568px) {
  .bottom-block {
    height: 300px;
  }
}
.prevVersion {
  color: #2b8ee0;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  outline: none;
}
@media (max-width: 567px) {
  .prevVersion {
    justify-content: center;
  }
}
.prevVersion__bottom {
  text-align: center;
}
.prevVersion:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0 solid #2b8ee0;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 6px;
  box-sizing: border-box;
}
.shadow {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.0001),
    transparent 57.04%
  );
}
body.z-modal--opened {
  overflow: hidden;
}
.z-modal {
  position: fixed;
  right: 0;
  left: 0;
  top: auto;
  bottom: 100%;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  z-index: 999999;
  transition: transform 0.35s ease-in-out, top 0.35s ease-in-out;
}
.z-modal--open {
  transform: translateY(100%);
}
.z-modal__content {
  padding: 0 25px;
  box-sizing: border-box;
}
.z-modal__dialog {
  width: 100%;
  background: #000;
  color: #fff;
  min-height: 100%;
}
.z-modal__close {
  position: absolute;
  background: url(../images/modal-close.svg?e1308ce36d13d1a3858c080c77118244) 50%
    no-repeat;
  background-size: cover;
  cursor: pointer;
  top: 40px;
  right: 24px;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1024px) {
  .z-modal__close {
    top: 60px;
    right: 60px;
    width: 47px;
    height: 47px;
  }
}
.modal-menu {
  padding: 100px 0;
}
.modal-menu__item {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .modal-menu__item {
    font-size: 44px;
  }
}
.modal-menu__item a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .modal-menu__item a {
    font-size: 24px;
  }
}
.modal-menu__item a:hover {
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.modal-navbar {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .modal-navbar {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 80px;
  }
}
.modal-navbar__contacts {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .modal-navbar__contacts {
    margin-bottom: 40px;
    text-align: right;
  }
}
.modal-navbar__phone {
  font-weight: 700;
  font-size: 18px;
  display: block;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .modal-navbar__phone {
    font-size: 24px;
  }
}
.modal-navbar__email {
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  display: inline-block;
}
.modal-form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.modal-form__title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .modal-form__title {
    font-size: 72px;
    line-height: 72px;
    text-align: center;
  }
}
.modal-form__message {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .modal-form__message {
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-form__body {
  width: 100%;
  max-width: 440px;
  margin: 48px 0;
}
.modal-form__policies {
  font-size: 12px;
  line-height: 24px;
  margin: 53px 0 29px;
}
.modal-form__input {
  padding: 13px 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  box-sizing: border-box;
  background: #000;
}
.modal-form__button {
  border-radius: 25px;
  background-color: #3787da;
  color: #fff;
  font-weight: 700;
  border: none;
  width: 100%;
  padding: 12px 25px;
  line-height: 1;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
}
.container_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container_checkbox a {
  color: #fff;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.container_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.container_checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
}
.container_checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container_checkbox .checkmark:after {
  content: "";
  left: 9px;
  top: 6px;
  width: 7px;
  position: absolute;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#requestSuccess .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
#requestSuccess h1 {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  #requestSuccess h1 {
    font-size: 72px;
  }
}
