@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  width: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  cursor: default;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
}

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

section {
  width: 1440px;
  margin: 0px auto;
}

.heder-container {
  width: 1420px;
  height: 1150px;
  position: relative;
  overflow: hidden;
}

.heder-container__left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 76.39%;
  height: 80%;
  background-image: url(../img/header_img/background-blue.svg);
}

.heder-container__bg-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.heder-container__bg-large-picture {
  position: absolute;
  top: 230px;
  right: 30px;
  z-index: 3;
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
}

.heder-container__bg-small-picture {
  position: absolute;
  bottom: 215px;
  right: -120px;
  z-index: 3;
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
}

.heder-container__bg-dot-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.blue-bg {
  position: relative;
  width: 1100px;
  height: 840px;
  margin-bottom: 175px;
}

.blue-bg__round {
  position: absolute;
  top: 0px;
  right: 0px;
}

.blue-bg__dot {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.header {
  position: absolute;
  top: 40px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 74px;
  z-index: 5;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 11%;
  width: 167px;
  height: 42px;
  cursor: pointer;
}

.logo__picture {
  display: block;
  width: 42px;
  height: 42px;
}

.logo__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  width: 113px;
  height: 24px;
  color: #fff;
  cursor: pointer;
}

.nav-wrap {
  margin-left: 7.3%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 421px;
  height: 16px;
  cursor: pointer;
}

.nav__item {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.6;
  color: #fff;
  cursor: pointer;
}

.nav__item:hover {
  opacity: 1;
}

.registration {
  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;
  margin-right: 6%;
  width: 180px;
  height: 36px;
}

.registration__sing-in {
  padding: 10px 8px 10px 8px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #262B35;
  cursor: pointer;
}

.registration__get-started {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #1ECE7A;
  cursor: pointer;
}

.registration__line {
  width: 1px;
  height: 24px;
  background-color: #D4D4D4;
}

.main {
  position: absolute;
  left: 119px;
  top: 190px;
}

.main__title {
  width: 600px;
  height: 204px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 72px;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.main__title-green {
  color: #1ECE7A;
}

.main__text {
  width: 560px;
  height: 96px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 65px;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 272px;
  height: 44px;
}

.btns__start {
  background: #1ECE7A;
  border-radius: 3px;
  padding: 13px 21.5px 13px 21.5px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.btns__learn {
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 13px 22.5px 13px 22.5px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.note {
  margin-left: 120px;
  width: 960px;
  height: 96px;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #606C84;
}

.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mobile-menu {
  display: none;
}

.burger-menu__top {
  display: none;
}

.features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1420px;
  padding: 90px 180px 185px 70px;
}

.features-container__left {
  margin-top: 85px;
}

.features-container__right {
  width: 590px;
}

.features-container__picture {
  width: 553px;
  height: 517px;
}

.fearures__title {
  font-family: "Inter", sans-serif;
  font-style: 400;
  font-weight: bold;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #1C57C9;
  margin-bottom: 20px;
}

.fearures__sub-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #262B35;
  margin-bottom: 25px;
}

.fearures__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #606C84;
  margin-bottom: 60px;
}

.fearures__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detection {
  width: 250px;
  height: 225px;
}

.detection__icon-wrap {
  width: 55px;
  height: 55px;
  margin-bottom: 35px;
}

.detection__icon {
  width: 100%;
  height: 100%;
}

.detection__title {
  font-family: "Inter", sans-serif;
  font-style: 400;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262B35;
  margin-bottom: 16px;
}

.detection__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #606C84;
}

.diagnostics {
  width: 250px;
  height: 225px;
  margin-left: 75px;
}

.diagnostics__icon-wrap {
  width: 55px;
  height: 55px;
  margin-bottom: 35px;
}

.diagnostics__icon {
  width: 100%;
  height: 100%;
}

.diagnostics__title {
  font-family: "Inter", sans-serif;
  font-style: 400;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262B35;
  margin-bottom: 16px;
}

.diagnostics__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #606C84;
}

.prevention {
  width: 250px;
  height: 225px;
  margin-top: 35px;
}

.prevention__icon-wrap {
  width: 55px;
  height: 55px;
  margin-bottom: 35px;
}

.prevention__icon {
  width: 100%;
  height: 100%;
}

.prevention__title {
  font-family: "Inter", sans-serif;
  font-style: 400;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262B35;
  margin-bottom: 16px;
}

.prevention__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #606C84;
}

.service {
  width: 250px;
  height: 225px;
  margin-left: 75px;
  margin-top: 35px;
}

.service__icon-wrap {
  width: 55px;
  height: 55px;
  margin-bottom: 35px;
}

.service__icon {
  width: 100%;
  height: 100%;
}

.service__title {
  font-family: "Inter", sans-serif;
  font-style: 400;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262B35;
  margin-bottom: 16px;
}

.service__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #606C84;
}

.update-container {
  width: 1420px;
  height: 1170px;
  overflow: hidden;
}

.update {
  position: relative;
  height: 100%;
  width: 100%;
}

.update__small-img {
  position: absolute;
  top: 273px;
  left: 0px;
  width: 340px;
  height: 240px;
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.16);
  border-radius: 0px 24px 24px 0px;
}

.update__midle-img {
  position: absolute;
  left: 376px;
  top: 333px;
  -webkit-filter: drop-shadow(0px 16px 48px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 16px 48px rgba(0, 0, 0, 0.16));
  border-radius: 24px;
  z-index: 5;
}

.update__big-img {
  position: absolute;
  left: 0px;
  bottom: 221px;
  z-index: 6;
}

.update__midle-dot {
  position: absolute;
  top: 220px;
  left: 595px;
  z-index: 3;
}

.update__bottom-dot {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.update__blue-dot {
  position: absolute;
  right: 0px;
  bottom: 70px;
  z-index: 5;
}

.update__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #1C57C9;
  margin-bottom: 16px;
}

.update__sub-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #262B35;
}

.update__right {
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(../img/update_img/background-blue.svg);
  width: 760px;
  height: 1103px;
}

.update__left {
  position: absolute;
  top: 30px;
  left: 155px;
  width: 320px;
}

.monitor {
  width: 500px;
  height: 195px;
  margin-top: 52px;
  margin-left: 130px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.monitor__picture-wrap {
  width: 60px;
  height: 60px;
}

.monitor__picture {
  width: 60px;
  height: 60px;
}

.monitor__info {
  margin-left: 30px;
  width: 350px;
  height: 135px;
}

.monitor__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.monitor__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #FFFFFF;
}

.maintenance {
  width: 500px;
  height: 195px;
  margin-left: 130px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maintenance__picture-wrap {
  width: 60px;
  height: 60px;
}

.maintenance__picture {
  width: 60px;
  height: 60px;
}

.maintenance__info {
  margin-left: 30px;
  width: 350px;
  height: 135px;
}

.maintenance__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.maintenance__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #FFFFFF;
}

.repair {
  width: 500px;
  height: 195px;
  margin-left: 130px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.repair__picture-wrap {
  width: 60px;
  height: 60px;
}

.repair__picture {
  width: 60px;
  height: 60px;
}

.repair__info {
  margin-left: 30px;
  width: 350px;
  height: 135px;
}

.repair__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.repair__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #FFFFFF;
}

.replace {
  width: 500px;
  height: 195px;
  margin-left: 130px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.replace__picture-wrap {
  width: 60px;
  height: 60px;
}

.replace__picture {
  width: 60px;
  height: 60px;
}

.replace__info {
  margin-left: 30px;
  width: 350px;
  height: 135px;
}

.replace__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.replace__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #FFFFFF;
}

.services-testimonials-container {
  height: 2340px;
  width: 1420px;
  background-image: url(../img/services_img/bg-gradient.svg);
}

.services {
  padding: 93px 0px 0px 0px;
  width: 1420px;
}

.services__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #1C57C9;
  margin-bottom: 20px;
  text-align: center;
}

.services__sub-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #262B35;
  margin-bottom: 24px;
  text-align: center;
}

.services__text {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #606C84;
  margin-bottom: 93px;
}

.services__picture-wrap {
  width: 674px;
  height: 600px;
  margin: 0px auto 120px auto;
}

.services__picture {
  width: 674px;
  height: 600px;
}

.services__list-wrap {
  margin: 0px auto 0px auto;
  width: 1120px;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services__item:nth-child(1) {
  margin: 0px;
}

.services__item:nth-child(4) {
  margin: 0px;
}

.services__item:nth-child(7) {
  margin: 0px;
}

.item {
  width: 360px;
  height: 96px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 48px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 48px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px 24px 20px;
  margin: 0px 0px 20px 20px;
  cursor: pointer;
}

.item__icon-wrap {
  width: 55px;
  height: 55px;
}

.item__icon {
  width: 55px;
  height: 55px;
}

.item__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262B35;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-li {
  display: none;
}

.mobile-services__list-wrap {
  display: none;
}

.laptop-services__list-wrap {
  display: none;
}

.testimonials {
  overflow: hidden;
  padding: 180px 0px 140px 0px;
  width: 1420px;
  position: relative;
}

.testimonials__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #1C57C9;
  margin-bottom: 17px;
}

.testimonials__sub-title {
  width: 540px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #262B35;
  text-align: center;
  margin: 0px auto 60px auto;
}

.slider {
  position: relative;
  width: 1158px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.slider__indicators-list {
  width: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 48px auto 0px auto !important;
}

.slider__indicators {
  width: 12px;
  height: 12px;
  left: 666px;
  top: 5543px;
  background: #606C84;
  opacity: 0.2;
  border-radius: 100%;
  cursor: pointer;
}

.slider__indicators--active {
  background: #1C57C9;
  opacity: 1;
}

.slider__left {
  position: absolute;
  top: 59%;
  left: 135px;
  cursor: pointer;
}

.slider__right {
  position: absolute;
  top: 57%;
  right: 135px;
  cursor: pointer;
}

.slide {
  position: relative;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 540px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 30px;
}

.slide__icon-wrap {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 74px;
  height: 74px;
}

.slide__icon {
  width: 74px;
  height: 74px;
}

.slide__text {
  width: 420px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #262B35;
  margin-bottom: 42px;
}

.slide__person-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slide__person {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #262B35;
}

.slide__position {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #606C84;
}

.slide__temples-wrap {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 74px;
  height: 64px;
}

.slide__temples {
  width: 74px;
  height: 64px;
}

.item-js {
  height: 339px;
  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;
}

#li-mobile {
  display: none;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1420px;
  padding: 190px 220px;
}

.contact {
  width: 425px;
}

.contact__title {
  width: 130px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #1C57C9;
  margin-bottom: 17px;
}

.contact__sub-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #262B35;
  margin-bottom: 42px;
}

.contact__picture-wrap {
  width: 412px;
  height: 362px;
}

.contact__picture {
  width: 412px;
  height: 362px;
}

.form {
  width: 420px;
}

.form__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #262B35;
  margin-bottom: 14px;
  cursor: default;
}

.form__input {
  font-family: "Inter", sans-serif;
  width: 420px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.form__input::-webkit-input-placeholder {
  color: #CCCCCC;
}

.form__input:-ms-input-placeholder {
  color: #CCCCCC;
}

.form__input::-ms-input-placeholder {
  color: #CCCCCC;
}

.form__input::placeholder {
  color: #CCCCCC;
}

.form__select {
  font-family: "Inter", sans-serif;
  width: 420px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 0px 10px 0px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/contact_img/Vector.svg") no-repeat;
  background-position: 95% 50%;
}

.form__option {
  font-family: "Inter", sans-serif;
  width: 420px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 16px;
}

.form__textarea {
  width: 420px;
  font-family: "Inter", sans-serif;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 10px 0px 0px 20px;
}

.form__textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

.form__textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

.form__textarea::-ms-input-placeholder {
  color: #CCCCCC;
}

.form__textarea::placeholder {
  color: #CCCCCC;
}

.form__button {
  width: 148px;
  height: 44px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background: #1ECE7A;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 35px;
}

.footer-container {
  width: 1420px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0px 115px 80px 115px;
}

.footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.siphome {
  width: 400px;
  margin-right: 70px;
}

.siphome__logo-wrap {
  width: 158px;
  height: 42px;
  margin-bottom: 40px;
}

.siphome__logo {
  width: 158px;
  height: 42px;
}

.siphome__adress {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #262B35;
  margin-bottom: 50px;
}

.siphome__phone {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #262B35;
  cursor: pointer;
}

.siphome__email {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #262B35;
  cursor: pointer;
}

.navigation {
  width: 240px;
}

.navigation__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 240%;
  color: #262B35;
}

.navigation__item {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 240%;
  color: #606C84;
  cursor: pointer;
}

.navigation__item:hover {
  color: #1C57C9;
  font-weight: 600;
}

.about {
  width: 220px;
}

.about__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 240%;
  color: #262B35;
}

.about__item {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 240%;
  color: #606C84;
  cursor: pointer;
}

.about__item:hover {
  color: #1C57C9;
  font-weight: 600;
}

.connected {
  width: 220px;
}

.connected__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 240%;
  color: #262B35;
}

.connected__list {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 240%;
  color: #606C84;
}

.fasebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fasebook__logo {
  width: 26px;
  height: 26px;
}

.fasebook__text {
  padding-left: 20px;
  cursor: pointer;
}

.fasebook__text:hover {
  color: #1C57C9;
  font-weight: 600;
}

.twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.twitter__logo {
  width: 26px;
  height: 26px;
}

.twitter__text {
  padding-left: 20px;
  cursor: pointer;
}

.twitter__text:hover {
  color: #1C57C9;
  font-weight: 600;
}

.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instagram__logo {
  width: 26px;
  height: 26px;
}

.instagram__text {
  padding-left: 20px;
}

.instagram__text:hover {
  color: #1C57C9;
  font-weight: 600;
}

.lls {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #606C84;
  padding: 30px 0px 30px 0px;
  text-align: center;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.modal__cross {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal-g {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: 400px;
  height: 350px;
  background-color: #FFFFFF;
}

.modal-g__link {
  color: #1ECE7A;
  cursor: pointer;
}

.modal-g__main-text {
  margin-top: 10px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}

.modal-g__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
  text-align: center;
  color: #606C84;
}

.modal-g__item {
  position: relative;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
  margin-top: 20px;
}

.modal-g__input {
  width: 200px;
  outline: none;
  background: none;
  display: block;
  border: 0px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
}

.modal-g__input:focus {
  border-bottom: 1.5px solid #1ECE7A;
}

.modal-g__button {
  margin-top: 20px;
  color: #FFFFFF;
  background: #1ECE7A;
  border-radius: 3px;
  padding: 10px 8px 10px 8px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  cursor: pointer;
}

.modal-s {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: 400px;
  height: 275px;
  background-color: #FFFFFF;
}

.modal-s__link {
  color: #1ECE7A;
  cursor: pointer;
}

.modal-s__main-text {
  margin-top: 50px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}

.modal-s__text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
  text-align: center;
  color: #606C84;
}

.modal-s__item {
  position: relative;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto;
  margin-top: 20px;
}

.modal-s__input {
  width: 200px;
  outline: none;
  background: none;
  display: block;
  border: 0px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
}

.modal-s__input:focus {
  border-bottom: 1.5px solid #1ECE7A;
}

.modal-s__button {
  width: 100px;
  margin-top: 20px;
  color: #FFFFFF;
  background: #1ECE7A;
  border-radius: 3px;
  padding: 10px 8px 10px 8px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1440px) {
  .heder-container {
    width: 100%;
    overflow: visible;
  }
  .heder-container__left-bg {
    width: 1000px;
    height: 840px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .heder-container__bg-large-picture {
    display: none;
  }
  .heder-container__bg-small-picture {
    display: none;
  }
  .heder-container__bg-dot-bottom {
    bottom: -265px;
  }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    z-index: 10;
  }
  .logo {
    margin: 5%;
  }
  .registration__sing-in {
    color: #FFFFFF;
    background: #1ECE7A;
    border-radius: 3px;
  }
  .registration__line {
    display: none;
  }
  .registration__get-started {
    color: #1ECE7A;
    padding: 10px 8px 10px 8px;
    background: #FFFFFF;
    border: 1px solid #1ECE7A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
  }
  .main {
    left: 240px;
    width: 640px;
  }
  .note {
    width: 640px;
    text-align: center;
    margin: 0px auto;
  }
  .burger-wrap {
    display: none;
  }
  .burger-menu {
    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;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .heder-container {
    width: 100%;
    height: auto;
  }
  .heder-container__left-bg {
    background-image: none;
    width: 100%;
    height: 740px;
    background-color: #1C57C9;
    border-radius: 0px 0px 300px 0px;
    margin-bottom: 160px;
  }
  .blue-bg__round {
    display: none;
  }
  .burger-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 640px;
    margin: 0px;
    padding: 37px 30px 37px 48px;
    list-style: none;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(-115%);
            transform: translateY(-115%);
    -webkit-transition: -webkit-transform .9s ease-in-out 0s;
    transition: -webkit-transform .9s ease-in-out 0s;
    transition: transform .9s ease-in-out 0s;
    transition: transform .9s ease-in-out 0s, -webkit-transform .9s ease-in-out 0s;
  }
  .burger-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    height: 36px;
  }
  .burger-menu__left {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #262B35;
  }
  .burger-menu__right {
    width: 84px;
    height: 36px;
    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-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FF5A4F;
    border: 1px solid #FF5A4F;
    border-radius: 3px;
    cursor: pointer;
  }
  .burger_wrap {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 45px;
    background-color: #283C64;
    z-index: 20;
  }
  .menu__wrapper--open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    z-index: 20;
    top: 0px;
  }
  .blue-bg__dot {
    bottom: -60px;
  }
  .header {
    width: 100%;
    height: 110px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 30px;
    position: fixed;
    top: 0px;
    background: #1C57C9;
  }
  .logo {
    margin: 0px;
  }
  .nav-wrap {
    margin: 0px;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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;
    height: 300px;
  }
  .nav__item {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #606C84;
  }
  .nav__item:hover {
    color: #1C57C9;
  }
  .registration {
    margin: 45px 0px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 168px;
    height: 126px;
  }
  .registration__sing-in {
    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;
    width: 168px;
    height: 55px;
    font-size: 15px;
    line-height: 18px;
    padding: 0px;
    color: #1ECE7A;
    background: #FFFFFF;
    border: 1px solid #1ECE7A;
    border-radius: 3px;
  }
  .registration__get-started {
    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;
    width: 168px;
    height: 55px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #1ECE7A;
    border-radius: 3px;
  }
  .main {
    left: 76px;
    top: 170px;
  }
  .main__title {
    text-align: center;
    margin: 0px auto 36px auto;
  }
  .main__text {
    text-align: center;
    margin: 0px auto 60px auto;
    width: 100%;
    height: 64px;
  }
  .btns {
    margin: 0px 160px 60px 200px;
  }
  .note {
    height: 128px;
  }
  .mobile-menu {
    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;
    width: 84px;
    height: 36px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .heder-container__bg-dot-bottom {
    display: none;
  }
  .blue-bg {
    border-radius: 0px 0px 160px 0px;
    margin-bottom: 130px;
  }
  .blue-bg__dot {
    left: -92px;
  }
  .header {
    width: 100%;
    padding: 0px 20px;
  }
  .burger-menu {
    padding: 45px 20px 85px;
  }
  .burger-menu__top {
    width: 100%;
    margin-bottom: 60px;
  }
  .registration {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 302px;
    height: 48px;
  }
  .registration__sing-in {
    width: 141px;
    height: 48px;
  }
  .registration__get-started {
    width: 141px;
    height: 48px;
  }
  .main {
    width: 100%;
    left: 0px;
    top: 138px;
  }
  .main__title {
    width: 335px;
    height: 236px;
    font-size: 42px;
    line-height: 140%;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
  }
  .main__text {
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    width: 335px;
    height: 116px;
    margin-bottom: 30px;
  }
  .btns {
    margin: 0px auto;
    width: 272px;
    height: 44px;
  }
  .btns__start {
    width: 128px;
    height: 44px;
    font-size: 15px;
    line-height: 18px;
    padding: 0px;
  }
  .btns__learn {
    width: 128px;
    height: 44px;
    font-size: 15px;
    line-height: 18px;
    padding: 0px;
  }
  .note {
    width: 92%;
    height: auto;
  }
}

@media screen and (max-width: 1440px) {
  .features-container {
    -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;
    width: 100%;
    padding: 90px 72px 0px 72px;
  }
  .fearures {
    width: 640px;
  }
  .fearures__title {
    text-align: center;
  }
  .fearures__sub-title {
    text-align: center;
  }
  .fearures__text {
    text-align: center;
    width: 640px;
  }
  .detection {
    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;
  }
  .detection__title {
    text-align: center;
  }
  .detection__text {
    width: 280px;
    text-align: center;
  }
  .diagnostics {
    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;
  }
  .diagnostics__title {
    text-align: center;
  }
  .diagnostics__text {
    text-align: center;
    width: 280px;
  }
  .prevention {
    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;
  }
  .prevention__title {
    text-align: center;
  }
  .prevention__text {
    text-align: center;
  }
  .service {
    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;
  }
  .service__title {
    text-align: center;
  }
  .service__text {
    text-align: center;
    width: 280px;
  }
}

@media screen and (max-width: 1024px) {
  .features-container {
    padding-top: 0px;
    width: 100%;
  }
  .features-container__picture {
    margin-bottom: 40px;
    z-index: 100;
  }
  .fearures__points {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 682px;
  }
  .detection {
    width: 331px;
  }
  .diagnostics {
    width: 331px;
    margin: 0px;
  }
  .prevention {
    width: 331px;
    margin-top: 36px;
  }
  .service {
    width: 331px;
    margin: 36px 0px 0px 0px;
  }
}

@media screen and (max-width: 768px) {
  .features-container {
    padding: 0px;
  }
  .features-container__picture {
    width: 320px;
    height: 320px;
  }
  .features-container__right {
    width: 100%;
  }
  .fearures__sub-title {
    font-size: 32px;
    line-height: 140%;
  }
  .fearures__text {
    width: 92%;
    margin: 0px auto 50px auto;
  }
  .fearures__points {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detection {
    width: 260px;
  }
  .detection__text {
    width: 260px;
  }
  .diagnostics {
    width: 260px;
  }
  .diagnostics__text {
    width: 260px;
  }
  .prevention {
    width: 260px;
  }
  .prevention__text {
    width: 260px;
  }
  .service {
    width: 260px;
  }
  .service__text {
    width: 260px;
  }
}

@media screen and (max-width: 1440px) {
  .update-container {
    width: 100%;
    height: 1942px;
  }
  .update {
    margin-top: 160px;
  }
  .update__small-img {
    left: 45px;
    top: 260px;
    border-radius: 24px;
  }
  .update__midle-img {
    top: 320px;
    left: 420px;
  }
  .update__big-img {
    left: 45px;
    top: 540px;
  }
  .update__midle-dot {
    display: none;
  }
  .update__bottom-dot {
    display: none;
  }
  .update__blue-dot {
    bottom: 167px;
  }
  .update__left {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .update__sub-title {
    width: 440px;
    margin: 0 auto;
  }
  .update__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
    background: #1C57C9;
    background-image: none;
    width: 100%;
    height: 1104px;
    top: 680px;
    left: 0px;
    padding: 320px 76px 0px 76px;
    border-radius: 0px 0px 0px 300px;
  }
  .monitor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto;
    padding: 0px;
    width: 331px;
    height: auto;
  }
  .monitor__picture-wrap {
    width: 60px;
    height: 60px;
    margin: 0px auto 30px auto;
  }
  .monitor__picture {
    width: 60px;
    height: 60px;
  }
  .monitor__info {
    width: 100%;
    margin: 0px;
  }
  .monitor__title {
    text-align: center;
    width: 100%;
  }
  .monitor__text {
    text-align: center;
    width: 280px;
    margin: 0px auto;
  }
  .maintenance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    margin: 0px auto;
    width: 331px;
    height: auto;
  }
  .maintenance__picture-wrap {
    width: 60px;
    height: 60px;
    margin: 0px auto 30px auto;
  }
  .maintenance__picture {
    width: 60px;
    height: 60px;
  }
  .maintenance__info {
    width: 100%;
    margin: 0px;
  }
  .maintenance__title {
    text-align: center;
    width: 100%;
  }
  .maintenance__text {
    text-align: center;
    width: 280px;
    margin: 0px auto;
  }
  .repair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    margin: 25px auto 0px auto;
    width: 331px;
    height: auto;
  }
  .repair__picture-wrap {
    width: 60px;
    height: 60px;
    margin: 0px auto 30px auto;
  }
  .repair__picture {
    width: 60px;
    height: 60px;
  }
  .repair__info {
    width: 100%;
    margin: 0px;
  }
  .repair__title {
    text-align: center;
    width: 100%;
  }
  .repair__text {
    text-align: center;
    width: 280px;
    margin: 0px auto;
  }
  .replace {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    margin: 25px auto 0px auto;
    width: 331px;
    height: auto;
  }
  .replace__picture-wrap {
    width: 60px;
    height: 60px;
    margin: 0px auto 30px auto;
  }
  .replace__picture {
    width: 60px;
    height: 60px;
  }
  .replace__info {
    width: 100%;
    margin: 0px;
  }
  .replace__title {
    text-align: center;
    width: 100%;
  }
  .replace__text {
    text-align: center;
    width: 280px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 768px) {
  .update-container {
    height: 2281px;
  }
  .update__small-img {
    left: -3px;
    border-radius: 0px 30px 30px 0px;
    width: 168px;
    height: 135px;
  }
  .update__midle-img {
    right: -3px;
    left: auto;
    top: 305px;
    border-radius: 30px 0px 0px 30px;
  }
  .update__big-img {
    left: -3px;
    top: 420px;
  }
  .update__blue-dot {
    display: none;
  }
  .update__sub-title {
    width: 320px;
    font-size: 32px;
  }
  .update__right {
    top: 495px;
    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;
    height: 1620px;
    padding: 260px 0px 0px 0px;
    border-radius: 0px 0px 0px 150px;
  }
  .monitor {
    width: 100%;
    height: 300px;
  }
  .monitor__info {
    height: auto;
  }
  .maintenance {
    height: 308px;
  }
  .replace {
    height: 300px;
    margin: 0px;
  }
  .repair {
    height: 300px;
    margin: 0px;
  }
}

@media screen and (max-width: 1440px) {
  .services-testimonials-container {
    width: 100%;
    height: 2210px;
  }
  .services {
    width: 100%;
    overflow: hidden;
  }
  .services__sub-title {
    width: 640px;
    margin: 0px auto;
    margin-bottom: 24px;
  }
  .services__list-wrap {
    width: 380px;
  }
  .services__list {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 110px;
  }
  .services__item {
    margin: 0px 10px;
  }
  .services__item:nth-child(1) {
    margin: 0px 5px;
  }
  .services__item:nth-child(4) {
    margin: 0px 5px;
  }
  .services__item:nth-child(7) {
    margin: 0px 5px;
  }
  .services__item {
    margin: 0px 5px;
  }
  .item {
    margin: 0px 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .services-li {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 48px auto 0px auto !important;
  }
  .services-li__item {
    width: 12px;
    height: 12px;
    left: 666px;
    top: 5543px;
    background: #606C84;
    opacity: 0.2;
    border-radius: 100%;
    cursor: pointer;
  }
  .services-li__item--active {
    background: #1C57C9;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .services-testimonials-container {
    height: 1940px;
  }
  .services__sub-title {
    width: 320px;
    font-size: 32px;
  }
  .services__text {
    padding: 0px 27px;
  }
  .services__picture-wrap {
    width: 324.02px;
    height: 286px;
  }
  .services__picture {
    width: 324.02px;
    height: 286px;
  }
  .services__list-wrap {
    width: 320px;
  }
}

@media screen and (max-width: 1440px) {
  .testimonials {
    width: 100%;
  }
  .testimonials__title {
    width: 100%;
  }
  .slider {
    width: 600px;
    overflow: visible;
  }
  .slider__left {
    display: none;
  }
  .slider__right {
    display: none;
  }
  #li-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .testimonials__sub-title {
    font-size: 32px;
    width: 100%;
    padding: 0px 27px;
  }
  .slider {
    width: 320px;
  }
  .slider__item {
    margin-top: 50px;
    width: 100%;
    height: 360px;
    margin-right: 10px;
    margin-left: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .slide__icon-wrap {
    right: 39%;
    top: -42px;
  }
  .slide__text {
    font-size: 18px;
    width: 100%;
    margin-bottom: 0px;
  }
  .slide__person-wrap {
    text-align: center;
  }
  .slider__indicators-list {
    margin: 110px auto 0px auto !important;
  }
}

@media screen and (max-width: 1440px) {
  .contact-container {
    -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;
    padding-top: 180px;
    width: 100%;
  }
  .contact {
    margin-bottom: 70px;
  }
  .contact__title {
    margin: 0px auto 17px auto;
  }
  .contact__sub-title {
    margin: 0px auto 42px auto;
    text-align: center;
    width: 424px;
  }
  .form__button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact-container {
    padding: 160px 0px 200px 0px;
  }
  .contact {
    width: 320px;
  }
  .contact__sub-title {
    font-size: 32px;
    width: 320px;
  }
  .contact__picture-wrap {
    width: 320px;
    height: 245.8px;
  }
  .contact__picture {
    width: 320px;
    height: 245.8px;
  }
  .form {
    width: 320px;
  }
  .form__main {
    width: 100%;
  }
  .form__text {
    width: 100%;
  }
  .form__input {
    width: 100%;
  }
  .form__select {
    width: 100%;
  }
  .form__option {
    width: 100%;
  }
  .form__textarea {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .footer-container {
    width: 100%;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 80px 40px 80px;
  }
  .siphome {
    width: 480px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .siphome__logo-wrap {
    margin-bottom: 50px;
  }
  .siphome__adress {
    margin-bottom: 40px;
  }
  .siphome__email {
    margin-bottom: 75px;
  }
  .navigation {
    width: 220px;
  }
  .about {
    width: 220px;
  }
  .connected {
    width: 220px;
  }
  .lls {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 0px 0px 40px 60px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav-wrap {
    -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;
    text-align: center;
  }
  .siphome {
    margin: 0px;
    width: 320px;
    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;
  }
  .siphome__adress {
    text-align: center;
    width: 320px;
  }
  .navigation {
    margin-bottom: 70px;
  }
  .about {
    margin-bottom: 100px;
  }
  .connected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 115px;
  }
  .connected__list {
    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;
  }
  .lls {
    width: 226px;
    font-size: 18px;
    margin: 0px auto;
  }
}
