*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Kanit";
  font-weight: 300;
  font-size: 17px;
  line-height: 130%;
  color: #111111;
  background-color: #ffffff;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button,
input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover,
input:hover,
textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

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

a:hover,
a:focus {
  text-decoration: underline;
  color: inherit;
}

button,
[type="submit"] {
  cursor: pointer;
}

input,
textarea {
  font: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #808189;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #808189;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #808189;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #808189;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #808189;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #000;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #000;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #000;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: #000;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: #000;
}

textarea {
  resize: vertical;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.visuallyHidden:not(:focus):not(:active),
input[type="checkbox"].visuallyHidden,
input[type="radio"].visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.textNowrap {
  white-space: nowrap;
}

.text-small {
  line-height: 150%;
}

.text-decoration-enabled {
  text-decoration: underline;
}

.text-decoration-enabled:hover {
  text-decoration: none;
}

.w-full {
  display: block;
  width: 100%;
}
.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1170px;
}

.pageContent {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.pageFooter {
  background-color: #111111;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.pageFooter .pageSection__innerWrap {
  width: 235px;
  margin-left: auto;
  margin-right: auto;
}

.pageFooter__col {
  margin-top: 56px;
}

.pageFooter__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.pageFooter__list {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: grid;
  grid-template-rows: 1fr;
  gap: 19px;
  align-items: start;
}

.pageFooter__item--icons {
  display: flex;
  align-items: center;
}

.pageFooter__item--icons .pageFooter__title {
  width: 130px;
}

.pageFooter__icon {
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  margin-left: 17px;
  width: 30px;
}

.pageFooter__icon a {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.pageFooter__item--text {
  font-weight: 300;
}

.pageFooter__item--text br {
  display: none;
}

.pageFooter__link:hover {
  text-decoration: underline;
}

.pageFooter__link:focus {
  text-decoration: none;
}

.pageFooter__btn {
  margin-top: 24px;
}

.pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageHeader--opened {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
}

.pageHeader .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pageHeader .pageSection__innerWrap {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 15px;
}

.pageHeader__tools {
  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;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pageHeader__hamburger {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pageHeader__hamburger:before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 -6px 0 0 #000, 0 6px 0 0 #000;
  box-shadow: 0 -6px 0 0 #000, 0 6px 0 0 #000;
}

.pageHeader--opened .pageHeader__hamburger:before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pageHeader--opened .pageHeader__hamburger:after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pageHeader__nav {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}

.pageHeader--opened .pageHeader__nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.pageHeader__btns {
  margin-top: 65px;
}

.pageHeader__btns .pageHeader__btn + .pageHeader__btn {
  margin-top: 26px;
}

.pageSection {
  position: relative;
}

.pageSection--greyBg {
  background-color: #f7f9fa;
}

.pageSection__heading {
  text-align: center;
  margin-bottom: 35px;
}

.pageSection__title {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 100%;
  font-weight: 600;
}

.pageSection__title--main {
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 24px;
}

.pageSection__title--main br {
  display: none;
}

.pageSection__text {
  line-height: 140%;
  color: #555555;
}

.pageSection__text br {
  display: none;
}

.pageSection__btn {
  text-align: center;
}

.pageWrapper {
  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;
  min-height: 100vh;
  overflow-x: hidden;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.btn:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #377dff;
}

.btn:focus {
  color: #fff;
  border: 1px solid transparent;
}

.btn:focus:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #377dff;
}

.btn:hover {
  color: #377dff;
  border: 1px solid #377dff;
}

.btn:hover:before {
  background: transparent;
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.7;
}

/*.modal .btn:disabled {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: wait;
}

.btn:disabled:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: -webkit-linear-gradient(279deg, #131AFF 0%, #25D8FF 118.61) !important;
  background: -moz-linear-gradient(279deg, #131AFF 0%, #25D8FF 118.61) !important;
  background: -o-linear-gradient(279deg, #131AFF 0%, #25D8FF 118.61) !important;
  background: linear-gradient(9deg, #131AFF 0%, #25D8FF 118.61) !important;
}*/

.btn--white {
  background-color: #fff;
  color: #377dff;
}

.btn--white:focus {
  border-color: #fff;
  color: #377dff;
}

.btn--white:before {
  display: none;
}

.btn--white:hover {
  background-color: #377dff;
  border-color: #fff;
  color: #fff;
}

.btn--blue {
  background-color: #377dff;
  color: #fff;
}

.btn--blue:focus {
  background-color: #377dff;
  color: #fff;
}

.btn--blue:active {
  background-color: #377dff;
  color: #fff;
}

.btn--blue:hover {
  background-color: transparent;
  color: #377dff;
}

.btn--blue:before {
  display: none;
}

.btn--transparent {
  background-color: transparent;
  color: #377dff;
  border: 1px solid #377dff;
}

.btn--transparent:before {
  display: none;
}

.btn--transparent:focus {
  background-color: transparent;
  color: #377dff;
  border: 1px solid #377dff;
}

.btn--transparent:active {
  background-color: #0007f1;
  color: #fff;
}

.btn--transparent:hover {
  background-color: #377dff;
  color: #fff;
}

.btn span {
  position: relative;
  display: block;
  padding: 11px 20px;
}

.game-changing {
  padding-top: 100px;
  padding-bottom: 110px;
}
.game-changing .pageSection__text {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 15px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.advantages__icon {
  width: 76px;
  height: 76px;
  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: 0;
  line-height: 0;
  background: #377dff;
  border-radius: 17px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.advantages__descr {
  text-align: center;
  font-weight: 400;
  line-height: 120%;
}

.evalRisks {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.evalRisks .pageSection__innerWrap {
  padding: 50px 25px;
  background: #377dff;
  border-radius: 39px;
}

.evalRisks .pageSection__heading {
  color: #fff;
  margin-bottom: 64px;
}

.evalRisks .pageSection__text {
  color: inherit;
}

.evalRisks .pageSection__text br {
  display: none;
}

.faq {
  background: url("/images/bg_shape@2x.png") left -60px top -40px no-repeat;
  background-size: 387px auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq .pageSection__heading {
  margin-bottom: 35px;
}

.faq__item {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 24px;
  padding-right: 60px;
  cursor: pointer;
}

.faq__item + .faq__item {
  margin-top: 13px;
}

.faq__question {
  position: relative;
  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;
  margin: 0;
  font-weight: 400;
  font-size: inherit;
  line-height: 120%;
}

.faq__question span {
  margin-right: auto;
}

.faq__question:after {
  content: "";
  position: absolute;
  top: 0;
  right: -36px;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;  
  background: url("/images/faq_plus.svg") 50% 50% no-repeat;

  background-size: cover;
  font-size: 0;
  line-height: 0;
}

.faq__item--opened .faq__question:after {
  background: url("/images/faq_minus.svg") 50% 50% no-repeat;
}

.faq__answer {
  padding-top: 24px;
  display: none;
}

.features__item--smart > .pageSection--greyBg {
  padding-top: 60px;
  padding-bottom: 70px;
}

.features__item--api > .pageSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.features .pageSection__heading {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.features .pageSection__text {
  color: #000;
}
.features .pageSection__innerWrap {
  width: 100%;
}

.features__item--bgImg .pageSection {
  background: url("/images/bg_shape@2x.png") bottom -108px left -167px no-repeat;
  background-size: 367px auto;
  padding-top: 60px;
  padding-bottom: 70px;
}

.features__imgs {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.features__imgs--set {
  width: 90%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

/* .features__img {
  border: 1px solid #377dff;
  -webkit-box-shadow: 0px 2.71253px 27.1253px rgba(91, 92, 93, 0.25);
  box-shadow: 0px 2.71253px 27.1253px rgba(91, 92, 93, 0.25);
  border-radius: 15px;
} */

.features__item--monitoring > .pageSection {
  padding-top: 60px;
  padding-bottom: 70px;
}

.features__item--tgBot > .pageSection {
  padding-top: 60px;
}

.features__item--tgBot .pageSection__heading {
  position: relative;
  z-index: 2;
}

.hero {
  padding-top: 110px;
  padding-bottom: 35px;
  background: url("/images/bg_shape@2x.png") right -246px top 50% no-repeat,
    url("/images/bg_shape@2x.png") left -154px bottom -227px no-repeat;
  background-size: 387px auto;
}

.hero .pageSection__heading {
  position: relative;
  margin-bottom: 35px;
  width: 100%;
}

.hero .pageSection__text {
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}

.hero .pageSection__img--shield {
  display: none;
  position: absolute;
  top: -60px;
  left: -40px;
  z-index: -1;
}

.hero .pageSection__img--main {
  display: none;
  position: absolute;
  top: -70px;
  right: -30px;
  z-index: -1;
  width: 50%;
  max-width: 650px;
}

.logo {
  font-size: 0;
  line-height: 0;
}

.logo img,
.logo svg {
  display: block;
  width: 100%;
}

.logo--inHeader {
  width: 130px;
}

.logo--inFooter {
  display: block;
  width: 179px;
}

.mainNav__item + .mainNav__item {
  margin-top: 24px;
}

.mainNav__link {
  color: #111;
  text-decoration: none;
}

.mainNav__link:hover {
  color: #377dff;
}

.mainNav__link:focus {
  text-decoration: none;
}

.modal {
  width: 100%;
  display: none;
  background: #fff;
  border-radius: 12px;
  text-align: left;
}

#modal-demo {
  max-width: 464px;
}

#modal-report {
  max-width: 800px;
}

.modal__dialog {
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
}

.modal__heading {
  margin-bottom: 24px;
}

.modal__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #111111;
  margin: 0;
}

.modal__title-descr {
  margin-top: 0;
}

.form.sending .form__footer {
  opacity: 0.7;
}

.form.sending .btn {
  opacity: 0.7;
  cursor: wait;
}

.form__item {
  margin-top: 16px;
}

.form__field {
  display: block;
  width: 100%;
  background: #f9f9f9;
  border-radius: 12px;
  border: 1px solid #f9f9f9;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 16px;
}

.form__field:focus {
  border-color: #377dff;
}

.form__field.error {
  border-color: #ff4c25;
}

.form__error {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ff4c25;
  margin-top: 24px;
  text-align: right;
}

label.error {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ff4c25;
  margin-top: 2px;
}

textarea.form__field {
  min-height: 100px;
  resize: none;
}

.form__footer {
  margin-top: 24px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form__footer .btn {
  margin-right: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form__footer .btn + .btn {
  margin-left: 24px;
}

.sendingSuccess {
  text-align: center;
  padding: 20px 0;
}

.sendingSuccess img {
  width: 45px;
}

.fancybox-content {
  text-align: center;
  padding: 0;
  width: 100%;
  background-color: transparent;
}

.fancybox-button,
.fancybox-close-small {
  display: none;
}

.fancybox-slide--html {
  padding: 16px;
}

.terms__content .pageSection__title {
  margin-top: 1.5em;
}

.terms .pageSection__title--main {
  text-align: left;
}


.terms__content {
  text-align: left;
}

.terms__content a {
  color: #377dff;
}

.terms__content a:hover {
  text-decoration: underline;
}

.terms__content p {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.terms__content ol {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
  list-style-type: decimal;
  margin-left: 25px;
}

.terms__content ul {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
  list-style-type: disc;
  margin-left: 25px;
}

.terms__content li + li {
  margin-top: 1em;
}

.terms__content > :last-child {
  margin-bottom: 0 !important;
}

.tgBotInstruction {
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-top: -100px;
}

.tgBotInstruction__moblile {
  margin-left: -200px;
  margin-right: -200px;
}


.tgBotInstruction__video {
  position: absolute;
  top: 114px;
  left: 50%;
  transform: translateX(calc(-50%));
  overflow: hidden;
  border-radius: 30px;
  width: 256px;
  height: 550px;
}

.tgBotInstruction__video img {
  margin-left: -1px;
  margin-right: -1px;
  display: block;
  max-width: none;
  width: calc(100% + 2px);
  margin-top: -1px;
  margin-bottom: -1px;
}

.terms {
  padding-top: 110px;
  padding-bottom: 35px;
}

@media screen and (min-width: 375px) {
  .pageSection__title--main {
    margin-bottom: 20px;
  }

  .form__footer .btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media screen and (min-width: 576px) {
  body {
    font-size: 19px;
  }

  .pageFooter .pageSection__innerWrap {
    width: auto;
  }

  .pageFooter__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 120px;
  }

  .pageFooter__col {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pageFooter__item--text {
    margin-top: auto;
  }

  .pageSection__title {
    margin-bottom: 20px;
  }
  .pageSection__title--main {
    font-size: 54px;
  }

  .pageSection__text br {
    display: inline;
  }

  .advantages__descr br {
    display: none;
  }

  .evalRisks .pageSection__text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .features .pageSection__text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero,
  .terms {
    padding-bottom: 50px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pageFooter__btn {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
  }

  .logo--inHeader {
    width: 150px;
  }

  /* .pageHeader {
    position: absolute !important;
    display: block;
    bottom: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 5;
  }

  .pageHeader .container {
    display: block;
  }

  .pageHeader .pageSection__innerWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pageHeader__tools {
    padding: 0;
  }

  .pageHeader__hamburger {
    display: none !important;
  }

  .pageHeader__nav {
    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;
    padding: 0;
    margin-left: 20px;
    opacity: 1;
    visibility: visible;
  }

  .pageHeader__btns {
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin-top: 0;
  }

  .pageHeader__btns .pageHeader__btn +   .pageHeader__btn {
    margin-top: 0;
  } */

  .pageSection__title {
    font-size: 40px;
  }

  .pageSection__title--main {
    font-size: 57px;
  }

  .pageSection__title--main br {
    display: inline;
  }

  .advantages__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
  }

  .advantages__descr br {
    display: inline;
  }

  .features .pageSection__innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .features .pageSection__heading {
    margin-bottom: 0;
    text-align: left;
    width: 45%;
  }

  .features .pageSection__body {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .features .pageSection__text {
    width: auto;
  }

  .features__item:nth-child(even) .pageSection__innerWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .features__imgs--set {
    width: auto;
    max-width: none;
  }

  .hero,
  .terms {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  /* .mainNav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .mainNav__list {
    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;
  }

  .mainNav__item {
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 6.1%;
  }

  .mainNav__item + .mainNav__item {
    margin-top: 0;
  } */

  .sendingSuccess img {
    width: 50px;
  }

  .features__item--smart .pageSection__heading,
  .features__item--tgBot .pageSection__heading {
    text-align: right;
    margin-right: 0;
  }

  .features__item--tgBot > .pageSection {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tgBotInstruction {
    margin-top: 0;
  }

}

@media screen and (min-width: 1080px) {
  body {
    font-size: 22px;
  }

  .pageHeader__tools {
    padding: 0;
  }

  .pageFooter .pageSection__innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .pageFooter__col {
    margin-top: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pageFooter__item {
    white-space: nowrap;
  }

  .pageFooter__item--text br {
    display: inline;
  }

  .pageFooter__btn .btn {
    white-space: nowrap;
  }

  .pageHeader {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pageSection__title {
    font-size: 44px;
    margin-bottom: 24px;
  }

  .pageSection__title--main {
    font-size: 58px;
  }

  .btn {
    font-size: 20px;
    font-weight: 500;
  }

  .btn span {
    padding: 9px 20px;
  }

  .advantages__list {
    gap: 32px;
  }

  .evalRisks .pageSection__innerWrap {
    background: #377dff;
  }

  .evalRisks .pageSection__text br {
    display: inline;
  }

  .faq__question:after {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }

  .hero {
    padding-top: 190px;
    background-size: 387px auto;
  }

  .terms {
    padding-top: 190px;
  }


  .hero .pageSection__heading {
    margin-bottom: 30px;
  }

  .mainNav__item {
    font-size: 18px;
  }
  .game-changing > .container > .pageSection__innerWrap > .pageSection__heading {
    padding-bottom: 70px;
  }

  .features__item--api > .pageSection {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .pageHeader {
    position: absolute !important;
    display: block;
    bottom: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 5;
  }

  .pageHeader .container {
    display: block;
  }

  .pageHeader .pageSection__innerWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pageHeader__tools {
    padding: 0;
  }

  .pageHeader__hamburger {
    display: none !important;
  }

  .pageHeader__nav {
    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;
    padding: 0;
    margin-left: 20px;
    opacity: 1;
    visibility: visible;
  }

  .pageHeader__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 32px;
    margin-top: 0;
  }

  .pageHeader__btns .pageHeader__btn + .pageHeader__btn {
    margin-top: 0;
  }

  .mainNav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .mainNav__list {
    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;
  }

  .mainNav__item {
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 6.1%;
  }

  .mainNav__item + .mainNav__item {
    margin-top: 0;
  }

  .hero {
    background: none;
  }
  .hero .pageSection__innerWrap {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .hero .pageSection__img--shield,
  .hero .pageSection__img--main {
    display: block;
  }
  .hero .pageSection__heading {
    text-align: start;
  }
  .hero .pageSection__text {
    max-width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
  .pageSection__title--main {
    max-width: 60%;
  }

  .terms__content p {
    margin-top: 24px;
    margin-bottom: 24px;

  }

  .terms__content ol {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .terms__content ul {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 24px;
  }

  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .text-small {
    font-size: 20px;
  }

  .pageFooter__btn .btn {
    font-size: 16px;
  }

  .pageHeader {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pageHeader__btns {
    margin-left: 32px;
  }

  .pageSection__title {
    font-size: 48px;
  }

  .pageSection__title--main {
    font-size: 58px;
  }

  .pageSection__title--main {
    line-height: normal;
  }

  .advantages__icon {
    margin-bottom: 28px;
  }

  .faq {
    background: url("/images/bg_shape@2x.png") left calc(50% + 370px) top -70px no-repeat;
    background-size: 700px auto;
  }

  .faq .pageSection__heading {
    margin-bottom: 65px;
  }

  .faq__question {
    line-height: 36px;
  }

  .faq__question:after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }

  .faq__answer {
    line-height: 36px;
  }

  .features .pageSection__innerWrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .features .pageSection__heading {
    width: 50%;
  }

  .features .pageSection__body {
    width: 704px;
  }

  .features__item:nth-child(even) .pageSection__heading {
    width: 441px;
  }

  .features__item:nth-child(even) .pageSection__body {
    width: 730px;
  }
  .features__item:last-child .pageSection__body {
    max-width: 915px;
    width: 915px;
    margin-right: -80px;
  }
  .features__item--bgImg .pageSection {
    background-size: 700px auto;
    background-position: bottom -395px left -140px;
  }

  .hero {
    background-size: 700px auto;
    padding-bottom: 165px;
  }

  .terms {
    padding-bottom: 165px;
  }

  .logo--inHeader {
    width: 179px;
  }

  .mainNav__item {
    margin-right: 0;
  }

  .mainNav__item + .mainNav__item {
    margin-left: 40px;
  }

  .sendingSuccess img {
    width: auto;
  }
  .evalRisks .pageSection__innerWrap {
    padding: 100px 25px;
  }
  .faq {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .tgBotInstruction__moblile {
    background: url('/images/tg-bot-back.png') 50% 50% no-repeat;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }

  .hero,
  .terms {
    padding-top: 230px;
  }

  .hero .pageSection__img--main {
    top: -100px;
  }
  .pageSection__title--main {
    font-size: 64px;
    line-height: 100%;
  }

  .features__item--bgImg .pageSection {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .features__item--monitoring .pageSection {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .features__item--monitoring .pageSection__body {
    width: 866px;
    margin-right: -43px;
  }
  /*.features__item--monitoring .pageSection__body {
    margin-right: -43px;
  }*/
}
