@import url("https://fonts.googleapis.com/css?family=Saira:300,regular,500,600,700&display=swap&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,regular,500&display=swap&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:regular&display=swap&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:regular&display=swap&subset=cyrillic-ext");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

.body {
  display: flex;
  flex-direction: column;
}

body.lock {
  overflow: hidden;
}

.header {
  padding-top: 61px;
}
@media (max-width: 1125.98px) {
  .header {
    padding-top: 0;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}
@media (max-width: 1125.98px) {
  .header__content {
    height: 80px;
  }
}
.header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.header__section {
  display: flex;
  align-items: center;
}
.header__section:first-child {
  z-index: 101;
}
.header__section:first-child a {
  z-index: 99;
}
.header__name {
  margin: 0px 0px 0px 66px;
  font-family: "Saira";
  font-weight: 600;
  font-size: 35px;
  color: #222828;
}
@media (max-width: 450.98px) {
  .header__name {
    display: none;
  }
}
.menu__body {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1125.98px) {
  .menu__body {
    position: fixed;
    top: 0;
    right: -150%;
    width: 360px;
    height: 100%;
    z-index: 102;
    background-color: #ffffff;
    box-shadow: 0px 0px 180px rgba(0, 0, 0, 0.1);
    padding: 148px 0px 30px 30px;
    overflow: auto;
    transition: right 0.5s ease 0s;
  }
  .menu__body._active {
    right: 0;
    z-index: 100;
    transition: right 0.5s ease 0s;
  }
}
.menu__list {
  gap: 33px;
  display: flex;
  align-items: center;
}
.menu__list li {
  position: relative;
}
@media (max-width: 1125.98px) {
  .menu__list {
    display: flex;
    gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.menu__link {
  font-family: "Saira";
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  transition: color 0.3s ease 0s;
}
.menu__link.activepage {
  color: #006A7C;
  font-weight: 400;
}
@media (min-width: 1125.98px) {
  .menu__link {
    font-size: 20px;
  }
  .menu__link:hover {
    color: #00579F;
    font-weight: 400;
  }
}

.icon-menu {
  z-index: 101;
  display: none;
}
@media (max-width: 1125.98px) {
  .icon-menu {
    z-index: 101;
    display: block;
    position: relative;
    width: 28px;
    height: 18px;
    cursor: pointer;
    z-index: 101;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1392A4;
    border-radius: 1px;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    top: 8px;
    background: #DCE0E2;
    transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
  }
  .icon-menu._active span:last-child {
    transform: rotate(-45deg);
    bottom: 8px;
    background: #DCE0E2;
  }
}

.language {
  border-radius: 7px;
  border: 1px solid #222828;
  padding: 1px 6.9px 1px 7px;
  overflow-wrap: break-word;
  font-family: "Saira";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #222828;
  margin: 0;
}
.language:hover {
  color: #ffffff;
  background-color: #000;
}

.mainpage {
  display: flex;
  height: 767px;
}
.mainpage__words {
  position: absolute;
  top: -46px;
  z-index: -3;
}
.mainpage__main1img {
  z-index: -1;
  width: 349px;
  height: 757px;
  position: absolute;
  right: 0;
  top: 10px;
}

.imockup-google-pixel-8-pro {
  width: 100%;
  height: 100%;
  border-radius: 37px;
  box-shadow: 0px 0px 61.7px 1px rgba(0, 0, 0, 0.23);
}

.words {
  opacity: 0.1;
  font-family: Saira;
  font-weight: 700;
  text-align: left;
  font-size: 400px;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-text-stroke: 8px transparent;
  letter-spacing: -7px;
}
.words__can {
  background: linear-gradient(180deg, #1392A4 0%, rgba(19, 146, 164, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  position: absolute;
}
.words__do {
  background: linear-gradient(180deg, #F5990F 0%, rgba(245, 153, 15, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  position: absolute;
  top: 250px;
}
.words__dream {
  background: linear-gradient(180deg, #7513A4 0%, rgba(117, 19, 164, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  position: absolute;
  top: 500px;
}

.pulse-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1392A4;
  box-shadow: 0px 4px 80px rgba(245, 153, 15, 0.2);
  border-radius: 40px;
  bottom: 0px;
  position: absolute;
}
.pulse-button__rings {
  position: absolute;
  border: 1px solid #1392A4;
  box-sizing: border-box;
  border-radius: 60px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  animation-duration: 2s;
  animation-name: pulse_1;
  animation-iteration-count: infinite;
  z-index: -1;
}
.pulse-button__rings:nth-child(2) {
  animation-name: pulse_2;
  border: 1px solid #1392A4;
  box-sizing: border-box;
  border-radius: 80px;
}
.pulse-button__text {
  padding: 0 38px;
  font-family: Saira;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
}

@keyframes pulse_1 {
  from {
    opacity: 0.5;
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
}
@keyframes pulse_2 {
  from {
    opacity: 0.2;
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
@media (max-width: 1173.98px) {
  .mainpage {
    height: 710px;
  }
  .mainpage__words {
    top: -13px;
  }
  .mainpage__main1img {
    top: auto;
    width: 318px;
    height: 600px;
    bottom: 107px;
  }
  .imockup-google-pixel-8-pro {
    border-radius: 15px;
  }
  .words {
    font-size: 200px;
  }
  .words__do {
    top: 150px;
  }
  .words__dream {
    top: 300px;
  }
}
@media (max-width: 725.98px) {
  .mainpage {
    height: 570px;
  }
  .mainpage__words {
    top: 0px;
  }
  .mainpage__main1img {
    top: auto;
    width: 139px;
    height: 300px;
    bottom: 107px;
  }
  .imockup-google-pixel-8-pro {
    border-radius: 15px;
  }
  .words {
    font-size: 100px;
  }
  .words__do {
    top: 100px;
  }
  .words__dream {
    top: 200px;
  }
  .pulse-button {
    height: 45px !important;
    bottom: 0px;
  }
  .pulse-button__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
  }
}
.page__downloads {
  display: flex;
  flex-direction: column;
  gap: 107px;
}

.downloads__downloading {
  width: 330px;
  height: 90px;
  align-self: flex-end;
  padding-left: 81px;
}
.downloads__downloading img {
  width: 100%;
  height: 100%;
}

.sectiondown {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.available {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.available::before {
  margin-bottom: 90px;
  content: " ";
  background: rgba(19, 146, 164, 0.2705882353);
  width: 100%;
  height: 7px;
}
.available::after {
  margin-top: 90px;
  content: " ";
  background: rgba(19, 146, 164, 0.2705882353);
  width: 100%;
  height: 7px;
}
.available__os {
  align-self: center;
  display: flex;
  gap: 126px;
}
.available__os-button {
  align-self: center;
  box-shadow: 0px 8px 24px 0px #858585;
  border-radius: 39px;
  background: #858585;
  display: flex;
  height: 64px;
  flex-direction: row;
  gap: 12.5px;
  width: 264px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.available__text {
  font-family: Saira;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #ffffff;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 163px;
}
.steps h2 {
  padding: 0;
}
.steps__cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 180px;
}

.cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.cards__card h4 {
  padding: 0;
}
.cards__img {
  width: 248px;
  height: 524px;
}
.cards__img img {
  width: 100%;
  height: 100%;
}
.cards__text {
  width: 248px;
  height: 111px;
  font-family: Saira;
  font-size: 23px;
  font-weight: 400;
  line-height: 37px;
  text-align: left;
  color: #95A1A1;
}
.cards__text a {
  color: #006A7C;
  text-decoration: underline;
}

.osactive {
  background: #006A7C !important;
}

@media (max-width: 1173.98px) {
  .steps {
    gap: 32px;
  }
  .steps__cards {
    flex-direction: column;
    gap: 15px;
  }
  .cards__card {
    gap: 19px;
  }
  .cards__img {
    width: 124px;
    height: 245px;
  }
  .cards__text {
    height: auto;
    text-align: center;
  }
}
@media (max-width: 725.98px) {
  .page__downloads {
    gap: 47px;
  }
  .cards__text {
    width: 164px;
    height: auto;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
  }
  .available {
    gap: 29px;
  }
  .available::before {
    display: none;
  }
  .available::after {
    display: none;
  }
  .available__os {
    gap: 59px;
  }
  .available__os-button {
    height: 31px;
    gap: 8.64px;
    width: 124px;
  }
  .available__text {
    font-size: 15px;
    line-height: 21px;
  }
  .iossvg {
    width: 10px;
    height: 13px;
  }
  .androidsvg {
    width: 17px;
    height: 20px;
  }
  .downloads__downloading {
    padding-left: 0;
    width: 135px;
    height: 46px;
    align-self: flex-start;
  }
}
.page__tarifs {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 286px;
  height: 149px;
  border-radius: 20px;
}
.item__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  height: 80%;
}
.item__price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item__price-coin {
  font-family: Saira;
  font-size: 30px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  letter-spacing: 3px;
}
.item__day {
  font-family: Saira;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  color: #ffffff;
}
.item__dop {
  display: flex;
  justify-content: space-between;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  text-align: left;
  color: #ffffff;
}

.item1 {
  background: linear-gradient(158.75deg, #E31717 26.17%, #0977C7 106.19%);
}

.item2 {
  background: linear-gradient(158.75deg, #7513A4 26.17%, #006072 106.27%);
}

.item3 {
  background: linear-gradient(158.75deg, #7513A4 26.17%, #F5990F 106.27%);
}

.coin1 {
  color: #ffffff;
}

.coin2 {
  color: #67FF64;
}

.coin3 {
  color: #FEF864;
}

.visa {
  display: flex;
  flex-direction: row;
  gap: 66px;
  align-items: center;
  opacity: 0.7;
  padding-left: 83px;
}
.visa__text {
  font-family: Saira;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.visa__text a {
  color: #000;
}
.visa__img {
  display: flex;
  flex-direction: row;
  gap: 66px;
}

@media (max-width: 725.98px) {
  .visa {
    display: none;
  }
}
.slick-list {
  position: relative;
  overflow: hidden;
  width: 1258px;
  padding: 0 !important;
}

.slick-track {
  left: 0;
  display: flex;
  width: 3373px !important;
  gap: 137px;
  align-items: center;
  transition: transform 1s;
}

.carousel {
  position: relative;
}

.carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.carousel .slick-slide {
  width: 286px !important;
  height: 149px;
  transition: width 0.5s;
}

.carousel .slick-current {
  width: 412px !important;
  height: 225px !important;
}

.carcontainer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.navblock {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 310px;
  height: 50px;
  justify-content: space-between;
}

.navblock__prev {
  cursor: pointer;
}
.navblock__prev span {
  position: relative;
  top: 0px;
  left: 0;
  width: 100px;
  height: 3px;
  border-radius: 3px;
  background-color: #DCE0E2;
  display: block;
}
.navblock__prev span:hover {
  background-color: #006A7C;
}
.navblock__prev span:hover::before {
  background-color: #006A7C;
}
.navblock__prev span:hover::after {
  background-color: #006A7C;
}
.navblock__prev span::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 18px;
  height: 3px;
  top: 6px;
  left: -3px;
  background-color: #DCE0E2;
  transform: rotate(45deg);
}
.navblock__prev span::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 18px;
  height: 3px;
  top: -6px;
  left: -3px;
  background-color: #DCE0E2;
  transform: rotate(-45deg);
}

.navblock__next {
  cursor: pointer;
}
.navblock__next span {
  position: relative;
  top: 0px;
  left: 0;
  width: 100px;
  height: 3px;
  border-radius: 3px;
  background-color: #DCE0E2;
  display: block;
}
.navblock__next span:hover {
  background-color: #006A7C;
}
.navblock__next span:hover::before {
  background-color: #006A7C;
}
.navblock__next span:hover::after {
  background-color: #006A7C;
}
.navblock__next span::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 18px;
  height: 3px;
  top: 6px;
  right: -3px;
  background-color: #DCE0E2;
  transform: rotate(-45deg);
}
.navblock__next span::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 18px;
  height: 3px;
  top: -6px;
  right: -3px;
  background-color: #DCE0E2;
  transform: rotate(45deg);
}

.navblock__dots .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.navblock__dots .slick-dots li {
  display: flex;
  align-items: center;
  list-style: none;
}
.navblock__dots .slick-dots li.slick-active button {
  background: #006A7C;
  border: #006A7C;
}
.navblock__dots .slick-dots button {
  cursor: pointer;
  font-size: 0;
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background: #DCE0E2;
  border: #DCE0E2;
}
.navblock__dots .slick-dots button:hover {
  background: #006A7C;
  border: #006A7C;
}

@media (max-width: 1391.98px) {
  .carousel .slick-slide {
    width: 208px !important;
    height: 149px;
    transition: width 0.5s;
  }
  .carousel .slick-current {
    width: 334px !important;
    height: 225px !important;
  }
}
@media (max-width: 1087.98px) {
  .slick-list {
    width: 889px;
  }
  .slick-track {
    gap: 68px;
  }
}
@media (max-width: 951.98px) {
  .slick-list {
    width: 334px;
  }
}
@media (max-width: 398.98px) {
  .carousel .slick-current {
    width: 252px !important;
    height: 208px !important;
  }
}
.page__privaterm {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.page__privaterm-block {
  display: flex;
  flex-direction: column;
}
.page__privaterm-block h3 {
  padding-bottom: 27px;
}
.page__privaterm-block ul {
  padding-left: 21px;
}
.page__privaterm-block ul li {
  font-family: Saira;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #5A5A5A;
  list-style-type: square;
}

.privaterm__link {
  color: #5A5A5A;
  text-decoration: underline;
}
.privaterm__link:hover {
  color: #1392A4;
  text-decoration: underline;
}

@media (max-width: 1173.98px) {
  .page__privaterm {
    gap: 22px;
  }
  .page__privaterm-block h3 {
    padding-bottom: 19px;
  }
  .page__privaterm-block ul li {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0px 48px;
  margin: 0 auto;
  height: 70px;
  color: #A4AAAA;
  background-color: #0E1414;
  z-index: 200;
}

/* Gilroy Regular */
@font-face {
  font-family: "GilroyRegular";
  src: url("../fonts/GilroyRegular.ttf");
}
body {
  color: #000;
  font-size: 14px;
}
body._lock {
  overflow: hidden;
}

.page {
  margin: 66.58px 0px 66.58px 0px;
  position: relative;
}

.wrapper {
  display: flex;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  margin: 0 auto;
}

.container {
  padding: 0px 66px;
  display: flex;
  flex-direction: column;
  flex: 2 0 auto;
}
@media (max-width: 1173.98px) {
  .container {
    padding: 0px 31px;
  }
}

footer {
  flex: 0 0 auto;
}

h1 {
  font-family: "Roboto";
  font-size: 66px;
  font-weight: 300;
  line-height: 80px;
  text-align: left;
  padding-left: 83px;
}
@media (max-width: 1173.98px) {
  h1 {
    font-size: 35px;
    line-height: 61px;
    text-align: left;
    color: #222828;
  }
}
@media (max-width: 725.98px) {
  h1 {
    padding: 0;
  }
}

h2 {
  font-family: Saira;
  font-size: 42px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  color: #222828;
  padding-left: 83px;
}
@media (max-width: 1173.98px) {
  h2 {
    font-size: 33px;
    font-weight: 400;
    line-height: 37px;
  }
}
@media (max-width: 725.98px) {
  h2 {
    padding: 0;
  }
}

h3 {
  font-family: Saira;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #000;
}
@media (max-width: 1173.98px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

h4 {
  font-family: Saira;
  font-size: 30px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #000000;
  padding-left: 83px;
}
@media (max-width: 1173.98px) {
  h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 725.98px) {
  h4 {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
  }
}

p {
  font-family: Saira;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #5A5A5A;
}
@media (max-width: 1173.98px) {
  p {
    font-size: 15px;
    line-height: 24px;
  }
}

.appstore__img {
  width: 674px;
  height: 621px;
}
.appstore__img img {
  width: 126%;
  height: 113%;
}

.android__img {
  width: 537px;
  height: 566px;
}
.android__img img {
  width: 100%;
  height: 110%;
}

#btnContactUs {
  z-index: 99;
  height: 104px;
  border-radius: 40px;
}

@media (max-width: 1173.98px) {
  .page {
    margin: 21.58px 0px 66.58px 0px;
  }
  .appstore__img {
    width: 452px;
    height: 416px;
  }
  .android__img {
    width: 358px;
    height: 378px;
  }
}
@media (max-width: 725.98px) {
  .appstore__img {
    width: 226px;
    height: 208px;
  }
  .android__img {
    width: 268.5px;
    height: 283px;
  }
}/*# sourceMappingURL=style.css.map */