@font-face {
  font-family: "Ubuntu";
  src: local(""), url("/fonts/Ubuntu-Regular.woff") format("woff"),
    url("/fonts/Ubuntu-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Ubuntu";
  src: local(""), url("/fonts/Ubuntu-Bold.woff") format("woff"),
    url("/fonts/Ubuntu-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: local(""), url("/fonts/Inter-Regular.woff") format("woff"),
    url("/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: local(""), url("/fonts/Inter-Medium.woff") format("woff"),
    url("/fonts/Inter-Medium.woff") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: local(""), url("/fonts/Inter-SemiBold.woff") format("woff"),
    url("/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overscroll-behavior: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.hidden {
  opacity: 0;
  position: absolute;
}
.hiddenActive {
  opacity: 1;
  position: static;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
}
.header__link {
  width: 283px;
  height: 54px;
  background-image: url("/img/logo.svg");
  background-size: cover;
}
.counter__text {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.counter__number {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: #34abdf;
  height: 38px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  height: 70px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
}
.counter__number-num {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.counter__number-human {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.counter__text {
  background: #34abdf;
  height: 38px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-family: "Ubuntu";
  font-size: 12px;
  padding-right: 16px;
  padding-left: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 10px;
  width: 180px;
}
.counter__wrapper {
  position: relative;
  display: none;
}
.counter__number {
  position: absolute;
  right: -10px;
  top: -20px;
}
.main {
  background-image: url("/img/bg2.jpg");
  background-size: cover;
  background-position: center;
}
.hero__video-signs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero {
  padding-top: 64px;
  padding-bottom: 64px;
}
.hero__title {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
.hero__title-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
}
.video__wrapper {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 8px;
}
.video__main {
  width: 100%;
  border-radius: 8px;
  height: auto;
}
.hero__video-signs-img {
  margin-top: 10px;
  display: block;
  width: 248px;
  height: 50px;
  background-image: url("/img/signs.png");
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
}
.hero__form {
  border-radius: 8px;
  border: 5px solid #fff;
  background: rgba(16, 31, 37, 0.5);
  padding: 24px 16px;
  margin-top: 24px;
}
.hero__form-title {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(52, 171, 223, 0.94);
  font-family: "Ubuntu";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.hero__form-comment {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.hero__user {
  margin-left: 16px;
}
.hero__user-name {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.hero__user-location {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  40% {
    transform: translate3d(0, 30%, 0) scale3d(0.7, 1.5, 1);
  }
  100% {
    transform: translate3d(0, 100%, 0) scale3d(1.5, 0.7, 1);
  }
}
.jump {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: jump 0.5s linear alternate infinite;
}
.activeElem {
  -webkit-animation: fadeInFromNone 1s linear;
  -moz-animation: fadeInFromNone 1s linear;
  -o-animation: fadeInFromNone 1s linear;
  animation: fadeInFromNone 1s linear;
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  1% {
    opacity: 0.2;
    scale: 0.3;
  }
  50% {
    opacity: 0.5;
    scale: 0.7;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.questions {
  padding-top: 64px;
  padding-bottom: 64px;
}
.questions__list-item {
  padding: 24px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(28, 35, 60, 0.17);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.questions__list-item-title {
  margin-top: 24px;
  color: var(--colors-black-100, #121212);
  font-family: "Ubuntu";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.questions__list-item-text {
  color: var(--colors-gray-200, #696969);
  font-family: "Ubuntu";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #002650;
  background: #002650;
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__list-item-link {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.footer__list-item {
  color: #fff;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.footer__list-item-link:first-child {
  text-underline-offset: 3px;
}
.footer__list-item {
  margin-bottom: 16px;
}
.footer__list-item:last-child {
  margin-bottom: 0;
}
.get {
  padding-top: 34px;
  padding-bottom: 34px;
}
.get__link {
  border-radius: 4px;
  background: #34abdf;
  padding: 16px 24px;
  color: #fff;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  text-decoration: none;
  cursor: pointer;
}
.get__signs {
  width: 248px;
  height: 50px;
  background-image: url("/img/signs.svg");
  background-repeat: no-repeat;
}
.hero__video-signs-main {
  width: 100%;
}
.work {
  padding-top: 30px;
}
.work__title {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.work__gear {
  width: 100%;
  max-width: 248px;
  display: block;
  margin-bottom: 20px;
}
.work__list-item-img {
  display: block;
  width: 165px;
  height: auto;
  margin-bottom: 20px;
}
.work__list-item-title {
  font-size: 23px;
  color: #008ac6;
  text-transform: uppercase;
  font-family: "Ubuntu";
  line-height: 120%;
  margin-bottom: 5px;
  text-align: center;
}
.work__list-item-text {
  font-size: 16px;
  color: #6f6f6f;
  font-family: "Ubuntu";
  line-height: 120%;
  text-align: center;
}
.work__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.work__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 834px) {
  .container {
    width: 754px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .get__signs {
    width: 328px;
    height: 70px;
    background-image: url("/img/signs__tab.svg");
    background-repeat: no-repeat;
  }
  .hero__title {
    color: #fff;
    text-align: center;
    font-family: "Ubuntu";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .video__wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 0;
  }
  .hero__video-signs-img {
    width: 328px;
    height: 70px;
  }
  .hero__title-subtitle {
    font-size: 24px;
  }
  .header .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .header__link {
    margin-bottom: 0;
  }
  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .counter__wrapper {
    display: block;
  }
  .work__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1280px;
    margin: 0 auto;
  }
  .hero__video-signs {
    justify-content: start;
  }
  .main {
    background-image: url("/img/bg.jpg");
  }
  .video__wrapper {
    width: 758px;
    height: 368px;
  }
  .hero__video-signs-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .hero__form {
    width: 466px;
    margin-top: 0;
  }
  .questions__list-item {
    max-width: 300px;
    margin-bottom: 0;
  }
  .questions__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .footer__list {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .footer__list-item {
    margin-bottom: 0;
  }
  .work__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .work__list-itemFirst {
    margin-right: -465px;
    width: 540px;
    margin-bottom: 40px;
  }
  .work__list-itemThird {
    margin-right: -465px;
    width: 540px;
    margin-bottom: 40px;
  }
  .work__list-itemFiveth {
    margin-right: -465px;
    width: 540px;
    margin-bottom: 40px;
  }
  .work__list-itemSecond {
    margin-left: -465px;
    width: 540px;
    margin-bottom: 40px;
  }
  .work__list-itemForth {
    margin-left: -465px;
    width: 540px;
    margin-bottom: 40px;
  }
  .work__list-itemSixth {
    margin-left: -465px;
    width: 540px;
    margin-bottom: 0;
  }
}
