@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
* {
  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%;
  -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: 400;
}

* {
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* полоса прокрутки (скроллбар) */

::-webkit-scrollbar {
  width: 8px;
  /* ширина для вертикального скролла */
  height: 5px;
  /* высота для горизонтального скролла */
  background-color: transparent;
}

/* ползунок скроллбара */

::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #221447 0%, #292c7c 51.79%, #222f65 100%);
  border-radius: 9em;
}

body {
}

@media (max-width: 1200px) {
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
}

.header__burger {
  display: none;
}

.header__burger:before,
.header__burger::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease;
}

.header__burger span {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 9px;
  transition: all 0.3s ease;
}

.header__burger::before {
  top: 0;
}

.header__burger::after {
  bottom: 0;
}

.header__burger.active:before {
  transform: rotate(45deg);
  top: 9px;
}

.header__burger.active:after {
  transform: rotate(-45deg);
  bottom: 9px;
}

.header__burger.active span {
  transform: scale(0);
}

.header__logo-burger {
  position: absolute;
  top: 0;
  left: 800px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #ffffff;
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  transition: all 0.3s ease;
}

.header__menu.active {
  top: 0;
}

.header__logo {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #ffffff;
}

.header__list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.header__list li {
  padding: 0 30px;
}

.header__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  transition: all 0.3s ease;
  display: block;
  padding: 0 0 0 25px;
}

.header__link:hover {
  color: #ba5b4d;
}

.header__link-contact:hover {
  background-color: #ffffff;
  color: black;
}

.header__link-contact:hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.header-burger-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}

span.header__burger-title {
  display: none;
  text-align: center;
  margin: 0 0 0 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.497786px;
  color: #ffffff;
}

span.header__burger-logo {
  display: none;
  top: 30px;
  left: 250px;
}

.header__logo-text {
  font-style: normal;
  font-weight: normal;
  font-size: 27.048px;
  line-height: 33px;
  color: #5145f5;
  padding: 0 0 0 20px;
}

.header__logo {
  display: flex;
  align-items: center;
  align-self: center;
}

.lavabird {
  background: url("../img/header__bg.png") 0 0 / contain no-repeat;
  padding: 150px 0 0 0;
  width: 100%;
  min-height: 100vh;
}

.lavabird__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.lavabird__title {
  font-style: normal;
  font-weight: normal;
  font-size: 32.4455px;
  line-height: 51px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.lavabird__title img {
  padding: 5px 15px 0 0;
  max-width: 75px;
  width: 100%;
}

.lavabird__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 35.2px;
  line-height: 41px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}

.lavabird__text span {
  color: #6bf5ff;
}

.lavabird__label {
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 59px;
  color: #ffffff;
  padding: 50px 0 50px 0;
}

.lavabird__picture {
  padding: 0 0 30px 0;
}

@media (max-width: 825px) {
  .lavabird__picture img {
    max-width: 100%;
  }
}

.lavabird__arrow {
  cursor: pointer;
}

@media (max-width: 425px) {
  .lavabird__text {
    color: #ffffff;
    font-size: 28px;
  }

  .lavabird__label {
    color: #ffffff;
    font-size: 40px;
  }
}

.lavabird__label span {
  color: #6bf5ff;
  font-size: 80px;
}

@media (max-width: 550px) {
  .lavabird {
    padding: 0;
  }
}

.about {
  padding: 0;
}

.about__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}

.about__content {
  max-width: 753px;
}

.about__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 81.581px;
  line-height: 96px;
  text-transform: uppercase;
  color: #141414;
  padding: 0 0 20px 0;
}

.about__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #494f5f;
  margin: 0 0 20px 0;
  max-width: 520px;
}

@media (max-width: 550px) {
  .about__title {
    font-size: 40px;
    line-height: 101px;
  }
}

.about__picture img {
  max-width: 100%;
}

@media (max-width: 700px) {
  .about__img img {
    max-width: 100%;
  }
}

.apps {
  background: linear-gradient(90deg, #221447 0%, #232559 51.79%, #222f65 100%);
  padding: 90px 0;
}

.apps__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.apps__title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.829643px;
  color: #ffffff;
  padding: 0 0 30px 0;
}

.apps__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.553095px;
  color: #ffffff;
  width: 328px;
  background: linear-gradient(134.72deg, #3023ae 0%, #c86dd7 101.5%);
  box-shadow: 0px 4px 10px rgba(28, 4, 55, 0.5);
  border-radius: 34px;
  padding: 20px 0;
}

.partners {
  padding: 44px 0 88px 0;
}

.partners__top {
  padding: 0 0 40px 0;
}

.partners__title {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.829643px;
  padding: 0 0 20px 0;
  text-align: center;
}

.work {
  background: url("../img/slider__bg.png") 0 0 / cover no-repeat;
  padding: 69px 0;
}

@media (max-width: 500px) {
  .work {
    background: #ff992e;
  }
}

.work__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 81.581px;
  line-height: 96px;
  text-transform: uppercase;
  color: #141414;
  text-align: start;
  padding: 0 100px 90px 0;
}

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

.slider.first {
  align-self: center;
  margin: 0 0 40px 0;
}

.slider.second {
  background: #073E98;
  width: 100vw;
  padding: 50px 0;
}

@media (max-width: 750px) {
  .slider.first {
    align-self: center;
    margin: 0 0 40px 0;
  }

  .slider.second {
    align-self: center;
  }
}

.work__item {
  margin: 0 0 20px 0;
}

.work__content {
  max-width: 620px;
  margin: 0 auto;
  padding: 20px;
}

.work__picture {
  padding: 0 40px 0 0;
}

.work__picture.second-picture {
  order: 2;
  padding: 0 0 0 40px;
}

@media (max-width: 750px) {
  .work__picture.second-picture {
    order: 1;
    padding: 0 0 0 40px;
  }
  .slider__item {
    order: 2;
  }
}

.work__picture img {
  max-width: 145px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.work__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32.1593px;
  line-height: 39px;
  text-align: start;
  color: #ffffff;
  padding: 20px 0;
}

@media (max-width: 580px) {
  .work__label {
    text-align: center;
  }
}

@media (max-width: 425px) {
  .work__label {
    padding: 0 0 20px 0;
  }
}

.work__text {
  font-style: normal;
  font-weight: normal;
  font-size: 24.1195px;
  line-height: 29px;
  text-align: start;
  color: #ffffff;
}

.work__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
}

.bottom__top {
  display: flex;
  justify-content: space-between;
  width: 740px;
  margin: 0 auto;
  padding: 0 0 15px 0;
}

@media (max-width: 700px) {
  .bottom__top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.bottom__top .privacy {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #141414;
  border-radius: 8.86774px;
  padding: 18px 0 18px 30px;
  flex: 0 1 30%;
  cursor: pointer;
  position: relative;
}

.bottom .privacy::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  border-radius: 50%;
}

.bottom__top .terms {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background: #141414;
  border-radius: 8.86774px;
  color: #ffffff;
  padding: 18px 0 18px 20px;
  flex: 0 1 30%;
  cursor: pointer;
  position: relative;
}

.bottom .terms::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: #00c89e;
  border-radius: 50%;
}

.bottom .site {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background: #141414;
  border-radius: 8.86774px;
  padding: 18px 0 18px 30px;
  flex: 0 1 30%;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.bottom .site::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: #ff992e;
  border-radius: 50%;
}

@media (max-width: 700px) {
  .bottom__top .privacy {
    margin: 0 0 20px 0;
    flex: 0 1 100%;
    width: 100%;
  }
  .bottom .site {
    margin: 0 0 20px 0;
    flex: 0 1 100%;
    width: 100%;
  }

  .bottom__top .terms {
    flex: 0 1 100%;
    width: 100%;
  }
}

.footer {
  padding: 70px 0;
  background: #141414;
}

.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.footer__title {
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: #5645e2;
  padding: 0 0 20px 0;
}

.footer__text {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  color: #ff992e;
}

.footer__text span {
  color: #fff;
}

.footer__footer {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #5645e2;
}

@media (max-width: 595px) {
  .footer {
    padding: 0 5px;
  }
  .footer__text {
    font-size: 18px;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .footer__footer {
    font-size: 18px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1500px;
  }
}

@media (max-width: 1270px) {
  .about__content {
    max-width: 550px;
  }
}

@media (max-width: 1175px) {
}

@media (max-width: 1120px) {
  .about__content {
    max-width: 500px;
  }
}

@media (max-width: 1000px) {
  .about__content {
    max-width: 100%;
    text-align: center;
  }
  .about__flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
}

@media (max-width: 1060px) {
  body.lock {
    overflow: hidden;
  }
  .header {
    padding: 25px 0 10px 0;
    background: linear-gradient(90deg, #221447 0%, #232559 51.79%, #222f65 100%) !important;
    box-shadow: 0px 2px 4px rgba(16, 2, 67, 0.5);
  }
  .header__burger {
    display: block;
    position: relative;
    width: 25px;
    height: 20px;
    z-index: 2;
  }
  .header__logo-burger {
    display: none;
  }
  .header__menu {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #221447 0%, #232559 51.79%, #222f65 100%);
    opacity: 1;
    overflow: auto;
  }
  .header__logo {
    display: none;
  }
  .header__list {
    padding: 0;
    flex-direction: column;
  }
  .header__link {
    color: #fff;
  }
  .header__list li {
    padding: 40px 0 0 0;
  }
  span.header__burger-title {
    display: block;
    margin: 0 0 0 -5px;
  }
  .lavabird {
    padding: 150px 0 0 0;
  }
  .lavabird__text {
    color: #fff;
  }
}

@media (max-width: 630px) {
  .contacts__title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.553095px;
  }
  .contacts__email {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.497786px;
    text-align: center;
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  span.header__burger-logo {
    /* display: block; */
  }
  .about {
    padding: 30px 0;
  }
  .about__text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.065968px;
  }
  .partners__title {
    font-size: 30px;
  }
  .partners .slider {
    padding: 0 50px;
  }
  .work__text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.0659689px;
    color: #ffffff;
  }
}

@media (max-width: 375px) {
  .apps__btn a {
    width: 300px;
    padding: 13px 0;
  }
}

@media (max-width: 320px) {
  .partners .slider__item {
    margin: 0;
  }
}

/* Слайдер */
.slick-slider {
}
/* Слайдер запущен */
.slick-slider.slick-initialized {
}
/* Слайдер с точками */
.slick-slider.slick-dotted {
}
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}
/* Лента слайдов */
.slick-track {
  display: flex;
}
/* Слайд */
.slick-slide {
}
/* Слайд активный (показывается) */
.slick-slide.slick-active {
}
/* Слайд основной */
.slick-slide.slick-current {
}
/* Слайд по центру */
.slick-slide.slick-center {
}
/* Клонированный слайд */
.slick-slide.slick-cloned {
}
.slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media (max-width: 750px) {
  .slider {
    flex-direction: column;
  }
}
/* Стрелка */
.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin: -50px 0 0 0;
  z-index: 10;
}

@media (max-width: 740px) {
  .slick-arrow {
    width: 0;
    height: 0;
  }
}

/* Стрелка влево */
.slick-arrow.slick-prev {
  left: 0;
  background: url("../img/slider_prev_arr.png") 0 0/100% no-repeat;
  transform: rotate(180deg);
  cursor: pointer;
}
/* Стрелка вправо */
.slick-arrow.slick-next {
  right: 0;
  background: url("../img/slider_prev_arr.png") 0 0/100% no-repeat;
  cursor: pointer;
}
/* Стрелка не активная */
.slick-arrow.slick-disabled {
}
/* Точки (булиты) */
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  list-style: none;
  margin: 50px 10px 0 10px;
}
/* Активная точка */
.slick-dots li.slick-active button {
  background-color: #04d7ab;
}
/* Элемент точки */
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
