@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../themes/landing/assets/fonts/Montserrat-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  src: url("../themes/landing/assets/fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Open-Sans";
  src: url("../themes/landing/assets/fonts/OpenSans-Regular.ttf") format("truetype"); }

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

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
  height: 100%; }

body {
  background: #fff;
  margin: 0;
  font-family: "Open-Sans";
  font-size: 1.6rem;
  color: #0e0e0e;
  line-height: 1;
  height: 100%; }

a {
  color: #ccc;
  text-decoration: none;
  transition: 0.2s color, 0.2s background; }
  a:hover, a:focus {
    color: #999; }
  a:before, a:after {
    transition: 0.2s color, 0.2s background; }

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 700;
  margin: 0;
  color: #0e0e0e; }

h1, .h1 {
  font-size: 4rem;
  font-family: "Montserrat-ExtraBold"; }

h2, .h2 {
  font-size: 2.8rem; }

h3, .h3 {
  font-size: 1.8rem; }

h4, .h4 {
  font-size: 1.4rem; }

h5, .h5 {
  font-size: 1.2rem; }

p {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.2; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hide {
  display: none; }

p {
  margin: 0; }

.success {
  color: #28df66; }

.error {
  color: red; }

input[type="text"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"] {
  border: none; }

button {
  border: none;
  padding-top: 5px; }

.button {
  cursor: pointer; }
  .button--yellow {
    background-color: #ffe900;
    color: #0e0e0e;
    border-radius: 30px;
    height: 60px;
    width: 250px;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold"; }

.logo {
  background-image: url("../themes/landing/assets/img/svg/logo.svg");
  background-repeat: no-repeat;
  width: 121px;
  height: 92px;
  display: flex; }

.hero {
  height: 730px;
  width: 100%;
  background: url("../themes/landing/assets/img/pics/hero_bg.svg") no-repeat;
  background-color: #fff;
  background-size: cover;
  background-position: 100%;
  display: flex;
  padding-top: 26px; }
  .hero .container {
    position: relative;
    display: flex; }
  .hero__text {
    margin-left: 110px;
    margin-top: -88px;
    align-self: center; }
    @media (max-width: 1000px) {
  .hero__text {
    margin-left: 0px; } }
    .hero__text h1 {
      text-transform: uppercase;
      line-height: 70px;
      font-size: 6rem; }
      @media (max-width: 768px) {
  .hero__text h1 {
    font-size: 4rem;
    line-height: 40px; } }
      @media (max-width: 480px) {
  .hero__text h1 {
    font-size: 3rem;
    line-height: 40px; } }
    .hero__text h2 {
      font-weight: 400;
      line-height: 40px;
      opacity: 0.7; }
  .hero__subscribe {
    position: absolute;
    bottom: -130px; }

.subscribe {
  width: 100%;
  height: 260px; }
  .subscribe div > div {
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%; }
    @media (max-width: 1000px) {
  .subscribe div > div {
    padding: 15px; } }
  .subscribe__title {
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold";
    margin-bottom: 18px; }
  .subscribe__form {
    width: 65%;
    height: 60px;
    display: flex;
    position: relative; }
    @media (max-width: 1000px) {
  .subscribe__form {
    width: 100%; } }
    @media (max-width: 600px) {
  .subscribe__form {
    flex-direction: column;
    height: 135px; } }
    .subscribe__form input {
      background: #f6f6f6; }
    .subscribe__form-item--input {
      width: 100%;
      border-radius: 30px;
      padding-left: 40px;
      font-family: "Open-Sans"; }
      @media (max-width: 600px) {
    .subscribe__form-item--input {
      height: 60px;
      width: 100%; } }
      .subscribe__form-item--send {
        position: absolute;
        right: 0px;
        cursor: pointer; }
      @media (max-width: 600px) {
    .subscribe__form-item--send {
      position: inherit;
      margin-top: 15px;
      height: 60px;
      width: 100%; } }

.indicators {
  background-color: #faf8f5;
  min-height: 500px;
  padding-top: 210px;
  padding-bottom: 100px; }
  .indicators__title {
    text-transform: uppercase;
    line-height: 40px;
    font-family: "Montserrat-ExtraBold";
    margin-bottom: 80px; }
  .indicators__item {
    position: relative;
    height: 160px;
    background-position: 100%;
    padding: 41px 40px; }
    @media (max-width: 1200px) {
  .indicators__item {
    background-size: cover; } }
    @media (max-width: 769px) {
  .indicators__item {
    background-position: 0; } }
    .indicators__item h3 {
      font-family: "Montserrat-ExtraBold";
      height: 25px; }
    .indicators__item p {
      line-height: 25px; }
    .indicators__item--analytic {
      background-image: url("../themes/landing/assets/img/svg/analytics_bg.svg");
      background-repeat: no-repeat; }
      .indicators__item--analytic .indicators__item--logo {
        background: url("../themes/landing/assets/img/svg/analytics_logo.svg") no-repeat;
        width: 66px;
        height: 54px;
        top: -27px; }
    .indicators__item--segmentation {
      background-image: url("../themes/landing/assets/img/svg/segmentation_bg.svg");
      background-repeat: no-repeat; }
      .indicators__item--segmentation .indicators__item--logo {
        background: url("../themes/landing/assets/img/svg/segmentation_logo.svg") no-repeat;
        width: 60px;
        height: 60px;
        top: -30px; }
    .indicators__item--comunication {
      background-image: url("../themes/landing/assets/img/svg/communication_bg.svg");
      background-repeat: no-repeat; }
      .indicators__item--comunication .indicators__item--logo {
        background: url("../themes/landing/assets/img/svg/communication_logo.svg") no-repeat;
        width: 68px;
        height: 52px;
        top: -30px; }
    .indicators__item--logo {
      position: absolute; }

.demo {
  background: url("../themes/landing/assets/img/pics/demo_bg.svg") no-repeat;
  background-size: cover;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .demo__title {
    color: #fff;
    font-family: "Montserrat-ExtraBold";
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 33px; }

.footer {
  height: 160px;
  background: #faf8f5;
  color: #767676; }
  .footer p {
    font-size: 1.4rem; }
  .footer .container {
    height: 100%; }
    .footer .container .row {
      height: 100%; }

.social {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .social__list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex; }
  .social__item a {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-left: 20px;
    opacity: 0.5; }
    .social__item a:hover {
      opacity: 1; }
    .social__item--twitter a {
      background-image: url("../themes/landing/assets/img/icons/twitter.svg"); }
    .social__item--facebook a {
      background-image: url("../themes/landing/assets/img/icons/facebook.svg"); }
    .social__item--telegramm a {
      background-image: url("../themes/landing/assets/img/icons/telegramm.svg"); }

.header {
  margin-bottom: 43px; }
  .header--index {
    position: absolute;
    width: 100%; }

.modal-dialog {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.67);
  border-radius: 10px;
  background-color: #fff; }
  .modal-content {
    border: none;
    border-radius: 10px;
    padding: 30px 40px 45px 40px; }
  .modal-header {
    border-bottom: none;
    padding: 0; }
    .modal-header h5 {
      text-transform: uppercase;
      font-family: "Montserrat-ExtraBold";
      line-height: 45px; }
    .modal-header .close {
      position: fixed;
      right: 32px;
      top: 32px;
      width: 20px;
      height: 20px;
      background: url("../themes/landing/assets/img/icons/Close.svg") no-repeat; }
  .modal-body {
    padding: 0; }
    .modal-body .success, .modal-body .error {
      margin-top: 5px; }
    .modal-body__title {
      line-height: 25px; }
  .modal .modal-form {
    margin-top: 30px; }
    .modal .modal-form__feald {
      display: flex;
      flex-direction: column;
      margin-bottom: 27px;
      position: relative;
      height: 33px; }
    .modal .modal-form__feald input {
      position: absolute;
      z-index: 10;
      height: 100%;
      width: 100%;
      background: transparent;
      border-bottom: 1px solid #0e0e0e;
      padding-left: 10px;
      font-weight: 700; }
    .modal .modal-form__feald label {
      position: absolute;
      transform: translateY(5px);
      margin-bottom: 0px;
      left: 10px;
      color: #767676;
      transition: transform 0.3s, left 0.3s, font-size 0.3s; }
    .modal .modal-form__feald input:not(:placeholder-shown) + label {
      color: #767676; }
    .modal .modal-form__feald input:focus + label {
      color: #0e0e0e; }
    .modal .modal-form__feald input:focus {
      border-bottom: 1px solid #767676; }
    .modal .modal-form__feald input:focus + label, .modal .modal-form__feald input:not(:placeholder-shown) + label {
      transform: translateY(-13px);
      left: 0;
      font-size: 1.2rem; }
    .modal .modal-form__politics {
      color: #767676;
      font-size: 1.4rem;
      line-height: 20px; }
    .modal .modal-form__politics a {
      text-decoration: underline;
      color: #767676; }
    .modal .modal-form button {
      width: 100%;
      margin-bottom: 15px;
      box-shadow: 0 2px 4px rgba(116, 89, 12, 0.15); }

#modal-content__success {
  display: none; }

.modal-content__success .modal-body {
  line-height: 25px; }

.politics {
  margin-bottom: 90px; }
  .politics h1 {
    margin-bottom: 20px; }
  .politics h2 {
    margin: 30px 0 10px 0; }
  .politics p {
    line-height: 25px;
    color: #404040; }
