/* -- General -- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'FredokaOne';
  src: local("../fonts/FredokaOne Regular"), local("../fonts/FredokaOne-Regular"), url("../fonts/FredokaOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Light"), local("../fonts/SFUIText-Light"), url("../fonts/SFUIText-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Regular"), local("../fonts/SFUIText-Regular"), url("../fonts/SFUIText-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Medium"), local("../fonts/SFUIText-Medium"), url("../fonts/SFUIText-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Semibold"), local("../fonts/SFUIText-Semibold"), url("../fonts/SFUIText-Semibold.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Bold"), local("../fonts/SFUIText-Bold"), url("../fonts/SFUIText-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIText';
  src: local("../fonts/SFUIText Heavy"), local("../fonts/SFUIText-Heavy"), url("../fonts/SFUIText-Heavy.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  font-family: "SFUIText", sans-serif;
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll-nav {
  overflow: hidden;
}

body.no-scroll-popup {
  overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5 {
  color: #3e3e3e;
  font-weight: 400;
  font-family: "FredokaOne";
}

h1,
h2.like-h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 34px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

strong {
  font-weight: 700;
}

button {
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

a,
.smth-more {
  display: inline-block;
  color: #15b18c;
  text-decoration: underline;
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
}

a:hover,
.smth-more:hover {
  text-decoration: none;
}

a:active,
.smth-more:active {
  text-decoration: none;
}

a:focus,
.smth-more:focus {
  text-decoration: none;
}

/*Extra classes*/

.inner-lid {
  color: #fff;
  padding: 60px 0 66px;
  background-color: #39bc9d;
}

.inner-lid h1 {
  color: #fff;
  margin-bottom: 8px;
}

.inner-lid p {
  font-weight: 300;
}

.inner-content {
  padding: 84px 0;
  background-color: #f6f6f6;
}

.inner-content__section {
  margin-bottom: 70px;
}

.inner-content__section:last-child {
  margin-bottom: 0;
}

.inner-content__img {
  margin-right: 70px;
  border-radius: 4px;
  margin-top: 5px;
}

.inner-content__img img {
  display: block;
  width: 330px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-content__text h2 {
  margin-bottom: 34px;
}

.inner-content__text-inner p + p,
.inner-content__text-inner p + ul {
  margin-top: 20px;
}

.form-page {
  background-color: #f6f6f6;
}

.form-wrapper {
  max-width: 430px;
  margin: 18% auto;
  padding: 30px 30px 42px;
  background-color: #fff;
  box-shadow: 2.5px 4.3px 16px rgba(1, 1, 1, 0.12);
  border-radius: 4px;
}

.form-wrapper h2 {
  margin-bottom: 26px;
}

.form-wrapper p {
  margin-bottom: 32px;
}

.form-wrapper p a {
  color: #f7406b;
  font-weight: 700;
  text-decoration: none;
}

.form-wrapper p a:hover {
  text-decoration: underline;
}

.form-wrapper .material-form__item-margin {
  margin-bottom: 78px;
}

.form-thanks {
  text-align: center;
}

.grid-width {
  max-width: 1140px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.show-in-mob {
  display: none;
}

.show-in-tab {
  display: none;
}

.with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.near-sidebar {
  -webkit-box-flex: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
  max-width: 685px;
}

.sidebar {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  min-width: 225px;
  max-width: 225px;
}

.headline {
  text-align: center;
  margin-bottom: 24px;
}

.select-style {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}

.select-style:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 9px;
  text-align: center;
  top: 20px;
  right: 0;
  z-index: -1;
  background-image: url("../images/svg/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 8px 6px;
}

.select-style:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  z-index: -1;
}

.select-style select {
  background-color: transparent;
  height: 37px;
  border: 0;
  border-radius: 4px;
  color: #222;
  font-family: "SFUIText", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 0 26px 0 10px;
  cursor: pointer;
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

.select-style select::-ms-expand {
  display: none;
}

.def-ol {
  counter-reset: li;
}

.def-ol li {
  position: relative;
  counter-increment: li;
  line-height: 24px;
  margin-bottom: 14px;
  padding-left: 18px;
}

.def-ol li:before {
  content: counter(li) ". ";
  color: #22c0e8;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.def-list {
  text-align: left;
}

.def-list li {
  position: relative;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 16px;
}

.def-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #22c0e8;
  border-radius: 50%;
}

.def-list li ul {
  margin-top: 10px;
}

.def-list li ul li {
  padding-left: 0;
}

.def-list li ul li:before {
  display: none;
}

.blue-check-list {
  text-align: left;
}

.blue-check-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 22px;
  margin-bottom: 10px;
}

.blue-check-list li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 17px;
  background: url("../images/svg/Lead_check_icon.svg") no-repeat;
}

.blue-dot-list {
  text-align: left;
}

.blue-dot-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 18px;
  margin-bottom: 14px;
}

.blue-dot-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22c0e8;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rating-stars img {
  margin: 0 7px;
}

/*Extra classes END*/

/* -- Pages -- */

.home-about {
  padding: 40px 0 26px;
}

.home-about .grid-width {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-about__text {
  margin-right: 64px;
}

.home-about__text h2 {
  margin-bottom: 34px;
}

.home-features {
  padding: 62px 0 130px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.home-features .like-h1 {
  text-align: center;
  margin-bottom: 58px;
}

.home-features__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-features__text {
  width: 60%;
  max-width: 554px;
  margin-right: 30px;
}

.home-features__text li + li {
  margin-top: 52px;
}

.home-features__text h2 {
  margin-bottom: 10px;
  font-family: "SFUIText", sans-serif;
}

.home-features__text p {
  margin-bottom: 26px;
}

.phone-slider-wrapper {
  width: 40%;
  min-width: 444px;
  padding: 108px 29px 102px;
  position: relative;
  height: 900px;
  background-image: url("../images/slider_phone.png");
  background-repeat: no-repeat;
}

.phone-slider-wrapper .bx-controls-direction {
  display: none;
}

.phone-slider-wrapper .bx-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -52px;
}

.phone-slider-wrapper .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.phone-slider-wrapper .bx-pager-item {
  margin: 0 5px;
}

.phone-slider-wrapper .bx-pager-item a {
  display: block;
  width: 11px;
  height: 11px;
  background-color: #d0d0d0;
  border-radius: 50%;
  text-indent: -9999px;
}

.phone-slider-wrapper .bx-pager-item a.active {
  width: 17px;
  height: 17px;
  background-color: #39bc9d;
}

.home-page {
  padding: 0;
}

.home-lid {
  color: #fff;
  padding: 112px 0;
  background-color: #f6f6f6;
  background-image: url("../images/main_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.home-lid .grid-width {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-lid__title {
  width: 55%;
  padding-right: 20px;
}

.home-lid__title h2 {
  color: #fff;
  margin-bottom: 28px;
}

.home-lid__title p {
  font-size: 20px;
  margin-bottom: 46px;
  font-weight: 300;
}

.home-lid__list {
  width: 45%;
  font-weight: 300;
  max-width: 370px;
  margin-top: 10px;
  margin-left: 40px;
}

.home-lid__list li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  line-height: 24px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.home-lid__list li:last-child {
  border-bottom: 0;
}

.home-lid__list li img {
  position: absolute;
  top: 4px;
  left: -30px;
}

.home-lid__list.home-lid__list-mobile {
  display: none;
}

.home-lid__butns a + a {
  margin-left: 26px;
}

.more-about-site {
  padding: 52px 0 0;
}

.more-about-site__accordion {
  position: relative;
}

.more-about-site__item {
  margin-bottom: 18px;
}

.more-about-site__question {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  background-color: white;
  border: 1px solid #e9e2e2;
  border-radius: 4px;
  text-align: center;
  padding: 9px;
  margin-bottom: 26px;
}

.more-about-site__question-icon {
  display: inline-block;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  position: relative;
  top: -2px;
  margin-left: 4px;
}

.more-about-site__question-icon svg,
.more-about-site__question-icon img {
  display: block;
}

.more-about-site__answer {
  display: none;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 0 10px;
}

.js-accord-item--active .more-about-site__question-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.more-about-site__text {
  margin-bottom: 56px;
}

.more-about-site__text:last-child {
  margin-bottom: 0;
}

.more-about-site__text h1 {
  margin-bottom: 36px;
}

.more-about-site__text h2 {
  margin-bottom: 20px;
}

.more-about-site__text p + p {
  margin-top: 20px;
}

.home-testim {
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
}

.home-testim .like-h1 {
  text-align: center;
  margin-bottom: 60px;
}

.home-testim .like-h1 span {
  color: #f7406b;
}

.home-testim .bx-wrapper {
  margin: 0 auto;
  position: relative;
}

.home-testim .bx-pager {
  display: none;
}

.home-testim .bx-controls-direction .bx-prev,
.home-testim .bx-controls-direction .bx-next {
  text-indent: -9999px;
  width: 17px;
  height: 29px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-image: url("../images/svg/arrow_left.svg");
  background-repeat: no-repeat;
}

.home-testim .bx-controls-direction .bx-prev {
  left: -56px;
}

.home-testim .bx-controls-direction .bx-next {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: -56px;
}

.testim-slider-wrapper {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 50px;
}

.testim-slider {
  text-align: center;
}

.testim-slider__heading {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 600;
}

.testim-slider__heading hr {
  border: 0;
  display: block;
  width: 33px;
  height: 1px;
  background-color: #39bc9d;
  margin: 10px auto 36px;
}

.testim-slider__text {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 26px;
}

.testim-slider-prev,
.testim-slider-next {
  border: 0;
  outline: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
}

.testim-slider-prev {
  left: 0;
}

.testim-slider-next {
  right: 0;
}

.faq-page {
  padding: 40px 0;
  background-color: #f6f6f6;
}

.faq-page .grid-width {
  max-width: 910px;
}

.faq-page h2 {
  margin-bottom: 24px;
}

.faq-top {
  margin-bottom: 30px;
}

.faq-top h1 {
  margin-bottom: 32px;
}

.faq-top p {
  max-width: 670px;
}

.accord-wrapper {
  margin-bottom: 34px;
}

.accord__accordion {
  position: relative;
}

.accord__question {
  color: #6a6a6a;
  font-family: "SFUIText", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  background-color: #fff;
  border: 1px solid #e9e2e2;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .1s;
  transition: all .1s;
  padding: 9px 46px 9px 19px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
  outline: 0;
}

.accord__question:hover {
  color: #fff;
  background-color: #39bc9d;
  border: 1px solid #2aa084;
}

.accord__question:hover .accord__question-icon .faq-arrow {
  fill: #fff;
}

.accord__question.ui-state-active {
  color: #fff;
  background-color: #39bc9d;
  border: 1px solid #2aa084;
  border-radius: 4px 4px 0 0;
}

.accord__question.ui-state-active:hover .accord__question-icon .faq-arrow {
  fill: #fff;
}

.accord__question.ui-state-active .accord__question-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accord__question.ui-state-active .accord__question-icon .faq-arrow {
  fill: #fff;
}

.js-accord-item--active .accord__question {
  color: #fff;
  background-color: #39bc9d;
  border: 1px solid #2aa084;
  border-radius: 4px 4px 0 0;
}

.js-accord-item--active .accord__question:hover .accord__question-icon .faq-arrow {
  fill: #fff;
}

.js-accord-item--active .accord__question .accord__question-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js-accord-item--active .accord__question .accord__question-icon .faq-arrow {
  fill: #fff;
}

.accord__question-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
  display: block;
  width: 8px;
  height: 6px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.accord__question-icon svg,
.accord__question-icon img {
  display: block;
}

.accord__answer {
  display: none;
  color: #747474;
  font-size: 16px;
  padding: 20px 19px;
  background-color: white;
  border: 1px solid #e9e2e2;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.not-found {
  padding: 8% 0 10%;
}

.not-found__img {
  margin-bottom: 26px;
}

.not-found__text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.not-found__text h2 {
  margin-bottom: 30px;
}

.not-found__text p {
  margin-bottom: 32px;
}

svg.robo {
  display: block;
  margin: 0 auto;
  overflow: visible !important;
}

svg.robo #robot_1_ {
  -webkit-animation-name: verticalAnimation;
  animation-name: verticalAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

svg.robo #light_1_ {
  -webkit-animation-name: blinkLight;
  animation-name: blinkLight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: steps(2);
  animation-timing-function: steps(2);
}

svg.robo #leftEye_1_,
svg.robo #rightEye_1_ {
  -webkit-animation-name: blinkEye;
  animation-name: blinkEye;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

svg.robo #leftArm_1_ {
  -webkit-animation-name: moveLeftArm;
  animation-name: moveLeftArm;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  -webkit-transition: all;
  transition: all;
}

svg.robo #rightArm_1_ {
  -webkit-animation-name: moveRightArm;
  animation-name: moveRightArm;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

svg.robo #shadow_1_ {
  -webkit-animation-name: shadowAnimation;
  animation-name: shadowAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }

  100% {
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }

  100% {
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg);
  }
}

@-webkit-keyframes moveLeftArm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@keyframes moveLeftArm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@-webkit-keyframes moveRightArm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}

@keyframes moveRightArm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}

@-webkit-keyframes shadowAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .4;
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: .6;
  }
}

@keyframes shadowAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .4;
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: .6;
  }
}

@-webkit-keyframes verticalAnimation {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes verticalAnimation {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes blinkLight {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinkLight {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinkEye {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  4% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes blinkEye {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  4% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.company-about {
  padding: 62px 0;
}

.company-about .grid-width {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-about__block {
  width: 50%;
  max-width: 520px;
}

.company-about__block + .company-about__block {
  margin-left: 20px;
}

.company-about__block h2 {
  margin-bottom: 35px;
}

.company-about__block p + p {
  margin-top: 20px;
}

.company-contact {
  background-color: #f6f6f6;
  padding: 64px 0;
}

.company-contact .grid-width {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-contact__support {
  width: 50%;
  max-width: 526px;
}

.company-contact__support h2 {
  margin-bottom: 36px;
}

.company-contact__support > p {
  margin-bottom: 42px;
}

.company-contact__form {
  width: 50%;
  max-width: 484px;
  margin: 0 36px;
}

.company-contact__form h2 {
  margin-bottom: 28px;
}

.company-contact__email strong,
.company-contact__address strong {
  display: block;
  color: #3e3e3e;
  font-size: 18px;
  margin-bottom: 12px;
}

.company-contact__email {
  margin-bottom: 30px;
}

.company-contact__address {
  margin-bottom: 50px;
}

.company-contact__social a + a {
  margin-left: 18px;
}

.company-lid {
  background-image: url("../images/company_lid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.premium-features {
  padding: 62px 0;
  background-color: #f6f6f6;
}

.premium-features .like-h1 {
  margin-bottom: 52px;
  text-align: center;
}

.premium-features__section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-features__section + .premium-features__section {
  border-top: 1px solid #39bc9d;
}

.premium-features__img img {
  display: block;
}

.premium-features__text h2 {
  margin-bottom: 34px;
}

.premium-features__section-one {
  padding-bottom: 48px;
}

.premium-features__section-one .premium-features__img {
  margin-right: 6px;
}

.premium-features__section-two {
  padding: 54px 0;
  text-align: right;
}

.premium-features__section-two .premium-features__img {
  margin-left: 44px;
}

.premium-features__section-three {
  padding: 90px 0 106px;
}

.premium-features__section-three .premium-features__img {
  margin-right: 74px;
}

.premium-features__section-four {
  padding: 66px 0 0;
  text-align: right;
}

.premium-features__section-four .premium-features__img {
  margin-left: 50px;
}

.premium-lid {
  background-image: url("../images/premium-lid.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.premium-plans {
  padding: 60px 0;
}

.premium-plans .like-h1 {
  margin-bottom: 64px;
  text-align: center;
}

.premium-plans__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.premium-plans__plan {
  background-color: white;
  border: 3px solid rgba(57, 188, 157, 0.37);
  border-radius: 4px;
  padding: 28px;
  width: 33.33%;
  max-width: 320px;
  position: relative;
}

.premium-plans__plan + .premium-plans__plan {
  margin-left: 20px;
}

.premium-plans__plan-title {
  color: #39bc9d;
  font-family: "FredokaOne";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.premium-plans__plan-title span {
  color: #3e3e3e;
  font-size: 19px;
}

.premium-plans__plan-price {
  background-color: #f1fdfa;
  padding: 8px 28px;
  margin: 0 -28px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 16px;
}

.premium-plans__plan-count {
  color: #39bc9d;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  margin-right: 4px;
}

.premium-plans__plan-count span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  bottom: 11px;
}

.premium-plans__plan-period {
  line-height: 20px;
}

.premium-plans__plan-list {
  margin-left: 28px;
}

.premium-plans__plan-list li {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #39bc9d;
  position: relative;
}

.premium-plans__plan-list li:before {
  content: "+";
  position: absolute;
  top: -1px;
  left: -28px;
  font-size: 24px;
  color: #39bc9d;
}

.premium-plans__plan-list li.premium-plans__check:before {
  content: " ";
  width: 18px;
  height: 12px;
  top: 8px;
  left: -28px;
  background-image: url("../images/svg/ico_check.svg");
  background-repeat: no-repeat;
}

.premium-plans__plan-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.premium-plans__plan--sale {
  border: 3px solid #39bc9d;
}

.premium-plans__plan--sale .premium-plans__plan-price {
  background-color: #39bc9d;
}

.premium-plans__plan--sale .premium-plans__plan-count {
  color: #fff;
}

.premium-plans__plan--sale .premium-plans__plan-period {
  color: #e4f7f2;
  font-weight: 300;
}

.premium-plans__plan-save {
  position: absolute;
  top: -15px;
  right: 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #f7406b;
  border-radius: 13px;
  padding: 4px 10px;
}

.premium-plans__bottom {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}

.text-page {
  padding: 56px 0;
  background-color: #f6f6f6;
}

.text-page .grid-width {
  max-width: 850px;
}

.text-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2.5px 4.3px 16px rgba(1, 1, 1, 0.12);
  padding: 40px 30px;
}

.text-content h1 {
  margin-bottom: 34px;
}

.text-content h2 {
  margin-bottom: 24px;
}

.text-content__block {
  margin-bottom: 54px;
}

.text-content__block:last-child {
  margin-bottom: 0;
}

.text-content__block p + p {
  margin-top: 20px;
}

.find-phone-lid {
  background-image: url("../images/premium-lid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.geozilla-lid {
  background-image: url("../images/geozilla_lid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gps-tracker-lid {
  background-image: url("../images/premium-lid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.sms-tracker-lid {
  background-image: url("../images/premium-lid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.life360-lid {
  background-image: url("../images/life360_lid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.sygic-lid {
  background-image: url("../images/sygin_lid.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.invite-page__inner {
  max-width: 400px;
  margin: 60px auto;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.invite-page__inner img {
  margin-bottom: 24px;
}

.invite-page__inner p {
  color: #3e3e3e;
  margin-bottom: 32px;
}

.invite-page__inner p a {
  text-decoration: none;
}

.invite-page__inner p a:hover {
  text-decoration: underline;
}

.invite-page__text-mobile {
  display: none;
}

/* -- Components -- */

/*Buttons*/

.butn {
  border: 0;
  outline: 0;
  padding: 0;
  background-image: none;
  text-decoration: none;
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 1.6;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
}

.butn.butn-red {
  min-width: 134px;
  font-size: 18px;
  font-weight: 700;
  background-color: #f7406b;
  border-radius: 20px;
  box-shadow: 9.5px 16.5px 43px rgba(1, 1, 1, 0.26);
  padding: 6px 52px 6px 24px;
}

.butn.butn-red:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 24px;
  width: 10px;
  height: 19px;
  background-image: url("../images/svg/butn_arrow.svg");
  background-repeat: no-repeat;
}

.butn.butn-red.no-arrow {
  padding: 6px 24px;
}

.butn.butn-red.no-arrow:after {
  display: none;
}

.butn.butn-red img {
  position: relative;
  top: 4px;
  margin-left: 12px;
}

.butn-google {
  width: 135px;
  height: 40px;
  background: url("../images/svg/google_play_badge.svg") no-repeat;
}

.butn-google:hover {
  background: url("../images/svg/google_play_badge_hover.svg") no-repeat;
}

.butn-apple {
  width: 135px;
  height: 40px;
  background: url("../images/svg/btn_app_store.svg") no-repeat;
}

.butn-apple:hover {
  background: url("../images/svg/btn_app_store_hover.svg") no-repeat;
}

/*Buttons END*/

.material-form__item {
  position: relative;
  margin-top: 16px;
  margin-bottom: 26px;
  text-align: left;
}

.material-form__item:after {
  height: 2px;
  background-color: #cecfcf;
  width: 100%;
}

.material-form__item:before {
  height: 2px;
  background: #39bc9d;
  z-index: 1;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.material-form__item:after,
.material-form__item:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
}

.material-form__item.focused:before {
  width: 100%;
  background-color: #39bc9d;
}

.material-form__item.focused .material-form__label {
  color: #39bc9d;
}

.material-form__item.valid-item.focused .material-form__label {
  color: #39bc9d;
}

.material-form__item.valid-item.focused:before {
  background-color: #39bc9d;
  width: 100%;
}

.material-form__item.error-item:before {
  background-color: #f7406b;
  width: 100%;
}

.material-form__item.error-item.focused:before {
  background-color: #f7406b;
  width: 100%;
}

.material-form__item.error-item.focused .material-form__label {
  color: #b0b0b0;
}

.material-form__item--select {
  margin-bottom: 82px;
}

.material-form__item--massage {
  margin-bottom: 48px;
}

.material-form__label {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  cursor: text;
  color: #b7b7b7;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color ease .3s, -webkit-transform ease .3s;
  transition: color ease .3s, -webkit-transform ease .3s;
  transition: transform ease .3s, color ease .3s;
  transition: transform ease .3s, color ease .3s, -webkit-transform ease .3s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.focused .material-form__label {
  -webkit-transform: translateY(-180%) scale(0.9);
  transform: translateY(-180%) scale(0.9);
}

.has-value .material-form__label {
  -webkit-transform: translateY(-180%) scale(0.9);
  transform: translateY(-180%) scale(0.9);
}

input.material-form__field,
textarea.material-form__field,
select.material-form__field {
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  font-family: "SFUIText", sans-serif;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  margin: 0;
  height: 46px;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
}

input.material-form__field:focus,
textarea.material-form__field:focus,
select.material-form__field:focus {
  box-shadow: none;
  background: none;
}

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

.material-form__bottom a {
  color: #747474;
}

.material-form__bottom.reset-pass {
  display: block;
  text-align: center;
}

.reset-pass-result {
  text-align: center;
}

.reset-pass-result img {
  display: block;
  margin: 0 auto 40px;
}

.material-form-thanks {
  text-align: center;
}

.material-form-thanks img {
  margin-bottom: 12px;
}

.material-form-thanks h3 {
  color: #3e3e3e;
  font-family: "SFUIText", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 4px;
}

.material-form-thanks p {
  color: #3e3e3e;
  font-size: 16px;
}

.material-form-thanks__inner {
  margin: auto;
}

label.error {
  color: #f7406b;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -26px;
}

.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}

.ink.animate {
  -webkit-animation: ripple .5s linear;
  animation: ripple .5s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

/* -- Sections -- */

.bottom-banner {
  color: #fff;
  padding: 50px 0 42px;
  background-color: #39bc9d;
  background-image: url("../images/bunner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

.bottom-banner .like-h1 {
  color: #fff;
  margin-bottom: 24px;
}

.bottom-banner p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}

.bottom-banner__butns a + a {
  margin-left: 26px;
}

.footer-links {
  padding: 34px 0 60px;
}

.footer-links .grid-width {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-links__title {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 600;
}

.footer-links__list {
  line-height: 34px;
}

.footer-links__list a {
  color: #747474;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-links__list a:hover {
  text-decoration: underline;
}

.footer-links__list + .footer-links__list {
  margin-left: 20px;
}

.footer-links__list:last-of-type {
  margin-right: 100px;
}

.footer-links__download strong {
  display: block;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-links__butns {
  margin-bottom: 24px;
}

.footer-links__butns a {
  width: 99px;
  height: 30px;
  background-size: 99px 29px;
  -webkit-transition: 0s;
  transition: 0s;
}

.footer-links__butns a + a {
  margin-left: 10px;
}

.copyright {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
}

.page-header__top {
  background-color: #fff;
  box-shadow: 2.5px 4.3px 16px rgba(1, 1, 1, 0.12);
  padding: 7px 0;
  position: relative;
  z-index: 999;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.page-header__top .grid-width {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header__top.page-header__top--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.page-header__logo {
  position: relative;
  top: -7px;
}

.page-header__logo a,
.page-header__logo img {
  display: block;
}

.main-nav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__list-item + .main-nav__list-item {
  margin-left: 30px;
}

.main-nav__list-item a {
  display: block;
  color: #747474;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.main-nav__list-item a:hover {
  color: #3e3e3e;
}

.main-nav__list-item a.active {
  color: #3e3e3e;
}

.main-nav__login a {
  color: #fff;
  background-color: #39bc9d;
  border-radius: 14px;
  padding: 5px 21px;
}

.main-nav__login a.active {
  color: #fff;
}

/*Nav toggler*/

.nav-toggler {
  position: relative;
  cursor: pointer;
  width: 21px;
  height: 21px;
  overflow: hidden;
}

.nav-toggler:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 2px;
  width: 21px;
  background-color: #3e3e3e;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.nav-toggler:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  height: 2px;
  width: 21px;
  background-color: #3e3e3e;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.nav-toggler.nav-toggler--open .nav-lines {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

.nav-toggler.nav-toggler--open:before {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.nav-toggler.nav-toggler--open:after {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

.nav-lines {
  display: block;
  position: relative;
  top: 10px;
  width: 21px;
  height: 2px;
  background-color: #3e3e3e;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media all and (max-width: 1024px) {
  .inner-content__section {
    margin-bottom: 40px;
  }

  .inner-content__img {
    margin-right: 20px;
  }

  .inner-content__img img {
    width: 165px;
    height: 120px;
  }

  .inner-content__text h2 {
    margin-bottom: 6px;
  }

  .grid-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .show-in-tab {
    display: block;
  }

  .near-sidebar {
    max-width: 100%;
  }

  .home-about {
    padding: 66px 0 62px;
  }

  .home-about .grid-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-about__text {
    text-align: center;
    margin-right: 0;
    margin-bottom: 34px;
  }

  .home-about__img {
    max-width: 492px;
  }

  .home-about__img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .home-features {
    padding-bottom: 46px;
  }

  .home-features__text {
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }

  .home-features__text li {
    width: 50%;
    padding: 0 16px;
  }

  .home-features__text li + li {
    margin-top: 0;
  }

  .home-features__text h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-features__text h2 i {
    margin-right: 26px;
  }

  .phone-slider-wrapper {
    display: none;
  }

  .home-lid {
    padding: 62px 0;
    background-position: 60%;
  }

  .home-lid__title h2 {
    margin-bottom: 20px;
  }

  .home-lid__title p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .home-lid__list {
    font-size: 15px;
    max-width: 280px;
  }

  .home-lid__list li {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .company-lid {
    background-position: 26%;
  }

  .premium-plans__wrapper {
    display: block;
    margin-bottom: 0;
  }

  .premium-plans__plan {
    width: auto;
    margin: 0 auto 30px;
  }

  .premium-plans__plan + .premium-plans__plan {
    margin-left: auto;
  }

  .bottom-banner {
    background-position: 70% 0;
  }

  .footer-links .grid-width {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links__download {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .footer-links__download strong,
  .footer-links__download .footer-links__butns {
    display: none;
  }
}

@media all and (max-width: 760px) {
  h1,
  h2.like-h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .inner-lid {
    padding: 22px 0 18px;
  }

  .inner-lid p {
    display: none;
  }

  .inner-content {
    padding: 32px 0;
  }

  .inner-content__section {
    margin-bottom: 32px;
  }

  .inner-content__section.flex {
    display: block;
  }

  .inner-content__img {
    margin: 0 0 24px;
  }

  .inner-content__img img {
    width: 280px;
    height: 203px;
    margin: 0 auto;
  }

  .inner-content__text h2 {
    text-align: center;
  }

  .inner-content__text .morelink {
    display: block;
    color: #15b18c;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
  }

  .form-page .bottom-banner {
    display: none;
  }

  .form-page-footer ul {
    display: none;
  }

  .form-page-footer .footer-links {
    padding: 10px 0;
  }

  .form-wrapper {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .form-wrapper h2,
  .form-wrapper p {
    text-align: center;
  }

  .form-wrapper p {
    margin-bottom: 18px;
  }

  .form-wrapper .material-form__item-margin {
    margin-bottom: 38px;
  }

  .show-in-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home-about {
    padding: 36px 0 36px;
  }

  .home-about__text {
    text-align: center;
  }

  .home-about__text h2 {
    margin-bottom: 32px;
  }

  .home-features {
    padding: 36px 0 20px;
  }

  .home-features h2.like-h1 {
    margin-bottom: 30px;
  }

  .home-features__text li {
    width: 100%;
  }

  .home-features__text li.js-feature--active h2 {
    margin-bottom: 5px;
  }

  .home-features__text li.js-feature--active h2:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .home-features__text h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 28px;
    -webkit-transition: margin-bottom .2s;
    transition: margin-bottom .2s;
    position: relative;
    padding-right: 20px;
  }

  .home-features__text h2:before {
    content: "";
    width: 10px;
    height: 7px;
    background: url("../images/svg/arrow_down.svg") no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }

  .home-features__text h2 i {
    margin-right: 14px;
  }

  .home-features__text h2 i img {
    width: 28px;
  }

  .home-features__text p {
    display: none;
  }

  .home-lid {
    padding: 22px 0 28px;
    background-image: none;
  }

  .home-lid .grid-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-lid__title {
    width: auto;
    padding-right: 0;
  }

  .home-lid__title h2 {
    color: #3e3e3e;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-lid__title .like-h1 {
    display: none;
  }

  .home-lid__title p {
    color: #747474;
    text-align: center;
  }

  .home-lid__list {
    display: none;
  }

  .home-lid__list.home-lid__list-mobile {
    display: block;
    width: auto;
    max-width: none;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
    margin-left: 30px;
  }

  .home-lid__list.home-lid__list-mobile li {
    margin-bottom: 6px;
  }

  .home-lid__list.home-lid__list-mobile li img {
    top: 50%;
    margin-top: -6px;
  }

  .home-lid__butns a + a {
    margin-left: 5px;
  }

  .home-lid__butns {
    text-align: center;
  }

  .more-about-site {
    padding: 42px 0 0;
  }

  .more-about-site__question {
    margin-bottom: 6px;
  }

  .more-about-site__text {
    margin-bottom: 30px;
  }

  .more-about-site__text h1 {
    margin-bottom: 16px;
  }

  .more-about-site__text h2 {
    margin-bottom: 10px;
  }

  .home-testim {
    padding: 34px 0;
  }

  .home-testim .like-h1 {
    margin-bottom: 36px;
  }

  .home-testim .bx-controls-direction .bx-prev {
    left: -32px;
  }

  .home-testim .bx-controls-direction .bx-next {
    right: -32px;
  }

  .testim-slider-wrapper {
    padding: 0 10px;
  }

  .testim-slider__heading hr {
    margin-bottom: 26px;
  }

  .testim-slider__text {
    margin-bottom: 20px;
  }

  .testim-slider-prev {
    left: -14px;
  }

  .testim-slider-next {
    right: -14px;
  }

  .faq-page h1,
  .faq-page h2 {
    text-align: center;
  }

  svg.robo {
    width: 134px;
  }

  .company-about {
    padding: 26px 0;
  }

  .company-about__block {
    width: 100%;
  }

  .company-about__block h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .company-about__out-team {
    display: none;
  }

  .company-contact {
    padding: 44px 0;
  }

  .company-contact .grid-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-contact__support {
    width: auto;
    max-width: none;
    margin-bottom: 40px;
  }

  .company-contact__support h2 {
    text-align: center;
    margin-bottom: 18px;
  }

  .company-contact__support > p {
    margin-bottom: 22px;
  }

  .company-contact__form {
    width: auto;
    max-width: none;
    margin: 0;
  }

  .company-contact__form h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .company-contact__address {
    margin-bottom: 22px;
  }

  .premium-features {
    padding: 24px 0;
  }

  .premium-features .like-h1 {
    display: none;
    margin-bottom: 6px;
  }

  .premium-features__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 !important;
  }

  .premium-features__section + .premium-features__section {
    border-top: 0;
  }

  .premium-features__img {
    margin-right: 0;
    margin-bottom: 22px;
  }

  .premium-features__text h2 {
    text-align: center;
    margin-bottom: 18px;
  }

  .premium-features__text h2.active {
    text-decoration: none;
  }

  .premium-features__text p {
    text-align: left;
  }

  .premium-features__section-one .premium-features__img {
    margin-right: -24px;
  }

  .premium-features__section-one .premium-features__img img {
    width: 214px;
    height: auto;
  }

  .premium-features__section-two .premium-features__img {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .premium-features__section-two .premium-features__img img {
    width: 182px;
    height: auto;
  }

  .premium-features__section-two .premium-features__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .premium-features__section-three .premium-features__img {
    margin-right: 0;
  }

  .premium-features__section-three .premium-features__img img {
    width: 183px;
    height: auto;
  }

  .premium-features__section-four .premium-features__img {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .premium-features__section-four .premium-features__img img {
    width: 138px;
    height: auto;
  }

  .premium-features__section-four .premium-features__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .premium-plans {
    padding: 24px 0;
  }

  .premium-plans .like-h1 {
    margin-bottom: 22px;
  }

  .premium-plans__plan {
    padding: 24px 10px;
  }

  .premium-plans__plan-title {
    text-align: center;
  }

  .premium-plans__plan-price {
    margin: 0 -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-page {
    padding: 36px 0;
  }

  .text-content {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
  }

  .text-content h1,
  .text-content h2 {
    text-align: center;
  }

  .text-content h1 {
    margin-bottom: 24px;
  }

  .text-content h2 {
    margin-bottom: 10px;
  }

  .text-content__block {
    margin-bottom: 34px;
  }

  .invite-page__inner {
    margin: 20px auto;
  }

  .invite-page__inner img {
    width: 240px;
    height: auto;
  }

  .invite-header,
  .invite-footer,
  .invite-bunner,
  .invite-page__text {
    display: none;
  }

  .invite-page__text-mobile {
    display: block;
  }

  .material-form {
    text-align: center;
  }

  .material-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .material-form__bottom .butn.butn-red {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .material-form__bottom a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bottom-banner {
    padding: 34px 0 40px;
    background-size: inherit;
    background-position: 70% bottom;
  }

  .bottom-banner .like-h1 {
    text-align: center;
  }

  .bottom-banner p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }

  .bottom-banner__butns a + a {
    margin-left: 5px;
  }

  .bottom-banner__butns {
    text-align: center;
  }

  .footer-links {
    padding: 30px 0;
  }

  .footer-links__list {
    width: 50%;
    margin-bottom: 24px;
  }

  .footer-links__list + .footer-links__list {
    margin-left: 0;
  }

  .footer-links__list:last-of-type {
    margin-right: 0;
  }

  .footer-links__download {
    margin-top: 0;
  }

  .main-nav {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    height: 0vh;
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }

  .main-nav ul {
    -webkit-transition: .2s ease;
    transition: .2s ease;
  }

  .main-nav.main-nav--open {
    height: 100vh;
    padding-bottom: 30px;
  }

  .main-nav.main-nav--open ul {
    padding: 22px 0 32px;
    background-color: #fff;
  }

  .main-nav:before {
    content: "";
    position: absolute;
    height: 16px;
    top: -16px;
    left: 0px;
    right: 0;
    box-shadow: 2.5px 4.3px 16px rgba(1, 1, 1, 0.12);
  }

  .main-nav__list {
    display: block;
  }

  .main-nav__list-item {
    text-align: center;
  }

  .main-nav__list-item + .main-nav__list-item {
    margin: 0;
  }

  .main-nav__list-item a {
    padding: 18px 0;
  }

  .main-nav__list-item a.active {
    background-color: #f6f6f6;
  }

  .main-nav__login a {
    display: inline-block;
    margin: 13px 0;
    padding: 5px 21px;
  }

  .main-nav__login a.active {
    display: block;
    color: #747474;
    border-radius: 0;
    padding: 18px 0;
    margin: 0;
    background-color: #f6f6f6;
  }
}