header {
  padding: 10px 15px 0 15px;
  width: 100%;
  z-index: 100;
}

.header-fit {
  position: relative;
  display: flex;
  align-items: center;
}
.header__logo {
  font-size: 20px;
  font-family: "Rubik Medium", sans-serif;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.header__logo-image {
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;
}
.header__hamburger {
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  position: absolute;
  width: 18px;
  cursor: pointer;
  z-index: 1;
}
.header__hamburger:before, .header__hamburger:after, .header__hamburger div {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  border-radius: 3px;
  margin: 3px 0;
  transition: 0.5s;
}
.header__hamburger--open:before, .header__hamburger--open:after, .header__hamburger--open div {
  background: #00797B;
  z-index: 1;
}
.header__hamburger--open:before {
  transform: translateY(5px) rotate(135deg);
}
.header__hamburger--open:after {
  transform: translateY(-5px) rotate(-135deg);
}
.header__hamburger--open div {
  transform: scale(0);
}

.menu--mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.menu--mobile__cover {
  padding-top: 64px;
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.menu--open {
  display: block;
}
.menu__item {
  text-align: center;
  color: #2B2F34;
  display: block;
  padding-bottom: 25px;
  font-size: 28px;
  font-family: "Rubik Regular", sans-serif;
}
.menu__item:hover {
  color: #8BDD4F;
}
.menu__item:last-child {
  padding-bottom: 48px;
}

@media only screen and (min-width: 768px) {
  header {
    padding: 18px 30px 15px 25px;
  }
  .header__logo {
    font-size: 21px;
  }
  .header__logo-image {
    width: unset;
  }
  .header__hamburger {
    display: none;
  }
  .menu {
    position: relative;
    display: block;
    margin-left: auto;
    top: 0;
  }
  .menu--mobile {
    background: transparent;
    padding-top: 0;
    margin-top: 0;
    overflow-y: hidden;
  }
  .menu--mobile__cover {
    border-top: none;
    padding-top: 0;
    margin: 0;
    background: none;
    border-radius: 0;
  }
  .menu__item {
    font-family: "Rubik Medium", sans-serif;
    font-size: 18px;
    line-height: 35px;
    padding: 0 8px;
    display: inline-block;
    text-align: center;
    margin-right: 29px;
    color: #fff;
    text-decoration: none;
  }
  .menu__item:last-child {
    padding-bottom: 0;
  }
  .menu__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  header {
    padding: 14px 35px 15px 25px;
  }
  .header-fit {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
  }
}
@font-face {
  font-family: "Rubik Regular";
  src: url("../fonts/Rubik-Regular.ttf");
}
@font-face {
  font-family: "Rubik Bold";
  src: url("../fonts/Rubik-Bold.ttf");
}
@font-face {
  font-family: "Rubik Medium";
  src: url("../fonts/Rubik-Medium.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a, a:visited {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 768px) {
  .common__paragraph-text {
    margin-bottom: 27px;
  }
  .common__paragraph-header {
    margin-bottom: 36px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .common__paragraph-text {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
  }
  .common__paragraph-header {
    font-size: 42px;
    margin-bottom: 52px;
  }
  .common__link {
    font-size: 24px;
  }
}
.footer {
  z-index: 1;
}
.footer__content {
  padding: 23px 0 23px;
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 12px;
  font-family: "Rubik Regular";
  padding-top: 10px;
}

.footer-cover {
  margin: 0 30px;
}

.footer-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-menu__link {
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-family: "Rubik Regular";
}

@media only screen and (min-width: 390px) {
  .footer-cover {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 445px) {
  .footer-cover {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__menu {
    margin-bottom: 0;
  }
  .footer__copyright {
    text-align: left;
    float: right;
  }
  .footer-menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    float: left;
  }
  .footer-menu__item {
    margin-right: 40px;
  }
  .footer-menu__item:last-child {
    margin-right: 0;
  }
  .footer-menu__link {
    display: block;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__copyright {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .footer {
    border-top: none;
  }
  .footer-cover {
    width: 1440px;
    margin: auto;
    padding: 0 90px;
  }
  .footer__content {
    padding: 35px 0 26px 0;
  }
  .footer__copyright {
    font-size: 14px;
  }
  .footer-menu__link {
    font-size: 16px;
  }
}
body {
  display: flex;
  flex-direction: column;
  background: #7360F2;
}

.main-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.main-content__content-block {
  max-width: 320px;
  margin: auto;
}

.tracker-block__header {
  font-family: "Rubik Bold";
  font-size: 35px;
  color: #FFFFFF;
  width: 325px;
  margin-bottom: 15px;
}
.tracker-block__header-numb {
  color: #8BDD4F;
  font-family: "Rubik Bold";
  font-size: 38px;
  padding-bottom: 20px;
}
.tracker-block__text {
  font-family: "Rubik Regular";
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}

.track-your-customers .tracker-block__header {
  font-size: 28px;
}
.track-your-customers .tracker-block__header-numb {
  font-size: 28px;
}

.track-your-customers .main-content__content-block {
  padding-top: 35px;
}

.chat-apps-by-ai .tracker-block__header {
  font-size: 34px;
  padding-top: 30px;
  width: 330px;
}
.chat-apps-by-ai .tracker-block__header-numb {
  font-size: 34px;
}
.chat-apps-by-ai .tracker-block__header-cover {
  padding-bottom: 20px;
}
.chat-apps-by-ai .tracker-block__social-icons {
  margin-bottom: 36px;
}

.ai-family-tracker .tracker-block__header {
  font-size: 35px;
}
.ai-family-tracker .tracker-block__header-numb {
  font-size: 35px;
}
.ai-family-tracker .tracker-block__social-icons {
  margin-bottom: 36px;
}

.track-your-customers .divided-block {
  padding-top: 40px;
}

.chat-apps-by-ai .divided-block {
  padding-top: 40px;
}

.ai-family-tracker .divided-block {
  padding-top: 40px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.social-icon:last-child {
  margin-right: 0;
}

.tracker-input {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 5px;
  height: 49px;
}

::placeholder {
  color: #797C7F;
  font-family: "Rubik Regular";
}

.form-select {
  height: 20px;
}

.toggle {
  display: flex;
  padding: 0 16px 0 15.5px;
  border-right: 1px solid #A6A6A6;
  cursor: pointer;
}
.toggle img {
  margin-right: 10px;
}
.toggle span {
  font-size: 14px;
  font-family: "Rubik Medium";
}

.country-list {
  background: #FFF;
  position: absolute;
  height: 235px;
  overflow: auto;
  top: 55px;
  border-radius: 5px;
  width: 100%;
  z-index: 1;
}
.country-list__item {
  display: flex;
  font-size: 14px;
  padding: 15px;
  font-family: "Rubik Medium";
  cursor: pointer;
}
.country-list__item__cover {
  display: flex;
  width: 70px;
  margin-right: 30px;
}
.country-list img {
  margin-right: 10px;
}

.form-input {
  padding: 16px 0 16px 16px;
  outline: none;
  border: none;
}

.form-btn {
  text-align: center;
  font-size: 18px;
  font-family: "Rubik Medium";
  background: #7ACA40;
  color: #FFFFFF;
  border-radius: 12px;
  letter-spacing: 1px;
  margin-bottom: 23px;
  outline: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.divided-block {
  padding-top: 30px;
}
.divided-block__picture-main-mobile {
  position: absolute;
  background: url("../images/Main image 360x340.png") no-repeat;
  width: 360px;
  right: 0;
  height: 100%;
  background-size: cover;
}
.divided-block__picture-main-mobile-view {
  position: relative;
  width: 100%;
  height: 340px;
}

.ai-family-tracker .divided-block__picture-main-mobile {
  background: url("../images/illustration_mobile.png") no-repeat;
  width: 360px;
  right: 0;
  height: 100%;
  background-size: cover;
}
.ai-family-tracker .divided-block__picture-main-mobile-view {
  height: 208px;
}

.chat-apps-by-ai .divided-block__picture-main-mobile {
  background: url("../images/illustration_mobile.png") no-repeat;
  width: 360px;
  right: 0;
  height: 100%;
  background-size: cover;
}
.chat-apps-by-ai .divided-block__picture-main-mobile-view {
  height: 208px;
}

.ai-family-tracker .form-btn {
  margin-bottom: 15px;
}

.chat-apps-by-ai .form-btn {
  margin-bottom: 15px;
}

.top-rated .divided-block__picture-main-mobile {
  background: url("../images/Main image 360x340.png") no-repeat;
  width: 360px;
  right: 0;
  height: 100%;
  background-size: cover;
}
.top-rated .divided-block__picture-main-mobile-view {
  height: 280px;
}

.divided-left {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.divided-left__btn-group {
  margin-right: 20px;
}
.divided-left__btn-group:last-child {
  margin-right: 0;
}

.display-none {
  display: none;
}

.validation-color {
  border: 1px solid red;
}

.number-shake {
  animation: shake-animation 4.72s;
  transform-origin: 50% 50%;
}

.picture-message {
  position: absolute;
  height: 70px;
}

.error-text {
  font-family: "WorkSans Regular";
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .main-content__content-block {
    max-width: 680px;
    width: 100%;
    padding-top: 56px;
  }
  .tracker-block__header {
    font-size: 40px;
    width: unset;
    text-align: center;
  }
  .tracker-block__header-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .tracker-block__header-numb {
    padding-bottom: 0;
  }
  .tracker-block__text {
    font-size: 20px;
    margin: 0 auto 36px;
    max-width: 520px;
    text-align: center;
    line-height: 28px;
  }
  .social-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .social-icon:last-child {
    margin-right: 0;
  }
  .chat-apps-by-ai .tracker-block__header {
    font-size: 38px;
    text-align: center;
    width: unset;
  }
  .chat-apps-by-ai .tracker-block__header-numb {
    font-size: 38px;
  }
  .chat-apps-by-ai .tracker-block__social-icons {
    text-align: center;
    margin-bottom: 36px;
  }
  .ai-family-tracker .tracker-block__header {
    font-size: 40px;
    width: 490px;
  }
  .ai-family-tracker .tracker-block__header-numb {
    font-size: 40px;
  }
  .ai-family-tracker .tracker-block__social-icons {
    text-align: center;
    margin-bottom: 36px;
  }
  .track-your-customers .divided-block {
    padding-top: unset;
  }
  .chat-apps-by-ai .divided-block {
    padding-top: unset;
  }
  .ai-family-tracker .divided-block {
    padding-top: unset;
  }
  .tracker-input {
    margin-bottom: 29px;
    height: 60px;
  }
  .form-input {
    width: 250px;
    font-size: 18px;
    padding: 18px 0 18px 16px;
  }
  .divided-block {
    max-width: 460px;
    margin: auto;
  }
  .divided-block__picture-main {
    background: url("../images/Main image 900x730.png") no-repeat;
    background-size: contain;
    width: 720px;
    height: 584px;
  }
  .divided-block__picture-main-mobile-view {
    display: none;
  }
  .form-btn {
    margin-bottom: 40px;
    height: 60px;
  }
  .country-list {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-content__content-block {
    width: 100%;
    max-width: 1250px;
    padding-top: 0;
  }
  .tracker-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tracker-block__wrapper {
    max-width: 516px;
  }
  .tracker-block__header {
    padding-right: 0;
    font-size: 55px;
    margin-bottom: 31px;
    text-align: left;
  }
  .tracker-block__text {
    line-height: 27px;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: left;
    max-width: 430px;
    margin-left: 0;
  }
  .track-your-customers .tracker-block__header {
    font-size: 42px;
  }
  .track-your-customers .tracker-block__header-numb {
    font-size: 42px;
  }
  .chat-apps-by-ai .tracker-block__wrapper {
    max-width: 528px;
  }
  .chat-apps-by-ai .tracker-block__header {
    font-size: 55px;
    text-align: unset;
    margin-bottom: 0;
  }
  .chat-apps-by-ai .tracker-block__header-numb {
    font-size: 55px;
  }
  .chat-apps-by-ai .tracker-block__social-icons {
    text-align: left;
    margin-bottom: 36px;
  }
  .ai-family-tracker .tracker-block__wrapper {
    max-width: 528px;
  }
  .ai-family-tracker .tracker-block__header {
    font-size: 55px;
    text-align: unset;
    margin-bottom: 0;
    width: unset;
  }
  .ai-family-tracker .tracker-block__header-numb {
    font-size: 55px;
  }
  .ai-family-tracker .tracker-block__social-icons {
    text-align: left;
    margin-bottom: 36px;
  }
  .form-btn {
    cursor: pointer;
    height: 55px;
    font-size: 20px;
  }
  .form-btn:hover {
    background-color: #8BDD4F;
  }
  .form-select {
    cursor: pointer;
  }
  .form-input {
    padding: 17px 0 17px 16px;
    height: 55px;
  }
  .tracker-input {
    margin-bottom: 26px;
  }
  .desktop-only {
    display: block;
  }
  .divided-block {
    max-width: 430px;
    margin-left: 0;
  }
  .divided-block__picture-main {
    position: absolute;
    background: url("../images/Main image 680x720.png") no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    width: 730px;
    max-height: 675px;
    height: 100%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1440px) {
  .divided-block__picture-main {
    position: absolute;
    background: url("../images/Main image 900x730.png") no-repeat;
    bottom: -88px;
    right: -95px;
    display: block;
    width: 900px;
    max-height: 730px;
    height: 100%;
    background-size: contain;
  }
  .ai-family-tracker .divided-block__picture-main {
    right: -100px;
    width: 840px;
  }
  .chat-apps-by-ai .divided-block__picture-main {
    right: -100px;
    width: 840px;
  }
  .picture-cover {
    width: 100%;
    height: 685px;
    position: relative;
  }
}
@media only screen and (min-width: 1610px) {
  .picture-cover {
    height: unset;
    position: unset;
  }
  .divided-block__picture-main {
    position: absolute;
    background: url("../images/Main image 900x730.png") no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    width: 900px;
    max-height: 730px;
    height: 100%;
    background-size: contain;
  }
  .ai-family-tracker .divided-block__picture-main {
    right: 0px;
    width: 900px;
  }
  .chat-apps-by-ai .divided-block__picture-main {
    right: 0px;
    width: 900px;
  }
}
@media only screen and (min-width: 2000px) {
  .divided-block__picture-main {
    position: absolute;
    background: url("../images/Main image 900x730.png") no-repeat;
    bottom: -88px;
    right: -95px;
    display: block;
    width: 900px;
    max-height: 730px;
    height: 100%;
    background-size: contain;
  }
  .ai-family-tracker .divided-block__picture-main {
    right: -180px;
    width: 900px;
  }
  .chat-apps-by-ai .divided-block__picture-main {
    right: -180px;
    width: 900px;
  }
  .picture-cover {
    width: 100%;
    height: 685px;
    position: relative;
  }
}
@media only screen and (max-height: 770px) {
  .main-content {
    padding-top: 25px;
  }
}

/*# sourceMappingURL=index.css.map */
