@import url(/node_modules/normalize.css/normalize.css);
@font-face {
  font-family: "Mont-Heavy-DEMO";
  src: url(/wp-content/themes/wifi/fonts/Mont-Heavy-DEMO.woff) format("woff"),
    url(/wp-content/themes/wifi/fonts/Mont-Heavy-DEMO.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
* {
  outline: none;
}
body {
  font-family: "Asap";
  overflow-x: hidden;
  margin: 0;
}
body.fixed {
  overflow: hidden;
}
input {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #4f4f4f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:placeholder {
  color: #e0e0e0;
}
.mont {
  font-family: "Mont-Heavy-DEMO";
}
textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.btn-orange {
  border-radius: 48.5px;
  background-color: #ff9f00;
  padding: 18px 48px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.77px;
  line-height: 23px;
  background: #ff9f00;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}
.btn-orange svg {
  margin-left: 31px;
  width: 37px;
  height: 14px;
  fill: #fff;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 5;
  padding-top: 61px;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  text-decoration: none;
  width: 200px;
}
.header__logo img {
  width: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__right > span {
  margin-right: 186px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  color: #bfbfbf;
}
.header__right a {
  position: relative;
  z-index: 2;
}
.footer {
  background: #000;
}
.footer__wrapper {
  padding: 38px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__left {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  color: #fff;
}
.footer__right a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-left: 25px;
}
.footer__right a:first-child {
  border-left: 0;
}
.footer__disclaimer {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
}
.homepage-header {
  background: url(/wp-content/themes/wifi/img/bgHeader4.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 204px;
}
.homepage-header__img {
  position: absolute;
  right: 74px;
  top: 220px;
  width: 380px;
  -webkit-animation: scaleAnim 1s forwards;
}
.homepage-header__img img {
  width: 100%;
}
.homepage-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.homepage-header__title {
  padding-top: 229px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 50px;
  color: #000;
  max-width: 551px;
}
.homepage-header__subtitle {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 50px;
  color: #0757fe;
  font-style: normal;
  padding-top: 11px;
}
.homepage-header__btn {
  margin-top: 50px;
  -webkit-animation: scaleAnim2 1s ease-in-out 1s infinite;
  animation: scaleAnim2 1s ease-in-out 1s infinite;
}
.introducing-block {
  background: #0757fe;
}
.introducing-block .container {
  max-width: 100%;
}
.introducing-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.introducing-block__left {
  position: relative;
  overflow: hidden;
  border-radius: 0 47% 47% 0;
  width: 50%;
}
.introducing-block__left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.introducing-block__right {
  padding-right: calc((100vw - 1320px) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 50px;
  padding-top: 87px;
  padding-bottom: 80px;
}
.introducing-block__title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 50px;
  color: #fff;
}
.introducing-block__text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  color: #fff;
}
.home-grey-block {
  margin-bottom: 88px;
}
.home-grey-block__wrapper {
  border-radius: 0 0 70px 70px;
  background-color: #f5f5fb;
  padding: 100px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-grey-block__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-grey-block__text p {
  margin: 0 26px;
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.home-grey-block__btn {
  position: relative;
  top: 74px;
  text-transform: uppercase;
  -webkit-animation: scaleAnim2 1s ease-in-out 1s infinite;
  animation: scaleAnim2 1s ease-in-out 1s infinite;
}
.slider-home {
  padding-bottom: 95px;
  position: relative;
}
.slider-home__title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.slider-home__subtitle {
  color: #0757fe;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  max-width: 638px;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: 26px;
}
.slider-home__wrapper {
  padding-top: 75px;
}
.slider-home__wrapper .swiper-slide {
  opacity: 0.28;
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.slider-home__wrapper .swiper-slide-active {
  opacity: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.slider-home__wrapper .swiper-slide-prev {
  opacity: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.slider-home__wrapper .swiper-slide-next {
  opacity: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.slider-home__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-home__arrows .swiper-button-prev {
  position: static;
  width: 70px;
  height: 17px;
  margin: 0 31px;
}
.slider-home__arrows .swiper-button-prev svg {
  fill: #0757fe;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.slider-home__arrows .swiper-button-prev:after {
  display: none;
}
.slider-home__arrows .swiper-button-next {
  position: static;
  width: 70px;
  height: 17px;
  margin: 0 31px;
}
.slider-home__arrows .swiper-button-next svg {
  fill: #0757fe;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.slider-home__arrows .swiper-button-next:after {
  display: none;
}
.slider-home-item {
  padding: 48px 38px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 52px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 52px 0 rgba(0, 0, 0, 0.07);
  height: 455px;
}
.slider-home-item__icon {
  width: 56px;
  height: 56px;
}
.slider-home-item__icon img {
  width: 100%;
  height: 100%;
}
.slider-home-item__text {
  padding-top: 37px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.order-block {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 105px;
}
.order-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.order-block__wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order-block__img {
  width: 300px;
  min-width: 300px;
  -webkit-animation: scaleAnim 1s forwards;
}
.order-block__img img {
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
}
.order-block__right {
  margin-left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order-block__text {
  padding-top: 90px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 47px;
  max-width: 760px;
  color: #000;
}
.order-block__btn {
  -webkit-animation: scaleAnim2 1s ease-in-out 1s infinite;
  animation: scaleAnim2 1s ease-in-out 1s infinite;
  margin-top: 54px;
}
.work-block {
  padding-top: 81px;
  position: relative;
  padding-bottom: 80px;
}
.work-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 212px;
  width: 100%;
  background: url(/wp-content/themes/wifi/img/wifiBlock.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 1400px;
}
.work-block__title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
}
.work-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}
.work-block__center-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  max-width: 986px;
  margin: 0 auto;
}
.how-block {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.how-block__text {
  padding-left: 100px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.how-block__img {
  padding-left: 66px;
  -webkit-animation: scaleAnim 1s forwards;
}
.how-block__img img {
  width: 100%;
  min-width: 560px;
  margin-top: 20px;
}
.boost-block {
  padding-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.boost-block__title {
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
}
.boost-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.boost-block__img {
  width: 606px;
  -webkit-animation: scaleAnim 1s forwards;
}
.boost-block__img img {
  width: 100%;
}
.boost-block__list {
  padding-left: 50px;
}
.boost-block__list-item {
  padding-left: 73px;
  margin: 35px 0;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  max-width: 540px;
}
.boost-block__list-item:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(/wp-content/themes/wifi/img/check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.boost-block__btn {
  margin-top: 80px;
  -webkit-animation: scaleAnim2 1s ease-in-out 1s infinite;
  animation: scaleAnim2 1s ease-in-out 1s infinite;
}
.how-much {
  background: #0757fe;
}
.how-much__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.how-much__left {
  padding-left: calc((100vw - 1320px) / 2);
  padding-top: 85px;
  padding-bottom: 80px;
  padding-right: 110px;
  width: 40%;
}
.how-much__img {
  width: 60%;
  overflow: hidden;
  border-radius: 50% 0 0 50%;
}
.how-much__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.how-much__title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 50px;
  color: #fff;
}
.how-much__text {
  padding-top: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.boost-nettec {
  padding-top: 75px;
  padding-bottom: 90px;
}
.boost-nettec__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.boost-nettec__img {
  width: 200px;
  min-width: 200px;
  -webkit-animation: scaleAnim 1s forwards;
}
.boost-nettec__img img {
  width: 100%;
}
.boost-nettec__right {
  margin-left: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 570px;
}
.boost-nettec__title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 50px;
  padding-bottom: 30px;
}
.boost-nettec__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 38px;
}
.boost-nettec__btn {
  -webkit-animation: scaleAnim2 1s ease-in-out 1s infinite;
  animation: scaleAnim2 1s ease-in-out 1s infinite;
}
.status-block {
  margin-top: 194px;
  position: relative;
  background: url(/wp-content/themes/wifi/img/bg-order.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.status-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.status-block__wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.status-block__img {
  -webkit-animation: scaleAnim 1s forwards;
  width: 340px;
}
.status-block__img img {
  width: 100%;
  margin-left: 60px;
}
.status-block__right {
  margin-left: 188px;
  border-radius: 19px;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 66px 70px;
}
.status-block__title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 47px;
  text-align: center;
  color: #fff;
  -webkit-animation: fadeOpacity ease-in-out 0.8s;
  animation: fadeOpacity ease-in-out 0.8s;
  -webkit-animation-iteration-count: 6;
  animation-iteration-count: 6;
}
.status-block__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  opacity: 0;
  -webkit-animation: fadeTop ease-in-out forwards;
  animation: fadeTop ease-in-out forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.status-block__check img {
  margin-right: 23px;
  width: 40px;
  height: 40px;
}
.status-block__check span {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 47px;
  color: #fff;
}
.status-block__btn {
  margin-top: 20px;
  padding: 18px 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.77px;
  line-height: 23px;
  opacity: 0;
  -webkit-animation: fadeTop 8s ease-in-out 0.3s forwards;
  animation: fadeTop 8s ease-in-out 0.3s forwards;
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.nettec-boost {
  background: #0757fe;
  padding-bottom: 30px;
}
.nettec-boost__title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 47px;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.charts_orb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
.charts_orb .orb {
  padding: 20px;
}
.charts_orb .orb .orb_graphic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.charts_orb .orb .orb_graphic .orb_value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 47px;
  text-align: center;
}
.charts_orb .orb .orb_label {
  text-transform: uppercase;
  text-align: center;
  margin-top: 1em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.charts_orb svg {
  width: 110px;
  height: 110px;
}
.charts_orb svg circle {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 314.16, 314.16;
  stroke-width: 7;
  fill: transparent;
}
.charts_orb svg circle.fill {
  stroke: transparent;
}
.charts_orb svg circle.progress {
  stroke: #ff9f00;
  -webkit-transition: stroke-dashoffset 0.35s;
  -o-transition: stroke-dashoffset 0.35s;
  transition: stroke-dashoffset 0.35s;
  stroke-dashoffset: 214.16;
  -webkit-animation: NAME-YOUR-ANIMATION 1.5s forwards;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
  0% {
    stroke-dashoffset: 314.16;
  }
  100% {
    stroke-dashoffset: 40;
  }
}
@-webkit-keyframes NAME-YOUR-ANIMATION2 {
  0% {
    stroke-dashoffset: 314.16;
  }
  100% {
    stroke-dashoffset: 20;
  }
}
.charts_orb svg circle.progress2 {
  stroke: #ff9f00;
  -webkit-transition: stroke-dashoffset 0.35s;
  -o-transition: stroke-dashoffset 0.35s;
  transition: stroke-dashoffset 0.35s;
  stroke-dashoffset: 214.16;
  -webkit-animation: NAME-YOUR-ANIMATION2 1.5s forwards;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes NAME-YOUR-ANIMATION2 {
  0% {
    stroke-dashoffset: 314.16;
  }
  100% {
    stroke-dashoffset: 30;
  }
}
.bg-overley {
  background: #000;
  position: fixed;
  opacity: 0.7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: hidden;
}
.bg-overley.js-active {
  opacity: 0.7;
  visibility: visible;
}
.burger-menu-block {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
}
.burger-menu-block.js-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.burger-menu-block__exit {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.burger-menu-block__exit:hover {
  color: #0757fe;
}
.burger-menu-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 100px 40px;
}
.burger-menu-block__wrapper a {
  line-height: 45px;
  color: #000;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0.7;
  text-decoration: none;
  font-size: 20px;
}
.burger-menu-block__wrapper a:hover {
  opacity: 1;
  color: #0757fe;
}
.burger-menu-block__title {
  font-size: 36px;
  font-weight: 700;
  color: #ff9f00;
  padding-bottom: 40px;
}
.burger-menu-block__link {
  line-height: 45px;
  color: #000;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0.7;
  text-decoration: none;
  font-size: 20px;
}
.burger-menu-block__link:hover {
  opacity: 1;
  color: #0757fe;
}
.text-page {
  min-height: 100vh;
  padding-top: 150px;
}
.text-page h1 {
  text-align: center;
}
@-webkit-keyframes scaleAnim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleAnim2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes fadeTop {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (max-width: 1400px) {
  .container {
    max-width: calc(100% - 40px);
  }
  .header {
    padding-top: 20px;
  }
  .header__logo {
    width: 200px;
  }
  .homepage-header__img {
    width: 340px;
    top: 130px;
    right: 144px;
  }
  .homepage-header__title {
    padding-top: 130px;
    font-size: 30px;
  }
  .homepage-header__subtitle {
    font-size: 26px;
  }
  .homepage-header__btn {
    margin-top: 10px;
  }
  .introducing-block__left {
    border-radius: 0;
  }
  .introducing-block__right {
    padding-right: 15px;
  }
  .slider-home__wrapper .swiper-slide-prev {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0.28;
  }
  .slider-home__wrapper .swiper-slide-next {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0.28;
  }
  .how-block__text {
    padding-left: 0;
  }
  .how-block__img img {
    min-width: 400px;
    margin-top: 25px;
  }
  .how-much__left {
    padding-left: 15px;
  }
  .how-much__img {
    border-radius: 0;
  }
  .boost-nettec__right {
    margin-left: 50px;
  }
  .status-block__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .status-block__right {
    margin-left: 50px;
  }
  .status-block__img img {
    margin-left: 0px;
  }
  .status-block__btn {
    font-size: 18px;
  }
}
@media all and (max-width: 1200px) {
  .status-block__right {
    padding: 33px 35px;
  }
  .status-block__title {
    font-size: 30px;
  }
  .status-block__check {
    padding: 10px 0;
  }
  .status-block__check img {
    width: 24px;
    height: 24px;
  }
  .status-block__check span {
    line-height: initial;
    font-size: 18px;
  }
  .status-block__btn {
    font-size: 16px;
    padding: 18px 44px;
  }
}
@media all and (max-width: 992px) {
  .header__right > span {
    margin-right: 50px;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__right {
    padding-top: 30px;
  }
  .footer__right a {
    margin-left: 0;
    padding-right: 25px;
  }
  .homepage-header {
    padding-bottom: 50px;
  }
  .homepage-header__img {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 230px;
    margin-top: 40px;
  }
  .homepage-header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homepage-header__title {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
  }
  .homepage-header__subtitle {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
  }
  .introducing-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .introducing-block__left {
    width: 100%;
  }
  .introducing-block__right {
    width: 100%;
    padding: 0;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .home-grey-block {
    margin-bottom: 40px;
  }
  .home-grey-block__wrapper {
    border-radius: 0 0 30px 30px;
    padding: 28px 20px 45px 20px;
  }
  .home-grey-block__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-grey-block__text p {
    width: 100%;
    margin: 20px 0;
  }
  .slider-home {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .slider-home__wrapper .swiper-slide {
    height: initial;
  }
  .slider-home-item {
    margin: 20px;
    height: initial;
  }
  .order-block {
    padding-top: 38px;
    padding-bottom: 83px;
    background-size: cover;
  }
  .order-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order-block__right {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .order-block__text {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 32px;
  }
  .order-block__img img {
    padding-top: 0px;
    padding-left: 0px;
  }
  .how-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .boost-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .boost-block__list {
    padding-left: 0;
  }
  .how-much__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .how-much__left {
    width: 100%;
    padding-top: 62px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .how-much__img {
    width: 100%;
    height: 500px;
  }
  .how-block__img {
    padding-left: 0;
  }
  .boost-nettec__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .boost-nettec__right {
    margin-left: 0;
    max-width: 100%;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .status-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .status-block__right {
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .charts_orb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .charts_orb .orb {
    width: 33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (max-width: 650px) {
  .container {
    max-width: calc(100% - 60px);
  }
  .btn-orange {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.77px;
    line-height: 23px;
    white-space: nowrap;
  }
  .header {
    padding-top: 50px;
  }
  .header__logo {
    width: 150px;
  }
  .header__right > span {
    font-size: 12px;
    font-weight: 500;
    margin-left: 20px;
    letter-spacing: 1.5px;
    line-height: 14px;
    margin-right: 16px;
  }
  .header__right a {
    width: 52px;
    height: 52px;
  }
  .header__right a svg {
    width: 100%;
    height: 100%;
  }
  .footer__left {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
  }
  .footer__right a {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer__right a:first-child {
    padding-left: 0;
  }
  .footer__right a:last-child {
    padding-right: 0;
  }
  .footer__disclaimer {
    font-size: 11px;
    padding-bottom: 35px;
  }
  .homepage-header {
    padding-bottom: 34px;
  }
  .homepage-header__img {
    margin-top: 30px;
    width: 180px;
  }
  .homepage-header__title {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
    padding-top: 135px;
  }
  .homepage-header__subtitle {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
  }
  .homepage-header__btn {
    margin-top: 20px;
  }
  .introducing-block__left {
    height: 260px;
  }
  .introducing-block__title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 50px;
  }
  .introducing-block__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .home-grey-block .container {
    max-width: 100%;
  }
  .home-grey-block__wrapper {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .home-grey-block__btn {
    top: 45px;
  }
  .slider-home {
    margin-top: 75px;
  }
  .slider-home__title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 26px;
  }
  .slider-home__subtitle {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
  }
  .slider-home__wrapper {
    padding-top: 40px;
  }
  .slider-home__wrapper .swiper-slide {
    padding-top: 0;
  }
  .slider-home__arrows .swiper-button-prev {
    margin: 0 15px;
  }
  .slider-home__arrows .swiper-button-prev svg {
    width: 100%;
    height: 100%;
  }
  .slider-home__arrows .swiper-button-next {
    margin: 0 15px;
  }
  .slider-home-item__icon {
    width: 70px;
    height: 70px;
  }
  .order-block__text {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
  }
  .work-block {
    padding-top: 50px;
  }
  .work-block:before {
    display: none;
  }
  .work-block__center-text {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .how-block {
    margin-top: 30px;
  }
  .how-block__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .how-block__img {
    padding-left: 0;
  }
  .how-block__img img {
    width: 100%;
    max-width: 339px;
    min-width: initial;
    margin-top: 5px;
  }
  .boost-block {
    padding-top: 50px;
  }
  .boost-block__img {
    width: 100%;
    max-width: 339px;
  }
  .boost-block__list-item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .boost-block__list-item:before {
    top: 0;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .boost-block__btn {
    margin-top: 30px;
  }
  .how-much__img {
    height: 240px;
  }
  .how-much__title {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 24px;
  }
  .how-much__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .boost-nettec {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .boost-nettec__img {
    min-width: initial;
    width: 100%;
    max-width: 250px;
  }
  .boost-nettec__title {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 26px;
  }
  .boost-nettec__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
  }
  .status-block__img {
    width: 100%;
    max-width: 250px;
  }
  .status-block__right {
    margin-left: 0;
    padding: 0;
    background: transparent;
  }
  .status-block__btn {
    font-size: 14px;
    padding: 15px 20px;
  }
  .status-block__btn svg {
    margin-left: 10px;
  }
  .charts_orb .orb {
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 400px) {
  .burger-menu-block {
    max-width: 100vw;
  }
}
