@charset "UTF-8";
/*  ---  Шрифты для проекта  ---  */
/*  ---  Мои стили для проекта  ---  */
::-webkit-input-placeholder {
  color: #666; }
::-moz-placeholder {
  color: #666; }
:-ms-input-placeholder {
  color: #666; }
::-ms-input-placeholder {
  color: #666; }
::placeholder {
  color: #666; }


html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, ::before, ::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
html {
  background: #000;
}
body {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #757575;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body > section {
  background-color: #fff;
}
  body input, body textarea {
    border: #666 1px solid;
    outline: none; }

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

b, strong {
  font-weight: bold; }

.btn {
  min-width: 130px;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #4285F4;
  border: 1px solid #4285F4;
  border-radius: 3px;
  line-height: initial;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #F7931A;
    border: 1px solid #F7931A; }

.link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
  border-radius: 5px;
}
  .link-btn:hover {
    color: #ffffff;
    text-decoration: none; }

.no-btn {
  padding: 0;
  background: none;
  border: none; }
  .no-btn:active, .no-btn:focus {
    outline: none; }

.link-in-text {
  color: #4285F4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .link-in-text:hover {
    color: #F7931A;
    text-decoration: none; }
  .link-in-text:active {
    color: #4285F4; }

.lst {
  margin: 0;
  padding: 0;
  list-style: none; }

.container-relative {
  position: relative;
  height: 100%; }

h1, h2, h3, h4 {
  font-weight: 700;
  color: #000000;
  line-height: 1.2; }

.title-text {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2; }
  .title-text_white {
    color: #ffffff; }

.text-accent {
  color: #4285F4; }

.text-special {
  color: #F7931A; }
.text-special:hover {
  color: #4285F4;
}
.text-bold {
  font-weight: 700; }

.text-black {
  font-weight: 900; }

.text-up {
  text-transform: uppercase; }

.text-nowrap {
  white-space: nowrap; }


/* btn-top */
.btn-top {
  position: fixed;
  right: 0;
  bottom: 300px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #F7931A;
  border-radius: 4px; }
  .btn-top__svg {
    fill: #ffffff;
    width: 22px;
    height: 22px; }
  .btn-top:hover {
    background-color: #4285F4; }

/* header */
.header {
  background-color: #ffffff; }
  .header__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    width: 180px; }
  .header__block-btn {
    margin-left: auto;
    padding: 15px 15px;
    border-right: 1px solid #D6D6D6; }
  .header__btn {
    margin: 0 5px;
  }
    .header__btn_revers {
      color: #4285F4;
      background-color: #ffffff;
      border: 1px solid #D0D0D0; }
  .header__select {
    margin-left: 10px; }

  @media(max-width: 767px) {
    .header__logo {
      padding-left: 20px;}
  }

.select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  border-radius: 3px; }
  .select_scroll {
    background-color: #2D2D2D; }
  .select__current {
    padding-left: 9px;
    padding-right: 5px;
    border-radius: 3px;
    cursor: pointer;
    /*border: 1px solid #D0D0D0;*/
    line-height:28px;
  }
    .select__current:hover {
      color: #4285F4;
      background-color: #ffffff;
      border-color: #ffffff;
    }
  .select__picture {
    display: inline;
    margin-right: 5px;
    width: 16px;
    height: 12px;
  }
  .select__img {
    display: inline-block;
    width: 16px;
    height: 12px;
    vertical-align: middle;
  }
  .select__arrow {
    position: absolute;
    top: 8px;
    right: 13px;
    margin-left: 8px; }
    .select__arrow::before {
      content: '';
      position: absolute;
      top: 3px;
      width: 8px;
      height: 8px;
      background-image: url(../img/icons/caret-down.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .select__arrow_open::before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .select__list {
    display: none;
    position: absolute;
    top: 33px;
    left: 50%;
    z-index: 2;
    width: 70px;
    padding: 0;
    padding-top: 5px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .select__list_open {
      display: block; }
    .select__list_scroll {
      background-color: #2D2D2D; }
  .select__item:hover {
    background-color: #3E82F7; }
  .select__link {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 10px;
    line-height: 28px;
    color: #000000;
    margin: 0;}
    .select__link:hover {
      color: #ffffff;
      text-decoration: none;
      background-color: transparent;
    }

.select_inverse {
  padding-left: 0;
  color: #ffffff;
  background-color: #282828;
  }
  .select_inverse .select__current {
    border: 1px solid #757575;  }
    .select_inverse .select__current:hover {
      color: #4285F4;
      background-color: #ffffff;
      border-color: #ffffff; }
  .select_inverse .select__list {
    top: auto;
    bottom: 33px;
    left: 50%;
    padding-top: 3px;
    padding-bottom: 5px; }


/* top */
.top {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(80%, #494949));
  background: -o-linear-gradient(top, #000000 0%, #494949 80%);
  background: linear-gradient(180deg, #000000 0%, #494949 80%); }
  .top__svg-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  .top__btn-bottom {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 55px;
    height: 35px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .top__btn-bottom:hover svg {
      fill: #4285F4; }
    .top__btn-bottom span {
      position: absolute;
      top: 0;
      left: 0;
      height: 35px;
      width: 22px;
      border: 2px solid #D6D6D6;
      border-radius: 20px; }
      .top__btn-bottom span::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 50%;
        width: 2px;
        height: 11px;
        background-color: #D6D6D6;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .top__btn-bottom svg {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      fill: #F7931A;
      height: 33px;
      width: 20px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .top__cursor {
    position: absolute;
    z-index: 10; }
    .top__cursor_1 {
      bottom: 180px;
      left: 0;
      width: 70px;
      height: 70px; }
    .top__cursor_2 {
      bottom: 80px;
      left: 230px;
      width: 50px;
      height: 50px; }
    .top__cursor_3 {
      bottom: 0px;
      left: 150px;
      width: 30px;
      height: 30px; }
    .top__cursor_4 {
      bottom: 380px;
      left: 80px;
      width: 30px;
      height: 30px; }
    .top__cursor_5 {
      bottom: 390px;
      right: 0;
      width: 60px;
      height: 60px; }
    .top__cursor_6 {
      bottom: 0px;
      right: 250px;
      width: 60px;
      height: 60px; }
    .top__cursor_7 {
      bottom: 100px;
      right: 100px;
      width: 35px;
      height: 35px; }
  .top__block {
    margin: 0 auto;
    color: #ffffff;
    text-align: center; }
    .top__block_top {
      width: 75%; }
    .top__block_form {
      width: 70%; }
    .top__block_bottom {
      width: 70%;
      padding-top: 50px;
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .top__title {
    font-size: 54px;
    color: #ffffff; }
  .top__subtitle {
    font-size: 18px;
    color: #F7931A; }
  .top__text {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.8;
  }
  .top__btn {
    position: relative;
    z-index: 20;
    margin-top: 20px;
    font-size: 16px; }
  .top__title-list {
    font-size: 28px; }

#main-form {
  margin-top: 40px;
  margin-bottom: 50px;
}

#main-form .main-form{
  margin: 20px 0;
}

.form-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #F7F7F7;
  border-radius: 3px; }
  .form-search__input {
    width: 100%;
    height: 50px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    border: 1px solid #D0D0D0;
    border-radius: 3px; }
    .form-search__input:focus {
      border: 1px solid #4285F4; }
  .form-search__btn {
    position: relative;
    min-width: 140px;
    height: 50px;
    padding-left: 50px;
    padding-right: 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .form-search__btn svg {
      position: absolute;
      top: 50%;
      left: 20px;
      height: 18px;
      width: 18px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.functions__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 580px;
  margin: 30px auto;
  margin-bottom: 10px;
  text-align: left; }

.functions__item {
  position: relative;
  width: 45%;
  margin-bottom: 27px;
  padding-left: 35px;
  font-size: 18px;
  white-space: nowrap;
}
@media(max-width: 640px) {
  .functions__item {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
  .functions__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border: 2px solid #F7931A;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

/* advantages */
.advantages {
  padding: 50px 0 80px; }
  .advantages__svg-top {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto; }
  .advantages__subtitle {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.5; }
  .advantages__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px; }
  .advantages__item {
    width: 300px;
    margin: 0 30px;
    margin-bottom: 50px;
    border: 1px solid #D6D6D6;
    border-radius: 4px; }
    @media(max-width: 576px) {
      .advantages__item {
        margin-left: 0;
        margin-right: 0;
      }
    }
  .advantages__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 25px; }
    .advantages__image svg {
      width: 60px;
      height: 60px; }
    .advantages__image .svg_people {
      width: 180px;
      height: 60px; }
  .advantages__content {
    padding: 25px;
    padding-top: 0;
    line-height: 1.5; }
  .advantages__title {
    font-size: 20px;
    font-weight: 700;
    color: #000000; }
  .advantages__text {
    color: #494949; }
  .advantages__annotation {
    margin-top: 15px;
    font-size: 12px;
    text-align: center; }

/* promo */


/* control */
.control {
  padding: 80px 0;
  background-color: #000000; }
  .control__uptitle {
    font-weight: 700;
    color: #F7931A;
    text-align: center; }
  .control__subtitle {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    color: #9D9D9D;
    text-align: center;
    line-height: 1.5; }
  .control__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px; }
  .control__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 250px;
    margin: 0 30px;
    margin-bottom: 50px; }
  .control__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #4285F4; }
    .control__image_white {
      background-color: #ffffff; }
    .control__image_orange {
      background-color: #F7931A; }
  .control__svg {
    width: 60px;
    height: 60px; }
    .control__svg_small {
      width: 45px;
      height: 45px; }
    .control__svg_big {
      width: 80px;
      height: 80px; }
  .control__title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center; }

/* wrap sections */
.wrap_targeting-marketing {
  background-color: #4285F4; }

/* targeting */
.targeting {
  padding-top: 80px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#494949));
  background: -o-linear-gradient(top, #000000 0%, #494949 100%);
  background: linear-gradient(180deg, #000000 0%, #494949 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); }
  .targeting__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 60px; }
  .targeting__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 250px;
    margin-bottom: 50px; }
  .targeting__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    border: 6px solid #4285F4;
    border-radius: 50%; }
    .targeting__image svg {
      height: 55px;
      width: 55px; }
    .targeting__image .svg_customers {
      margin-bottom: 8px;
      margin-left: 8px;
      width: 60px;
      height: 60px; }
    .targeting__image .svg_aliases {
      width: 50px;
      height: 50px; }
  .targeting__content {
    margin-top: 20px;
    text-align: center; }
  .targeting__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff; }
  .targeting__text {
    font-size: 14px;
    color: #9D9D9D;
    line-height: 1.6; }

/* marketing */
.marketing {
  padding-top: 60px;
  padding-bottom: 80px; }
  .marketing__cursor {
    position: absolute;
    left: 55%;
    bottom: 0;
    z-index: 10;
    width: 70px;
    height: 70px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%); }
  .marketing__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 40px; }
  .marketing__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
    margin-bottom: 50px; }
  .marketing__title {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
  .marketing__subtitle {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase; }
  .marketing__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding: 0 10px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    background-color: #ffffff;
    border-radius: 5px; }

.count_1 {
  color: #000000; }

.count_2 {
  color: #F7931A; }

.count_3 {
  color: #4285F4; }

/* bottom */
.bottom {
  position: relative;
  padding-top: 80px;
  padding-bottom: 110px;
  border-bottom: 5px solid #F7931A;
}
  .bottom__lady {
    position: absolute;
    bottom: 0;
    right: 50%;
    width:  476px;
    height: 500px;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%); }
  .bottom__wrap {
    padding-left: 20px; }
  .bottom__svg {
    width: 90px;
    height: 90px;
    margin-bottom: 40px; }
  .bottom__title {
    margin-bottom: 20px;
    font-size: 54px;
    color: #000000; }
  .bottom__text {
    margin-bottom: 60px;
    color: #494949;
    line-height: 1.6; }
  .bottom__btn {
    margin-left: 0; }

/* footer */


.like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  color: #ffffff;
  font-size: 14px;
  background-color: #4285F4;
  border-radius: 3px; }
  .like__svg {
    fill: #ffffff;
    width: 10px;
    height: 10px;
    margin-right: 6px; }
  .like__span {
    margin-right: 6px; }


/*==========  Desktop First  ==========*/
@media screen and (max-width: 1200px) {
  .section-mt {
    margin-top: 50px; }
  /* header */ }

@media screen and (max-width: 992px) {
  .top__block_form {
    width: 90%;
  }
  .top__block_bottom{
    width: 85%;
  }
  .functions__list {
    width: 100%;
  }
  .section-mt {
    margin-top: 40px; }
  /* header */ }

@media screen and (max-width: 767px) {
  .link-btn {
    border-radius: 2px;
  }
  .top {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .top__block_top {
    width: 90%;
  }
  .top__subtitle {
    font-size: 16px;
    line-height: 28px;
  }
  .top__title {
    font-size: 44px;
    line-height: 60px;
  }
  .top__text {
    font-size: 16px;
    line-height: 24px;
  }
  .top__text_more {
    font-size: 18px;
    line-height: 20px;
  }
  #main-form .main-form {
    padding: 0px 15px;
  }
  .top__btn-bottom {
    display: none;
  }
  .top__cursor {
    display: none;
  }
  .functions__list {
    margin-bottom: 3px;
  }
  .functions__item {
    width: 280px;
  }
  #main-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .top__block_bottom{
    width: 90%;
    padding-top: 30px;
  }
  .top__title-list {
    font-size: 22px;
    line-height: 32px;
  }
  .top__btn {
    margin-top: 40px;
  }
  .title-text {
    width: 90%;
    font-size: 36px;
    line-height: 48px;
    margin: 0 auto 15px;
  }
  .advantages {
    padding-bottom: 50px;
  }
  .advantages__subtitle {
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }
  .advantages__list {
    padding-bottom: 10px;
  }
  .advantages__item {
    min-height: 380px;
    margin-bottom: 20px;
  }
  .advantages__image {
    padding-bottom: 15px;
  }
  .control {
    padding-top: 50px;
  }
  .control__subtitle {
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }
  .control__image{
    margin-bottom: 5px;
  }
  .targeting {
    padding-top: 50px;
    padding-bottom: 60px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  }
  .targeting__list {
    margin-top: 50px;
  }
  .targeting__content {
    margin-top: 5px;
  }
  .marketing {
    padding-bottom: 10px;
  }
  .marketing__cursor {
    display: none;
  }
  .bottom{
    padding-top: 50px;
    padding-bottom: 400px;
  }
  .bottom__lady {
    right: 50%;
    width: 340px;
    height: 350px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .bottom__wrap{
    padding-left: 0;
    text-align: center;
  }
  .bottom__svg{
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bottom__title {
    font-size: 44px;
    line-height: 60px;
  }
  .bottom__text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .bottom__btn {
    margin-left: auto;
  }
  .section-mt {
    margin-top: 30px; }
  /* header */
}

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