@import url(../nullstyle/nullstyle.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper .main .product {
  font-family: "Noto Sans", sans-serif;
  padding: 0 0 30px 0;
}
.wrapper .main .product h1 {
  color: #131b24;
  font-size: 52px;
  line-height: 110%;
  font-weight: bold;
  margin: 60px 0;
}
.wrapper .main .product__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .main .product__text {
  display: flex;
  flex-direction: column;
}
.wrapper .main .product .product__image img {
  height: 583px;
}
.wrapper .main .product__subtitle {
  color: #131b24;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 40px;
}
.wrapper .main .product .laptop {
  display: none;
}
.wrapper .main .product__item {
  width: 572px;
  border-radius: 16px;
  padding: 20px;
  box-shadow: rgb(221, 221, 221) 0px 0px 15px;
  margin-bottom: 20px;
}
.wrapper .main .product__item h2 {
  line-height: 130%;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #131b24;
}
.wrapper .main .product__item h3 {
  color: #34414e;
  font-size: 16px;
  line-height: 140%;
}
.wrapper .main .competition {
  font-family: "Noto Sans", sans-serif;
  background: #fff2f1;
  height: 742px;
  padding: 70px 0;
}
.wrapper .main .competition .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.wrapper .main .competition__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  padding-bottom: 20px;
}
.wrapper .main .competition__tables {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper .main .competition__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c0c9d3;
}
.wrapper .main .competition__row .check {
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.wrapper .main .competition .first-row,
.wrapper .main .competition .last-row {
  border: none;
}
.wrapper .main .competition .last-row {
  height: 30px;
}
.wrapper .main .competition .function {
  width: 300px;
  height: 80px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrapper .main .competition .block {
  flex: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .main .competition .heighest-block {
  padding-top: 20px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  box-shadow: rgb(221, 221, 221) 0px 0px 15px;
}
.wrapper .main .competition .active-block {
  box-shadow: rgb(221, 221, 221) 0px 10px 15px;
  background: #fff;
  height: 80px;
}
.wrapper .main .competition .flashaid img {
  width: 110px;
  height: 51px;
}
.wrapper .main .competition .life img {
  width: 168px;
  height: 62px;
}
.wrapper .main .competition .echos img {
  height: 40px;
  width: 166px;
}
.wrapper .main .competition .alls img {
  width: 195px;
  height: 45px;
}
.wrapper .main .competition .last-active-block {
  height: 30px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.wrapper .main .integrity {
  padding: 70px 0;
}
.wrapper .main .integrity__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  padding-bottom: 20px;
}
.wrapper .main .integrity__bg img {
  width: 100%;
}
.wrapper .main .contact {
  background: linear-gradient(90deg, #ff5653 0%, #cf3535 100%);
  position: relative;
  height: 633px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .main .contact .contact__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../src/img/download-bg.svg") 0 0/cover repeat;
  opacity: 0.15;
}
.wrapper .main .contact__form {
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #fff;
  border-radius: 40px;
  font-family: "Noto Sans", sans-serif;
}
.wrapper .main .contact__title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.wrapper .main .contact__input, .wrapper .main .contact__textarea {
  margin: 10px 0;
  width: 440px;
  border: 1px solid #c0c9d3;
  padding: 14px 16px;
  border-radius: 20px;
}
.wrapper .main .contact__textarea {
  resize: none;
}
.wrapper .main .contact__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
  width: 100%;
}
.wrapper .main .contact__button {
  background: #e94746;
  color: #fff;
  padding: 16px 57px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: #e94746 0 0 6px;
}
.wrapper .main .contact__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper .main .contact__subtitle {
  color: #131b24;
  font-size: 14px;
}
.wrapper .main .contact a {
  color: #e94746;
  line-height: 130%;
  font-weight: 600;
  font-size: 17px;
}
.wrapper .footer {
  background: #d12f2e;
}
.wrapper .footer .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.wrapper .footer .container img {
  height: 27px;
  width: 169px;
}
.wrapper .footer .container span {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
}
.wrapper .footer .container a {
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.wrapper .footer .container ul {
  display: flex;
  gap: 20px;
}
.wrapper .footer .container ul li img {
  width: 20px;
  height: 20px;
}